@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
.clr {
  float: none;
  clear: both;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  font-weight: bold;
}
.entry-content .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-button .wp-block-button__link {
  background-color: #2A2679;
  font-size: 13px;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #126DDF;
}
p,
li {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.75;
  font-family: 'Open Sans', sans-serif;
  color: #2A2679;
}
p b,
li b,
p strong,
li strong {
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #2A2679;
  -webkit-transition: color 400ms, background-color 400ms, border 400ms;
  transition: color 400ms, background-color 400ms, border 400ms;
}
ul {
  padding-left: 0;
  margin-left: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
input,
select,
textarea {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  color: #000;
  border: none;
  border-bottom: 8px solid #ffeee1;
  font-size: 30px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 620px)  {
  input,
  select,
  textarea {
    font-size: 20px;
  }
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  font-size: 30px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  font-size: 30px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  font-size: 30px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 1;
  font-size: 30px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}
@media screen and (max-width: 620px)  {
  input::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 20px;
  }
  input::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 20px;
  }
  input::-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 20px;
  }
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 20px;
  }
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #126DDF;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea {
  height: 7em;
  resize: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  font-weight: 400;
  font: 1.5rem/1.3 'Open Sans', sans-serif;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
  font: 1.5rem/1.3 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
}
textarea::-moz-placeholder {
  opacity: 1;
  font: 1.5rem/1.3 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
}
textarea:-ms-input-placeholder {
  opacity: 1;
  font: 1.5rem/1.3 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
}
textarea::-ms-input-placeholder {
  opacity: 1;
  font: 1.5rem/1.3 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
}
textarea::placeholder {
  opacity: 1;
  font: 1.5rem/1.3 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
}
.form-item {
  margin-bottom: 20px;
}
.form-item label {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #7b7d85;
}
.form-item em {
  font-style: normal;
  font-weight: 600;
  color: #126DDF;
}
.form-item span.wpcf7-not-valid-tip {
  margin-top: 4px;
  text-transform: none;
}
.privacyCheck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 400 !important;
  text-transform: none !important;
}
.privacyCheck br {
  display: none;
}
.privacyCheck .wpcf7-list-item {
  margin-left: 0;
  margin-right: 5px;
}
.privacyCheck span {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  color: #7b7d85;
}
.privacyCheck input {
  display: inline-block;
  width: auto;
  margin: 0 4px 0 0;
}
.privacyCheck a {
  display: inline-block;
  margin-right: 5px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  color: #7b7d85;
}
.privacyCheck em {
  color: #7b7d85 !important;
  font-weight: 400 !important;
  margin-left: 0 !important;
  margin-right: 4px;
  font-style: normal;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.grecaptcha-badge {
  display: none !important;
}
.section-title {
  text-transform: uppercase;
  color: #2A2679;
  font-size: 30px;
}
.section-title.white {
  color: #fff;
}
.page-thumb {
  height: 655px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-thumb .feature-image-text {
  max-width: 45%;
  position: relative;
  padding: 40px 40px 40px 15%;
}
@media only screen and (max-width: 1024px)  {
  .page-thumb .feature-image-text {
    max-width: 100%;
  }
}
.page-thumb .feature-image-text::before {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
}
.page-thumb .feature-image-text h1 {
  color: #2A2679;
  font-size: 35px;
  position: relative;
  margin-bottom: 20px;
}
.page-thumb .feature-image-text div {
  position: relative;
}
.page-thumb .feature-image-text div p {
  font-weight: 500;
}
.single-featured-image-header {
  position: relative;
}
.single-featured-image-header::before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../images/left.png');
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  width: 206px;
  height: 90%;
  z-index: 1;
  content: "";
}
@media only screen and (max-width: 1024px)  {
  .single-featured-image-header::before {
    content: none;
  }
}
.single-featured-image-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('../images/right.png');
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 315px;
  height: 80%;
  z-index: 1;
  content: "";
}
@media only screen and (max-width: 1024px)  {
  .single-featured-image-header::after {
    content: none;
  }
}
.section-2columns {
  padding: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-2columns:first-child {
  background: #cfe4f9;
}
.section-2columns .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
.section-2columns .column h2 {
  text-transform: uppercase;
  color: #2A2679;
  font-size: 25px;
}
.section-2columns .column li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px)  {
  .section-2columns .column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 20px;
  }
}
.section-3columns {
  padding: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-3columns:first-child {
  background: #cfe4f9;
}
.section-3columns .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30.3%;
      -ms-flex: 0 0 30.3%;
          flex: 0 0 30.3%;
}
.section-3columns .column h2 {
  text-transform: uppercase;
  color: #2A2679;
  font-size: 25px;
}
.section-3columns .column li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px)  {
  .section-3columns .column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 20px;
  }
}
.page-title h1 {
  color: #2A2679;
  font-size: 35px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
.entry-content .quote {
  margin-bottom: 30px;
  background: #2A2679;
  padding: 20px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.entry-content .quote .text {
  padding-left: 30px;
}
.entry-content .quote em {
  text-align: left;
}
.entry-content .quote a {
  color: #fff;
  text-decoration: underline;
}
.entry-content .quote .signature {
  padding-top: 30px;
  text-align: right;
}
.entry-content h3 {
  color: #2A2679;
  font-weight: normal;
  font-size: 20px;
}
.entry-content h2 {
  color: #2A2679;
  font-weight: normal;
  font-size: 25px;
}
.entry-content h4 {
  color: #2A2679;
  font-weight: normal;
  font-size: 18px;
}
.entry-content h5 {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
}
.entry-content h5 a {
  text-decoration: underline;
}
.entry-content p a,
.entry-content td a {
  text-decoration: underline;
}
.entry-content table td {
  padding: 10px;
}
.ead-preview {
  padding: 0 12%;
  max-width: 80%;
  margin-bottom: 50px;
}
.page-header {
  margin-top: 30px;
  padding-bottom: 0;
}
.page-title {
  font-weight: bold;
  color: #2A2679;
  margin-bottom: 20px;
  font-size: 35px;
  letter-spacing: 0;
  text-transform: none;
}
.news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 1024px)  {
  .news-container {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
.news-container .news-item {
  position: relative;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3%;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px)  {
  .news-container .news-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 620px)  {
  .news-container .news-item {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.news-container .news-item:hover .content h3 {
  color: #36A9E1;
}
.news-container .news-item a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.news-container .news-item .thumb {
  background-position: center;
  background-size: cover;
  height: 150px;
  margin-bottom: 10px;
}
.news-container .news-item .content h3 {
  color: #2A2679;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-container .news-item .content p {
  color: #2A2679;
  font-size: 13px;
  margin: 0;
}
.news-container .news-item .content .post-date {
  color: #2A2679;
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
}
.blog .content-area,
.archive .content-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: wrap row-reverse;
      -ms-flex-flow: wrap row-reverse;
          flex-flow: wrap row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2em;
}
.blog .content-area aside#secondary,
.archive .content-area aside#secondary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  background: #2A2679;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  padding: 25px;
}
@media only screen and (max-width: 1024px)  {
  .blog .content-area aside#secondary,
  .archive .content-area aside#secondary {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.blog .content-area aside#secondary .widget-title,
.archive .content-area aside#secondary .widget-title {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.blog .content-area aside#secondary .widget ul li,
.archive .content-area aside#secondary .widget ul li {
  border-top: none;
  padding: 10px 0;
  margin: 0;
  color: #fff;
}
.blog .content-area aside#secondary .widget ul li a,
.archive .content-area aside#secondary .widget ul li a {
  color: #fff;
}
.blog .content-area aside#secondary .widget ul li a:hover,
.archive .content-area aside#secondary .widget ul li a:hover {
  color: #126DDF;
}
.blog .content-area main,
.archive .content-area main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
@media only screen and (max-width: 1024px)  {
  .blog .content-area main,
  .archive .content-area main {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.page-numbers,
.page-numbers.current {
  font-size: 12px;
}
.single .site-content {
  padding-top: 2em;
}
.single main {
  padding-bottom: 4em;
}
.single article {
  margin-bottom: 30px;
}
/* .single article img {
  max-width: 50%;
  float: left;
  margin-right: 20px;
} */
.single article * {
  clear: unset;
}
.single article p,
.single article li {
  color: #3A3D41;
}
.single article a {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.site-footer {
  background: #2A2679;
  border: none;
  padding: 30px 0;
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.site-footer aside.widget-area {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer aside.widget-area .social-navigation > span {
  color: #fff;
}
.site-footer aside.widget-area .social-navigation ul li a {
  color: #fff;
}
.site-footer aside.widget-area .social-navigation ul li a:hover {
  color: #36A9E1;
}
.site-footer section {
  padding: 0;
  margin: 0;
  border: none;
}
.site-footer section h2 {
  color: #fff;
  text-transform: none;
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}
.site-footer section p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.site-footer section a {
  font-size: 14px;
  color: #fff;
}
.site-footer section a:hover {
  color: #36A9E1;
}
.site-info {
  font-size: 12px;
  color: #fff;
}
.site-info a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}
.site-info a:hover {
  color: #36A9E1;
}
.section.section-sponsors {
  background: #36A9E1;
  padding: 20px 0 30px;
}
.section.section-sponsors h3 {
  text-align: center;
}
.section.section-sponsors .logos-container {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
.section.section-sponsors .logos-container a {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  padding: 0 5px;
  text-align: center;
}
.section.section-sponsors .logos-container a img {
  max-height: 100px;
  max-width: 100px;
}
.section.section-sponsors .logos-container a:hover {
  opacity: 0.7;
}
.site-header {
  background-color: #fff;
  padding: 20px 0;
}
.site-header::before,
.site-header::after {
  content: none;
}
.site-header .site-branding {
  padding: 0;
}
.site-header .site-branding img {
  max-width: 205px;
}
.site-header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px)  {
  .site-header .wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-header .header-right {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 78%;
}
@media only screen and (max-width: 1024px)  {
  .site-header .header-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.navigation-top {
  border: none;
  padding: 0;
}
.navigation-top .search-form {
  display: none;
}
@media only screen and (max-width: 1024px)  {
  .navigation-top .search-form {
    display: block;
    margin: 20px auto;
  }
}
.navigation-top .social-navigation {
  display: none;
}
@media only screen and (max-width: 1024px)  {
  .navigation-top .social-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1024px)  {
  .navigation-top {
    padding: 40px;
    position: fixed;
    z-index: 41;
    right: -100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap column;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    width: 100%;
    background: #2A2679;
  }
}
.navigation-top.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.navigation-top .main-navigation {
  width: 100%;
}
.navigation-top .main-navigation ul:not(.social-links-menu) {
  padding: 0;
  margin: 0;
  width: 100%;
}
.navigation-top .main-navigation ul:not(.social-links-menu) li {
  margin: 0;
  padding: 0;
  position: relative;
  background: none;
}
.navigation-top .main-navigation ul:not(.social-links-menu) li::before {
  content: none;
}
.navigation-top .main-navigation ul:not(.social-links-menu) li a {
  font-weight: normal;
  color: #2A2679;
  font-weight: 500;
  margin: 0;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px)  {
  .navigation-top .main-navigation ul:not(.social-links-menu) li a {
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 16px;
  }
}
.navigation-top .main-navigation ul:not(.social-links-menu) li.current-menu-item a {
  color: #126DDF;
}
@media only screen and (max-width: 1024px)  {
  .navigation-top .main-navigation ul:not(.social-links-menu) li.current-menu-item a {
    color: #fff;
    text-decoration: underline;
  }
}
.navigation-top .main-navigation ul:not(.social-links-menu) li ul.sub-menu {
  display: none;
  position: absolute;
  letter-spacing: 0;
  top: 20px;
  z-index: 21;
  background: #fff;
  min-width: 200px;
  padding-top: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.navigation-top .main-navigation ul:not(.social-links-menu) li ul.sub-menu li {
  padding: 0;
  margin: 0;
  background: none;
}
.navigation-top .main-navigation ul:not(.social-links-menu) li ul.sub-menu li a {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  display: block;
}
.navigation-top .main-navigation ul:not(.social-links-menu) li ul.sub-menu li a:hover {
  background: #126DDF;
  color: #fff;
}
.navigation-top .main-navigation ul:not(.social-links-menu) li ul.sub-menu li ul {
  top: 0;
  padding: 0;
}
.navigation-top .main-navigation ul:not(.social-links-menu) li:hover ul.sub-menu {
  display: block;
}
.search-form {
  margin: 0 20px;
}
@media only screen and (max-width: 1024px)  {
  .search-form {
    display: none;
  }
}
.search-form label {
  margin: 0;
  display: none;
}
.search-form input {
  margin: 0;
  font-size: 13px;
  border-radius: 0;
  color: #7b7d85;
  font-style: normal;
  padding: 5px 10px;
}
.search-form input::-webkit-input-placeholder {
  color: #7b7d85;
  font-size: 13px;
  font-style: normal;
}
.search-form input::-moz-placeholder {
  color: #7b7d85;
  font-size: 13px;
  font-style: normal;
}
.search-form input::-ms-input-placeholder {
  color: #7b7d85;
  font-size: 13px;
  font-style: normal;
}
.search-form input::placeholder {
  color: #7b7d85;
  font-size: 13px;
  font-style: normal;
}
.search-form .search-submit {
  background: none;
  border: none;
  color: #7b7d85;
  padding: 0;
  font-size: 13px;
  right: 10px;
}
.search-form .search-submit .icon {
  width: 15px;
  height: 15px;
}
.search-form .search-submit:hover {
  background: none;
}
.social-navigation {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px)  {
  .social-navigation {
    display: none;
  }
}
.social-navigation > span {
  font-size: 14px;
  color: #36A9E1;
  margin-right: 10px;
  font-weight: 500;
}
.social-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.social-navigation ul li {
  padding: 0;
  margin: 0;
}
.social-navigation ul li a {
  border-radius: 0;
  background: none;
  color: #36A9E1;
  padding: 0;
  margin: 0 5px;
  width: auto;
  height: auto;
}
.social-navigation ul li a .icon {
  vertical-align: middle;
  top: unset;
  width: 20px;
  height: 20px;
}
.social-navigation ul li a:hover,
.social-navigation ul li a:focus {
  background: none;
  color: #2A2679;
}
.menuMobile {
  display: none;
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 25px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px)  {
  .menuMobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.menuMobile .menuMobileLine {
  width: 100%;
  height: 2px;
  background-color: #2A2679;
  margin-top: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.menuMobile .menuMobileLine:first-child {
  margin: 0;
}
.menuMobile.active {
  position: relative;
  z-index: 51;
}
.menuMobile.active .menuMobileLine {
  margin: 25px 0 0 0;
  background-color: #fff;
}
.menuMobile.active .menuMobileLine:first-child {
  margin: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menuMobile.active .menuMobileLine:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -4px 0 0 0;
}
.menuMobile.active .menuMobileLine:nth-child(2) {
  opacity: 0;
  margin: 0;
}
button,
input[type="button"],
input[type="submit"] {
  color: #fff;
  border: 1px solid #08c;
  background-color: #08c;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.01)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: #f7f7f7;
  border-color: #0074ad;
  background-color: #0074ad;
}
@media only screen and (max-width: 1024px)  {
  .section.section-slideshow .slick-dots {
    position: relative;
    bottom: unset;
    margin-top: 20px;
  }
  .section.section-slideshow .slick-dots li button::before {
    color: #36A9E1;
  }
}
.section.section-slideshow .slide-item .thumb {
  background-position: center;
  background-size: cover;
  /* height: 878px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          position: relative;
}
.section.section-slideshow .slide-item .thumb img {
  width: 100%;
  height: auto;
}
/* @media  screen and (max-width: 1440px)  {
  .section.section-slideshow .slide-item .thumb {
    height: 600px;
  }
} */
@media only screen and (max-width: 1024px)  {
  .section.section-slideshow .slide-item .thumb {
    height: auto;
  }
}
.section.section-slideshow .slide-item .thumb .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.section.section-slideshow .slide-item .thumb .content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  max-width: 28%;
  text-align: right;
  color: #fff;
  position: absolute;
  right: 12%;
  z-index: 1;
  padding: 20px;
}
.section.section-slideshow .slide-item .thumb .content::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  z-index: 0;
  border-radius: 10px;
}
.section.section-slideshow .slide-item .thumb .content * {
  position: relative;
  z-index: 2;
}
.section.section-slideshow .slide-item {
  position: relative;
}
.section.section-slideshow .slide-item > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
@media only screen and (max-width: 1024px)  {
  .section.section-slideshow .slide-item .thumb .content {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.section.section-slideshow .slide-item .thumb .content h1,
.section.section-slideshow .slide-item .thumb .content h2,
.section.section-slideshow .slide-item .thumb .content h3,
.section.section-slideshow .slide-item .thumb .content h4 {
  color: #fff;
  font-size: 40px;
  padding: 0;
  margin: 0 0 20px 0;
}
.section.section-slideshow .slide-item .thumb .content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.wrap.home-news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3em 12%;
}
@media only screen and (max-width: 1024px)  {
  .wrap.home-news-container {
    padding: 2em 30px;
  }
}
.section.section-twitter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  background: #2A2679;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
@media only screen and (max-width: 1024px)  {
  .section.section-twitter {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
.section.section-twitter .twitter-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.section.section-twitter .twitter-head span {
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
}
.section.section-twitter div#ctf {
  max-height: 95vh;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow-y: scroll;
}
.section.section-twitter div#ctf .ctf-more span {
  display: block;
  margin-top: 0;
}
.section.section-latest-news {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
@media only screen and (max-width: 1024px)  {
  .section.section-latest-news {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
.section.section-latest-news .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-bottom: 3em;
}
.section.section-latest-news .news-item:hover .content h3 {
  color: #36A9E1;
}
.section.section-latest-news .news-item a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.section.section-latest-news .news-item .thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  background-position: center;
  background-size: cover;
  height: 190px;
  margin-right: 3%;
}
@media only screen and (max-width: 1024px)  {
  .section.section-latest-news .news-item .thumb {
    margin: 0 0 10px 0;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.section.section-latest-news .news-item .content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media only screen and (max-width: 1024px)  {
  .section.section-latest-news .news-item .content {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.section.section-latest-news .news-item .content h3 {
  color: #2A2679;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section.section-latest-news .news-item .content p {
  color: #2A2679;
  font-size: 13px;
  margin: 0;
}
.section.section-latest-news .news-item .content .post-date {
  color: #2A2679;
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
}
.page-id-3843 .section.section-latest-news,
.page-id-3849 .section.section-latest-news {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.page-id-3843 .section.section-latest-news .thumb,
.page-id-3849 .section.section-latest-news .thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media only screen and (max-width: 1024px)  {
  .page-id-3843 .section.section-latest-news .thumb,
  .page-id-3849 .section.section-latest-news .thumb {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.page-id-3843 .section.section-latest-news .content,
.page-id-3849 .section.section-latest-news .content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 67%;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
}
@media only screen and (max-width: 1024px)  {
  .page-id-3843 .section.section-latest-news .content,
  .page-id-3849 .section.section-latest-news .content {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.section-members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-members .member-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px)  {
  .section-members .member-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
  }
}
.section-members .member-item .thumb {
  width: 150px;
  height: 150px;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  border: 3px solid #2A2679;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px)  {
  .section-members .member-item .thumb {
    width: 110px;
    height: 110px;
  }
}
.section-members .member-item h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0 0 0;
  text-align: center;
}
/* modules */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../images/slick.eot');
  src: url('../images/slick.eot?#iefix') format('embedded-opentype'), url('../images/slick.woff') format('woff'), url('../images/slick.ttf') format('truetype'), url('../images/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
a {
  outline: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
html {
  font-size: 10px;
  line-height: 1.2;
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
  color: #3A3D41;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fff;
}
body.noScroll {
  overflow: hidden;
}
body.modal-active {
  overflow: hidden;
  position: relative;
}
body.modal-active::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 21;
}
body .slick-slider .slick-dots {
  bottom: 20px;
}
body .slick-slider .slick-dots li button {
  background: none;
}
body .slick-slider .slick-dots li button::before {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
body .slick-slider .slick-dots li button::after {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: -9px;
  left: -2px;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  line-height: 20px;
  text-align: center;
  color: #2A2679;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
body .slick-slider .slick-dots li.slick-active button::after {
  opacity: 1;
}
body .slick-arrow {
  z-index: 7;
  width: 60px;
  height: 60px;
}
body .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/slick-arrow.svg');
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .slick-arrow.slick-disabled::before {
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
body .slick-arrow:hover {
  background-color: none;
}
body .slick-arrow:hover::before {
  background-color: none;
}
body .slick-prev {
  left: 15px;
}
body .slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body .slick-next {
  right: 15px;
}
.hidden,
.slick-slide img.hidden {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1024px)  {
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media only screen and (max-width: 1024px)  {
  .mobile {
    display: inline-block;
  }
}
.wrap {
  padding: 0 12%;
  max-width: 100%;
}
@media only screen and (max-width: 1024px)  {
  .wrap {
    padding: 0 30px;
  }
}
.wrap::before,
.wrap::after {
  content: none;
}
input {
  outline: none !important;
}
.wpcf7 .ajax-loader {
  margin: 0;
  position: absolute;
  left: 200px;
  bottom: 95px;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  background: #00a0d2;
  color: #fff;
  text-align: center;
  padding: 10px;
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 620px)  {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: green;
}
.wow {
  visibility: hidden;
}
.fadeInUp {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.slick-slider {
  visibility: hidden;
}
.slick-slider.slick-initialized {
  visibility: visible;
}
.section.section-links {
  background: #36A9E1;
  padding: 50px 0;
}
.section.section-links ul {
  display: flex;
  flex-flow: wrap row;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section.section-links ul li {
  padding: 0 30px;
  flex: 0 0 50%;
  margin-bottom: 20px;
  text-align: center;
}
.section.section-links ul li a {
  font-weight: bold;
  font-size: 16px;
}
.section.section-links ul li:last-child, .section.section-links ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.section.section-links h3 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px)  {
  .section.section-links ul li {
    padding: 0;
    flex: 100%;
  }
  .section.section-links ul li:last-child, .section.section-links ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  p, li {
    font-size: 17px;
  }
  .single article img {
      max-width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 30px;
  }
  h3 {
    font-size: 22px;
  }
  span.post-date {
      font-size: 18px;
  }
  .has-text-align-center.btn a {
      display: block;
  }
}