@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700');
.divider {
  display: inline-block;
  border: 0;
  font-size: 0;
  line-height: 0;
  height: 3px;
  max-width: 120px;
  width: 100%;
}
.divider-sm {
  height: 2px;
  max-width: 60px;
}
.divider-xl {
  max-width: 100%;
  width: 100%;
}
.divider-default {
  background: linear-gradient(to right, #ed1c94 50%, #981df0 120%);
}
.divider-fade {
  background-color: #ddd;
}
.ccm-mfeature-text-center {
  text-align: center;
}
.ccm-milo-preloader {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.ccm-milo-preloader .sk-cube-grid {
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.ccm-milo-preloader .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #707070;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  -moz-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  -o-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  -ms-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.ccm-milo-preloader .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ccm-milo-preloader .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ccm-milo-preloader .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ccm-milo-preloader .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.ccm-milo-preloader .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ccm-milo-preloader .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ccm-milo-preloader .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.ccm-milo-preloader .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.ccm-milo-preloader .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -moz-transform: scale3D(1, 1, 1);
    -webkit-transform: scale3D(1, 1, 1);
    -o-transform: scale3D(1, 1, 1);
    -ms-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -moz-transform: scale3D(0, 0, 1);
    -webkit-transform: scale3D(0, 0, 1);
    -o-transform: scale3D(0, 0, 1);
    -ms-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -moz-transform: scale3D(1, 1, 1);
    -webkit-transform: scale3D(1, 1, 1);
    -o-transform: scale3D(1, 1, 1);
    -ms-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -moz-transform: scale3D(0, 0, 1);
    -webkit-transform: scale3D(0, 0, 1);
    -o-transform: scale3D(0, 0, 1);
    -ms-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/*KEYFRAME ANIMATIONS MIXIN*/
#wrapper {
  color: #505050;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper h6 {
  margin: 0;
  padding: 12px 0;
}
#wrapper small {
  font-family: Roboto;
  font-weight: bold;
}
#wrapper p {
  margin: 0;
  padding: 8px 0;
  line-height: 150%;
}
#wrapper hr {
  border-color: rgba(0, 0, 0, 0.1);
}
#wrapper h1 {
  color: #505050;
  font-size: 40px;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
}
#wrapper h2 {
  color: #505050;
  font-size: 34px;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
}
#wrapper h3 {
  color: #505050;
  font-size: 28px;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
}
#wrapper h4 {
  color: #505050;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
}
#wrapper h5 {
  color: #505050;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
}
#wrapper h6 {
  color: #505050;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 480px) {
  #wrapper h1 {
    font-size: 30px;
  }
  #wrapper h2 {
    font-size: 28px;
  }
  #wrapper h3 {
    font-size: 26px;
  }
  #wrapper h4 {
    font-size: 22px;
  }
  #wrapper h5 {
    font-size: 20px;
  }
  #wrapper h6 {
    font-size: 18px;
  }
}
#wrapper p {
  color: #505050;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
}
[data-preload='loading'],
[data-preload='loading'] body,
[data-preload='loading'] body .main-wrapper {
  overflow: hidden;
}
html.ccm-toolbar-visible body #wrapper .navbar-toggle {
  left: -20px !important;
}
html.ccm-toolbar-visible body #wrapper .milo-navbar-static-top {
  z-index: 400;
}
html.ie-browser .ccm-block-page-list-page-entry-grid-thumbnail > a {
  display: block !important;
}
html,
body,
#wrapper {
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
}
body {
  background: #ffffff;
  color: #6a6a6a;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}
body #mmenuMobileMilo,
body .mmenu {
  background-color: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
body #mmenuMobileMilo .mm-navbar,
body .mmenu .mm-navbar {
  background-color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body #mmenuMobileMilo .mm-navbar .mm-search,
body .mmenu .mm-navbar .mm-search {
  padding: 6px 10px 0;
}
body #mmenuMobileMilo .mm-navbar .mm-search input,
body .mmenu .mm-navbar .mm-search input {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
body #mmenuMobileMilo .mm-navbar .mm-search input:focus,
body .mmenu .mm-navbar .mm-search input:focus {
  box-shadow: none;
  border-color: #3e9be8;
}
body #mmenuMobileMilo .mm-navbar a,
body .mmenu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
  outline: none !important;
}
body #mmenuMobileMilo .mm-panels .mm-panel,
body .mmenu .mm-panels .mm-panel {
  background-color: #f3f3f3;
}
body #mmenuMobileMilo .mm-panels .mm-panel .mm-navbar .mm-prev:after,
body .mmenu .mm-panels .mm-panel .mm-navbar .mm-prev:after,
body #mmenuMobileMilo .mm-panels .mm-panel .mm-navbar .mm-btn:after,
body .mmenu .mm-panels .mm-panel .mm-navbar .mm-btn:after,
body #mmenuMobileMilo .mm-panels .mm-panel .mm-navbar .mm-prev:before,
body .mmenu .mm-panels .mm-panel .mm-navbar .mm-prev:before,
body #mmenuMobileMilo .mm-panels .mm-panel .mm-navbar .mm-btn:before,
body .mmenu .mm-panels .mm-panel .mm-navbar .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.7);
}
body #mmenuMobileMilo .mm-panels .mm-panel .mm-listview .nav-path-selected > a.nav-path-selected,
body .mmenu .mm-panels .mm-panel .mm-listview .nav-path-selected > a.nav-path-selected {
  font-weight: bold !important;
}
body #mmenuMobileMilo .mm-panels .mm-panel .mm-listview > li:not(.mm-divider),
body .mmenu .mm-panels .mm-panel .mm-listview > li:not(.mm-divider) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body #mmenuMobileMilo .mm-panels .mm-panel .mm-listview > li:not(.mm-divider):after,
body .mmenu .mm-panels .mm-panel .mm-listview > li:not(.mm-divider):after {
  border-bottom: none;
}
body #mmenuMobileMilo .mm-panels .mm-panel .mm-listview > li:not(.mm-divider) a,
body .mmenu .mm-panels .mm-panel .mm-listview > li:not(.mm-divider) a {
  background-color: #f3f3f3;
  color: rgba(0, 0, 0, 0.7);
  outline: none !important;
}
body #mmenuMobileMilo .mm-panels .mm-panel .mm-listview > li:not(.mm-divider) a:hover,
body .mmenu .mm-panels .mm-panel .mm-listview > li:not(.mm-divider) a:hover,
body #mmenuMobileMilo .mm-panels .mm-panel .mm-listview > li:not(.mm-divider) a:focus,
body .mmenu .mm-panels .mm-panel .mm-listview > li:not(.mm-divider) a:focus {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.7);
}
body #mmenuMobileMilo .mm-panels .mm-panel .mm-listview > li .mm-next,
body .mmenu .mm-panels .mm-panel .mm-listview > li .mm-next {
  outline: none;
}
body #mmenuMobileMilo .mm-panels .mm-panel .mm-listview > li .mm-next:before,
body .mmenu .mm-panels .mm-panel .mm-listview > li .mm-next:before {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
body #mmenuMobileMilo .mm-panels .mm-panel .mm-listview > li .mm-next:after,
body .mmenu .mm-panels .mm-panel .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.7);
}
body #mmenuMobileMilo .mm-panels .mm-panel .mm-listview > li .mm-arrow:after,
body .mmenu .mm-panels .mm-panel .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.1);
}
#wrapper {
  overflow: hidden;
  /*--------------------------------------------------*/
  /* default multiple testimonial */
  /*
*Source: http://codepen.io/ameyraut/pen/yfzog
*/
  /*Change icons size here*/
  /*Change icons circle size and color here*/
  /*--------------------------------------------------*/
  /*----------------------- block defaults ---------------------------*/
  /*------------------------- end block defaults -------------------------*/
}
#wrapper .ccm-responsive-navigation ul {
  padding: 0 15px;
}
#wrapper .ccm-responsive-navigation ul ul {
  margin-left: 15px;
}
#wrapper .text-logo {
  padding: 22px 0;
}
@media (max-width: 767px) {
  #wrapper .text-logo {
    padding: 0;
  }
}
#wrapper .text-logo img {
  max-height: 50px;
}
#wrapper .slick-slide {
  padding: 0 50px;
}
#wrapper .area-content-accent {
  padding-bottom: 75px;
  padding-top: 75px;
}
#wrapper .block-content-accent {
  padding-bottom: 20px;
  padding-top: 20px;
}
#wrapper .light-text {
  color: #fff;
}
#wrapper .light-text p,
#wrapper .light-text h1,
#wrapper .light-text h2,
#wrapper .light-text h3,
#wrapper .light-text h4,
#wrapper .light-text h5,
#wrapper .light-text h6,
#wrapper .light-text div,
#wrapper .light-text span,
#wrapper .light-text label,
#wrapper .light-text input,
#wrapper .light-text textarea {
  color: #fff;
}
#wrapper .grey-text {
  color: #ccc;
}
#wrapper .grey-text p,
#wrapper .grey-text h1,
#wrapper .grey-text h2,
#wrapper .grey-text h3,
#wrapper .grey-text h4,
#wrapper .grey-text h5,
#wrapper .grey-text h6,
#wrapper .grey-text div,
#wrapper .grey-text span,
#wrapper .grey-text label,
#wrapper .grey-text input,
#wrapper .grey-text textarea {
  color: #ccc;
}
#wrapper .widget-sidebar {
  padding-top: 30px;
}
#wrapper .widget-sidebar:first-child {
  padding-top: 0;
}
#wrapper .milo-parallax {
  position: relative;
  padding: 50px 15px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  #wrapper .milo-parallax {
    background-attachment: scroll;
  }
}
#wrapper .milo-parallax.milo-parallax-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
  opacity: 0.5;
}
#wrapper .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #505050;
}
#wrapper .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li {
  position: relative;
  padding: 5px;
  color: #505050;
}
#wrapper .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #505050;
  font-size: 12px;
  padding-right: 5px;
  position: relative;
  top: 0;
  left: 0;
}
#wrapper .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li ul {
  margin-left: 25px;
}
#wrapper .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li a {
  color: #505050;
}
#wrapper .ccm-block-topic-list-wrapper .ccm-block-topic-list-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #505050;
}
#wrapper .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li {
  position: relative;
  padding: 5px;
  color: #505050;
}
#wrapper .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #505050;
  font-size: 12px;
  padding-right: 5px;
  position: relative;
  top: 0;
  left: 0;
}
#wrapper .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li ul {
  margin-left: 25px;
}
#wrapper .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li a {
  color: #505050;
}
#wrapper .chrome-mobile-search .input-group .ccm-search-block-text,
#wrapper .safari-mobile-search .input-group .ccm-search-block-text,
#wrapper .chrome-mobile-search .input-group .input-group-btn,
#wrapper .safari-mobile-search .input-group .input-group-btn {
  width: auto;
}
#wrapper .milo-mobile-search-template .milo-search-box {
  display: none;
}
#wrapper .milo-mobile-search-template .milo-search-results {
  margin: 0;
}
#wrapper .milo-mobile-search-template .milo-search-results .searchResult {
  margin-left: -15px;
  margin-right: -15px;
}
#wrapper .milo-mobile-search-template .milo-search-results .searchResult .lead {
  color: #ed1c94;
}
#wrapper .milo-mobile-search-template .milo-search-results .searchResult .pageLink {
  color: #006621;
  font-weight: bold;
}
#wrapper .milo-mobile-search-template .milo-search-results .searchResult span {
  font-weight: bold !important;
}
#wrapper .mobile-search {
  display: none;
  float: left;
  left: 15px;
  position: relative;
  top: 11px;
}
#wrapper .mobile-search .input-group .form-control {
  border-bottom-left-radius: 50px;
  border-color: rgba(0, 0, 0, 0.18);
  border-right: 1px solid transparent;
  border-top-left-radius: 50px;
  box-shadow: none;
  padding: 5px 15px;
}
@media (max-width: 480px) {
  #wrapper .mobile-search .input-group .form-control {
    width: 175px;
  }
}
#wrapper .mobile-search .input-group .input-group-btn .btn {
  background-color: #ffffff;
  border-bottom-right-radius: 50px;
  border-color: rgba(0, 0, 0, 0.18);
  border-left: 1px solid transparent;
  border-top-right-radius: 50px;
}
#wrapper .mobile-search .input-group .input-group-btn .btn .fa {
  color: inherit;
}
@media (max-width: 767px) {
  #wrapper .mobile-search {
    display: inline-block;
  }
}
#wrapper .no-padding {
  padding: 0 !important;
}
#wrapper .pb-45 {
  padding-bottom: 45px !important;
}
@media (max-width: 480px) {
  #wrapper .block-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #wrapper .block-sm {
    display: block !important;
  }
}
@media (max-width: 991px) {
  #wrapper .block-md {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  #wrapper .block-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  #wrapper .block-xl {
    display: block !important;
  }
}
@media (max-width: 480px) {
  #wrapper .no-float-xs {
    float: none !important;
  }
}
@media (max-width: 767px) {
  #wrapper .no-float-sm {
    float: none !important;
  }
}
@media (max-width: 991px) {
  #wrapper .no-float-md {
    float: none !important;
  }
}
@media (max-width: 1200px) {
  #wrapper .no-float-lg {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  #wrapper .no-float-xl {
    float: none !important;
  }
}
#wrapper .pull-top-30 {
  margin-top: -30px;
}
#wrapper #mmenuMobileMilo {
  display: none;
}
#wrapper .mm-menu .mm-header > a {
  outline: none;
}
#wrapper .milo-mobile-menu {
  display: none;
}
@media (max-width: 480px) {
  #wrapper #lightSlider {
    height: 70px !important;
  }
  #wrapper #lightSlider li {
    width: 68px !important;
  }
  #wrapper #lightSlider li img {
    min-height: 70px !important;
  }
}
#wrapper .banner-text-white * {
  color: #fff !important;
}
#wrapper .pl-0 {
  padding-left: 0;
}
#wrapper .pr-0 {
  padding-right: 0;
}
#wrapper .element-full-width {
  width: 100%;
  height: auto;
}
#wrapper .element-full-width img {
  width: 100%;
  height: auto;
}
#wrapper .viewContainer {
  min-height: 400px;
  padding: 6em 30px 30px !important;
}
#wrapper .ds-milo-animate-slider-wrapper,
#wrapper .ccm-image-slider {
  background-color: #000000;
}
#wrapper .main-backtop {
  background-color: #ed1c94;
  border-radius: 4px;
  border: 1px solid #ed1c94;
  bottom: 20px;
  color: #ffffff;
  display: none;
  font-size: 10px;
  height: 50px;
  padding: 28px 15px 18px;
  position: fixed;
  right: 20px;
  text-transform: uppercase;
  width: 50px;
  z-index: 999;
  /* IE10 is actually unprefixed */
  -webkit-transition: background-color 1s ease 0s;
  -moz-transition: background-color 1s ease 0s;
  -ms-transition: background-color 1s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
}
#wrapper .main-backtop:before {
  content: "\f077";
  font-family: 'Font Awesome 5 free';
  font-weight: 700;
  position: absolute;
  font-size: 1.8em;
  left: 50%;
  top: 35%;
  text-align: center;
  margin: auto;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#wrapper .main-backtop:hover,
