@charset "UTF-8";
@import url("https://use.typekit.net/wxx7wqa.css");
header {
  border-bottom: 1px solid transparent;
  background-color: white;
  transition: 0.3s;
  position: fixed;
  padding: 20px 0;
  z-index: 999;
  width: 100%;
  top: 0; }
  header .wrap .logo {
    display: inline-block;
    max-width: 275px;
    line-height: 0;
    transition: 0.3s; }
    header .wrap .logo img {
      max-width: 100%; }
  header .wrap nav {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
    max-width: calc(100% - 300px); }
    header .wrap nav ol li {
      display: inline-block;
      margin-left: 30px; }
      header .wrap nav ol li a {
        display: block;
        color: #7241a3;
        font-weight: 500;
        text-transform: capitalize;
        position: relative; }
        header .wrap nav ol li a:before {
          content: "";
          position: absolute;
          top: calc(100% + 3px);
          left: 50%;
          height: 1px;
          width: 0;
          transition: 0.3s;
          background-color: #7241a3;
          transform: translateX(-50%); }
        header .wrap nav ol li a:hover {
          text-decoration: none; }
          header .wrap nav ol li a:hover:before {
            width: 100%; }
      header .wrap nav ol li:first-child {
        margin-left: 0; }
      header .wrap nav ol li:last-child a {
        font-family: Museo, sans-serif; }
  header .wrap #mobile-menu {
    display: none;
    width: 30px;
    padding: 0;
    height: 18px;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
    right: 0;
    top: 50%;
    min-width: 0;
    border-radius: 0;
    overflow: hidden;
    transform: translateY(-50%); }
    header .wrap #mobile-menu span {
      display: block;
      position: absolute;
      background: #7241a3;
      height: 2px;
      width: 100%;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      header .wrap #mobile-menu span:nth-child(1) {
        bottom: calc(100% - 2px); }
      header .wrap #mobile-menu span:nth-child(2), header .wrap #mobile-menu span:nth-child(3) {
        top: 8px; }
      header .wrap #mobile-menu span:nth-child(4) {
        top: calc(100% - 2px); }
    header .wrap #mobile-menu.clicked span:nth-child(1) {
      bottom: 100%;
      width: 0%;
      left: 50%;
      opacity: 0; }
    header .wrap #mobile-menu.clicked span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header .wrap #mobile-menu.clicked span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header .wrap #mobile-menu.clicked span:last-child {
      top: 100%;
      width: 0%;
      left: 50%;
      opacity: 0; }
  header.scrolled, header.always-scrolled {
    padding: 10px 0;
    border-color: #dae2e9; }
    header.scrolled .wrap .logo, header.always-scrolled .wrap .logo {
      max-width: 200px; }

@media (max-width: 1280px) {
  header .wrap nav ol li {
    margin-left: 25px; } }
@media (max-width: 1024px) {
  header .wrap .logo {
    max-width: 200px; }
  header .wrap #mobile-menu {
    display: inline-block; }
  header .wrap nav {
    padding: 20px 0 100px;
    overflow: scroll;
    background-color: white;
    transition: 0.3s;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    max-width: none;
    transform: none;
    top: 100%; }
    header .wrap nav ol {
      text-align: center;
      padding: 20px 0 50px; }
      header .wrap nav ol li {
        margin-left: 0;
        display: block;
        margin-top: 30px; }
        header .wrap nav ol li a {
          display: inline-block; }
    header .wrap nav.visible {
      top: 100px; }
  header.scrolled nav.visible {
    top: 79px; } }
article {
  margin-top: 119px;
  overflow: hidden; }
  article .g-map {
    height: 450px; }

@media (max-width: 1024px) {
  article {
    margin-top: 100px; } }
footer {
  background-color: #300c42;
  padding: 30px 0 90px;
  text-align: right;
  color: white;
  font-size: 14px;
  font-family: Museo-sans, sans-serif; }
  footer .wrap img {
    position: absolute;
    left: 0;
    height: 80px; }
  footer .wrap ul li {
    display: inline-block;
    margin-right: 15px; }
    footer .wrap ul li a {
      text-transform: capitalize; }
    footer .wrap ul li:last-of-type {
      margin-right: 0; }
  footer .wrap p {
    margin-top: 20px; }

