<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900");
/*****
Reference to SMACSS - http://smacss.com/

NAMING CONVENTIONS:
c- : Color,
l- : Layout,
m- : Module,
f- : Form,
e- : Element,
*****/
.m-articlepage {
  padding: 30px 0;
}

.m-articlepage .row {
  display: flex;
  flex-direction: column;
}

.m-articlepage .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .m-articlepage .e-text {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-articlepage .e-text {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-articlepage .e-text {
    width: 66.66667%;
  }
}

@media (min-width: 1230px) {
  .m-articlepage .e-text {
    width: 66.66667%;
  }
}

@media (min-width: 1460px) {
  .m-articlepage .e-text {
    width: 66.66667%;
  }
}

.m-articlepage .e-text .e-info {
  margin-bottom: 20px;
}

.m-articlepage .e-text .e-info .item {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 500px) {
  .m-articlepage .e-text .e-info .item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-articlepage .e-text .e-info .item {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-articlepage .e-text .e-info .item {
    width: 33.33333%;
  }
}

@media (min-width: 1230px) {
  .m-articlepage .e-text .e-info .item {
    width: 33.33333%;
  }
}

@media (min-width: 1460px) {
  .m-articlepage .e-text .e-info .item {
    width: 33.33333%;
  }
}

.m-articlepage .e-text .e-info .item span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 900;
  display: block;
  color: #2c2c49;
}

.m-articlepage .e-text .e-relatedlist {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.m-articlepage .e-text .e-relatedlist li {
  margin-bottom: 5px;
}

.m-articlepage .e-text .e-relatedlist li:last-child {
  margin-bottom: 0;
}

.m-articlepage .e-text a:not([class]) {
  transition: all .3s ease-in-out;
  font-weight: 600;
  text-decoration: underline;
}

.m-articlepage .e-text a:not([class]):hover {
  color: #44d5d7;
}

.m-articlepage .e-text .buttons {
  margin: 30px 0;
}

.m-articlepage .e-text .buttons a {
  text-decoration: none;
  font-weight: 400;
}

.m-articlepage .e-image {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media (min-width: 500px) {
  .m-articlepage .e-image {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-articlepage .e-image {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-articlepage .e-image {
    width: 33.33333%;
  }
}

@media (min-width: 1230px) {
  .m-articlepage .e-image {
    width: 33.33333%;
  }
}

@media (min-width: 1460px) {
  .m-articlepage .e-image {
    width: 33.33333%;
  }
}

.m-articlepage .e-image img {
  display: block;
}

@media (min-width: 992px) {
  .m-articlepage {
    padding: 60px 0;
  }
  .m-articlepage .row {
    flex-direction: row;
  }
  .m-articlepage .e-image img {
    position: sticky;
    top: 150px;
  }
  .m-articlepage .e-text {
    padding-left: 10%;
  }
  .m-articlepage .e-text .e-info {
    margin-bottom: 60px;
  }
  .m-articlepage .e-text .buttons {
    text-align: right;
  }
  .m-articlepage .e-text .buttons .btn + .btn {
    margin-left: 15px;
  }
}

@media (min-width: 1230px) {
  .m-articlepage {
    padding: 120px 0;
  }
  .m-articlepage .e-text .e-info {
    margin-bottom: 120px;
  }
}

.m-coursedetail {
  padding: 30px 0;
}

.m-coursedetail .row {
  display: flex;
  flex-direction: column;
}

.m-coursedetail .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .m-coursedetail .e-text {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-coursedetail .e-text {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-coursedetail .e-text {
    width: 66.66667%;
  }
}

@media (min-width: 1230px) {
  .m-coursedetail .e-text {
    width: 66.66667%;
  }
}

@media (min-width: 1460px) {
  .m-coursedetail .e-text {
    width: 66.66667%;
  }
}

.m-coursedetail .e-info {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media (min-width: 500px) {
  .m-coursedetail .e-info {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-coursedetail .e-info {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-coursedetail .e-info {
    width: 33.33333%;
  }
}

@media (min-width: 1230px) {
  .m-coursedetail .e-info {
    width: 33.33333%;
  }
}

@media (min-width: 1460px) {
  .m-coursedetail .e-info {
    width: 33.33333%;
  }
}

.m-coursedetail .e-info .item {
  display: block;
  margin-bottom: 15px;
}

.m-coursedetail .e-info .item span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 900;
  display: block;
}

@media (min-width: 992px) {
  .m-coursedetail {
    padding: 60px 0;
  }
  .m-coursedetail .row {
    flex-direction: row;
  }
  .m-coursedetail .e-text {
    padding-right: 10%;
    order: 1;
  }
  .m-coursedetail .e-text .buttons {
    text-align: right;
    margin: 30px 0 0;
  }
  .m-coursedetail .e-text .buttons .btn + .btn {
    margin-left: 15px;
  }
  .m-coursedetail .e-text .buttons + .m-accordionitem {
    margin-top: 120px;
  }
  .m-coursedetail .e-info {
    margin-bottom: 0;
    order: 2;
  }
  .m-coursedetail .e-info .item {
    margin-bottom: 35px;
  }
  .m-coursedetail .e-info .item span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
  }
}

@media (min-width: 1230px) {
  .m-coursedetail {
    padding: 120px 0;
  }
}

.m-accountform {
  margin: 30px 0px;
}

.m-accountform .e-form {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .m-accountform .e-form {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-accountform .e-form {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-accountform .e-form {
    width: 55.55556%;
  }
}

@media (min-width: 1230px) {
  .m-accountform .e-form {
    width: 55.55556%;
  }
}

@media (min-width: 1460px) {
  .m-accountform .e-form {
    width: 55.55556%;
  }
}

.m-accountform .e-form a {
  font-weight: 600;
  text-decoration: underline;
}

.m-accountform .e-form a:hover {
  text-decoration: none;
}

.m-accountform .e-details {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
}

@media (min-width: 500px) {
  .m-accountform .e-details {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-accountform .e-details {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-accountform .e-details {
    width: 33.33333%;
  }
}

@media (min-width: 1230px) {
  .m-accountform .e-details {
    width: 33.33333%;
  }
}

@media (min-width: 1460px) {
  .m-accountform .e-details {
    width: 33.33333%;
  }
}

.m-accountform .e-details a:hover {
  text-decoration: underline;
}

.m-accountform .notice {
  padding: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.m-accountform .notice a {
  text-decoration: underline;
}

.m-accountform .notice a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .m-accountform {
    margin: 60px 0;
  }
  .m-accountform .e-form {
    padding-right: 10%;
  }
}

@media (min-width: 1230px) {
  .m-accountform {
    margin: 120px 0;
  }
}

.m-editaccount {
  padding: 0 0 30px;
}

.m-editaccount .column {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .m-editaccount .column {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-editaccount .column {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .m-editaccount .column {
    width: 50%;
  }
}

@media (min-width: 1230px) {
  .m-editaccount .column {
    width: 50%;
  }
}

@media (min-width: 1460px) {
  .m-editaccount .column {
    width: 50%;
  }
}

.m-editaccount .column form span.required {
  color: red;
}

.m-editaccount .column form .checkbox {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.m-editaccount .column form .checkbox label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Lato", arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px;
  position: relative;
  padding-left: 30px;
  z-index: 5;
}

.m-editaccount .column form .checkbox label:hover {
  cursor: pointer;
}

.m-editaccount .column form .checkbox label:hover:before {
  border-color: #2c2c49;
}

.m-editaccount .column form .checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.m-editaccount .column form .checkbox input[type="checkbox"] + label {
  position: relative;
}

.m-editaccount .column form .checkbox input[type="checkbox"] + label:before, .m-editaccount .column form .checkbox input[type="checkbox"] + label:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
}

.m-editaccount .column form .checkbox input[type="checkbox"] + label:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 24px;
  background: #ffffff;
  left: 0;
  top: 0;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
}

.m-editaccount .column form .checkbox input[type="checkbox"] + label:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 11px;
  height: 18px;
  background-image: url("../images/tick.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 3.5px;
  left: 6.5px;
  transform-origin: center;
  transform: scale(0);
}

.m-editaccount .column form .checkbox input[type="checkbox"]:checked + label:after {
  transform: scale(1);
}

.m-editaccount .column form .checkbox input[type="checkbox"]:checked:active + label:before, .m-editaccount .column form .checkbox input[type="checkbox"]:checked:focus + label:before, .m-editaccount .column form .checkbox input[type="checkbox"]:checked:active:focus + label:before {
  border-color: #2c2c49;
}

.m-editaccount .column form .checkbox input[type="checkbox"]:active + label:before, .m-editaccount .column form .checkbox input[type="checkbox"]:focus + label:before, .m-editaccount .column form .checkbox input[type="checkbox"]:active:focus + label:before {
  border-color: #2c2c49;
}

@media (min-width: 1230px) {
  .m-editaccount .column form {
    padding-right: 60px;
  }
}

.m-eventsbanner {
  padding: 30px 0;
}

.m-eventsbanner .container &gt; .row {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.m-eventsbanner .container &gt; .row:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 30px);
  left: 15px;
  position: absolute;
  bottom: 0;
  background: #dcdee6;
}

.m-eventsbanner .e-info {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 2;
  float: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

@media (min-width: 500px) {
  .m-eventsbanner .e-info {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-eventsbanner .e-info {
    width: 44.44444%;
  }
}

@media (min-width: 992px) {
  .m-eventsbanner .e-info {
    width: 44.44444%;
  }
}

@media (min-width: 1230px) {
  .m-eventsbanner .e-info {
    width: 33.33333%;
  }
}

@media (min-width: 1460px) {
  .m-eventsbanner .e-info {
    width: 33.33333%;
  }
}

.m-eventsbanner .e-info .top .info-item {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

@media (min-width: 500px) {
  .m-eventsbanner .e-info .top .info-item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-eventsbanner .e-info .top .info-item {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-eventsbanner .e-info .top .info-item {
    width: 27.77778%;
  }
}

@media (min-width: 1230px) {
  .m-eventsbanner .e-info .top .info-item {
    width: 27.77778%;
  }
}

@media (min-width: 1460px) {
  .m-eventsbanner .e-info .top .info-item {
    width: 27.77778%;
  }
}

.m-eventsbanner .e-info .top .info-item:last-child {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .m-eventsbanner .e-info .top .info-item:last-child {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-eventsbanner .e-info .top .info-item:last-child {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-eventsbanner .e-info .top .info-item:last-child {
    width: 44.44444%;
  }
}

@media (min-width: 1230px) {
  .m-eventsbanner .e-info .top .info-item:last-child {
    width: 44.44444%;
  }
}

@media (min-width: 1460px) {
  .m-eventsbanner .e-info .top .info-item:last-child {
    width: 44.44444%;
  }
}

.m-eventsbanner .e-info .top .info-item span {
  color: #44d5d7;
  display: block;
  font-weight: 900;
}

.m-eventsbanner .e-info .top .info-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.m-eventsbanner .e-info .top .info-item ul li {
  display: inline-block;
  margin-right: 5px;
}

.m-eventsbanner .e-info .top .info-item ul li:last-child {
  margin-right: 0;
}

.m-eventsbanner .e-info .top .info-item ul li a {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #2c2c49;
  text-align: center;
  line-height: 28px;
  display: block;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
}

.m-eventsbanner .e-info .top .info-item ul li a span {
  display: none;
}

.m-eventsbanner .e-info .top .info-item ul li a:hover {
  color: #44d5d7;
  border-color: #44d5d7;
}

.m-eventsbanner .e-info .text a {
  font-weight: 600;
  text-decoration: underline;
}

.m-eventsbanner .e-info .text a:hover {
  text-decoration: none;
}

.m-eventsbanner .e-textimage {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 1;
  float: none;
  display: flex;
  flex-direction: column;
}

@media (min-width: 500px) {
  .m-eventsbanner .e-textimage {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-eventsbanner .e-textimage {
    width: 55.55556%;
  }
}

@media (min-width: 992px) {
  .m-eventsbanner .e-textimage {
    width: 55.55556%;
  }
}

@media (min-width: 1230px) {
  .m-eventsbanner .e-textimage {
    width: 66.66667%;
  }
}

@media (min-width: 1460px) {
  .m-eventsbanner .e-textimage {
    width: 66.66667%;
  }
}

.m-eventsbanner .e-textimage .title {
  order: 2;
}

.m-eventsbanner .e-textimage .image {
  order: 1;
  margin-bottom: 15px;
}

.m-eventsbanner .e-textimage .image img {
  display: block;
}

@media (min-width: 768px) {
  .m-eventsbanner .container &gt; .row {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 60px;
    align-items: stretch;
  }
  .m-eventsbanner .e-textimage .title {
    order: 1;
  }
  .m-eventsbanner .e-textimage .image {
    order: 2;
    margin-bottom: 0;
  }
  .m-eventsbanner .e-textimage .image img {
    display: block;
  }
  .m-eventsbanner .e-info .text {
    flex: 4;
  }
  .m-eventsbanner .e-info .buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .m-eventsbanner .e-info .buttons .btn:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .m-eventsbanner {
    padding: 60px 0;
  }
  .m-eventsbanner .e-textimage {
    flex-direction: row;
    order: 1;
    padding-right: 10%;
    position: relative;
    justify-content: flex-end;
  }
  .m-eventsbanner .e-textimage .title {
    position: absolute;
    top: 100px;
    left: 15px;
    max-width: 50%;
  }
  .m-eventsbanner .e-textimage .title h1 {
    text-shadow: 0 0 5px #eef2f6;
  }
  .m-eventsbanner .e-textimage .image {
    max-width: 60%;
  }
  .m-eventsbanner .e-info .top .info-item {
    margin-top: 0;
  }
  .m-eventsbanner .e-info .buttons {
    display: flex;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
    height: 45px;
  }
  .m-eventsbanner .e-info .buttons .btn {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1230px) {
  .m-eventsbanner {
    padding: 80px 0;
  }
}

.m-pagebanner {
  padding: 30px 0;
}

.m-pagebanner.border .row {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.m-pagebanner.border .row:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  bottom: 0;
  background: #dcdee6;
}

.m-pagebanner .row {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.m-pagebanner .e-image {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 1;
  float: none;
  margin-bottom: 20px;
}

@media (min-width: 500px) {
  .m-pagebanner .e-image {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-pagebanner .e-image {
    width: 44.44444%;
  }
}

@media (min-width: 992px) {
  .m-pagebanner .e-image {
    width: 44.44444%;
  }
}

@media (min-width: 1230px) {
  .m-pagebanner .e-image {
    width: 33.33333%;
  }
}

@media (min-width: 1460px) {
  .m-pagebanner .e-image {
    width: 33.33333%;
  }
}

.m-pagebanner .e-image img {
  width: 100%;
  display: block;
}

.m-pagebanner .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  order: 2;
  float: none;
}

@media (min-width: 500px) {
  .m-pagebanner .e-text {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-pagebanner .e-text {
    width: 55.55556%;
  }
}

@media (min-width: 992px) {
  .m-pagebanner .e-text {
    width: 55.55556%;
  }
}

@media (min-width: 1230px) {
  .m-pagebanner .e-text {
    width: 66.66667%;
  }
}

@media (min-width: 1460px) {
  .m-pagebanner .e-text {
    width: 66.66667%;
  }
}

.m-pagebanner .e-text .preamble {
  font-family: "Lato", arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

.m-pagebanner .e-text a {
  font-weight: 600;
  text-decoration: underline;
}

.m-pagebanner .e-text a:hover {
  text-decoration: none;
}

.m-pagebanner .e-text .btn {
  margin: 30px 0 0;
  text-decoration: none;
}

.m-pagebanner .e-text form,
.m-pagebanner .e-text .form {
  transition: border 0.3s ease-in-out;
  border-bottom: 1px solid #2c2c49;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.m-pagebanner .e-text form:focus-within,
.m-pagebanner .e-text .form:focus-within {
  border-color: #44d5d7;
}

.m-pagebanner .e-text form input,
.m-pagebanner .e-text .form input {
  background: none;
  border: none;
  width: calc(100% - 60px);
  outline: none;
  padding: 0;
  font-weight: 600;
  font-family: "Lato", arial, sans-serif;
}

.m-pagebanner .e-text form input::-webkit-input-placeholder,
.m-pagebanner .e-text .form input::-webkit-input-placeholder {
  color: #2c2c49;
}

.m-pagebanner .e-text form input:-moz-placeholder,
.m-pagebanner .e-text .form input:-moz-placeholder {
  /* Firefox 18- */
  color: #2c2c49;
}

.m-pagebanner .e-text form input::-moz-placeholder,
.m-pagebanner .e-text .form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c2c49;
}

.m-pagebanner .e-text form input:-ms-input-placeholder,
.m-pagebanner .e-text .form input:-ms-input-placeholder {
  color: #2c2c49;
}

.m-pagebanner .e-text form button,
.m-pagebanner .e-text .form button {
  cursor: pointer;
  width: 60px;
  min-height: 60px;
  background: none;
  border: none;
  transition: 0.3s all ease-out;
  position: relative;
  z-index: 99;
  outline: none;
  padding: 0;
  margin: 0;
}

.m-pagebanner .e-text form button .circle,
.m-pagebanner .e-text .form button .circle {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  margin-left: 20px;
  background: none;
  border-radius: 70px;
  z-index: 0;
  border: 2px solid #000000;
  transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: 1;
}

.m-pagebanner .e-text form button .handle,
.m-pagebanner .e-text .form button .handle {
  position: absolute;
  background-color: #000000;
  bottom: 16px;
  margin-left: 34px;
  width: 15px;
  height: 2px;
  display: block;
  transform: rotate(45deg);
  border-radius: 2px;
  transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
}

.m-pagebanner .e-text form button .handle:after,
.m-pagebanner .e-text .form button .handle:after {
  content: "";
  background-color: #000000;
  width: 15px;
  height: 2px;
  display: block;
  border-radius: 2px;
  transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}

.m-pagebanner .e-text form button .word,
.m-pagebanner .e-text .form button .word {
  display: none;
}

.m-pagebanner .e-text form button:hover .circle,
.m-pagebanner .e-text .form button:hover .circle {
  border-color: #44d5d7;
}

.m-pagebanner .e-text form button:hover .handle:after,
.m-pagebanner .e-text .form button:hover .handle:after {
  background: #44d5d7;
}

@media (min-width: 768px) {
  .m-pagebanner.border .row {
    padding-bottom: 60px;
    margin-bottom: 10px;
  }
  .m-pagebanner.library + footer {
    margin-top: 100px;
  }
  .m-pagebanner.library .row {
    justify-content: flex-start;
  }
  .m-pagebanner .row {
    flex-direction: row;
    justify-content: space-between;
  }
  .m-pagebanner .e-image {
    order: 2;
    margin-bottom: 0;
  }
  .m-pagebanner .e-text {
    order: 1;
    padding-right: 10%;
  }
  .m-pagebanner .e-text h1 {
    margin: 0 0 20px;
  }
}

@media (min-width: 992px) {
  .m-pagebanner {
    padding: 60px 0;
  }
}

@media (min-width: 1230px) {
  .m-pagebanner {
    padding: 80px 0;
  }
  .m-pagebanner form input {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

.m-homepagebanner {
  overflow: hidden;
  display: block;
  position: relative;
}

.m-homepagebanner .wrapper {
  position: relative;
  display: block;
}

.m-homepagebanner .wrapper .e-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.m-homepagebanner .wrapper .e-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #070725;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.m-homepagebanner .wrapper .e-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.m-homepagebanner .wrapper .container {
  position: relative;
  z-index: 20;
}

.m-homepagebanner .wrapper .container .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
}

@media (min-width: 500px) {
  .m-homepagebanner .wrapper .container .e-text {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-homepagebanner .wrapper .container .e-text {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-homepagebanner .wrapper .container .e-text {
    width: 55.55556%;
  }
}

@media (min-width: 1230px) {
  .m-homepagebanner .wrapper .container .e-text {
    width: 50%;
  }
}

@media (min-width: 1460px) {
  .m-homepagebanner .wrapper .container .e-text {
    width: 44.44444%;
  }
}

.m-homepagebanner .wrapper .container .e-text .preamble {
  font-weight: 400;
}

.m-homepagebanner .wrapper .container .e-text h1,
.m-homepagebanner .wrapper .container .e-text p,
.m-homepagebanner .wrapper .container .e-text a {
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.m-homepagebanner .wrapper .container .e-text a {
  text-decoration: none;
}

.m-homepagebanner .wrapper .container .e-text a:hover {
  text-decoration: underline;
}

.m-homepagebanner .wrapper .container .e-text h1 {
  margin: 0;
}

.m-homepagebanner .wrapper .container .e-text p {
  margin: 30px 0;
  display: block;
}

.m-homepagebanner .e-links {
  display: flex;
}

.m-homepagebanner .e-links .box {
  padding: 15px 20px 15px 30px;
  flex: 1;
}

.m-homepagebanner .e-links .box h2 {
  color: #ffffff;
}

.m-homepagebanner .e-links .box a {
  color: #ffffff;
  text-decoration: none;
}

.m-homepagebanner .e-links .box a:hover {
  text-decoration: underline;
}

.m-homepagebanner .e-links .box.blue {
  background: #2c2c49;
}

.m-homepagebanner .e-links .box.teal {
  background: #44d5d7;
}

.m-homepagebanner .e-links .box.teal h2 {
  color: #2c2c49;
}

.m-homepagebanner .e-links .box.teal a {
  color: #2c2c49;
}

.m-homepagebanner .e-links .box.teal a.e-cta:hover:before {
  background: #ffffff;
}

@media (min-width: 992px) {
  .m-homepagebanner {
    margin-bottom: 30px;
  }
  .m-homepagebanner .wrapper .e-image {
    position: relative;
  }
  .m-homepagebanner .wrapper .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .m-homepagebanner .wrapper .container .e-text p.preamble {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
  }
  .m-homepagebanner .e-links {
    position: absolute;
    bottom: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    height: 65%;
    width: 35%;
    z-index: 50;
  }
  .m-homepagebanner .e-links .box {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.m-accordionitem {
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.m-accordionitem:first-of-type {
  margin-top: 50px;
}

.m-accordionitem .top {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding: 15px;
}

.m-accordionitem .top h3 {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  font-family: "Lato", arial, sans-serif;
  margin: 0;
  font-weight: 400;
  padding-right: 50px;
  position: relative;
}

.m-accordionitem .top h3:after {
  font-size: 30px;
  font-size: 3rem;
  line-height: 20px;
  content: "+";
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.m-accordionitem .top:hover {
  background: #2c2c49;
  cursor: pointer;
}

.m-accordionitem .top:hover h3 {
  color: #ffffff;
}

.m-accordionitem .more {
  padding: 15px 15px 15px;
  display: none;
  overflow: auto;
}

.m-accordionitem .more a {
  transition: all .3s ease-in-out;
  font-weight: 600;
  text-decoration: underline;
}

.m-accordionitem .more a:hover {
  text-decoration: none;
  color: #44d5d7;
}

.m-accordionitem.open .top h3 {
  font-weight: 700;
}

.m-accordionitem.open .top h3:after {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 20px;
  content: "\2014";
  font-weight: 700;
}

@media (min-width: 992px) {
  .m-accordionitem .top {
    padding: 15px 30px;
  }
  .m-accordionitem .top h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
  .m-accordionitem .more {
    padding: 15px 30px 15px 30px;
  }
}

.m-eventcard {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .m-eventcard {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-eventcard {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .m-eventcard {
    width: 50%;
  }
}

@media (min-width: 1230px) {
  .m-eventcard {
    width: 33.33333%;
  }
}

@media (min-width: 1460px) {
  .m-eventcard {
    width: 33.33333%;
  }
}

.m-eventcard a {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.m-eventcard a:hover .e-text h3 {
  text-decoration: underline;
}

.m-eventcard a:hover .date:after {
  background: #44d5d7;
  color: #2c2c49;
}

.m-eventcard a .top {
  display: flex;
}

.m-eventcard a .top .e-image {
  flex: 1;
}

.m-eventcard a .top .e-image img {
  display: block;
}

.m-eventcard a .top .e-text {
  flex: 2;
  padding: 15px;
  box-sizing: border-box;
}

.m-eventcard a .top .e-text h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  margin: 0;
  font-family: "Lato", arial, sans-serif;
}

.m-eventcard a .date {
  padding: 10px 15px;
  border-top: 1px solid #dfdfdf;
  position: relative;
  padding-right: 50px;
}

.m-eventcard a .date:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 43px;
  content: "\f105";
  background: #2c2c49;
  color: #ffffff;
  text-indent: 2px;
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .m-eventcard a .top .e-text {
    padding: 30px;
  }
  .m-eventcard a .top .e-text h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}

.m-policycard {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .m-policycard {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-policycard {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .m-policycard {
    width: 50%;
  }
}

@media (min-width: 1230px) {
  .m-policycard {
    width: 50%;
  }
}

@media (min-width: 1460px) {
  .m-policycard {
    width: 33.33333%;
  }
}

.m-policycard a {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
}

.m-policycard a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 43px;
  content: "\f105";
  background: #2c2c49;
  color: #ffffff;
  text-indent: 2px;
  text-align: center;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.m-policycard a:hover:after {
  background: #44d5d7;
  color: #2c2c49;
}

.m-policycard a:hover .e-text h3 {
  text-decoration: underline;
}

.m-policycard a .e-image {
  flex: 1;
}

.m-policycard a .e-image img {
  display: block;
}

.m-policycard a .e-text {
  flex: 2;
  padding: 15px 15px 45px;
  box-sizing: border-box;
}

.m-policycard a .e-text h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  margin: 0;
  font-family: "Lato", arial, sans-serif;
}

@media (min-width: 992px) {
  .m-policycard a .top .e-text {
    padding: 30px 30px 45px;
  }
  .m-policycard a .top .e-text h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}

.m-resourcecard {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px;
}

@media (min-width: 500px) {
  .m-resourcecard {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-resourcecard {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-resourcecard {
    width: 50%;
  }
}

@media (min-width: 1230px) {
  .m-resourcecard {
    width: 33.33333%;
  }
}

@media (min-width: 1460px) {
  .m-resourcecard {
    width: 33.33333%;
  }
}

.m-resourcecard .inner {
  background: #ffffff;
  width: 100%;
  max-height: 495px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -ms-flex-negative: 0;
}

.m-resourcecard .box {
  position: relative;
  flex: 1;
  min-height: 350px;
  -ms-flex-negative: 0;
}

.m-resourcecard .box .front,
.m-resourcecard .box .back {
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.m-resourcecard .box .front {
  background: #ffffff;
  padding: 20px;
  padding-bottom: 45px;
  z-index: 30;
  min-height: 350px;
}

.m-resourcecard .box .front .top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.m-resourcecard .box .front .top .image {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  flex: 1.5;
  max-width: 140px;
  transform: translateY(-60px);
  margin-bottom: -30px;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
}

.m-resourcecard .box .front .top .image img {
  display: block;
}

.m-resourcecard .box .front .top .image[data-type="pdf"]:after {
  background: url("../images/icon-pdf.png");
}

.m-resourcecard .box .front .top .image[data-type="article"]:after {
  background: url("../images/icon-article.png");
}

.m-resourcecard .box .front .top .image:after {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  content: "";
  background-size: 100%;
  background-position: center;
  position: absolute;
  bottom: 15px;
  right: -15px;
  height: 40px;
  width: 30px;
}

.m-resourcecard .box .front .top .text {
  flex: 2;
  padding: 0 10px 0 30px;
}

.m-resourcecard .box .front .top .text p {
  margin: 0;
}

.m-resourcecard .box .front .top .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 24px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  display: block;
  text-align: center;
  display: block;
  border: 2px solid #2c2c49;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding: 0;
}

.m-resourcecard .box .front .top .icon:hover {
  cursor: pointer;
  border-color: #44d5d7;
  background: #44d5d7;
}

.m-resourcecard .box .front h3 {
  font-family: "Lato", arial, sans-serif;
  color: #2c2c49;
  margin: 0;
}

.m-resourcecard .box .back {
  position: absolute;
  overflow: hidden;
  background: #2c2c49;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  padding: 0px;
  z-index: 20;
}

.m-resourcecard .box .back p {
  color: #ffffff;
}

.m-resourcecard .box .back .top {
  display: flex;
  justify-content: space-between;
}

.m-resourcecard .box .back .top .info p {
  font-family: Georgia, sans-serif;
}

.m-resourcecard .box .back .top .info p span {
  color: #44d5d7;
  font-family: "Lato", arial, sans-serif;
}

.m-resourcecard .box .back .top .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  display: block;
  text-align: center;
  display: block;
  border: 2px solid #ffffff;
  color: #2c2c49;
  background: #ffffff;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding: 0;
}

.m-resourcecard .box .back .top .icon:hover {
  cursor: pointer;
  border-color: #44d5d7;
  background: #44d5d7;
}

.m-resourcecard .box .back .top + p {
  display: none;
}

.m-resourcecard .bottom {
  display: flex;
  width: 100%;
}

.m-resourcecard .bottom a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.m-resourcecard .bottom a span {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.m-resourcecard .bottom .btn {
  border-right: 1px solid #44d5d7;
}

.m-resourcecard .bottom .btn + .btn {
  margin: 0;
  border-left: 1px solid #2c2c49;
  border-right: none;
}

.m-resourcecard.flipped .box .front {
  opacity: 0;
}

.m-resourcecard.flipped .box .back {
  height: 100%;
  padding: 30px;
}

.m-resourcecard.hide {
  display: none;
}

@media (min-width: 992px) {
  .m-resourcecard {
    float: none;
    display: flex;
  }
  .owl-item .m-resourcecard {
    width: 100%;
  }
  .m-resourcecard .box .front {
    padding: 30px;
    padding-bottom: 90px;
  }
  .m-resourcecard .box .front .top .text {
    padding: 15px 30px;
  }
  .m-resourcecard .box .front h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
  .m-resourcecard .box .back {
    height: 100%;
    padding: 30px;
    transform: rotateY(-180deg);
  }
  .m-resourcecard .box .back .top + p {
    display: block;
  }
  .m-resourcecard.flipped .box .front {
    opacity: 1;
    transform: rotateY(-180deg);
  }
  .m-resourcecard.flipped .box .back {
    transform: rotateY(0);
  }
}

.m-rssfeed {
  margin: 30px 0 0;
  line-height: 1.5em;
}

.m-rssfeed a {
  font-size: 1.25em;
}

.m-rssfeed + .m-pagebanner {
  padding-top: 25px;
}

.m-searchresultcard {
  margin: 30px 0;
  width: 100%;
}

.m-searchresultcard a {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.m-searchresultcard a:hover .e-text h3 {
  text-decoration: underline;
}

.m-searchresultcard a:hover .date:after {
  background: #44d5d7;
  color: #2c2c49;
}

.m-searchresultcard a .top {
  display: flex;
}

.m-searchresultcard a .top .e-image {
  width: 150px;
}

.m-searchresultcard a .top .e-image img {
  display: block;
}

.m-searchresultcard a .top .e-text {
  flex: 1;
  padding: 15px;
  box-sizing: border-box;
}

.m-searchresultcard a .top .e-text h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  margin: 0;
  font-family: "Lato", arial, sans-serif;
}

.m-searchresultcard a .date {
  padding: 10px 15px;
  border-top: 1px solid #dfdfdf;
  position: relative;
  padding-right: 50px;
}

.m-searchresultcard a .date:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 43px;
  content: "\f105";
  background: #2c2c49;
  color: #ffffff;
  text-indent: 2px;
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .m-searchresultcard a .top .e-text {
    padding: 30px;
  }
  .m-searchresultcard a .top .e-text h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}

.m-signpostcard {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0 0;
}

@media (min-width: 500px) {
  .m-signpostcard {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-signpostcard {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-signpostcard {
    width: 100%;
  }
}

@media (min-width: 1230px) {
  .m-signpostcard {
    width: 33.33333%;
  }
}

@media (min-width: 1460px) {
  .m-signpostcard {
    width: 33.33333%;
  }
}

.m-signpostcard:first-child {
  margin-top: 0;
}

.m-signpostcard:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  width: calc(100% - 30px);
  height: 80%;
}

.m-signpostcard .e-image {
  max-width: calc(100% - 60px);
  margin: 0 auto;
  overflow: hidden;
  display: block;
  margin-bottom: -20%;
  position: relative;
  z-index: 20;
  width: 100%;
}

.m-signpostcard .e-image a:hover img {
  transform: scale(1.1);
}

.m-signpostcard .e-image a img {
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  display: block;
  width: 100%;
}

.m-signpostcard .e-text {
  padding: calc(20% + 30px) 30px 30px;
  position: relative;
  z-index: 10;
}

.m-signpostcard .e-text h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-family: "Lato", arial, sans-serif;
  margin: 0;
}

.m-signpostcard .e-text h3 a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .m-signpostcard {
    float: none;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    margin: 0;
  }
}

.m-contactform .e-form {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .m-contactform .e-form {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-contactform .e-form {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-contactform .e-form {
    width: 66.66667%;
  }
}

@media (min-width: 1230px) {
  .m-contactform .e-form {
    width: 66.66667%;
  }
}

@media (min-width: 1460px) {
  .m-contactform .e-form {
    width: 66.66667%;
  }
}

.m-contactform .e-form .umbraco-forms-caption {
  display: none;
}

.m-contactform .e-form .umbraco-forms-form input.text, .m-contactform .e-form .umbraco-forms-form textarea {
  max-width: unset !important;
  width: 100%;
}

.m-contactform .e-form .umbraco-forms-form input[type="checkbox"], .m-contactform .e-form .umbraco-forms-field input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.m-contactform .e-form .checkbox {
  position: relative;
  margin-top: 15px;
}

.m-contactform .e-form .checkbox label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px 0;
  position: relative;
  padding-left: 30px;
  z-index: 5;
}

.m-contactform .e-form .checkbox .umbraco-forms-field-wrapper input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.m-contactform .e-details {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
}

@media (min-width: 500px) {
  .m-contactform .e-details {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-contactform .e-details {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-contactform .e-details {
    width: 33.33333%;
  }
}

@media (min-width: 1230px) {
  .m-contactform .e-details {
    width: 33.33333%;
  }
}

@media (min-width: 1460px) {
  .m-contactform .e-details {
    width: 33.33333%;
  }
}

.m-contactform .e-details a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
}

.m-contactform .e-details a:hover {
  text-decoration: underline;
}

.m-contactform .e-details address {
  font-style: normal;
}

@media (min-width: 992px) {
  .m-contactform .e-form {
    padding-right: 10%;
  }
}

.m-cardactionpanel {
  padding: 30px 0;
}

.m-cardactionpanel .container {
  display: flex;
  flex-direction: column;
}

.m-cardactionpanel .container .e-box {
  padding: 30px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.m-cardactionpanel .container .e-box h3 {
  color: #2c2c49;
}

.m-cardactionpanel .container .e-box p {
  font-family: Georgia, sans-serif;
}

.m-cardactionpanel .container .e-box a {
  margin-top: 20px;
}

.m-cardactionpanel .container .e-box.white {
  background: #ffffff;
}

.m-cardactionpanel .container .e-box.grey {
  background: #dcdee6;
}

@media (min-width: 992px) {
  .m-cardactionpanel {
    padding: 60px 0;
  }
  .m-cardactionpanel .container {
    flex-direction: row;
  }
  .m-cardactionpanel .container .e-box {
    flex: 1;
    width: 50%;
    padding: 60px;
  }
  .m-cardactionpanel .container .e-box a {
    margin-top: 50px;
  }
}

@media (min-width: 1230px) {
  .m-cardactionpanel .container .e-box {
    padding: 100px;
  }
}

.m-signpost {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .m-signpost {
    padding: 60px 0;
  }
  .m-signpost .row {
    display: flex;
    align-items: stretch;
  }
}

.m-fullwidthlatest {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}

.m-fullwidthlatest:last-child {
  margin-bottom: 0;
  padding: 0 !important;
}

.m-fullwidthlatest .left .inner,
.m-fullwidthlatest .right .inner {
  padding: 20px 30px;
  width: 100%;
}

.m-fullwidthlatest .left .inner h2,
.m-fullwidthlatest .right .inner h2 {
  position: relative;
  padding-right: 35px;
  margin: 0;
}

.m-fullwidthlatest .left .inner h2:after,
.m-fullwidthlatest .right .inner h2:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  content: "+";
  font-weight: 900;
  text-align: center;
  display: block;
  border: 2px solid #ffffff;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  line-height: 18px;
}

.m-fullwidthlatest .left .inner h2.open:after,
.m-fullwidthlatest .right .inner h2.open:after {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  content: "\2014";
  transform: rotate(180deg);
}

.m-fullwidthlatest .left .inner .more,
.m-fullwidthlatest .right .inner .more {
  display: none;
}

.m-fullwidthlatest .left ul,
.m-fullwidthlatest .left .e-resource,
.m-fullwidthlatest .right ul,
.m-fullwidthlatest .right .e-resource {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.m-fullwidthlatest .left ul li,
.m-fullwidthlatest .left .e-resource li,
.m-fullwidthlatest .right ul li,
.m-fullwidthlatest .right .e-resource li {
  display: block;
  margin-bottom: 15px;
}

.m-fullwidthlatest .left ul a,
.m-fullwidthlatest .left .e-resource a,
.m-fullwidthlatest .right ul a,
.m-fullwidthlatest .right .e-resource a {
  text-decoration: underline;
  position: relative;
  min-height: 30px;
  display: inline-block;
  padding-left: 50px;
}

.m-fullwidthlatest .left ul a:before,
.m-fullwidthlatest .left .e-resource a:before,
.m-fullwidthlatest .right ul a:before,
.m-fullwidthlatest .right .e-resource a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  content: "\f105";
  box-sizing: border-box;
  border: 2px solid transparent;
  background: #ffffff;
  text-align: center;
  text-indent: 2px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  left: 0;
  display: inline-block;
  text-decoration: none;
}

.m-fullwidthlatest .left h3,
.m-fullwidthlatest .right h3 {
  font-family: "Lato", arial, sans-serif;
}

.m-fullwidthlatest .left {
  background: #2c2c49;
}

.m-fullwidthlatest .left * {
  color: #ffffff;
}

.m-fullwidthlatest .left ul a:before,
.m-fullwidthlatest .left .e-resource a:before {
  color: #2c2c49;
  background: #44d5d7;
}

.m-fullwidthlatest .left ul a:hover:before,
.m-fullwidthlatest .left .e-resource a:hover:before {
  background: #ffffff;
}

.m-fullwidthlatest .left a.e-cta {
  margin-top: 20px;
}

.m-fullwidthlatest .left a.e-cta:before {
  color: #2c2c49;
  background: #44d5d7;
}

.m-fullwidthlatest .left a.e-cta:hover:before {
  background: #ffffff;
}

.m-fullwidthlatest .left .btn {
  color: #2c2c49;
}

.m-fullwidthlatest .left .btn:before {
  background: #44d5d7;
}

.m-fullwidthlatest .left .btn:after {
  background: #ffffff;
}

.m-fullwidthlatest .right {
  background: #44d5d7;
}

.m-fullwidthlatest .right .inner h2:after {
  border-color: #2c2c49;
}

.m-fullwidthlatest .right h2,
.m-fullwidthlatest .right h3 {
  color: #2c2c49;
}

.m-fullwidthlatest .right ul a:before,
.m-fullwidthlatest .right .e-resource a:before {
  color: #ffffff;
  background: #2c2c49;
}

.m-fullwidthlatest .right ul a:hover:before,
.m-fullwidthlatest .right .e-resource a:hover:before {
  background: #ffffff;
  color: #2c2c49;
}

.m-fullwidthlatest .right a.e-cta {
  margin-top: 20px;
}

.m-fullwidthlatest .right a.e-cta:before {
  color: #ffffff;
  background: #2c2c49;
}

.m-fullwidthlatest .right a.e-cta:hover:before {
  background: #ffffff;
  color: #2c2c49;
}

.m-fullwidthlatest .right .btn:after {
  background: #ffffff;
}

.m-fullwidthlatest .e-resource {
  display: flex;
  align-items: stretch;
  margin-top: 30px;
}

.m-fullwidthlatest .e-resource .e-image {
  margin-right: 15px;
  width: 100px;
}

.m-fullwidthlatest .e-resource .e-image img {
  display: block;
  width: 100%;
  max-width: 140px;
}

.m-fullwidthlatest .e-resource .e-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .m-fullwidthlatest {
    flex-direction: row;
    margin: 60px 0;
    align-items: stretch;
  }
  .m-fullwidthlatest .left,
  .m-fullwidthlatest .right {
    flex: 1;
    width: 50%;
  }
  .m-fullwidthlatest .left .inner,
  .m-fullwidthlatest .right .inner {
    padding: 60px 30px;
  }
  .m-fullwidthlatest .left .inner h2,
  .m-fullwidthlatest .right .inner h2 {
    pointer-events: none;
    padding-right: 0;
  }
  .m-fullwidthlatest .left .inner h2:after,
  .m-fullwidthlatest .right .inner h2:after {
    display: none;
  }
  .m-fullwidthlatest .left .inner .more,
  .m-fullwidthlatest .right .inner .more {
    display: block !important;
  }
  .m-fullwidthlatest .e-resource .e-image {
    width: auto;
  }
}

@media (min-width: 1460px) {
  .m-fullwidthlatest .left .inner,
  .m-fullwidthlatest .right .inner {
    max-width: 735px;
    padding: 80px;
  }
  .m-fullwidthlatest .left {
    display: flex;
    justify-content: flex-end;
  }
  .m-fullwidthlatest .left .inner {
    padding-left: 0;
  }
  .m-fullwidthlatest .right {
    display: flex;
    justify-content: flex-start;
  }
  .m-fullwidthlatest .right .inner {
    padding-right: 0;
  }
}

@media (min-width: 2000px) {
  .m-fullwidthlatest .left .inner,
  .m-fullwidthlatest .right .inner {
    max-width: 860px;
  }
}

.m-latestblock {
  padding: 30px 0;
  overflow: hidden;
}

.m-latestblock .e-latestintro {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}

.m-latestblock .e-latestintro a {
  margin-top: 15px;
}

.m-latestblock .e-latestintro .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .m-latestblock .e-latestintro .e-text {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .m-latestblock .e-latestintro .e-text {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .m-latestblock .e-latestintro .e-text {
    width: 66.66667%;
  }
}

@media (min-width: 1230px) {
  .m-latestblock .e-latestintro .e-text {
    width: 55.55556%;
  }
}

@media (min-width: 1460px) {
  .m-latestblock .e-latestintro .e-text {
    width: 50%;
  }
}

.m-latestblock .e-latestintro .e-text p {
  margin-bottom: 0;
}

.m-latestblock .items {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .m-latestblock {
    padding: 60px 0;
  }
  .m-latestblock .e-latestintro {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 60px;
  }
  .m-latestblock .e-latestintro a {
    margin: 0;
  }
}

.m-librarysection {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
  margin-top: 30px;
}

.m-librarysection:first-child {
  margin-top: 0;
}

.m-librarysection:last-child {
  padding-bottom: 30px;
}

.m-librarysection .row {
  display: flex;
  flex-direction: column;
}

.m-librarysection .e-top {
  margin-bottom: 15px;
}

.m-librarysection .e-top p {
  color: #2c2c49;
}

.m-librarysection .button {
  text-align: center;
  margin: 40px 0 0;
  display: block;
}

@media (min-width: 768px) {
  .m-librarysection .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .m-librarysection .e-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .m-librarysection {
    padding-top: 60px;
    margin-top: 60px;
  }
  .m-librarysection:last-child {
    padding-bottom: 60px;
  }
}

@media (min-width: 1230px) {
  .m-librarysection {
    padding-top: 120px;
    margin-top: 120px;
  }
  .m-librarysection:last-child {
    padding-bottom: 120px;
  }
}

.m-filter {
  position: relative;
  z-index: 9998;
  overflow: visible !important;
}

.m-filter .inner {
  border: 1px solid #e4e5ec;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  position: relative;
  width: 100%;
}

.m-filter .inner .types {
  display: flex;
  flex-direction: column;
}

.m-filter .inner .types .item .top {
  transition: all 0.3s ease-in-out;
}

.m-filter .inner .types .item .top svg {
  transition: all 0.3s ease-in-out;
}

.m-filter .inner .types .item .top:hover {
  cursor: pointer;
  color: #ffffff;
  background: #2c2c49;
}

.m-filter .inner .types .item .top:hover svg {
  fill: #ffffff;
}

.m-filter .inner .general {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  flex-direction: column;
}

.m-filter .inner .general .item {
  transition: all 0.3s ease-in-out;
  padding: 15px;
  background: #eef2f6;
}

.m-filter .inner .general .item .icon {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 10px;
  transform-origin: center;
  float: right;
}

.m-filter .inner .general .item svg {
  transition: all 0.3s ease-in-out;
}

.m-filter .inner .general .item:first-child:hover {
  cursor: pointer;
  color: #ffffff;
  background: #2c2c49;
}

.m-filter .inner .general .item:first-child:hover svg {
  fill: #ffffff;
}

.m-filter .inner .general .item:last-child {
  border-bottom: none;
}

.m-filter .inner .general .item:last-child .mobile-select,
.m-filter .inner .general .item:last-child form {
  display: inline-block;
  margin: 0;
  width: 76%;
}

.m-filter .inner .general .item:last-child select {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 600;
  padding-right: 50px;
  outline: none;
  position: relative;
  z-index: 20;
  width: 100%;
  margin-left: 15px;
}

.m-filter .inner .general .item:last-child select:hover {
  cursor: pointer;
}

.m-filter .inner .general .item:last-child .dropdown {
  position: relative;
}

.m-filter .inner .general .item:last-child .dropdown .select,
.m-filter .inner .general .item:last-child .dropdown .selected {
  display: none;
}

.m-filter .inner .general .item:last-child .icon {
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.m-filter .inner .item {
  font-family: "Lato", arial, sans-serif;
  color: #2c2c49;
  border-bottom: 1px solid #e4e5ec;
  display: block;
}

.m-filter .inner .item .top {
  padding: 15px;
}

.m-filter .inner .item .top .icon {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 10px;
  transform-origin: center;
  float: right;
}

.m-filter .inner .item.open .top {
  color: #ffffff;
  background: #2c2c49;
}

.m-filter .inner .item.open .top .icon {
  transform: rotate(90deg);
}

.m-filter .inner .item.open .top .icon svg {
  fill: #ffffff;
}

.m-filter .inner .item .top {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.m-filter .inner .item .more {
  display: none;
  background: #2c2c49;
  width: 100%;
  padding: 15px;
  color: #ffffff;
}

.m-filter .inner .item .more ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.m-filter .inner .item .more ul li {
  transition: opacity 0.3s ease-in-out;
  font-family: "Lato", arial, sans-serif;
  position: relative;
  margin-bottom: 10px;
  padding-right: 20px;
}

.m-filter .inner .item .more ul li.fade {
  opacity: 0.2;
  pointer-events: none;
}

.m-filter .inner .item .more ul li .tooltip {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}

.m-filter .inner .item .more ul li .tooltip .icon {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.m-filter .inner .item .more ul li .tooltip-text {
  position: absolute;
  display: none;
  width: 100%;
  top: 0px;
  left: 0;
  color: #2c2c49;
}

.m-filter .inner .item .more ul li .tooltip-text span {
  padding-left: 0;
  pointer-events: none;
  font-size: 16px;
  line-height: 22px;
}

.m-filter .inner .item .more ul li .tooltip-text span:before, .m-filter .inner .item .more ul li .tooltip-text span:after {
  display: none;
}

.m-filter .inner .item .more ul li .tooltip-text .close {
  padding: 8px 15px;
  background: #ffffff;
  font-size: 14px;
  z-index: 50;
  float: right;
  pointer-events: auto;
}

.m-filter .inner .item .more ul li .tooltip-text .close:hover {
  cursor: pointer;
}

.m-filter .inner .item .more ul li .tooltip-text .close span {
  font-size: 22px;
  vertical-align: bottom;
  display: inline-block;
}

.m-filter .inner .item .more ul li .tooltip-text .close + span {
  background: #ffffff;
  padding: 15px;
  z-index: 998;
  width: 100%;
  display: block;
  position: relative;
  z-index: 20;
  float: left;
}

.m-filter .inner .item .more ul li span {
  position: relative;
  padding-left: 30px;
  display: block;
}

.m-filter .inner .item .more ul li span:before, .m-filter .inner .item .more ul li span:after {
  content: "";
  position: absolute;
  top: 3px;
}

.m-filter .inner .item .more ul li span:before {
  transition: background 0.2s ease-in-out;
  display: inline-block;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 1px;
  width: 20px;
  height: 20px;
  left: 0;
  vertical-align: middle;
}

.m-filter .inner .item .more ul li span:after {
  display: block;
  left: 3px;
  height: 14px;
  width: 14px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  background-image: url("../images/tick.png");
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  top: 7px;
}

.m-filter .inner .item .more ul li span:hover {
  cursor: pointer;
}

.m-filter .inner .item .more ul li span:hover:before {
  background: #44d5d7;
}

.m-filter .inner .item .more ul li span:hover:after {
  opacity: 0.8;
}

.m-filter .inner .item .more ul li.checked span:after {
  opacity: 1;
}

.m-filter .inner .item .more .pickers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 800px;
}

.m-filter .inner .item .more .pickers .column {
  flex: 1;
}

.m-filter .inner .item .more .pickers .column h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  font-family: "Lato", arial, sans-serif;
  color: #ffffff;
  margin: 0 0 10px;
  text-align: center;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header {
  color: #2c2c49;
  background: #44d5d7;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-prev,
.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-next {
  width: 24px;
  height: 24px;
  position: relative;
  text-align: center;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-prev span,
.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-next span {
  text-indent: -8000px;
  display: block;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-prev:before,
.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  position: absolute;
  top: 0;
  text-indent: 0;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-next:hover {
  text-decoration: underline;
  cursor: pointer;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-prev:hover :before,
.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-next:hover :before {
  text-decoration: underline;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-prev {
  order: 1;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f104";
  left: 0;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-title {
  order: 2;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f105";
  right: 0;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-calendar {
  width: 100%;
  margin: 0;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-calendar thead th {
  padding: 5px;
  background: #dfdfdf;
  text-align: center;
  color: #2c2c49;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-calendar td {
  border: 1px solid #dfdfdf;
  min-height: 35px;
  padding: 0;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-calendar td span,
.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-calendar td a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-calendar td span {
  padding: 5px;
  display: block;
  text-align: center;
  color: #dfdfdf;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-calendar td a {
  padding: 5px;
  display: block;
  text-align: center;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-calendar td a:hover {
  color: #ffffff;
  background: #2c2c49;
}

.m-filter .inner .item .more .pickers .column .hasDatepicker .ui-datepicker-calendar td a.ui-state-active {
  background: #2c2c49;
  color: #ffffff;
}

.m-filter .inner .item .more .pickers .break {
  margin: 15px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .m-filter .inner .item .more .pickers {
    flex-direction: row;
  }
  .m-filter .inner .item .more .pickers .column h3 {
    text-align: left;
  }
  .m-filter .inner .item .more .pickers .break {
    margin: 15px 20px;
    align-self: center;
  }
}

@media (min-width: 992px) {
  .m-filter .inner {
    flex-direction: row;
  }
  .m-filter .inner .types,
  .m-filter .inner .general {
    flex-direction: row;
  }
  .m-filter .inner .types .item,
  .m-filter .inner .general .item {
    border-bottom: none;
    display: flex;
    align-items: stretch;
  }
  .m-filter .inner .types .item .top,
  .m-filter .inner .general .item .top {
    padding: 20px 30px;
    flex: 1;
  }
  .m-filter .inner .types .item .more,
  .m-filter .inner .general .item .more {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 32px 30px;
  }
  .m-filter .inner .types .item .more ul,
  .m-filter .inner .general .item .more ul {
    display: flex;
    flex-wrap: wrap;
  }
  .m-filter .inner .types .item .more ul li,
  .m-filter .inner .general .item .more ul li {
    margin-bottom: 32px;
    width: 24%;
    margin-right: 1%;
    align-self: flex-start;
  }
  .m-filter .inner .types .item .more ul li .tooltip:hover + .tooltip-text,
  .m-filter .inner .general .item .more ul li .tooltip:hover + .tooltip-text {
    display: block;
  }
  .m-filter .inner .types .item .more ul li .tooltip-text,
  .m-filter .inner .general .item .more ul li .tooltip-text {
    display: none;
    left: calc(100% - 162px);
    width: 300px;
    top: 40px;
    z-index: 999999;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .m-filter .inner .types .item .more ul li .tooltip-text .close,
  .m-filter .inner .general .item .more ul li .tooltip-text .close {
    display: none;
  }
  .m-filter .inner .types .item .more ul li .tooltip-text .close + span,
  .m-filter .inner .general .item .more ul li .tooltip-text .close + span {
    top: 0;
  }
  .m-filter .inner .types .item .more ul li .tooltip-text:after,
  .m-filter .inner .general .item .more ul li .tooltip-text:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
  }
  .m-filter .inner .types .item .more ul li.fade,
  .m-filter .inner .general .item .more ul li.fade {
    opacity: 1 !important;
    pointer-events: auto;
  }
  .m-filter .inner .types {
    flex: 2;
  }
  .m-filter .inner .types .item {
    min-width: 20%;
    text-align: center;
    border-right: 1px solid #e4e5ec;
  }
  .m-filter .inner .types .item .more {
    text-align: left;
  }
  .m-filter .inner .general {
    background: #eef2f6;
    width: 43%;
  }
  .m-filter .inner .general .item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    flex: 1;
    text-align: center;
    justify-content: center;
    padding: 20px 30px;
    border-left: 1px solid #e4e5ec;
  }
  .m-filter .inner .general .item .icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .m-filter .inner .general .item:hover {
    background: #2c2c49;
    color: #ffffff;
    cursor: pointer;
  }
  .m-filter .inner .general .item:hover svg {
    fill: #ffffff;
  }
  .m-filter .inner .general .item.open {
    background: #2c2c49;
  }
  .m-filter .inner .general .item.open .dropdown {
    color: #ffffff;
  }
  .m-filter .inner .general .item.open .dropdown .icon {
    transform: translateY(-50%) rotate(-90deg);
  }
  .m-filter .inner .general .item.open .dropdown .icon svg {
    fill: #ffffff;
  }
  .m-filter .inner .general .item:last-child {
    position: relative;
    text-align: left;
    justify-content: flex-start;
  }
  .m-filter .inner .general .item:last-child .dropdown {
    position: static;
  }
  .m-filter .inner .general .item:last-child .dropdown .selected {
    display: inline-block;
  }
  .m-filter .inner .general .item:last-child .dropdown .icon {
    right: 30px;
  }
  .m-filter .inner .general .item:last-child .mobile-select,
  .m-filter .inner .general .item:last-child form {
    display: none;
  }
  .m-filter .inner .general .item:last-child .select {
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #2c2c49;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .m-filter .inner .general .item:last-child .select .option {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 30px;
    color: #ffffff;
    font-weight: 400;
  }
  .m-filter .inner .general .item:last-child .select .option:hover {
    color: #2c2c49;
    background: #ffffff;
    cursor: pointer;
  }
}

@media (min-width: 1230px) {
  .m-filter .inner .general {
    width: 32%;
  }
}

.m-pagination {
  margin: 30px 0;
  padding: 0 !important;
  position: relative;
  font-family: "Lato", arial, sans-serif;
}

.m-pagination .navigation {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.m-pagination .navigation:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.m-pagination .button {
  text-align: center;
  margin-top: 40px;
}

.m-pagination .button .btn {
  display: inline-block;
  width: auto;
}

.m-pagination .button .btn:hover {
  cursor: pointer;
}

.m-pagination .nav .icon {
  width: 20px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  position: relative;
}

.m-pagination .nav .icon svg {
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m-pagination .nav:hover {
  color: #2c2c49;
  text-decoration: none;
}

.m-pagination .nav.prev {
  float: left;
}

.m-pagination .nav.prev .icon svg {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.m-pagination .nav.next {
  float: right;
}

.m-pagination .nav:hover {
  text-decoration: underline;
}

.m-pagination ul {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  display: none;
}

.m-pagination ul li {
  display: inline-block;
  margin: 0 1px;
  color: #2c2c49;
  box-sizing: border-box;
}

.m-pagination ul li a,
.m-pagination ul li button {
  text-decoration: none;
  width: 28px;
  height: 28px;
  line-height: 26px;
  display: block;
  padding: inherit;
}

.m-pagination ul li a:hover,
.m-pagination ul li button:hover {
  background: #44d5d7;
  color: #2c2c49;
}

.m-pagination ul li.active a,
.m-pagination ul li.active button {
  pointer-events: none;
  background: #44d5d7;
}

@media (min-width: 768px) {
  .m-pagination .navigation {
    max-width: 500px;
  }
  .m-pagination .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .m-pagination .nav.prev, .m-pagination .nav.next {
    float: none;
    padding: 0;
    line-height: 26px;
  }
  .m-pagination .nav.prev {
    left: 15px;
  }
  .m-pagination .nav.next {
    right: 15px;
  }
  .m-pagination ul {
    display: block;
  }
}

.m-ssksearch form {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.m-ssksearch form input {
  width: 100%;
}

.m-ssksearch form button {
  margin-left: 15px;
  display: inline-block;
  width: auto;
}

.m-ssksocial {
  display: flex;
  align-items: center;
}

.m-ssksocial a {
  text-decoration: none;
  display: inline-block;
  margin-right: 15px;
}

.m-ssksocial a img {
  display: block;
}

.m-ssksocial a + a {
  margin-right: 0;
}
</pre></body></html>