#wrapper .main-backtop:focus {
  cursor: pointer;
  text-decoration: none;
  /* IE10 is actually unprefixed */
  -webkit-transition: background-color 1s ease 0s;
  -moz-transition: background-color 1s ease 0s;
  -ms-transition: background-color 1s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 1s ease 0s;
  transition: background-color 1s ease 0s;
}
#wrapper .main-backtop.is-fade-out {
  opacity: 0.1;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#wrapper .main-backtop.is-fade-out:hover {
  opacity: 1;
}
#wrapper a {
  color: #ed1c94;
}
#wrapper a:focus {
  outline: none;
}
#wrapper img {
  max-width: 100%;
}
#wrapper .milo-search-results {
  margin-top: 30px;
}
#wrapper .milo-search-results .searchResult {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding: 25px 8px;
}
#wrapper .milo-search-results .searchResult:hover,
#wrapper .milo-search-results .searchResult:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
#wrapper .milo-search-results .searchResult p {
  color: inherit;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#wrapper .milo-search-results .searchResult p.lead {
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}
#wrapper .milo-search-results .searchResult .pageLink {
  display: inline-block;
  margin-bottom: 5px;
}
#wrapper .milo-search-results .searchResult span {
  background-color: #ed1c94 !important;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 5px;
}
@media (max-width: 767px) {
  #wrapper .milo-breadcrumbs {
    display: none;
  }
}
#wrapper .milo-mobile-breadcrumbs {
  display: none;
  margin: 15px 0;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .milo-mobile-breadcrumbs {
    display: block;
  }
}
#wrapper .milo-mobile-breadcrumbs .milo-breadcrumb-btn {
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  color: #6a6a6a;
  font-size: 15px;
  line-height: 1.6 !important;
  position: relative;
  text-align: left !important;
}
#wrapper .milo-mobile-breadcrumbs .milo-breadcrumb-btn .fa {
  position: absolute;
  right: 15px;
  top: 12px;
}
#wrapper .milo-mobile-breadcrumbs .milo-jq-dropdown {
  background-color: #ffffff;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  left: 0 !important;
  padding: 10px 0;
  top: 38px !important;
  width: 100%;
}
#wrapper .milo-mobile-breadcrumbs .milo-jq-dropdown:after {
  border-bottom-color: #ffffff;
}
#wrapper .milo-mobile-breadcrumbs .milo-jq-dropdown .milo-jq-dropdown-menu {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  max-width: 100%;
}
#wrapper .milo-mobile-breadcrumbs .milo-jq-dropdown .milo-jq-dropdown-menu li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#wrapper .milo-mobile-breadcrumbs .milo-jq-dropdown .milo-jq-dropdown-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #6a6a6a;
  padding: 8px 15px;
  background-color: #ffffff;
  white-space: normal;
}
#wrapper .milo-mobile-breadcrumbs .milo-jq-dropdown .milo-jq-dropdown-menu li a:hover,
#wrapper .milo-mobile-breadcrumbs .milo-jq-dropdown .milo-jq-dropdown-menu li a:focus {
  background-color: #f7f2ea;
  color: #ed1c94;
}
#wrapper .milo-mobile-breadcrumbs .milo-jq-dropdown .milo-jq-dropdown-menu li.active {
  background-color: #f7f2ea;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 15px;
  color: #ed1c94;
}
#wrapper .milo-mobile-breadcrumbs .milo-jq-dropdown .milo-jq-dropdown-menu li.active:hover,
#wrapper .milo-mobile-breadcrumbs .milo-jq-dropdown .milo-jq-dropdown-menu li.active:focus {
  background-color: #f7f2ea;
  color: #ed1c94;
}
#wrapper .milo-caret-arrow-menu-wrapper .milo-caret-arrow-menu li {
  display: block;
  position: relative;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-caret-arrow-menu-wrapper .milo-caret-arrow-menu li:hover:before,
#wrapper .milo-caret-arrow-menu-wrapper .milo-caret-arrow-menu li:focus:before {
  left: 5px;
}
#wrapper .milo-caret-arrow-menu-wrapper .milo-caret-arrow-menu li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  color: #ed1c94;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 4px;
  left: 0;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-caret-arrow-menu-wrapper .milo-caret-arrow-menu li a {
  display: block;
  font-size: 15px;
  padding: 5px 5px 5px 25px;
}
#wrapper .milo-collapsible .mtree {
  position: relative;
  background: transparent;
  padding: 0;
  opacity: 1;
}
#wrapper .milo-collapsible .mtree a {
  color: #6a6a6a;
  padding: 10px 21px;
  text-transform: capitalize;
}
#wrapper .milo-collapsible .mtree a:hover,
#wrapper .milo-collapsible .mtree a:focus {
  background-color: #ed1c94;
  text-decoration: none;
}
#wrapper .milo-collapsible .mtree.transit li.mtree-node > ul > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
#wrapper .milo-collapsible .mtree.transit li.mtree-node > a:hover:before,
#wrapper .milo-collapsible .mtree.transit li.mtree-node > a:focus:before {
  color: #ffffff;
}
#wrapper .milo-collapsible .mtree.transit li.mtree-node > a:before {
  color: #6a6a6a;
  right: 24px;
}
#wrapper .milo-collapsible .mtree.bubba > li {
  background-color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
#wrapper .milo-collapsible .mtree.bubba > li:hover > a,
#wrapper .milo-collapsible .mtree.bubba > li:focus > a {
  color: #ffffff;
}
#wrapper .milo-collapsible .mtree.bubba > li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#wrapper .milo-collapsible .mtree.bubba > li.mtree-active {
  background-color: #ed1c94 !important;
}
#wrapper .milo-collapsible .mtree.bubba > li.mtree-active > a {
  background-color: #ed1c94;
  color: #ffffff;
}
#wrapper .milo-collapsible .mtree.bubba > li.mtree-active > a:before {
  color: #ffffff;
}
#wrapper .milo-collapsible .mtree.bubba li.mtree-node > a:after {
  content: '';
}
#wrapper .milo-collapsible .mtree li.mtree-node > a {
  font-weight: normal;
}
#wrapper .milo-collapsible .mtree li ul {
  background-color: #ffffff;
  padding-left: 0;
}
#wrapper .milo-collapsible .mtree li ul p {
  margin: 32px;
}
#wrapper .milo-collapsible .mtree li ul li:hover > a,
#wrapper .milo-collapsible .mtree li ul li:focus > a {
  color: #ffffff;
}
#wrapper .milo-collapsible-v2 .mtree {
  position: relative;
  background: transparent;
  padding: 0;
  opacity: 1;
}
#wrapper .milo-collapsible-v2 .mtree.milo-mtree-v2 {
  padding: 0;
}
#wrapper .milo-collapsible-v2 .mtree a {
  color: #6a6a6a;
  padding: 10px 21px;
  text-transform: capitalize;
}
#wrapper .milo-collapsible-v2 .mtree a:hover,
#wrapper .milo-collapsible-v2 .mtree a:focus {
  background-color: #ed1c94;
  text-decoration: none;
}
#wrapper .milo-collapsible-v2 .mtree.transit li.mtree-node > ul > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
#wrapper .milo-collapsible-v2 .mtree.transit li.mtree-node > a:hover:before,
#wrapper .milo-collapsible-v2 .mtree.transit li.mtree-node > a:focus:before {
  color: #ffffff;
}
#wrapper .milo-collapsible-v2 .mtree.transit li.mtree-node > a:before {
  color: #6a6a6a;
  right: 24px;
}
#wrapper .milo-collapsible-v2 .mtree.bubba > li {
  background-color: #000000;
  margin-bottom: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#wrapper .milo-collapsible-v2 .mtree.bubba > li:hover > a,
#wrapper .milo-collapsible-v2 .mtree.bubba > li:focus > a {
  color: #ffffff;
}
#wrapper .milo-collapsible-v2 .mtree.bubba > li.mtree-active {
  background-color: #ed1c94 !important;
}
#wrapper .milo-collapsible-v2 .mtree.bubba > li.mtree-active > a {
  background-color: #000000;
  color: #ffffff;
}
#wrapper .milo-collapsible-v2 .mtree.bubba > li.mtree-active > a:before {
  color: #ffffff;
}
#wrapper .milo-collapsible-v2 .mtree.bubba li.mtree-node > a:after {
  content: '';
}
#wrapper .milo-collapsible-v2 .mtree li.mtree-node > a {
  font-weight: normal;
}
#wrapper .milo-collapsible-v2 .mtree li ul {
  background-color: #ffffff;
  padding-left: 0;
}
#wrapper .milo-collapsible-v2 .mtree li ul p {
  margin: 32px;
}
#wrapper .milo-collapsible-v2 .mtree li ul li:hover > a,
#wrapper .milo-collapsible-v2 .mtree li ul li:focus > a {
  color: #ffffff;
}
#wrapper .milo-navbar-static-top {
  background-color: #ffffff;
  border: none;
  font-weight: normal;
  margin-bottom: 0;
  z-index: 840;
  padding: 0;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.14);
}
#wrapper .milo-navbar-static-top .navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  #wrapper .milo-navbar-static-top .navbar-header {
    width: 100%;
  }
}
#wrapper .milo-navbar-static-top .navbar-header .header-site-logo {
  margin-top: 1px;
  display: inline-block;
  min-width: 200px;
}
@media (max-width: 767px) {
  #wrapper .milo-navbar-static-top .navbar-header .header-site-logo {
    padding: 22px 15px;
  }
}
#wrapper .milo-navbar-static-top .navbar-header .header-site-logo p,
#wrapper .milo-navbar-static-top .navbar-header .header-site-logo a,
#wrapper .milo-navbar-static-top .navbar-header .header-site-logo h1,
#wrapper .milo-navbar-static-top .navbar-header .header-site-logo h2,
#wrapper .milo-navbar-static-top .navbar-header .header-site-logo h3,
#wrapper .milo-navbar-static-top .navbar-header .header-site-logo h4,
#wrapper .milo-navbar-static-top .navbar-header .header-site-logo h5,
#wrapper .milo-navbar-static-top .navbar-header .header-site-logo h6 {
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-weight: bold;
  text-decoration: none;
  color: #505050;
}
#wrapper .milo-navbar-static-top .navbar-header .header-site-logo img {
  max-height: 100px;
}
#wrapper .milo-navbar-static-top .navbar-header .header-site-logo .area-content-accent {
  padding-bottom: 5px;
  padding-top: 5px;
}
#wrapper .milo-navbar-static-top .navbar-header .navbar-toggler {
  font-size: 24px;
  margin-right: 30px;
  padding: 2px 0 0;
  top: 20px;
}
#wrapper .milo-navbar-static-top .navbar-header .navbar-toggler .fa {
  color: #333333;
  /* IE10 is actually unprefixed */
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper .milo-navbar-static-top .navbar-header .navbar-toggler:hover .fa,
#wrapper .milo-navbar-static-top .navbar-header .navbar-toggler:focus .fa {
  color: #ed1c94;
}
#wrapper .milo-navbar-static-top .navbar-collapse {
  justify-content: right;
  max-height: none;
}
@media (max-width: 991px) {
  #wrapper .milo-navbar-static-top .navbar-collapse {
    max-height: none;
  }
}
@media (max-width: 767px) {
  #wrapper .milo-navbar-static-top .navbar-collapse {
    max-height: none;
  }
}
#wrapper .milo-navbar-static-top .navbar-collapse .milo-navbar-inner {
  float: right;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner {
  margin: 0;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav {
  background-color: #ffffff;
  flex-direction: row;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li {
  margin-right: 15px;
}
@media (max-width: 991px) {
  #wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li {
    margin-right: 10px;
  }
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li:last-child {
  margin-right: 0;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li a {
  text-decoration: none;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li > a {
  background-color: #ffffff;
  border-bottom: 3px solid transparent;
  color: #6a6a6a;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 38px 2px 36px;
  text-align: center;
  white-space: nowrap;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li:hover > a,
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li:focus > a {
  background-color: #ffffff;
  border-bottom: 3px solid #ed1c94;
  color: #ed1c94;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown {
  position: relative;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown.has-active > .dropdown-toggle {
  border-bottom: 3px solid #ed1c94;
  color: #ed1c94;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu {
  border-radius: 0;
  margin-top: 55px;
  width: 250px;
  padding: 0;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu .dropdown-menu {
  border-radius: 0;
  margin: -43px 2px 0 0;
  padding: 0;
  right: -160px;
  top: auto;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu > li.active > a,
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu > li.has-active > a {
  background-color: #ffffff;
  color: #ed1c94;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu > li.active > a:hover,
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu > li.has-active > a:hover,
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu > li.active > a:focus,
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu > li.has-active > a:focus {
  background-color: #ffffff;
  color: #ed1c94;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu > li.dropdown .caret {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu > li a {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  color: #6a6a6a;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 12px;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu > li a:hover,
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > li.dropdown > .dropdown-menu > li a:focus {
  background-color: #ffffff;
  color: #ed1c94;
  border-bottom-color: rgba(0, 0, 0, 0.07000000000000001);
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > .active > a,
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > .has-active > a {
  background-color: #ffffff;
  border-bottom: 4px solid #ed1c94;
  color: #ed1c94;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > .active > a:hover,
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > .has-active > a:hover,
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > .active > a:focus,
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner .navbar-nav > .has-active > a:focus {
  background-color: #ffffff;
  border-bottom: 4px solid #ed1c94;
  color: #ed1c94;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
#wrapper .milo-menu-not-in-header-navigation .nav {
  flex-direction: row;
}
@media (max-width: 767px) {
  #wrapper .milo-menu-not-in-header-navigation .nav {
    flex-direction: column;
  }
}
#wrapper .milo-menu-not-in-header-navigation .nav a {
  text-decoration: none;
}
#wrapper .milo-menu-not-in-header-navigation .nav > li a {
  padding: 10px 15px;
  display: block;
}
#wrapper .milo-menu-not-in-header-navigation .nav > li:hover > a,
#wrapper .milo-menu-not-in-header-navigation .nav > li:focus > a {
  background-color: #eee;
}
#wrapper .milo-menu-not-in-header-navigation .nav .dropdown-menu {
  margin-top: 0;
  position: absolute;
}
#wrapper .milo-menu-not-in-header-navigation .nav .dropdown-menu > li > a {
  padding: 3px 20px;
}
#wrapper .milo-menu-not-in-header-navigation .nav .dropdown-menu > li:hover > a,
#wrapper .milo-menu-not-in-header-navigation .nav .dropdown-menu > li:focus > a {
  background-color: #eee;
}
#wrapper .tree {
  padding: 0;
}
#wrapper .tree li {
  position: relative;
  list-style: none;
}
#wrapper .tree li a {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #ed1c94;
  display: block;
  margin-top: -1px;
  padding: 6px 4px;
  text-decoration: none;
  transition: background 0.4s ease-in-out;
}
#wrapper .tree li a:hover {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #ed1c94;
  text-decoration: none;
  transition: background 0.4s ease-in-out;
}
#wrapper .tree li .a-has-child {
  padding-left: 34px;
  display: block;
}
#wrapper .tree li .a-has-child:before {
  background-color: #efefef;
  border: 1px solid #dddddd;
  color: #dddddd;
  content: "\f078";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 14px;
  left: -0;
  position: absolute;
  top: 0;
  padding: 7px;
}
#wrapper .tree li .has-child-checkbox {
  cursor: pointer;
  height: 2em;
  left: 0;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: -1px;
  width: 2em;
  z-index: 2;
}
#wrapper .tree li .has-child-checkbox:checked + ol {
  height: auto;
  margin: -1.4em 0 -3px -44px;
  padding: 1.563em 0 0 80px;
  transition: all 0.4s ease-in-out;
}
#wrapper .tree li .has-child-checkbox:checked + ol > li {
  display: block;
  margin: 0 0 0.125em;
}
#wrapper .tree li .has-child-checkbox:checked + ol > li:last-child {
  margin: 0 0 0.063em;
}
#wrapper .tree li .has-child-checkbox + ol {
  height: 1em;
  margin: -0.98em 0 0 -44px;
}
#wrapper .tree li .has-child-checkbox + ol > li {
  display: none;
  margin-left: -14px !important;
  padding-left: 1px;
}
#wrapper .tree li ol li a {
  margin-top: -3px;
}
#wrapper .milo-core-conversation .form-control {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid inherit;
}
#wrapper .milo-core-conversation .form-control::-webkit-input-placeholder {
  color: inherit;
}
#wrapper .milo-core-conversation .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}
#wrapper .milo-core-conversation .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}
#wrapper .milo-core-conversation .form-control:-ms-input-placeholder {
  color: inherit;
}
#wrapper .milo-core-conversation .main-reply-form .ccm-conversation-avatar img {
  border: 1px solid inherit;
  border-radius: 0;
}
#wrapper .milo-core-conversation .main-reply-form .ccm-conversation-message-form [data-submit="conversation-message"] {
  background-color: #ed1c94 !important;
  border-color: #ed1c94;
  border-radius: 50px;
  box-shadow: none;
  color: #ffffff;
}
#wrapper .milo-core-conversation .main-reply-form .ccm-conversation-message-form [data-submit="conversation-message"]:hover,
#wrapper .milo-core-conversation .main-reply-form .ccm-conversation-message-form [data-submit="conversation-message"]:focus {
  background-color: transparent !important;
  border: 1px solid #ed1c94 !important;
  color: #ed1c94 !important;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-core-conversation .main-reply-form .ccm-conversation-message-form .ccm-conversation-attachment-toggle {
  border: 1px solid inherit;
  border-radius: 0;
}
#wrapper .milo-core-conversation .ccm-conversation-messages-header .ccm-sort-conversations {
  display: none;
}
#wrapper .milo-core-conversation .ccm-conversation-attachment-container .dropzone {
  border: 1px dashed inherit;
  border-radius: 0;
}
#wrapper .ds-multiple-testimonial-wrapper {
  padding: 50px 0;
}
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry {
  display: table;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
}
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry .img-thumb,
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry .testimonial-content {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  #wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry .img-thumb,
  #wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry .testimonial-content {
    display: block;
    width: 100%;
    margin: auto;
  }
}
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry .img-thumb {
  padding-right: 20px;
  width: 215px;
}
@media (max-width: 767px) {
  #wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry .img-thumb {
    padding-right: 0;
    max-width: 240px;
    width: auto;
  }
}
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry img {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 5px;
}
@media (max-width: 767px) {
  #wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry img {
    margin: 0 auto 10px;
    max-width: 240px;
  }
}
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry .website {
  display: block;
  margin-bottom: 5px;
}
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry h3,
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry p {
  color: inherit;
  white-space: normal;
}
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry h3 {
  margin-top: 0;
  padding: 0 0 5px;
}
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry a {
  display: inline-block;
  margin-right: 8px;
  color: #505050;
  /* IE10 is actually unprefixed */
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry a:hover,
#wrapper .ds-multiple-testimonial-wrapper .ds-multiple-testimonial-entries .ds-multiple-testimonial-entry a:focus {
  color: #ed1c94;
}
#wrapper .fourcolumn-about-wrapper {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 50%\9 !important;
  position: relative;
  padding: 60px 0 50px;
  width: 100%;
}
#wrapper .fourcolumn-about-wrapper .fourcolumn-about {
  margin-top: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