@media (max-width: 580px) {
  footer .wrap {
    text-align: center; }
    footer .wrap img {
      margin-bottom: 50px;
      position: static; }
    footer .wrap p {
      margin-top: 50px; }
    footer .wrap ul li {
      display: block;
      margin-right: 0;
      margin-bottom: 15px; } }
.modal {
  width: 800px;
  border-radius: 15px;
  padding: 50px; }
  .modal h4 {
    display: block;
    color: #7241a3;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 43px; }
  .modal p {
    line-height: 24px; }
    .modal p strong {
      font-weight: bold; }
  .modal#event .fancybox-button {
    background-color: #7241a3;
    opacity: 1;
    border-bottom-left-radius: 15px;
    padding: 5px; }
    .modal#event .fancybox-button svg path {
      fill: white; }
  .modal#event form {
    margin-top: 30px; }
    .modal#event form input {
      width: 100%; }
    .modal#event form .action {
      margin-top: 15px; }
      .modal#event form .action .light {
        margin-left: 10px;
        font-weight: 300; }
        .modal#event form .action .light strong {
          font-weight: bold; }

@media (max-width: 580px) {
  .modal .action a {
    width: 100%; }
    .modal .action a.light {
      margin-top: 10px;
      margin-left: 0 !important; } }
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  html body {
    font-family: Museo, sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #5d5d5d; }
    html body.preload * {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important; }
  html *:focus {
    outline: none; }

.wrap {
  width: 1340px;
  margin: 0 auto;
  position: relative; }

@media (max-width: 1366px) {
  .wrap {
    width: 1250px; } }
@media (max-width: 1280px) {
  .wrap {
    width: 1000px; } }
@media (max-width: 1024px) {
  .wrap {
    width: 740px; } }
@media (max-width: 768px) {
  .wrap {
    width: calc(100% - 40px); } }
h1, h2, h3, h4 {
  text-transform: capitalize; }

@media (max-width: 580px) {
  h2 {
    font-size: 35px !important; } }
form ::-webkit-input-placeholder {
  color: #5d5d5d;
  font-size: 18px;
  font-family: 'Museo-sans', sans-serif; }
form ::-moz-placeholder {
  color: #5d5d5d;
  font-size: 18px;
  font-family: 'Museo-sans', sans-serif; }
form :-ms-input-placeholder {
  color: #5d5d5d;
  font-size: 18px;
  font-family: 'Museo-sans', sans-serif; }
form :-moz-placeholder {
  color: #5d5d5d;
  font-size: 18px;
  font-family: 'Museo-sans', sans-serif; }
form input,
form textarea {
  color: #5d5d5d;
  font-size: 18px;
  font-family: 'Museo-sans', sans-serif;
  background-color: #f1f1f1;
  width: calc(50% - 5px);
  margin-bottom: 10px;
  padding: 15px 20px;
  border: none; }
  form input:nth-child(even),
  form textarea:nth-child(even) {
    float: right; }
form textarea {
  width: 100%;
  resize: none;
  height: 300px;
  margin-bottom: 30px; }

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit; }
  a:hover {
    text-decoration: underline; }

