/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.sponsors-list, .sponser-area .logo-list, .footer-nav .navbar {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #231f20;
  background: #fff;
  font: 16px/1.875 "Raleway", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    body {
      font-size: 18px;
      line-height: 1.6667; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Oswald", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  margin: 0 0 0.5em;
  color: inherit; }

h1,
.h1 {
  font-size: 40px; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 60px; } }

h2,
.h2 {
  font-size: 25px; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 35px; } }

h3,
.h3 {
  font-size: 18px; }

h4,
.h4 {
  font-size: 21px; }

h5,
.h5 {
  font-size: 17px; }

h6,
.h6 {
  font-size: 15px; }

p {
  letter-spacing: 0.35px;
  margin: 0 0 1em; }
  @media (min-width: 768px) {
    p {
      letter-spacing: 0.39px; } }

a {
  transition: text-decoration 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease, color 0.4s ease, background 0.4s ease, border 0.4s ease;
  text-decoration: none;
  color: #ef4269; }
  a:hover, a:focus {
    text-decoration: none;
    color: #bb1036; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text'] ::-webkit-input-placeholder,
  input[type='tel'] ::-webkit-input-placeholder,
  input[type='email'] ::-webkit-input-placeholder,
  input[type='search'] ::-webkit-input-placeholder,
  input[type='password'] ::-webkit-input-placeholder,
  textarea ::-webkit-input-placeholder {
    color: #999; }
  input[type='text'] ::-moz-placeholder,
  input[type='tel'] ::-moz-placeholder,
  input[type='email'] ::-moz-placeholder,
  input[type='search'] ::-moz-placeholder,
  input[type='password'] ::-moz-placeholder,
  textarea ::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text'] :-moz-placeholder,
  input[type='tel'] :-moz-placeholder,
  input[type='email'] :-moz-placeholder,
  input[type='search'] :-moz-placeholder,
  input[type='password'] :-moz-placeholder,
  textarea :-moz-placeholder {
    color: #999; }
  input[type='text'] :-ms-input-placeholder,
  input[type='tel'] :-ms-input-placeholder,
  input[type='email'] :-ms-input-placeholder,
  input[type='search'] :-ms-input-placeholder,
  input[type='password'] :-ms-input-placeholder,
  textarea :-ms-input-placeholder {
    color: #999; }
  input[type='text'] .placeholder,
  input[type='tel'] .placeholder,
  input[type='email'] .placeholder,
  input[type='search'] .placeholder,
  input[type='password'] .placeholder,
  textarea .placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-mail:before {
  content: "\e903"; }

.icon-instagram:before {
  content: "\e904"; }

.resize-active * {
  transition: none !important; }

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none !important; } }

@media (max-width: 1023px) {
  .mobile-hidden {
    display: none !important; } }

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

.container {
  position: relative;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 370px) {
    .container {
      padding: 0 30px; } }

.btn {
  display: inline-block;
  vertical-align: top;
  font: 700 19px/24px "Oswald", "Arial", "Helvetica", sans-serif;
  letter-spacing: 0.5px;
  position: relative;
  min-width: 103px;
  text-transform: uppercase;
  text-align: center;
  height: 48px;
  padding: 11px 20px; }
  @media (max-width: 767px) {
    .btn.btn-small {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.32px;
      padding: 6px 10px;
      min-width: 62px;
      height: 29px; } }

.btn-primary {
  background: #ef4269;
  color: #fff; }
  .btn-primary:hover {
    background: #000;
    color: #fff; }

.btn-secondary {
  background: #fff;
  color: #ef4269; }
  .btn-secondary:hover {
    background: #000;
    color: #fff; }

.btn-info {
  background: #ef4269;
  color: #fff; }
  .btn-info:hover {
    background: #fff;
    color: #ef4269; }

.main {
  position: relative; }

.content-wrap {
  padding: 40px 0 0; }
  @media (min-width: 768px) {
    .content-wrap {
      padding: 80px 0 0; } }
  @media (min-width: 1024px) {
    .content-wrap {
      padding: 129px 0 0; } }

blockquote {
  letter-spacing: 0.39px;
  margin: 0;
  position: relative;
  padding: 6px 0 26px 16px; }
  @media (min-width: 768px) {
    blockquote {
      padding: 5px 36px 26px; } }
  blockquote:after {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 30px;
    width: 2px;
    background: #79B6C1;
    content: ''; }
  blockquote q {
    quotes: none;
    display: block;
    font-style: italic;
    color: #79B6C1;
    font-weight: 700; }

.image-full {
  margin: 0 0 42px; }
  @media (min-width: 1024px) {
    .image-full {
      margin: 0 0 57px; } }
  .image-full img {
    display: block;
    width: 100%;
    height: auto; }

.number-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 6px 0 0 37px;
  letter-spacing: 0.39px;
  counter-reset: item;
  margin: 0 0 40px; }
  @media (min-width: 768px) {
    .number-list {
      margin: 0 0 60px; } }
  .number-list li {
    margin: 0 0 15px; }
    .number-list li:before {
      float: left;
      width: 25px;
      margin: 0 0 0 -25px;
      color: #231f20;
      content: counters(item, "") ".";
      counter-increment: item; }

.list {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 0.39px;
  margin: 0 0 31px; }
  @media (min-width: 768px) {
    .list {
      margin: 0 0 27px; } }
  .list li {
    padding: 0 0 0 36px;
    margin: 0 0 14px;
    position: relative; }
    .list li:after {
      width: 3px;
      height: 3px;
      position: absolute;
      left: 11px;
      top: 12px;
      content: '';
      background: #231f20;
      border-radius: 100%; }

.content {
  position: relative;
  max-width: 770px;
  margin: 0 auto; }
  .content h1,
  .content .h1 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.17px;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    color: #626366;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 14px; }
    @media (min-width: 1024px) {
      .content h1,
      .content .h1 {
        font-size: 24px;
        line-height: 36px; } }
  .content h2,
  .content .h2 {
    font-size: 16px;
    line-height: 20px;
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    letter-spacing: 0.39px;
    color: #231f20;
    font-weight: 700;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .content h2,
      .content .h2 {
        font-size: 18px;
        line-height: 30px;
        margin: 0; } }
  .content p {
    margin: 0 0 14px; }
    @media (min-width: 768px) {
      .content p {
        margin: 0 0 18px; } }

.content-head {
  text-transform: uppercase;
  position: relative;
  margin: 0 0 50px; }
  @media (min-width: 1024px) {
    .content-head {
      margin: 0 0 77px; } }
  .content-head .date {
    font-size: 18px;
    line-height: 26px;
    display: block;
    letter-spacing: 0.5px;
    color: #626366;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .content-head .date {
        margin: 0; } }
  .content-head h1,
  .content-head .h1 {
    font-size: 25px;
    line-height: 37px;
    color: #231f20;
    font-weight: 400; }
    @media (min-width: 768px) {
      .content-head h1,
      .content-head .h1 {
        font-size: 35px;
        line-height: 52px; } }
    @media (min-width: 1024px) {
      .content-head h1,
      .content-head .h1 {
        font-size: 35px;
        line-height: 52px; } }

.accordian-area {
  padding: 96px 0 7px; }
  @media (min-width: 1024px) {
    .accordian-area {
      padding: 191px 0 53px; } }
  .accordian-area .h1,
  .accordian-area h1 {
    font-size: 25px;
    line-height: 35px;
    color: #231f20;
    font-weight: 600;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .accordian-area .h1,
      .accordian-area h1 {
        font-size: 35px;
        line-height: 52px;
        margin: 0 0 8px; } }
    @media (min-width: 1024px) {
      .accordian-area .h1,
      .accordian-area h1 {
        font-size: 35px;
        line-height: 52px;
        margin: 0 0 8px; } }

.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e6e6e6;
  margin-bottom: 53px;
  letter-spacing: 0.39px; }
  @media (min-width: 1024px) {
    .accordion {
      margin-bottom: 57px; } }
  .accordion li {
    border-bottom: 1px solid #e6e6e6; }
    .accordion li:last-child {
      border-bottom: none; }
    .accordion li.active a {
      background-color: #ef4269;
      color: #fff; }
      .accordion li.active a .icon {
        transform: rotate(180deg) translateY(50%); }
    .accordion li a {
      font-size: 16px;
      line-height: 30px;
      color: #231f20;
      display: block;
      vertical-align: top;
      padding: 11px 45px 11px 15px;
      position: relative; }
      @media (min-width: 768px) {
        .accordion li a {
          padding: 11px 45px 12px 33px;
          font-size: 18px; } }
      .accordion li a:hover {
        background-color: #ef4269;
        color: #fff; }
      .accordion li a .icon {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        border-style: solid;
        border-width: 10px 13px 0 13px;
        border-color: #e6e6e6 transparent transparent transparent; }
        @media (min-width: 768px) {
          .accordion li a .icon {
            right: 24px; } }
  .accordion .accordion-content {
    font-size: 16px;
    line-height: 30px;
    background-color: #fdeaef;
    padding: 17px 25px 8px 14px;
    letter-spacing: 0.5px; }
    @media (min-width: 768px) {
      .accordion .accordion-content {
        padding: 13px 35px 44px 31px;
        font-size: 18px; } }
    .accordion .accordion-content p {
      margin-bottom: 0; }

.image-posts {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px -10px; }
  .image-posts .posts-image {
    position: relative; }
    .image-posts .posts-image a {
      position: relative;
      display: block; }
      .image-posts .posts-image a:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease , visibility 0.4s ease; }
      .image-posts .posts-image a:hover:after {
        visibility: visible;
        opacity: 1; }
  .image-posts .image-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 15px; }
    @media (min-width: 370px) {
      .image-posts .image-caption {
        padding: 0 30px; } }
    @media (min-width: 1024px) {
      .image-posts .image-caption {
        padding: 130px 53px 0; } }
    .image-posts .image-caption:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      display: none;
      background: rgba(121, 182, 193, 0.6); }
    .image-posts .image-caption:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background: rgba(0, 0, 0, 0.5); }
  .image-posts .image-title {
    font-size: 30px;
    line-height: 40px;
    display: block;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    max-width: 406px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .image-posts .image-title {
        font-size: 36px;
        line-height: 52px; } }
  .image-posts .posts-info {
    font-size: 18px;
    line-height: 30px;
    padding: 14px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif; }
    @media (min-width: 370px) {
      .image-posts .posts-info {
        padding: 14px 30px; } }
    @media (min-width: 768px) {
      .image-posts .posts-info {
        font-size: 16px;
        line-height: 30px;
        padding: 14px 20px; } }
    @media (min-width: 1024px) {
      .image-posts .posts-info {
        font-size: 18px;
        line-height: 30px;
        padding: 20px 30px; } }
  .image-posts .info-text {
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    color: #626366;
    text-transform: uppercase; }
    .image-posts .info-text .title {
      display: block;
      padding: 0 12px 0 0;
      margin: 0 10px 0 0;
      position: relative; }
      .image-posts .info-text .title:after {
        position: absolute;
        right: 0;
        top: 6px;
        bottom: 5px;
        width: 2px;
        background: #626366;
        content: ''; }
  .image-posts .link-text {
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ef4269;
    font-weight: 700;
    display: inline-block;
    vertical-align: top; }
    .image-posts .link-text:hover {
      color: #bb1036; }
    .image-posts .link-text .icon-arrow {
      font-size: 13px;
      line-height: 1;
      font-weight: 400;
      display: inline-block;
      vertical-align: top;
      margin: 9px 0 0 10px; }

.two-cols {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .two-cols .image-posts-block {
    width: 100%; }
    @media (min-width: 768px) {
      .two-cols .image-posts-block {
        width: 50%; } }
    @media (min-width: 1024px) {
      .two-cols .image-posts-block {
        width: 100%;
        height: 50%; } }
    @media (min-width: 1024px) {
      .two-cols .image-posts-block .holder {
        overflow: hidden; } }
    @media (min-width: 768px) {
      .two-cols .image-posts-block .holder {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .two-cols .image-posts-block .holder img {
      display: flex;
      object-fit: cover; } }
  .two-cols .col {
    width: 100%; }
    @media (min-width: 768px) {
      .two-cols .col {
        display: flex;
        flex-wrap: wrap;
        width: 100%; } }
    @media (min-width: 1024px) {
      .two-cols .col {
        display: block;
        width: 33.333%; } }
    .two-cols .col.w-66 {
      width: 100%; }
      @media (min-width: 1024px) {
        .two-cols .col.w-66 {
          width: 66.666%; } }
      .two-cols .col.w-66 .image-posts-block {
        width: 100%; }
        @media (min-width: 768px) {
          .two-cols .col.w-66 .image-posts-block {
            height: 100%; } }
        .two-cols .col.w-66 .image-posts-block img {
          display: block;
          object-fit: inherit; }
      .two-cols .col.w-66 .posts-info {
        padding: 13px 15px;
        height: auto; }
        @media (min-width: 1024px) {
          .two-cols .col.w-66 .posts-info {
            padding: 20px 45px 20px 53px; } }
      .two-cols .col.w-66 .image-posts-block .holder {
        display: block; }
        @media (min-width: 1024px) {
          .two-cols .col.w-66 .image-posts-block .holder {
            height: 100%; } }
  @media (min-width: 1024px) {
    .two-cols .posts-info {
      width: 100%;
      align-self: flex-end; } }

.image-posts-block {
  width: 100%;
  padding: 0 5px 10px; }
  @media (min-width: 768px) {
    .image-posts-block {
      width: 50%; } }
  @media (min-width: 1024px) {
    .image-posts-block {
      width: 33.333%; } }
  .image-posts-block .holder {
    position: relative;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); }
    .image-posts-block .holder img {
      width: 100%; }

.articles-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 12px; }
  .articles-wrap .article {
    width: 100%;
    padding: 0 5px; }
    @media (min-width: 768px) {
      .articles-wrap .article {
        width: 50%; } }
    @media (min-width: 1024px) {
      .articles-wrap .article {
        width: 33.333%; } }
  .articles-wrap .article-image a {
    position: relative;
    display: block; }
    .articles-wrap .article-image a:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease , visibility 0.4s ease; }
    .articles-wrap .article-image a:hover:after {
      visibility: visible;
      opacity: 1; }

.article-description {
  position: relative;
  padding: 30px 15px 23px; }
  @media (min-width: 370px) {
    .article-description {
      padding: 33px 30px 23px; } }
  @media (min-width: 1024px) {
    .article-description {
      padding: 22px 48px 22px 40px; } }

.article {
  font-size: 16px;
  line-height: 30px; }
  @media (min-width: 1024px) {
    .article {
      font-size: 18px;
      line-height: 30px; } }
  .article h1,
  .article .h1 {
    font-size: 25px;
    line-height: 27px;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    color: #231f20;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .article h1,
      .article .h1 {
        font-size: 35px;
        line-height: 46px; } }
    .article h1 a,
    .article .h1 a {
      color: #231f20; }
      .article h1 a:hover,
      .article .h1 a:hover {
        color: #bb1036; }
  .article .author,
  .article .date {
    font-size: 15px;
    line-height: 20px;
    display: block;
    font-family: "Oswald", "Arial", "Helvetica", sans-serif;
    color: #626366;
    margin: 0 0 23px;
    text-transform: uppercase;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .article .author,
      .article .date {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 25px; } }

.articles-full .article {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); }
  .articles-full .article:last-child {
    margin-bottom: 0; }

.articles-full .article-image {
  width: 100%; }
  @media (min-width: 768px) {
    .articles-full .article-image {
      width: 50%; } }

.articles-full .article-description {
  flex-grow: 1;
  flex-basis: 0; }
  @media (min-width: 1024px) {
    .articles-full .article-description {
      padding: 29px 64px 25px 29px; } }
  .articles-full .article-description h1 {
    margin: 0 0 17px; }

.articles-full .article-link {
  font-size: 19px;
  line-height: 30px;
  display: block;
  text-align: right;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Oswald", "Arial", "Helvetica", sans-serif;
  color: #ef4269;
  font-weight: 400; }
  @media (min-width: 1024px) {
    .articles-full .article-link {
      margin: 0 -31px 0 0; } }
  .articles-full .article-link a {
    color: #ef4269; }
  .articles-full .article-link .icon-arrow {
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 3px; }

.articles-info {
  font-style: italic;
  display: block;
  letter-spacing: 0.4px; }

.header {
  position: relative;
  z-index: 100; }
  .header .btn.btn-small {
    transition: background 0.4s ease, color 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    position: absolute;
    right: 80px;
    padding: 10px 20px;
    top: 9px; }
    @media (max-width: 767px) {
      .header .btn.btn-small {
        padding: 6px 10px;
        top: 11px; } }
    .nav-active .header .btn.btn-small {
      opacity: 0;
      visibility: hidden; }

.top-bar {
  background: #231f20;
  position: relative;
  padding: 9px 0; }

.countdown-area {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  letter-spacing: 0.5px;
  align-items: center;
  color: #fff; }
  @media (min-width: 1300px) {
    .countdown-area {
      margin: 0 0 0 -4px; } }
  .countdown-area time {
    font: 400 18px/22px "Oswald", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin: 0 8px 0 0;
    display: block; }

.countdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  position: relative;
  align-items: center; }
  .countdown-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0 6px 0 0; }
  .countdown-list .duration-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative; }
  .countdown-list .time {
    width: 28px;
    height: 41px;
    font: 500 19px/40px "Oswald", "Arial", "Helvetica", sans-serif;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 3px; }
  .countdown-list .text {
    font: 300 18px/22px "Oswald", "Arial", "Helvetica", sans-serif;
    padding: 0 0 0 6px;
    display: block; }

.header-holder {
  transition: padding 0.4s ease;
  background: #fff;
  position: relative;
  padding: 15px 0; }
  @media (min-width: 768px) {
    .header-holder {
      padding: 20px 0; } }
  @media (min-width: 1024px) {
    .header-holder {
      padding: 24px 0 0; } }
  .header-holder .container {
    position: static; }
    @media (min-width: 768px) {
      .header-holder .container {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        align-items: flex-start; } }

.logo {
  position: relative;
  transition: all 0.4s;
  display: block;
  width: 147px;
  z-index: 100; }
  @media (min-width: 768px) {
    .logo {
      width: 200px; } }
  @media (min-width: 1024px) {
    .logo {
      z-index: inherit;
      width: 268px; } }
  .logo a {
    display: block; }
  .logo img {
    display: block;
    width: 100%;
    height: auto; }

@media (min-width: 1024px) {
  .fixed-position .header-holder {
    padding: 0; }
  .fixed-position .logo {
    transform: scale(0.6);
    transform-origin: 0 100%; }
  .fixed-position .menu > li {
    padding: 0 0 13px; } }

@media (min-width: 1250px) {
  .fixed-position .logo {
    transform: scale(0.7);
    transform-origin: 0 100%; } }

.nav-active {
  overflow: hidden;
  height: 100%; }
  .nav-active #wrapper {
    height: 100%; }

.nav-drop {
  transition: opacity 0.4s ease, visibility 0.4s ease;
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 49px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 99; }
  @media (min-width: 768px) {
    .nav-drop {
      top: 65px; } }
  @media (min-width: 1024px) {
    .nav-drop {
      background: none;
      position: static;
      transition: none;
      opacity: 1;
      visibility: visible;
      overflow: visible;
      height: auto;
      z-index: inherit; } }
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible; }
  .nav-drop .btn {
    font-size: 22px;
    line-height: 26px;
    width: 115px;
    margin: 0 auto;
    padding: 10px 15px;
    display: block; }
    @media (min-width: 1024px) {
      .nav-drop .btn {
        display: inline-block;
        vertical-align: top;
        font-size: 19px;
        line-height: 24px;
        padding: 11px 20px;
        margin: 0;
        width: auto; } }

.nav-area {
  position: relative; }
  @media (min-width: 1024px) {
    .nav-area {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 1300px) {
    .nav-area {
      padding: 0 2px 0 0; } }
  @media (min-width: 1024px) {
    .nav-area .btn {
      margin: 0 0 0 38px; } }

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 400 22px/26px "Oswald", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  position: relative;
  border-top: 1px solid #e6e6e6;
  letter-spacing: 0.61px;
  margin: 0 0 40px; }
  @media (min-width: 1024px) {
    .menu {
      font-size: 18px;
      line-height: 24px;
      display: flex;
      flex-wrap: wrap;
      letter-spacing: 0.5px;
      align-items: flex-start;
      border-top: none;
      margin: 11px -11px 0; } }
  .menu > li {
    position: relative;
    border-bottom: 1px solid #e6e6e6; }
    @media (min-width: 1024px) {
      .menu > li {
        transition: padding 0.4s ease;
        border-bottom: none;
        margin: 0 11px;
        padding: 0 0 32px; } }
    .menu > li:before {
      transition: opacity 0.4s ease, visibility 0.4s ease;
      content: '';
      background: #ef4269;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      height: 2px;
      display: none; }
      @media (min-width: 1024px) {
        .menu > li:before {
          display: block; } }
    .menu > li:hover:before, .menu > li.hover:before {
      opacity: 1;
      visibility: visible; }
    .menu > li:hover .dropdown-menu, .menu > li.hover .dropdown-menu {
      display: block; }
      @media (min-width: 1024px) {
        .menu > li:hover .dropdown-menu, .menu > li.hover .dropdown-menu {
          opacity: 1;
          visibility: visible; } }
    .menu > li:hover .has-drop-down-a:before, .menu > li.hover .has-drop-down-a:before {
      transform: rotate(180deg); }
    @media (min-width: 1024px) {
      .menu > li.active > a {
        color: #ef4269; } }
    .menu > li > a {
      position: relative;
      padding: 17px 30px 17px 15px;
      display: block;
      color: #231f20; }
      @media (min-width: 370px) {
        .menu > li > a {
          padding: 17px 60px 17px 30px; } }
      @media (min-width: 1024px) {
        .menu > li > a {
          display: inline-block;
          vertical-align: top;
          padding: 0; } }
      .menu > li > a.has-drop-down-a:before {
        border-style: solid;
        border-width: 11px 14px 0 14px;
        border-color: #ef4269 transparent transparent transparent;
        transition: border-color 0.4s ease, transform 0.4s ease;
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        margin: -5px 0 0; }
        @media (min-width: 370px) {
          .menu > li > a.has-drop-down-a:before {
            right: 30px; } }
        @media (min-width: 1024px) {
          .menu > li > a.has-drop-down-a:before {
            display: none; } }
      .menu > li > a.has-drop-down-a:hover:before {
        border-color: #fff transparent transparent transparent; }
      .menu > li > a:hover {
        background: #ef4269;
        color: #fff; }
        @media (min-width: 1024px) {
          .menu > li > a:hover {
            background: none;
            color: #ef4269; } }

.dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: #ef4269;
  text-transform: uppercase;
  padding: 26px 0 46px;
  display: none; }
  @media (min-width: 1024px) {
    .dropdown-menu {
      transition: opacity 0.4s ease, visibility 0.4s ease;
      background: rgba(255, 255, 255, 0.9);
      text-align: center;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 100%;
      width: 206px;
      padding: 18px 0;
      opacity: 0;
      visibility: hidden;
      display: block;
      z-index: 5; } }
  .dropdown-menu:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(255, 255, 255, 0.9); }
    @media (min-width: 1024px) {
      .dropdown-menu:before {
        display: none; } }
  .dropdown-menu li {
    position: relative;
    margin: 0 0 34px; }
    @media (min-width: 1024px) {
      .dropdown-menu li {
        padding: 0 10px;
        margin: 0 0 18px; } }
    .dropdown-menu li:last-child {
      margin-bottom: 0; }
  .dropdown-menu a {
    position: relative;
    display: block;
    color: #231f20;
    padding: 0 15px; }
    @media (min-width: 370px) {
      .dropdown-menu a {
        padding: 0 30px; } }
    @media (min-width: 1024px) {
      .dropdown-menu a {
        display: inline-block;
        vertical-align: top;
        padding: 0; } }
    .dropdown-menu a:hover {
      color: #ef4269; }

.social-area {
  position: relative;
  padding: 60px 0 25px; }
  @media (min-width: 1024px) {
    .social-area {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      position: absolute;
      right: 0;
      top: -69px;
      padding: 0;
      z-index: 4; } }
  .social-area .heading {
    font: 300 18px/24px "Oswald", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    display: block;
    margin: 22px 0 0; }
    @media (min-width: 1024px) {
      .social-area .heading {
        color: rgba(255, 255, 255, 0.5);
        text-align: right;
        margin: 0 0 0 10px; } }
    .social-area .heading a {
      color: rgba(0, 0, 0, 0.5); }
      @media (min-width: 1024px) {
        .social-area .heading a {
          color: rgba(255, 255, 255, 0.5); } }
      .social-area .heading a:hover {
        color: #ef4269; }
        @media (min-width: 1024px) {
          .social-area .heading a:hover {
            color: #fff; } }

.social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1024px) {
    .social-networks {
      justify-content: flex-start;
      margin: 0 -15px; } }
  .social-networks li {
    position: relative;
    padding: 0 13px; }
    @media (min-width: 1024px) {
      .social-networks li {
        padding: 0 15px; } }
  .social-networks a {
    color: rgba(0, 0, 0, 0.5);
    display: block; }
    @media (min-width: 1024px) {
      .social-networks a {
        color: rgba(255, 255, 255, 0.5); } }
    .social-networks a i {
      font-size: 25px;
      line-height: 1;
      display: block; }
      @media (min-width: 1024px) {
        .social-networks a i {
          font-size: 30px;
          line-height: 1; } }
    .social-networks a:hover {
      color: #ef4269; }
      @media (min-width: 1024px) {
        .social-networks a:hover {
          color: #fff; } }

.nav-opener {
  width: 28px;
  height: 19px;
  border-top: 3px solid #9b9b9b;
  transition: border-top 0.4s ease;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100; }
  @media (min-width: 370px) {
    .nav-opener {
      right: 30px; } }
  @media (min-width: 768px) {
    .nav-opener {
      top: 22px;
      right: 30px; } }
  .nav-active .nav-opener {
    border-top: none; }
  .nav-opener:after, .nav-opener:before {
    width: 28px;
    height: 3px;
    transition: width 0.4s ease, top 0.4s ease, transform 0.4s ease;
    content: '';
    background: #9b9b9b;
    position: absolute;
    right: 0;
    top: 6px; }
    .nav-active .nav-opener:after, .nav-active .nav-opener:before {
      transform: rotate(45deg);
      top: 9px; }
  .nav-opener:after {
    width: 14px;
    top: 15px; }
    .nav-active .nav-opener:after {
      transform: rotate(-45deg);
      width: 28px;
      top: 9px; }

.visual-area {
  background: #f0587a;
  position: relative; }
  @media (min-width: 768px) {
    .visual-area .container {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      align-items: center; } }
  @media (min-width: 1250px) {
    .visual-area .container {
      padding: 0 122px 0 47px; } }

.visual-image {
  position: relative;
  margin: 0 0 4px; }
  @media (min-width: 370px) {
    .visual-image {
      margin: 0 -23px 4px; } }
  @media (min-width: 768px) {
    .visual-image {
      width: 50%;
      margin: 0; } }
  @media (min-width: 1024px) {
    .visual-image {
      width: 58%; } }
  .visual-image img {
    display: block;
    width: 100%;
    height: auto; }

.visual-caption {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0 0 60px; }
  @media (min-width: 768px) {
    .visual-caption {
      text-align: left;
      padding: 15px 0;
      width: 45%; } }
  @media (min-width: 1024px) {
    .visual-caption {
      width: 378px; } }
  @media (min-width: 1250px) {
    .visual-caption {
      padding: 0 0 5px; } }
  .visual-caption .title {
    font: 500 22px/28px "Oswald", "Arial", "Helvetica", sans-serif;
    position: relative;
    text-transform: uppercase;
    display: block;
    max-width: 230px;
    margin: 0 auto 15px; }
    @media (min-width: 768px) {
      .visual-caption .title {
        font-size: 28px;
        line-height: 35px;
        max-width: 270px;
        margin: 0 0 10px; } }
    @media (min-width: 1024px) {
      .visual-caption .title {
        margin: 0 0 20px; } }
  .visual-caption h1 {
    font-size: 60px;
    line-height: 62px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .visual-caption h1 {
        font-size: 66px;
        line-height: 1; } }
    @media (min-width: 1024px) {
      .visual-caption h1 {
        font-size: 80px;
        line-height: 79px;
        margin: 0 0 29px; } }
  @media (min-width: 1250px) {
    .visual-caption .btn {
      margin: 0 0 0 5px; } }

.info-section {
  background: #f7f7f7;
  position: relative; }

.info-head {
  position: relative;
  padding: 50px 0 7px; }
  @media (min-width: 768px) {
    .info-head {
      padding: 70px 0 12px; } }
  @media (min-width: 1024px) {
    .info-head {
      padding: 100px 0 12px; } }
  @media (max-width: 767px) {
    .info-head .text-block .text {
      font-size: 18px;
      line-height: 26px; } }
  .info-head .image-holder {
    position: relative;
    margin: 0 -26px; }
    @media (min-width: 768px) {
      .info-head .image-holder {
        position: static;
        margin: 0; } }
    @media (min-width: 1250px) {
      .info-head .image-holder {
        margin: 0 -40px; } }
    .info-head .image-holder:before {
      position: absolute;
      top: -110px;
      right: 0;
      bottom: auto;
      left: 0;
      background: url(../images/patern01.png) no-repeat;
      background-size: cover;
      content: '';
      height: 93px; }
      @media (min-width: 768px) {
        .info-head .image-holder:before {
          position: absolute;
          top: 0;
          right: 30px;
          bottom: auto;
          left: 30px;
          background-size: 100% 100%;
          height: 318px; } }
      @media (min-width: 1300px) {
        .info-head .image-holder:before {
          position: absolute;
          top: 5px;
          right: 5px;
          bottom: auto;
          left: -26px; } }
    .info-head .image-holder img {
      display: block;
      width: 100%;
      height: auto; }

.text-block {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  max-width: 765px;
  text-align: center;
  margin: 0 -2px;
  z-index: 4; }
  @media (min-width: 768px) {
    .text-block {
      margin: 0 auto 56px; } }
  .text-block h2 {
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 19px; }
    @media (min-width: 768px) {
      .text-block h2 {
        margin: 0 0 12px; } }
    @media (max-width: 767px) {
      .text-block h2 {
        font-size: 40px; } }
  .text-block .text {
    font: 500 25px/37px "Oswald", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .text-block .text {
        font-size: 30px;
        line-height: 52px;
        margin: 0 0 20px; } }
    @media (min-width: 1024px) {
      .text-block .text {
        font-size: 35px; } }
    .text-block .text time {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 22px; }
      @media (min-width: 768px) {
        .text-block .text time {
          padding: 0 35px; } }
      @media (min-width: 1024px) {
        .text-block .text time {
          padding: 0 42px; } }
      .text-block .text time:before, .text-block .text time:after {
        content: '/';
        position: absolute;
        left: 4px;
        top: 0; }
        @media (min-width: 768px) {
          .text-block .text time:before, .text-block .text time:after {
            left: 8px; } }
      .text-block .text time:after {
        left: auto;
        right: 4px; }
        @media (min-width: 768px) {
          .text-block .text time:after {
            left: auto;
            right: 8px; } }
    .text-block .text .date {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 14px; }
      @media (min-width: 768px) {
        .text-block .text .date {
          padding: 0 24px; } }
      .text-block .text .date:before, .text-block .text .date:after {
        width: 8px;
        height: 8px;
        background: #231f20;
        border-radius: 50%;
        content: '';
        position: absolute;
        left: 0;
        top: 16px; }
        @media (min-width: 768px) {
          .text-block .text .date:before, .text-block .text .date:after {
            width: 10px;
            height: 10px;
            left: 3px;
            top: 23px; } }
      .text-block .text .date:after {
        left: auto;
        right: 3px; }
  .text-block p {
    margin: 0 0 24px; }
    @media (min-width: 768px) {
      .text-block p {
        margin: 0 0 30px; } }

.info-area {
  position: relative;
  padding: 50px 0 30px;
  overflow: hidden;
  background: #f7f7f7; }
  @media (min-width: 768px) {
    .info-area {
      padding: 76px 0 50px; } }
  @media (min-width: 1024px) {
    .info-area {
      padding: 96px 0 78px; } }
  .info-area:before {
    background: url(../images/patern07.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; }
    @media (min-width: 768px) {
      .info-area:before {
        background: url(../images/patern06.jpg) no-repeat;
        background-position: 50% 50%;
        background-size: cover; } }
  .info-area .text-block {
    margin-bottom: 0; }
  .info-area.style01 {
    padding: 50px 0 20px; }
    @media (min-width: 768px) {
      .info-area.style01 {
        padding: 60px 0 55px; } }
    .info-area.style01:before {
      background: url(../images/patern05.jpg) no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
      @media (min-width: 768px) {
        .info-area.style01:before {
          background: url(../images/patern04.jpg) no-repeat;
          background-position: 50% 50%;
          background-size: cover; } }
    @media (min-width: 768px) {
      .info-area.style01 .text-block {
        font-weight: 500;
        font-size: 21px; } }
    .info-area.style01 .text-block h2 {
      margin: 0 0 18px; }
      @media (min-width: 768px) {
        .info-area.style01 .text-block h2 {
          margin: 0 0 25px; } }
  .info-area.style02:before {
    display: none; }
  @media (max-width: 767px) {
    .info-area.style02 .text-block {
      font-size: 16px;
      line-height: 30px; } }

.detail-section {
  position: relative; }

.detail-area {
  position: relative;
  padding: 48px 0 5px; }
  @media (min-width: 768px) {
    .detail-area {
      padding: 50px 0 30px; } }
  @media (min-width: 1024px) {
    .detail-area {
      padding: 98px 0 50px; } }
  @media (max-width: 767px) {
    .detail-area.style01 h2 {
      font-size: 35px; } }
  .detail-area.style01 .description-block h3,
  .detail-area.style01 .description-block .name {
    text-align: center; }
  .detail-area.style01 .description-block h3 {
    font-family: "Raleway", "Arial", "Helvetica", sans-serif;
    text-transform: none; }
  @media (min-width: 768px) {
    .detail-area.style01 .col {
      margin: 0 0 32px; } }

.heading-area {
  position: relative;
  max-width: 760px;
  text-align: center;
  margin: 0 auto 49px; }
  @media (min-width: 768px) {
    .heading-area {
      margin: 0 auto 59px; } }
  .heading-area h2 {
    text-transform: uppercase;
    margin: 0 0 14px; }
    @media (min-width: 768px) {
      .heading-area h2 {
        margin: 0 0 16px; } }

.text-col-holder {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .text-col-holder {
      margin: 0 -15px; } }
  @media (min-width: 1250px) {
    .text-col-holder {
      margin: 0 -20px; } }
  .text-col-holder .col {
    position: relative;
    width: 100%;
    margin: 0 0 50px; }
    @media (min-width: 768px) {
      .text-col-holder .col {
        width: 50%;
        padding: 0 15px;
        margin: 0 0 60px; } }
    @media (min-width: 1024px) {
      .text-col-holder .col {
        width: 33.333%; } }
    @media (min-width: 1250px) {
      .text-col-holder .col {
        padding: 0 20px; } }
  .text-col-holder .image-holder {
    width: 151px;
    height: 151px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 23px;
    border-radius: 100%; }
    @media (min-width: 768px) {
      .text-col-holder .image-holder {
        margin: 0 auto 18px; } }
    .text-col-holder .image-holder img {
      display: block;
      width: 100%;
      height: auto;
      max-width: inherit; }
  .text-col-holder .description-block {
    position: relative; }
    .text-col-holder .description-block .name {
      font: 400 16px/26px "Oswald", "Arial", "Helvetica", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      display: block;
      color: #626366;
      margin: 0 0 7px; }
      @media (min-width: 768px) {
        .text-col-holder .description-block .name {
          font-size: 18px; } }
    .text-col-holder .description-block h3 {
      font-weight: 400;
      letter-spacing: 0.5px;
      line-height: 26px;
      color: #626366;
      text-transform: uppercase;
      margin: 0 0 21px; }
      @media (max-width: 767px) {
        .text-col-holder .description-block h3 {
          font-size: 16px; } }
    .text-col-holder .description-block p {
      margin: 0 0 14px; }

.category-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  .category-blocks .category-block {
    width: 100%;
    padding: 0 5px;
    position: relative;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .category-blocks .category-block {
        width: 50%;
        margin: 0; } }

.category-blocks-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 21px 40px 21px 56px;
  font-family: "Oswald", "Arial", "Helvetica", sans-serif; }
  @media (min-width: 1024px) {
    .category-blocks-caption {
      padding: 37px 88px; } }
  .category-blocks-caption .h1 {
    font-size: 25px;
    line-height: 37px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    font-weight: 500;
    max-width: 390px; }
    @media (min-width: 1024px) {
      .category-blocks-caption .h1 {
        font-size: 35px;
        line-height: 45px; } }

.sponsors-block {
  text-align: center;
  padding: 37px 15px 30px; }
  @media (min-width: 370px) {
    .sponsors-block {
      padding: 37px 30px 30px; } }
  @media (min-width: 768px) {
    .sponsors-block {
      padding: 45px 30px 28px; } }
  @media (min-width: 1024px) {
    .sponsors-block {
      padding: 100px 30px 77px; } }
  .sponsors-block .text {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .sponsors-block .text {
        font-size: 21px;
        line-height: 30px; } }
    @media (min-width: 1024px) {
      .sponsors-block .text {
        margin-bottom: 61px; } }
    .sponsors-block .text p {
      margin-bottom: 30px;
      position: relative; }
      .sponsors-block .text p:not(:last-child):after {
        content: '';
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
        width: 16px;
        height: 1px;
        background: #231f20; }
    .sponsors-block .text .link-wrap {
      position: relative;
      display: block;
      font-weight: 500; }

.sponsors-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -11px; }
  @media (min-width: 768px) {
    .sponsors-list {
      margin: 0 -10px; } }
  @media (min-width: 1024px) {
    .sponsors-list {
      margin: 0 -27px; } }
  .sponsors-list li {
    margin-bottom: 35px;
    padding: 0 11px;
    width: 100%; }
    @media (min-width: 768px) {
      .sponsors-list li {
        margin-bottom: 25px;
        padding: 0 20px;
        width: 20%; } }
    @media (min-width: 1024px) {
      .sponsors-list li {
        margin-bottom: 40px;
        padding: 0 27px; } }
    .sponsors-list li.empty-list {
      display: block;
      margin-bottom: 25px;
      width: 100%; }
      @media (min-width: 768px) {
        .sponsors-list li.empty-list {
          display: none; } }
      .sponsors-list li.empty-list ~ li {
        width: 50%; }
        @media (min-width: 768px) {
          .sponsors-list li.empty-list ~ li {
            width: 16.666%; } }
    .sponsors-list li a {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 768px) {
        .sponsors-list li a {
          width: 100%; } }
  .sponsors-list .level-1 img {
    width: calc((100vw - 60px) / 1.5);
    height: calc((100vw - 60px) / 3);
    object-fit: contain; }
    @media (min-width: 768px) {
      .sponsors-list .level-1 img {
        width: calc(((100vw - 60px) / 5) - 40px);
        height: calc((((100vw - 60px) / 5) - 40px) / 2); } }
    @media (min-width: 1024px) {
      .sponsors-list .level-1 img {
        width: calc(((1230px - 60px) / 5) - 54px);
        height: calc((((1230px - 60px) / 5) - 54px) / 2); } }
  .sponsors-list .level-1 img {
    width: calc(((100vw - 60px) / 1.5) - 22px);
    height: calc(((100vw - 60px) / 3) - 22px);
    object-fit: contain; }
    @media (min-width: 768px) {
      .sponsors-list .level-1 img {
        width: calc(((100vw - 60px) / 6) - 40px);
        height: calc((((100vw - 60px) / 6) - 40px) / 2); } }
    @media (min-width: 1024px) {
      .sponsors-list .level-1 img {
        width: calc(((1230px - 60px) / 6) - 54px);
        height: calc((((1230px - 60px) / 6) - 54px) / 2); } }

.faq-area {
  padding: 48px 0 63px;
  background: #231f20;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 1024px) {
    .faq-area {
      padding: 94px 0 110px; } }
  .faq-area h2 {
    text-transform: uppercase;
    line-height: 45px;
    color: #fff;
    margin: 0 0 18px; }
    @media (min-width: 768px) {
      .faq-area h2 {
        line-height: 70px;
        margin: 0 0 29px; } }
    @media (min-width: 1024px) {
      .faq-area h2 {
        line-height: 80px; } }

.sponser-area {
  background: #adadad;
  position: relative;
  padding: 47px 15px 30px; }
  @media (min-width: 370px) {
    .sponser-area {
      padding: 47px 30px 30px; } }
  @media (min-width: 768px) {
    .sponser-area {
      padding: 14px 30px; } }
  .sponser-area:before {
    position: absolute;
    left: -9999px;
    right: -9999px;
    content: '';
    top: 0;
    bottom: 0;
    background: #adadad; }
  .sponser-area .logo-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 -10px;
    position: relative;
    z-index: 1; }
    @media (min-width: 1024px) {
      .sponser-area .logo-list {
        margin: 0 -10px; } }
    .sponser-area .logo-list img {
      width: calc(((100vw - 60px) / 3) - 20px);
      height: calc(((100vw - 60px) / 6) - 20px);
      margin-bottom: 20px;
      object-fit: contain; }
      @media (min-width: 768px) {
        .sponser-area .logo-list img {
          width: calc(((100vw - 60px) / 5) - 40px);
          height: calc((((100vw - 60px) / 5) - 40px) / 2);
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .sponser-area .logo-list img {
          width: calc(((1230px - 60px) / 5) - 54px);
          height: calc((((1230px - 60px) / 5) - 54px) / 2); } }

.footer {
  font-size: 13px;
  line-height: 15px;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .footer {
      font-size: 13px;
      line-height: 18px;
      padding: 15px 0; } }
  .footer .container {
    text-align: center; }
    @media (min-width: 768px) {
      .footer .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }

.footer-nav {
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .footer-nav {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 768px) {
    .footer-nav {
      margin: 0 15px 0 0; } }
  @media (min-width: 1024px) {
    .footer-nav {
      margin: 0 30px 0 78px; } }
  .footer-nav .navbar {
    color: #5b5b5b;
    margin: 0 -6px; }
    @media (min-width: 768px) {
      .footer-nav .navbar {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .footer-nav .navbar {
        margin: 0 -12px; } }
    .footer-nav .navbar li {
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .footer-nav .navbar li {
          padding: 0 6px;
          margin: 0; } }
      @media (min-width: 1024px) {
        .footer-nav .navbar li {
          padding: 0 12px; } }
    .footer-nav .navbar a {
      color: #5b5b5b; }
      .footer-nav .navbar a:hover {
        color: #ef4269; }

.footer-info {
  color: #5b5b5b;
  font-style: italic; }
  @media (min-width: 768px) {
    .footer-info {
      display: flex;
      flex-wrap: wrap; } }

.copyrights {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 0 4px; }
  @media (min-width: 768px) {
    .copyrights {
      padding: 0 0 0 14px;
      margin: 0 0 0 10px; } }
  .copyrights:after {
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #5b5b5b; }
    @media (min-width: 768px) {
      .copyrights:after {
        top: 8px; } }
  .copyrights a {
    color: #5b5b5b; }
    .copyrights a:hover {
      text-decoration: underline; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }
  @media (max-width: 767px) {
    .fancybox-wrap {
      overflow-x: hidden !important;
      overflow-y: auto !important; } }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 0; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media (max-width: 767px) {
  .fancybox-margin {
    margin: 0 !important; } }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

@media (max-width: 767px) {
  .fancybox-wrap {
    width: 100% !important;
    left: 0 !important; } }

@media (max-width: 767px) {
  .fancybox-inner {
    width: 100% !important; } }

.lightbox-holder {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  padding: 40px 15px 20px;
  background: #f7f7f7;
  text-align: center;
  letter-spacing: 0.39px;
  font-weight: 500;
  border-radius: 0; }
  @media (min-width: 370px) {
    .lightbox-holder {
      padding: 40px 30px 20px; } }
  @media (min-width: 768px) {
    .lightbox-holder {
      font-size: 18px;
      line-height: 30px;
      width: 572px;
      padding: 48px 63px; } }
  .lightbox-holder h2 {
    font-size: 25px;
    line-height: 43px;
    text-transform: uppercase;
    color: #231f20;
    margin: 0 0 21px; }
    @media (min-width: 768px) {
      .lightbox-holder h2 {
        font-size: 40px;
        line-height: 43px; } }
  .lightbox-holder p {
    margin: 0 0 18px; }
    @media (min-width: 768px) {
      .lightbox-holder p {
        margin: 0 0 29px; } }
  .lightbox-holder .form {
    max-width: 370px;
    border: 1px solid #aaa;
    background: #fff;
    position: relative;
    margin: 0 auto 18px;
    padding-right: 100px; }
    @media (min-width: 768px) {
      .lightbox-holder .form {
        margin: 0 auto 29px; } }
    .lightbox-holder .form .btn {
      transition: background 0.4s ease;
      position: absolute;
      right: -1px;
      top: -1px;
      bottom: -1px;
      height: auto;
      border: none;
      z-index: 2;
      width: 100px;
      outline: none;
      box-shadow: none; }
  .lightbox-holder .form-control {
    font-size: 14px;
    line-height: 20px;
    height: 48px;
    background: none;
    border: none;
    padding: 14px 12px;
    color: #9a9a9a;
    font-weight: 400;
    text-align: left;
    width: 100%;
    outline: none;
    box-shadow: none; }
    .lightbox-holder .form-control ::-webkit-input-placeholder {
      color: #9a9a9a; }
    .lightbox-holder .form-control ::-moz-placeholder {
      opacity: 1;
      color: #9a9a9a; }
    .lightbox-holder .form-control :-moz-placeholder {
      color: #9a9a9a; }
    .lightbox-holder .form-control :-ms-input-placeholder {
      color: #9a9a9a; }
    .lightbox-holder .form-control .placeholder {
      color: #9a9a9a; }
    @media (min-width: 768px) {
      .lightbox-holder .form-control {
        font-size: 16px;
        line-height: 20px; } }
  .lightbox-holder .text {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    color: #000;
    font-weight: 400;
    padding: 0 10px; }
    @media (min-width: 370px) {
      .lightbox-holder .text {
        padding: 0 25px; } }
    @media (min-width: 768px) {
      .lightbox-holder .text {
        font-size: 16px;
        line-height: 26px;
        margin: 0 -25px;
        padding: 0; } }
    .lightbox-holder .text p {
      margin: 0 0 11px; }

.menu li.active > a {
  color: #ef4269; }
  .menu li.active > a:hover {
    color: #FFFFFF; }
    @media (min-width: 768px) {
      .menu li.active > a:hover {
        color: #ef4269; } }

article-list .article-description > div, article-list .article-description > div p {
  display: inline; }

.content-wrap {
  padding: 40px 0; }
  .content-wrap.grey {
    background-color: #f7f7f7; }
  @media (min-width: 768px) {
    .content-wrap {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .content-wrap {
      padding: 129px 0; } }

@media (min-width: 768px) {
  .category-blocks .category-block {
    margin: 0 0 10px 0; } }

.category-block a {
  display: block; }

pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  letter-spacing: .39px;
  margin: 0;
  padding: 5px 36px 26px;
  font: 16px/1.875 "Raleway", "Arial", "Helvetica", sans-serif;
  position: relative;
  display: block;
  font-style: italic;
  color: #79b6c1;
  font-weight: 700; }

pre:after {
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 36px;
  width: 2px;
  background: #79b6c1;
  content: ""; }

.info-area.white {
  background-color: #FFFFFF; }

.info-area.grey {
  background-color: #f7f7f7; }

.info-area.green:before {
  background-image: url(../images/patern07.jpg); }
  @media (min-width: 768px) {
    .info-area.green:before {
      background-image: url(../images/patern06.jpg); } }

.info-area.pink:before {
  background-image: url(../images/patern05.jpg); }
  @media (min-width: 768px) {
    .info-area.pink:before {
      background-image: url(../images/patern04.jpg); } }

.lightbox-holder .text .error {
  font-style: normal;
  font-weight: bold;
  color: #f0587a; }

.header-holder {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15); }

.info-area + .article_list_slice .content-wrap {
  padding-top: 0; }

.articles-full .article-description {
  display: flex;
  flex-direction: column; }

.article-description > div {
  flex-grow: 1; }

.articles-full .article-link a {
  font-weight: 700; }

.text-block ul {
  text-align: left; }

.accordian-area {
  padding: 0; }

.accordion li .accordion-content a {
  background-color: transparent;
  color: #ef4269;
  padding: 0;
  display: inline;
  font-size: 16px;
  line-height: 30px; }
  @media (min-width: 768px) {
    .accordion li .accordion-content a {
      font-size: 18px; } }
  .accordion li .accordion-content a:hover {
    color: #bb1036; }

.accordion_slice .content-wrap {
  padding: 0 0 50px 0; }
  @media (min-width: 768px) {
    .accordion_slice .content-wrap {
      padding: 0 0 60px 0; } }
  @media (min-width: 1024px) {
    .accordion_slice .content-wrap {
      padding: 0 0 96px 0; } }
  .accordion_slice .content-wrap .accordion {
    margin-bottom: 0; }

*:not(.accordion_slice) + .accordion_slice .content-wrap {
  padding: 50px 0; }
  @media (min-width: 768px) {
    *:not(.accordion_slice) + .accordion_slice .content-wrap {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    *:not(.accordion_slice) + .accordion_slice .content-wrap {
      padding: 96px 0; } }

.two-cols .col.w-66 .posts-info {
  padding: 14px 30px; }
  @media (min-width: 1024px) {
    .two-cols .col.w-66 .posts-info {
      padding: 20px 30px; } }

.sponsors-block h2 {
  text-transform: uppercase; }

keela-embed iframe {
  min-height: 1000px !important; }

blackbaud-embed {
  display: block;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    blackbaud-embed {
      margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    blackbaud-embed {
      margin-bottom: 78px; } }

.content h2 {
  color: #626366; }

.image-posts .link-text:hover {
  color: #ef4269; }

.image-posts .link-text[href*='/']:hover, .article-link a[href*='/']:hover {
  color: #bb1036; }

.countdown-area {
  min-height: 41px; }
  .countdown-area a {
    color: #ffffff; }

.content_block_slice + .article_list_slice article-list > .content-wrap {
  padding-top: 0; }

.content iframe {
  width: calc(100vw - 30px);
  height: calc((100vw - 30px) * .5625); }
  @media (min-width: 370px) {
    .content iframe {
      width: calc(100vw - 60px);
      height: calc((100vw - 60px) * .5625); } }
  @media (min-width: 828px) {
    .content iframe {
      width: 770px;
      height: 433.125px; } }

.text-block iframe {
  width: calc(100vw - 30px);
  height: calc((100vw - 30px) * .5625); }
  @media (min-width: 370px) {
    .text-block iframe {
      width: calc(100vw - 60px);
      height: calc((100vw - 60px) * .5625); } }
  @media (min-width: 825px) {
    .text-block iframe {
      width: 765px;
      height: 430.3125px; } }

.articles-full .article-image .video-container {
  position: relative;
  padding-top: 48.31%; }

.articles-full .article-image .video-container iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