#wrapper .fourcolumn-about-wrapper .fourcolumn-about .column {
  border: 1px solid transparent;
  display: inline-block;
  margin: -4px -2px;
  position: relative;
  width: 25%;
}
@media (max-width: 767px) {
  #wrapper .fourcolumn-about-wrapper .fourcolumn-about .column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #wrapper .fourcolumn-about-wrapper .fourcolumn-about .column {
    width: 100%;
  }
}
#wrapper .fourcolumn-about-wrapper .fourcolumn-about .column .about-hover {
  background-position: center;
  background-size: cover;
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  #wrapper .fourcolumn-about-wrapper .fourcolumn-about .column .about-hover {
    height: 240px;
  }
}
#wrapper .fourcolumn-about-wrapper .fourcolumn-about .column .about-hover .content-overlay {
  background-color: rgba(60, 176, 220, 0.75);
  display: table-cell;
  float: left;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#wrapper .fourcolumn-about-wrapper .fourcolumn-about .column .about-hover .content-overlay:hover {
  opacity: 1;
}
#wrapper .fourcolumn-about-wrapper .fourcolumn-about .column .about-hover .content-overlay .content {
  display: block;
  height: auto;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#wrapper .fourcolumn-about-wrapper .fourcolumn-about .column .about-hover .content-overlay .content .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #wrapper .fourcolumn-about-wrapper .fourcolumn-about .column .about-hover .content-overlay .content .name {
    font-size: 21px;
    line-height: 25px;
  }
}
#wrapper .fourcolumn-about-wrapper .fourcolumn-about .column .about-hover .content-overlay .content .position {
  font-size: 15px;
  line-height: 16px;
}
#wrapper .fourcolumn-about-wrapper .fourcolumn-about .column .about-hover .content-overlay .content p {
  color: #ffffff;
}
#wrapper .fourcolumn-about-wrapper .fourcolumn-about .column .about-hover .content-overlay .content a {
  color: #ffe900;
}
#wrapper .testimonial-carousel-wrapper {
  background-color: #ffffff;
  margin-top: 15px;
  padding: 50px 0 100px;
  width: 100%;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel {
  text-align: center;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .testimonial-img {
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 145px;
  margin: 0 auto 15px;
  overflow: hidden;
  width: 145px;
  position: relative;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .testimonial-img .img-responsive {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .testimonial-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
  padding: 10px 25px;
  position: relative;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .testimonial-content p,
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .testimonial-content h3 {
  margin: 0;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .testimonial-content .position {
  margin-bottom: 15px;
  font-style: italic;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .testimonial-content .position a {
  color: #ed1c94;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .testimonial-content .socialURL {
  margin-top: 25px;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .testimonial-content .socialURL ul li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .testimonial-content .socialURL ul li a {
  color: #ed1c94;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .testimonial-content .socialURL ul li a i {
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #ed1c94;
  height: 30px;
  padding: 6px;
  width: 30px;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .carousel-indicators {
  bottom: -4em;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .carousel-indicators li {
  background-color: #dddddd;
  border-color: #dddddd;
  border-radius: 0;
  width: 30px;
  height: 5px;
  border: 0;
}
#wrapper .testimonial-carousel-wrapper .testimonial-carousel .carousel-indicators li.active {
  background-color: #ed1c94;
  border-color: #ed1c94;
}
#wrapper .ccm-milo-faq .accordion .card {
  box-shadow: none;
  border: none;
  margin: 15px 0 0;
  position: relative;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
#wrapper .ccm-milo-faq .accordion .card .card-header {
  background: none;
  padding: 0;
  border-bottom: none;
}
#wrapper .ccm-milo-faq .accordion .card .card-header .card-title {
  font-size: 18px;
  color: #505050;
  margin: 0;
}
#wrapper .ccm-milo-faq .accordion .card .card-header .card-title a {
  color: #505050;
  display: block;
  font-weight: normal;
  padding: 15px 65px 15px 15px;
  text-decoration: none;
}
#wrapper .ccm-milo-faq .accordion .card .card-header .card-title a .icon {
  float: right;
  font-size: 18px;
  color: #ffffff;
  z-index: 20;
  position: relative;
  top: 0;
  right: -45px;
}
#wrapper .ccm-milo-faq .accordion .card .card-header .card-title a .highlight {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #ed1c94;
  z-index: 10;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#wrapper .ccm-milo-faq .accordion .card .panel-collapse .card-body {
  border: none;
  padding-right: 65px;
  padding-top: 0;
}
#wrapper .milo-faq-collapsible .accordion {
  margin: 20px 0;
}
#wrapper .milo-faq-collapsible .accordion .card {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
#wrapper .milo-faq-collapsible .accordion .card-header {
  background-repeat: repeat-x;
  background-color: #ed1c94;
  border-radius: 0;
  border-bottom: none;
}
#wrapper .milo-faq-collapsible .accordion .card-header .card-title {
  font-weight: normal;
  margin: 0 !important;
  padding: 7px 0;
  font-size: 18px;
}
#wrapper .milo-faq-collapsible .accordion .card-header .card-title a {
  color: #fff;
  display: block;
}
#wrapper .milo-faq-collapsible .accordion .card-header .card-title a .fa {
  float: right;
}
#wrapper .milo-faq-collapsible .accordion .card-body {
  background-color: #d9e7ea;
}
#wrapper .ccm-faq-block-links {
  margin-bottom: 50px;
}
#wrapper .ccm-faq-block-links a {
  display: block;
  margin-bottom: 18px;
}
#wrapper .ccm-milo-faq-light .accordion .card {
  box-shadow: none;
  border: none;
  margin: 0;
}
#wrapper .ccm-milo-faq-light .accordion .card:first-child .card-header {
  border-top: 1px solid #dfdfdf;
}
#wrapper .ccm-milo-faq-light .accordion .card .card-header {
  background: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 0;
}
#wrapper .ccm-milo-faq-light .accordion .card .card-header .card-title {
  font-size: 18px;
  color: #505050;
  margin: 0;
}
#wrapper .ccm-milo-faq-light .accordion .card .card-header .card-title a {
  color: #505050;
  display: block;
  font-weight: normal;
  padding: 15px;
  text-decoration: none;
}
#wrapper .ccm-milo-faq-light .accordion .card .card-header .card-title a .icon {
  float: right;
  font-size: 18px;
  color: #ed1c94;
}
#wrapper .ccm-milo-faq-light .accordion .card .panel-collapse .card-body {
  border-top: none;
  border-bottom: 1px solid #dfdfdf;
}
#wrapper .ccm-milo-faq-outline .accordion .card {
  box-shadow: none;
  border: none;
  margin: 7px 0 0;
}
#wrapper .ccm-milo-faq-outline .accordion .card .card-header {
  background: none;
  border: 1px solid #dfdfdf;
  padding: 0;
}
#wrapper .ccm-milo-faq-outline .accordion .card .card-header .card-title {
  font-size: 18px;
  color: #505050;
  margin: 0;
}
#wrapper .ccm-milo-faq-outline .accordion .card .card-header .card-title a {
  color: #505050;
  display: block;
  font-weight: normal;
  padding: 15px;
  text-decoration: none;
}
#wrapper .ccm-milo-faq-outline .accordion .card .card-header .card-title a .icon {
  float: right;
  font-size: 18px;
  color: #ed1c94;
}
#wrapper .ccm-milo-faq-outline .accordion .card .panel-collapse .card-body {
  border: none;
}
#wrapper .milo-faq-scroll {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#wrapper .milo-faq-scroll .milo-faq-scroll-links {
  margin-bottom: 50px;
}
#wrapper .milo-faq-scroll .milo-faq-scroll-links a {
  display: block;
  margin-bottom: 18px;
}
#wrapper .milo-faq-scroll .milo-faq-scroll-entries .milo-faq-scroll-entry-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 32px;
  padding-bottom: 14px;
}
#wrapper .milo-faq-scroll .milo-faq-scroll-entries .milo-faq-scroll-entry-content:first-child {
  margin-top: -20px;
}
#wrapper .milo-faq-scroll .milo-faq-scroll-entries .milo-faq-scroll-entry-content .fa-arrow-up {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  color: #ccc;
  float: right;
  font-size: 12px;
  height: 24px;
  padding: 4.5px 6px;
  position: relative;
  top: -24px;
  width: 24px;
}
#wrapper .milo-circle-fill {
  margin-bottom: 25px;
}
#wrapper .milo-circle-fill .media-list {
  padding-left: 0;
}
@media (max-width: 480px) {
  #wrapper .milo-circle-fill .media-list .media {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  #wrapper .milo-circle-fill .media-list .media .media-left {
    display: block;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
  }
}
#wrapper .milo-circle-fill .media-list .media .media-left .circle-feature {
  display: inline-block;
  height: 90px;
  left: 15px;
  margin-right: 30px;
  position: relative;
  text-align: center;
  width: 80px;
}
@media (max-width: 480px) {
  #wrapper .milo-circle-fill .media-list .media .media-left .circle-feature {
    margin-right: 0;
    left: 0;
  }
}
#wrapper .milo-circle-fill .media-list .media .media-left .circle-feature .fa {
  background-color: #ed1c94;
  border: 2px solid #ed1c94;
  border-radius: 100%;
  color: #fff;
  font-size: 32px;
  height: 80px;
  left: 50%;
  padding: 21px;
  position: absolute;
  top: 50%;
  width: 80px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  #wrapper .milo-circle-fill .media-list .media .media-body {
    text-align: center;
  }
}
#wrapper .milo-circle-fill .media-list .media .media-body .media-heading {
  color: #505050;
  padding: 5px 0 0;
}
#wrapper .milo-circle-fill .media-list .media .media-body p {
  color: #505050;
}
#wrapper .milo-circle-fill-vertical {
  margin-bottom: 25px;
  position: relative;
}
#wrapper .milo-circle-fill-vertical .list-unstyled {
  display: block;
  float: left;
  position: relative;
  text-align: center;
}
#wrapper .milo-circle-fill-vertical .list-unstyled .feature-icon,
#wrapper .milo-circle-fill-vertical .list-unstyled .feature-content {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  padding: 15px 0;
}
#wrapper .milo-circle-fill-vertical .list-unstyled .feature-icon .fa {
  background-color: #ed1c94;
  border: 2px solid #ed1c94;
  border-radius: 100%;
  color: #fff;
  font-size: 32px;
  height: 80px;
  padding: 21px;
  width: 80px;
}
#wrapper .milo-circle-fill-vertical .list-unstyled .feature-content .feature-heading {
  color: #505050;
}
#wrapper .milo-circle-fill-vertical .list-unstyled .feature-content p {
  color: #505050;
}
#wrapper .milo-circle-outline {
  margin-bottom: 25px;
}
#wrapper .milo-circle-outline .media-list {
  padding-left: 0;
}
@media (max-width: 480px) {
  #wrapper .milo-circle-outline .media-list .media {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  #wrapper .milo-circle-outline .media-list .media .media-left {
    display: block;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
  }
}
#wrapper .milo-circle-outline .media-list .media .media-left .circle-feature {
  display: inline-block;
  height: 90px;
  left: 15px;
  margin-right: 30px;
  position: relative;
  text-align: center;
  width: 80px;
}
@media (max-width: 480px) {
  #wrapper .milo-circle-outline .media-list .media .media-left .circle-feature {
    margin-right: 0;
    left: 0;
  }
}
#wrapper .milo-circle-outline .media-list .media .media-left .circle-feature .fa {
  background-color: transparent;
  border: 2px solid #ed1c94;
  border-radius: 100%;
  color: #ed1c94;
  font-size: 32px;
  height: 80px;
  left: 50%;
  padding: 21px;
  position: absolute;
  top: 50%;
  width: 80px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  #wrapper .milo-circle-outline .media-list .media .media-body {
    text-align: center;
  }
}
#wrapper .milo-circle-outline .media-list .media .media-body .media-heading {
  color: #505050;
  padding: 5px 0 0;
}
#wrapper .milo-circle-outline .media-list .media .media-body p {
  color: #505050;
}
#wrapper .milo-circle-outline-vertical {
  margin-bottom: 25px;
  position: relative;
}
#wrapper .milo-circle-outline-vertical .list-unstyled {
  display: block;
  float: left;
  position: relative;
  text-align: center;
}
#wrapper .milo-circle-outline-vertical .list-unstyled .feature-icon,
#wrapper .milo-circle-outline-vertical .list-unstyled .feature-content {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  padding: 15px 0;
}
#wrapper .milo-circle-outline-vertical .list-unstyled .feature-icon .fa {
  background-color: transparent;
  border: 2px solid #ed1c94;
  border-radius: 100%;
  color: #ed1c94;
  font-size: 32px;
  height: 80px;
  padding: 21px;
  width: 80px;
}
#wrapper .milo-circle-outline-vertical .list-unstyled .feature-content .feature-heading {
  color: #505050;
}
#wrapper .milo-circle-outline-vertical .list-unstyled .feature-content p {
  color: #505050;
}
#wrapper .ccm-block-feature-item-hover-wrapper {
  margin-bottom: 25px;
}
#wrapper .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon .fa {
  color: #505050;
  font-size: 3em;
  font-weight: normal;
}
#wrapper .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover-title {
  color: #505050;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
}
#wrapper .milo-feature-vertical {
  background-color: transparent;
  display: block;
  float: left;
  margin: 15px 0;
  padding: 15px;
  text-align: center;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 2px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-feature-vertical:hover,
