/*
Theme Name: Fintech Intel
Author: Anonymous
Author URI:
Version: 1
Description: Fintech Intel theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Fintech Intel
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.slick-dots, .main-nav ul, #footer .links ul, .text-block ul, .text-block ol, .form-area ul, .form-area .gform_fields, .accordion, .browseby-sections ul, .tags ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after {
  content: '';
  display: block;
  clear: both; }

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

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #25364A;
  background: #fff;
  font: 18px/1.7777777778 "Manrope", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1598px) {
    body {
      font-size: 17px;
      line-height: 28px; } }
  @media (max-width: 1199px) {
    body {
      font-size: 16px;
      line-height: 28px; } }

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

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

a {
  -webkit-transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  text-decoration: none; }
  a:hover {
    color: #000082; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.7777777778em; }

blockquote {
  border-left: 4px solid #7B8694;
  padding-left: .5em;
  margin-left: 1.7777777778em; }

th, td {
  border: 1px solid #000082;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea, select, input[type='number'], .select2-container--default .select2-selection--single {
  height: 50px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 20px;
  border: solid 1px #E9E9E9;
  padding: 14px 20px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #25364A;
  background-color: #fff;
  font-family: "Manrope", sans-serif; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, .select2-container--default .select2-selection--single::-webkit-input-placeholder {
    color: #25364A; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder, select::-moz-placeholder, input[type='number']::-moz-placeholder, .select2-container--default .select2-selection--single::-moz-placeholder {
    opacity: 1;
    color: #25364A; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder, select:-moz-placeholder, input[type='number']:-moz-placeholder, .select2-container--default .select2-selection--single:-moz-placeholder {
    color: #25364A; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, .select2-container--default .select2-selection--single:-ms-input-placeholder {
    color: #25364A; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder, select.placeholder, input[type='number'].placeholder, .select2-container--default .select2-selection--single.placeholder {
    color: #25364A; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus, select:focus, input[type='number']:focus, .select2-container--default .select2-selection--single:focus {
    border-color: #000082; }

select, .select2-container--default .select2-selection--single {
  background: #fff url("images/select-bg2.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  font-weight: 400;
  font-family: inherit; }
  select option, .select2-container--default .select2-selection--single option {
    font-weight: 400;
    font-family: sans-serif; }

.select2-container--default .select2-selection--single {
  padding-top: 14px; }
  @media (min-width: 768px) {
    .select2-container--default .select2-selection--single {
      padding-top: 17px; } }

.select2-dropdown {
  border-color: #E4E4E4 !important; }

.select2-search__field {
  font-size: 15px !important;
  line-height: 20px !important;
  padding: 10px 24px !important; }
  @media (min-width: 768px) {
    .select2-search__field {
      font-size: 17px !important;
      line-height: 20px !important;
      padding: 10px 24px !important; } }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 140px !important;
  resize: none; }

button, .btn,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 25px;
  min-height: 48px;
  text-align: center;
  border-radius: 5px;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #fff;
  background: #000082;
  border: 0;
  letter-spacing: 0.7px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) {
    button, .btn,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'], .button {
      font-size: 17px;
      line-height: 20px;
      padding: 17px 30px;
      min-height: 56px; } }
  @media (min-width: 1024px) {
    button, .btn,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'], .button {
      font-size: 18px; } }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover, .button:hover {
    background-color: #010161;
    opacity: 1;
    color: #fff; }
  button.btn-secondary, .btn.btn-secondary,
  input[type='button'].btn-secondary,
  input[type='reset'].btn-secondary,
  input[type='file'].btn-secondary,
  input[type='submit'].btn-secondary, .button.btn-secondary {
    background-color: #7B8694;
    color: #fff; }
    button.btn-secondary:hover, .btn.btn-secondary:hover,
    input[type='button'].btn-secondary:hover,
    input[type='reset'].btn-secondary:hover,
    input[type='file'].btn-secondary:hover,
    input[type='submit'].btn-secondary:hover, .button.btn-secondary:hover {
      background-color: #626d7a; }
  button.btn-white, .btn.btn-white,
  input[type='button'].btn-white,
  input[type='reset'].btn-white,
  input[type='file'].btn-white,
  input[type='submit'].btn-white, .button.btn-white {
    background-color: #fff;
    color: #7B8694; }
    button.btn-white:hover, .btn.btn-white:hover,
    input[type='button'].btn-white:hover,
    input[type='reset'].btn-white:hover,
    input[type='file'].btn-white:hover,
    input[type='submit'].btn-white:hover, .button.btn-white:hover {
      background-color: #72a32f;
      color: #fff; }
  button.btn-info, .btn.btn-info,
  input[type='button'].btn-info,
  input[type='reset'].btn-info,
  input[type='file'].btn-info,
  input[type='submit'].btn-info, .button.btn-info {
    background-color: #25364A;
    color: #fff; }
    button.btn-info:hover, .btn.btn-info:hover,
    input[type='button'].btn-info:hover,
    input[type='reset'].btn-info:hover,
    input[type='file'].btn-info:hover,
    input[type='submit'].btn-info:hover, .button.btn-info:hover {
      background-color: #141d28;
      color: #fff; }
  button.btn-info-light, .btn.btn-info-light,
  input[type='button'].btn-info-light,
  input[type='reset'].btn-info-light,
  input[type='file'].btn-info-light,
  input[type='submit'].btn-info-light, .button.btn-info-light {
    background-color: #F5F1FF;
    color: #4E1BDF; }
    button.btn-info-light:hover, .btn.btn-info-light:hover,
    input[type='button'].btn-info-light:hover,
    input[type='reset'].btn-info-light:hover,
    input[type='file'].btn-info-light:hover,
    input[type='submit'].btn-info-light:hover, .button.btn-info-light:hover {
      background-color: #d1beff;
      color: #4E1BDF; }
  button i, .btn i,
  input[type='button'] i,
  input[type='reset'] i,
  input[type='file'] i,
  input[type='submit'] i, .button i {
    display: inline-block;
    vertical-align: top;
    margin: 2px 8px 0 0; }

.fancybox-button {
  min-height: inherit;
  padding: 0; }
  .fancybox-button:hover {
    background: #000; }

.field_sublabel_below .gfield_label {
  margin-bottom: 6px;
  display: block; }

input[type='file'] {
  border-bottom: 0;
  background-color: #000082;
  color: #fff; }

.main-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-cols #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main-cols #sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px;
    margin-left: 20px; }

.paging {
  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; }
  @media (min-width: 768px) {
    .paging {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .paging .nav-links {
    margin: 0 -12px; }
    .paging .nav-links .prev, .paging .nav-links .next {
      padding: 2px 10px; }

.paging {
  clear: both;
  text-align: center;
  width: 100%; }

.paging .nav-links a, .paging .nav-links span {
  color: #25364A !important;
  text-decoration: none;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  margin: 2px 8px;
  border-radius: 100%;
  font-family: "Manrope", sans-serif;
  border: 0; }
  @media (min-width: 768px) {
    .paging .nav-links a, .paging .nav-links span {
      margin: 2px 10px;
      font-size: 24px;
      line-height: 30px; } }

.paging .nav-links a:hover, .paging .nav-links span.current {
  color: #7B8694 !important; }

.paging .nav-links .next, .paging .nav-links .prev {
  font-size: 14px;
  border: solid 1px #25364A;
  border-radius: 0; }
  @media (min-width: 1200px) {
    .paging .nav-links .next, .paging .nav-links .prev {
      font-size: 16px; } }

.fancybox-button:after {
  display: none; }

.widget {
  margin-bottom: 1.7777777778em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    width: 100%; }
    .search-form input[type='search'] {
      width: 100%;
      margin-bottom: 14px; }

.post-password-form input {
  width: 100%; }
  .post-password-form input[type='password'] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000082;
  color: #fff;
  font-size: 20px;
  line-height: 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #7B8694; }

.commentlist {
  margin: 0 0 1.7777777778em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.7777777778em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.7777777778em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.7777777778em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #000082;
    color: #fff;
    padding: 18px 20px 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px; }

.navigation-single .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.navigation-single, .navigation-single .nav-links {
  margin: 0 -10px; }
  .navigation-single .next, .navigation-single .nav-next,
  .navigation-single .prev, .navigation-single .nav-previous, .navigation-single .nav-links .next, .navigation-single .nav-links .nav-next,
  .navigation-single .nav-links .prev, .navigation-single .nav-links .nav-previous {
    margin: 0 10px; }
    .navigation-single .next a, .navigation-single .nav-next a,
    .navigation-single .prev a, .navigation-single .nav-previous a, .navigation-single .nav-links .next a, .navigation-single .nav-links .nav-next a,
    .navigation-single .nav-links .prev a, .navigation-single .nav-links .nav-previous a {
      color: #25364A;
      text-decoration: none;
      background: none;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      border: solid 1px #E7E7E7;
      border-radius: 0;
      padding: 5px 10px; }
      @media (min-width: 1200px) {
        .navigation-single .next a, .navigation-single .nav-next a,
        .navigation-single .prev a, .navigation-single .nav-previous a, .navigation-single .nav-links .next a, .navigation-single .nav-links .nav-next a,
        .navigation-single .nav-links .prev a, .navigation-single .nav-links .nav-previous a {
          font-size: 16px; } }
      .navigation-single .next a:hover, .navigation-single .nav-next a:hover,
      .navigation-single .prev a:hover, .navigation-single .nav-previous a:hover, .navigation-single .nav-links .next a:hover, .navigation-single .nav-links .nav-next a:hover,
      .navigation-single .nav-links .prev a:hover, .navigation-single .nav-links .nav-previous a:hover {
        color: #000082; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.7777777778em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.7777777778em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.7777777778em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.7777777778em; }

.mejs-container {
  margin-bottom: 1.7777777778em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.widget_calendar table {
  width: 100%; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.2;
  display: block; }

h1, .h1 {
  font-size: 32px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 36px; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 36px; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 45px; } }
  @media (min-width: 1680px) {
    h1, .h1 {
      font-size: 40px; } }

h2, .h2 {
  font-size: 38px;
  line-height: 1.3; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 42px;
      line-height: 1.2; } }
  @media (min-width: 1680px) {
    h2, .h2 {
      font-size: 36px; } }

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #25364A; }
  a:hover, a:focus {
    text-decoration: none; }

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-address:before {
  content: "\e937"; }

.icon-comments:before {
  content: "\e93b"; }

.icon-calendar-check:before {
  content: "\e93c"; }

.icon-edit-3:before {
  content: "\e931"; }

.icon-phone:before {
  content: "\e932"; }

.icon-map-pin:before {
  content: "\e933"; }

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

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

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

.icon-phone3:before {
  content: "\e938"; }

.icon-email:before {
  content: "\e939"; }

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

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

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

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

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

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

.icon-construction:before {
  content: "\e905"; }

.icon-consultants:before {
  content: "\e906"; }

.icon-contractors:before {
  content: "\e907"; }

.icon-data-center:before {
  content: "\e908"; }

.icon-education:before {
  content: "\e909"; }

.icon-enduser:before {
  content: "\e90a"; }

.icon-facilities:before {
  content: "\e90b"; }

.icon-healthcare:before {
  content: "\e90c"; }

.icon-info:before {
  content: "\e90d"; }

.icon-militry:before {
  content: "\e90e"; }

.icon-sales:before {
  content: "\e90f"; }

.icon-search:before {
  content: "\e910"; }

.icon-target:before {
  content: "\e911"; }

.icon-icon-call:before {
  content: "\e912"; }

.icon-icon-clock:before {
  content: "\e913"; }

.icon-icon-email:before {
  content: "\e914"; }

.icon-icon-quote:before {
  content: "\e915"; }

.icon-icon-quote2:before {
  content: "\e916"; }

.icon-icon-send:before {
  content: "\e917"; }

.icon-icon-user:before {
  content: "\e918"; }

.icon-arrow_right_alt:before {
  content: "\e919"; }

.icon-long-arrow-right:before {
  content: "\e91a"; }

.icon-long-arrow-left:before {
  content: "\e91b"; }

.icon-long-arrow-up:before {
  content: "\e91c"; }

.icon-long-arrow-down:before {
  content: "\e91d"; }

.icon-check_circle:before {
  content: "\e91e"; }

.icon-location:before {
  content: "\e91f"; }

.icon-download:before {
  content: "\e920"; }

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

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

.icon-envelope1:before {
  content: "\e923"; }

.icon-home:before {
  content: "\e924"; }

.icon-watch_later:before {
  content: "\e925"; }

.icon-youtube1:before {
  content: "\e926"; }

.icon-location1:before {
  content: "\e927"; }

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

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

.icon-info1:before {
  content: "\e92a"; }

.icon-check_circle1:before {
  content: "\e92b"; }

.icon-paperplane:before {
  content: "\e92c"; }

.icon-search1:before {
  content: "\e92d"; }

.icon-search2:before {
  content: "\e92e"; }

.icon-phone1:before {
  content: "\e92f"; }

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

.icon-phone2:before {
  content: "\e942"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-search3:before {
  content: "\f002"; }

.icon-user:before {
  content: "\f007"; }

.icon-check:before {
  content: "\f00c"; }

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-check1:before {
  content: "\f00f"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-redo:before {
  content: "\f01e"; }

.icon-sync:before {
  content: "\f021"; }

.icon-list:before {
  content: "\f03a"; }

.icon-list1:before {
  content: "\f03b"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-check-circle1:before {
  content: "\f059"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-comment:before {
  content: "\f075"; }

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

.icon-google-plus-g:before {
  content: "\f0d5"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin-in:before {
  content: "\f0e1"; }

.icon-envelope2:before {
  content: "\f0e2"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-ellipsis-h1:before {
  content: "\f143"; }

.icon-ellipsis-v1:before {
  content: "\f144"; }

.icon-play-circle:before {
  content: "\f145"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

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

.icon-tumblr:before {
  content: "\f173"; }

.icon-long-arrow-down1:before {
  content: "\f175"; }

.icon-long-arrow-up1:before {
  content: "\f176"; }

.icon-long-arrow-left1:before {
  content: "\f177"; }

.icon-long-arrow-right1:before {
  content: "\f178"; }

.icon-vk:before {
  content: "\f189"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-vimeo-v:before {
  content: "\f27d"; }

.icon-envira:before {
  content: "\f299"; }

.icon-bath:before {
  content: "\f2cd"; }

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

.icon-map-marker-alt:before {
  content: "\f3c5"; }

.icon-equals:before {
  content: "\f52c"; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  display: none;
  outline: none !important; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slide-pagination {
  overflow: hidden; }

.slick-pagination {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .slick-pagination .slick-next {
    position: absolute;
    right: 0;
    top: 0; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 35px !important; }
  @media (min-width: 768px) {
    .slick-dots {
      padding-top: 50px !important; } }
  .slick-dots li {
    padding: 0 3px; }
    .slick-dots li button {
      min-width: inherit;
      border: 0;
      background: none;
      font-size: 0;
      line-height: 0;
      width: 14px;
      height: 14px;
      min-height: inherit;
      border-radius: 100%;
      background: none;
      border: solid 1px #000082;
      -webkit-transition: background linear 0.3s;
      transition: background linear 0.3s;
      padding: 0;
      display: block;
      outline: none; }
      .slick-dots li button:hover {
        background: #000082 !important;
        border-color: #000082; }
    .slick-dots li.slick-active button {
      background: #000082;
      border-color: #000082; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  font-size: 17px;
  left: 0;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c5c3cd;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  font-weight: 600; }
  .slick-prev i,
  .slick-next i {
    margin: -2px 3px 0;
    font-size: 22px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #7B8694; }

.slick-next {
  left: auto;
  right: 0;
  color: #7B8694; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #03101f;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .85;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
  @media (min-width: 768px) {
    .fancybox-slide {
      padding: 44px; } }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  min-width: inherit; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  background: none !important; }

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  background: #1e1e1e99; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fancybox-content {
  border: solid 8px #fff; }
  @media (min-width: 768px) {
    .fancybox-content {
      border: solid 10px #fff; } }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff; }

#header {
  position: relative;
  z-index: 1000;
  background: #fff; }
  @media (max-width: 575px) {
    #header .select-box {
      display: none; } }

.exchnage-bar {
  background: #FAFAFA;
  padding: 6px 0;
  color: #25364A;
  font-size: 12px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .exchnage-bar {
      font-size: 13px; } }
  @media (min-width: 1680px) {
    .exchnage-bar {
      font-size: 15px; } }
  @media (min-width: 768px) {
    .exchnage-bar .container {
      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; } }
  .exchnage-bar .exchnage-rates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .exchnage-bar .exchnage-rates .heading {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      line-height: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 10px; }
      @media (min-width: 1200px) {
        .exchnage-bar .exchnage-rates .heading {
          font-size: 15px; } }
      @media (min-width: 1680px) {
        .exchnage-bar .exchnage-rates .heading {
          font-size: 17px; } }
      .exchnage-bar .exchnage-rates .heading .flag {
        margin: 0 8px;
        max-width: 25px; }
        @media (min-width: 1024px) {
          .exchnage-bar .exchnage-rates .heading .flag {
            max-width: 35px; } }
        .exchnage-bar .exchnage-rates .heading .flag img {
          display: block; }
  .exchnage-bar .marqee-holder {
    overflow: hidden; }
    .exchnage-bar .marqee-holder ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 22px; }
      @media (min-width: 768px) {
        .exchnage-bar .marqee-holder ul {
          width: auto !important;
          margin: 0 !important; } }
      .exchnage-bar .marqee-holder ul li {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (min-width: 1024px) {
          .exchnage-bar .marqee-holder ul li {
            margin: 0 15px; } }
        @media (min-width: 1200px) {
          .exchnage-bar .marqee-holder ul li {
            margin: 0 25px; } }
        @media (min-width: 768px) {
          .exchnage-bar .marqee-holder ul li.cloned {
            display: none; } }
        .exchnage-bar .marqee-holder ul li .flag {
          margin: 0 8px 0 0;
          display: block;
          max-width: 25px; }
          @media (min-width: 1024px) {
            .exchnage-bar .marqee-holder ul li .flag {
              max-width: 30px;
              margin: 0 12px 0 0; } }
          .exchnage-bar .marqee-holder ul li .flag img {
            display: block; }
        .exchnage-bar .marqee-holder ul li .title {
          display: block; }
  .exchnage-bar .social-networks {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 767px) {
      .exchnage-bar .social-networks {
        display: none; } }

.social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -2px;
  font-size: 12px; }
  .social-networks li {
    margin: 0 2px; }
    .social-networks li + li:before {
      content: '|';
      margin: 0 6px 0 6px;
      color: #CBD5DD; }
    .social-networks li a {
      color: #000082; }
      .social-networks li a:hover {
        color: #25364A; }

.menu-bar {
  border: solid 1px #eee;
  border-width: 1px 0;
  padding: 9px 0; }
  @media (max-width: 767px) {
    .menu-bar {
      position: relative; } }
  .menu-bar .container {
    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; }
    @media (max-width: 575px) {
      .menu-bar .container {
        display: block; }
        .menu-bar .container .menu-opener {
          display: none; } }
  .menu-bar .highlight {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #FAFAFA;
    border-left: solid 3px #000082;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 16px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 576px) {
      .menu-bar .highlight {
        font-size: 13px;
        line-height: 18px;
        padding: 10px 16px;
        -webkit-box-flex: inherit;
            -ms-flex-positive: inherit;
                flex-grow: inherit; } }
    @media (min-width: 768px) {
      .menu-bar .highlight {
        width: 420px; } }
    @media (min-width: 1680px) {
      .menu-bar .highlight {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 20px;
        width: 500px; } }
    .menu-bar .highlight .highlight-slider {
      margin: 0 0  0 10px;
      position: relative;
      width: 100%; }
      @media (min-width: 576px) {
        .menu-bar .highlight .highlight-slider {
          margin: 0 0  0 20px; } }
      .menu-bar .highlight .highlight-slider:before {
        position: absolute;
        left: -15px;
        top: 0;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #000082;
        margin: 4px 10px 0 0;
        -webkit-animation: 1s blink ease infinite;
                animation: 1s blink ease infinite; }
        @media (min-width: 576px) {
          .menu-bar .highlight .highlight-slider:before {
            width: 11px;
            height: 11px;
            left: -20px; } }
      .menu-bar .highlight .highlight-slider .slide {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
  @media (max-width: 1199px) {
    .menu-bar .main-nav {
      display: none; } }

@-webkit-keyframes "blink" {
  from, to {
    opacity: 0.4; }
  50% {
    opacity: 1; } }

@keyframes "blink" {
  from, to {
    opacity: 0.4; }
  50% {
    opacity: 1; } }

.main-nav {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .main-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1680px) {
    .main-nav {
      font-size: 14px;
      line-height: 20px; } }
  .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1680px) {
      .main-nav ul {
        margin: 0 -5px; } }
    @media (min-width: 1600px) {
      .main-nav ul {
        margin: 0 -13px; } }
    .main-nav ul li {
      position: relative; }
      .main-nav ul li a {
        display: block;
        padding: 12px 9px; }
        @media (min-width: 1200px) {
          .main-nav ul li a {
            text-align: center;
            color: #25364A; } }
        @media (min-width: 1680px) {
          .main-nav ul li a {
            padding: 12px 14px; } }
        .main-nav ul li a:hover {
          color: #000082; }
      .main-nav ul li.active > a {
        color: #000082; }
      @media (min-width: 1200px) {
        .main-nav ul li.menu-item-has-children > a:after {
          display: inline-block;
          vertical-align: top;
          content: '\f107';
          font-family: 'icomoon';
          margin: 2px 0 -2px 6px;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; } }
      @media (min-width: 1200px) {
        .main-nav ul li.menu-item-has-children:hover ul {
          opacity: 1;
          visibility: visible;
          margin-top: 0; }
        .main-nav ul li.menu-item-has-children:hover > a:after {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); } }
    @media (min-width: 1200px) {
      .main-nav ul ul {
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 250px;
        background: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s; } }
    .main-nav ul ul li {
      margin: 0; }
      @media (min-width: 1200px) {
        .main-nav ul ul li {
          border-top: solid 1px rgba(141, 199, 62, 0.1); } }
      .main-nav ul ul li a {
        background: none;
        text-align: left;
        padding: 12px 15px; }
        @media (min-width: 1200px) {
          .main-nav ul ul li a {
            color: #25364A; } }
        .main-nav ul ul li a:hover {
          color: #000082; }
  .main-nav .drop-opener {
    display: none; }

.header-holder {
  padding: 15px 0; }
  @media (max-width: 767px) {
    .header-holder {
      position: relative; } }
  .header-holder .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .header-holder .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; } }
    @media (min-width: 768px) {
      .header-holder .container .logo {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .header-holder .container .adbox {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .header-holder .container .search-area {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  .header-holder .logo {
    max-width: 160px;
    margin: 0 10px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 375px) {
      .header-holder .logo {
        margin: 0 15px 0 0; } }
    @media (min-width: 768px) {
      .header-holder .logo {
        margin: 0 15px 0 0; } }
    @media (min-width: 1024px) {
      .header-holder .logo {
        max-width: 330px;
        -ms-flex-negative: inherit;
            flex-shrink: inherit; } }
    .header-holder .logo img {
      display: block;
      width: 100%; }
  .header-holder .adbox {
    max-width: 727px; }
    @media (max-width: 767px) {
      .header-holder .adbox {
        margin-top: 15px; } }
    .header-holder .adbox img {
      display: block;
      width: 100%; }
  .header-holder .dropbox {
    width: 140px;
    height: 44px;
    border-radius: 10px;
    color: #44566C;
    font-size: 12px;
    line-height: 20px;
    border: solid 1px #eee;
    margin: 0 0 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 50px; }
    @media (min-width: 375px) {
      .header-holder .dropbox {
        width: 150px; } }
    @media (min-width: 480px) {
      .header-holder .dropbox {
        width: 220px; } }
    @media (min-width: 1024px) {
      .header-holder .dropbox {
        width: 220px;
        height: 50px; } }
    @media (max-width: 1442px) {
      .header-holder .dropbox {
        padding: 15px 40px 15px 20px;
        background-size: 50px 50px; } }
    @media (max-width: 1023px) {
      .header-holder .dropbox {
        padding: 12px 35px 12px 15px;
        background-size: 44px 44px; } }
  .header-holder .search-opener {
    width: 44px;
    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;
    height: 44px;
    border: solid 1px #eee;
    border-radius: 8px;
    color: #44566C; }
    @media (min-width: 1024px) {
      .header-holder .search-opener {
        width: 60px;
        height: 50px; } }

.search-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 10px; }
  @media (min-width: 768px) {
    .search-area {
      margin: 0 0 0 10px; } }
  .search-area .searchform {
    position: absolute;
    right: 0;
    top: 100%;
    background: #F6F3F3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    padding: 10px;
    width: 310px;
    margin-top: 20px; }
  .search-area .menu-opener {
    display: none; }
    @media (max-width: 767px) {
      .search-area .menu-opener {
        display: block; } }

.header-holder .main-nav {
  display: none; }
  @media (max-width: 1199px) {
    .header-holder .main-nav {
      display: block; } }

.search-active .search-area .searchform {
  opacity: 1;
  visibility: visible; }

.custom-form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .custom-form-search .form-search-field {
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px; }
  .custom-form-search button {
    border-radius: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    padding: 0;
    min-height: inherit; }

@media (max-width: 1199px) {
  #header:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100vh;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    overflow-y: auto;
    max-height: calc(100vh - 210px);
    font-size: 16px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .main-nav ul {
      display: block;
      margin: 0; }
      .main-nav ul li {
        border-top: solid 1px rgba(123, 134, 148, 0.1); }
        .main-nav ul li a {
          padding: 0;
          display: block;
          padding: 14px 20px;
          color: #25364A; }
        .main-nav ul li.menu-item-has-children > a:after {
          display: none; }
        .main-nav ul li.menu-item-has-children > a {
          padding-right: 80px; }
        .main-nav ul li.active > a {
          color: #000082; }
        .main-nav ul li ul {
          display: none;
          background: white; }
          .main-nav ul li ul li a {
            padding: 17px 40px; }
        .main-nav ul li.drop-active .drop-opener .icon-plus:before {
          content: '\f068'; }
      .main-nav ul .drop-opener {
        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;
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 54px;
        color: #25364A; } }

@media (max-width: 1023px) {
  .main-nav {
    max-height: calc(100vh - 197px); } }

@media (max-width: 767px) {
  .main-nav {
    max-height: calc(100vh - 190px);
    top: 90px; } }

.menu-opener {
  display: none; }
  @media (max-width: 1199px) {
    .menu-opener {
      display: block;
      width: 36px;
      height: 30px;
      position: relative;
      z-index: 3;
      margin: 0 0 0 15px; }
      .menu-opener span, .menu-opener:after, .menu-opener:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s;
        content: "";
        height: 5px;
        background: #000082; }
      .menu-opener span {
        top: 11px; }
      .menu-opener:after {
        top: 22px; } }

@media (max-width: 1199px) {
  .menu-active {
    overflow: hidden;
    height: 100%; }
    .menu-active .menu-opener span {
      opacity: 0; }
    .menu-active .menu-opener:after, .menu-active .menu-opener:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 10px; }
    .menu-active .menu-opener:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .menu-active .main-nav {
      opacity: 1;
      visibility: visible; }
    .menu-active #header:after {
      opacity: 1;
      visibility: visible; } }

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

.fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  @media (max-width: 1199px) {
    .fixed-position #header .main-nav {
      max-height: calc(100vh - 95px); } }
  @media (max-width: 1023px) {
    .fixed-position #header .main-nav {
      max-height: calc(100vh - 91px); } }
  .fixed-position #header .menu-bar {
    display: none; }
    @media (min-width: 1200px) {
      .fixed-position #header .menu-bar {
        display: block; } }
  @media (max-width: 767px) {
    .fixed-position #header .adbox {
      display: none; } }
  @media (max-width: 575px) {
    .fixed-position #header .select-box {
      display: none; } }
  @media (max-width: 1199px) {
    .fixed-position #header .search-area .menu-opener {
      display: block; } }

@-webkit-keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.notice-bar {
  background: #000082;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 0;
  text-align: center; }
  @media (min-width: 576px) {
    .notice-bar {
      text-align: left; } }
  @media (min-width: 768px) {
    .notice-bar {
      font-size: 16px; } }
  @media (min-width: 576px) {
    .notice-bar .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .notice-bar .btn {
    background: #fff;
    color: #000082;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 20px;
    min-height: inherit;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 576px) {
      .notice-bar .btn {
        font-size: 16px;
        line-height: 22px;
        padding: 8px 20px;
        margin: 0 0 0  15px; } }
  .notice-bar .text {
    margin: 0 0 10px; }
    @media (min-width: 576px) {
      .notice-bar .text {
        margin: 0; } }

.counterup-bar {
  background: #000082;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px; }
  @media (min-width: 1680px) {
    .counterup-bar {
      font-size: 20px;
      padding: 24px 0; } }
  .counterup-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .counterup-bar timer {
    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; }
  .counterup-bar .title {
    margin: 0 20px 0 0; }
    @media (min-width: 768px) {
      .counterup-bar .title {
        margin: 0 20px 0 0; } }
    @media (max-width: 575px) {
      .counterup-bar .title {
        font-size: 16px; } }
  .counterup-bar .time-holder {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .counterup-bar .time-holder + .time-holder:before {
      content: '|';
      margin: 0 4px;
      font-weight: 400; }
      @media (min-width: 576px) {
        .counterup-bar .time-holder + .time-holder:before {
          margin: 0 8px; } }
      @media (min-width: 768px) {
        .counterup-bar .time-holder + .time-holder:before {
          margin: 0 15px; } }
    .counterup-bar .time-holder span {
      font-weight: 700;
      min-width: 27px;
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 576px) {
        .counterup-bar .time-holder span {
          font-size: 22px;
          min-width: 35px; } }
      @media (min-width: 1680px) {
        .counterup-bar .time-holder span {
          font-size: 26px; } }
      .counterup-bar .time-holder span + span {
        font-weight: 400;
        padding: 0 0 0 3px;
        font-size: 14px; }
        @media (min-width: 576px) {
          .counterup-bar .time-holder span + span {
            padding: 0 0 0 6px;
            text-transform: uppercase;
            font-size: 16px; } }
        @media (min-width: 1680px) {
          .counterup-bar .time-holder span + span {
            font-size: 18px; } }

.counterup-bar.v2 {
  padding: 0;
  display: block; }

.counterup-bar.v2 .container {
  max-width: none;
  padding: 0;
  display: block; }

@media (min-width: 1680px) {
  .counterup-bar.v2 .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.counterup-bar.v2 .container .col {
  width: 100%;
  padding: 12px 10px;
  background: #5E5E5E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 1024px) {
  .counterup-bar.v2 .container .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; } }

@media (min-width: 1680px) {
  .counterup-bar.v2 .container .col {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.counterup-bar.v2 .container .col:nth-child(2) {
  background: #000082; }

.counterup-bar.v2 .container .col .title {
  font-size: 12px;
  font-weight: 400; }

@media (min-width: 1600px) {
  .counterup-bar.v2 .container .col .title {
    font-size: 16px; } }

.counterup-bar.v2 .time-holder span {
  font-size: 18px; }

@media (min-width: 1600px) {
  .counterup-bar.v2 .time-holder span {
    font-size: 22px; } }

.counterup-bar.v2 .time-holder span + span {
  font-size: 12px; }

@media (min-width: 1600px) {
  .counterup-bar.v2 .time-holder span + span {
    font-size: 14px; } }

.counterup-bar.v2 .time-holder + .time-holder:before {
  margin: 0 5px; }

@media (min-width: 1600px) {
  .counterup-bar.v2 .time-holder + .time-holder:before {
    margin: 0 10px; } }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #000082;
  color: #fff;
  font-size: 16px;
  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;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }
  .back-to-top:hover {
    color: #fff;
    background-color: #000; }

.fixed-position ~ .back-to-top {
  opacity: 1;
  visibility: visible; }

#footer {
  padding: 20px 0;
  font-size: 14px;
  text-align: center; }
  @media (min-width: 768px) {
    #footer {
      text-align: left;
      padding: 30px 0; } }
  @media (min-width: 1024px) {
    #footer {
      padding: 40px 0;
      font-size: 16px; } }
  @media (min-width: 1200px) {
    #footer {
      font-size: 17px; } }
  @media (min-width: 768px) {
    #footer .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  #footer p {
    margin: 0; }
  #footer .links ul {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      #footer .links ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 1024px) {
      #footer .links ul {
        margin: 0 -10px; } }
  #footer .links li {
    margin: 0 5px; }
    @media (min-width: 1024px) {
      #footer .links li {
        margin: 0 10px; } }

.text-block {
  margin: 0 0 20px; }
  .text-block h2 {
    margin: 0 0 15px;
    color: #7B8694; }
  .text-block h3 {
    margin: 0 0 15px; }
  @media (min-width: 768px) {
    .text-block h1 {
      font-size: 50px; } }
  .text-block a {
    text-decoration: underline; }
    .text-block a:hover {
      text-decoration: none; }
  .text-block p {
    margin: 0 0 18px; }
  .text-block ul {
    padding: 0 0 20px; }
    .text-block ul li {
      padding: 0 0 8px 18px;
      position: relative; }
      .text-block ul li:before {
        position: absolute;
        left: 0;
        top: 13px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        content: '';
        background: #25364A; }
  .text-block ol {
    padding: 0 0 20px;
    counter-reset: item; }
    .text-block ol li {
      padding: 0 0 8px 20px;
      position: relative; }
      .text-block ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #25364A;
        content: counters(item, ".") " ";
        counter-increment: item; }
  .text-block blockquote {
    border: 0;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 600; }
    .text-block blockquote q, .text-block blockquote p {
      quotes: none;
      font-style: italic;
      display: block;
      margin: 0 0 8px; }
    .text-block blockquote cite {
      display: block;
      font-weight: 400; }

.btn-area {
  margin: 0 -10px 20px 0; }
  .btn-area .btn {
    margin: 0 10px 10px 0; }

.slider-for .image, .slider-nav .image {
  display: block;
  padding-top: 50%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }

.slider-nav {
  margin: 0 -3px; }
  .slider-nav .slide {
    padding: 6px 3px; }
  .slider-nav .image {
    padding-top: 60%; }

.gallery-holder {
  margin: 0 0 30px;
  position: relative; }
  .gallery-holder .slick-arrow {
    background: #000082;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    color: #fff;
    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;
    margin: 0 15px; }
  .gallery-holder + hr {
    margin-top: 0; }

.iframe-holder {
  position: relative;
  padding-top: 56.2%;
  margin: 0 0 30px;
  background-color: #000; }
  .iframe-holder iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%; }

.main-content .two-cols.row {
  margin: 0 -15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .main-content .two-cols.row .col {
    width: 100%;
    padding: 0 15px !important; }
    @media (min-width: 768px) {
      .main-content .two-cols.row .col {
        width: 50%; } }

.main-content .two-cols + hr {
  margin-top: 0; }

hr {
  border: 0;
  border-top: solid 1px #f1f1f1;
  margin: 30px 0; }

.gmap {
  position: relative;
  height: 397px;
  margin: 0 0 30px;
  background-color: #000082; }
  @media (min-width: 768px) {
    .gmap {
      margin: 0 0 40px; } }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%; }

.form-area {
  margin: 0 0 30px; }
  .form-area h2, .form-area .h2 {
    font-size: 30px;
    margin: 0 0 20px; }
  .form-area ul, .form-area .gform_fields {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
      width: 100%;
      padding: 0 15px 20px; }
      @media (min-width: 768px) {
        .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
          padding: 0 15px 30px; } }
      .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
        width: 100%; }
        @media (min-width: 768px) {
          .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
            width: 50%; } }
      @media (min-width: 768px) {
        .form-area ul li.extra-small, .form-area ul .gfield.extra-small, .form-area .gform_fields li.extra-small, .form-area .gform_fields .gfield.extra-small {
          width: 33.33%; }
        .form-area ul li.medium, .form-area ul .gfield.medium, .form-area .gform_fields li.medium, .form-area .gform_fields .gfield.medium {
          width: 66.66%; } }
  .form-area .gfield_label {
    text-align: left;
    display: block;
    margin-bottom: 4px; }
  .form-area input[type="submit"] {
    min-width: 180px;
    width: 100%;
    text-transform: uppercase;
    height: 60px;
    background: #000082;
    color: #fff; }
    .form-area input[type="submit"]:hover {
      background: #010161; }
  .form-area input[type="file"] {
    width: 100%; }
  .form-area .custom-checkboxes .gfield_label_before_complex {
    font-size: 24px;
    line-height: 27px;
    display: block;
    font-weight: 500;
    margin: 0 0 20px;
    display: none; }
  .form-area .gfield_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px;
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    margin-top: 6px; }
    @media (min-width: 768px) {
      .form-area .gfield_checkbox {
        font-size: 18px; } }
    .form-area .gfield_checkbox .gchoice {
      width: calc(100% - 24px);
      margin: 0 10px 12px;
      position: relative;
      padding: 0 0 0 34px; }
      @media (min-width: 576px) {
        .form-area .gfield_checkbox .gchoice {
          width: calc(50% - 24px); } }
      .form-area .gfield_checkbox .gchoice input {
        position: absolute;
        left: -9999px;
        top: -9999px;
        visibility: hidden; }
      .form-area .gfield_checkbox .gchoice input:checked ~ label:before {
        opacity: 1; }
      .form-area .gfield_checkbox .gchoice label {
        display: block;
        cursor: pointer; }
        .form-area .gfield_checkbox .gchoice label:after {
          position: absolute;
          left: 0;
          top: 4px;
          width: 20px;
          height: 20px;
          border: solid 1px #25364A;
          content: '';
          border-radius: 4px;
          cursor: pointer; }
          @media (min-width: 768px) {
            .form-area .gfield_checkbox .gchoice label:after {
              top: 2px; } }
        .form-area .gfield_checkbox .gchoice label:before {
          position: absolute;
          left: 0;
          top: 2px;
          content: '';
          width: 12px;
          height: 6px;
          border: solid 2px #25364A;
          border-width: 0 0 2px 2px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin: 8px 0 0 4px;
          opacity: 0;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; }
          @media (min-width: 768px) {
            .form-area .gfield_checkbox .gchoice label:before {
              top: 0; } }

.download-btn {
  display: block;
  text-align: center;
  margin: 0 0 14px;
  padding: 19px 20px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  background-color: #000082;
  color: #fff;
  font-weight: 400;
  border-radius: 5px; }
  .download-btn .icon-download {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
    font-size: 22px; }
  .download-btn:hover {
    background-color: #010161;
    color: #fff; }

.downloads-list {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .downloads-list {
      margin: 0 0 40px; } }

.accordion {
  margin: 0 0 40px; }
  .accordion li {
    margin: 0 0 16px; }
    .accordion li.active .opener {
      background: #FAFAFA;
      border-bottom-color: transparent; }
      .accordion li.active .opener:before {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  .accordion .opener {
    display: block;
    font-size: 17px;
    line-height: 22px;
    padding: 20px 70px 20px 20px;
    position: relative;
    border: solid 1px #eee;
    font-weight: 600;
    color: #1a4064;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
    @media (min-width: 1600px) {
      .accordion .opener {
        font-size: 20px;
        line-height: 24px;
        padding: 24px 70px 24px 24px; } }
    .accordion .opener:before {
      content: "\f107";
      font-family: icomoon;
      position: absolute;
      right: 20px;
      color: #7B8694;
      top: 22px;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      pointer-events: none; }
      @media (min-width: 1600px) {
        .accordion .opener:before {
          top: 25px;
          right: 25px; } }
    .accordion .opener:hover {
      color: #secondary; }
  .accordion .slide-holder {
    padding: 0 20px 20px;
    border: solid 1px #eee;
    border-top: 0;
    background-color: #FAFAFA; }
    .accordion .slide-holder p {
      margin: 0; }

.validation_error {
  margin: 0 0 10px; }

.gfield .validation_message {
  display: none; }

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: #f00 !important; }

.gform_footer {
  text-align: center; }

.twocolumns {
  padding: 0 0 30px; }
  @media (min-width: 1024px) {
    .twocolumns {
      padding: 0 0 60px; } }

.image-area {
  margin-bottom: 30px; }
  .image-area img {
    display: block;
    width: 100%; }

.table-holder {
  margin: 0 0 30px; }
  .table-holder table {
    width: 100%;
    text-align: center;
    margin: 0; }
    .table-holder table thead {
      background: #000082;
      color: #fff;
      font-weight: 500; }
    .table-holder table th, .table-holder table td {
      padding: 10px 15px;
      text-align: center;
      border-color: #eee; }
    .table-holder table th {
      font-weight: 500; }
  @media (max-width: 767px) {
    .table-holder {
      overflow-x: auto;
      border: 1px solid #eee;
      border-top: 0;
      border-bottom: 0; }
      .table-holder table {
        min-width: 580px;
        margin-left: -1px; } }

.hidden_label .gfield_label {
  display: none; }

.captcha-align {
  text-align: center; }
  .captcha-align .ginput_recaptcha {
    display: inline-block;
    vertical-align: top; }

.main-content {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .main-content {
      padding: 60px 0; } }

.file-input {
  padding-top: 20px; }
  .file-input label {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    outline: none;
    color: #fff;
    position: relative;
    display: block; }
    .file-input label span {
      font-size: 13px;
      color: #c1c1c1;
      font-style: italic;
      display: block; }
    .file-input label:before {
      display: block;
      content: "";
      background: url(images/icon-upload.png);
      background-size: 100% 100%;
      width: 53px;
      height: 40px;
      margin: 0 auto 10px; }
  .file-input input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
    top: -99999px; }
  .file-input .gfield_required {
    display: inline;
    color: #000082; }
  .file-input.gfield_error .gfield_required {
    color: #f00; }
  .file-input.gfield_error .gfield_label {
    color: #f00; }
  .file-input .ginput_container_fileupload span {
    font-size: 13px;
    color: #c1c1c1;
    font-style: italic; }
  .file-input .gfield_label {
    display: block !important; }

.main-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -5px 20px; }
  @media (min-width: 1024px) {
    .main-gallery {
      margin: 0 -5px; } }
  .main-gallery .col {
    width: calc(100%/4) !important;
    padding: 0 5px 10px !important; }
  .main-gallery a {
    display: block;
    padding-top: 100%;
    background-size: cover;
    background-position: 50% 50%; }

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

@media (max-width: 767px) {
  body {
    font-size: 17px; } }

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 1680px) {
    .container {
      max-width: 1298px; } }

.hero-block {
  overflow: hidden;
  margin: 0 0 15px; }
  .hero-block .hero-holder {
    border-radius: 8px;
    background: #F6F3F3 url(images/hero-bg.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 50px 20px;
    position: relative; }
    @media (min-width: 768px) {
      .hero-block .hero-holder {
        padding: 60px 30px; } }
    @media (min-width: 1024px) {
      .hero-block .hero-holder {
        padding: 80px 40px;
        border-radius: 10px; } }
    @media (min-width: 1200px) {
      .hero-block .hero-holder {
        padding: 100px 60px; } }
    @media (min-width: 1680px) {
      .hero-block .hero-holder {
        padding: 120px 60px; } }
  .hero-block h1 {
    margin: 0 0 15px;
    text-transform: uppercase; }
    .hero-block h1 span {
      color: #000082; }
  .hero-block .caption {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .hero-block .caption {
        width: 70%;
        font-size: 20px;
        line-height: 26px; } }
    @media (min-width: 1366px) {
      .hero-block .caption {
        font-size: 20px;
        line-height: 26px; } }
    @media (min-width: 1024px) {
      .hero-block .caption {
        width: 60%; } }
    @media (min-width: 1680px) {
      .hero-block .caption {
        width: 55%; } }
  .hero-block h4 {
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    font-weight: 400; }
    @media (min-width: 576px) {
      .hero-block h4 {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 768px) {
      .hero-block h4 {
        font-size: 20px;
        line-height: 26px; } }
    @media (min-width: 1024px) {
      .hero-block h4 {
        font-size: 22px;
        line-height: 30px; } }
    @media (min-width: 1200px) {
      .hero-block h4 {
        font-size: 22px;
        line-height: 32px; } }
  .hero-block .image {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    opacity: 0.3;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 576px) {
      .hero-block .image {
        width: 40%;
        opacity: 1; } }
    @media (min-width: 768px) {
      .hero-block .image {
        width: 42%; } }
  .hero-block.v2 .hero-holder {
    padding: 50px 40px; }
    @media (min-width: 1200px) {
      .hero-block.v2 .hero-holder {
        padding: 85px 50px; } }
    @media (min-width: 1680px) {
      .hero-block.v2 .hero-holder {
        padding: 85px 70px; } }
  .hero-block.v2 h1 {
    text-transform: none; }
  .hero-block.v2 #breadcrumbs {
    font-size: 16px; }
    @media (min-width: 1200px) {
      .hero-block.v2 #breadcrumbs {
        font-size: 20px; } }
    .hero-block.v2 #breadcrumbs p {
      margin: 0; }
  .hero-block.v2 .caption {
    width: 100%; }
  @media (min-width: 768px) {
    .hero-block.v2 .image {
      width: 29%;
      right: 0; } }
  @media (min-width: 1200px) {
    .hero-block.v2 .image {
      right: 8%; } }

.content-columns {
  padding: 30px 0 0; }
  @media (min-width: 768px) {
    .content-columns {
      padding: 40px 0 10px; } }
  @media (min-width: 1024px) {
    .content-columns {
      padding: 40px 0; } }
  @media (min-width: 1680px) {
    .content-columns {
      padding: 60px 0; } }
  .content-columns .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    .content-columns .row .col {
      width: 100%;
      padding: 0 15px 30px; }
      @media (min-width: 1024px) {
        .content-columns .row .col {
          width: 58%;
          padding: 0 15px; } }
      @media (min-width: 1024px) {
        .content-columns .row .col:nth-child(2) {
          width: 42%; } }

.featured-article {
  display: block;
  position: relative;
  min-height: 350px; }
  @media (min-width: 1200px) {
    .featured-article {
      min-height: 415px; } }
  @media (min-width: 1680px) {
    .featured-article {
      min-height: 430px; } }
  .featured-article .image {
    width: 100%;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .featured-article .image {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 73%; } }
    @media (min-width: 1024px) {
      .featured-article .image {
        width: 380px; } }
    @media (min-width: 1200px) {
      .featured-article .image {
        width: 480px; } }
    @media (min-width: 1680px) {
      .featured-article .image {
        width: 600px; } }
    @media (min-width: 1600px) {
      .featured-article .image {
        width: 670px; } }
    .featured-article .image:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      z-index: 1;
      background: -webkit-linear-gradient(top, rgba(3, 2, 2, 0.34) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(180deg, rgba(3, 2, 2, 0.34) 0%, rgba(0, 0, 0, 0) 100%); }
    .featured-article .image .image-holder {
      -webkit-transition: linear 0.8s;
      transition: linear 0.8s;
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%; }
      @media (max-width: 767px) {
        .featured-article .image .image-holder {
          padding-top: 70%; } }
  .featured-article .text {
    padding: 30px 0 0;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .featured-article .text {
        padding: 40px 0 40px;
        max-width: 400px; } }
    @media (min-width: 1200px) {
      .featured-article .text {
        max-width: 530px; } }
  .featured-article .cat {
    margin: 0 0 10px; }
    @media (min-width: 1200px) {
      .featured-article .cat {
        margin: 0 0 20px; } }
  .featured-article .title {
    font-size: 26px;
    line-height: 35px;
    margin: 0 0 20px;
    display: block;
    font-weight: 700; }
    @media (min-width: 576px) {
      .featured-article .title {
        font-size: 30px;
        line-height: 40px; } }
    @media (min-width: 1200px) {
      .featured-article .title {
        font-size: 35px;
        line-height: 50px; } }
  .featured-article .meta {
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .featured-article .meta {
        margin: 0 0 40px; } }
    @media (min-width: 1200px) {
      .featured-article .meta {
        margin: 0 0 60px; } }
  .featured-article .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .featured-article .btn-holder .icon {
      color: #000082;
      margin: 0 40px 0 0; }
      @media (min-width: 1680px) {
        .featured-article .btn-holder .icon {
          margin: 0 50px 0 0; } }
      @media (max-width: 767px) {
        .featured-article .btn-holder .icon {
          font-size: 10px;
          margin: 0 20px 0 0; } }
  .featured-article:hover .image-holder {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.meta {
  font-weight: 600;
  font-size: 13px;
  color: #7B8694; }
  @media (min-width: 1024px) {
    .meta {
      font-size: 14px; } }
  @media (min-width: 1680px) {
    .meta {
      font-size: 16px; } }
  .meta span {
    font-weight: 400; }
  .meta a {
    color: #7B8694; }

.cat {
  display: block;
  color: #000082;
  text-transform: uppercase;
  font-weight: 700; }
  @media (max-width: 1199px) {
    .cat {
      font-size: 14px; } }

.graybox {
  border-radius: 5px;
  background: #F6F3F3;
  padding: 32px 25px; }
  @media (min-width: 1200px) {
    .graybox {
      padding: 30px;
      border-radius: 10px; } }
  @media (min-width: 1680px) {
    .graybox {
      border-radius: 15px;
      padding: 30px; } }
  .graybox .article + .article {
    margin-top: 25px; }
    @media (min-width: 1680px) {
      .graybox .article + .article {
        margin-top: 20px; } }
  @media (max-width: 1023px) {
    .graybox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .graybox .article {
        margin: 0;
        width: 50%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .graybox .article + .article {
          margin: 0 0 0 20px; }
        .graybox .article .text {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .graybox .article .image {
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
  @media (max-width: 767px) {
    .graybox {
      display: block; }
      .graybox .article {
        width: 100%; }
        .graybox .article + .article {
          margin: 20px 0 0 0; } }

.article {
  display: block; }
  @media (min-width: 480px) {
    .article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .article .image {
    padding-top: 56.2%;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 20px;
    display: block;
    position: relative; }
    @media (min-width: 480px) {
      .article .image {
        margin: 0 20px 0 0;
        width: 150px;
        height: 130px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding-top: 0; } }
    @media (min-width: 1200px) {
      .article .image {
        width: 200px;
        height: 165px;
        margin: 0 20px 0 0; } }
    @media (min-width: 1680px) {
      .article .image {
        width: 200px;
        height: 175px; } }
    .article .image .image-holder {
      -webkit-transition: linear 0.8s;
      transition: linear 0.8s;
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%; }
      @media (max-width: 479px) {
        .article .image .image-holder {
          position: absolute;
          left: 0;
          top: 0; } }
  .article .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .article .title {
        font-size: 20px;
        line-height: 34px; } }
    @media (min-width: 1680px) {
      .article .title {
        font-size: 22px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      .article .title br {
        display: none; } }
  .article .cat {
    margin: 0; }
    @media (min-width: 1200px) {
      .article .cat {
        margin: 0 0 10px; } }
  .article:hover {
    color: #25364A; }
    .article:hover .image-holder {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.latest-news {
  padding: 0 0 30px; }
  @media (min-width: 1024px) {
    .latest-news {
      padding: 30px 0; } }
  .latest-news h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 40px;
    font-weight: 600;
    position: relative; }
    @media (min-width: 1200px) {
      .latest-news h2 {
        margin: 0 0 70px; } }
    .latest-news h2:before {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 15px;
      content: '';
      height: 1px;
      background: #eee; }
    .latest-news h2 span {
      background: #fff;
      padding: 0 10px 0 10px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      z-index: 1; }
      .latest-news h2 span:after {
        position: absolute;
        left: 0;
        top: 15px;
        background: #000082;
        width: 48px;
        height: 21px;
        content: '';
        opacity: 0.5;
        z-index: -1; }

.threecols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px; }
  @media (min-width: 1024px) {
    .threecols {
      margin: 0 -15px; } }
  .threecols .col {
    padding: 0 10px 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .threecols .col {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .threecols .col {
        padding: 0 15px 30px; } }

.newspost {
  display: block; }
  .newspost .category {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 0 45px;
    position: relative;
    margin: 0 0 8px; }
    @media (min-width: 1024px) {
      .newspost .category {
        margin: 0 0 11px;
        padding: 0 0 0 53px; } }
    @media (min-width: 1200px) {
      .newspost .category {
        font-size: 16px;
        padding: 0 0 0 74px; } }
    .newspost .category:before {
      position: absolute;
      left: 0;
      top: 1px;
      color: #000082;
      content: '\e93a';
      font-family: icomoon;
      font-size: 5px; }
      @media (min-width: 1024px) {
        .newspost .category:before {
          font-size: 7px; } }
      @media (min-width: 1200px) {
        .newspost .category:before {
          font-size: 10px;
          top: 2px; } }
      @media (min-width: 1680px) {
        .newspost .category:before {
          top: 8px; } }
  .newspost .image {
    padding-top: 55%;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 15px;
    overflow: hidden;
    display: block;
    position: relative; }
    .newspost .image .image-holder {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: linear 0.8s;
      transition: linear 0.8s;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%; }
  .newspost h3, .newspost .h3 {
    font-size: 17px;
    line-height: 26px;
    margin: 0; }
    @media (min-width: 1024px) {
      .newspost h3, .newspost .h3 {
        font-size: 18px;
        line-height: 30px; } }
    @media (min-width: 1200px) {
      .newspost h3, .newspost .h3 {
        font-size: 22px;
        line-height: 34px; } }
  .newspost .meta {
    margin: 0 0 5px; }
    @media (min-width: 1024px) {
      .newspost .meta {
        margin: 0 0 10px; } }
  .newspost:hover {
    color: #25364A; }
    .newspost:hover .image-holder {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.about-block .box-holder {
  border-radius: 10px;
  background: #fff;
  padding: 30px 30px;
  margin: 0 0 60px;
  border: solid 1px #ddd; }
  @media (min-width: 1024px) {
    .about-block .box-holder {
      padding: 60px; } }
  @media (min-width: 1680px) {
    .about-block .box-holder {
      padding: 100px;
      border-radius: 15px; } }
  @media (min-width: 1680px) {
    .about-block .box-holder {
      font-size: 18px;
      line-height: 30px; } }

@media (min-width: 768px) {
  .about-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.about-block .row .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .about-block .row .col.logo-col {
    width: 200px;
    margin: 30px auto 0; }
    @media (min-width: 576px) {
      .about-block .row .col.logo-col {
        width: 300px; } }
    @media (min-width: 768px) {
      .about-block .row .col.logo-col {
        width: 170px;
        -webkit-box-flex: inherit;
            -ms-flex-positive: inherit;
                flex-grow: inherit;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 0 0 0 30px; } }
    @media (min-width: 1024px) {
      .about-block .row .col.logo-col {
        width: 200px;
        margin: 0 0 0 50px; } }
    @media (min-width: 1200px) {
      .about-block .row .col.logo-col {
        width: 307px;
        margin: 0 0 0 162px; } }
    .about-block .row .col.logo-col img {
      display: block;
      width: 100%; }

.about-block h2 {
  font-size: 36px;
  margin: 0 0 15px; }

.about-block .followus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .about-block .followus .title {
    color: #ADB7C0;
    margin: 0 15px 0 0; }

.about-block .social-networks li + li:before {
  color: #25364A; }

.fintechpeople {
  padding: 50px 0 30px; }
  @media (min-width: 576px) {
    .fintechpeople {
      padding: 50px 0; } }
  .fintechpeople .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    .fintechpeople .row .col {
      padding: 0 15px;
      width: 100%; }
      @media (min-width: 1024px) {
        .fintechpeople .row .col {
          width: 66.66%; } }
      @media (min-width: 1024px) {
        .fintechpeople .row .col.sidebar {
          width: 33.33%; } }
  .fintechpeople h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 40px;
    font-weight: 600;
    position: relative; }
    @media (min-width: 1200px) {
      .fintechpeople h2 {
        margin: 0 0 70px; } }
    .fintechpeople h2 span {
      background: #fff;
      padding: 0 10px 0 10px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      z-index: 1; }
      .fintechpeople h2 span:after {
        position: absolute;
        left: 0;
        top: 15px;
        background: #000082;
        width: 48px;
        height: 21px;
        content: '';
        opacity: 0.5;
        z-index: -1; }
  .fintechpeople .sub-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    .fintechpeople .sub-row .sub-col {
      width: 100%;
      padding: 0 15px 30px; }
      @media (min-width: 576px) {
        .fintechpeople .sub-row .sub-col {
          width: 50%; } }
      @media (min-width: 1024px) {
        .fintechpeople .sub-row .sub-col {
          padding: 0 15px 50px; } }

.sidebar-graybox {
  border-radius: 10px;
  background: #FAFAFA;
  padding: 25px;
  margin-top: 35px; }
  @media (min-width: 1200px) {
    .sidebar-graybox {
      padding: 30px;
      margin-top: 35px; } }
  .sidebar-graybox .newspost {
    padding: 0 0 15px;
    margin: 0 0 15px;
    display: block;
    border-bottom: solid 1px #eee; }
    @media (min-width: 1200px) {
      .sidebar-graybox .newspost {
        padding: 0 0 20px;
        margin: 0 0 20px; } }
    .sidebar-graybox .newspost:last-child {
      padding: 0;
      margin: 0;
      border: 0; }
    .sidebar-graybox .newspost h3 {
      font-size: 16px;
      line-height: 22px;
      font-weight: 600;
      margin: 0 0 5px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (min-width: 1200px) {
        .sidebar-graybox .newspost h3 {
          font-size: 18px;
          line-height: 25px;
          margin: 0 0 11px;
          font-weight: 500; } }
    .sidebar-graybox .newspost .meta {
      margin: 0 0 2px; }
    .sidebar-graybox .newspost:hover h3 {
      color: #000082; }

.newsletter-block {
  text-align: center; }
  .newsletter-block .newsletter-box {
    border-radius: 15px;
    background: #F6F3F3;
    padding: 35px 20px; }
    @media (min-width: 576px) {
      .newsletter-block .newsletter-box {
        padding: 50px;
        margin: 0; } }
    @media (min-width: 1024px) {
      .newsletter-block .newsletter-box {
        padding: 100px; } }
  .newsletter-block h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400; }
    @media (min-width: 576px) {
      .newsletter-block h4 {
        margin: 0 0 40px; } }
    @media (min-width: 768px) {
      .newsletter-block h4 {
        margin: 0 0 70px;
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .newsletter-block h4 {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .newsletter-block h4 {
        font-size: 24px; } }
  .newsletter-block h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px; }
    @media (min-width: 576px) {
      .newsletter-block h3 {
        margin: -70px 0 30px; } }
    @media (min-width: 768px) {
      .newsletter-block h3 {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      .newsletter-block h3 {
        font-size: 36px;
        margin: -130px 0 30px; } }
    .newsletter-block h3 span {
      display: inline-block;
      vertical-align: top;
      position: relative;
      z-index: 1; }
      .newsletter-block h3 span:after {
        position: absolute;
        left: 50%;
        margin-left: -24px;
        top: 15px;
        background: #000082;
        width: 40px;
        height: 18px;
        content: '';
        opacity: 0.5;
        z-index: -1; }
        @media (min-width: 768px) {
          .newsletter-block h3 span:after {
            width: 48px;
            height: 21px; } }
  .newsletter-block form {
    max-width: inherit;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 576px) {
      .newsletter-block form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1024px) {
      .newsletter-block form {
        max-width: 700px;
        width: auto; } }
    @media (min-width: 1200px) {
      .newsletter-block form {
        max-width: 750px; } }
    @media (min-width: 1680px) {
      .newsletter-block form {
        max-width: 800px; } }
  .newsletter-block .gfield {
    position: relative; }
    .newsletter-block .gfield .gfield_label {
      margin: 0 0 15px;
      color: #ADB7C0;
      font-size: 14px;
      line-height: 20px; }
      @media (min-width: 576px) {
        .newsletter-block .gfield .gfield_label {
          position: absolute;
          left: 0;
          bottom: 100%; } }
      @media (min-width: 1024px) {
        .newsletter-block .gfield .gfield_label {
          font-size: 18px;
          line-height: 26px; } }
  .newsletter-block .gform_body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .newsletter-block input[type='text'],
  .newsletter-block input[type='tel'],
  .newsletter-block input[type='email'],
  .newsletter-block input[type='search'],
  .newsletter-block input[type='password'],
  .newsletter-block input[type='url'],
  .newsletter-block input[type='date'],
  .newsletter-block textarea, .newsletter-block select, .newsletter-block input[type='number'] {
    height: 56px;
    border-radius: 0;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 20px 10px 70px; }
    @media (min-width: 1024px) {
      .newsletter-block input[type='text'],
      .newsletter-block input[type='tel'],
      .newsletter-block input[type='email'],
      .newsletter-block input[type='search'],
      .newsletter-block input[type='password'],
      .newsletter-block input[type='url'],
      .newsletter-block input[type='date'],
      .newsletter-block textarea, .newsletter-block select, .newsletter-block input[type='number'] {
        height: 70px;
        font-size: 18px;
        line-height: 30px;
        padding: 20px 30px 20px 130px; } }
  .newsletter-block input[type="submit"] {
    height: 50px;
    border-radius: 0;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 576px) {
      .newsletter-block input[type="submit"] {
        width: 150px;
        height: 56px; } }
    @media (min-width: 768px) {
      .newsletter-block input[type="submit"] {
        width: 200px;
        height: 50px; } }
    @media (min-width: 1024px) {
      .newsletter-block input[type="submit"] {
        width: 250px;
        height: 70px; } }
    @media (min-width: 1200px) {
      .newsletter-block input[type="submit"] {
        width: 280px; } }
  .newsletter-block .ginput_container {
    position: relative; }
    .newsletter-block .ginput_container:before {
      position: absolute;
      left: 99px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      width: 1px;
      background: #99A3AB;
      height: 40px;
      opacity: 0.5;
      display: none; }
      @media (min-width: 1024px) {
        .newsletter-block .ginput_container:before {
          display: block; } }
    .newsletter-block .ginput_container:after {
      position: absolute;
      left: 24px;
      top: 0;
      content: '\e914';
      font-family: icomoon;
      top: 50%;
      color: #ADB7C0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 1024px) {
        .newsletter-block .ginput_container:after {
          left: 32px; } }

.main-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px; }
  .main-content .row .col {
    width: 100%;
    padding: 0 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 1024px) {
      .main-content .row .col {
        width: 70%; } }
    @media (min-width: 1024px) {
      .main-content .row .col.sidebar-content {
        width: 30%; } }

.main-content .open-close {
  position: relative;
  margin: 0 0 50px; }
  .main-content .open-close .text-holder {
    position: relative; }
    .main-content .open-close .text-holder:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      height: 100px;
      -webkit-transition: linear 0.3s;
      transition: linear 0.3s; }
  .main-content .open-close .slide {
    display: none; }
  .main-content .open-close .opener {
    font-size: 16px;
    color: #000082;
    text-decoration: underline; }
    @media (min-width: 1024px) {
      .main-content .open-close .opener {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .main-content .open-close .opener {
        font-size: 20px; } }
    .main-content .open-close .opener em {
      display: none;
      font-style: normal; }
  .main-content .open-close.active .text-holder:before {
    opacity: 0;
    visibility: hidden; }
  .main-content .open-close.active .opener span {
    display: none; }
  .main-content .open-close.active .opener em {
    display: inline; }

.news-item {
  border-bottom: solid 1px #DBDBDB;
  padding: 0 0 30px;
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .news-item {
      font-size: 16px; } }
  @media (min-width: 576px) {
    .news-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .news-item:last-child {
    border-bottom: 0; }
  .news-item > a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 576px) {
      .news-item > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .news-item .image {
    margin: 0 0 20px;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 58%;
    display: block; }
    @media (min-width: 576px) {
      .news-item .image {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 40%;
        margin: 0 30px 0 0;
        min-height: 200px;
        padding-top: 0; } }
    @media (min-width: 768px) {
      .news-item .image {
        min-height: 285px; } }
    @media (min-width: 1680px) {
      .news-item .image {
        width: 46%;
        margin: 0 30px 0 0; } }
  .news-item .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .news-item:hover {
    text-decoration: none;
    color: #25364A; }
  .news-item .more {
    color: #000082;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500; }
  .news-item p {
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .news-item p {
        margin: 0 0 35px; } }
    @media (min-width: 1680px) {
      .news-item p {
        margin: 0 0 46px; } }
  .news-item h3 {
    margin: 0 0 18px;
    font-size: 20px; }
    @media (min-width: 768px) {
      .news-item h3 {
        font-size: 23px; } }
    @media (min-width: 1200px) {
      .news-item h3 {
        font-size: 26px; } }
  .news-item .meta {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .news-item .meta {
        font-size: 16px; } }
    .news-item .meta .name {
      color: #BABABA; }
    .news-item .meta .date {
      color: #BABABA; }
      .news-item .meta .date:before {
        content: '|';
        margin: 0 15px 0 15px; }

.sidebar-content .sidebar-graybox {
  margin: 0 0 30px; }

.sidebar-content .heading {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
  color: #fff; }
  .sidebar-content .heading span {
    background: #000082; }

.sidebar-content h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 30px; }

.subscribe-form {
  border-radius: 10px;
  background: #FAFAFA;
  padding: 25px;
  margin: 0 0 30px; }
  @media (min-width: 1200px) {
    .subscribe-form {
      padding: 30px; } }
  .subscribe-form .gfield_label {
    display: block;
    font-size: 14px;
    margin: 0 0 1px; }
  .subscribe-form .gfield {
    margin: 0 0 15px; }
  .subscribe-form input[type="submit"] {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 400; }

.browseby-sections {
  border-radius: 10px;
  background: #FAFAFA;
  padding: 25px;
  margin: 0 0 30px; }
  @media (min-width: 1200px) {
    .browseby-sections {
      padding: 30px; } }
  .browseby-sections ul li a {
    display: block;
    position: relative;
    padding-left: 24px; }
    .browseby-sections ul li a:before {
      position: absolute;
      left: 0;
      top: 13px;
      content: '';
      width: 6px;
      height: 6px;
      background: #25364A;
      border-radius: 100%; }

.advert-box img {
  display: block;
  width: 100%; }

.related-news {
  padding: 0 0 30px; }
  .related-news .heading {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
    color: #fff; }
    .related-news .heading span {
      background: #000082; }
  .related-news .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    .related-news .row .news-item {
      width: 100%;
      padding: 0 15px 30px;
      margin: 0;
      border: 0; }
      @media (min-width: 576px) {
        .related-news .row .news-item {
          width: 50%; } }
      .related-news .row .news-item a {
        display: block; }
        .related-news .row .news-item a .image {
          display: block;
          width: 100%;
          margin: 0 0 20px;
          min-height: inherit;
          padding-top: 60%; }
        .related-news .row .news-item a p {
          margin: 0 0 35px; }

.navigation-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.meta-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    .meta-holder {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      margin: 0 0 20px; } }
  .meta-holder .category-links {
    font-size: 14px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .meta-holder .category-links {
        margin: 0 35px 0 0;
        font-size: 16px; } }
    .meta-holder .category-links a {
      display: inline-block;
      vertical-align: top;
      background: #000082;
      color: #fff;
      margin: 0 6px 12px 0;
      padding: 0px 6px; }

.detail-holder .image {
  height: 305px;
  margin: 0 0 30px; }
  .detail-holder .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.detail-holder .meta {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #25364A; }
  @media (min-width: 768px) {
    .detail-holder .meta {
      font-size: 16px; } }
  .detail-holder .meta .name {
    color: #BABABA; }
  .detail-holder .meta .date {
    color: #BABABA; }
    .detail-holder .meta .date:before {
      content: '|';
      margin: 0 15px 0 15px; }

.detail-holder p {
  margin: 0 0 25px; }

@media (max-width: 1023px) {
  .detail-holder h2 {
    font-size: 30px; } }

@media (max-width: 767px) {
  .detail-holder h2 {
    margin: 0 0 30px; } }

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .tags {
      margin: 0 0 50px; } }
  .tags .title {
    display: block;
    background: #261F14;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 7px;
    margin: 0 6px 0 0; }
  .tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -3px; }
    .tags ul li {
      margin: 0 3px 6px; }
  .tags a {
    display: block;
    background: #F5F5F5;
    color: #25364A;
    font-size: 14px;
    font-weight: 500;
    padding: 0 7px; }
    .tags a:hover {
      color: #fff;
      background: #000082; }

.author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FAFAFA;
  padding: 20px;
  margin: 0 0 30px; }
  @media (min-width: 576px) {
    .author-info {
      padding: 30px;
      margin: 0 0 70px; } }
  .author-info .image {
    width: 90px;
    height: 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 15px 0 0; }
    @media (min-width: 576px) {
      .author-info .image {
        width: 100px;
        height: 100px;
        margin: 0 22px 0 0; } }
  .author-info .heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: block; }
    @media (min-width: 576px) {
      .author-info .heading {
        font-size: 20px;
        margin: 0 0 6px; } }
  .author-info .title {
    color: #AAA;
    font-size: 12px;
    display: block; }
    @media (min-width: 576px) {
      .author-info .title {
        font-size: 16px;
        margin: 0 0 3px; } }

.gform_required_legend {
  display: none; }

.gfield_required_asterisk {
  color: #000082; }

.top-adbox {
  max-width: 911px;
  margin: 0 auto 22px; }

.news-banner {
  padding: 30px 0;
  background: #F1F1F1; }
  @media (min-width: 1024px) {
    .news-banner {
      padding: 40px 0 60px; } }
  .news-banner .newsslider-nav .slick-list {
    margin: 0 -21px;
    padding: 0 21px; }
  .news-banner .newsslider-nav .slide {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
  .news-banner .newsslider-nav .slick-track {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    height: auto !important; }
  .news-banner .newsslider-nav .slick-list {
    height: auto !important; }
  @media (min-width: 1024px) {
    .news-banner .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  @media (min-width: 1024px) {
    .news-banner .row .col {
      width: 67%; } }
  .news-banner .row .col.sidebar-col {
    background: #EBEBEB;
    padding: 20px 20px 10px; }
    @media (min-width: 1024px) {
      .news-banner .row .col.sidebar-col {
        width: 32%; } }
    @media (min-width: 1680px) {
      .news-banner .row .col.sidebar-col {
        padding: 40px 20px 10px; } }
    .news-banner .row .col.sidebar-col .slick-current .newspost.v2 {
      background: #5E5E5E;
      color: #fff; }
      .news-banner .row .col.sidebar-col .slick-current .newspost.v2 h3 {
        color: #fff; }
      .news-banner .row .col.sidebar-col .slick-current .newspost.v2 .meta {
        color: #fff; }
    .news-banner .row .col.sidebar-col .newspost.v2 {
      cursor: pointer; }
    .news-banner .row .col.sidebar-col .newspost {
      padding: 10px 20px;
      margin: 0 -20px; }
      .news-banner .row .col.sidebar-col .newspost:last-child {
        border: 0; }
  .news-banner .heading {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin: 0 0 10px; }
    .news-banner .heading span {
      background: #000082; }
  @media (min-width: 1024px) {
    .news-banner .banner-slider .slick-list {
      margin-bottom: -100px;
      padding-bottom: 100px; } }

.newspost.banner {
  position: relative; }
  @media (min-width: 1024px) {
    .newspost.banner {
      padding: 0 0 0 40px; } }
  .newspost.banner .image {
    margin: 0; }
    @media (min-width: 1024px) {
      .newspost.banner .image {
        padding-top: 0;
        height: 440px;
        margin: 0; } }
    @media (min-width: 1680px) {
      .newspost.banner .image {
        height: 460px; } }
  .newspost.banner:before {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background-image: url(images/link-icon.png);
    background-size: 100% 100%;
    content: '';
    z-index: 1; }
    @media (min-width: 1024px) {
      .newspost.banner:before {
        bottom: -100px;
        width: 88px;
        height: 88px;
        left: 33px; } }
  .newspost.banner .text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(94, 94, 94, 0.9);
    max-width: 450px;
    padding: 20px;
    color: #fff; }
    @media (min-width: 768px) {
      .newspost.banner .text {
        left: 0;
        right: auto; } }
    @media (min-width: 1024px) {
      .newspost.banner .text {
        max-width: 620px;
        bottom: -60px; } }
    .newspost.banner .text h3, .newspost.banner .text .h3 {
      font-size: 24px;
      line-height: 32px;
      color: #fff;
      margin: 0  0 20px; }
      @media (min-width: 576px) {
        .newspost.banner .text h3, .newspost.banner .text .h3 {
          font-size: 26px;
          line-height: 36px; } }
      @media (min-width: 1024px) {
        .newspost.banner .text h3, .newspost.banner .text .h3 {
          font-size: 30px;
          line-height: 40px; } }
      @media (min-width: 1680px) {
        .newspost.banner .text h3, .newspost.banner .text .h3 {
          font-size: 40px;
          line-height: 56px; } }
    .newspost.banner .text p {
      font-size: 16px;
      margin: 0 0 20px;
      display: none; }
      @media (min-width: 576px) {
        .newspost.banner .text p {
          display: block; } }
      @media (min-width: 1024px) {
        .newspost.banner .text p {
          margin: 0 0 40px; } }
      @media (min-width: 1680px) {
        .newspost.banner .text p {
          font-size: 18px; } }
  .newspost.banner .meta-container {
    padding: 0 0 0 65px; }
    @media (min-width: 1024px) {
      .newspost.banner .meta-container {
        padding: 0 0 0 130px; } }
    .newspost.banner .meta-container .meta {
      margin: 0;
      color: #fff; }
      .newspost.banner .meta-container .meta .by {
        color: #fff; }

.newspost {
  display: block; }
  .newspost.v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    .newspost.v2 .image {
      height: 88px;
      margin: 0 0 0 10px;
      width: 70px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      min-height: inherit;
      padding: 0;
      display: none; }
      @media (min-width: 1680px) {
        .newspost.v2 .image {
          display: block; } }
    .newspost.v2 h3, .newspost.v2 .h3 {
      font-size: 16px;
      line-height: 1.35;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (min-width: 1680px) {
        .newspost.v2 h3, .newspost.v2 .h3 {
          font-size: 17px; } }
    .newspost.v2 .meta {
      font-size: 14px;
      margin: 0; }
  .newspost.v3 p {
    color: #25364A;
    font-size: 14px;
    line-height: 22px; }
    @media (min-width: 1680px) {
      .newspost.v3 p {
        font-size: 16px;
        line-height: 30px; } }
  .newspost.v3 .more {
    text-decoration: underline; }
  .newspost.v3 .image {
    padding-top: 85%; }
  .newspost.v3 .meta-container {
    margin: 0 0 10px; }
    @media (min-width: 1680px) {
      .newspost.v3 .meta-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .newspost.v3 .meta-container .meta {
      font-size: 12px;
      margin: 0; }
      @media (min-width: 1680px) {
        .newspost.v3 .meta-container .meta {
          font-size: 14px; } }
  .newspost.v3 h3, .newspost.v3 .h3 {
    margin: 0 0 20px; }
  .newspost.v3 .category {
    font-size: 13px;
    text-transform: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 0;
    margin: 0 4px 0 0; }
    @media (min-width: 1680px) {
      .newspost.v3 .category {
        font-size: 16px; } }
    @media (min-width: 1680px) {
      .newspost.v3 .category:after {
        content: '|';
        color: #777;
        padding: 0 0 0 4px; } }
    .newspost.v3 .category:before {
      display: none; }
  .newspost.v3.v4 {
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    .newspost.v3.v4 .image {
      padding-top: 52%; }
    .newspost.v3.v4:last-child {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .newspost.v3.v4 h3, .newspost.v3.v4 .h3 {
      margin: 0; }
  .newspost.v3.v5 {
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    .newspost.v3.v5 .image {
      padding-top: 45%; }
      @media (min-width: 1680px) {
        .newspost.v3.v5 .image {
          padding-top: 42%; } }
    .newspost.v3.v5 h3, .newspost.v3.v5 .h3 {
      margin: 0; }
    .newspost.v3.v5:last-child {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  .newspost .category {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 0 28px;
    position: relative;
    margin: 0 0 8px; }
    @media (min-width: 1024px) {
      .newspost .category {
        margin: 0 0 11px; } }
    @media (min-width: 1680px) {
      .newspost .category {
        font-size: 16px;
        padding: 0 0 0 32px; } }
    .newspost .category:before {
      font-size: 18px;
      position: absolute;
      left: 0;
      top: -1px;
      content: '\f178';
      font-family: icomoon;
      color: #000082; }
  .newspost .image {
    padding-top: 70%;
    border-radius: 0;
    overflow: hidden;
    margin: 0 0 15px;
    overflow: hidden;
    display: block;
    position: relative; }
    .newspost .image .image-holder {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: linear 0.8s;
      transition: linear 0.8s;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%; }
  .newspost h3, .newspost .h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 600;
    color: #25364A; }
    @media (min-width: 1680px) {
      .newspost h3, .newspost .h3 {
        font-size: 20px;
        line-height: 26px; } }
  .newspost .meta {
    margin: 0 0 5px;
    font-size: 13px;
    color: #777;
    font-weight: 600; }
    @media (min-width: 1680px) {
      .newspost .meta {
        font-size: 16px; } }
    .newspost .meta span {
      font-weight: 400; }
    @media (min-width: 1024px) {
      .newspost .meta {
        margin: 0 0 10px; } }
    .newspost .meta .by {
      color: #000082;
      font-weight: 600; }
  .newspost .more {
    font-size: 16px; }
  .newspost:hover {
    color: #25364A; }
    .newspost:hover .image-holder {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.ctablock {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 60px; }
  .ctablock .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1; }
    .ctablock .bg:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: #000;
      z-index: 1;
      opacity: 1;
      opacity: 0.7;
      mix-blend-mode: multiply; }
  .ctablock .heading-text {
    max-width: 800px;
    margin: 0 auto; }
  .ctablock .btns-holder .btn {
    margin: 0 10px 10px; }
    .ctablock .btns-holder .btn.btn-secondary {
      background: #fff;
      color: #25364A; }
  .ctablock .two-col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px;
    position: relative;
    z-index: 1; }
    .ctablock .two-col-row .r-col {
      width: calc(100% - 30px);
      padding: 40px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative;
      z-index: -1;
      margin: 0 15px 30px; }
      @media (min-width: 1024px) {
        .ctablock .two-col-row .r-col {
          width: calc(50% - 30px);
          margin-bottom: 0; } }
      @media (min-width: 1680px) {
        .ctablock .two-col-row .r-col {
          padding: 60px; } }
      @media (min-width: 1680px) {
        .ctablock .two-col-row .r-col:only-child h2 {
          font-size: 50px; } }
      @media (min-width: 1600px) {
        .ctablock .two-col-row .r-col:only-child .heading-text {
          font-size: 20px; } }
      .ctablock .two-col-row .r-col h2 {
        font-size: 30px; }
        @media (min-width: 1680px) {
          .ctablock .two-col-row .r-col h2 {
            font-size: 32px; } }
      .ctablock .two-col-row .r-col .heading-text {
        padding: 0;
        font-size: 16px; }
        @media (min-width: 1600px) {
          .ctablock .two-col-row .r-col .heading-text {
            font-size: 18px; } }

.adbox .adsanity-alignnone {
  margin: 0 !important; }

/* 28-08-2023 */
.newspost.banner .text {
  max-width: 700px; }
  @media (min-width: 1680px) {
    .newspost.banner .text {
      max-width: 840px; } }

.newspost.banner .text h3, .newspost.banner .text .h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media (min-width: 576px) {
    .newspost.banner .text h3, .newspost.banner .text .h3 {
      font-size: 26px;
      line-height: 30px;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden; } }
  @media (min-width: 1366px) {
    .newspost.banner .text h3, .newspost.banner .text .h3 {
      font-size: 26px;
      line-height: 35px; } }

.newspost.banner .text p {
  font-size: 14px;
  line-height: 26px; }
  @media (min-width: 1366px) {
    .newspost.banner .text p {
      font-size: 16px; } }

@media (max-width: 1679px) {
  .container {
    max-width: 1280px; } }

@media (max-width: 1364px) {
  .container {
    max-width: 1180px; } }

@media (max-width: 1198px) {
  .container {
    max-width: 980px; } }

@media (max-width: 1364px) {
  .hero-block h4 {
    font-size: 18px;
    line-height: 24px; } }

@media (max-width: 1198px) {
  .hero-block h4 {
    font-size: 16px;
    line-height: 20px; } }