@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans|Lora:400,700");
*,
*:before,
*:after {
  box-sizing: border-box;
}

/**
* 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.
   */
[hidden] {
  display: none;
}

/**
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
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.66667em 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'] {
  box-sizing: content-box;
}

/**
* 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;
}

@font-face {
  font-family: 'Da-Vinci';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Da-vinci.eot?4z2sd3");
  src: url("../fonts/Da-vinci.eot?4z2sd3#iefix") format("embedded-opentype"), url("../fonts/Da-vinci.ttf?4z2sd3") format("truetype"), url("../fonts/Da-vinci.woff?4z2sd3") format("woff"), url("../fonts/Da-vinci.svg?4z2sd3#Da-vinci") format("svg");
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #333333;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes moveOnLeftOdd {
  0% {
    animation-timing-function: ease-in-out;
    transform: translate(0);
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: translate(vw-calc(-615));
  }
}

@keyframes moveOnRightOdd {
  0% {
    animation-timing-function: ease-in-out;
    transform: translate(0px);
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: translate(vw-calc(560));
  }
}

@keyframes moveOnLeftEven {
  0% {
    animation-timing-function: ease-in-out;
    transform: translate(0px);
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: translate(vw-calc(-560));
  }
}

@keyframes moveOnRightEven {
  0% {
    animation-timing-function: ease-in-out;
    transform: translate(0px);
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: translate(vw-calc(615));
  }
}

@keyframes flip {
  0% {
    animation-timing-function: ease-out;
    transform: perspective(400px) rotateY(0);
  }
  40% {
    animation-timing-function: ease-out;
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
  }
  50% {
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  }
  80% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(360deg) scale(0.95);
  }
  100% {
    animation-timing-function: ease-in;
    transform: perspective(400px) scale(1);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOutX {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes flipOutY {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes border-dance {
  0% {
    background-position: 0 0, 300px 116px, 0 150px, 216px 0;
  }
  100% {
    background-position: 300px 0, 0 116px, 0 0, 216px 150px;
  }
}

.simple-list, ul.links, .item-list ul, ul.menu, nav.tabs .tabs {
  margin: 0;
  padding: 0;
}

.simple-list li, ul.links li, .item-list ul li, ul.menu li, nav.tabs .tabs li {
  list-style-image: none;
  list-style-type: none;
}

.restricted-container, .site-breadcrumb .region-breadcrumb, .site-footer .region, .layout-container > header .site-header, .top-bar .region-top-bar, .panel-fullpage-flex-layout .region-pre-content .block-region-pre-content, .panel-fullpage-flex-layout .region-content-wrapper .region-header, .panel-fullpage-flex-layout .region-content-wrapper .region-content, .panel-fullpage .section > *, .layout-container .layout-wrapper {
  margin: 0 auto;
  max-width: 1440px;
}

.hide-element {
  visibility: hidden;
}

.hide-accessible, .block-new .wrapper-content .items-new .item-new .new-inf span.more, .back-to-top, .search-block-form form .form-actions {
  color: transparent;
  font-size: 0;
  line-height: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .hide-rwd-mobile {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 1169px) {
  .hide-rwd-large {
    display: none;
  }
}

.pulse {
  animation-name: pulse;
}

.typing {
  animation-name: typing;
}

.blink-caret {
  animation-name: blink-caret;
}

.fade-in {
  animation-name: fadeIn;
}

.fade-out {
  animation-name: fadeOut;
}

.fade-in-up {
  animation-name: fadeInUp;
}

.fade-in-down {
  animation-name: fadeInDown;
}

.fade-in-left {
  animation-name: fadeInLeft;
}

.fade-in-right {
  animation-name: fadeInRight;
}

.fade-in-up-big {
  animation-name: fadeInUpBig;
}

.fade-in-down-big {
  animation-name: fadeInDownBig;
}

.fade-in-left-big {
  animation-name: fadeInLeftBig;
}

.fade-in-right-big {
  animation-name: fadeInRightBig;
}

.fade-out-down {
  animation-name: fadeOutDown;
}

.fade-out-up {
  animation-name: fadeOutUp;
}

.fade-out-left {
  animation-name: fadeOutLeft;
}

.fade-out-right {
  animation-name: fadeOutRight;
}

.fade-out-up-big {
  animation-name: fadeOutUpBig;
}

.fade-out-down-big {
  animation-name: fadeOutDownBig;
}

.fade-out-left-big {
  animation-name: fadeOutLeftBig;
}

.fade-out-right-big {
  animation-name: fadeOutRightBig;
}

.flip {
  animation-name: flip;
  backface-visibility: visible !important;
}

.flip-in-x {
  animation-name: flipInX;
  backface-visibility: visible !important;
}

.flip-out-x {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

.flip-in-y {
  animation-name: flipInY;
  backface-visibility: visible !important;
}

.flip-out-y {
  animation-name: flipOutY;
  backface-visibility: visible !important;
}

.bounce {
  animation-name: bounce;
}

.border-dance {
  animation-name: border-dance;
}

html {
  font-size: 16px;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 2rem 0 .75rem;
}

h2,
h3 {
  line-height: 1.25;
}

h4,
h5,
h6 {
  line-height: 1.4;
}

h1 {
  font-size: 2rem;
  line-height: normal;
  margin: 1rem 0 .5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1170px) {
  h1 {
    font-size: 4.5rem;
    margin: 1.5rem 0;
  }
}

h1.page-title {
  margin-top: 0;
}

h2 {
  font-size: 2.25rem;
}

@media (min-width: 1170px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 2rem;
}

@media (min-width: 1170px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 1.75rem;
}

@media (min-width: 1170px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 1.5rem;
}

@media (min-width: 1170px) {
  h5 {
    font-size: 1.75rem;
  }
}

h6 {
  font-size: 1.25rem;
}

@media (min-width: 1170px) {
  h6 {
    font-size: 1.5rem;
  }
}

p {
  font-size: 1rem;
  margin: 1rem 0 .5rem;
}

@media (min-width: 768px) {
  p {
    font-size: 1.25rem;
  }
}

@media (min-width: 1170px) {
  p {
    font-size: 1.5rem;
  }
}

a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #d9d9d9;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

mark,
.marker {
  background-color: #333333;
  color: #fff;
  float: right;
  font-size: 0.875rem;
  padding: .5rem;
}

summary {
  outline: none;
}

blockquote {
  border: 3px solid #0048e8;
  color: #333333;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  margin: 1.5rem 0 1.5rem .5rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  blockquote {
    margin: 1.5rem 0 1.5rem 3rem;
  }
}

blockquote > p:first-child {
  display: inline;
}

code,
kbd,
pre,
samp {
  font-size: 0.8125rem;
}

.breadcrumb {
  padding: 0;
}

.breadcrumb ol {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}

.breadcrumb li {
  color: #c7006a;
  font-size: 0.875rem;
}

.breadcrumb li:not(:first-child) {
  padding-left: 1.25rem;
  position: relative;
}

.breadcrumb li:not(:first-child):before {
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  color: #c7006a;
  content: "";
  display: flex;
  font-family: "Da-Vinci";
  font-size: 1rem;
  height: 1rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  width: 1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb a {
  display: block;
}

.button {
  background-color: #0048e8;
  border: 1px solid transparent;
  border-radius: 28px;
  color: #fff;
  display: inline-block;
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 1.1875rem 3.8125rem;
  text-align: center;
  transition: all .5s;
  font-family: "Josefin Sans", sans-serif;
  line-height: normal;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 1170px) {
  .button {
    font-size: 16px;
  }
}

.button:hover {
  background-color: transparent;
  border-color: #0048e8;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.button:focus {
  outline: none;
}

.comment {
  margin-top: 1rem;
  overflow: hidden;
  padding-top: 1rem;
}

.comment:last-child {
  border: 0;
}

.comment__meta {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .comment__meta {
    float: left;
    margin-left: 0;
    margin-right: -100%;
    width: 23.72881%;
  }
}

.comment .content {
  border-bottom: 1px solid #333333;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .comment .content {
    float: left;
    margin-left: 25.42373%;
    margin-right: -100%;
    width: 74.57627%;
  }
}

.comment .content > h3 {
  margin-bottom: 0;
}

form .form--inline {
  display: flex;
  flex-flow: row wrap;
}

form .form--inline > * {
  flex-grow: 1;
}

form .form--inline .form-item {
  float: none;
}

form .form--inline .form-item,
form .form--inline .form-actions {
  margin: 1rem .5rem 1rem 0;
}

form .captcha {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (min-width: 0) and (max-width: 479px) {
  form .captcha {
    transform: scale(0.73);
    transform-origin: right;
  }
}

form .form-actions {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 1.5rem 0;
  width: 100%;
}

form .form-actions > * {
  margin-bottom: .25rem;
  margin-left: .5rem;
  margin-right: 0;
  margin-top: 0;
}

form .form-actions .form-submit {
  order: 1;
}

form .form-item {
  margin: 1.5rem 0;
}

form .form-item .shs-container,
form .form-item .shs-widget-container {
  width: 100%;
}

form .form-item .shs-field-container {
  display: flex;
  flex-flow: row nowrap;
}

form .form-item .shs-field-container > *:not(:last-child) {
  margin-right: .5rem;
}

form .fieldset-legend,
form label {
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  form .fieldset-legend,
  form label {
    font-size: 16px;
  }
}

form .option {
  text-transform: none;
}

form fieldset {
  border-color: #333333;
  padding: 1rem 1.5rem;
}

form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

form input[type='search'] {
  box-sizing: border-box;
}

form input[type='button'], form input[type='submit'], form input[type='reset'] {
  white-space: normal;
}

form input[type='checkbox'], form input[type='radio'] {
  cursor: pointer;
}

form input[type='password'], form input[type='search'], form input[type='email'], form input[type='text'], form input[type='tel'] {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 0.875rem;
  max-width: 100%;
  padding: .7rem;
  width: 100%;
}

form input[type='password']:hover, form input[type='search']:hover, form input[type='email']:hover, form input[type='text']:hover, form input[type='tel']:hover {
  border-color: #fff;
}

form input[type='password']:focus, form input[type='search']:focus, form input[type='email']:focus, form input[type='text']:focus, form input[type='tel']:focus {
  outline: none;
}

@media (min-width: 768px) {
  form input[type='password'], form input[type='search'], form input[type='email'], form input[type='text'], form input[type='tel'] {
    font-size: 1.25rem;
  }
}

@media (min-width: 1170px) {
  form input[type='password'], form input[type='search'], form input[type='email'], form input[type='text'], form input[type='tel'] {
    font-size: 1.5rem;
  }
}

form select,
form textarea {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 0.875rem;
  max-width: 100%;
  min-height: 2.5rem;
  padding: .5rem;
  width: 100%;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}

form select:placeholder,
form textarea:placeholder {
  color: white;
}

form select:hover,
form textarea:hover {
  border-color: #fff;
}

form select:focus,
form textarea:focus {
  outline: none;
}

@media (min-width: 768px) {
  form select,
  form textarea {
    font-size: 1.25rem;
  }
}

@media (min-width: 1170px) {
  form select,
  form textarea {
    font-size: 1.5rem;
  }
}

form select {
  appearance: none;
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 1rem;
  font-size: 0.875rem;
  padding-right: 2rem;
  width: 100%;
}

form select.focus-animation {
  animation: focus 1s ease-in-out;
}

form select option {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  form select option {
    font-size: 1.25rem;
  }
}

@media (min-width: 1170px) {
  form select option {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  form select {
    font-size: 1.25rem;
  }
}

@media (min-width: 1170px) {
  form select {
    font-size: 1.5rem;
  }
}

.description {
  color: #333333;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: normal;
  margin: .25rem 0;
}

.description * {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
}

.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 0;
}

.form-type-radio input, .form-type-checkbox input {
  margin-right: 5px;
}

.password-strength {
  font-size: .85rem;
  margin: .5rem 0;
}

.field-suffix {
  margin-left: 5px;
}

.field-suffix .link {
  color: #c7006a;
  font-size: .65em;
  margin-left: 0.625rem;
  text-transform: uppercase;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin: 0 .5rem .5rem 0;
}

ul.links {
  font-size: 0.875rem;
  line-height: 1.5;
}

.item-list ul li {
  margin-left: 0;
}

.tips {
  padding-left: 1.5rem;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

audio,
canvas,
video {
  max-width: 100%;
}

.menu-item {
  padding: 0;
}

.messages {
  font-family: "Josefin Sans", sans-serif;
  background-image: none;
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  color: #fff;
  padding: 0;
}

.messages li {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0.9375rem;
}

.messages .success {
  background-color: #3b9376;
}

.messages .warning {
  background-color: #FFA500;
}

.messages .error,
.messages .errorlist {
  padding: 0.5rem 0.9375rem;
  list-style: none;
  background-color: #F02C2C;
}

.pager {
  margin: 2rem 0;
}

.pager__items {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
}

.pager__item {
  border: 1px solid #333333;
  font-size: 0.875rem;
  line-height: 1;
  margin: .15rem;
  padding: 0;
}

.pager__item * {
  font-size: inherit;
  line-height: inherit;
}

.pager__item--ellipsis {
  line-height: 1;
  padding: .75rem 1rem;
}

.pager__item.is-active a, .pager__item:hover a {
  background-color: #c7006a;
  color: #fff;
}

.pager__item a {
  color: #333333;
  cursor: pointer;
  display: block;
  padding: .75rem 1rem;
}

.progress {
  max-width: 100%;
}

.progress__track {
  background-color: #fff;
  background-image: none;
  border-color: #333333;
  border-radius: 0;
}

.progress__bar {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #0048e8 0%, #0048e8 25%, #125bff 25%, #125bff 50%, #0048e8 50%, #0048e8 75%, #0048e8 100%);
  border-color: #0048e8;
  border-radius: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0 .1875rem;
  width: 100%;
}

table th,
table td {
  font-size: 0.875rem;
  padding: 1rem;
}

table th p,
table th ul,
table td p,
table td ul {
  margin: 0;
  padding: 0;
}

table th {
  background-color: #cccccc;
  color: #292929;
  font-size: 0.75rem;
  font-weight: 700;
  padding: .75rem 1rem;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
}

table tbody tr {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #cccccc;
}

table tbody tr:hover {
  background-color: #ebebeb;
}

nav.tabs .tabs:not(:last-child) {
  margin-bottom: 1rem;
}

nav.tabs .primary {
  border-bottom: 1px solid #333333;
  display: flex;
  flex-flow: row wrap;
}

nav.tabs .primary li {
  border-color: #333333;
  border-width: 1px 1px 0;
  margin-right: .5rem;
}

nav.tabs .primary a {
  background-color: #fff;
  border-color: #333333;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  color: #c7006a;
  padding: .75rem 2.5rem;
}

nav.tabs .primary a:hover, nav.tabs .primary a.is-active {
  background-color: #c7006a;
  color: #fff;
  transition: .2s;
}

nav.tabs .primary a:not(.is-active):not(:hover) {
  box-shadow: inset 0 -10px 10px -10px #333333;
}

nav.tabs .secondary {
  display: flex;
  flex-flow: row wrap;
}

nav.tabs .secondary li {
  margin: 0;
}

nav.tabs .secondary a {
  align-items: center;
  border-bottom: 1px solid #333333;
  color: #333333;
  padding: .5rem 2rem;
  transition: .2s;
}

nav.tabs .secondary a.is-active, nav.tabs .secondary a:hover {
  background-color: transparent;
  border-color: #c7006a;
  color: #c7006a;
  transition: .2s;
}

.vertical-tabs__menu-item {
  background: #fff;
}

.vertical-tabs__menu-item a {
  color: #c7006a;
  font-size: 0.875rem;
  padding: 1rem;
}

.vertical-tabs__menu-item.is-selected, .vertical-tabs__menu-item:hover {
  background: #c7006a;
}

.vertical-tabs__menu-item.is-selected a, .vertical-tabs__menu-item:hover a {
  color: #fff;
}

.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title, .vertical-tabs__menu-item:hover .vertical-tabs__menu-item-title {
  color: #fff;
}

body {
  transition: max-width .35s ease-out, max-height .35s ease-out;
}

.block-new {
  background: #003cc1;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .block-new {
    padding: 3rem 0;
  }
}

.block-new .wrapper-content {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .block-new .wrapper-content {
    padding: 0 50px;
  }
}

@media (min-width: 1170px) {
  .block-new .wrapper-content {
    padding: 0 20px;
  }
}

.block-new .wrapper-content .block-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 2.5px;
}

@media (min-width: 768px) {
  .block-new .wrapper-content .block-title {
    margin-bottom: 3.75rem;
  }
}

.block-new .wrapper-content .more-news {
  margin-top: 54px;
  position: relative;
  text-align: right;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
}

@media (min-width: 768px) {
  .block-new .wrapper-content .more-news {
    font-size: 20px;
  }
}

@media (min-width: 1170px) {
  .block-new .wrapper-content .more-news {
    margin-right: 10px;
  }
}

.block-new .wrapper-content .more-news a {
  padding-right: 1.25rem;
  position: relative;
}

.block-new .wrapper-content .more-news a:before {
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  content: "";
  display: flex;
  font-family: "Da-Vinci";
  font-size: 1rem;
  height: 1rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  width: 1rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.block-new .wrapper-content .more-news a:before {
  transition: all .1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1170px) {
  .block-new .wrapper-content .more-news a:before {
    top: 40% !important;
    font-size: 22px !important;
    right: -3px;
  }
}

.block-new .wrapper-content .more-news a:hover {
  cursor: pointer;
}

.block-new .wrapper-content .more-news a:hover:before {
  color: #c7006a;
  transform: translate(6px, -50%);
}

.block-new .wrapper-content .items-new .item-new {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .block-new .wrapper-content .items-new .item-new {
    flex-direction: row;
    margin-bottom: 0.625rem;
    align-items: stretch;
  }
}

.block-new .wrapper-content .items-new .item-new .new-inf,
.block-new .wrapper-content .items-new .item-new .img {
  width: 100%;
}

@media (min-width: 1170px) {
  .block-new .wrapper-content .items-new .item-new .new-inf,
  .block-new .wrapper-content .items-new .item-new .img {
    width: 49%;
  }
}

.block-new .wrapper-content .items-new .item-new .img {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  max-height: 410px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .block-new .wrapper-content .items-new .item-new .img {
    align-items: flex-start;
  }
}

@media (min-width: 1170px) {
  .block-new .wrapper-content .items-new .item-new .img {
    align-items: center;
    flex-direction: column;
  }
}

.block-new .wrapper-content .items-new .item-new .img .hover-share {
  display: block;
}

.block-new .wrapper-content .items-new .item-new .img .hover-share .block-title {
  display: none;
}

@media (min-width: 1170px) {
  .block-new .wrapper-content .items-new .item-new .img .hover-share .block-title {
    display: block;
  }
}

@media (min-width: 768px) {
  .block-new .wrapper-content .items-new .item-new .img .hover-share {
    position: absolute;
    bottom: 10px;
    left: 0;
    transform: translateX(-125%);
  }
}

@media (min-width: 1170px) {
  .block-new .wrapper-content .items-new .item-new .img .hover-share {
    position: inherit;
    transform: translateX(0);
    overflow: hidden;
    position: absolute;
    background-color: rgba(199, 0, 106, 0.76);
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .4s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    opacity: 0;
  }
}

.block-new .wrapper-content .items-new .item-new .img:hover .hover-share {
  opacity: 1;
}

.block-new .wrapper-content .items-new .item-new .img:hover .hover-share {
  opacity: 1;
}

.block-new .wrapper-content .items-new .item-new .img .block-title {
  text-transform: uppercase;
  width: 100%;
  max-width: 200px;
  color: #000;
  font-family: "Lora", serif;
  font-size: 12px;
  padding-bottom: 25px;
  margin-bottom: 21px;
  border-bottom: 1px solid #000;
}

.block-new .wrapper-content .items-new .item-new .img .social {
  width: 100%;
  max-width: 200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.625rem;
}

.block-new .wrapper-content .items-new .item-new .img .social .link {
  width: 20px;
  height: 20px;
  padding: 0 !important;
}

@media (min-width: 1170px) {
  .block-new .wrapper-content .items-new .item-new .img .social .link {
    width: 32px;
    height: 32px;
  }
}

.block-new .wrapper-content .items-new .item-new .img .social .link.facebook {
  padding-left: 1.5625rem;
  position: relative;
  margin-right: 1rem;
  opacity: .5;
}

.block-new .wrapper-content .items-new .item-new .img .social .link.facebook:before {
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  color: #000;
  content: "";
  display: flex;
  font-family: "Da-Vinci";
  font-size: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  width: 1.25rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1170px) {
  .block-new .wrapper-content .items-new .item-new .img .social .link.facebook {
    padding-left: 2.5rem;
    position: relative;
    opacity: 1;
  }
  .block-new .wrapper-content .items-new .item-new .img .social .link.facebook:before {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #000;
    content: "";
    display: flex;
    font-family: "Da-Vinci";
    font-size: 2rem;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 2rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.block-new .wrapper-content .items-new .item-new .img .social .link.twitter {
  padding-left: 1.5625rem;
  position: relative;
  opacity: .5;
}

.block-new .wrapper-content .items-new .item-new .img .social .link.twitter:before {
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  color: #000;
  content: "";
  display: flex;
  font-family: "Da-Vinci";
  font-size: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  width: 1.25rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1170px) {
  .block-new .wrapper-content .items-new .item-new .img .social .link.twitter {
    padding-left: 2.5rem;
    position: relative;
    opacity: 1;
  }
  .block-new .wrapper-content .items-new .item-new .img .social .link.twitter:before {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #000;
    content: "";
    display: flex;
    font-family: "Da-Vinci";
    font-size: 2rem;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 2rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.block-new .wrapper-content .items-new .item-new .img .social .link:hover {
  cursor: pointer;
}

.block-new .wrapper-content .items-new .item-new .img .social .link:hover:before {
  transition: all .3s;
  color: #c7006a;
}

@media (min-width: 768px) {
  .block-new .wrapper-content .items-new .item-new .img .social .link:hover:before {
    color: #000;
  }
}

.block-new .wrapper-content .items-new .item-new .new-inf {
  margin-top: -1.875rem;
  border-bottom: 1px solid #c7006a;
}

@media (min-width: 768px) {
  .block-new .wrapper-content .items-new .item-new .new-inf {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 5px;
    padding-right: 20px;
  }
}

.block-new .wrapper-content .items-new .item-new .new-inf p {
  margin: 0;
}

.block-new .wrapper-content .items-new .item-new .new-inf p.title {
  min-height: 22px;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  margin-top: 0.625rem;
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.block-new .wrapper-content .items-new .item-new .new-inf p.date {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 1rem;
  font-size: 14px;
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .block-new .wrapper-content .items-new .item-new .new-inf p.date {
    margin-top: 2rem;
  }
}

.block-new .wrapper-content .items-new .item-new .new-inf p.more-text {
  display: flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: all .4s;
}

.block-new .wrapper-content .items-new .item-new .new-inf p.more-text.top .more {
  transform: rotateX(180deg);
}

.block-new .wrapper-content .items-new .item-new .new-inf p.more-text:hover {
  cursor: pointer;
}

.block-new .wrapper-content .items-new .item-new .new-inf p.more-text:hover .more:before {
  color: #c7006a;
}

.block-new .wrapper-content .items-new .item-new .new-inf span.more {
  background-color: transparent;
  border-radius: 50%;
  display: block;
  height: 2rem;
  position: relative;
  width: 2rem;
  margin: 0;
  transition: all .3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 15px;
  margin-left: 5px;
}

.block-new .wrapper-content .items-new .item-new .new-inf span.more:before {
  color: #fff;
  content: "";
  font-family: "Da-Vinci";
  font-size: 1rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.block-new .wrapper-content .items-new .item-new .new-inf span.more:hover {
  cursor: pointer;
  color: #c7006a;
}

.block-new .wrapper-content .items-new .item-new .new-inf div.sumary {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  height: 100px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .block-new .wrapper-content .items-new .item-new .new-inf div.sumary {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.block-new .wrapper-content .items-new .item-new .new-inf div.sumary p {
  font-family: "Lora", serif !important;
  font-size: 16px !important;
}

@media (min-width: 768px) {
  .block-new .wrapper-content .items-new .item-new .new-inf div.sumary p {
    font-size: 24px !important;
  }
}

.block-new .wrapper-content .items-new .item-new .new-inf div.sumary p * {
  font-family: "Lora", serif !important;
  font-size: 16px !important;
}

@media (min-width: 768px) {
  .block-new .wrapper-content .items-new .item-new .new-inf div.sumary p * {
    font-size: 24px !important;
  }
}

.block-new .wrapper-content .items-new .item-new .new-inf div.sumary.open {
  overflow-y: auto;
}

.block-talk {
  background-color: rgba(0, 72, 232, 0.8);
}

.block-talk .wrapper-content {
  padding: 3px 20px;
}

@media (min-width: 768px) {
  .block-talk .wrapper-content {
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 959px;
  }
}

@media (min-width: 1170px) {
  .block-talk .wrapper-content {
    padding: 0 20px;
  }
}

.block-talk .wrapper-content h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 40px;
  text-align: left;
  padding-top: 6.25rem;
  margin-bottom: 1.4375rem;
}

@media (min-width: 768px) {
  .block-talk .wrapper-content h3 {
    width: 100%;
  }
}

@media (min-width: 1170px) {
  .block-talk .wrapper-content h3 {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .block-talk .wrapper-content .wrapper-form {
    width: 50%;
    font-size: 20px;
  }
}

@media (min-width: 1170px) {
  .block-talk .wrapper-content .wrapper-form {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .block-talk .wrapper-content .wrapper-inf {
    padding-right: 2.0625rem;
    width: 50%;
  }
}

.block-talk .wrapper-content .wrapper-inf p {
  margin: 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .block-talk .wrapper-content .wrapper-inf p {
    font-size: 20px;
  }
}

@media (min-width: 1170px) {
  .block-talk .wrapper-content .wrapper-inf p {
    font-size: 24px;
  }
}

.block-talk .wrapper-content .wrapper-inf p:first-of-type {
  margin-bottom: 25px;
}

.block-talk .wrapper-content .wrapper-inf .tlf {
  opacity: .6;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  margin: 1.5625rem 0 0.9375rem;
}

@media (min-width: 768px) {
  .block-talk .wrapper-content .wrapper-inf .tlf {
    font-size: 20px;
  }
}

@media (min-width: 1170px) {
  .block-talk .wrapper-content .wrapper-inf .tlf {
    font-size: 24px;
  }
}

.block-talk .wrapper-content input,
.block-talk .wrapper-content textarea {
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
}

.block-talk .send-button .button {
  border-color: #fff;
  background-color: transparent;
}

.back-to-top {
  background-color: #0048e8;
  border-radius: 50%;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  bottom: 2rem;
  box-shadow: 0 2px 6px black;
  cursor: pointer;
  position: fixed;
  right: 2rem;
  transform: translateY(calc(100% + 2rem));
  transition: transform .4s, background-color .2s;
  z-index: 9;
}

.back-to-top:before {
  color: #fff;
  content: "";
  font-family: "Da-Vinci";
  font-size: 1.5rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.back-to-top.show {
  transform: translateY(0);
  transition: transform .4s, background-color .2s;
}

.back-to-top:hover {
  background-color: #003dc5;
  transition: transform .4s, background-color .2s;
}

.search-block-form form {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}

.search-block-form form .form-type-search {
  margin: 0;
}

.search-block-form form .form-type-search input {
  padding: .25rem;
}

.search-block-form form .form-actions {
  background-color: transparent;
  border-radius: 0;
  display: block;
  height: 2rem;
  position: relative;
  width: 2rem;
  margin-left: .5rem;
  position: relative;
}

.search-block-form form .form-actions:before {
  color: #fff;
  content: "";
  font-family: "Da-Vinci";
  font-size: 1.75rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.search-block-form form .form-submit {
  background: none;
  display: block;
  font-size: 0;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-block-form form .form-submit:hover {
  background: none;
}

.block-local-tasks-block {
  margin-bottom: 1rem;
}

.block-system-branding-block {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}

.block-system-branding-block .site-logo {
  line-height: 1;
  margin-right: .5rem;
  z-index: 999;
}

.block-system-branding-block .site-logo svg {
  width: 68px;
  height: 65px;
}

@media (min-width: 1170px) {
  .block-system-branding-block .site-logo svg {
    width: 108px;
    height: 105px;
  }
}

.block-system-branding-block .site-logo svg .slogan {
  display: none;
}

@media (min-width: 768px) {
  .block-system-branding-block .site-logo svg .slogan {
    display: block;
  }
}

.block-system-branding-block .site-logo svg .background {
  stroke: #0048e8;
  fill: #0048e8;
}

@media (min-width: 768px) {
  .block-system-branding-block .site-logo svg .background {
    stroke: #fff;
    fill: none;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  .block-system-branding-block .site-name {
    display: none;
  }
}

.block-system-branding-block .site-name a {
  color: #fff;
}

.block-system-branding-block .site-name a:hover {
  color: #333333;
}

.block-system-powered-by-block span {
  color: #fff;
}

.search-form {
  background-color: #fff;
  padding: 1rem 2rem;
}

.search-form .form-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.search-form .form-wrapper div,
.search-form .form-wrapper label {
  display: block;
}

.search-form .form-wrapper .form-submit {
  align-self: flex-end;
}

.menu--account {
  position: relative;
}

.menu--account:hover .menu {
  opacity: 1;
  transition: .2s;
  visibility: visible;
}

.menu--account:hover h2:before {
  font-size: 25px;
  text-shadow: 1px 1px black;
}

.menu--account h2 {
  cursor: pointer;
  font-weight: normal;
  margin: 0;
}

.menu--account .menu {
  max-width: 17.5rem;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transition: .2s;
  visibility: hidden;
  width: 100vw;
}

.menu--account .menu a {
  background-color: #0048e8;
  color: #fff;
  display: block;
  padding: .75rem;
  transition: .2s;
}

.menu--account .menu a:hover {
  background-color: #003dc5;
  transition: .2s;
}

.menu--footer .menu {
  display: flex;
  flex-flow: row wrap;
}

.menu--footer .menu a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: .5rem;
}

.menu--footer .menu a:after {
  background-color: white;
  content: '';
  display: block;
  height: 1px;
  margin-top: .5rem;
  transition: .2s;
  width: 0;
}

.menu--footer .menu a.is-active, .menu--footer .menu a:hover {
  color: white;
}

.menu--footer .menu a.is-active:after, .menu--footer .menu a:hover:after {
  transition: .2s;
  width: 100%;
}

.main-menu {
  padding: 1rem 0;
}

@media (min-width: 1170px) {
  .main-menu {
    border: 0;
    padding: 0;
  }
}

.main-menu .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .main-menu .menu li:not(:last-child) {
    margin-right: 64px;
  }
}

.main-menu .menu a {
  align-items: center;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  padding: .5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .main-menu .menu a {
    font-size: 1rem;
  }
}

@media (min-width: 1170px) {
  .main-menu .menu a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
  }
}

.main-menu .menu a.is-active, .main-menu .menu a:hover {
  color: #c7006a;
}

.main-menu .menu a.is-active:after, .main-menu .menu a:hover:after {
  transition: .2s;
  width: 100%;
}

.main-menu .menu .language-selector .current-language {
  color: #655f77;
}

.menu-slide-action {
  cursor: pointer;
  height: 2rem;
  position: relative;
  width: 2rem;
  z-index: 8;
}

@media (min-width: 1170px) {
  .menu-slide-action {
    display: none;
  }
}

.menu-slide-action.is-visible {
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 9999;
}

.menu-slide-action #menu-svg {
  height: 2rem;
  position: absolute;
  width: 2rem;
}

.menu-slide-action svg {
  height: 2rem !important;
  position: absolute;
  top: 0;
  width: 2rem !important;
}

.menu-slide-action svg path,
.menu-slide-action svg a,
.menu-slide-action svg g {
  fill: #0048e8;
  transition: fill 2s ease;
}

.node .field--type-text-long {
  font-size: 1rem;
}

.node .field--type-text-long ul {
  padding-left: 1rem;
}

.node .field--type-text-long li {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.site-breadcrumb {
  background-color: transparent;
  padding: 1rem;
}

.site-footer .footer-wrapper {
  background-color: #000;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer .footer-wrapper .emergya {
  font-size: 0.75rem;
  opacity: .6;
}

.site-footer .footer-wrapper .emergya span {
  border-bottom: 3px solid #c7006a;
  padding-bottom: 4px;
}

.site-footer .footer-wrapper .emergya img {
  max-width: 230px;
  margin-top:1%;
}

@media (min-width: 768px) {
  .site-footer .footer-wrapper .emergya {
    font-size: 0.875rem;
  }
}

.site-footer .footer-info-wrapper {
  background-color: #000;
  padding: 1rem;
}

.layout-container > header {
  width: 100%;
  z-index: 10;
}

.layout-container > header .wrapper-header {
  padding: 1rem;
  transition: .5s ease-in-out;
}

.layout-container > header .wrapper-header.blue {
  transition: .5s ease-in-out;
  background-color: rgba(0, 72, 232, 0.95);
}

.layout-container > header .wrapper-header #menu-svg {
  max-width: 30px;
  max-height: 30px;
}

@media (min-width: 768px) {
  .layout-container > header .wrapper-header #menu-svg {
    display: none;
  }
}

.layout-container > header .wrapper-header #menu-svg.open {
  width: 30px;
  height: 30px;
  background-image: url("../images/ico-close.svg");
  background-size: contain;
}

.layout-container > header .wrapper-header #menu-svg.open svg {
  display: none;
}

.layout-container > header .site-header {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .layout-container > header .site-header {
    align-items: flex-start;
  }
}

.layout-container > header .site-header .wrapper {
  align-items: center;
  display: flex;
  flex-direction: inherit;
}

.layout-container > header .region-header {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

.layout-container > header .region-header > *:not(:first-child) {
  margin-left: 1rem;
}

.layout-container > header .region-header .block-system-branding-block {
  margin-right: auto;
}

@media (min-width: 0) and (max-width: 1169px) {
  .layout-container > header .region-header .menu--main {
    display: none;
  }
}

.border-region .region,
.border-region main {
  outline: 0.125rem #c7006a solid;
}

.sliding-panel-content {
  background-color: rgba(0, 72, 232, 0.95);
  height: calc(100vh - 99px);
  max-width: 100vw;
  overflow-y: auto;
  padding: 2rem 1rem;
  position: fixed;
  right: 0;
  top: 6.1875rem;
  transform: translateX(100%);
  transition: .5s ease-in-out;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .sliding-panel-content {
    display: none;
  }
}

.sliding-panel-content.is-visible {
  transform: translateX(0);
  transition: .5s ease-in-out;
}

.sliding-panel-content .menu {
  margin-top: 5rem;
}

.sliding-panel-content .menu li a {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  font-family: "Josefin Sans", sans-serif;
  padding: 1rem 3rem;
  border: solid 1px #5572f7;
}

.toolbar-vertical .sliding-panel-content {
  height: calc(100vh - 190px);
  top: 11.875rem;
}

.top-bar {
  background-color: #000;
  padding: 0.5rem 1rem;
}

.top-bar .region-top-bar {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  position: relative;
}

.top-bar .region-top-bar > *:not(:first-child) {
  margin-left: 1rem;
}

.panel-fullpage-flex-layout .region-pre-content {
  padding: 0 1rem;
}

.panel-fullpage-flex-layout .region-content-wrapper {
  padding: 2rem 1rem;
}

.panel-fullpage-flex-layout .region-content-wrapper .region-content {
  align-items: stretch;
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1170px) {
  .panel-fullpage-flex-layout .region-content-wrapper .region-content {
    flex-flow: row wrap;
  }
}

.panel-fullpage-flex-layout .region-content-wrapper .region-content .block-region-detail {
  order: 1;
  width: 100%;
}

@media (min-width: 1170px) {
  .panel-fullpage-flex-layout .region-content-wrapper .region-content .block-region-detail {
    margin-top: -18.75rem;
    order: 0;
    padding: 2rem 1rem 1rem;
    z-index: 0;
  }
}

.panel-fullpage-flex-layout .region-content-wrapper .region-content .block-region-main {
  flex-grow: 1;
}

@media (min-width: 1170px) {
  .panel-fullpage-flex-layout .region-content-wrapper .region-content .block-region-main {
    width: 65%;
  }
}

@media (min-width: 1170px) {
  .panel-fullpage-flex-layout .region-content-wrapper .region-content .block-region-left-sidebar {
    margin-right: 7%;
  }
}

.panel-fullpage-flex-layout .region-content-wrapper .region-content .block-region-right-sidebar {
  position: relative;
}

@media (min-width: 1170px) {
  .panel-fullpage-flex-layout .region-content-wrapper .region-content .block-region-right-sidebar {
    margin-left: 7%;
  }
}

.panel-fullpage-flex-layout .region-content-wrapper .region-content .block-region-left-sidebar,
.panel-fullpage-flex-layout .region-content-wrapper .region-content .block-region-right-sidebar {
  margin-bottom: 2rem;
}

@media (min-width: 1170px) {
  .panel-fullpage-flex-layout .region-content-wrapper .region-content .block-region-left-sidebar,
  .panel-fullpage-flex-layout .region-content-wrapper .region-content .block-region-right-sidebar {
    margin-bottom: 0;
    width: 28%;
  }
}

.panel-fullpage .section {
  padding: 2rem 1rem;
}

.view .view-header {
  margin-bottom: 2rem;
}

.view .view-filters .views-exposed-form {
  background-color: #fff;
  box-shadow: 0 5px 19px 0 #ced3d7;
  margin-bottom: 2rem;
  padding: .5rem 2rem;
}

html,
body {
  min-height: 100vh;
}

body.frozen-body {
  position: relative;
  overflow: hidden;
}

body.frozen-body .background-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  z-index: 9;
}

.layout-container {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
}

.layout-container > main {
  flex-grow: 1;
  width: 100%;
}

.layout-container .layout-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1170px) {
  .layout-container .layout-wrapper {
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 0) and (max-width: 1169px) {
  .layout-container .layout-wrapper > *:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.layout-container .layout-wrapper .layout-content {
  width: 100%;
}

@media (min-width: 1170px) {
  .layout-container .layout-wrapper .layout-content {
    flex-grow: 1;
    width: 50%;
  }
}

.layout-container .layout-wrapper aside {
  width: 100%;
}

@media (min-width: 1170px) {
  .layout-container .layout-wrapper aside {
    width: 23.5%;
  }
}

@media (min-width: 1170px) {
  .layout-container .layout-wrapper aside.layout-sidebar-first {
    margin-right: 1.5%;
    order: -1;
  }
}

@media (min-width: 1170px) {
  .layout-container .layout-wrapper aside.layout-sidebar-second {
    margin-left: 1.5%;
  }
}

.ie .layout-container {
  display: block;
}

.info-footer {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 42%;
}

.info-footer p {
    font-size: 1.25rem;
}

.info-footer img {
    display: inline-block;
}

@media (max-width: 1024px) {
    .info-footer p {
        font-size: 1rem;
    }
}

@media (max-width: 700px) {
    .info-footer {
        width: 90%;
        position: absolute;
        margin-top: 135px;
    }

    .emergya {
        width: 100%;
        position: absolute;
        margin-top: 330px;
    }
}

.social-network-logos img {
    max-width: 30px;
}

.social-network-logos.desktop {
    display: block;
    float: left;
    margin-right: 50px;
}

.social-network-logos.desktop img {
    margin-right: 30px;
}

.social-network-logos.responsive {
    display: none;
}

@media (max-width: 767px) {
    .social-network-logos.desktop {
        display: none;
    }

    .social-network-logos.responsive {
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .social-network-logos.responsive img {
        margin: 15px;
    }
}

