@import url("https://fonts.googleapis.com/css?family=Open+Sans");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'OpenSans', sans-serif;
  text-rendering: optimizeLegibility;
  margin: 0; }

p {
  margin: 0; }

em {
  font-style: italic; }

a {
  text-decoration: none; }

a.small-menu-link {
  line-height: 1.5;
  color: #ffffff; }
  a.small-menu-link:visited {
    color: #ffffff; }
  a.small-menu-link:active, a.small-menu-link:hover {
    color: #007f8e; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: bold; }

.small-menu-title {
  font-size: 14px;
  padding-bottom: 10px;
  color: #ffffff; }
  .small-menu-title p {
    font-size: 14px;
    padding-bottom: 10px;
    color: #ffffff;
    margin: 0; }

.header {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  height: 92px;
  z-index: 100; }
  @media (min-width: 55em) {
    .header {
      height: 120px; } }

.header-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 1rem; }

.header-language-chooser {
  display: inline-flex;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.42857143;
  text-transform: uppercase;
  color: #333;
  transition: color 0.4s;
  margin-bottom: 1rem;
  margin-left: 1rem; }

.header-language-chooser li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: #cccccc;
  text-decoration: none; }

.header .lang {
  text-transform: uppercase;
  transition: color 0.4s;
  display: flex;
  font-size: 14px; }
  .header .lang a {
    color: #333; }
  .header .lang.active a {
    color: #007f8e;
    border-bottom: 1px solid #333; }
  .header .lang:visited {
    color: #333; }
    .header .lang:visited a {
      color: #333; }
  .header .lang:hover a {
    color: #007f8e; }

.menu-list-item {
  margin-left: 1rem; }

.menu-list-item.selected .menu-link {
  color: #008490; }

.menu-link {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.42857143;
  text-transform: uppercase;
  color: #333;
  transition: color 0.4s; }

.menu-link:hover {
  color: #008490;
  transition: color 0.4s; }

.header-left {
  display: none; }
  @media (min-width: 55em) {
    .header-left {
      display: block;
      flex: 1; } }

.header-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end; }

.header-logo {
  z-index: 3;
  position: relative;
  width: inherit;
  text-align: center; }
  @media (min-width: 55em) {
    .header-logo {
      margin: 24px 0 0; } }

.delphi-logo-img {
  background-color: #ffffff;
  height: 80px;
  padding: 5px 1rem 5px; }
  @media (min-width: 55em) {
    .delphi-logo-img {
      width: 168px;
      height: 163px;
      padding: 0 12px 12px; } }

.header-menu-open {
  position: absolute;
  right: 1em;
  top: 4em; }

.header-language-chooser, .header-nav, .header-menu-logo {
  display: none;
  opacity: 0;
  transition: opacity 0.4s; }

@media only screen and (min-width: 55em) {
  .header-menu-open {
    display: none; }

  .header-language-chooser, .header-nav {
    display: flex;
    opacity: 1; } }
.header-menu-close {
  display: none; }

.me-overlay:target {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center; }

.me-overlay:target .header-language-chooser {
  display: flex;
  margin: 1rem 0;
  opacity: 1;
  transition: opacity 0.4s; }

.me-overlay:target .header-menu-logo {
  display: block;
  margin-bottom: 2rem;
  opacity: 1;
  transition: opacity 0.4s; }

.me-overlay:target .header-nav {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: auto;
  text-align: center;
  opacity: 1;
  transition: opacity 0.4s; }

.me-overlay:target .header-nav li {
  margin: 0.5rem auto 0 auto; }

.header-menu-close {
  display: none; }

.me-overlay:target .header-menu-close {
  display: block;
  position: fixed;
  right: 1em;
  top: 4em; }

.box-shadow-menu {
  cursor: pointer;
  width: 20px;
  height: 20px; }

.box-shadow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 20px;
  height: 0.15em;
  background: black;
  box-shadow: 0 6px 0 0 black, 0 12px 0 0px black; }

.close-icon {
  position: absolute;
  width: 20px;
  height: 20px; }

.close-icon:hover {
  background-color: #008490; }

.close-icon:before, .close-icon:after {
  position: absolute;
  left: 9px;
  content: ' ';
  height: 20px;
  width: 1px;
  background-color: #000; }

.close-icon:before {
  transform: rotate(45deg); }

.close-icon:after {
  transform: rotate(-45deg); }

#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none; }

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none; }

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #333333;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#menuToggle span:first-child {
  transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%; }

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323; }

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px); }

#menu {
  position: absolute;
  width: 100vw;
  background-color: #ffffff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  overflow: auto;
  left: calc(-100vw + 33px);
  top: 27px;
  height: calc(100vh - 120px);
  transform: translate3d(-100%, 0, 0); }

#menu li {
  padding: 10px 0;
  font-size: 22px; }

#menuToggle input:checked ~ ul {
  transform: scale(1, 1) translate(0, 0);
  opacity: 1; }

