/*!*********
Theme Name: FOP
Theme URI:
Description:
Version:4.0
Author:Rossul
Author URI:http://www.rossul.com/
Tags: mobile
*/
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

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

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

.icon-mail_outline:before {
  content: '\e900';
}

.icon-arrow_back:before {
  content: '\e90e';
}

.icon-clear:before {
  content: '\e901';
}

.icon-book-open_outlined:before {
  content: '\e902';
}

.icon-home_outlined:before {
  content: '\e903';
}

.icon-impacts_outlined:before {
  content: '\e904';
}

.icon-info_outlined:before {
  content: '\e905';
}

.icon-pen_outlined:before {
  content: '\e906';
}

.icon-search_outlined:before {
  content: '\e907';
}

.icon-wand_outlined:before {
  content: '\e908';
}

.icon-menu:before {
  content: '\e909';
}

.icon-share:before {
  content: '\e90a';
}

.icon-arrow_drop_down:before {
  content: '\e90b';
}

.icon-arrow_back_ios:before {
  content: '\e90c';
}

.icon-arrow_forward_ios:before {
  content: '\e90d';
}

.icon-facebook:before {
  content: '\ea90';
}

.icon-twitter:before {
  content: '\ea96';
}

.icon-linkedin:before {
  content: '\eaca';
}

html {
  min-width: 360px;
}

body {
  font: 14px/24px 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.018em;
  width: 100%;
}

.main-container {
  min-height: calc(100vh - 96px - 48px);
}

p {
  margin: 0;
  padding-bottom: 24px;
}

p.wp-caption-text {
  padding: 0;
}

a {
  color: #1879df;
  text-decoration: none;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
}

a:active, a:focus {
  color: #11549a;
}