#wrapper .milo-feature-vertical:focus {
  border-color: #ed1c94;
  background-color: #ffffff;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-feature-vertical:hover h4,
#wrapper .milo-feature-vertical:focus h4 {
  color: #ed1c94;
}
#wrapper .milo-feature-vertical .milo-feature-icon {
  margin: 0 0 15px;
}
#wrapper .milo-feature-vertical .milo-feature-icon .fa {
  color: #ed1c94;
}
#wrapper .milo-feature-vertical h4 {
  color: #505050;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-feature-vertical-text-left {
  background-color: #000000;
  display: block;
  float: left;
  margin: 15px 0;
  padding: 5px;
  width: 100%;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-feature-vertical-text-left:hover,
#wrapper .milo-feature-vertical-text-left:focus {
  background-color: #ffffff;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-feature-vertical-text-left .milo-feature-icon {
  margin: 0 0 15px;
}
#wrapper .milo-feature-vertical-text-left .milo-feature-icon .fa {
  color: #ed1c94;
}
#wrapper .milo-feature-vertical-text-left h4 {
  color: #505050;
}
#wrapper .milo-feature-small {
  margin-bottom: 10px;
  display: inline-block;
}
#wrapper .milo-feature-small .media .media-body .media-heading {
  color: #505050;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
}
#wrapper .milo-feature-small .media-left {
  width: 50px;
  padding: 0;
}
#wrapper .milo-feature-small .media-left .fa {
  font-size: 15px;
  padding: 4px 0;
}
#wrapper .milo-form .control-label {
  color: #6a6a6a;
}
#wrapper .milo-form .form-control {
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  color: #6a6a6a;
  height: 40px;
  padding: 8px 10px;
  width: 100%;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-form .form-control:focus {
  border-color: #ed1c94;
}
#wrapper .milo-form textarea.form-control {
  height: auto;
}
#wrapper .milo-form .img-captcha img {
  margin-bottom: 10px;
}
#wrapper .milo-newsletter-form .form-inline {
  position: relative;
  display: table;
  width: 100%;
}
#wrapper .milo-newsletter-form .form-inline .captcha {
  display: none;
}
#wrapper .milo-newsletter-form .form-inline .form-control {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#wrapper .milo-newsletter-form .form-inline .form-field-group {
  display: table-cell;
  margin-bottom: 0;
  vertical-align: middle;
  float: left;
  width: auto;
}
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-email {
  display: block;
}
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-email label {
  display: none;
}
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-email .form-control {
  height: 38px;
  margin-top: 0;
  padding-left: 15px;
  padding-top: 7px;
}
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-text,
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-textarea,
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-radios,
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-select,
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-checkboxlist,
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-fileupload,
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-telephone,
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-url,
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-date,
#wrapper .milo-newsletter-form .form-inline .form-field-group .field-datetime {
  display: none;
}
#wrapper .milo-newsletter-form .form-inline .form-actions {
  display: table-cell;
  float: left;
}
#wrapper .milo-newsletter-form .form-inline .form-actions .btn-primary {
  background-color: #ed1c94;
  border: 3px solid #ed1c94;
  border-radius: 0;
  color: #ffffff;
  padding: 4px 20px 0;
  height: 37px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
#wrapper .milo-newsletter-form .form-inline .form-actions .btn-primary:hover {
  background-color: #000000;
  border-color: #ed1c94;
  color: #ed1c94;
}
#wrapper .milo-newsletter-form .form-inline .img-captcha img {
  margin-bottom: 10px;
}
#wrapper .milo-img-bottom-to-top-link-icon .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .milo-img-bottom-to-top-link-icon .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-img-bottom-to-top-link-icon .pic img {
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: auto;
}
#wrapper .milo-img-bottom-to-top-link-icon .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .milo-img-bottom-to-top-link-icon .pic .pic-caption .fa-link {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  height: 50px;
  width: 50px;
  padding: 14px;
  font-size: 25px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#wrapper .milo-img-bottom-to-top-link-icon .pic .pic-caption .fa-link:hover,
#wrapper .milo-img-bottom-to-top-link-icon .pic .pic-caption .fa-link:focus {
  color: #fff;
}
#wrapper .milo-img-bottom-to-top-link-icon .pic .pic-caption .caption-inner-with-title,
#wrapper .milo-img-bottom-to-top-link-icon .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .milo-img-left-to-right-link-icon .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .milo-img-left-to-right-link-icon .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-img-left-to-right-link-icon .pic img {
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: auto;
}
#wrapper .milo-img-left-to-right-link-icon .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .milo-img-left-to-right-link-icon .pic .pic-caption .fa-link {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  font-size: 25px;
  height: 50px;
  padding: 14px;
  width: 50px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#wrapper .milo-img-left-to-right-link-icon .pic .pic-caption .fa-link:hover,
#wrapper .milo-img-left-to-right-link-icon .pic .pic-caption .fa-link:focus {
  color: #fff;
}
#wrapper .milo-img-left-to-right-link-icon .pic .pic-caption .caption-inner-with-title,
#wrapper .milo-img-left-to-right-link-icon .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .milo-img-right-to-left-link-icon .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .milo-img-right-to-left-link-icon .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-img-right-to-left-link-icon .pic img {
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: auto;
}
#wrapper .milo-img-right-to-left-link-icon .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .milo-img-right-to-left-link-icon .pic .pic-caption .fa-link {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  font-size: 25px;
  height: 50px;
  padding: 14px;
  width: 50px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#wrapper .milo-img-right-to-left-link-icon .pic .pic-caption .fa-link:hover,
#wrapper .milo-img-right-to-left-link-icon .pic .pic-caption .fa-link:focus {
  color: #fff;
}
#wrapper .milo-img-right-to-left-link-icon .pic .pic-caption .caption-inner-with-title,
#wrapper .milo-img-right-to-left-link-icon .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .milo-img-top-to-bottom-link-icon .pic {
  display: block;
  margin-bottom: 15px;
}
#wrapper .milo-img-top-to-bottom-link-icon .pic:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-img-top-to-bottom-link-icon .pic img {
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: auto;
}
#wrapper .milo-img-top-to-bottom-link-icon .pic .pic-caption {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
}
#wrapper .milo-img-top-to-bottom-link-icon .pic .pic-caption .fa-link {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  color: #fff;
  font-size: 25px;
  height: 50px;
  padding: 14px;
  width: 50px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#wrapper .milo-img-top-to-bottom-link-icon .pic .pic-caption .fa-link:hover,