.solution-item-tab {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  color: #fff;
  overflow: hidden; }
  @media (min-width: 40em) {
    .solution-item-tab {
      display: none; } }

.solution-item-tab input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.solution-item-tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #16a085;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3;
  cursor: pointer; }

.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #1abc9c;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s; }

.solution-item-tab input:checked ~ .tab-content {
  max-height: 30em; }

/* Icon */
.solution-item-tab .solution-sub-menu-label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

.solution-item-tab input[type=checkbox] + .solution-sub-menu-label::after {
  content: "+"; }

.solution-item-tab input[type=radio] + .solution-sub-menu-label::after {
  content: "\25BC"; }

.solution-item-tab input[type=checkbox]:checked + .solution-sub-menu-label::after {
  transform: rotate(315deg); }

.solution-item-tab input[type=radio]:checked + .solution-sub-menu-label::after {
  transform: rotateX(180deg); }

.tab-content .solution-item-menu-list {
  padding: 1rem;
  flex-direction: column;
  font-size: 1rem;
  font-weight: bold; }

.footer {
  position: fixed;
  width: 100%;
  height: calc(100vh - 120px);
  top: 120px;
  display: flex; }

.footer-inner {
  background-color: #444444;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  flex: 1; }
  @media (min-width: 1600px) {
    .footer-inner {
      max-width: 1600px; } }

.footer-nav-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 95%;
  margin: 2rem auto auto;
  padding: 1rem 0;
  justify-content: space-between;
  overflow: auto; }
  @media (min-width: 40em) {
    .footer-nav-menu {
      flex-direction: row; } }

.footer-menu-list {
  width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 40em) {
    .footer-menu-list {
      width: 20%; } }

.footer-menu-list .solution-item-menu-list-item {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px; }

.footer-additional {
  text-align: right; }

.footer-language-chooser {
  display: inline-flex; }

.footer-language-chooser li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: #cccccc;
  text-decoration: none; }