button,
.button {
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  transition: 0.3s;
  min-width: 130px;
  border: none;
  color: #7241a3;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  border-radius: 10px;
  background-color: white;
  font-family: Museo,  sans-serif; }
  button:hover,
  .button:hover {
    text-decoration: none; }
  button.purple,
  .button.purple {
    background-color: #7241a3;
    color: white; }
    button.purple:hover,
    .button.purple:hover {
      background-color: #653a91; }
      button.purple:hover:before,
      .button.purple:hover:before {
        content: none; }
  button.light,
  .button.light {
    background-color: #f1f1f1;
    color: #7241a3; }
    button.light:hover,
    .button.light:hover {
      background-color: #e4e4e4; }

.modal,
.mobile {
  display: none; }

.event {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  pointer-events: none;
  top: -210px;
  margin-bottom: -280px; }
  .event .content {
    pointer-events: auto;
    text-align: center;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    margin: 0 0 0 auto;
    color: white;
    overflow: hidden;
    position: relative; }
    .event .content:before {
      content: "";
      height: 100%;
      width: 100%;
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%) rotate(-45deg);
      background: #6526a2;
      background: -moz-linear-gradient(top, #6526a2 0%, #9258c6 100%);
      background: -webkit-linear-gradient(top, #6526a2 0%, #9258c6 100%);
      background: linear-gradient(to bottom, #6526a2 0%, #9258c6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6526a2', endColorstr='#9258c6', GradientType=0); }
    .event .content > div {
      position: absolute;
      width: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .event .content > div h5 {
        font-family: Museo-sans, sans-serif;
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 20px; }
        .event .content > div h5 strong {
          font-size: 54px;
          display: block; }
      .event .content > div .action .button {
        font-weight: 900;
        font-size: 16px;
        border-radius: 5px;
        font-family: Museo-sans, sans-serif;
        text-transform: uppercase; }

@media (max-width: 580px) {
  .event {
    position: static;
    transform: none;
    margin: 0;
    margin-top: -50px; }
    .event .wrap .content {
      margin: auto; } }
#social-media {
  text-align: center;
  padding: 15px 0;
  position: fixed;
  z-index: 999;
  top: 50%;
  background-color: #7241a3;
  right: 0;
  transition: 0.3s;
  transform: translateY(-75%); }
  #social-media:before {
    content: "";
    background-image: url(https://www.leamingtonspaorthodontics.com/assets/www/img/bg.png);
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #social-media li a {
    color: white;
    transition: 0.3s;
    font-size: 20px;
    width: 60px;
    text-decoration: none;
    line-height: 40px; }
  #social-media li:first-child:hover a {
    color: #8a3ab9; }
  #social-media li:nth-child(2):hover a {
    color: #1dcaff; }
  #social-media li:nth-child(3):hover a {
    color: #0077b5; }
  #social-media li:nth-child(4):hover a {
    color: #3b5998; }

@media (max-width: 580px) {
  #social-media {
    display: none; } }
.carousel .container .slide {
  overflow: hidden;
  position: relative; }
  .carousel .container .slide img {
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    line-height: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1; }
  .carousel .container .slide .wrap {
    position: static;
    transform: none;
    margin: 50px auto; }
    .carousel .container .slide .wrap > .content {
      color: white; }
      .carousel .container .slide .wrap > .content span {
        font-weight: 600;
        font-size: 26px;
        display: block;
        margin-bottom: 20px; }
      .carousel .container .slide .wrap > .content h1 {
        line-height: 68px;
        font-weight: 700;
        font-size: 68px;
        max-width: 100%;
        width: 600px; }
      .carousel .container .slide .wrap > .content small {
        line-height: 35px;
        font-weight: 300;
        font-size: 23px;
        display: block;
        max-width: 100%;
        width: 500px;
        margin: 30px 0 20px; }
      .carousel .container .slide .wrap > .content .action a {
        font-weight: 300; }
.carousel.home .container .slide .wrap {
  margin: 100px auto; }
  .carousel.home .container .slide .wrap > .content h1 {
    width: auto; }
  .carousel.home .container .slide .wrap > .content small {
    margin-bottom: 60px; }

@media (max-width: 580px) {
  .carousel .container .slide img {
    transform: translate(-35%, -50%); }
  .carousel .container .slide .wrap > .content h1 {
    font-size: 55px;
    line-height: 55px; } }
.join-today {
  position: relative;
  overflow: hidden; }
  .join-today img {
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    line-height: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1; }
  .join-today .wrap {
    margin: 60px auto; }
    .join-today .wrap .content {
      color: white;
      max-width: 100%;
      width: 590px; }
      .join-today .wrap .content h2 {
        font-weight: 500;
        font-size: 54px; }
      .join-today .wrap .content small {
        font-weight: 700;
        font-size: 22px;
        display: block;
        margin: 40px 0; }
      .join-today .wrap .content p {
        line-height: 29px;
        font-weight: 300;
        font-size: 18px;
        margin-bottom: 30px; }
      .join-today .wrap .content .action .button {
        font-weight: 300; }

@media (max-width: 1024px) {
  .join-today .wrap .content {
    width: 400px; }
  .join-today img {
    transform: translate(-60%, -50%); } }
@media (max-width: 580px) {
  .join-today .wrap .content {
    width: 100%; }
  .join-today img {
    transform: translate(-35%, -50%); } }
.news,
.news-categories {
  padding: 40px 0 100px; }
  .news .slick-list,
  .news-categories .slick-list {
    margin: 0 -10px; }
  .news .slick-slide,
  .news-categories .slick-slide {
    margin: 0 10px; }
  .news .wrap h2,
  .news-categories .wrap h2 {
    text-align: center;
    display: block;
    color: #7241a3;
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 43px; }
  .news .wrap .container a,
  .news-categories .wrap .container a {
    text-decoration: none; }
    .news .wrap .container a figure .image img,
    .news-categories .wrap .container a figure .image img {
      width: 100%; }
    .news .wrap .container a figure figcaption,
    .news-categories .wrap .container a figure figcaption {
      margin-top: 30px;
      position: relative;
      padding-bottom: 45px; }
      .news .wrap .container a figure figcaption h3,
      .news-categories .wrap .container a figure figcaption h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        padding-right: 75px;
        color: #7241a3; }
      .news .wrap .container a figure figcaption p,
      .news-categories .wrap .container a figure figcaption p {
        display: block;
        margin-top: 30px;
        font-weight: 300;
        font-size: 17px;
        padding-right: 60px;
        line-height: 25px; }
        .news .wrap .container a figure figcaption p span,
        .news-categories .wrap .container a figure figcaption p span {
          display: none;
          color: #7241a3; }
      .news .wrap .container a figure figcaption time,
      .news-categories .wrap .container a figure figcaption time {
        color: #7241a3;
        font-size: 17px;
        display: block;
        position: absolute;
        bottom: 10px;
        font-family: Museo-sans, sans-serif; }

.news-categories {
  background-color: #fafbfc; }
  .news-categories .wrap h2 {
    text-align: left;
    margin-bottom: -5px; }
  .news-categories .wrap .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .news-categories .wrap .container a {
      margin-top: 50px;
      max-width: calc(33.3% - 20px); }
  .news-categories .wrap .action {
    text-align: center;
    margin-top: 75px; }

@media (max-width: 1024px) {
  .news-categories .wrap .container a {
    max-width: calc(50% - 20px); } }
@media (max-width: 580px) {
  .news-categories .wrap .container a {
    max-width: 100%; }

  .news .wrap .container a figure figcaption h3, .news .wrap .container a figure figcaption p,
  .news-categories .wrap .container a figure figcaption h3,
  .news-categories .wrap .container a figure figcaption p {
    padding-right: 0; } }
.news-article {
  padding: 60px 0 80px;
  background-color: #fafbfc; }
  .news-article .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .news-article .wrap > .container {
      padding-right: 75px;
      width: calc(100% - 400px);
      display: inline-block; }
      .news-article .wrap > .container .heading {
        margin-bottom: 20px;
        padding-bottom: 5px; }
        .news-article .wrap > .container .heading h1 {
          display: block;
          color: #7241a3;
          margin-bottom: 25px;
          font-weight: 500;
          font-size: 43px; }
        .news-article .wrap > .container .heading time {
          font-size: 16px;
          line-height: 24px;
          display: inline-block; }
      .news-article .wrap > .container .image {
        overflow: hidden;
        position: relative;
        line-height: 0; }
        .news-article .wrap > .container .image img {
          width: 100%; }
      .news-article .wrap > .container .content p {
        margin-top: 30px;
        line-height: 28px; }
        .news-article .wrap > .container .content p strong {
          font-weight: bold;
          color: #7241a3;
          margin-bottom: -15px; }
      .news-article .wrap > .container .content img {
        max-width: 100%; }
      .news-article .wrap > .container .content > ul {
        margin: 15px 0 30px;
        line-height: normal; }
        .news-article .wrap > .container .content > ul li {
          position: relative;
          margin-bottom: 15px; }
          .news-article .wrap > .container .content > ul li:before {
            content: "•";
            color: #7241a3;
            display: inline-block;
            margin-right: 10px; }
          .news-article .wrap > .container .content > ul li:last-of-type {
            margin-bottom: 0; }
      .news-article .wrap > .container .content > ol li {
        list-style-type: decimal; }
    .news-article .wrap aside {
      width: 400px;
      max-width: 100%;
      padding: 0 25px;
      border-left: 1px solid #dae2e9; }
      .news-article .wrap aside .container h4 {
        display: block;
        color: #7241a3;
        font-weight: bold;
        font-size: 24px; }
      .news-article .wrap aside .container ul li {
        display: block;
        margin-bottom: 50px; }
        .news-article .wrap aside .container ul li:first-of-type {
          margin-top: 30px; }
        .news-article .wrap aside .container ul li a {
          text-decoration: none; }
          .news-article .wrap aside .container ul li a figure figcaption {
            position: relative; }
            .news-article .wrap aside .container ul li a figure figcaption h3 {
              font-weight: 500;
              font-size: 24px;
              line-height: 30px;
              color: #7241a3; }
            .news-article .wrap aside .container ul li a figure figcaption p {
              display: block;
              margin-top: 20px;
              font-weight: 300;
              font-size: 17px;
              line-height: 25px; }
              .news-article .wrap aside .container ul li a figure figcaption p span {
                display: inline-block;
                color: #7241a3; }
      .news-article .wrap aside .container .event {
        position: static;
        transform: none;
        margin-bottom: 0; }
        .news-article .wrap aside .container .event .content {
          pointer-events: auto;
          text-align: center;
          border-radius: 50%;
          width: 280px;
          height: 280px;
          margin: auto;
          color: white;
          overflow: hidden;
          position: relative; }
          .news-article .wrap aside .container .event .content:before {
            content: "";
            height: 100%;
            width: 100%;
            top: 50%;
            left: 50%;
            position: absolute;
            transform: translate(-50%, -50%) rotate(-45deg);
            background: #6526a2;
            background: -moz-linear-gradient(top, #6526a2 0%, #9258c6 100%);
            background: -webkit-linear-gradient(top, #6526a2 0%, #9258c6 100%);
            background: linear-gradient(to bottom, #6526a2 0%, #9258c6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6526a2', endColorstr='#9258c6', GradientType=0); }
          .news-article .wrap aside .container .event .content > div {
            position: absolute;
            width: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
            .news-article .wrap aside .container .event .content > div h5 {
              font-family: Museo-sans, sans-serif;
              font-weight: 700;
              font-size: 24px;
              margin-bottom: 20px; }
              .news-article .wrap aside .container .event .content > div h5 strong {
                font-size: 54px;
                display: block; }
            .news-article .wrap aside .container .event .content > div .action .button {
              font-weight: 900;
              font-size: 16px;
              border-radius: 5px;
              font-family: Museo-sans, sans-serif;
              text-transform: uppercase; }

@media (max-width: 1024px) {
  .news-article .wrap > .container {
    padding-right: 0;
    width: 100%; }
  .news-article .wrap aside {
    width: 100%;
    padding: 25px 0 0;
    margin-top: 50px;
    border: none;
    border-top: 1px solid #dae2e9; }
    .news-article .wrap aside .container .event {
      margin-top: 50px; }
      .news-article .wrap aside .container .event .content {
        margin: 0 0 auto; } }
.short-info {
  padding: 35px 0 60px;
  display: inline-block;
  width: 100%; }
  .short-info .wrap h2 {
    display: block;
    width: 100%;
    margin-bottom: 45px;
    color: #7241a3;
    font-size: 43px;
    font-weight: 500;
    padding-right: 230px; }
  .short-info .wrap .content {
    float: left;
    width: calc(100% - 520px); }
    .short-info .wrap .content p {
      font-weight: 300;
      font-size: 17px;
      line-height: 29px;
      margin-bottom: 30px; }
      .short-info .wrap .content p strong {
        color: #7241a3; }
      .short-info .wrap .content p:last-of-type {
        margin-bottom: 0; }
    .short-info .wrap .content .action {
      margin-top: 35px; }
  .short-info .wrap .image {
    text-align: right;
    float: right;
    width: 440px;
    max-width: 100%; }
    .short-info .wrap .image img {
      max-width: 100%; }
    .short-info .wrap .image > div {
      margin-top: 15px; }
      .short-info .wrap .image > div p strong {
        display: block;
        margin-bottom: 5px;
        font-weight: bold; }

@media (max-width: 1024px) {
  .short-info .wrap .content,
  .short-info .wrap .image {
    width: auto;
    float: none; }
  .short-info .wrap .image {
    text-align: left;
    margin-top: 40px; } }
@media (max-width: 768px) {
  .short-info .wrap h2 {
    padding-right: 0; } }
.benefits,
.purposes {
  border-top: 1px solid #dae2e9;
  border-bottom: 1px solid #dae2e9;
  text-align: center;
  padding: 60px 0 70px;
  background-color: #fafbfc; }
  .benefits .wrap h2,
  .purposes .wrap h2 {
    display: block;
    color: #7241a3;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 43px;
    text-transform: none; }
  .benefits .wrap .container,
  .purposes .wrap .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .benefits .wrap .container figure,
    .purposes .wrap .container figure {
      flex: 1 auto;
      max-width: calc(20% - 30px); }
      .benefits .wrap .container figure .image,
      .purposes .wrap .container figure .image {
        background-color: white;
        border-radius: 50%;
        height: 175px;
        width: 175px;
        position: relative;
        margin: 0 auto 35px;
        box-shadow: 0 0 5px rgba(93, 93, 93, 0.25); }
        .benefits .wrap .container figure .image img,
        .purposes .wrap .container figure .image img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .benefits .wrap .container figure figcaption h3,
      .purposes .wrap .container figure figcaption h3 {
        font-weight: 500;
        font-size: 24px;
        color: #7241a3;
        margin-bottom: 20px;
        display: block; }
      .benefits .wrap .container figure figcaption small,
      .purposes .wrap .container figure figcaption small {
        font-weight: 300;
        font-size: 17px;
        line-height: 21px; }
        .benefits .wrap .container figure figcaption small strong,
        .purposes .wrap .container figure figcaption small strong {
          color: #7241a3; }
  .benefits .wrap .action,
  .purposes .wrap .action {
    margin-top: 30px; }

@media (max-width: 1024px) {
  .benefits .wrap .container figure,
  .purposes .wrap .container figure {
    flex: auto;
    max-width: calc(50% - 20px);
    margin-top: 30px; }
    .benefits .wrap .container figure:first-child,
    .purposes .wrap .container figure:first-child {
      max-width: none;
      width: 100%;
      margin-top: 0px; } }
@media (max-width: 580px) {
  .benefits .wrap .container figure,
  .purposes .wrap .container figure {
    max-width: none;
    width: 100%; } }
.commissioners {
  padding: 35px 0 50px; }
  .commissioners .wrap h2 {
    display: block;
    color: #7241a3;
    margin-bottom: -25px;
    font-weight: 500;
    font-size: 43px; }
  .commissioners .wrap .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .commissioners .wrap .container figure {
      margin-top: 50px;
      max-width: calc(25% - 20px); }
      .commissioners .wrap .container figure .image img {
        width: 100%; }
      .commissioners .wrap .container figure figcaption h3 {
        font-weight: 300;
        font-size: 21px;
        display: block;
        margin: 30px 0 10px; }
      .commissioners .wrap .container figure figcaption small {
        font-weight: 700;
        font-size: 21px;
        color: #952099; }
      .commissioners .wrap .container figure figcaption p {
        margin-top: 35px;
        display: block;
        font-weight: 300;
        font-size: 18px;
        line-height: 23px; }

@media (max-width: 1280px) {
  .commissioners .wrap .container figure {
    max-width: calc(33.3% - 20px); } }
@media (max-width: 1024px) {
  .commissioners .wrap .container figure {
    max-width: calc(50% - 20px); } }
@media (max-width: 580px) {
  .commissioners .wrap .container figure {
    max-width: 100%; } }
.contact {
  padding: 60px 0 70px; }
  .contact h4 {
    margin-top: 40px;
    font-size: 20px;
    color: black;
    display: block;
    margin-bottom: 10px;
    font-weight: bold; }
  .contact .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .contact .wrap aside {
      padding-right: 60px;
      width: 400px;
      flex: 1; }
      .contact .wrap aside h2 {
        display: block;
        color: #7241a3;
        margin-bottom: 25px;
        font-weight: 500;
        font-size: 43px; }
      .contact .wrap aside p {
        line-height: 24px;
        display: block; }
      .contact .wrap aside ul {
        line-height: 24px; }
        .contact .wrap aside ul li strong {
          font-weight: bold; }
    .contact .wrap form {
      display: block;
      width: calc(100% - 400px); }

@media (max-width: 1024px) {
  .contact .wrap form {
    margin-top: 50px;
    width: 100%; } }
@media (max-width: 580px) {
  form input {
    width: 100%;
    float: none !important; } }
.register {
  padding-top: 40px;
  background: #fafbfc;
  background: -moz-linear-gradient(top, #fafbfc 0%, #ebebec 30%);
  background: -webkit-linear-gradient(top, #fafbfc 0%, #ebebec 30%);
  background: linear-gradient(to bottom, #fafbfc 0%, #ebebec 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#ebebec',GradientType=0 ); }
  .register .wrap {
    max-width: 1090px; }
    .register .wrap h2 {
      display: block;
      color: #7241a3;
      margin-bottom: 35px;
      font-weight: 500;
      font-size: 60px;
      text-transform: none; }
  .register .container {
    padding-bottom: 70px;
    position: relative;
    overflow: hidden; }
    .register .container:before {
      content: "";
      width: 100%;
      height: 100%;
      top: 59px;
      position: absolute;
      background-color: white;
      border-top: 1px solid #d8e1e8; }
    .register .container .wrap .slick-nav li {
      color: #7241a3;
      font-size: 20px;
      font-weight: 500;
      padding: 20px 25px;
      position: relative;
      cursor: pointer; }
      .register .container .wrap .slick-nav li:before {
        content: "";
        height: 0%;
        z-index: -1;
        left: 0;
        width: 100%;
        bottom: -100%;
        transition: 0.3s;
        background-color: white;
        position: absolute;
        border: 1px solid #d8e1e8;
        border-bottom: 0; }
      .register .container .wrap .slick-nav li.slick-current:before {
        height: 100%;
        bottom: 0; }
    .register .container .wrap h3 {
      width: 780px;
      max-width: 100%;
      margin-top: 45px;
      font-weight: 300;
      font-size: 33px;
      line-height: 42px;
      text-transform: none; }
      .register .container .wrap h3 strong {
        font-weight: bold;
        color: #7241a3; }
    .register .container .wrap p {
      font-size: 18px;
      font-weight: 300;
      display: block;
      margin: 25px 0 45px; }
    .register .container .wrap form .action {
      width: 690px;
      margin: auto;
      max-width: 100%;
      margin-top: 40px;
      text-align: center; }
      .register .container .wrap form .action button {
        text-transform: uppercase;
        width: 100%;
        font-family: Museo-sans, sans-serif;
        line-height: 40px; }
      .register .container .wrap form .action p {
        font-size: 14px;
        margin: 10px 0 0;
        font-family: Museo-sans, sans-serif;
        text-align: right; }
        .register .container .wrap form .action p a {
          color: #51bad7;
          text-decoration: underline; }

@media (max-width: 1024px) {
  .register .container:before {
    top: 0; }
  .register .container .wrap .slick-nav {
    display: none; }
  .register .container .wrap .slick-content div:first-child {
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: 10px solid #fafbfc; } }
@media (max-width: 580px) {
  .register .container .wrap form .action p {
    line-height: normal;
    text-align: center; } }
.static {
  padding: 50px 0 80px; }
  .static .wrap h2 {
    display: block;
    width: 100%;
    margin-bottom: 45px;
    color: #7241a3;
    font-size: 43px;
    font-weight: 500;
    line-height: normal; }
  .static .wrap p {
    font-weight: 300;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 30px; }
    .static .wrap p strong {
      font-weight: bold;
      color: #7241a3;
      display: block;
      margin-bottom: -15px; }
    .static .wrap p:last-child {
      margin-bottom: 0; }
  .static .wrap > ul {
    margin: 15px 0 30px;
    line-height: normal; }
    .static .wrap > ul li {
      position: relative;
      margin-bottom: 15px; }
      .static .wrap > ul li:before {
        content: "•";
        color: #7241a3;
        display: inline-block;
        margin-right: 10px; }
      .static .wrap > ul li:last-of-type {
        margin-bottom: 0; }

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