#wrapper .milo-img-top-to-bottom-link-icon .pic .pic-caption .fa-link:focus {
  color: #fff;
}
#wrapper .milo-img-top-to-bottom-link-icon .pic .pic-caption .caption-inner-with-title,
#wrapper .milo-img-top-to-bottom-link-icon .pic .pic-caption .no-title {
  position: relative;
  top: 40%;
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner {
  height: 550px;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner {
    height: 250px;
  }
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item {
  min-height: 350px;
  height: 100%;
  width: 100%;
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .img-animate {
  height: 100%;
  width: auto;
  margin: auto;
  display: block;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .img-animate {
    height: 250px;
  }
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption {
  padding-bottom: 50px;
  /* Animation delays */
}
@media (max-width: 480px) {
  #wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption {
    padding-bottom: 25px;
  }
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption .no-title {
  display: none;
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption .caption-title {
  animation-delay: 1s;
  color: #fff !important;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-size: 5.2em;
  font-weight: bold;
  margin: 0 0 32px;
  text-align: center;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption .caption-title {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  #wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption .caption-title {
    font-size: 2.4em;
    margin: 0 0 35%;
  }
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption .caption-description {
  animation-delay: 2s;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4px 15px;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption .caption-description {
    display: none;
  }
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption .caption-description a {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  color: #ffffff;
  text-shadow: none;
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption .caption-description a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ed1c94;
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption .caption-description p {
  color: #fff !important;
  text-align: center;
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-inner .carousel-item .carousel-caption .caption-description p a {
  text-decoration: underline;
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-indicators {
  background-color: rgba(0, 0, 0, 0);
  bottom: 18px;
  left: 0;
  margin: 0;
  padding: 10px;
  width: 100%;
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-control-prev,
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-control-prev .fa-chevron-right,
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-control-next .fa-chevron-right,
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-control-prev .fa-chevron-left,
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-control-next .fa-chevron-left {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  display: inline-block;
  font-size: 2.5em;
  height: 78px;
  margin-top: -15px;
  padding: 20px;
  position: absolute;
  top: 50%;
  width: 72px;
  z-index: 5;
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-control-prev .fa-chevron-left,
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-control-next .fa-chevron-left {
  margin-left: -15px;
  left: 50%;
}
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-control-prev .fa-chevron-right,
#wrapper .ds-milo-animate-slider-wrapper .carousel .carousel-control-next .fa-chevron-right {
  margin-right: -15px;
  right: 50%;
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides li {
  background-size: cover;
  background-position: center center;
  max-height: 580px;
  min-height: 400px;
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides li img {
  height: auto;
  max-width: none !important;
  width: auto !important;
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides .container {
  position: relative;
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides .container .ccm-image-slider-text {
  background-color: rgba(69, 194, 227, 0.8);
  left: 0;
  margin: 75px 0;
  padding: 25px;
  width: 50%;
}
@media (max-width: 991px) {
  #wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides .container .ccm-image-slider-text {
    width: 70%;
  }
}
@media (max-width: 480px) {
  #wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides .container .ccm-image-slider-text {
    width: 100%;
  }
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides .container .ccm-image-slider-text h2 {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  #wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides .container .ccm-image-slider-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides .container .ccm-image-slider-text h2 {
    font-size: 34px;
  }
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides .container .ccm-image-slider-text p {
  font-size: 16px;
  color: #ffffff !important;
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides .container .ccm-image-slider-text a {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  color: #ffffff;
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides .container .ccm-image-slider-text a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ed1c94;
}
@media (min-width: 768px) {
  #wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides_tabs {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides_tabs {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides_tabs {
    bottom: 15px !important;
    width: 1170px;
  }
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides_tabs {
  bottom: 0;
  left: 50%;
  margin: 0 30px;
  position: absolute;
  transform: ;
  z-index: 999;
  -moz-transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
@media (max-width: 767px) {
  #wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides_tabs {
    left: 0 !important;
    -moz-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides_tabs li a {
  height: 20px;
  width: 20px;
  border: 3px solid #ffffff;
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides_tabs li.rslides_here a {
  background-color: #ed1c94;
}
#wrapper .milo-indent-content-slider .ccm-image-slider .ccm-image-slider-inner .rslides_nav {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
#wrapper .milo-thumbnail-slider-wrapper {
  display: flex;
}
#wrapper .milo-thumbnail-slider-wrapper .milo-thumbnail-slider {
  float: left;
  margin: 15px auto;
  padding: 0 15px;
  width: 100%;
}
#wrapper .milo-thumbnail-slider-wrapper .milo-thumbnail-slider .slick-prev {
  left: -8px;
}
#wrapper .milo-thumbnail-slider-wrapper .milo-thumbnail-slider .slick-next {
  right: -8px;
}
#wrapper .milo-thumbnail-slider-wrapper .milo-thumbnail-slider .slick-prev:before,
#wrapper .milo-thumbnail-slider-wrapper .milo-thumbnail-slider .slick-next:before {
  color: #000 !important;
}
#wrapper .milo-thumbnail-slider-wrapper .milo-thumbnail-slider .slick-slide {
  margin: 0 15px;
  max-height: 500px;
}
#wrapper .milo-thumbnail-slider-wrapper .milo-thumbnail-slider .slick-slide .img-responsive {
  height: auto;
  margin: auto;
  max-height: 500px;
  width: auto;
}
#wrapper .ds-milo-3-column-img-hover-wrapper {
  padding: 0 15px;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover {
  height: auto;
  margin-bottom: 25px;
  max-height: 300px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover {
    margin-bottom: 15px;
  }
  #wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover:first-child {
    margin-top: 15px;
  }
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover:hover .img-hover,
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover:focus .img-hover {
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover:hover .content,
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover:focus .content {
  background-color: rgba(0, 0, 0, 0.7);
  /* IE10 is actually unprefixed */
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .img-hover {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  max-height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
  /* IE10 is actually unprefixed */
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content h4,
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content p {
  margin: 0;
  color: #ffffff !important;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content h4:hover,
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content p:hover,
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content h4:focus,
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content p:focus {
  text-decoration: none;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content h4 {
  font-size: 20px;
  padding: 0;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 4px 15px;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content .text h4 {
  padding-bottom: 4px;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content .text h4 a {
  text-decoration: none;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content .btn-milo-ctm {
  color: #fff;
}
#wrapper .ds-milo-3-column-img-hover-wrapper .ds-milo-3-column-img-hover .content .btn-milo-ctm:hover {
  border-color: #fff;
}
#wrapper .milo-four-column-carousel-list-wrapper .carousel {
  padding: 0 25px;
}
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-inner .carousel-item .milo-four-column-carousel-list-inner-wrapper .milo-four-column-carousel-list {
  margin: 25px 0;
}
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-inner .carousel-item .milo-four-column-carousel-list-inner-wrapper .milo-four-column-carousel-list .pagethumbnail {
  display: inline-block;
  height: auto;
  width: 100%;
}
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-inner .carousel-item .milo-four-column-carousel-list-inner-wrapper .milo-four-column-carousel-list .pagethumbnail .img-pagethumbnail {
  max-height: 270px;
  margin: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-inner .carousel-item .milo-four-column-carousel-list-inner-wrapper .milo-four-column-carousel-list h5 {
  font-size: 18px;
}
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-inner .carousel-item .milo-four-column-carousel-list-inner-wrapper .milo-four-column-carousel-list .page-name {
  text-decoration: none;
}
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-control-prev,
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-control-next {
  width: 42px;
  background-image: none;
}
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-control-prev .fa-angle-left,
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-control-next .fa-angle-left,
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-control-prev .fa-angle-right,
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-control-next .fa-angle-right {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 900;
  font-size: 45px;
}
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-control-prev {
  left: -20px;
}
#wrapper .milo-four-column-carousel-list-wrapper .carousel .carousel-control-next {
  right: -20px;
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list {
  margin: 25px 0;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
  }
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap {
    max-height: 300px;
    overflow: hidden;
  }
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap .pagethumbnail {
  display: inline-block;
  height: auto;
  position: relative;
  bottom: -4px;
  width: 100%;
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap .pagethumbnail .img-pagethumbnail {
  max-height: 270px;
  margin: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap .pagethumbnail .img-pagethumbnail {
    max-height: none;
  }
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap .post-title {
  bottom: 0;
  display: block;
  left: 0;
  width: 100%;
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap .post-title h3 {
  color: #6a6a6a;
  font-size: 20px;
  margin: 0;
  padding: 7px 0 0;
}
@media (max-width: 991px) {
  #wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap .post-title h3 {
    float: none;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap .post-title h3 {
    float: left;
    padding-bottom: 10px;
  }
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap .post-title .btn-milo-ctm {
  float: right;
}
@media (max-width: 991px) {
  #wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap .post-title .btn-milo-ctm {
    float: left;
  }
}
@media (max-width: 767px) {
  #wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .img-wrap .post-title .btn-milo-ctm {
    float: right;
  }
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .no-thumbnail h3 {
  font-size: 20px;
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .post-date {
  font-size: 12px;
  margin: 0;
  padding: 10px 0 0;
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .post-date.pt-0 {
  padding-top: 0;
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list h6 {
  font-size: 18px;
}
#wrapper .ds-milo-three-column-list-wrapper .ds-milo-three-column-list .page-name {
  text-decoration: none;
}
#wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list {
  margin: 25px 0;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
  }
}
#wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .img-wrap {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .img-wrap {
    max-height: 300px;
    overflow: hidden;
  }
}
#wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .img-wrap .pagethumbnail {
  display: inline-block;
  height: auto;
  position: relative;
  width: 100%;
}
#wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .img-wrap .pagethumbnail .img-pagethumbnail {
  max-height: 270px;
  margin: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .img-wrap .pagethumbnail .img-pagethumbnail {
    max-height: none;
  }
}
#wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .img-wrap .post-title {
  bottom: 0;
  display: block;
  left: 0;
  width: 100%;
}
#wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .img-wrap .post-title h3 {
  color: #6a6a6a;
  font-size: 20px;
  margin: 0;
  padding: 7px 0;
}
@media (max-width: 991px) {
  #wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .img-wrap .post-title h3 {
    float: none;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .img-wrap .post-title h3 {
    float: left;
    padding-bottom: 10px;
  }
}
#wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .no-thumbnail h3 {
  color: #6a6a6a;
  float: left;
  font-size: 20px;
  margin: 0;
  padding: 7px 0;
}
#wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .post-date {
  font-size: 12px;
  margin: 0;
  padding: 10px 0 0;
}
#wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .post-date.pt-0 {
  padding-top: 0;
}
#wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list h6 {
  font-size: 18px;
}
#wrapper .ds-milo-four-column-list-wrapper .ds-milo-four-column-list .page-name {
  text-decoration: none;
}
#wrapper .milo-caret-arrow-list-wrapper .milo-caret-arrow-list li {
  display: block;
  position: relative;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-caret-arrow-list-wrapper .milo-caret-arrow-list li:hover:before,
#wrapper .milo-caret-arrow-list-wrapper .milo-caret-arrow-list li:focus:before {
  left: 5px;
}
#wrapper .milo-caret-arrow-list-wrapper .milo-caret-arrow-list li:before {
  color: #505050;
  content: "\f0da";
  font-family: "Font Awesome 5 free";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  left: 2px;
  line-height: 1.4;
  padding-right: 0.5em;
  position: absolute;
  text-decoration: inherit;
  top: 6px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-caret-arrow-list-wrapper .milo-caret-arrow-list li a {
  color: #505050;
  display: inline-block;
  font-size: 15px;
  padding: 5px 5px 5px 25px;
}
#wrapper .milo-circle-arrow-list-wrapper .milo-circle-arrow-list li {
  display: block;
  position: relative;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-circle-arrow-list-wrapper .milo-circle-arrow-list li:hover:before,
#wrapper .milo-circle-arrow-list-wrapper .milo-circle-arrow-list li:focus:before {
  left: 5px;
}
#wrapper .milo-circle-arrow-list-wrapper .milo-circle-arrow-list li:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  color: #ed1c94;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 2px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-circle-arrow-list-wrapper .milo-circle-arrow-list li a {
  display: block;
  font-size: 15px;
  padding: 5px 5px 5px 25px;
}
#wrapper .milo-main-list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wrapper .milo-main-list-wrapper .article {
  float: left;
  margin-bottom: 32px;
  width: 100%;
  padding: 15px;
}
#wrapper .milo-main-list-wrapper .article .article-title {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 10px;
  vertical-align: top;
}
@media (max-width: 600px) {
  #wrapper .milo-main-list-wrapper .article .article-title {
    display: block;
    width: 100%;
  }
}
#wrapper .milo-main-list-wrapper .article .article-title h1 {
  margin: 0;
  padding: 0;
}
#wrapper .milo-main-list-wrapper .article .article-title img {
  height: auto;
  margin: auto;
  padding: 0;
  width: 100%;
}
#wrapper .milo-main-list-wrapper .article .article-content {
  display: block;
  float: left;
  width: 100%;
}
@media (max-width: 600px) {
  #wrapper .milo-main-list-wrapper .article .article-content {
    display: block;
    width: 100%;
  }
}
#wrapper .milo-main-list-wrapper .article .article-content h3 {
  margin: 0;
  color: #505050;
  /* IE10 is actually unprefixed */
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper .milo-main-list-wrapper .article .article-content h3 a {
  /* IE10 is actually unprefixed */
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: #505050;
}
#wrapper .milo-main-list-wrapper .article .article-content h3:hover,
#wrapper .milo-main-list-wrapper .article .article-content h3:focus {
  color: #ed1c94;
}
#wrapper .milo-main-list-wrapper .article .article-content h3:hover a,
#wrapper .milo-main-list-wrapper .article .article-content h3:focus a {
  color: #ed1c94;
  text-decoration: none;
}
#wrapper .milo-main-list-wrapper .article .article-content .article-details {
  margin: 5px 0;
}
#wrapper .milo-main-list-wrapper .article .article-content .article-details p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#wrapper .milo-main-list-wrapper .article .article-content .article-details p .the-author {
  color: #ed1c94;
  text-transform: capitalize;
}
#wrapper .milo-main-list-wrapper .article .article-content .article-details p .date {
  color: #ed1c94;
}
#wrapper .milo-main-list-wrapper .article .article-content .article-details .author,
#wrapper .milo-main-list-wrapper .article .article-content .article-details .date,
#wrapper .milo-main-list-wrapper .article .article-content .article-details .comment {
  color: #505050;
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list {
  display: table;
  position: relative;
  width: 100%;
  border-spacing: 0 2px;
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner {
  background-color: #f0f0f0;
  display: table-row;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner {
    text-align: center;
  }
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner:hover,
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner:focus {
  text-decoration: none;
  background-color: rgba(1, 167, 227, 0.05);
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner:hover .milo-sidebar-list-content strong,
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner:focus .milo-sidebar-list-content strong,
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner:hover .milo-sidebar-list-content small,
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner:focus .milo-sidebar-list-content small {
  color: #ed1c94;
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner:hover .milo-img img,
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner:focus .milo-img img {
  opacity: 0.5;
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-img,
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-sidebar-list-content {
  display: table-cell;
  float: left;
  padding: 15px;
  vertical-align: top;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-img,
  #wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-sidebar-list-content {
    display: block;
    width: 100% !important;
  }
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-img {
  width: 30%;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-img {
    margin: auto;
  }
}
@media (max-width: 480px) {
  #wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-img {
    width: 100%;
  }
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-img.full-width {
  width: 100% !important;
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-sidebar-list-content {
  width: 70%;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-sidebar-list-content {
    padding-top: 0;
  }
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-sidebar-list-content strong,
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-sidebar-list-content small {
  display: block;
  color: #6a6a6a;
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-sidebar-list-content strong {
  padding-bottom: 5px;
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-sidebar-list-content small {
  font-weight: 300 !important;
}
#wrapper .ds-milo-sidebar-list-wrapper .milo-sidebar-list .milo-sidebar-list-inner .milo-sidebar-list-content.full-width {
  width: 100% !important;
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-spacing: 0 2px;
  display: table;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list {
    margin-bottom: 15px;
  }
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list:last-child {
  border-bottom: none;
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner {
  background-color: transparent;
  display: table-row;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner {
    text-align: center;
  }
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner:hover,
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner:focus {
  text-decoration: none;
  background-color: transparent;
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner:hover .milo-sidebarv2-list-content strong,
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner:focus .milo-sidebarv2-list-content strong,
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner:hover .milo-sidebarv2-list-content small,
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner:focus .milo-sidebarv2-list-content small {
  color: #ed1c94;
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-img,
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-sidebarv2-list-content {
  display: table-cell;
  float: left;
  padding: 15px 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-img,
  #wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-sidebarv2-list-content {
    display: block;
    width: 100% !important;
  }
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-img {
  width: 30%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  #wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-img {
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 480px) {
  #wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-img {
    width: 100%;
  }
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-img.full-width {
  width: 100% !important;
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-sidebarv2-list-content {
  width: 70%;
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-sidebarv2-list-content strong,
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-sidebarv2-list-content small {
  display: block;
  color: #6a6a6a;
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-sidebarv2-list-content strong {
  padding-bottom: 5px;
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-sidebarv2-list-content small {
  font-weight: 300 !important;
}
#wrapper .ds-milo-sidebarv2-list-wrapper .milo-sidebarv2-list .milo-sidebarv2-list-inner .milo-sidebarv2-list-content.full-width {
  width: 100% !important;
}
#wrapper .milo-slide-item-list-wrapper {
  margin: 15px 0;
}
#wrapper .milo-slide-item-list-wrapper .card {
  flex-direction: column;
  border-radius: calc(4px) !important;
}
#wrapper .milo-slide-item-list-wrapper .card:hover,
#wrapper .milo-slide-item-list-wrapper .card:focus {
  border-color: #ed1c94;
}
#wrapper .milo-slide-item-list-wrapper .card .card-img-top {
  border-top-left-radius: calc(4px);
  border-top-right-radius: calc(4px);
  border-bottom: 2px solid #ed1c94;
}
#wrapper .milo-slide-item-list-wrapper .card .card-block .card-title {
  font-size: 18px;
  margin: 0;
  padding-top: 0;
}
#wrapper .milo-slide-item-list-wrapper .card .card-block p {
  margin: 0;
  padding: 0;
}
#wrapper .milo-slide-item-list-wrapper .card .card-block .ccm-block-page-list-date {
  font-size: 90%;
  padding: 4px 0;
}
#wrapper .milo-slide-item-list-wrapper .card .card-block .ccm-block-page-list-page-entry-read-more {
  margin-top: 10px;
}
#wrapper .milo-slide-item-list-wrapper .card .card-block .ccm-block-page-list-page-entry-read-more a {
  text-decoration: none;
}
#wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-header-control {
  margin-bottom: 15px;
  text-align: center;
}
#wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-header-control .carousel-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #aaa;
  color: #333;
  font-weight: bold;
  height: auto !important;
  line-height: 1.2;
  padding: 6px 12px !important;
  position: relative;
  text-shadow: none !important;
  width: auto !important;
}
#wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-control {
  width: 4%;
  background-image: none;
}
#wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-control.left {
  margin-left: 15px;
}
#wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-control.right {
  margin-right: 15px;
}
#wrapper .milo-slide-item-list-wrapper .carousel-moveone .cloneditem-1,
#wrapper .milo-slide-item-list-wrapper .carousel-moveone .cloneditem-2,
#wrapper .milo-slide-item-list-wrapper .carousel-moveone .cloneditem-3 {
  display: none;
}
#wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item > * {
  float: left;
}
@media all and (min-width: 768px) {
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .active.carousel-item-left,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-prev {
    left: -50%;
  }
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .active.carousel-item-right,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-next {
    left: 50%;
  }
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-left,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-prev.carousel-item-right,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .active {
    left: 0;
  }
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active.carousel-item-right,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active.carousel-item-left,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-left,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .active.carousel-item-left,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-prev {
    left: -25%;
  }
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .active.carousel-item-right,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-next {
    left: 25%;
  }
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-left,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-prev.carousel-item-right,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .active {
    left: 0;
  }
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner .cloneditem-2,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active.carousel-item-right,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-next {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active.carousel-item-left,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-left,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
  #wrapper .milo-slide-item-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
#wrapper .milo-slide-itemv2-list-wrapper {
  margin: 15px 0;
}
#wrapper .milo-slide-itemv2-list-wrapper .card {
  flex-direction: column;
  border-radius: calc(4px) !important;
  margin-bottom: 30px;
}
#wrapper .milo-slide-itemv2-list-wrapper .card:hover,
#wrapper .milo-slide-itemv2-list-wrapper .card:focus {
  border-color: #ed1c94;
}
#wrapper .milo-slide-itemv2-list-wrapper .card .card-img-top {
  border-top-left-radius: calc(4px);
  border-top-right-radius: calc(4px);
  border-bottom: 2px solid #ed1c94;
}
#wrapper .milo-slide-itemv2-list-wrapper .card .card-block {
  text-align: center;
}
#wrapper .milo-slide-itemv2-list-wrapper .card .card-block .card-title {
  font-size: 18px;
  margin: 0;
  padding-top: 0;
}
#wrapper .milo-slide-itemv2-list-wrapper .card .card-block .card-text {
  position: relative;
  bottom: -15px;
}
#wrapper .milo-slide-itemv2-list-wrapper .card .card-block .card-text.no-button {
  bottom: 0;
}
#wrapper .milo-slide-itemv2-list-wrapper .card .card-block p {
  margin: 0;
  padding: 0;
}
#wrapper .milo-slide-itemv2-list-wrapper .card .card-block .ccm-block-page-list-date {
  font-size: 90%;
  padding: 4px 0;
}
#wrapper .milo-slide-itemv2-list-wrapper .card .card-block .ccm-block-page-list-page-entry-read-more {
  margin-top: 10px;
  position: relative;
  bottom: -30px;
}
#wrapper .milo-slide-itemv2-list-wrapper .card .card-block .ccm-block-page-list-page-entry-read-more a {
  text-decoration: none;
}
#wrapper .milo-slide-itemv2-list-wrapper .card .card-block .ccm-block-page-list-page-entry-read-more .btn-milo:hover,
#wrapper .milo-slide-itemv2-list-wrapper .card .card-block .ccm-block-page-list-page-entry-read-more .btn-milo:focus {
  background-color: #ed1c94 !important;
  border: 1px solid #ed1c94 !important;
  color: #ffffff !important;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-header-control {
  margin-bottom: 15px;
  text-align: center;
}
#wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-header-control .carousel-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #aaa;
  color: #333;
  font-weight: bold;
  height: auto !important;
  line-height: 1.2;
  padding: 6px 12px !important;
  position: relative;
  text-shadow: none !important;
  width: auto !important;
}
#wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-control {
  width: 4%;
  background-image: none;
}
#wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-control.left {
  margin-left: 15px;
}
#wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-control.right {
  margin-right: 15px;
}
#wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .cloneditem-1,
#wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .cloneditem-2,
#wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .cloneditem-3 {
  display: none;
}
#wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item > * {
  float: left;
}
@media all and (min-width: 768px) {
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .active.carousel-item-left,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-prev {
    left: -50%;
  }
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .active.carousel-item-right,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-next {
    left: 50%;
  }
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-left,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-prev.carousel-item-right,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .active {
    left: 0;
  }
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active.carousel-item-right,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active.carousel-item-left,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-left,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .active.carousel-item-left,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-prev {
    left: -25%;
  }
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .active.carousel-item-right,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-next {
    left: 25%;
  }
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-left,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item-prev.carousel-item-right,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .active {
    left: 0;
  }
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner .cloneditem-2,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active.carousel-item-right,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-next {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active.carousel-item-left,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-left,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
  #wrapper .milo-slide-itemv2-list-wrapper .carousel-moveone .carousel-inner > .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list {
  display: inline-block;
  margin: 5px auto;
  padding: 4px 10px;
  position: relative;
  width: 32.3333%;
}
@media (max-width: 767px) {
  #wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list {
    display: inline-block;
    margin: 24px auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  #wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list {
    padding: 4px 0;
  }
}
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list:hover .milo-3column-hoverv2-name,
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list:focus .milo-3column-hoverv2-name {
  opacity: 1;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list:hover .pic a:before,
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list:focus .pic a:before {
  background-color: rgba(0, 0, 0, 0.4);
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list:hover .pic a img,
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list:focus .pic a img {
  filter: blur(1px);
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list .pic {
  display: block;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list .pic a {
  float: left;
}
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list .pic a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list .pic a img {
  height: auto;
  width: 100%;
  position: relative;
  object-fit: cover;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list .milo-3column-hoverv2-name {
  background-color: #ffffff;
  height: auto;
  max-height: 80%;
  left: 50%;
  opacity: 0;
  overflow: auto;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80%;
  z-index: 2;
  -moz-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list .milo-3column-hoverv2-name h5 {
  margin: 0;
  padding: 0 0 10px;
  font-size: 18px;
}
#wrapper .milo-3column-hoverv2-list-wrapper .milo-3column-hoverv2-list .milo-3column-hoverv2-name .date {
  display: block;
  font-size: 90%;
  padding: 0 0 5px;
}
#wrapper .milo-search-box-icon-inside .milo-input-group {
  display: block;
  position: relative;
}
#wrapper .milo-search-box-icon-inside .milo-input-group .input-group-btn {
  position: static;
}
#wrapper .milo-search-box-icon-inside .search-input {
  background-color: #000000;
  border: 1px solid #dddddd;
  color: #505050;
  display: block;
  font-family: inherit;
  font-size: inherit;
  height: 40px;
  padding-left: 10px;
  padding-right: 32px;
  width: 100%;
  border-radius: 50px;
}
#wrapper .milo-search-box-icon-inside .search-input:focus {
  border-color: #ed1c94;
}
#wrapper .milo-search-box-icon-inside .search-input::-webkit-input-placeholder {
  color: #ffffff;
  font-style: italic;
}
#wrapper .milo-search-box-icon-inside .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-style: italic;
}
#wrapper .milo-search-box-icon-inside .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-style: italic;
}
#wrapper .milo-search-box-icon-inside .search-input:-ms-input-placeholder {
  color: #ffffff;
  font-style: italic;
}
#wrapper .milo-search-box-icon-inside .input-group-btn button {
  background-color: #000000;
  border: none;
  color: #333333;
  font-size: 18px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