@media screen and (min-width: 1024px) {
  a:hover {
    color: #11549a;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

ol,
ul {
  margin: 0;
  padding: 0 0 24px 24px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  padding-bottom: 0;
}

h1 {
  font-size: 47px;
  line-height: 56px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 24px;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

h2 {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  padding: 0 0 24px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 24px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .hide-600 {
    display: none !important;
  }
}

button {
  border: none !important;
  outline: none !important;
}

input {
  outline: none !important;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

section.main-section {
  padding: 64px 0;
}

section.main-section.align-center {
  text-align: center;
}

section.main-section.blue-section {
  background-color: #1879df;
  color: #fff;
}

section.main-section.blue-section p {
  max-width: 440px;
  margin: 0 auto;
}

section.main-section.gray {
  background-color: #f5f5f5;
}

section.main-section h2.section-title {
  text-align: center;
  font-size: 34px;
  line-height: 46px;
  padding: 8px 0;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  section.main-section h2.section-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}

section.main-section .thad-article {
  padding: 0 24px;
}

section.main-section article {
  max-width: 960px;
  margin: 0 auto;
}

section.main-section article.service-content {
  padding-bottom: 48px;
}

section.main-section article.service-content h2 {
  margin-bottom: 24px;
}

section.main-section article.service-content h3 {
  font-size: 24px;
  line-height: 32px;
  padding: 16px 0;
  text-align: center;
}

section.main-section article.service-content blockquote {
  border: none;
  margin: 0 auto;
  padding: 0 0 24px;
  max-width: 468px;
}

section.main-section article.service-content blockquote q {
  display: block;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}

section.main-section article.service-content blockquote cite {
  color: rgba(0, 0, 0, 0.56);
  font-style: normal;
  font-size: 13px;
  display: block;
}

.pb-32 {
  padding-bottom: 32px;
}

.single:not(.home) section.main-section article,
.page:not(.home) section.main-section article {
  padding: 0 24px;
}

.single:not(.home) section.main-section article.service-content,
.page:not(.home) section.main-section article.service-content {
  padding-bottom: 48px;
}

.single:not(.home) .articles-list article:first-child,
.page:not(.home) .articles-list article:first-child {
  padding-top: 0;
}

.single:not(.home) .articles-list article p.date,
.page:not(.home) .articles-list article p.date {
  padding-bottom: 24px;
}

.archive .articles-list article:first-child,
.category .articles-list article:first-child,
.single .articles-list article:first-child,
.page .articles-list article:first-child {
  padding-top: 0;
}

.articles-list article {
  padding: 32px 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .articles-list article {
    padding: 16px 24px;
  }
}

.articles-list article .no-break {
  min-height: 24px;
  padding: 0;
  position: absolute;
  bottom: 48px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .articles-list article .no-break {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.articles-list article .no-break .stButton {
  width: auto;
  margin: 0 16px 0 0;
}

.articles-list article .no-break .stButton span.chicklets {
  display: inline-block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9898px;
  width: 24px;
  height: 24px;
}

.articles-list article h1 {
  padding: 0 0 24px;
  font-family: 'Open Sans';
}

.articles-list article p.date {
  padding-bottom: 4px;
  color: rgba(0, 0, 0, 0.56);
}

.tags {
  padding: 0 0 24px;
  list-style: none;
}

.tags li {
  display: inline-block;
  padding: 0 8px 8px 0;
}

.tags a {
  display: block;
  min-height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
}

.alignnone,
.size-full {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  max-width: 100%;
  margin: 0 auto 24px;
  height: auto;
}

.alignleft {
  display: block;
  max-width: 100%;
  float: left;
  height: auto;
  margin: 0 24px 24px 0;
}

@media screen and (max-width: 600px) {
  .alignleft {
    float: none;
    margin: 0 auto 24px;
  }
}

.alignright {
  display: block;
  max-width: 100%;
  height: auto;
  float: right;
  margin: 0 0 24px 24px;
}

@media screen and (max-width: 600px) {
  .alignright {
    float: none;
    margin: 0 auto 24px;
  }
}

.slider-menu {
  width: 300px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -316px;
  z-index: 1001;
  -webkit-box-shadow: 0 1px 1px 0 #c2bcbc24, 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 #c2bcbc24, 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 56px 0 0;
}

.slider-menu.open {
  left: 0;
}

.slider-menu ul {
  list-style: none;
  height: calc(100vh - 56px - 120px);
  overflow: auto;
  padding: 0;
}

.slider-menu ul li {
  width: 100%;
  padding-bottom: 8px;
}

.slider-menu ul li a {
  display: block;
  padding: 8px 0 8px 80px;
  color: rgba(0, 0, 0, 0.56);
  position: relative;
}

.slider-menu ul li a i[class^='icon-'] {
  height: 24px;
  width: 24px;
  font-size: 24px;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -12px;
}

@media screen and (min-width: 1024px) {
  .slider-menu ul li a:hover {
    color: #1879df;
  }
  .slider-menu ul li a:hover [class^='icon-'] {
    color: rgba(0, 0, 0, 0.87);
  }
}

.slider-menu .info {
  padding: 8px 24px;
}

.slider-menu .info .copyright {
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  line-height: 16px;
}

.slider-menu .info .design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}

.slider-menu .info .design .logo {
  background-image: url(img/rossul-logo.png);
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
  margin-right: 12px;
}

.slider-menu .info .design p {
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  line-height: 16px;
  padding: 0;
}

.slider-menu .info .design p span {
  display: block;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .wp-pagenavi {
    padding: 0 24px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.row .col-9 {
  width: 70%;
  padding-left: 48px;
}

@media screen and (max-width: 1024px) {
  .row .col-9 {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .row .col-9 {
    width: 100%;
  }
}

.row .col-9 .articles-list article {
  max-width: 100%;
}

.row .col-3 {
  width: 30%;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  .row .col-3 {
    width: 0;
    padding: 0;
  }
}

.row .col-6 {
  width: 50%;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 768px) {
  .row .col-6 {
    width: 100%;
    padding: 0;
  }
}

.row .col-12 {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .row .col-12 {
    padding: 0;
  }
}

.mdc-text-field,
.mdc-text-field--textarea {
  width: 100%;
  margin-bottom: 24px;
}

.mdc-text-field textarea,
.mdc-text-field--textarea textarea {
  width: 100%;
}

.mdc-text-field .wpcf7-form-control-wrap,
.mdc-text-field--textarea .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-floating-label {
  color: #1879df !important;
}

.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-notched-outline__trailing,
.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-notched-outline__leading {
  border-color: #1879df !important;
}

.mdc-text-field--focused:not(.mdc-text-field--invalid) .mdc-notched-outline__notch {
  border-bottom-color: #1879df !important;
}

.widget {
  padding-bottom: 32px;
}

blockquote {
  margin: 0 0 24px;
  padding: 12px 0 12px 24px;
  border-left: 4px solid rgba(0, 0, 0, 0.12);
}

blockquote p {
  padding: 0;
}

.topics {
  height: 48px;
  width: 312px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: none;
  margin: 48px auto 0;
  padding: 0 16px;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  line-height: 48px;
  background-color: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .topics {
    display: block;
  }
}

.topics i.icon-arrow_drop_down {
  position: absolute;
  top: 12px;
  right: 12px;
}

.topics-backlayer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.topics-backlayer .close {
  display: block;
  color: #fff;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  opacity: 1;
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  .topics-backlayer {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .topics-menu {
    position: fixed;
    bottom: -95vh;
    left: 0;
    z-index: 1001;
    max-height: 90vh;
    width: 100%;
    padding: 24px 0 16px;
    border-radius: 24px 24px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: up 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: up 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all ease-out 0.15s;
    transition: all ease-out 0.15s;
  }
  .topics-menu.open-topics {
    bottom: 0;
  }
  .topics-menu .topics-wrap {
    width: 100%;
    height: calc(90vh - 24px - 16px);
    overflow: auto;
  }
}

.topics-menu h3 {
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  letter-spacing: 0.286em;
  line-height: 20px;
  text-transform: uppercase;
  padding: 6px 24px 6px 32px;
  font-weight: 400;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .topics-menu h3 {
    letter-spacing: 0.143em;
  }
}

.topics-menu ul {
  list-style: none;
  padding: 0;
}

.topics-menu ul li a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 6px 24px 6px 32px;
}

@media screen and (max-width: 768px) {
  .topics-menu ul li a {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    padding: 14px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
}

@media screen and (min-width: 1024px) {
  .topics-menu ul li a:hover {
    background-color: #1879df;
    color: #fff;
    text-decoration: none;
  }
}

.visuallyhidden {
  display: none;
}

.thad-box {
  max-width: 400px;
  margin: 0 auto 48px;
}

@media screen and (max-width: 700px) {
  .thad-box {
    margin-bottom: 0;
  }
}

.thad-box h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 24px 0;
  line-height: 48px;
}

@media screen and (max-width: 768px) {
  .thad-box h3 {
    font-size: 20px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 700px) {
  .thad-box .blue-btn {
    margin-top: 24px;
  }
}

.small-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 64px;
}

.small-widgets .small-widget {
  letter-spacing: 0.018em;
  text-align: center;
  width: 160px;
  margin: 12px 32px;
}

@media screen and (max-width: 991px) {
  .small-widgets .small-widget {
    width: 25%;
    margin: 12px 0;
  }
}

@media screen and (max-width: 768px) {
  .small-widgets .small-widget {
    width: 50%;
  }
  .small-widgets .small-widget strong {
    font-size: 56px;
  }
}

.small-widgets .small-widget strong {
  display: block;
  font-size: 60px;
  line-height: 62px;
}

.small-widgets .small-widget span {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

ul.logos {
  margin: 0 0 64px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.logos li {
  height: 58px;
  min-width: 58px;
  margin: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.logos li img {
  display: block;
  max-height: 58px;
}

footer.main-footer {
  min-height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
}

@media screen and (min-width: 1024px) {
  footer.main-footer {
    padding: 24px 48px;
  }
}

@media screen and (max-width: 640px) {
  footer.main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

footer.main-footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  footer.main-footer .copy {
    padding-bottom: 24px;
  }
}

footer.main-footer p {
  padding: 0;
}

footer.main-footer .footer-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  footer.main-footer .footer-share-list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer.main-footer .footer-share-list span {
    display: none;
  }
}

footer.main-footer .footer-share-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin-left: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.main-footer .footer-share-list a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.centered-item {
  width: 100%;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blue-btn {
  display: block;
  height: 36px;
  width: 128px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 18px;
  margin: 0 auto;
  border: none;
  background-color: #1879df;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .blue-btn:hover {
    background-color: #11549a;
    color: #fff;
  }
}

.blue-btn:focus, .blue-btn:active {
  color: #fff;
}

.blue-btn.large {
  width: 196px;
}

.white-btn {
  display: block;
  height: 36px;
  width: 128px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 18px;
  margin: 0 auto;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #1879df;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .white-btn:hover {
    color: #11549a;
  }
}

.white-btn:focus, .white-btn:active {
  color: #11549a;
}

.white-btn.large {
  width: 196px;
}

.two-column {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 48px;
          column-gap: 48px;
}

@media screen and (max-width: 768px) {
  .two-column {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

figure.centered-box {
  margin: 0;
  padding: 48px 0 64px;
}

figure.centered-box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.share_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share_buttons .btn_s_i {
  display: block;
  width: 32px;
  height: 32px;
  padding: 4px;
  margin: 4px;
}

.share_buttons .btn_s_i.btn-tweet_i {
  color: #41b7d8;
}

.share_buttons .btn_s_i.btn-tweet_i:hover {
  color: #238caa;
}

.share_buttons .btn_s_i.btn-facebook_i {
  color: #3b5997;
}

.share_buttons .btn_s_i.btn-facebook_i:hover {
  color: #263960;
}

.share_buttons .btn_s_i.btn-linkedin {
  color: #0073b2;
}

.share_buttons .btn_s_i.btn-linkedin:hover {
  color: #004265;
}

.comments_block {
  padding-top: 24px;
}

.comments_block ul.comments {
  list-style: none;
  padding: 0 0 24px;
  margin: 0;
}

.comments_block ul.comments li {
  padding: 0 0 24px;
}

.comments_block ul.comments li h3 {
  padding: 0 0 8px;
}

.comments_block ul.comments li p.time {
  padding: 0 0 12px;
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  line-height: 20px;
}

.comments_block fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.comments_block fieldset .form_element {
  padding-bottom: 24px;
}

.comments_block fieldset .form_element .mdc-floating-label {
  display: block;
}

.comments_block fieldset .form_element input.mdc-text-field__input {
  max-width: 360px;
  width: 100%;
}

.comments_block fieldset textarea {
  width: 100%;
}

.comments_block fieldset .blue-btn {
  width: 160px;
}

.comments_block .comment-form label {
  display: block;
}

.comments_block .comment-form .comment-form-cookies-consent label {
  display: inline;
}

.comments_block .comment-form input[type='text'],
.comments_block .comment-form textarea {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  margin: 0;
}

.comments_block .comment-form textarea {
  width: 100%;
}

.comments_block .comment-form input.submit {
  display: block;
  height: 36px;
  width: 160px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 18px;
  border: none;
  background-color: #1879df;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .comments_block .comment-form input.submit:hover {
    background-color: #11549a;
    color: #fff;
  }
}

.comments_block .comment-form input.submit:focus, .comments_block .comment-form input.submit:active {
  color: #fff;
}

header.main-header {
  background-image: url(img/header.jpg);
  background-size: cover;
  position: relative;
  z-index: 100;
  padding: 64px 0;
}

header.main-header .main {
  padding: 0 24px;
}

.single header.main-header,
.page-template-contact header.main-header,
.page-template-speaking header.main-header,
.page-template-consulting header.main-header {
  background-image: none;
  padding-bottom: 0;
}

.single header.main-header .header-content,
.page-template-contact header.main-header .header-content,
.page-template-speaking header.main-header .header-content,
.page-template-consulting header.main-header .header-content {
  min-height: 64px;
}

.single header.main-header .header-content h1.back-btn,
.page-template-contact header.main-header .header-content h1.back-btn,
.page-template-speaking header.main-header .header-content h1.back-btn,
.page-template-consulting header.main-header .header-content h1.back-btn {
  position: relative;
  padding: 0 0 0 64px;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

.single header.main-header .header-content h1.back-btn a,
.page-template-contact header.main-header .header-content h1.back-btn a,
.page-template-speaking header.main-header .header-content h1.back-btn a,
.page-template-consulting header.main-header .header-content h1.back-btn a {
  position: absolute;
  top: 6px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  color: rgba(0, 0, 0, 0.56);
}

@media screen and (max-width: 600px) {
  .single header.main-header .header-content h1.back-btn a,
  .page-template-contact header.main-header .header-content h1.back-btn a,
  .page-template-speaking header.main-header .header-content h1.back-btn a,
  .page-template-consulting header.main-header .header-content h1.back-btn a {
    top: 0;
  }
}

.single header.main-header .header-content h1.back-btn a:hover,
.page-template-contact header.main-header .header-content h1.back-btn a:hover,
.page-template-speaking header.main-header .header-content h1.back-btn a:hover,
.page-template-consulting header.main-header .header-content h1.back-btn a:hover {
  color: rgba(0, 0, 0, 0.87);
}

.header-content {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-content img.thad {
  margin-top: 16px;
  display: block;
}

.header-content .header-text h1 {
  padding: 0;
}

.header-content .header-text p {
  padding: 0;
}

.header-content .header-text p.top-position {
  padding-bottom: 48px;
}

.header-content .header-text p.top-position span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
}

.header-content .blue-btn {
  margin-top: 24px;
}

.header-row {
  width: 100%;
  height: 56px;
  padding: 0 0 0 56px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
}

.header-row.animate {
  top: -96px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.header-row.animate.back {
  top: 0;
}

.header-row .search-box {
  height: 48px;
  position: absolute;
  top: 4px;
  right: 4px;
  float: left;
}

.header-row .search-box .search-btn {
  display: block;
  width: 48px;
  height: 48px;
  color: rgba(0, 0, 0, 0.56);
  float: left;
  padding: 12px;
}

@media screen and (min-width: 1024px) {
  .header-row .search-box .search-btn:hover {
    color: rgba(0, 0, 0, 0.87);
  }
}

.header-row .search-box .btn {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: none;
  float: left;
}

.header-row .search-box .btn i {
  color: rgba(0, 0, 0, 0.56);
}

@media screen and (min-width: 1024px) {
  .header-row .search-box .btn:hover i {
    color: rgba(0, 0, 0, 0.56);
  }
}

.header-row .search-box .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-row .search-box input {
  background: none;
  border: none;
  width: 0px;
  line-height: 24px;
  padding: 8px 0;
  font-size: 14px;
  outline: none;
  margin: 4px 0 4px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
}

.header-row.open-search {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.header-row.open-search .menu {
  display: none;
}

.header-row.open-search .search-box input {
  width: calc(100vw - 56px - 4px);
}

.header-row .menu {
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: transparent;
  border: none;
  padding: 12px;
  width: 48px;
  height: 48px;
  color: rgba(0, 0, 0, 0.56);
}

@media screen and (min-width: 1024px) {
  .header-row .menu:hover {
    color: rgba(0, 0, 0, 0.87);
  }
}

@media screen and (max-width: 400px) {
  .header-row .menu.mobile-hide {
    display: none;
  }
}

.hire-thad img {
  margin-bottom: 36px;
}

.hire-thad h1 {
  font-weight: 400;
}

img.thad {
  display: block;
  width: 134px;
  height: 134px;
  margin: 0 auto;
}

.inner-header {
  text-align: center;
}

.inner-header span {
  display: block;
  color: rgba(0, 0, 0, 0.56);
  font-size: 16px;
}

.inner-header p {
  padding: 0;
}

.inner-header p.top-position {
  padding-bottom: 48px;
}

.inner-header p.top-position span {
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
}

.inner-header strong {
  display: block;
  font-weight: 300;
  letter-spacing: -0.032em;
  line-height: 130px;
  font-size: 96px;
  padding-bottom: 8px;
}

.inner-header h1 {
  padding: 0;
}

.owl-carousel {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.owl-carousel .book {
  width: 224px;
  min-height: 522px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
}

.owl-carousel .book .book-cover {
  display: block;
  margin-bottom: 32px;
  width: 100%;
  -webkit-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.14);
}

.owl-carousel .book h3.book-title {
  font-size: 14px;
  padding-bottom: 8px;
}

.owl-carousel .book .description {
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  line-height: 20px;
}

.owl-carousel .book .author {
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 60px;
}

.owl-carousel .book .obtain {
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -112px;
  display: block;
  height: 36px;
  width: 224px;
  border-radius: 18px;
  background-color: #1879df;
  border: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #f5f5f5;
  font-size: 14px;
  letter-spacing: 0.089em;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .owl-carousel .book .obtain:hover {
    background-color: #11549a;
  }
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin: -24px 0 0 !important;
  padding: 0 !important;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px !important;
  font-size: 24px !important;
  color: rgba(0, 0, 0, 0.56) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 12px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 12px;
}

.owl-carousel .owl-nav button:hover {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.56) !important;
}

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe #mc_embed_signup form {
  padding: 0;
}

.subscribe #mc_embed_signup form #mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  .subscribe #mc_embed_signup form #mc_embed_signup_scroll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subscribe #mc_embed_signup form #mc_embed_signup_scroll input.email {
  padding: 0 16px;
  height: 56px;
  width: 300px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.32);
}

.subscribe #mc_embed_signup form #mc_embed_signup_scroll .blue-btn {
  margin: 0 0 0 24px;
}

@media screen and (max-width: 600px) {
  .subscribe #mc_embed_signup form #mc_embed_signup_scroll .blue-btn {
    margin: 24px 0 0;
  }
}

@media print {
  body {
    color: #000;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  header.main-header {
    background-image: none;
  }
  .search-box,
  .blue-btn,
  .menu,
  .slider-menu,
  .main-section.gray,
  .col-3,
  .no-break,
  .wp-pagenavi {
    display: none;
  }
  .row .col-9 {
    width: 100%;
    padding-left: 0;
  }
}
.wpcf7-form-control-wrap{
	height:100%;
}
/*# sourceMappingURL=style.css.map */