@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

* {
  box-sizing: border-box;
}

ul, li {
  padding: 0;
}

div {
  position: relative;
}

html, body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  padding: 0;
  margin: 0;
}

h1 {
  color: #006D86;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-size: 2rem;
  line-height: 1.3em;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

a {
  color: #F08100;
}

p, .the_content li {
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 1.5em;
}
p strong, .the_content li strong {
  font-weight: 800;
}

.the_content li {
  padding-left: 30px;
  margin-left: 20px;
  list-style: none;
  background-image: url("/wp-content/themes/default/img/tick-01.png");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.header_3 {
  display: inline-block;
  margin-top: 30px;
  padding-right: 90px;
  background-image: url("/wp-content/themes/default/img/header_end.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

h3 {
  font-size: 20px;
  padding-top: 20px;
  text-transform: uppercase;
  background-image: url("/wp-content/themes/default/img/header_bg.png");
  line-height: 35px;
  display: inline-block;
  font-weight: 800;
  margin-left: -60px;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 1600px) {
  h3 {
    margin-left: -50px;
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  h3 {
    margin-left: -40px;
    padding-left: 40px;
  }
}

.top_ticks li {
  background-position: 0 7px !important;
}

.btn, button, a.btn input.btn, input[type=submit] {
  background: #F08100;
  border: 0;
  border-radius: 0px;
  color: #000;
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
@media (max-width: 900px) {
  .btn, button, a.btn input.btn, input[type=submit] {
    margin: 0 auto;
    width: 100%;
  }
}
.btn:Hover, button:Hover, a.btn input.btn:Hover, input[type=submit]:Hover {
  background: #006D86;
  transition: all 0.2s;
  cursor: pointer;
}

input:focus {
  outline-width: 0;
  outline: none;
}

.select_look {
  padding: 0 !important;
  position: relative;
  background: #fff;
  height: 40px;
  width: 100%;
}
@media (max-width: 900px) {
  .select_look {
    width: 100%;
    padding-left: 10px;
    margin-top: 2px;
  }
}
.select_look:after {
  font-family: FontAwesome;
  color: #000;
  content: "";
  font-size: 2.5rem;
  position: absolute;
  right: 5px;
  top: -5px;
  z-index: 8;
}
.select_look select {
  width: 100%;
  border: 0;
  position: relative;
  padding: 0 0 0 15px;
  background: transparent;
  z-index: 9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fieldset {
  display: flex;
  margin: 5px 0;
  width: 100%;
}
@media (max-width: 900px) {
  .fieldset {
    width: 100%;
    flex-wrap: wrap;
  }
  .fieldset label {
    width: 100% !important;
  }
}
.fieldset label {
  width: 100px;
  text-align: left;
  padding: 0 10px;
  display: inline-block;
  font-weight: 400;
  background: #fff;
  vertical-align: top;
}
.fieldset label.radio_label {
  width: 100%;
}
@media (min-width: 900px) {
  .fieldset label.radio_label {
    text-align: left;
    width: 350px;
  }
}
.fieldset.fieldset_checkbox {
  flex-direction: row-reverse;
  background: #fff;
  padding-left: 10px;
}
.fieldset.fieldset_checkbox input {
  vertical-align: middle;
}
.fieldset.fieldset_checkbox label {
  width: 100%;
  background: transparent;
}
.fieldset.fieldset_checkbox label a {
  color: #000;
}
.fieldset.fieldset_radio {
  background: #fff;
}
.fieldset.fieldset_radio span {
  padding-left: 15px;
}
.fieldset.vertical {
  flex-direction: column;
}
.fieldset.vertical label {
  width: 100% !important;
  margin-bottom: 5px;
}
.fieldset.vertical textarea, .fieldset.vertical input {
  width: 100%;
}
.fieldset.submit {
  margin-top: 30px;
}
.fieldset input[type=text], .fieldset input[type=email], .fieldset input[type=number], .fieldset input[type=password], .fieldset textarea {
  background: #fff;
  border: 0;
  padding: 15px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 900px) {
  .fieldset input[type=text], .fieldset input[type=email], .fieldset input[type=number], .fieldset input[type=password], .fieldset textarea {
    width: 100%;
    padding-left: 10px;
    margin-top: 2px;
  }
}
.fieldset input[type=text]:disabled, .fieldset input[type=email]:disabled, .fieldset input[type=number]:disabled, .fieldset input[type=password]:disabled, .fieldset textarea:disabled {
  background: #ddd !important;
  color: #333 !important;
}
.fieldset input[type=text].error, .fieldset input[type=text]:invalid, .fieldset input[type=email].error, .fieldset input[type=email]:invalid, .fieldset input[type=number].error, .fieldset input[type=number]:invalid, .fieldset input[type=password].error, .fieldset input[type=password]:invalid, .fieldset textarea.error, .fieldset textarea:invalid {
  background: #e74c39;
}
.fieldset textarea {
  border: 0;
  width: 550px;
  height: 150px;
}
@media (max-width: 900px) {
  .fieldset textarea {
    width: 100%;
  }
}

#container {
  z-index: 9;
  display: block;
  min-height: 100vh;
  height: 100%;
}

.wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1600px;
}
@media (max-width: 1600px) {
  .wrap {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    max-width: 900px;
  }
}
@media (max-width: 900px) {
  .wrap {
    max-width: 480px;
    min-width: 480px;
    width: 480px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .flex {
    flex-wrap: wrap;
  }
}

.the_page {
  width: 100%;
  z-index: 9;
  background-image: url("/wp-content/themes/default/img/Desktop-01.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}
@media (max-width: 900px) {
  .the_page {
    background-size: 109%;
    background-position: -40px 30px;
  }
}

.content {
  position: relative;
  top: 360px;
  color: #fff;
  width: 100%;
}
.content .the_content {
  z-index: 99;
  min-height: 1000px;
  padding-left: 60px;
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .content .the_content {
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  .content .the_content {
    padding-left: 40px;
  }
}
@media (max-width: 900px) {
  .content .the_content {
    padding-bottom: 200px;
  }
}
.content .the_content .flex_2 {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.content .the_content .flex_2 > div:first-child {
  width: 70%;
}
.content .the_content .flex_2 > div:nth-child(2) {
  width: 30%;
  text-align: center;
}
@media (max-width: 900px) {
  .content .the_content .flex_2 {
    flex-wrap: wrap !important;
  }
  .content .the_content .flex_2 > div {
    width: 100% !important;
  }
}
@media (max-width: 1600px) {
  .content {
    top: 265px;
  }
  .content .the_content {
    min-height: 800px;
  }
}
@media (max-width: 1200px) {
  .content {
    top: 190px;
  }
  .content .the_content {
    min-height: 600px;
  }
}

h1 {
  position: absolute;
  left: 750px;
  font-size: 5rem;
}
@media (max-width: 1600px) {
  h1 {
    left: 550px;
    font-size: 3.8rem;
  }
}
@media (max-width: 1200px) {
  h1 {
    left: 400px;
    font-size: 2.5rem;
  }
}
@media (max-width: 900px) {
  h1 {
    left: 200px;
    font-size: 1.5rem;
  }
}

.blue-area {
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: stretch;
  height: 100%;
}
.blue-area .white {
  flex-grow: 0;
  flex-shrink: 0;
}
.blue-area .blue {
  background: #006c86;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

.footer_circle {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .footer_circle {
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .footer_circle {
    height: 150px;
  }
}
#site_header {
  position: absolute;
  left: 521px;
  top: 45px;
  font-size: 1.4rem;
  z-index: 999;
}
@media (max-width: 1600px) {
  #site_header {
    left: 257px;
    top: 24px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1200px) {
  #site_header {
    left: 160px;
    top: 14px;
    font-size: 0.9rem;
  }
}
@media (min-width: 900px) {
  #site_header .menu_toggle {
    display: none;
  }
}
@media (max-width: 900px) {
  #site_header {
    background-image: url("/wp-content/themes/default/img/mobile_top.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    height: 76px;
    width: 480px;
  }
  #site_header .menu_toggle {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 2rem;
  }
}

@media (min-width: 900px) {
  nav {
    transform: rotate(3.3deg);
  }
  nav ul {
    list-style: none;
  }
  nav ul ul {
    display: none;
  }
  nav li {
    display: inline-block;
    margin-right: 15px;
    text-transform: uppercase;
  }
  nav li a {
    text-decoration: none;
    display: block;
  }
  nav li.current_page_item > a, nav li.current-menu-ancestor > a {
    color: #006D86;
    font-weight: 800;
  }
  nav li.current-menu-ancestor, nav li:Hover {
    position: relative;
  }
  nav li.current-menu-ancestor ul, nav li:Hover ul {
    display: block;
    position: absolute;
    top: 0px;
    top: 23px;
    left: 20px;
  }
  nav li.current-menu-ancestor ul li, nav li:Hover ul li {
    width: 180px;
  }
  nav li.current-menu-ancestor ul li a, nav li:Hover ul li a {
    padding: 2px 0;
    color: #ff9a24;
    display: block;
  }
  nav li.current-menu-ancestor ul li.current_page_item a, nav li:Hover ul li.current_page_item a {
    color: #006D86 !important;
    font-weight: 800;
  }
  nav li#menu-item-24 {
    z-index: 8;
  }
  nav li#menu-item-24 * {
    z-index: 8;
  }
  nav li#menu-item-17, nav li#menu-item-18 {
    z-index: 99;
  }
  nav li#menu-item-17 *, nav li#menu-item-18 * {
    z-index: 99;
  }
}
@media (max-width: 900px) {
  nav {
    position: absolute;
    display: none;
    top: 0;
    right: 0px;
    text-align: right;
    background-image: url("/wp-content/themes/default/img/mobile_open.png");
    width: 480px;
    background-size: 100%;
    height: 480px;
  }
  nav > ul {
    text-align: right;
    margin-top: 80px;
    padding-right: 20px;
  }
  nav > ul ul {
    padding-bottom: 10px;
  }
  nav > ul ul li a {
    font-size: 1rem;
    color: #c0dae1;
    padding: 0;
    border-top: 0;
  }
  nav > ul > li {
    list-style: none;
  }
  nav > ul > li:first-child a {
    border-top: 0;
  }
  nav > ul > li a {
    line-height: 1.6em;
    font-size: 1.2rem;
    padding: 7px 0;
    display: block;
    width: 245px;
    border-top: 1px solid #258ba1;
    margin: 0 0 0 auto;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
  }
}

.footer_logo {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.footer_logo img {
  padding: 10px 0;
}

.flogo_span {
  z-index: 999;
  width: 300px;
  position: absolute;
  display: block;
}

.page-template-tpl-about .white {
  width: 121px;
}
@media (max-width: 1600px) {
  .page-template-tpl-about .white {
    width: 90px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-about .white {
    width: 68px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-about .white {
    width: 0px;
  }
}
.page-template-tpl-about .inivited {
  position: absolute;
  right: 0;
  top: 250px;
}
@media (max-width: 1600px) {
  .page-template-tpl-about .inivited {
    top: 180px;
    height: 340px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-about .inivited {
    top: 180px;
    height: 300px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-about .inivited {
    display: none;
  }
}
@media (min-width: 900px) {
  .page-template-tpl-about .inivited_mob {
    display: none;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-about .inivited_mob {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
  }
}
.page-template-tpl-about .the_content {
  left: 121px;
  width: 1100px;
  padding-top: 220px;
}
@media (max-width: 1600px) {
  .page-template-tpl-about .the_content {
    left: 90px;
    width: 750px;
    padding-top: 200px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-about .the_content {
    left: 68px;
    width: 480px;
    padding-top: 150px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-about .the_content {
    left: 0;
    width: 100%;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 350px;
  }
  .page-template-tpl-about .the_content .flex {
    justify-content: flex-start;
  }
  .page-template-tpl-about .the_content .flex div {
    text-align: left !important;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-about .the_content .findoutmore {
    position: absolute;
    right: 30px;
    bottom: -170px;
  }
}
.page-template-tpl-about .the_content .fwd_logo {
  position: absolute;
  top: 80px;
  left: 37px;
}
@media (max-width: 1600px) {
  .page-template-tpl-about .the_content .fwd_logo {
    left: 20px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-about .the_content .fwd_logo {
    left: 26px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-about .the_content .fwd_logo {
    left: 14px;
    top: -30px;
  }
}

.page-template-tpl-winners-2016 .white,
.page-template-tpl-winners-2018 .white,
.page-template-tpl-winners-2020 .white {
  width: 37px;
}
@media (max-width: 1600px) {
  .page-template-tpl-winners-2016 .white,
.page-template-tpl-winners-2018 .white,
.page-template-tpl-winners-2020 .white {
    width: 28px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-winners-2016 .white,
.page-template-tpl-winners-2018 .white,
.page-template-tpl-winners-2020 .white {
    width: 21px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-winners-2016 .white,
.page-template-tpl-winners-2018 .white,
.page-template-tpl-winners-2020 .white {
    width: 0px;
  }
}
.page-template-tpl-winners-2016 .the_content,
.page-template-tpl-winners-2018 .the_content,
.page-template-tpl-winners-2020 .the_content {
  width: 95%;
  padding-top: 130px;
  left: 37px;
}
@media (max-width: 1600px) {
  .page-template-tpl-winners-2016 .the_content,
.page-template-tpl-winners-2018 .the_content,
.page-template-tpl-winners-2020 .the_content {
    left: 28px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-winners-2016 .the_content,
.page-template-tpl-winners-2018 .the_content,
.page-template-tpl-winners-2020 .the_content {
    left: 21px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-winners-2016 .the_content,
.page-template-tpl-winners-2018 .the_content,
.page-template-tpl-winners-2020 .the_content {
    left: 0px;
  }
}

.page-template-tpl-winners-2020 .acc_item img + img {
  margin-left: -30px;
}
.page-template-tpl-winners-2020 .acc_item img {
  object-fit: cover;
  border-radius: 100%;
  border: 10px solid rgba(240, 129, 0, 0.8);
}
.page-template-tpl-winners-2020 .acc_item img:not(:first-child) {
  margin-bottom: 1em;
  width: 120px !important;
  height: 120px !important;
}
.page-template-tpl-winners-2020 .acc_item.open img {
  width: 130px;
  height: 130px;
}
.page-template-tpl-winners-2020 .acc_item.closed img {
  width: 100px;
  height: 100px;
}

.page-template-tpl-apply .the_content {
  width: 95%;
  padding-top: 130px;
}

.page-template-tpl-gedeon-richter .the_content, .page-template-tpl-tandc .the_content, .page-template-tpl-faq .the_content, .page-template-tpl-publications .the_content {
  padding-top: 100px;
}
.page-template-tpl-gedeon-richter .the_content .flex_2, .page-template-tpl-tandc .the_content .flex_2, .page-template-tpl-faq .the_content .flex_2, .page-template-tpl-publications .the_content .flex_2 {
  width: 85%;
  margin-top: 30px;
  align-items: flex-start;
}
.page-template-tpl-gedeon-richter .the_content .flex_2 > div, .page-template-tpl-tandc .the_content .flex_2 > div, .page-template-tpl-faq .the_content .flex_2 > div, .page-template-tpl-publications .the_content .flex_2 > div {
  text-align: left !important;
}
.page-template-tpl-gedeon-richter .the_content .flex_2 > div:first-child, .page-template-tpl-tandc .the_content .flex_2 > div:first-child, .page-template-tpl-faq .the_content .flex_2 > div:first-child, .page-template-tpl-publications .the_content .flex_2 > div:first-child {
  width: 35%;
}
.page-template-tpl-gedeon-richter .the_content .flex_2 > div:nth-child(2), .page-template-tpl-tandc .the_content .flex_2 > div:nth-child(2), .page-template-tpl-faq .the_content .flex_2 > div:nth-child(2), .page-template-tpl-publications .the_content .flex_2 > div:nth-child(2) {
  padding-top: 50px;
  width: 50%;
}
@media (max-width: 900px) {
  .page-template-tpl-gedeon-richter .the_content .flex_2 > div:nth-child(2), .page-template-tpl-tandc .the_content .flex_2 > div:nth-child(2), .page-template-tpl-faq .the_content .flex_2 > div:nth-child(2), .page-template-tpl-publications .the_content .flex_2 > div:nth-child(2) {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-gedeon-richter .the_content .flex_2, .page-template-tpl-tandc .the_content .flex_2, .page-template-tpl-faq .the_content .flex_2, .page-template-tpl-publications .the_content .flex_2 {
    width: 95%;
  }
  .page-template-tpl-gedeon-richter .the_content .flex_2 img, .page-template-tpl-tandc .the_content .flex_2 img, .page-template-tpl-faq .the_content .flex_2 img, .page-template-tpl-publications .the_content .flex_2 img {
    width: 400px;
  }
}

.page-template-tpl-about .the_page {
  background-image: url("/wp-content/themes/default/img/Desktop-01.jpg");
}
.page-template-tpl-about h1 {
  transform: rotate(8.3deg);
  top: 466px;
}
@media (max-width: 1600px) {
  .page-template-tpl-about h1 {
    top: 345px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-about h1 {
    top: 252px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-about h1 {
    top: 173px;
  }
}
.page-template-tpl-about .content, .page-template-tpl-about .blue-area {
  top: 375px;
}
@media (max-width: 1600px) {
  .page-template-tpl-about .content, .page-template-tpl-about .blue-area {
    top: 282px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-about .content, .page-template-tpl-about .blue-area {
    top: 212px;
  }
}
.page-template-tpl-about #site_footer img {
  left: 80px;
}
.page-template-tpl-about .flogo_span {
  position: static;
}
@media (max-width: 900px) {
  .page-template-tpl-about .flogo_span {
    position: absolute;
    display: block;
    background: #006D86;
    width: 100%;
    height: 110px;
    bottom: -109px;
    padding-top: 10px;
    left: 0;
  }
}

.page-template-tpl-winners-2016 .the_page, .page-template-tpl-winners-2018 .the_page, .page-template-tpl-winners-2020 .the_page {
  background-image: url("/wp-content/themes/default/img/Desktop-02.jpg");
}
.page-template-tpl-winners-2016 h1, .page-template-tpl-winners-2018 h1, .page-template-tpl-winners-2020 h1 {
  transform: rotate(6.85deg);
  top: 350px;
}
@media (max-width: 1600px) {
  .page-template-tpl-winners-2016 h1, .page-template-tpl-winners-2018 h1, .page-template-tpl-winners-2020 h1 {
    top: 258px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-winners-2016 h1, .page-template-tpl-winners-2018 h1, .page-template-tpl-winners-2020 h1 {
    top: 189px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-winners-2016 h1, .page-template-tpl-winners-2018 h1, .page-template-tpl-winners-2020 h1 {
    top: 136px;
  }
}
.page-template-tpl-winners-2016 .content, .page-template-tpl-winners-2016 .blue-area, .page-template-tpl-winners-2018 .content, .page-template-tpl-winners-2018 .blue-area, .page-template-tpl-winners-2020 .content, .page-template-tpl-winners-2020 .blue-area {
  top: 292px;
}
@media (max-width: 1600px) {
  .page-template-tpl-winners-2016 .content, .page-template-tpl-winners-2016 .blue-area, .page-template-tpl-winners-2018 .content, .page-template-tpl-winners-2018 .blue-area, .page-template-tpl-winners-2020 .content, .page-template-tpl-winners-2020 .blue-area {
    top: 220px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-winners-2016 .content, .page-template-tpl-winners-2016 .blue-area, .page-template-tpl-winners-2018 .content, .page-template-tpl-winners-2018 .blue-area, .page-template-tpl-winners-2020 .content, .page-template-tpl-winners-2020 .blue-area {
    top: 165px;
  }
}
.page-template-tpl-winners-2016 .footer_logo, .page-template-tpl-winners-2018 .footer_logo, .page-template-tpl-winners-2020 .footer_logo {
  left: 55px;
}
@media (max-width: 1600px) {
  .page-template-tpl-winners-2016 .footer_logo, .page-template-tpl-winners-2018 .footer_logo, .page-template-tpl-winners-2020 .footer_logo {
    left: 40px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-winners-2016 .footer_logo, .page-template-tpl-winners-2018 .footer_logo, .page-template-tpl-winners-2020 .footer_logo {
    left: 35px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-winners-2016 .footer_logo, .page-template-tpl-winners-2018 .footer_logo, .page-template-tpl-winners-2020 .footer_logo {
    left: 15px;
  }
}

.page-template-tpl-apply .the_page {
  background-image: url("/wp-content/themes/default/img/Desktop-03.jpg");
}
.page-template-tpl-apply h1 {
  transform: rotate(5.8deg);
  top: 234px;
}
@media (max-width: 1600px) {
  .page-template-tpl-apply h1 {
    top: 171px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-apply h1 {
    top: 125px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-apply h1 {
    top: 100px;
  }
}
.page-template-tpl-apply .content, .page-template-tpl-apply .blue-area {
  top: 208px;
}
@media (max-width: 1600px) {
  .page-template-tpl-apply .content, .page-template-tpl-apply .blue-area {
    top: 155px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-apply .content, .page-template-tpl-apply .blue-area {
    top: 117px;
  }
}

.page-template-tpl-gedeon-richter .the_page, .page-template-tpl-tandc .the_page, .page-template-tpl-faq .the_page, .page-template-tpl-publications .the_page {
  background-image: url("/wp-content/themes/default/img/Desktop-04.jpg");
}
.page-template-tpl-gedeon-richter h1, .page-template-tpl-tandc h1, .page-template-tpl-faq h1, .page-template-tpl-publications h1 {
  transform: rotate(4.7deg);
  top: 156px;
}
@media (max-width: 1600px) {
  .page-template-tpl-gedeon-richter h1, .page-template-tpl-tandc h1, .page-template-tpl-faq h1, .page-template-tpl-publications h1 {
    top: 112px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-gedeon-richter h1, .page-template-tpl-tandc h1, .page-template-tpl-faq h1, .page-template-tpl-publications h1 {
    top: 81px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-gedeon-richter h1, .page-template-tpl-tandc h1, .page-template-tpl-faq h1, .page-template-tpl-publications h1 {
    top: 73px;
  }
}
.page-template-tpl-gedeon-richter .content, .page-template-tpl-gedeon-richter .blue-area, .page-template-tpl-tandc .content, .page-template-tpl-tandc .blue-area, .page-template-tpl-faq .content, .page-template-tpl-faq .blue-area, .page-template-tpl-publications .content, .page-template-tpl-publications .blue-area {
  top: 123px;
}
@media (max-width: 1600px) {
  .page-template-tpl-gedeon-richter .content, .page-template-tpl-gedeon-richter .blue-area, .page-template-tpl-tandc .content, .page-template-tpl-tandc .blue-area, .page-template-tpl-faq .content, .page-template-tpl-faq .blue-area, .page-template-tpl-publications .content, .page-template-tpl-publications .blue-area {
    top: 92px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-gedeon-richter .content, .page-template-tpl-gedeon-richter .blue-area, .page-template-tpl-tandc .content, .page-template-tpl-tandc .blue-area, .page-template-tpl-faq .content, .page-template-tpl-faq .blue-area, .page-template-tpl-publications .content, .page-template-tpl-publications .blue-area {
    top: 69px;
  }
}

.page-template-tpl-tandc h1 {
  font-size: 3.5rem !important;
}
@media (max-width: 1600px) {
  .page-template-tpl-tandc h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-tandc h1 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-tandc h1 {
    font-size: 1rem !important;
  }
}

.page-template-tpl-faq .the_content, .page-template-tpl-publications .the_content {
  padding-right: 30px;
}

.page-template-tpl-faq h1 {
  top: 131px;
}
@media (max-width: 1600px) {
  .page-template-tpl-faq h1 {
    top: 94px;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-faq h1 {
    top: 67px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-faq h1 {
    top: 63px;
  }
}
.page-template-tpl-faq .the_content {
  padding-bottom: 160px;
}

.page-template-tpl-publications h1 {
  top: 143px;
  left: 440px !important;
}
@media (max-width: 1600px) {
  .page-template-tpl-publications h1 {
    top: 102px;
    left: 290px !important;
  }
}
@media (max-width: 1200px) {
  .page-template-tpl-publications h1 {
    top: 79px;
  }
}
@media (max-width: 900px) {
  .page-template-tpl-publications h1 {
    top: 69px;
    left: 90px !important;
  }
}
.page-template-tpl-publications .the_content {
  padding-bottom: 160px;
}

.accordion .acc_item {
  margin-bottom: 30px;
  transition: all 0.5s;
}
.accordion .acc_item .header {
  display: flex;
}
.accordion .acc_item .header img {
  transition: all 0.5s;
  z-index: 9;
  height: 130px;
}
.accordion .acc_item .header .header_3 {
  margin-top: 0;
  z-index: 8;
}
.accordion .acc_item .header .header_3 h3 {
  padding-left: 80px;
  margin-left: -70px;
}
@media (max-width: 1600px) {
  .accordion .acc_item .header .header_3 h3 {
    padding-left: 75px;
    margin-left: -65px;
  }
}
@media (max-width: 1200px) {
  .accordion .acc_item .header .header_3 h3 {
    padding-left: 80px;
    margin-left: -70px;
  }
}
.accordion .acc_item .acc_content {
  margin-top: -70px;
  transition: all 0.5s;
  margin-left: 142px;
  opacity: 1;
}
@media (max-width: 900px) {
  .accordion .acc_item .acc_content {
    margin-left: 0;
    margin-top: 0;
    width: 95%;
  }
}
.accordion .acc_item .moreless {
  margin-left: 142px;
  font-style: italic;
  z-index: 99;
}
.accordion .acc_item .moreless a {
  text-decoration: none;
}
@media (max-width: 900px) {
  .accordion .acc_item .moreless {
    margin-left: 0;
  }
}
.accordion .acc_item.open {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
.accordion .acc_item.open .more {
  display: none;
}
.accordion .acc_item.open .less {
  display: inline;
}
.accordion .acc_item.closed {
  height: 130px;
  transition: all 0.5s;
}
.accordion .acc_item.closed img {
  transition: all 0.5s;
  height: 100px;
}
.accordion .acc_item.closed h3 {
  padding-left: 100px !important;
  line-height: 1.2em;
}
.accordion .acc_item.closed .acc_content {
  transition: all 0.5s;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.accordion .acc_item.closed .header_3 {
  background: none;
}
.accordion .acc_item.closed h3 {
  background: none;
}
.accordion .acc_item.closed .moreless {
  margin-top: 30px;
  margin-left: 132px;
}
@media (max-width: 900px) {
  .accordion .acc_item.closed .moreless {
    margin-top: 0px;
  }
}
.accordion .acc_item.closed .more {
  display: inline;
}
.accordion .acc_item.closed .less {
  display: none;
}

#loadanimation {
  display: none;
}

.page-id-7 #loadanimation {
  display: block;
}

.page-id-7 .loadanimation {
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 999999999999;
  transform: translateZ(0);
  position: fixed;
  top: 0;
  left: 0;
}
.page-id-7 .loadanimation #animation_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page-id-7 .loadanimation .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
.page-id-7 .loadanimation #circle_holder {
  position: relative;
  height: 30px;
  margin-bottom: 10px;
}
.page-id-7 .loadanimation #logo {
  text-align: center;
  width: 165px;
  left: -12px;
}
.page-id-7 .loadanimation #circle_1 {
  background: #fbe5cc;
}
.page-id-7 .loadanimation #circle_2 {
  background: #f9cc99;
  left: 35px;
}
.page-id-7 .loadanimation #circle_3 {
  background: #f4a74c;
  left: 70px;
}
.page-id-7 .loadanimation #circle_4 {
  background: #f39a33;
  left: 105px;
}
.page-id-7 .loadanimation #circle_5 {
  background: #f08100;
  left: 140px;
}

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