#wrapper .milo-search-box {
  margin: 5px 0;
}
#wrapper .milo-search-box .search-input {
  background-color: #ffffff;
  border-color: #dddddd;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  height: 38px;
  padding-left: 15px;
  top: 0;
}
#wrapper .milo-search-box .search-input::-webkit-input-placeholder {
  color: #ffffff;
  font-style: italic;
}
#wrapper .milo-search-box .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-style: italic;
}
#wrapper .milo-search-box .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-style: italic;
}
#wrapper .milo-search-box .search-input:-ms-input-placeholder {
  color: #ffffff;
  font-style: italic;
}
#wrapper .milo-search-box .search-btn {
  background-color: #ed1c94;
  border-radius: 0;
  border: 1px solid #ed1c94;
  font-size: 15px;
  height: 38px;
  padding-left: 18px;
  padding-right: 18px;
  /* IE10 is actually unprefixed */
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#wrapper .milo-search-box .search-btn .fa-search {
  border: 1px solid transparent;
  color: #ffffff;
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#wrapper .milo-search-box .search-btn:hover {
  background-color: #ed1c94;
  border-color: #ed1c94;
  /* IE10 is actually unprefixed */
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#wrapper .milo-search-box .search-btn:hover .fa-search {
  color: #ffffff !important;
  line-height: 101%;
}
#wrapper .milo-share-this-page {
  background-color: #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  margin-top: 25px;
  padding-top: 15px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-share-this-page:before {
  content: "Share:";
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: inherit;
  margin-bottom: 8px;
  width: 100%;
}
#wrapper .milo-share-this-page .list-inline li {
  display: inline-block;
}
#wrapper .milo-share-this-page .list-inline li a {
  color: #afafaf;
  display: block;
  font-size: 25px;
  padding: 0 5px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-share-this-page .list-inline li a:hover,
#wrapper .milo-share-this-page .list-inline li a:focus {
  color: #ed1c94;
  /* IE10 is actually unprefixed */
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper .milo-social-links-wrapper .milo-social-links {
  padding: 0;
}
#wrapper .milo-social-links-wrapper .milo-social-links li {
  display: inline-block;
  padding: 0;
}
#wrapper .milo-social-links-wrapper .milo-social-links li a {
  font-size: 20px;
  width: 40px;
  height: 40px;
  padding-top: 4px !important;
  color: #3a3a38 !important;
  text-align: center;
  border: 2px solid #3a3a38;
  border-radius: 999px;
  display: inline-block;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-social-links-wrapper .milo-social-links li a:hover,
#wrapper .milo-social-links-wrapper .milo-social-links li a:focus {
  border-color: #ed1c94;
  color: #ed1c94 !important;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .social-icons .fa,
#wrapper .social-icons .fas,
#wrapper .social-icons .far,
#wrapper .social-icons .fal,
#wrapper .social-icons .fad,
#wrapper .social-icons .fab {
  font-size: 1.8em;
}
#wrapper .social-icons .fa,
#wrapper .social-icons .fas,
#wrapper .social-icons .far,
#wrapper .social-icons .fal,
#wrapper .social-icons .fad,
#wrapper .social-icons .fab {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#wrapper .social-icons li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
#wrapper .social-icons.icon-circle .fa,
#wrapper .social-icons.icon-circle .fas,
#wrapper .social-icons.icon-circle .far,
#wrapper .social-icons.icon-circle .fal,
#wrapper .social-icons.icon-circle .fad,
#wrapper .social-icons.icon-circle .fab {
  border-radius: 50%;
}
#wrapper .social-icons.icon-rounded .fa,
#wrapper .social-icons.icon-rounded .fas,
#wrapper .social-icons.icon-rounded .far,
#wrapper .social-icons.icon-rounded .fal,
#wrapper .social-icons.icon-rounded .fad,
#wrapper .social-icons.icon-rounded .fab {
  border-radius: 5px;
}
#wrapper .social-icons.icon-flat .fa,
#wrapper .social-icons.icon-flat .fas,
#wrapper .social-icons.icon-flat .far,
#wrapper .social-icons.icon-flat .fal,
#wrapper .social-icons.icon-flat .fad,
#wrapper .social-icons.icon-flat .fab {
  border-radius: 0;
}
#wrapper .social-icons .fa:hover,
#wrapper .social-icons .fas:hover,
#wrapper .social-icons .far:hover,
#wrapper .social-icons .fal:hover,
#wrapper .social-icons .fad:hover,
#wrapper .social-icons .fab:hover,
#wrapper .social-icons .fa:focus,
#wrapper .social-icons .fas:focus,
#wrapper .social-icons .far:focus,
#wrapper .social-icons .fal:focus,
#wrapper .social-icons .fad:focus,
#wrapper .social-icons .fab:focus {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}
#wrapper .social-icons.icon-zoom .fa:hover,
#wrapper .social-icons.icon-zoom .fas:hover,
#wrapper .social-icons.icon-zoom .far:hover,
#wrapper .social-icons.icon-zoom .fal:hover,
#wrapper .social-icons.icon-zoom .fad:hover,
#wrapper .social-icons.icon-zoom .fab:hover,
#wrapper .social-icons.icon-zoom .fa:focus,
#wrapper .social-icons.icon-zoom .fas:focus,
#wrapper .social-icons.icon-zoom .far:focus,
#wrapper .social-icons.icon-zoom .fal:focus,
#wrapper .social-icons.icon-zoom .fad:focus,
#wrapper .social-icons.icon-zoom .fab:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#wrapper .social-icons.icon-rotate .fa:hover,
#wrapper .social-icons.icon-rotate .fas:hover,
#wrapper .social-icons.icon-rotate .far:hover,
#wrapper .social-icons.icon-rotate .fal:hover,
#wrapper .social-icons.icon-rotate .fad:hover,
#wrapper .social-icons.icon-rotate .fab:hover,
#wrapper .social-icons.icon-rotate .fa:focus,
#wrapper .social-icons.icon-rotate .fas:focus,
#wrapper .social-icons.icon-rotate .far:focus,
#wrapper .social-icons.icon-rotate .fal:focus,
#wrapper .social-icons.icon-rotate .fad:focus,
#wrapper .social-icons.icon-rotate .fab:focus {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}
#wrapper .social-icons .fa-adn {
  background-color: #504e54;
}
#wrapper .social-icons .fa-apple {
  background-color: #aeb5c5;
}
#wrapper .social-icons .fa-android {
  background-color: #A5C63B;
}
#wrapper .social-icons .fa-bitbucket,
#wrapper .social-icons .fa-bitbucket-square {
  background-color: #003366;
}
#wrapper .social-icons .fa-bitcoin,
#wrapper .social-icons .fa-btc {
  background-color: #F7931A;
}
#wrapper .social-icons .fa-css3 {
  background-color: #1572B7;
}
#wrapper .social-icons .fa-dribbble {
  background-color: #F46899;
}
#wrapper .social-icons .fa-dropbox {
  background-color: #018BD3;
}
#wrapper .social-icons .fa-facebook,
#wrapper .social-icons .fa-facebook-square {
  background-color: #3C599F;
}
#wrapper .social-icons .fa-flickr {
  background-color: #FF0084;
}
#wrapper .social-icons .fa-foursquare {
  background-color: #0086BE;
}
#wrapper .social-icons .fa-github,
#wrapper .social-icons .fa-github-alt,
#wrapper .social-icons .fa-github-square {
  background-color: #070709;
}
#wrapper .social-icons .fa-google-plus,
#wrapper .social-icons .fa-google-plus-square {
  background-color: #CF3D2E;
}
#wrapper .social-icons .fa-html5 {
  background-color: #E54D26;
}
#wrapper .social-icons .fa-instagram {
  background-color: #A1755C;
}
#wrapper .social-icons .fa-linkedin,
#wrapper .social-icons .fa-linkedin-square {
  background-color: #0085AE;
}
#wrapper .social-icons .fa-linux {
  background-color: #FBC002;
  color: #333;
}
#wrapper .social-icons .fa-maxcdn {
  background-color: #F6AE1C;
}
#wrapper .social-icons .fa-pagelines {
  background-color: #241E20;
  color: #3984EA;
}
#wrapper .social-icons .fa-pinterest,
#wrapper .social-icons .fa-pinterest-square {
  background-color: #CC2127;
}
#wrapper .social-icons .fa-renren {
  background-color: #025DAC;
}
#wrapper .social-icons .fa-skype {
  background-color: #01AEF2;
}
#wrapper .social-icons .fa-stack-exchange {
  background-color: #245590;
}
#wrapper .social-icons .fa-stack-overflow {
  background-color: #FF7300;
}
#wrapper .social-icons .fa-trello {
  background-color: #265A7F;
}
#wrapper .social-icons .fa-tumblr,
#wrapper .social-icons .fa-tumblr-square {
  background-color: #314E6C;
}
#wrapper .social-icons .fa-twitter,
#wrapper .social-icons .fa-twitter-square {
  background-color: #32CCFE;
}
#wrapper .social-icons .fa-vimeo-square {
  background-color: #229ACC;
}
#wrapper .social-icons .fa-vk {
  background-color: #375474;
}
#wrapper .social-icons .fa-weibo {
  background-color: #D72B2B;
}
#wrapper .social-icons .fa-windows {
  background-color: #12B6F3;
}
#wrapper .social-icons .fa-xing,
#wrapper .social-icons .fa-xing-square {
  background-color: #00555C;
}
#wrapper .social-icons .fa-youtube,
#wrapper .social-icons .fa-youtube-play,
#wrapper .social-icons .fa-youtube-square {
  background-color: #C52F30;
}
#wrapper .milo-tags-wrapper .milo-tags > li {
  margin-bottom: 8px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
}
#wrapper .milo-tags-wrapper .milo-tags > li > a,
#wrapper .milo-tags-wrapper .milo-tags > li > .not-link,
#wrapper .milo-tags-wrapper .milo-tags > li > span {
  background-color: #000000;
  border: 1px solid #ed1c94;
  color: #ed1c94;
  display: block;
  padding: 6px 12px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-tags-wrapper .milo-tags > li > a:before,
#wrapper .milo-tags-wrapper .milo-tags > li > .not-link:before,
#wrapper .milo-tags-wrapper .milo-tags > li > span:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f02b";
  position: relative;
  left: 0;
  margin-right: 8px;
}
#wrapper .milo-tags-wrapper .milo-tags > li > a:hover,
#wrapper .milo-tags-wrapper .milo-tags > li > .not-link:hover,
#wrapper .milo-tags-wrapper .milo-tags > li > span:hover,
#wrapper .milo-tags-wrapper .milo-tags > li > a:focus,
#wrapper .milo-tags-wrapper .milo-tags > li > .not-link:focus,
#wrapper .milo-tags-wrapper .milo-tags > li > span:focus {
  background-color: #ed1c94;
  border: 1px solid #ed1c94;
  color: #ffffff;
  text-decoration: none;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-tagsv2-wrapper .milo-tags > li {
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}
#wrapper .milo-tagsv2-wrapper .milo-tags > li > a,
#wrapper .milo-tagsv2-wrapper .milo-tags > li > .not-link,
#wrapper .milo-tagsv2-wrapper .milo-tags > li > span {
  background-color: #000000;
  border-radius: 50px;
  border: 1px solid #ed1c94;
  color: #ed1c94;
  display: block;
  padding: 6px 12px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-tagsv2-wrapper .milo-tags > li > a:before,
#wrapper .milo-tagsv2-wrapper .milo-tags > li > .not-link:before,
#wrapper .milo-tagsv2-wrapper .milo-tags > li > span:before {
  content: "\f02b";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  left: 0;
  margin-right: 8px;
  position: relative;
}
#wrapper .milo-tagsv2-wrapper .milo-tags > li > a:hover,
#wrapper .milo-tagsv2-wrapper .milo-tags > li > .not-link:hover,
#wrapper .milo-tagsv2-wrapper .milo-tags > li > span:hover,
#wrapper .milo-tagsv2-wrapper .milo-tags > li > a:focus,
#wrapper .milo-tagsv2-wrapper .milo-tags > li > .not-link:focus,
#wrapper .milo-tagsv2-wrapper .milo-tags > li > span:focus {
  background-color: #ed1c94;
  border: 1px solid #ed1c94;
  color: #ffffff;
  text-decoration: none;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-tagsv3-wrapper .milo-tags > li {
  margin-bottom: 8px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
}
#wrapper .milo-tagsv3-wrapper .milo-tags > li > a,
#wrapper .milo-tagsv3-wrapper .milo-tags > li > .not-link,
#wrapper .milo-tagsv3-wrapper .milo-tags > li > span {
  background-color: #000000;
  border: 3px solid #f5f5f5;
  color: #ed1c94;
  display: block;
  padding: 0 15px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  line-height: 30px;
  border-radius: 100px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-tagsv3-wrapper .milo-tags > li > a:before,