.footer .lang {
  text-transform: uppercase;
  transition: color 0.4s;
  display: flex;
  font-size: 14px; }
  .footer .lang a {
    color: #fefefe; }
  .footer .lang.active {
    color: #007f8e; }
    .footer .lang.active a {
      color: #fefefe;
      border-bottom: 1px solid #fefefe; }
  .footer .lang:visited {
    color: #fefefe; }
    .footer .lang:visited a {
      color: #fefefe; }
  .footer .lang:hover a {
    color: #007f8e; }

.footer-contact-section {
  border-bottom: 1px solid #797979;
  width: 100%;
  max-width: 95%;
  margin: 2rem auto auto;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 40em) {
    .footer-contact-section {
      flex-direction: row; } }

.footer-address {
  color: #ccc; }

.footer-logo {
  padding: 1rem; }

.footer-logo .delphi-logo-img {
  background-color: transparent;
  width: 6rem;
  height: 6rem; }

.footer-link-column {
  display: flex;
  flex-direction: column;
  margin-left: 2rem; }

.footer-link-column a {
  line-height: 1.5;
  color: #ffffff; }
  .footer-link-column a:hover {
    color: #007f8e; }

.footer-copyright {
  text-align: center;
  color: white;
  background: black;
  padding: 1rem 3px;
  font-size: 10px; }

.contact-left {
  background-size: cover;
  background-position: center;
  height: 66vh;
  display: flex;
  flex-direction: column; }
  @media (min-width: 40em) {
    .contact-left {
      height: 100%;
      margin-right: 2.5px; } }

.contact-section {
  background-color: #007f8e;
  color: #ffffff;
  margin-bottom: 5px;
  overflow: scroll;
  max-height: 900px; }
  @media (min-width: 40em) {
    .contact-section {
      margin-left: 2.5px; } }

.contact-address {
  margin: 160px 3rem 0; }
  .contact-address p {
    margin-bottom: 10px; }

.contact-form-wrapper {
  margin: 1rem 1rem; }
  @media (min-width: 40em) {
    .contact-form-wrapper {
      margin: 3rem 3rem; } }
  .contact-form-wrapper form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; }
  .contact-form-wrapper form > p {
    margin-bottom: 1rem;
    width: 100%; }
  .contact-form-wrapper form p label {
    margin-bottom: 0.5rem;
    display: block; }
  .contact-form-wrapper form input[type=submit] {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    min-width: 120px;
    width: 33%; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em; }

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #bbb5af; }

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em; }

input:focus::placeholder, textarea:focus::placeholder {
  color: #bbb5af; }

input:-ms-placeholder, textarea:-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em; }

input:focus:-ms-placeholder, textarea:focus:-ms-placeholder {
  color: #bbb5af; }

/* on hover placeholder */
input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 0.875em; }

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #ffffff; }

input:hover:-moz-placeholder, textarea:hover:-moz-placeholder {
  color: #ffffff;
  font-size: 0.875em; }

input:hover:focus:-moz-placeholder, textarea:hover:focus:-moz-placeholder {
  color: #ffffff; }

input:hover::placeholder, textarea:hover::placeholder {
  color: #ffffff;
  font-size: 0.875em; }

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #ffffff; }

input:hover::placeholder, textarea:hover::placeholder {
  color: #ffffff;
  font-size: 0.875em; }

input:hover:focus:-ms-placeholder, textarea:hover:focus:-ms-placeholder {
  color: #ffffff; }

input {
  font-size: 0.875em;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  border: solid 3px #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }

input:hover {
  background: #b3aca7; }

textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  background: transparent;
  outline: none;
  font-size: 0.875em;
  border: solid 3px #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }

textarea:hover {
  background: #b3aca7; }

.map-container {
  width: 100%;
  height: 300px;
  min-height: 200px; }

#map {
  height: 100%; }

/* admin style overrides */
#id_theme {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

#id_theme li {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }

#id_theme_0 {
  outline: 16px solid #00a8a8; }

#id_theme_1 {
  outline: 16px solid #007f8e; }

#id_theme_2 {
  outline: 16px solid #009288; }

#id_theme_3 {
  outline: 16px solid #00ab98; }

#id_theme_4 {
  outline: 16px solid #00ad82; }

#id_theme_5 {
  outline: 16px solid #21759b; }

#id_theme_6 {
  outline: 16px solid #29b9ba; }

#id_theme_7 {
  outline: 16px solid #009f9d; }

#id_theme_8 {
  outline: 16px solid #00b1aa; }

#id_theme_9 {
  outline: 16px solid #008789; }

#id_theme_10 {
  outline: 16px solid #12b08f; }

#id_theme_11 {
  outline: 16px solid #00938b; }

#id_theme_12 {
  outline: 16px solid #228396; }

#id_theme_13 {
  outline: 16px solid #5eb4ba; }

#id_theme_14 {
  outline: 16px solid #33a2aa; }

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow-x: hidden; }
  @media (min-width: 1600px) {
    .container {
      max-width: 1600px; } }

.content {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
  position: relative;
  margin-bottom: calc(100vh - 120px);
  z-index: 50; }
  @media (min-width: 40em) {
    .content {
      flex-direction: row; } }

.content-left {
  flex: 1;
  margin-bottom: 5px;
  margin-right: 2.5px; }
  @media (min-width: 40em) {
    .content-left {
      max-width: 50%; } }

.content-right {
  flex: 1;
  overflow: hidden;
  margin-left: -2.5px;
  position: relative; }
  @media (min-width: 40em) {
    .content-right {
      max-width: 50%; } }

.tile-container {
  display: flex;
  flex-wrap: wrap;
  max-height: 900px;
  overflow: auto;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

.tile-container::-webkit-scrollbar {
  display: none; }

.blocks .square-tile {
  width: 100%;
  min-height: 11rem;
  padding: 0 0 5px 5px; }
  @media (min-width: 30em) {
    .blocks .square-tile {
      max-width: 100%;
      padding: 0 0 5px 5px; } }
  @media (min-width: 40em) {
    .blocks .square-tile {
      max-width: 100%;
      padding: 0 0 5px 5px; } }

.square-tile {
  width: 100%;
  min-height: 11rem;
  padding: 0 5px 5px; }
  @media (min-width: 40em) {
    .square-tile {
      max-width: calc(50% - 5px);
      padding: 0 0 5px 5px; } }
  @media (min-width: 55em) {
    .square-tile {
      max-width: calc(33.333333% - 5px);
      padding: 0 0 5px 5px; } }
  @media (min-width: 1600px) {
    .square-tile {
      min-height: 15rem; } }

.square-tile-inner {
  background-size: cover;
  display: flex;
  background-position: 0% 0%;
  justify-content: flex-end;
  flex-direction: column;
  background-color: #ccc;
  height: 100%;
  opacity: 0.75;
  hyphens: auto; }
  .square-tile-inner:hover {
    background-position: center;
    transition: background 1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1; }

.square-tile-title {
  opacity: 1; }

.square-tile-inner h2 {
  word-break: break-word;
  color: #ffffff;
  margin-left: 0.83em;
  margin-bottom: 1em;
  font-size: 17px;
  line-height: 22px; }

.solution-description-text {
  padding: 30px 15px;
  color: white;
  font-size: 14px;
  text-align: left;
  min-height: 485px;
  line-height: 20px;
  margin-bottom: 5px; }
  .solution-description-text p {
    margin-bottom: 10px; }
  @media (min-width: 40em) {
    .solution-description-text {
      margin-left: 5px;
      padding: 170px 50px 30px 50px; } }

.solution-item {
  background-size: cover;
  background-position: 50% 50%;
  height: 66vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  hyphens: auto; }
  @media (min-width: 40em) {
    .solution-item {
      height: 100%; } }
  .solution-item h1, .solution-item h1 p {
    color: #fff;
    font-size: 53px;
    font-weight: bold;
    word-break: break-word;
    line-height: 3rem; }
  .solution-item p {
    color: #ffffff;
    line-height: 24px;
    font-size: 19px;
    font-weight: bold;
    max-width: 90%; }

.solution-item > * {
  margin-left: 10%;
  margin-right: 5%; }

.solution-item-title {
  max-width: 90%;
  margin: auto;
  color: #fff;
  font-size: 53px;
  font-weight: bold;
  word-break: break-all; }

.solution-item-menu-container {
  width: 100%;
  padding: 1rem 0;
  margin: 0;
  display: none; }
  @media (min-width: 40em) {
    .solution-item-menu-container {
      display: block; } }

.solution-item-menu {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 90%; }

.solution-item-menu-list {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0; }
  @media (min-width: 40em) {
    .solution-item-menu-list {
      flex-direction: column; } }
  @media (min-width: 70em) {
    .solution-item-menu-list {
      flex-direction: row; } }

.solution-item-menu-list .solution-item-menu-list-item {
  width: 33.33%;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px; }

.home-slider {
  height: 75vh;
  background-color: #008490;
  overflow: hidden;
  max-height: 75vh;
  position: relative; }
  @media (min-width: 40em) {
    .home-slider {
      max-height: 900px;
      height: 100%; } }

.home-slider-slide {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.home-slide-inner {
  background-color: #008490;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around; }

.home-slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 75vh; }
  @media (min-width: 40em) {
    .home-slide-content {
      height: 900px; } }

.home-slider-title {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  hyphens: auto;
  width: 90%; }
  @media (min-width: 40em) {
    .home-slider-title {
      font-size: 53px; } }

.home-slide-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 100%; }
  @media (min-width: 40em) {
    .home-slide-content-inner {
      height: 50%; } }

.home-slide-link-box a {
  color: #fff;
  text-transform: uppercase;
  border: 3px solid #fff;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 19px; }
  .home-slide-link-box a:hover {
    color: #008490;
    border-color: #008490; }

.slide-counter {
  margin-top: 3rem;
  text-align: center; }

.slide-counter-bullet {
  display: inline-block;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #fff;
  margin: 5px;
  overflow: hidden; }

.slide-counter-bullet.active {
  background: #ffffff; }

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