#wrapper .milo-tagsv3-wrapper .milo-tags > li > .not-link:before,
#wrapper .milo-tagsv3-wrapper .milo-tags > li > span:before {
  content: "\f02b";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  left: 0;
  margin-right: 8px;
  position: relative;
}
#wrapper .milo-tagsv3-wrapper .milo-tags > li > a:hover,
#wrapper .milo-tagsv3-wrapper .milo-tags > li > .not-link:hover,
#wrapper .milo-tagsv3-wrapper .milo-tags > li > span:hover,
#wrapper .milo-tagsv3-wrapper .milo-tags > li > a:focus,
#wrapper .milo-tagsv3-wrapper .milo-tags > li > .not-link:focus,
#wrapper .milo-tagsv3-wrapper .milo-tags > li > span:focus {
  background-color: #ed1c94;
  border: 3px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-testimonial-rounded {
  margin-bottom: 15px;
}
#wrapper .milo-testimonial-rounded .ccm-block-testimonial-image {
  display: block;
  margin-bottom: 15px;
}
#wrapper .milo-testimonial-rounded .ccm-block-testimonial-image img {
  border-radius: 10px;
  max-width: 200px;
  height: auto;
  margin: auto;
  display: block;
}
#wrapper .milo-testimonial-rounded .ccm-block-testimonial-text {
  text-align: center;
}
#wrapper .milo-testimonial-rounded .ccm-block-testimonial-text .ccm-block-testimonial-name {
  font-size: 24px;
  color: #ed1c94;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper .milo-testimonial-rounded .ccm-block-testimonial-text .ccm-block-testimonial-position {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
#wrapper .ccm-milo-testimonial-single-wrapper {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
#wrapper .ccm-milo-testimonial-single-wrapper .milo-testimonial-single {
  margin-bottom: 15px;
  display: table;
  width: 100%;
  max-width: 650px;
  margin: auto;
}
@media (max-width: 767px) {
  #wrapper .ccm-milo-testimonial-single-wrapper .milo-testimonial-single {
    display: block;
  }
}
#wrapper .ccm-milo-testimonial-single-wrapper .milo-testimonial-single .ccm-block-testimonial-image,
#wrapper .ccm-milo-testimonial-single-wrapper .milo-testimonial-single .ccm-block-testimonial-text {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #wrapper .ccm-milo-testimonial-single-wrapper .milo-testimonial-single .ccm-block-testimonial-image,
  #wrapper .ccm-milo-testimonial-single-wrapper .milo-testimonial-single .ccm-block-testimonial-text {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
}
#wrapper .ccm-milo-testimonial-single-wrapper .milo-testimonial-single .ccm-block-testimonial-image img {
  border-radius: 10px;
  max-width: 200px;
  height: auto;
  display: block;
  float: right;
}
@media (max-width: 767px) {
  #wrapper .ccm-milo-testimonial-single-wrapper .milo-testimonial-single .ccm-block-testimonial-image img {
    float: none;
    margin: auto auto 15px;
  }
}
#wrapper .ccm-milo-testimonial-single-wrapper .milo-testimonial-single .ccm-block-testimonial-text .ccm-block-testimonial-name {
  font-size: 24px;
  color: #ed1c94;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper .ccm-milo-testimonial-single-wrapper .milo-testimonial-single .ccm-block-testimonial-text .ccm-block-testimonial-position {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
#wrapper .milo-testimonial-vertical {
  margin-bottom: 15px;
}
#wrapper .milo-testimonial-vertical .ccm-block-testimonial-image {
  display: block;
  margin-bottom: 15px;
}
#wrapper .milo-testimonial-vertical .ccm-block-testimonial-image img {
  border-radius: 100%;
  max-width: 200px;
  height: auto;
  margin: auto;
  display: block;
}
#wrapper .milo-testimonial-vertical .ccm-block-testimonial-text {
  text-align: center;
}
#wrapper .milo-testimonial-vertical .ccm-block-testimonial-text .ccm-block-testimonial-name {
  font-size: 24px;
  color: #ed1c94;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper .milo-testimonial-vertical .ccm-block-testimonial-text .ccm-block-testimonial-position {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
#wrapper .card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
#wrapper .card > .list-group.first-child .list-group-item.first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
#wrapper .card > .list-group.last-child .list-group-item.last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#wrapper .card-block {
  padding: 1.25rem;
}
#wrapper .card-block:after {
  content: "";
  display: table;
  clear: both;
}
#wrapper .card-title {
  margin-bottom: 0.75rem;
}
#wrapper .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
#wrapper .card-text:last-child {
  margin-bottom: 0;
}
#wrapper .card-link + .card-link {
  margin-left: 1.25rem;
}
#wrapper .card-link:hover,
#wrapper .card-link:focus {
  text-decoration: none;
}
#wrapper .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#wrapper .card-header:after {
  content: "";
  display: table;
  clear: both;
}
#wrapper .card-header:first-child {
  border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
#wrapper .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#wrapper .card-footer:after {
  content: "";
  display: table;
  clear: both;
}
#wrapper .card-footer:last-child {
  border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
#wrapper .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
#wrapper .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
#wrapper .card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
#wrapper .card-primary .card-header,
#wrapper .card-primary .card-footer {
  background-color: transparent;
}
#wrapper .card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
#wrapper .card-success .card-header,
#wrapper .card-success .card-footer {
  background-color: transparent;
}
#wrapper .card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
#wrapper .card-info .card-header,
#wrapper .card-info .card-footer {
  background-color: transparent;
}
#wrapper .card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
#wrapper .card-warning .card-header,
#wrapper .card-warning .card-footer {
  background-color: transparent;
}
#wrapper .card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
#wrapper .card-danger .card-header,
#wrapper .card-danger .card-footer {
  background-color: transparent;
}
#wrapper .card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}
#wrapper .card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}
#wrapper .card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}
#wrapper .card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}
#wrapper .card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}
#wrapper .card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}
#wrapper .card-inverse .card-header,
#wrapper .card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}
#wrapper .card-inverse .card-header,
#wrapper .card-inverse .card-footer,
#wrapper .card-inverse .card-title,
#wrapper .card-inverse .card-blockquote {
  color: #fff;
}
#wrapper .card-inverse .card-link .blockquote-footer,
#wrapper .card-inverse .card-text .blockquote-footer,
#wrapper .card-inverse .card-subtitle .blockquote-footer,
#wrapper .card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
#wrapper .card-inverse .card-link:focus,
#wrapper .card-inverse .card-link:hover {
  color: #fff;
}
#wrapper .card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
#wrapper .card-img {
  border-radius: calc(-0.75rem);
}
#wrapper .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
#wrapper .card-img-top {
  border-top-right-radius: calc(-0.75rem);
  border-top-left-radius: calc(-0.75rem);
}
#wrapper .card-img-bottom {
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
@media (min-width: 576px) {
  #wrapper .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  #wrapper .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  #wrapper .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 576px) {
  #wrapper .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #wrapper .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  #wrapper .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  #wrapper .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  #wrapper .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  #wrapper .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  #wrapper .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  #wrapper .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  #wrapper .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  #wrapper .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  #wrapper .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  #wrapper .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  #wrapper .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  #wrapper .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
#wrapper span.alert {
  display: block;
}
#wrapper .alert-success {
  background-color: #e2f5e4;
  border-color: #289917;
  border-radius: 0;
  color: #299918;
}
#wrapper .alert-danger {
  background-color: #fad4cd;
  border-color: #d62911;
  border-radius: 0;
  color: #d62911;
}
#wrapper .alert-info {
  background-color: #d2e4f1;
  border-color: #4694cf;
  border-radius: 0;
  color: #3c87c9;
}
#wrapper .alert-warning {
  background-color: #fdfcce;
  border-color: #d89c04;
  border-radius: 0;
  color: #dfaf3b;
}
#wrapper .milo-breadcrumbs {
  margin: 15px 0;
}
#wrapper .milo-breadcrumbs .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
#wrapper .milo-breadcrumbs .breadcrumb > li {
  display: inline-block;
}
#wrapper .milo-breadcrumbs .breadcrumb > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
#wrapper a.mbtn,
#wrapper .mbtn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 12px 30px;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#wrapper a.mbtn:hover,
#wrapper .mbtn:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#wrapper a.mbtn.btn-xs,
#wrapper .mbtn.btn-xs {
  padding: 8px 20px;
  font-size: 11px;
}
#wrapper a.mbtn.btn-sm,
#wrapper .mbtn.btn-sm {
  padding: 10px 25px;
  font-size: 13px;
}
#wrapper a.mbtn.btn-default,
#wrapper .mbtn.btn-default {
  background-color: #fff;
  border-color: #eee;
  color: #333;
}
#wrapper a.mbtn.btn-default:hover,
#wrapper .mbtn.btn-default:hover {
  background-color: #f5f5f5;
}
#wrapper a.mbtn.btn-shadow,
#wrapper .mbtn.btn-shadow {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
#wrapper a.mbtn > a,
#wrapper .mbtn > a {
  color: inherit;
}
#wrapper .btn-milo {
  background-color: #ffffff;
  background-image: none;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 8px 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: #ed1c94;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .btn-milo:hover,
#wrapper .btn-milo:focus {
  background-color: #ededed;
  border: 1px solid #ededed;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .btn-milo > a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
#wrapper .btn-milo-sm {
  padding: 5px 12px;
  font-size: 12px;
}
#wrapper .btn-milo-lg {
  padding: 10px 30px;
  font-size: 18px;
}
#wrapper .milo-outline {
  background-color: transparent !important;
  border-color: #ed1c94;
  box-shadow: none;
}
#wrapper .milo-outline:hover,
#wrapper .milo-outline:focus {
  background-color: #ed1c94 !important;
  border: 1px solid #ed1c94 !important;
  color: #ffffff !important;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-outline > a {
  color: inherit;
}
#wrapper .milo-primary {
  background-color: #ed1c94 !important;
  border-color: #ed1c94;
  box-shadow: none;
  color: #ffffff;
}
#wrapper .milo-primary:hover,
#wrapper .milo-primary:focus {
  background-color: transparent !important;
  border: 1px solid #ed1c94 !important;
  color: #ed1c94 !important;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-primary > a {
  color: inherit;
}
#wrapper .milo-radius {
  border-radius: 50px;
}
#wrapper .btn-milo-ctm {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
#wrapper .btn-milo-ctm > a {
  color: inherit;
}
#wrapper .btn-milo-ctm.sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
#wrapper .btn-milo-ctm.md {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
}
#wrapper .btn-milo-ctm.lg {
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
}
#wrapper .btn-milo-ctm.xl {
  padding: 14px 21px;
  font-size: 21px;
  line-height: 1.2;
}
#wrapper .btn-milo-ctm.long-arrow {
  background-color: #ed1c94;
  border: 1px solid #ed1c94;
  color: #ffffff;
  position: relative;
  padding-left: 25px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#wrapper .btn-milo-ctm.long-arrow:before {
  border-radius: 100%;
  color: #ffffff;
  content: "\f30b";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  left: 4px;
  position: absolute;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .btn-milo-ctm.long-arrow.sm:before {
  top: 4px;
}
#wrapper .btn-milo-ctm.long-arrow.md:before {
  top: 5px;
}
#wrapper .btn-milo-ctm.long-arrow.lg:before {
  top: 8px;
}
#wrapper .btn-milo-ctm.long-arrow.xl {
  padding-left: 27px;
}
#wrapper .btn-milo-ctm.long-arrow.xl:before {
  top: 12px;
}
#wrapper .btn-milo-ctm.long-arrow:hover,
#wrapper .btn-milo-ctm.long-arrow:focus {
  background-color: #ed1c94;
  border-color: #ed1c94;
  color: #ffffff;
  padding-left: 30px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#wrapper .btn-milo-ctm.long-arrow:hover:before,
#wrapper .btn-milo-ctm.long-arrow:focus:before {
  left: 10px;
  color: #ffffff;
}
#wrapper .btn-milo-ctm.arrow {
  background-color: #ed1c94;
  border: 1px solid #ed1c94;
  color: #ffffff;
  position: relative;
  padding-left: 30px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .btn-milo-ctm.arrow:before {
  color: #ffffff;
  content: "\f0a9";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  left: 4px;
  position: absolute;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .btn-milo-ctm.arrow.sm:before {
  top: 4px;
}
#wrapper .btn-milo-ctm.arrow.md:before {
  top: 7px;
}
#wrapper .btn-milo-ctm.arrow.lg:before {
  top: 10px;
  height: 22px;
  width: 22px;
}
#wrapper .btn-milo-ctm.arrow.xl:before {
  top: 16px;
  line-height: 1;
}
#wrapper .btn-milo-ctm.arrow:hover,
#wrapper .btn-milo-ctm.arrow:focus {
  background-color: #ed1c94;
  border-color: #ed1c94;
  color: #ffffff;
  padding-left: 35px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .btn-milo-ctm.arrow:hover:before,
#wrapper .btn-milo-ctm.arrow:focus:before {
  left: 10px;
  color: #ffffff;
}
#wrapper .btn-milo-ctm.box {
  background-color: #ed1c94;
  border: 1px solid #ed1c94;
  color: #ffffff;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .btn-milo-ctm.box:hover,
#wrapper .btn-milo-ctm.box:focus {
  background-color: #000000;
  border-color: #ed1c94;
  color: #ed1c94;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .btn-milo-ctm.outline {
  background-color: #000000;
  border-color: #ed1c94;
  color: #ed1c94;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .btn-milo-ctm.outline:hover,
#wrapper .btn-milo-ctm.outline:focus {
  background-color: #ed1c94;
  border-color: #ed1c94;
  color: #ffffff;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-list-square ul,
#wrapper .milo-list-long-arrow ul,
#wrapper .milo-list-arrow ul,
#wrapper .milo-ordered-list ul,
#wrapper .milo-list-square ol,
#wrapper .milo-list-long-arrow ol,
#wrapper .milo-list-arrow ol,
#wrapper .milo-ordered-list ol {
  padding: 0;
}
#wrapper .milo-list-square ul > .milo-list-square,
#wrapper .milo-list-long-arrow ul > .milo-list-square,
#wrapper .milo-list-arrow ul > .milo-list-square,
#wrapper .milo-ordered-list ul > .milo-list-square,
#wrapper .milo-list-square ol > .milo-list-square,
#wrapper .milo-list-long-arrow ol > .milo-list-square,
#wrapper .milo-list-arrow ol > .milo-list-square,
#wrapper .milo-ordered-list ol > .milo-list-square,
#wrapper .milo-list-square ul > .milo-list-long-arrow,
#wrapper .milo-list-long-arrow ul > .milo-list-long-arrow,
#wrapper .milo-list-arrow ul > .milo-list-long-arrow,
#wrapper .milo-ordered-list ul > .milo-list-long-arrow,
#wrapper .milo-list-square ol > .milo-list-long-arrow,
#wrapper .milo-list-long-arrow ol > .milo-list-long-arrow,
#wrapper .milo-list-arrow ol > .milo-list-long-arrow,
#wrapper .milo-ordered-list ol > .milo-list-long-arrow,
#wrapper .milo-list-square ul > .milo-list-arrow,
#wrapper .milo-list-long-arrow ul > .milo-list-arrow,
#wrapper .milo-list-arrow ul > .milo-list-arrow,
#wrapper .milo-ordered-list ul > .milo-list-arrow,
#wrapper .milo-list-square ol > .milo-list-arrow,
#wrapper .milo-list-long-arrow ol > .milo-list-arrow,
#wrapper .milo-list-arrow ol > .milo-list-arrow,
#wrapper .milo-ordered-list ol > .milo-list-arrow,
#wrapper .milo-list-square ul > .milo-ordered-list,
#wrapper .milo-list-long-arrow ul > .milo-ordered-list,
#wrapper .milo-list-arrow ul > .milo-ordered-list,
#wrapper .milo-ordered-list ul > .milo-ordered-list,
#wrapper .milo-list-square ol > .milo-ordered-list,
#wrapper .milo-list-long-arrow ol > .milo-ordered-list,
#wrapper .milo-list-arrow ol > .milo-ordered-list,
#wrapper .milo-ordered-list ol > .milo-ordered-list,
#wrapper .milo-list-square ul > ul,
#wrapper .milo-list-long-arrow ul > ul,
#wrapper .milo-list-arrow ul > ul,
#wrapper .milo-ordered-list ul > ul,
#wrapper .milo-list-square ol > ul,
#wrapper .milo-list-long-arrow ol > ul,
#wrapper .milo-list-arrow ol > ul,
#wrapper .milo-ordered-list ol > ul,
#wrapper .milo-list-square ul > ol,
#wrapper .milo-list-long-arrow ul > ol,
#wrapper .milo-list-arrow ul > ol,
#wrapper .milo-ordered-list ul > ol,
#wrapper .milo-list-square ol > ol,
#wrapper .milo-list-long-arrow ol > ol,
#wrapper .milo-list-arrow ol > ol,
#wrapper .milo-ordered-list ol > ol {
  margin-left: 15px;
}
#wrapper .milo-list-square ul,
#wrapper .milo-list-square ol {
  list-style: none;
  position: relative;
}
#wrapper .milo-list-square ul li,
#wrapper .milo-list-square ol li {
  padding: 4px 0 4px 18px;
}
#wrapper .milo-list-square ul li:before,
#wrapper .milo-list-square ol li:before {
  color: #505050;
  content: "\f0c8";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 8px;
  height: 12px;
  left: 0;
  margin-top: 4px;
  position: absolute;
  width: 12px;
}
#wrapper .milo-list-long-arrow ul,
#wrapper .milo-list-long-arrow ol {
  list-style: none;
  position: relative;
}
#wrapper .milo-list-long-arrow ul li,
#wrapper .milo-list-long-arrow ol li {
  padding: 4px 0 4px 24px;
}
#wrapper .milo-list-long-arrow ul li:before,
#wrapper .milo-list-long-arrow ol li:before {
  color: #505050;
  content: "\f30b";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  left: 0;
  margin-top: 0;
  position: absolute;
}
#wrapper .milo-list-arrow ul,
#wrapper .milo-list-arrow ol {
  list-style: none;
  position: relative;
}
#wrapper .milo-list-arrow ul li,
#wrapper .milo-list-arrow ol li {
  padding: 4px 0 4px 18px;
}
#wrapper .milo-list-arrow ul li:before,
#wrapper .milo-list-arrow ol li:before {
  color: #505050;
  content: "\f0da";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  left: 0;
  margin-top: 2px;
  position: absolute;
}
#wrapper .milo-ordered-list ul,
#wrapper .milo-ordered-list ol {
  padding-left: 15px;
  list-style-type: none;
}
#wrapper .milo-ordered-list ul li,
#wrapper .milo-ordered-list ol li {
  counter-increment: step-counter;
  padding: 4px 0 4px 4px;
}
#wrapper .milo-ordered-list ul li:before,
#wrapper .milo-ordered-list ol li:before {
  color: #505050;
  content: counter(step-counter, decimal) ". ";
  left: 15px;
  position: absolute;
  top: auto;
}
#wrapper .nav {
  flex-direction: column;
}
#wrapper .nav > li > a {
  padding: 10px 15px;
  display: block;
}
#wrapper .nav > li > a:hover,
#wrapper .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
#wrapper .list-inline li {
  display: inline-block;
}
#wrapper .milo-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
#wrapper .milo-pagination .pagination > li:first-child > a,
#wrapper .milo-pagination .pagination > li:first-child > span {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  padding: 7px 25px;
}
#wrapper .milo-pagination .pagination > li:last-child > a,
#wrapper .milo-pagination .pagination > li:last-child > span {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  padding: 7px 25px;
}
#wrapper .milo-pagination .pagination > li > a,
#wrapper .milo-pagination .pagination > li > span {
  background-color: #000000;
  border: 1px solid #ed1c94;
  color: #ed1c94;
  margin-bottom: 10px;
  margin-left: -1px;
  padding: 7px 15px;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-pagination .pagination > li > a:hover,
#wrapper .milo-pagination .pagination > li > span:hover {
  background-color: #ed1c94;
  border-color: #ed1c94;
  color: #ffffff;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper .milo-pagination .pagination > .active > a,
#wrapper .milo-pagination .pagination > .active > span {
  background-color: #ed1c94;
  border-color: #ed1c94;
  color: #ffffff;
}
#wrapper .milo-pagination .pagination > .active > a:hover,
#wrapper .milo-pagination .pagination > .active > span:hover,
#wrapper .milo-pagination .pagination > .active > a:focus,
#wrapper .milo-pagination .pagination > .active > span:focus {
  background-color: #ed1c94;
  border-color: #ed1c94;
  color: #ffffff;
}
#wrapper .milo-pagination .pagination > .disabled > a,
#wrapper .milo-pagination .pagination > .disabled > span {
  background-color: #000000;
  border-color: #cccccc;
  color: #cccccc;
  cursor: not-allowed;
}
#wrapper .milo-pagination .pagination > .disabled > a:hover,
#wrapper .milo-pagination .pagination > .disabled > span:hover,
#wrapper .milo-pagination .pagination > .disabled > a:focus,
#wrapper .milo-pagination .pagination > .disabled > span:focus {
  background-color: #000000;
  border-color: #cccccc;
  color: #cccccc;
  cursor: not-allowed;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner ul.nav:not(.nav-justified) > li {
  display: inline-block;
  position: relative;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner ul.nav:not(.nav-justified) > li:hover > ul,
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner ul.nav:not(.nav-justified) > li:focus > ul {
  display: block;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner ul.nav:not(.nav-justified) > li > a {
  display: block;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner ul.nav:not(.nav-justified) > li > ul {
  background-color: #fff;
  display: none;
  left: 0;
  margin: 0;
  min-width: 150px;
  padding: 0;
  position: absolute;
  top: 40px;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner ul.nav:not(.nav-justified) > li > ul > li {
  list-style: none;
}
#wrapper .milo-navbar-static-top .navbar-collapse #menu-inner ul.nav:not(.nav-justified) > li > ul > li > a {
  display: block;
  padding: 8px 15px;
}
#wrapper .ds-schedinfo-block {
  margin-bottom: 10px;
}
#wrapper .ds-schedinfo-block h3 {
  margin: 0;
}
#wrapper .ds-schedinfo-block img {
  width: 100%;
  height: auto;
}
#wrapper .ds-schedinfo-block .days-of-week {
  max-width: 370px;
}
#wrapper .ds-schedinfo-block .days-of-week p {
  margin: 0;
  padding: 8px 0;
  line-height: 1;
}
#wrapper .ds-schedinfo-block .days-of-week p .fa-arrows-h {
  color: #ed1c94;
  margin: 0 10px;
}
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-thumbnail {
  width: 25%;
}
#wrapper .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-page-entry-thumbnail .img-responsive {
  width: 100%;
}
#wrapper .ccm-block-page-list-thumbnail-grid-wrapper {
  text-align: center;
}
#wrapper .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
  display: inline-block;
  margin-bottom: 4px;
  padding-left: 2px;
  padding-right: 2px;
  width: 30%;
}
@media (max-width: 600px) {
  #wrapper .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
    width: 100%;
  }
}
#wrapper .ccm-search-block-form .ccm-search-block-text,
#wrapper .ccm-search-block-form .ccm-search-block-submit {
  border-radius: 2px;
  height: 34px;
}
#wrapper .ccm-search-block-form .ccm-search-block-submit {
  position: relative;
  top: -1px;
}
#wrapper .ccm-block-social-links .list-inline li {
  margin-right: 15px;
}
#wrapper .ccm-block-social-links .list-inline li a {
  color: #6a6a6a !important;
  font-size: 32px;
  padding: 0 10px;
  /* IE10 is actually unprefixed */
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper .ccm-block-social-links .list-inline li a:hover,
#wrapper .ccm-block-social-links .list-inline li a:focus {
  color: #ed1c94 !important;
}
#wrapper .ccm-block-testimonial-wrapper .ccm-block-testimonial {
  display: table;
}
#wrapper .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image,
#wrapper .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text {
  display: table-cell;
  vertical-align: top;
  margin: 0;
}
#wrapper .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image {
  margin-right: 15px;
}
#wrapper blockquote {
  border: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  margin: 15px 0;
  padding: 15px 40px;
  position: relative;
}
#wrapper blockquote:before,
#wrapper blockquote:after {
  position: relative;
  font-family: "Georgia, serif";
  font-size: 70px;
  line-height: 0;
  color: rgba(19, 36, 52, 0.5);
}
#wrapper blockquote:before {
  content: "\201C";
  left: -10px;
  top: 10px;
}
#wrapper blockquote:after {
  content: '\201D';
  bottom: -40px;
  right: -10px;
}
#wrapper #pt-home {
  background-color: rgba(0, 0, 0, 0.88);
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  position: relative;
}
#wrapper #pt-home .banner-feature-content {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  font: normal 100% normal Arial, Helvetica, sans-serif;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #eeeeee;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #eeeeee;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 0), #eeeeee;
  background-position: auto auto;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 5px 5px;
  background-size: 5px 5px;
  padding: 0 15px;
}
#wrapper .hero-banner {
  overflow: hidden;
}
#wrapper .hero-banner .hero-banner-inner.with-padding {
  padding: 200px 0;
}
#wrapper .hero-banner .hero-banner-inner h1,
#wrapper .hero-banner .hero-banner-inner h2,
#wrapper .hero-banner .hero-banner-inner h3,
#wrapper .hero-banner .hero-banner-inner h4,
#wrapper .hero-banner .hero-banner-inner h5,
#wrapper .hero-banner .hero-banner-inner h6 {
  font-size: 80px;
  font-weight: bold;
  font-family: Roboto;
  font-style: normal;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  #wrapper .hero-banner .hero-banner-inner h1,
  #wrapper .hero-banner .hero-banner-inner h2,
  #wrapper .hero-banner .hero-banner-inner h3,
  #wrapper .hero-banner .hero-banner-inner h4,
  #wrapper .hero-banner .hero-banner-inner h5,
  #wrapper .hero-banner .hero-banner-inner h6 {
    font-size: 60px;
  }
}
#wrapper .hero-banner .hero-banner-inner p,
#wrapper .hero-banner .hero-banner-inner span,
#wrapper .hero-banner .hero-banner-inner label {
  color: #ffffff !important;
  font-family: Roboto;
  font-size: 18px !important;
  font-style: normal;
  font-weight: normal;
}
#wrapper .hero-banner .hero-banner-inner a {
  color: #ffffff !important;
  font-family: Roboto;
  font-size: 18px !important;
  font-style: normal;
  font-weight: normal;
}
#wrapper header {
  background-color: inherit;
}
#wrapper header .banner-content {
  position: relative;
  width: 100%;
}
#wrapper header .banner-content .banner-content-inner {
  min-height: 250px;
}
#wrapper #body {
  padding: 30px 0;
  min-height: 300px;
}
#wrapper #prefoot {
  background-color: #222222;
  padding: 70px 0;
  position: relative;
  color: #cccccc;
}
#wrapper #prefoot .nav > li > a {
  padding: 7px 0;
}
#wrapper #prefoot .nav > li > a:hover,
#wrapper #prefoot .nav > li > a:focus {
  background: none;
}
#wrapper #prefoot .nav > li > ul {
  margin-left: 10px;
}
#wrapper #prefoot .milo-form .control-label {
  color: #cccccc;
}
#wrapper #prefoot .milo-form .form-control {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #cccccc;
  color: #cccccc;
}
#wrapper #prefoot .milo-form .form-control:focus {
  border-color: #ed1c94;
}
#wrapper #prefoot .milo-search-box-icon-inside .search-input {
  border: 1px solid #ffffff;
  color: #ffffff;
}
#wrapper #prefoot .milo-search-box-icon-inside .search-input:focus {
  border-color: #ffffff;
}
#wrapper #prefoot .milo-search-box-icon-inside .input-group-btn button {
  background-color: transparent;
  color: #ffffff;
}
#wrapper #prefoot div,
#wrapper #prefoot p,
#wrapper #prefoot span,
#wrapper #prefoot label {
  color: #cccccc;
}
#wrapper #prefoot h1,
#wrapper #prefoot h2,
#wrapper #prefoot h3,
#wrapper #prefoot h4,
#wrapper #prefoot h5,
#wrapper #prefoot h6 {
  color: #cccccc;
}
#wrapper #prefoot .milo-circle-arrow-menu-wrapper .milo-circle-arrow-menu li:before {
  color: #cccccc;
  /* IE10 is actually unprefixed */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#wrapper #prefoot .milo-circle-arrow-menu-wrapper .milo-circle-arrow-menu li:hover:before,
#wrapper #prefoot .milo-circle-arrow-menu-wrapper .milo-circle-arrow-menu li:focus:before {
  color: #ed1c94;
}
#wrapper #prefoot a {
  color: #cccccc;
  /* IE10 is actually unprefixed */
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#wrapper #prefoot a:hover,
#wrapper #prefoot a:focus {
  color: #ed1c94;
}
#wrapper #prefoot label,
#wrapper #prefoot p {
  color: #cccccc;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
}
#wrapper #prefoot .border-thin {
  border-color: #313d50;
}
#wrapper #prefoot .border-thin:after {
  border-color: #3f5670;
}
#wrapper #footer {
  padding: 15px 0 5px 0;
  background: #ffffff;
  color: #6a6a6a !important;
}
#wrapper #footer a {
  color: #6a6a6a !important;
}
#wrapper #footer p {
  margin: 12px 0;
}
#wrapper #footer h1,
#wrapper #footer h2,
#wrapper #footer h3,
#wrapper #footer h4,
#wrapper #footer h5,
#wrapper #footer h6,
#wrapper #footer p {
  color: #6a6a6a;
}
@media (max-width: 767px) {
  #wrapper #footer h1,
  #wrapper #footer h2,
  #wrapper #footer h3,
  #wrapper #footer h4,
  #wrapper #footer h5,
  #wrapper #footer h6,
  #wrapper #footer p {
    text-align: center !important;
  }
}
#wrapper #footer h1 a,
#wrapper #footer h2 a,
#wrapper #footer h3 a,
#wrapper #footer h4 a,
#wrapper #footer h5 a,
#wrapper #footer h6 a,
#wrapper #footer p a {
  color: #6a6a6a;
}
#wrapper #footer .milo-social-links,
#wrapper #footer .ccm-block-social-links {
  margin-top: 12px;
}
#wrapper .author {
  font-size: 12px;
}
