/*
Theme Name: Iam
Text Domain: iam
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for iam is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Procab
Author URI: https://procab.ch/
Theme URI: https://procab.ch/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iam

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

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

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid;
  border-color: #eee #eee #ccc;
  background: #fff;
  margin: 0;
  width: 200px;
  margin: 0 10px 15px 0;
  height: 50px;
  padding: 12px 60px 9px 15px; }
  @media (min-width: 1320px) {
    .jcf-select {
      width: 315px;
      margin: 0 16px 0 0; } }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-family: 'Source Sans Pro', 'Arial', 'Verdana', 'Helvetica', sans-serif;
  color: #999;
  margin: 0; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 50px;
  bottom: -1px;
  right: -1px;
  top: -1px; }
  .jcf-select .jcf-select-opener:hover {
    background: #ff3036; }
    .jcf-select .jcf-select-opener:hover:before {
      color: #fff; }
  .jcf-select .jcf-select-opener:before {
    content: "\e904";
    font-family: 'icomoon';
    color: #e02a2f;
    font-size: 12px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 16px;
    left: 22px; }
    @media (min-width: 1024px) {
      .jcf-select .jcf-select-opener:before {
        top: 11px; } }

.jcf-drop-active .jcf-select-opener {
  background: #ff3036 !important; }
  .jcf-drop-active .jcf-select-opener:before {
    color: #fff !important; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ccc; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 18px;
  line-height: 23px;
  font-family: 'Source Sans Pro', 'Arial', 'Verdana', 'Helvetica', sans-serif;
  color: #999;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }
  .jcf-list ul li + li {
    border-top: 1px solid #ccc; }
  .jcf-list ul li span {
    padding: 15px !important;
    white-space: nowrap;
    text-overflow: ellipsis; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

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

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

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-balanced-mandate:before {
  content: "\e916";
}
.icon-building-mandate:before {
  content: "\e910";
}
.icon-european-mandate:before {
  content: "\e911";
}
.icon-market-mandate:before {
  content: "\e912";
}
.icon-metals-mandate:before {
  content: "\e913";
}
.icon-swiss-equities-mandate:before {
  content: "\e914";
}
.icon-world-equities-mandate:before {
  content: "\e915";
}
.icon-admin-user:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-arc:before {
  content: "\e903";
}
.icon-angle:before {
  content: "\e904";
}
.icon-arrow:before {
  content: "\e905";
}
.icon-building:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e907";
}
.icon-circle-star:before {
  content: "\e908";
}
.icon-globe:before {
  content: "\e909";
}
.icon-graph:before {
  content: "\e90a";
}
.icon-market:before {
  content: "\e90b";
}
.icon-metal-fond:before {
  content: "\e90c";
}
.icon-plus:before {
  content: "\e90d";
}
.icon-angle-small:before {
  content: "\e90e";
}

#nav ul, .language-list ul, .language-list, .team-gallery .pagination ul, .performance-list, .publication-block ul, .newsletter-block ul, .glossaire-list, .form-section ul, .panel-block .partner-list, .news-list, #footer .info-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after, .content-block.glossaire-block .heading-block:after, .content-holder:after, .contact-form .row:after, .post:after, .response-form .row: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: #000;
  background: #fff;
  font: 16px/1.5 "Source Sans Pro", "Arial", "Verdana", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1024px) {
    body {
      font-size: 18px;
      line-height: 28px; } }

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

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

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #eee;
  padding-left: .5em;
  margin-left: 1.5em; }

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

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

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

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

.widget {
  margin-bottom: 1.5em; }
  .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;
  width: 300px; }
.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block; }
.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px; }

.search-form input {
  float: left;
  height: 2em; }
  .search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.5em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.5em 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.5em; }

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.5em; }
  .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; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }

.navigation-single {
  margin-bottom: 1.5em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #000;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

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

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

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

h2, .h2 {
  font-size: 28px; }

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

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

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

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

p {
  margin: 0 0 1em; }

a {
  color: #000;
  -webkit-transition: color 0.25s linear;
          transition: color 0.25s linear; }
  a:hover, a:focus {
    text-decoration: none;
    color: #e02a2f; }

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  padding: 12px 0 8px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 17px;
  font-weight: 800;
  /*position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;*/
  background: #fff; }
  #header.fixed-position {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0; }
  .home #header {
    border: 0; }
    .home #header.fixed-position {
      border-bottom: 1px solid  #ccc; }
  @media (min-width: 768px) {
    #header {
      padding: 13px 0 0; } }

.logo {
  position: relative;
  z-index: 1;
  float: left;
  width: 85px;
  -webkit-transition: width linear 0.25s;
          transition: width linear 0.25s; }
  @media (min-width: 768px) {
    .logo {
      width: 95px; } }
  @media (min-width: 1024px) {
    .logo {
      width: 119px; } }
  @media (min-width: 1024px) {
    .home .logo {
      position: relative;
      z-index: 1;
      /*width: 177px;*/
      width: 145px; } }
  @media (min-width: 1024px) {
    .home .fixed-position .logo {
      width: 119px; } }
  .logo img {
    display: block;
    width: 100%; }

.nav-opener {
  width: 30px;
  height: 23px;
  position: absolute;
  font-size: 0;
  line-height: 0;
  /*right: 20px;
  top: 20px;*/
  top: 10px;
  right: -5px; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }
  .nav-opener:hover span, .nav-opener:hover:before, .nav-opener:hover:after {
    background: #e02a2f; }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    background: #001f44;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after {
    top: 0;
    margin: 0;
    content: ''; }
  .nav-opener:after {
    top: auto;
    bottom: 0; }
  .nav-active .nav-opener span {
    display: none; }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -3px;
    background: #e02a2f; }
  .nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 50%; }

.header-area {
  position: relative;
  min-height: 45px;
  -webkit-transition: all 0.25s linear 0s;
          transition: all 0.25s linear 0s; }
  @media (min-width: 768px) {
    .header-area {
      overflow: hidden;
      padding: 25px 0 0 25px;
      letter-spacing: -5px;
      text-align: right; } }
  @media (min-width: 1024px) {
    .header-area {
      padding: 20px 0 0 25px; } }
  @media (min-width: 1024px) {
    .home .header-area {
      padding-top: 35px; } }
  @media (min-width: 1024px) {
    .home .fixed-position .header-area {
      padding: 25px 0 0 25px; } }

.nav-drop {
  /* overflow:hidden; */
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.25s linear;
          transition: all 0.25s linear;
  background: #001f44;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
  @media (min-width: 768px) {
    .nav-drop {
      position: static;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      background: none;
      /*padding-right: 28px;*/
      display: inline-block;
      vertical-align: top;
      width: inherit;
      letter-spacing: 0; } }
  @media (min-width: 1024px) {
    .nav-drop {
      /*padding-right: 59px;*/ } }
  @media (max-width: 767px) {
    .nav-drop {
      position: fixed;
      bottom: 0;
      overflow-x: hidden;
      overflow-y: auto; } }
  .nav-active .nav-drop {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

@media (min-width: 768px) {
  #nav ul, .language-list ul {
    overflow: visible; } }
@media (max-width: 767px) {
  #nav li, .language-list li {
    border-top: 1px solid #00132b; } }
@media (max-width: 767px) {
  #nav li.active a, .language-list li.active a, #nav li.current-menu-item a, .language-list li.current-menu-item a {
    background: #002b5e; } }
@media (min-width: 768px) {
  #nav li.active > a, .language-list li.active > a, #nav li.current-menu-item > a, .language-list li.current-menu-item > a {
    color: #e02a2f; }
    #nav li.active > a:after, .language-list li.active > a:after, #nav li.current-menu-item > a:after, .language-list li.current-menu-item > a:after {
      right: 0; } }
#nav li.current-menu-ancestor > a, .language-list li.current-menu-ancestor > a {
  color: #e02a2f; }
@media (min-width: 768px) {
  #nav li, .language-list li {
    float: left;
    padding: 8px 0 15px 13px; }
     }
    @media(min-width: 1024px) and (max-width: 1200px) {
      #nav li, .language-list li,
      .fixed-position #nav li, .language-list li {
      padding: 9px 0 28px 28px;
      position: relative; }

      #header {
        font-size: 14px;
      }      
    }
    @media(min-width: 768px) and (max-width: 1023px) {
      #header {
        font-size: 12px;
      }

      .header-area .language-list > li .language-hover-list {
        top: 80% !important;
      }
    }
    @media (min-width: 1201px) {
     #nav li, .language-list li,
     .fixed-position #nav li, .language-list li {
      padding: 9px 0 28px 38px;
      position: relative; } 
    }
@media (min-width: 1024px) {

     }
#nav a, .language-list a {
  color: #fff;
  text-decoration: none; }
  @media (max-width: 767px) {
    #nav a, .language-list a {
      display: block;
      padding: 15px 20px; }
      #nav a:blank, .language-list a:blank {
        display: none; } }
  @media (min-width: 768px) {
    #nav a, .language-list a {
      color: #001f44;
      position: relative; } }
  @media (min-width: 768px) {
    #nav a:after, .language-list a:after {
      bottom: -29px;
      left: 0;
      right: 100%;
      height: 3px;
      content: '';
      background: #e02a2f;
      position: absolute; } }
  @media (min-width: 1024px) {
    #nav a:after, .language-list a:after {
      bottom: -27px; }
      .fixed-position #nav a:after, .language-list a:after {
      bottom: -26px; } }
  @media (max-width: 767px) {
    #nav a:hover {
      background: #002b5e; } }
  @media (min-width: 768px) {
    #nav a:hover, .language-list a:hover {
      color: #e02a2f; } }
  #nav a:hover:after, .language-list a:hover:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    right: 0; }

@media (min-width: 768px) {
  .m-hidden {
    display: none; } }
@media (max-width: 767px) {
  #nav .has-dropdown > span, .language-list .has-dropdown > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 47px;
    cursor: pointer; }
    #nav .has-dropdown > span.opener:before, .language-list .has-dropdown > span.opener:before, #nav .has-dropdown > span.opener:after, .language-list .has-dropdown > span.opener:after {
      position: absolute;
      top: 50%;
      content: "";
      display: block;
      width: 15px;
      height: 3px;
      background: #fff;
      right: 15px;
      margin: -2px auto 0 auto;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s; }
    #nav .has-dropdown > span.opener:after, .language-list .has-dropdown > span.opener:after {
      width: 15px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s; }
    #nav .has-dropdown > span.closer:before, .language-list .has-dropdown > span.closer:before, #nav .has-dropdown > span.closer:after, .language-list .has-dropdown > span.closer:after {
      position: absolute;
      top: 50%;
      content: "";
      display: block;
      width: 15px;
      height: 3px;
      background: #fff;
      right: 15px;
      margin: -2px auto 0 auto;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s; }

  /*.language-hover-list {
    display: none;
    border-top: 1px solid #00132b; }*/

  .m-hidden {
    display: block; }

  .language-list li a span {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0; }
    .language-list li a span.opener:before, .language-list li a span.opener:after {
      position: absolute;
      top: 50%;
      content: "";
      display: block;
      width: 15px;
      height: 3px;
      background: #fff;
      right: 15px;
      margin: -2px auto 0 auto;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s; }
    .language-list li a span.opener:after {
      width: 15px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s; }
    .language-list li a span.closer:before, .language-list li a span.closer:after {
      position: absolute;
      top: 50%;
      content: "";
      display: block;
      width: 15px;
      height: 3px;
      background: #fff;
      right: 15px;
      margin: -2px auto 0 auto;
      -webkit-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s; }
  .language-list li:not(:last-of-type) {
    border-bottom: 1px solid #00132b; }
  .language-list li .language-sub-list li a {
    padding-left: 40px; } }
@media (min-width: 768px) {
  .top-bar-list {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    /*max-width: 59px;*/ } }
@media (max-width: 767px) {
  .language-list > li > a {
    position: relative; color: #000; padding: 0 15px 7px 15px; } }
.language-list li {
  border: 0; }
.language-list a {
  text-decoration: none; }

/* Ramesh SCSS rules */
@media (min-width: 768px) {
  .header-area {
    overflow: visible; }
    .header-area .language-list a:after {
      display: none; }
    .header-area .language-list {
      overflow: visible; }
      .header-area .language-list > li {
        /*padding: 0 0 30px 18px !important; */
        padding: 0 0 0px 0px !important; }
        .header-area .language-list > li > a {
          padding: 0 20px 8px; letter-spacing: 1px;display: block;}
          .header-area .language-list > li > a:hover:before {
            display: none; }
         }
@media only screen and (device-width: 1024px) {
  .header-area .language-list > li .language-hover-list {
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 25px;
    z-index: 1;
    opacity: 0;
    padding-top: 8px;
    max-width: 59px;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; }

  .header-area .language-list > li:hover .language-hover-list {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Portrait iPad display */
  .header-area .language-list > li .language-hover-list {
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 25px;
    z-index: 1;
    opacity: 0;
    padding-top: 8px;
    max-width: 59px;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) and (max-width: 767px) {
    .header-area .language-list > li .language-hover-list {
      position: static !important;
      opacity: 1;
      pointer-events: auto;
      padding: 0 0;
      width: 100%;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition: none;
              transition: none;
      max-width: 100%; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header-area .language-list > li:hover .language-hover-list {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Landscape iPad display */
  .header-area .language-list > li .language-hover-list {
    pointer-events: none;
    /* position: absolute; */
    top: 100%;
    right: 0;
    left: 25px;
    z-index: 1;
    opacity: 0;
    padding-top: 8px;
    max-width: 59px;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    /* -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; */ }

  .header-area .language-list > li:hover .language-hover-list {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }
#nav a, .language-list a {
  -webkit-transition: none;
  transition: none; }
#nav li.has-dropdown, .language-list li.has-dropdown {
  position: relative; }
  #nav li.has-dropdown:hover > a, .language-list li.has-dropdown:hover > a {
    color: #e02a2f; }
  #nav li.has-dropdown > a:after, .language-list li.has-dropdown > a:after {
    display: none; }
  #nav li.has-dropdown > .menu-dropdown-wrap, .language-list li.has-dropdown > .menu-dropdown-wrap {
    position: absolute;
    top: 100%;
    left: -55px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    padding: 10px 0 0;
    width: 300px;
    color: #001f44;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; }
    #nav li.has-dropdown > .menu-dropdown-wrap .has-dropdown:hover > a, .language-list li.has-dropdown > .menu-dropdown-wrap .has-dropdown:hover > a {
      background: #e02a2f;
      color: #ffffff; }
    @media (max-width: 767px) {
      #nav li.has-dropdown > .menu-dropdown-wrap, .language-list li.has-dropdown > .menu-dropdown-wrap {
        position: static !important;
        opacity: 1;
        pointer-events: auto;
        display: none;
        padding: 0 0;
        width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-transition: none;
                transition: none;
        background: #001f44; } }
    #nav li.has-dropdown > .menu-dropdown-wrap a, .language-list li.has-dropdown > .menu-dropdown-wrap a {
      text-transform: none;
      line-height: 1.2em;
      font-weight: 700;
      text-align: left; }
      #nav li.has-dropdown > .menu-dropdown-wrap a:hover, .language-list li.has-dropdown > .menu-dropdown-wrap a:hover {
        background: #e02a2f;
        color: #ffffff; }
        #nav li.has-dropdown > .menu-dropdown-wrap a:hover:after, .language-list li.has-dropdown > .menu-dropdown-wrap a:hover:after {
          display: none; }
        #nav li.has-dropdown > .menu-dropdown-wrap a:hover figure img, .language-list li.has-dropdown > .menu-dropdown-wrap a:hover figure img {
          -webkit-filter: brightness(0) invert(1);
          -moz-filter: brightness(0) invert(1);
          -ms-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }
      #nav li.has-dropdown > .menu-dropdown-wrap a:after, .language-list li.has-dropdown > .menu-dropdown-wrap a:after {
        display: none; }
      @media (max-width: 767px) {
        #nav li.has-dropdown > .menu-dropdown-wrap a:blank, .language-list li.has-dropdown > .menu-dropdown-wrap a:blank {
          display: none; } }
    #nav li.has-dropdown > .menu-dropdown-wrap:before, .language-list li.has-dropdown > .menu-dropdown-wrap:before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1;
      content: "";
      display: block;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #ffffff; }
      @media (max-width: 767px) {
        #nav li.has-dropdown > .menu-dropdown-wrap:before, .language-list li.has-dropdown > .menu-dropdown-wrap:before {
          display: none; } }
    #nav li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown, .language-list li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown {
      background: #ffffff; }
      @media (max-width: 767px) {
        #nav li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown, .language-list li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown {
          background: #001f44; } }
      #nav li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown > li, .language-list li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown > li {
        float: none;
        padding: 0 0 0 0; }
        #nav li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown > li:not(:last-of-type), .language-list li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown > li:not(:last-of-type) {
          border-bottom: 1px solid #f0f0f0; }
          @media (max-width: 767px) {
            #nav li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown > li:not(:last-of-type), .language-list li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown > li:not(:last-of-type) {
              border-bottom: none; } }
        #nav li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown > li > a, .language-list li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown > li > a {
          padding: 15px 15px; }
          @media (max-width: 767px) {
            #nav li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown > li > a, .language-list li.has-dropdown > .menu-dropdown-wrap ul.menu-dropdown > li > a {
              padding: 13px 15px; } }
    #nav li.has-dropdown > .menu-dropdown-wrap .menu-dropdown-wrap, .language-list li.has-dropdown > .menu-dropdown-wrap .menu-dropdown-wrap {
      position: absolute;
      top: 0;
      right: -288px;
      left: auto;
      z-index: 1;
      padding: 0 0;
      padding-left: 15px;
      width: 288px;
      color: #001f44; }
      @media (max-width: 767px) {
        #nav li.has-dropdown > .menu-dropdown-wrap .menu-dropdown-wrap, .language-list li.has-dropdown > .menu-dropdown-wrap .menu-dropdown-wrap {
          background: #001f44; } }
      #nav li.has-dropdown > .menu-dropdown-wrap .menu-dropdown-wrap:before, .language-list li.has-dropdown > .menu-dropdown-wrap .menu-dropdown-wrap:before {
        position: absolute;
        top: 25px;
        right: auto;
        left: -5px;
        z-index: 1;
        content: "";
        display: block;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffffff; }
        @media (max-width: 767px) {
          #nav li.has-dropdown > .menu-dropdown-wrap .menu-dropdown-wrap:before, .language-list li.has-dropdown > .menu-dropdown-wrap .menu-dropdown-wrap:before {
            display: none; } }
  #nav li.has-dropdown.hover.animate .menu-dropdown-wrap.menu-animate, .language-list li.has-dropdown.hover.animate .menu-dropdown-wrap.menu-animate {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  #nav li.has-dropdown .submenu-dropdown-wrap, .language-list li.has-dropdown .submenu-dropdown-wrap {
    font-size: 0; }
    #nav li.has-dropdown .submenu-dropdown-wrap .menu-item-col, .language-list li.has-dropdown .submenu-dropdown-wrap .menu-item-col {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-weight: lighter; }
      #nav li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-picto, .language-list li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-picto {
        width: 20%;
        /* border-radius: 50%; */ }
        #nav li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-picto figure, .language-list li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-picto figure {
          margin: 0 0; }
        #nav li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-picto img, .language-list li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-picto img {
          /* border-radius: 50%; */ }
      #nav li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta, .language-list li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta {
        padding-left: 10px;
        width: 80%; }
        #nav li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta h4, .language-list li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta h4 {
          margin-bottom: 5px;
          font-size: 14px;
          text-transform: none; }
        #nav li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta + p, .language-list li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta + p, #nav li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta p, .language-list li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta p {
          margin-bottom: 10px;
          font-size: 12px; }
          #nav li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta + p:not(:last-of-type), .language-list li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta + p:not(:last-of-type), #nav li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta p:not(:last-of-type), .language-list li.has-dropdown .submenu-dropdown-wrap .menu-item-col.menu-item-meta p:not(:last-of-type) {
            margin-bottom: 0; }
  #nav li.has-dropdown .menu-dropdown li > a, .language-list li.has-dropdown .menu-dropdown li > a {
    display: block; }

@media (max-width: 767px) {
  #nav li.has-dropdown .first-level-dropdown .menu-dropdown-wrap, .language-list li.has-dropdown .first-level-dropdown .menu-dropdown-wrap {
    background: #fff;
    padding: 0;
    width: 100%; }
    #nav li.has-dropdown .first-level-dropdown .menu-dropdown-wrap .second-level-dropdown, .language-list li.has-dropdown .first-level-dropdown .menu-dropdown-wrap .second-level-dropdown {
      background: #fff; }
      #nav li.has-dropdown .first-level-dropdown .menu-dropdown-wrap .second-level-dropdown li a, .language-list li.has-dropdown .first-level-dropdown .menu-dropdown-wrap .second-level-dropdown li a {
        color: #001f44; } }
#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative; }

.fixed-position + main {
  -webkit-transition: padding 0s linear 0s;
          transition: padding 0s linear 0s; }

main {
  padding: 50px 0 0;
  -webkit-transition: padding 0.35s linear 0s;
          transition: padding 0.35s linear 0s; }
  @media (min-width: 1024px) {
    main {
      padding: 89px 0 0; } }
  @media (min-width: 1024px) {
    main.home {
      padding: 118px 0 0; } }

.container {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto; }

.resize-active *:not(.news--col) {
  -webkit-transition: none !important;
          transition: none !important; }

h1 {
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 30px;
  font-size: 27px;
  color: #001f44;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 0 0 35px;
  position: relative; }
  @media (min-width: 1024px) {
    h1 {
      padding: 0 0 0 60px;
      font-size: 40px;
      line-height: 45px; } }
  h1:after {
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    height: 3px;
    width: 25px;
    background: #e02a2f;
    content: ''; }
    @media (min-width: 1024px) {
      h1:after {
        width: 40px; } }

h2 {
  font-weight: 400;
  line-height: 31px;
  margin: 0 0 30px;
  color: #698aa2; }
  @media (max-width: 374px) {
    h2 {
      font-size: 25px; } }
  @media (min-width: 1024px) {
    h2 {
      font-size: 30px;
      line-height: 35px;
      margin: 0 0 48px; } }
  h2 a {
    color: #698aa2;
    text-decoration: none; }
    h2 a:hover {
      color: #e02a2f; }

h3,
.text-heading3,
.ico-holder + span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 900;
  color: #001f44;
  text-transform: uppercase;
  margin: 0 0 15px; }
  @media (min-width: 1024px) {
    h3,
    .text-heading3,
    .ico-holder + span {
      font-size: 16px;
      line-height: 21px;
      margin: 0 0 36px; } }
  h3 a,
  .text-heading3 a,
  .ico-holder + span a {
    text-decoration: none;
    color: #001f44; }
    h3 a:hover,
    .text-heading3 a:hover,
    .ico-holder + span a:hover {
      color: #e02a2f; }

p {
  margin: 0 0 18px; }
  @media (min-width: 768px) {
    p {
      margin: 0 0 25px; } }
  @media (min-width: 1024px) {
    p {
      margin: 0 0 29px; } }

@media (min-width: 768px) {
  .visible-xs {
    display: none !important; } }

.hidden-xs {
  display: none !important; }
  @media (min-width: 768px) {
    .hidden-xs {
      display: block !important; } }

.heading-block {
  background: #fff;
  padding: 20px 0 5px; }
  @media (min-width: 1024px) {
    .heading-block {
      padding: 29px 0 17px; } }

.btn, button[type=submit],
input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: #e02a2f;
  padding: 11px 61px 12px 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all linear 0.25s;
          transition: all linear 0.25s; }
  @media (min-width: 1024px) {
    .btn, button[type=submit],
    input[type="submit"] {
      padding: 15px 67px 14px 17px; } }
  .btn:before, button[type=submit]:before,
  input[type="submit"]:before {
    content: "\e90d";
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    border-left: 1px solid #b72a38;
    background: #e02a2f;
    font-size: 12px;
    z-index: 1;
    -webkit-transition: all linear 0.25s;
            transition: all linear 0.25s;
    padding: 12px 0 0; }
    @media (min-width: 1024px) {
      .btn:before, button[type=submit]:before,
      input[type="submit"]:before {
        width: 51px;
        font-size: 14px;
        padding: 15px 0 0; } }
  .btn.back, button.back[type=submit],
  input.back[type="submit"] {
    padding: 15px 17px 14px 67px; }
    .btn.back:before, button.back[type=submit]:before,
    input.back[type="submit"]:before {
      right: inherit;
      left: 0;
      content: "\e904";
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .btn:hover, button[type=submit]:hover,
  input[type="submit"]:hover, .btn:focus, button[type=submit]:focus,
  input[type="submit"]:focus {
    color: #fff;
    background: #b72a38; }
    .btn:hover:before, button[type=submit]:hover:before,
    input[type="submit"]:hover:before, .btn:focus:before, button[type=submit]:focus:before,
    input[type="submit"]:focus:before {
      border-color: #ff3036;
      background: #b72a38; }

.bg-stretch {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .bg-stretch img {
    max-width: inherit; }

.intro-gallery {
  color: #fff;
  position: relative; }
  .intro-gallery .container {
    position: relative; }
  .intro-gallery .caption-holder {
    /*background: #001f44;*/
    padding: 20px 20px;
    margin: 0 -20px;
    opacity: 0;
    -webkit-transition: opacity ease-out 0.4s;
            transition: opacity ease-out 0.4s;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .intro-gallery .caption-holder.caption-holder--blue {
    background-color: #001f44;
  }
    @media (min-width: 768px) {
      .intro-gallery .caption-holder {
        margin: 0;
        position: absolute;
        top: 50px;
        right: 20px;
        width: 480px;
        padding: 50px 50px; } }
    @media (min-width: 1024px) {
      .intro-gallery .caption-holder {
        top: 80px;
        padding: 50px 80px; } }
  .intro-gallery .bg-stretch {
    height: 200px; }
    @media (min-width: 768px) {
      .intro-gallery .bg-stretch {
        height: inherit; } }
  .intro-gallery .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .intro-gallery .slideset {
    width: 99999px;
    float: left; }
  .intro-gallery .slide {
    width: 320px;
    float: left;
    padding-top: 200px; }
    @media (min-width: 768px) {
      .intro-gallery .slide {
        padding-top: 0;
        min-height: 450px; } }
    @media (min-width: 1024px) {
      .intro-gallery .slide {
        min-height: 700px; } }
    .intro-gallery .slide.active {
      z-index: 1; }
      .intro-gallery .slide.active .caption-holder {
        opacity: 1; }
  .intro-gallery h1 {
    margin: 0 0 25px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    padding: 0; }
    .caption-holder--blue h1 {
      color: #fff;
    }
    @media (min-width: 1024px) {
      .intro-gallery h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 43px; } }
    .intro-gallery h1:after {
      display: none; }
    .intro-gallery h1 span {
      clear: both;
      display: block; }
      @media (max-width: 767px) {
        .intro-gallery h1 span {
          font-size: 16px;
          line-height: 22px;
          padding-top: 15px; } }
      @media (min-width: 768px) {
        .intro-gallery h1 span {
          padding-top: 40px; } }
  .intro-gallery .btn-prev,
  .intro-gallery .btn-next {
    position: absolute;
    text-decoration: none;
    top: 95px;
    z-index: 99;
    left: 20px;
    font-size: 10px;
    color: #e02a2f;
    -webkit-transition: opacity 0.25s linear;
            transition: opacity 0.25s linear;
    height: 12px;
    font-size: 0;
    line-height: 0;
    width: 22px;
    background: url(images/arrow-left.png) no-repeat; }
    @media (min-width: 768px) {
      .intro-gallery .btn-prev,
      .intro-gallery .btn-next {
        top: 152px;
        right: 460px;
        left: auto; } }
    @media (min-width: 1024px) {
      .intro-gallery .btn-prev,
      .intro-gallery .btn-next {
        top: 242px;
        right: 450px;
        left: auto; } }
    .intro-gallery .btn-prev:hover, .intro-gallery .btn-prev:focus,
    .intro-gallery .btn-next:hover,
    .intro-gallery .btn-next:focus {
      opacity: 0.8; }
  .intro-gallery .btn-next {
    left: auto;
    right: 20px;
    z-index: 99;
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
    top: 93px; }
    @media (min-width: 768px) {
      .intro-gallery .btn-next {
        right: 40px;
        top: 150px; } }
    @media (min-width: 1024px) {
      .intro-gallery .btn-next {
        right: 44px;
        top: 240px; } }
  .intro-gallery.not-enough-slides .btn-next,
  .intro-gallery.not-enough-slides .btn-prev {
    display: none; }

.content-block {
  padding: 35px 0 37px; }
  .content-block.graph-block {
    background-repeat: no-repeat !important;
    background-position: center center !important; }
  @media (min-width: 768px) {
    .content-block {
      overflow: hidden; } }
  @media (min-width: 1024px) {
    .content-block {
      padding: 72px 0 54px; } }
  .content-block.video-post-block {
    background: #415c7c;
    color: #fff;
    padding: 35px 20px 40px;
    overflow: hidden;
    min-height: 350px; }
    @media (min-width: 768px) {
      .content-block.video-post-block {
        position: relative;
        min-height: 370px;
        padding: 35px 0 40px; } }
    @media (min-width: 1024px) {
      .content-block.video-post-block {
        min-height: 400px;
        padding: 72px 0 69px; } }
    @media (min-width: 1520px) {
      .content-block.video-post-block {
        min-height: 460px; } }
    .content-block.video-post-block .video-holder {
      margin: 0 0 19px; }
      @media (max-width: 767px) {
        .content-block.video-post-block .video-holder .link-play {
          top: 65%; } }
      @media (max-width: 767px) {
        .content-block.video-post-block .video-holder .bg-stretch {
          position: static; } }
      @media (max-width: 767px) {
        .content-block.video-post-block .video-holder .bg-stretch img {
          position: static !important;
          margin: 0 !important;
          width: inherit !important;
          height: inherit !important;
          max-width: 100%; } }
      @media (min-width: 768px) {
        .content-block.video-post-block .video-holder {
          position: absolute;
          bottom: 0;
          top: 0;
          left: 0;
          width: 400px;
          margin: 0; } }
      @media (min-width: 1024px) {
        .content-block.video-post-block .video-holder {
          width: 500px; } }
      @media (min-width: 1200px) {
        .content-block.video-post-block .video-holder {
          width: 600px; } }
      @media (min-width: 1500px) {
        .content-block.video-post-block .video-holder {
          width: 720px; } }
      .content-block.video-post-block .video-holder + .text-holder {
        max-width: 1320px; }
        @media (min-width: 768px) {
          .content-block.video-post-block .video-holder + .text-holder {
            padding-left: 400px; } }
        @media (min-width: 1024px) {
          .content-block.video-post-block .video-holder + .text-holder {
            padding-left: 510px; } }
        @media (min-width: 1200px) {
          .content-block.video-post-block .video-holder + .text-holder {
            padding-left: 620px; } }
        @media (min-width: 1500px) {
          .content-block.video-post-block .video-holder + .text-holder {
            padding-left: 780px; }
            .content-block.video-post-block .video-holder + .text-holder h2 {
              margin: 0 0 35px; }
            .content-block.video-post-block .video-holder + .text-holder p {
              margin: 0 0 32px; } }
        @media (min-width: 1600px) {
          .content-block.video-post-block .video-holder + .text-holder {
            max-width: 1600px; } }
        @media (max-width: 767px) {
          .content-block.video-post-block .video-holder + .text-holder .container {
            padding: 0; } }
    .content-block.video-post-block h2 {
      color: #fff; }
      .content-block.video-post-block h2 a {
        color: #fff; }
        .content-block.video-post-block h2 a:hover {
          color: #f0f0f0; }
  .content-block.performance-block {
    text-align: center;
    margin: 0 0 -6px;
    background: url(images/ico-graph.png) no-repeat 50% 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
    @media (min-width: 1024px) {
      .content-block.performance-block {
        margin: 0 0 -15px; } }
    .content-block.performance-block .text-heading3, .content-block.performance-block .ico-holder + span {
      margin-top: 6px; }
    .content-block.performance-block h2 {
      margin: 0 0 21px; }
  .content-block.instagram-frame {
    text-align: center;
    padding-bottom: 32px; }
    .content-block.instagram-frame h2 {
      margin: 0 0 7px; }
    .content-block.instagram-frame h3 {
      margin: 0 0 33px; }
      @media (min-width: 1024px) {
        .content-block.instagram-frame h3 {
          margin: 0 0 29px; } }
  .content-block.gray-style {
    background: #eee; }
    .content-block.gray-style.two-columns, .content-block.gray-style.three-columns {
      padding: 0; }
      @media (min-width: 768px) {
        .content-block.gray-style.two-columns .accordion-block .accordion-opener, .content-block.gray-style.three-columns .accordion-block .accordion-opener {
          padding: 0; } }
      @media (min-width: 768px) {
        .content-block.gray-style.two-columns .accordion-block .accordion-opener:after, .content-block.gray-style.three-columns .accordion-block .accordion-opener:after {
          display: none; } }
      @media (min-width: 768px) {
        .content-block.gray-style.two-columns .accordion-block .slide, .content-block.gray-style.three-columns .accordion-block .slide {
          display: block !important;
          position: static !important;
          width: 100% !important; } }
    @media (min-width: 768px) {
      .content-block.gray-style.two-columns .post {
        float: left;
        width: 50%;
        padding: 20px; } }
    @media (min-width: 1024px) {
      .content-block.gray-style.two-columns .post {
        padding: 83px 140px 22px 20px; } }
    @media (min-width: 1024px) {
      .content-block.gray-style.two-columns .post h3 {
        margin: 0 0 36px; } }
    @media (min-width: 1024px) {
      .content-block.gray-style.two-columns .post p {
        margin: 0 0 43px; } }
    @media (min-width: 1024px) {
      .content-block.gray-style.two-columns .post + .post {
        padding: 83px 20px 22px 160px; } }
    .content-block.gray-style.three-columns .container {
      max-width: 1640px; }
@media (min-width: 768px) and (min-width: 768px) {
  .content-block.gray-style.three-columns .post {
    float: left;
    width: 33.33%;
    padding: 20px; } }

    @media (min-width: 768px) {
      .content-block.gray-style.three-columns h2 {
        margin: 0 0 15px; } }
    @media (min-width: 1024px) {
      .content-block.gray-style.three-columns h2 {
        margin: 0 0 30px; } }
  .content-block.glossaire-block .heading-block {
    padding: 0;
    margin: 0 0 25px; }
    @media (min-width: 1024px) {
      .content-block.glossaire-block .heading-block {
        margin: 0 0 36px; } }
    @media (min-width: 768px) {
      .content-block.glossaire-block .heading-block .search-form {
        max-width: 241px;
        margin-top: -5px;
        float: right; } }
    @media (min-width: 768px) {
      .content-block.glossaire-block .heading-block h2 {
        float: left;
        max-width: calc(100% - 220px);
        margin: 0; } }
  .content-block.glossaire-block h3 {
    margin: 0 0 3px; }
  @media (min-width: 1024px) {
    .content-block.glossaire-block p {
      margin: 0 0 32px; } }
  .content-block.gallery-section {
    text-align: center;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .content-block.gallery-section {
        padding-top: 32px; } }
    .content-block.gallery-section h2 {
      margin: 0 0 8px; }
    .content-block.gallery-section h3 {
      margin: 0 0 30px; }
      @media (min-width: 1024px) {
        .content-block.gallery-section h3 {
          margin: 0 0 45px; } }
  .content-block.filter-block {
    padding: 37px 0 34px;
    overflow: visible; }
    .content-block.filter-block .container {
      position: relative; }
    .content-block.filter-block .text-heading3, .content-block.filter-block .ico-holder + span {
      margin: 0; }
      @media (min-width: 1024px) {
        .content-block.filter-block .text-heading3, .content-block.filter-block .ico-holder + span {
          padding-left: 61px; } }
  .content-block.news-block {
    overflow: visible; }
  .content-block .text-holder {
    clear: both; }
    @media (min-width: 768px) {
      .content-block .text-holder {
        overflow: hidden;
        clear: none; } }

.search-form {
  padding: 0 60px 0 0;
  position: relative;
  border-bottom: 1px solid #ccc; }
  .search-form input[type="search"] {
    width: 100%; }
  .search-form input {
    margin: 0 !important;
    border: 0 !important; }
  .search-form button[type='submit'] {
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .search-form button[type='submit']:before {
      left: 0;
      background: none;
      border: 0;
      content: "\e900";
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      display: block;
      font-weight: normal;
      font-size: 15px;
      padding-top: 13px;
      width: 50px; }

.post-password-form input[type="password"] {
  margin: 0 0 15px; }

.gallery-block {
  text-align: left;
  padding: 20px 15px;
  background: #eee; }
  @media (min-width: 768px) {
    .gallery-block {
      padding-bottom: 0;
      padding-top: 0;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .gallery-block .text-holder {
      padding: 10px;
      position: relative;
      z-index: 1; } }
  @media (min-width: 1640px) {
    .gallery-block .text-holder {
      padding: 40px; } }
  .gallery-block .text-holder a {
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 768px) {
    .gallery-block p {
      margin: 0 0 10px; } }
  .gallery-block a {
    color: #e02a2f; }

.team-gallery {
  position: relative;
  margin: 0 -20px 33px;
  display: none; }
  @media (min-width: 768px) {
    .team-gallery {
      margin-bottom: 0;
      display: block; } }
  .team-gallery .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      .team-gallery .mask {
        height: inherit !important; } }
  .team-gallery .slideset {
    width: 99999px;
    float: left; }
    @media (min-width: 768px) {
      .team-gallery .slideset {
        float: none;
        width: 100% !important;
        position: static !important;
        margin: 0 !important;
        height: inherit !important; } }
  .team-gallery .slide {
    width: 100%;
    float: left; }
    @media (min-width: 768px) {
      .team-gallery .slide {
        position: static !important;
        margin: 0 !important;
        width: 25% !important; } }
    @media (min-width: 768px) {
      .team-gallery .slide.large {
        width: 50% !important; } }
    .team-gallery .slide.active {
      z-index: 1; }
    .team-gallery .slide img {
      width: 100%; }
  .team-gallery.not-enough-slides .pagination {
    display: none; }
  .team-gallery .pagination {
    position: absolute;
    z-index: 99;
    left: 20px;
    right: 20px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    bottom: 15px; }
    @media (min-width: 768px) {
      .team-gallery .pagination {
        display: none; } }
    .team-gallery .pagination ul {
      display: inline-block;
      vertical-align: top;
      overflow: hidden; }
      .team-gallery .pagination ul li {
        float: left;
        margin: 0 6px; }
        .team-gallery .pagination ul li.active a {
          border-color: #001f44;
          background: #001f44; }
    .team-gallery .pagination a {
      display: block;
      width: 11px;
      height: 11px;
      border-radius: 100%;
      border: 2px solid #e02d33;
      -webkit-transition: all linear 0.25s;
              transition: all linear 0.25s; }
      .team-gallery .pagination a:hover {
        background: #001f44;
        border-color: #001f44; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  font: 18px/23px "Source Sans Pro", "Arial", "Verdana", "Helvetica", sans-serif;
  color: #999;
  background: #fff;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 18px 13px;
  border: solid #ccc;
  border-width: 0 0 1px;
  float: left;
  outline: none;
  float: none;
  height: 50px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #ccc; }

textarea {
  min-height: 100px;
  max-width: 100% !important;
  width: 100% !important;
  height: 200px; }
  @media (min-width: 1024px) {
    textarea {
      height: 230px; } }

button[type=submit],
input[type="submit"] {
  border: 0;
  max-width: 500px; }

button[type=submit]:focus,
input[type="submit"]:focus {
  outline: 0;
}

.video-holder {
  position: relative;
  z-index: 1;
  margin: 0 0 13px; }

@media (min-width: 1024px) {
  .video-section .video-holder {
    padding: 7px 0 0;
    margin: 0 0 35px; } }
@media (min-width: 1024px) {
  .video-section .btn, .video-section button[type=submit],
  .video-section input[type="submit"] {
    margin-top: 15px; } }
@media (min-width: 1024px) {
  .video-section {
    padding-bottom: 90px; } }

@media (min-width: 1024px) {
  .facebook-block, .twitter-block, .instagram-section {
    padding-bottom: 64px; } }
.facebook-block .heading-block, .twitter-block .heading-block, .instagram-section .heading-block {
  text-align: center;
  padding: 0 0 10px; }
  @media (min-width: 1024px) {
    .facebook-block .heading-block, .twitter-block .heading-block, .instagram-section .heading-block {
      padding: 17px 0 44px; } }
  .facebook-block .heading-block [class^="icon-"], .twitter-block .heading-block [class^="icon-"], .instagram-section .heading-block [class^="icon-"], .facebook-block .heading-block [class*=" icon-"], .twitter-block .heading-block [class*=" icon-"], .instagram-section .heading-block [class*=" icon-"] {
    font-size: 27px; }
  .facebook-block .heading-block a, .twitter-block .heading-block a, .instagram-section .heading-block a {
    text-decoration: none; }

.holder {
  overflow: hidden;
  letter-spacing: -5px; }
  @media (min-width: 768px) {
    .holder {
      margin: 0 -10px; } }
  @media (min-width: 1024px) {
    .holder {
      margin: 0 -20px; } }
  .holder .post-area {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    position: relative;
    padding: 0 20px 65px;
    margin: 0 0 25px;
    width: 100%; }
    .holder .post-area .image-holder {
      margin: 0 -20px 22px; }
      .holder .post-area .image-holder img {
        width: 100%; }
      .holder .post-area .image-holder a {
        -webkit-transition: opacity 0.25s linear;
                transition: opacity 0.25s linear; }
        .holder .post-area .image-holder a:hover {
          opacity: 0.8; }
    .holder .post-area:after {
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #eee;
      content: ''; }
      @media (min-width: 768px) {
        .holder .post-area:after {
          left: 10px;
          right: 10px; } }
      @media (min-width: 1024px) {
        .holder .post-area:after {
          left: 20px;
          right: 20px; } }
    @media (min-width: 768px) {
      .holder .post-area {
        width: 33.33%;
        padding: 0 30px 55px; } }
    @media (min-width: 1024px) {
      .holder .post-area {
        padding: 0 40px 75px; } }
  .holder a {
    text-decoration: none; }
  .holder p {
    margin: 0; }
  .holder time {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3b5998;
    color: #fff;
    padding: 12px 20px; }
    .holder time.today {
      font-size: 13px;
      padding: 12px 21px 13px; }
    @media (min-width: 768px) {
      .holder time {
        left: 10px;
        right: 10px; } }
    @media (min-width: 1024px) {
      .holder time {
        left: 20px;
        right: 20px; } }

.twitter-block {
  background: #1da1f2;
  text-align: center;
  color: #fff; }
  @media (min-width: 1024px) {
    .twitter-block {
      padding: 20px 0 48px; } }
  .twitter-block .heading-block {
    background: none; }
    @media (min-width: 1024px) {
      .twitter-block .heading-block {
        padding: 17px 0 19px; } }
    .twitter-block .heading-block [class^="icon-"], .twitter-block .heading-block [class*=" icon-"] {
      font-size: 29px; }
  .twitter-block .twitter-area {
    font-style: italic;
    font-weight: 300;
    max-width: 900px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 40px; }
    @media (min-width: 1024px) {
      .twitter-block .twitter-area {
        font-size: 27px;
        line-height: 51px; } }
  .twitter-block a {
    color: #fff;
    text-decoration: none; }
    .twitter-block a:hover {
      text-decoration: underline; }
  .twitter-block .time {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px; }
  .twitter-block p {
    margin: 0 0 15px; }

.instagram-section .post-area {
  padding: 0 0 25px;
  margin: 0; }
  @media (max-width: 767px) {
    .instagram-section .post-area {
      text-align: center; } }
  @media (min-width: 768px) {
    .instagram-section .post-area {
      padding: 0 10px 25px; } }
  @media (min-width: 1024px) {
    .instagram-section .post-area {
      padding: 0 20px 25px; } }
  .instagram-section .post-area:after {
    display: none; }
  .instagram-section .post-area a {
    -webkit-transition: 0.25s linear opacity;
            transition: 0.25s linear opacity; }
    .instagram-section .post-area a:hover {
      opacity: 0.8; }
@media (max-width: 767px) {
  .instagram-section .image-holder {
    width: inherit;
    margin: 0 auto 25px; } }

.link-play {
  position: absolute;
  z-index: 99;
  width: 35px;
  height: 35px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #e02a2f;
  -webkit-transition: background 0.25s linear;
          transition: background 0.25s linear; }
  @media (min-width: 1200px) {
    .link-play {
      width: 50px;
      height: 50px; } }
  .link-play span {
    line-height: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 10px; }
    @media (min-width: 1200px) {
      .link-play span {
        font-size: 13px; } }
  .link-play:hover {
    background: #001f44; }

.performance-list {
  letter-spacing: -5px;
  text-align: center; }
  @media (min-width: 768px) {
    .performance-list {
      margin: 0 -15px; } }
  @media (min-width: 1024px) {
    .performance-list {
      margin: -6px -80px 0; } }
  .performance-list li {
    display: none;
    letter-spacing: 0;
    width: 100%;
    padding: 0 15px; }
    .performance-list li:nth-child(3) {
      display: inline-block;
      vertical-align: top; }
    @media (min-width: 768px) {
      .performance-list li {
        display: inline-block;
        vertical-align: top;
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .performance-list li {
        padding: 0 80px 15px; } }
  .performance-list strong {
    display: block;
    font-size: 60px;
    line-height: 65px;
    color: #001f44;
    font-weight: 700;
    margin: 0 0 -3px; }
    @media (min-width: 1024px) {
      .performance-list strong {
        font-size: 52px;
        line-height: 57px;
        margin: 0 0 7px; } }

.map-block {
  overflow: hidden;
  position: relative;
  padding-bottom: 26.50%;
  height: 0
  /* height: 500px; */ }
  .map-block #map-canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    .map-block {
      height: 250px; } }
  @media (min-width: 1024px) {
    .map-block {
      /* height: 500px; */ } }
  .map-block img {
    width: 100%;
    height: 100%; }

.content-holder {
  padding: 9px 0 37px; }

.contact-form {
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    .contact-form {
      float: left;
      width: 60%; } }
  @media (min-width: 1024px) {
    .contact-form {
      width: 53.2%; } }
  @media (min-width: 768px) {
    .contact-form .row {
      margin: 0 -10px; } }
  @media (min-width: 1024px) {
    .contact-form .row {
      margin: 0 -20px; } }
  @media (min-width: 768px) {
    .contact-form .col {
      width: 50%;
      float: left;
      padding: 0 10px; } }
  @media (min-width: 1200px) {
    .contact-form .col {
      padding: 0 20px;
      width: 61%; } }
  @media (min-width: 1200px) {
    .contact-form .col:first-child {
      width: 38.9%; } }
  .contact-form button[type="submit"] {
    margin: 10px 0 0 auto;
    display: block; }

@media (min-width: 768px) {
  .map-area {
    float: right;
    width: 37%; } }
@media (min-width: 1024px) {
  .map-area {
    width: 43.75%; } }

address {
  font-style: normal; }
  address a {
    text-decoration: none; }

.accordion-block {
  margin: 0 -20px;
  padding: 0 40px; }
  .accordion-block.panel-frame {
    padding: 0 0 18px;
    margin: 0; }
    @media (min-width: 1024px) {
      .accordion-block.panel-frame {
        padding: 0 0 25px; } }
  @media (min-width: 768px) {
    .accordion-block {
      padding: 0;
      margin: 0; } }
  @media (min-width: 1320px) {
    .accordion-block {
      margin: 0 auto; } }
  .accordion-block h2 {
    margin: 0; }
  .accordion-block.info-holder {
    margin: 0;
    padding: 14px 0 0; }
  .accordion-block .accordion-opener {
    display: block;
    position: relative;
    padding: 22px 50px 24px 0;
    color: #698aa2; }
    .accordion-block .accordion-opener:hover {
      opacity: 0.8; }
    .accordion-block .accordion-opener:after {
      content: "\e90d";
      font-family: 'icomoon';
      position: absolute;
      top: 50%;
      right: 0;
      line-height: 0;
      font-size: 11px; }
  .accordion-block .active .accordion-opener:after {
    width: 12px;
    height: 3px;
    background: #698aa2;
    content: '';
    margin-top: -1px; }
  .accordion-block .post {
    position: relative;
    z-index: 1;
    padding: 22px 0 24px; }
    .accordion-block .post .accordion-opener {
      padding-top: 0;
      padding-bottom: 0; }
    @media (min-width: 1024px) {
      .accordion-block .post .btn, .accordion-block .post button[type=submit],
      .accordion-block .post input[type="submit"] {
        margin-bottom: 42px; } }
    .accordion-block .post.whitesmoke-style:after {
      position: absolute;
      left: -9999px;
      right: -9999px;
      top: 0;
      bottom: 0;
      z-index: -1;
      content: '';
      background: #ddd; }
      @media (min-width: 768px) {
        .accordion-block .post.whitesmoke-style:after {
          left: 0;
          bottom: -9999px; } }
    .accordion-block .post.active h2 a {
      color: #698aa2; }
  .accordion-block .text-holder {
    padding: 6px 0 16px; }
  .accordion-block h3 {
    margin: 0 0 25px; }

.instagram-block {
  text-align: center;
  position: relative;
  letter-spacing: -5px;
  padding: 0 0 7px; }
  @media (min-width: 1024px) {
    .instagram-block {
      padding: 17px 0 40px; } }
  .instagram-block .instagram-area {
    margin: 0 -20px;
    overflow: hidden;
    max-width: 375px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) {
      .instagram-block .instagram-area {
        max-width: inherit;
        margin: 0;
        display: block; } }
  .instagram-block .instagram-holder {
    white-space: nowrap;
    margin-left: -189px; }
    @media (max-width: 479px) {
      .instagram-block .instagram-holder {
        margin-left: -213px; } }
    @media (min-width: 768px) {
      .instagram-block .instagram-holder {
        white-space: normal;
        margin: 0 -20px; } }
  .instagram-block a {
    text-decoration: none; }
  .instagram-block .image-holder {
    display: inline-block;
    vertical-align: top;
    width: 249px;
    padding: 0 11px;
    letter-spacing: 0;
    position: relative;
    opacity: 0.8; }
    @media (min-width: 768px) {
      .instagram-block .image-holder {
        width: 33.33%;
        opacity: 1;
        padding: 0 20px 15px; } }
    .instagram-block .image-holder img {
      width: 100%; }
    .instagram-block .image-holder.active {
      opacity: 1; }
  .instagram-block .btn, .instagram-block button[type=submit],
  .instagram-block input[type="submit"] {
    letter-spacing: 0;
    margin-top: -21px;
    width: 145px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .instagram-block .btn, .instagram-block button[type=submit],
      .instagram-block input[type="submit"] {
        display: inline-block;
        vertical-align: top;
        width: inherit; } }
    @media (min-width: 1024px) {
      .instagram-block .btn, .instagram-block button[type=submit],
      .instagram-block input[type="submit"] {
        margin-top: 0px; } }

.publication-block, .newsletter-block {
  position: relative;
  color: #fff;
  z-index: 1;
  padding: 22px 0 24px; }
  .publication-block button {
    display: block;
    margin-top: -10px;
  }
  @media (min-width: 768px) {
    .publication-block, .newsletter-block {
      float: left;
      width: 33.33%;
      padding: 20px; } }
  @media (min-width: 1640px) {
    .publication-block, .newsletter-block {
      width: 30.5%;
      padding: 82px 17px 63px; } }
  .publication-block ul, .newsletter-block ul {
    padding: 37px 0 0; }
    @media (min-width: 768px) {
      .publication-block ul, .newsletter-block ul {
        padding: 0;
        font-size: 13px;
        line-height: 17px; } }
    @media (min-width: 1024px) {
      .publication-block ul, .newsletter-block ul {
        font-size: 18px;
        line-height: 23px;
        padding: 8px 0 0; } }
    .publication-block ul li, .newsletter-block ul li {
      margin: 0 0 6px; }
      @media (min-width: 768px) {
        .publication-block ul li, .newsletter-block ul li {
          margin: 0 0 10px; } }
    .publication-block ul time, .newsletter-block ul time {
      display: block;
      width: 81px;
      padding-right: 10px; }
      @media (min-width: 768px) {
        .publication-block ul time, .newsletter-block ul time {
          padding-bottom: 5px; } }
      @media (min-width: 1024px) {
        .publication-block ul time, .newsletter-block ul time {
          width: 79px; } }
      @media (min-width: 1170px) {
        .publication-block ul time, .newsletter-block ul time {
          display: inline-block;
          vertical-align: top; } }
    .publication-block ul a, .newsletter-block ul a {
      display: inline-block;
      vertical-align: top; }
  .publication-block .accordion-opener, .newsletter-block .accordion-opener {
    padding-top: 0;
    padding-bottom: 0; }
  .publication-block.active .accordion-opener, .active.newsletter-block .accordion-opener {
    color: #fff; }
    .publication-block.active .accordion-opener:after, .active.newsletter-block .accordion-opener:after {
      background: #fff; }
  .publication-block a, .newsletter-block a {
    color: #fff; }
    .publication-block a:hover, .newsletter-block a:hover {
      color: #d9d9d9; }
  .publication-block:after, .newsletter-block:after {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: #001f44; }
    @media (min-width: 768px) {
      .publication-block:after, .newsletter-block:after {
        right: 0;
        bottom: -9999px; } }
  .publication-block h2 .accordion-opener, .newsletter-block h2 .accordion-opener {
    color: #fff; }

.req {
  color: #999;
  display: block;
  padding: 0 0 27px; }

.link-more {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 27px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .link-more {
      font-size: 18px; } }
  .link-more:hover {
    opacity: 0.8; }
  .link-more:after {
    top: 50%;
    left: 0;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    content: '';
    position: absolute;
    width: 15px; }

@media (min-width: 1640px) {
  .newsletter-block {
    width: 39%;
    padding: 82px 158px 63px; } }
.newsletter-block ul {
  padding: 19px 0 27px; }
  @media (min-width: 1024px) {
    .newsletter-block ul {
      padding: 8px 0 55px; } }
  @media (min-width: 1024px) {
    .newsletter-block ul li {
      margin: 0 0 15px; } }
.newsletter-block .btn, .newsletter-block button[type=submit],
.newsletter-block input[type="submit"] {
  margin: 0 0 11px; }
@media (min-width: 768px) {
  .newsletter-block:after {
    left: 0; } }
.newsletter-block:after {
  background: #415c7c; }
@media (min-width: 1640px) {
  .newsletter-block + .post {
    width: 30% !important;
    /*padding: 81px 0 0 160px !important;*/ }  }
@media (max-width: 767px) {
  .newsletter-block + .post .text-holder {
    padding-top: 13px; } }
@media (min-width: 1024px) {
  .newsletter-block + .post .text-holder p {
    margin: 0 0 42px; }
    .newsletter-block + .post .text-holder p.animate {
      pointer-events: none;
      position: absolute;
      opacity: 0;
      -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
      transform: translateY(20%); } }

.quote-block {
  background: #001f44;
  color: #84adcb;
  padding: 30px 0;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 25px;
  text-align: center; }
  @media (min-width: 1024px) {
    .quote-block {
      font-size: 30px;
      line-height: 35px;
      padding: 43px 0 42px;
      margin: 0; } }
  .quote-block p {
    margin: 0; }

.post .image-holder a:not(.btn):not(button[type=submit]) {
  padding: 20px;
  border: 1px solid #ccc;
  display: block;
  text-decoration: none;
  -webkit-transition: all linear 0.25s;
          transition: all linear 0.25s; }
  @media (min-width: 1024px) {
    .post .image-holder a:not(.btn):not(button[type=submit]) {


      padding: 52px 20px 20px; } }
  .post .image-holder a:not(.btn):not(button[type=submit]):hover {
    background: #fff;
    border-color: #fff;
    color: #001f44; }
@media (min-width: 768px) {
  .post.two-columns .post-holder {
    margin: 0 -20px; } }
@media (min-width: 1024px) {
  .post.two-columns .post-holder {
    margin: 0 -41px; } }
@media (min-width: 768px) {
  .post.two-columns .post-holder .text-holder {
    float: left;
    width: 50%;
    padding: 0 20px 20px; } }
@media (min-width: 1024px) {
  .post.two-columns .post-holder .text-holder {
    padding: 0 41px; } }
@media (min-width: 768px) {
  .post.three-columns .post-holder {
    margin: 0 -10px; } }
@media (min-width: 1024px) {
  .post.three-columns .post-holder {
    margin: 0 -20px; } }
@media (min-width: 768px) {
  .post.three-columns .post-holder .text-holder {
    float: left;
    width: 33.333%;
    padding: 0 10px 20px; } }
@media (min-width: 1024px) {
  .post.three-columns .post-holder .text-holder {
    padding: 0 20px; } }
.post .image-holder {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 auto 25px;
  width: 200px; }
  .post .image-holder a {
    text-decoration: none; }
  @media (min-width: 768px) {
    .post .image-holder {
      width: 200px; } }
  @media (min-width: 1024px) {
    .post .image-holder {
      width: 420px;
      margin-top: 5px; } }
  @media (min-width: 768px) {
    .post .image-holder.alignleft {
      float: left;
      margin: 0 15px 10px 0; } }
  @media (min-width: 1024px) {
    .post .image-holder.alignleft {
      margin: 5px 60px 10px 0; } }
  @media (min-width: 768px) {
    .post .image-holder.alignright {
      float: right;
      margin: 0 0 10px 15px; } }
  @media (min-width: 1024px) {
    .post .image-holder.alignright {
      margin: 5px 0 10px 60px; } }
.post .image-block {
  margin: 0 -20px; }
  @media (min-width: 1024px) {
    .post .image-block {
      margin: 73px -18px 47px; } }
  .post .image-block .image-holder {
    width: inherit;
    margin: 0 18px 25px; }
  @media (min-width: 1024px) {
    .post .image-block .ico-holder {
      margin: 0 0 30px;
      min-height: 120px; } }

@media (min-width: 1024px) {
  .post-holder .image-holder + .text-holder {
    margin: 0 0 36px; } }
@media (min-width: 1024px) {
  .post-holder .image-holder + .text-holder p {
    margin: 0 0 43px; } }

.ico-holder {
  font-size: 86px;
  color: #232747;
  margin: 0 0 15px; }
  @media (min-width: 1024px) {
    .ico-holder {
      margin: 0 0 46px; } }
  .ico-holder + span {
    margin: 0; }
    @media (min-width: 1024px) {
      .ico-holder + span {
        letter-spacing: 1px; } }

.glossaire-list {
  letter-spacing: -5px;
  overflow: hidden;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .glossaire-list {
      float: left;
      width: 80px;
      padding-right: 10px; } }
  @media (min-width: 1024px) {
    .glossaire-list {
      width: 80px; } }
  .glossaire-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -6px 5px -9px;
    letter-spacing: 0; }
    @media (min-width: 768px) {
      .glossaire-list li {
        display: block !important; } }
    @media (min-width: 1024px) {
      .glossaire-list li {
        margin: 0 -6px 9px; } }
    .glossaire-list li span {
      position: relative;
      padding: 0 15px; }
      @media (min-width: 1024px) {
        .glossaire-list li span {
          padding: 0 6px; } }
      .glossaire-list li span:after {
        width: 4px;
        height: 1px;
        content: '';
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -1px;
        background: #000; }
        @media (min-width: 1024px) {
          .glossaire-list li span:after {
            left: -2px; } }

.investment-holder {
  overflow: hidden;
  letter-spacing: -5px;
  margin: 0 0 25px;
  padding-top: 8px; }
  @media (min-width: 1024px) {
    .investment-holder {
      margin: 0 0 72px; } }
  .investment-holder .investment-block {
    display: inline-block;
    vertical-align: top;
    border: solid #ddd;
    border-width: 0 1px 1px 0;
    margin: 0 0 -1px;
    letter-spacing: 0;
    overflow: hidden; }
    @media (max-width: 479px) {
      .investment-holder .investment-block {
        height: inherit !important; }
        .logo {padding-top: 5px;width: 65px;}
        .top-bar-list-item .login-dropdown {padding: 10px 10px;} }
    @media (min-width: 480px) {
      .investment-holder .investment-block {
        width: 50%; } }
    @media (min-width: 1024px) {
      .investment-holder .investment-block {
        width: 36.1%; } }
    .investment-holder .investment-block.same-height-left {
      border-left: 0; }
      @media (min-width: 480px) {
        .investment-holder .investment-block.same-height-left {
          border-width: 0 1px 1px 0; }}
      @media (min-width: 768px) {
        .investment-holder .investment-block.same-height-left {
          border-width: 0 1px 1px 0; } }
      @media (min-width: 1024px) {
        .investment-holder .investment-block.same-height-left {
          width: 32.8% !important;
          border-width: 0 1px 1px 0; border-right:1px solid #ddd !important} }
    .investment-holder .investment-block.same-height-right {
      border-right: 0; }
      @media (min-width: 480px) {
        .investment-holder .investment-block.same-height-right {
          border-width: 0 0 1px; } }
      @media (min-width: 768px) {
        .investment-holder .investment-block.same-height-right {
          border-width: 0 0 1px; } }
      @media (min-width: 1024px) {
        .investment-holder .investment-block.same-height-right {
          width: 31.1%; } }
  .investment-holder a {
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 25px 15px 25px;
    -webkit-transition: background 0.25s linear;
            transition: background 0.25s linear;
    height: 100%; }
    @media (min-width: 1024px) {
      .investment-holder a {
        padding: 37px 15px 18px; } }
    .investment-holder a span {
      -webkit-transition: color 0.25s linear;
              transition: color 0.25s linear; }
    .investment-holder a:hover {
      /* background: #e02a2f; */ }
      .investment-holder a:hover span {
        color: #fff; }
      .investment-holder a:hover .ico-holder img {
        -webkit-filter: brightness(0) invert(1);
        -moz-filter: brightness(0) invert(1);
        -ms-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
  .investment-holder .ico-holder {
    font-size: 55px;
    height: 55px;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .investment-holder .ico-holder {
        margin: 0 0 29px; } }
    .investment-holder .ico-holder [class^="icon-"], .investment-holder .ico-holder [class*=" icon-"] {
      display: table-cell;
      line-height: 0;
      vertical-align: middle; }
    @media (min-width: 1024px) {
      .investment-holder .ico-holder {
        font-size: 86px;
        height: 121px; } }
    @media (min-width: 1024px) {
      .investment-holder .ico-holder .icon-circle-star {
        font-size: 116px; } }
    @media (min-width: 1024px) {
      .investment-holder .ico-holder .icon-globe {
        font-size: 115px; } }
    @media (min-width: 1024px) {
      .investment-holder .ico-holder .icon-market {
        font-size: 95px; } }
    @media (min-width: 1024px) {
      .investment-holder .ico-holder .icon-metal-fond {
        font-size: 130px; } }

.filter-form {
  position: relative;
  z-index: 1; }
  @media (min-width: 1024px) {
    .filter-form {
      padding: 18px 0 22px; } }
  .filter-form fieldset {
    /* display: inline-block; */ }
  .filter-form h3 {
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .filter-form h3 {
        margin: 0 0 36px; } }
  .filter-form .nice-input {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e3000b;
    background: #fff;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 9px; }
  .filter-form [type="checkbox"], .filter-form [type="radio"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .filter-form [type="checkbox"]:checked + .nice-input:before, .filter-form [type="checkbox"].checked:checked + .nice-input:before, .filter-form [type="radio"]:checked + .nice-input:before, .filter-form [type="radio"].checked:checked + .nice-input:before {
      opacity: 1; }
  .filter-form .nice-input,
  .filter-form label {
    display: inline-block;
    vertical-align: middle; }
  .filter-form [type="checkbox"] + .nice-input:before, .filter-form [type="radio"] + .nice-input:before {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    background: #e3000b;
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
            transition: opacity 0.25s linear; }

.form-section {
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .form-section {
      float: left;
      width: auto;
      /* min-height: 280px; */
      font-size: 17px;
      /* margin-right: 50px; */ margin-right: 25px; } 
      .form-section:last-of-type {
        margin-right: 0;
      }
    }
  @media (min-width: 768px) {
    .form-section.two-columns {
      width: 50%;
      padding-right: 10px; }
      .form-section.two-columns.publication {
        width: 100%;
        padding: 0; } }
  @media (min-width: 1200px) {
    .form-section.two-columns {
      padding-right: 21px; } }
  .form-section.two-columns ul {
    letter-spacing: -5px; }
    .form-section.two-columns ul li {
      letter-spacing: 0; }
      @media (min-width: 480px) {
        .form-section.two-columns ul li {
          display: inline-block;
          vertical-align: top;
          width: 50%;
          padding: 3px 13px 5px 40px; } }
      @media (min-width: 1024px) {
        .form-section.two-columns ul li {
          padding: 1px 13px 7px 49px; } }
  .form-section ul {
    overflow: hidden;
    margin: 0 -10px; }
    .form-section ul ul {
      padding-left: 50px; }
    .form-section ul li {
      padding: 3px 13px 5px 40px;
      position: relative; }
      @media (min-width: 1024px) {
        .form-section ul li {
          padding: 1px 13px 7px 40px; } /* padding-left: 49px ;*/ }

.date-filter {
  margin-bottom: 20px; }
  .date-filter div {
    width: 15%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: bottom; }
    .date-filter div .filter-date-range {
      border: none; }
    .date-filter div input {
      margin-bottom: 0; }

.unfilter-checkbox {
  text-align: right; }
  .unfilter-checkbox .btn, .unfilter-checkbox button[type=submit],
  .unfilter-checkbox input[type="submit"] {
    border: none; }

.custom-image.two-columns .post {
  width: 50%;
  float: left;
  padding: 0 20px; }
.custom-image.two-columns ul {
  list-style: none;
  padding: 0; }
  .custom-image.two-columns ul li {
    text-align: center;
    margin-bottom: 38px;
    position: relative; }
    .custom-image.two-columns ul li.main-img img {
      opacity: 0.75;
      -webkit-transition: all linear 0.2s;
              transition: all linear 0.2s; }
    .custom-image.two-columns ul li:hover.main-img img {
      opacity: 1; }
    .custom-image.two-columns ul li .holder-icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      margin-left: -25px;
      background: url(images/icon-holder.png) no-repeat center center;
      z-index: 9; }

/*Overwrite-jquery-ui*/
.ui-datepicker {
  width: 14em !important; }

.ui-datepicker td span, .ui-datepicker td a, .ui-datepicker th {
  font-size: 12px;
  line-height: 14px; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 32px; }

.ui-datepicker .ui-datepicker-title {
  font-size: 15px;
  line-height: 20px; }

.panel-block {
  background: #fff;
  border-left: 3px solid #002d62;
  margin: 0 0 11px;
  padding: 15px;
  position: relative;
  z-index: 1; }
  .panel-block:after {
    height: 1px;
    left: 0;
    top: 100%;
    right: 0;
    position: absolute;
    background: #ccc;
    margin-bottom: -1px;
    content: ''; }
  @media (min-width: 1024px) {
    .panel-block {
      padding: 25px 37px 27px; } }
  .panel-block h3 {
    margin: 0; }
  .panel-block .accordion-opener {
    color: #001f44;
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .panel-block .accordion-opener {
        padding-right: 30px; } }
    .panel-block .accordion-opener:after {
      right: 5px;
      font-size: 13px;
      margin-top: 2px; }
    .panel-block .accordion-opener:after {
      color: #ff3036; }
  .panel-block.active .accordion-opener:after {
    background: #ff3036;
    width: 14px;
    height: 4px;
    margin: 0 -1px 0 0; }
  .panel-block .partner-list {
    letter-spacing: -5px;
    margin: 0 -5px; }
    @media (min-width: 480px) {
      .panel-block .partner-list {
        white-space: nowrap;
        text-align: center;
        text-align: left;
        white-space: normal; }
        .panel-block .partner-list:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 100%; }
        .panel-block .partner-list > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 99%; } }
    @media (min-width: 768px) {
      .panel-block .partner-list {
        padding: 3px 15px 0;
        margin: 0; } }
    @media (min-width: 1024px) {
      .panel-block .partner-list {
        margin-bottom: -15px; } }
    .panel-block .partner-list .ico-holder {
      margin: 0 15px 0 0;
      line-height: 0; }
      @media (min-width: 1024px) {
        .panel-block .partner-list .ico-holder {
          margin: 0 26px 0 0; } }
    .panel-block .partner-list li {
      white-space: nowrap;
      text-align: center;
      letter-spacing: 0;
      margin: 0 5px 10px;
      text-align: left; }
      .panel-block .partner-list li:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .panel-block .partner-list li > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%; }
      @media (min-width: 480px) {
        .panel-block .partner-list li {
          max-width: 50%; } }
      @media (min-width: 768px) {
        .panel-block .partner-list li {
          margin: 0 15px 5px 0; } }
      @media (min-width: 1024px) {
        .panel-block .partner-list li {
          margin: 0 110px 15px 0; } }

.panel-area {
  padding: 37px 0 33px; }
  .panel-area .info-form {
    padding: 4px 0 0; }
    @media (max-width: 1023px) {
      .panel-area .info-form button[type=submit] {
        padding: 14px 61px 14px 15px; } }

select {
  width: 315px; }

@media (min-width: 1024px) {
  .response-form {
    padding: 8px 3px 0 0; } }
@media (min-width: 768px) {
  .response-form .row {
    margin: 0 -20px; } }
@media (min-width: 768px) {
  .response-form .col {
    width: 50%;
    float: left;
    padding: 0 20px; } }
.response-form textarea {
  height: 170px; }
.response-form button[type='submit'] {
  display: block; }
  @media (min-width: 768px) {
    .response-form button[type='submit'] {
      margin: 10px 0 0 auto; } }

.filter-area.active .accordion-opener:after {
  content: "\e903";
  font-family: 'icomoon';
  color: #e3000b;
  font-size: 18px;
  background: none; }
.filter-area.active .accordion-opener:before {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  top: -2px; }
.filter-area.active .text-heading3, .filter-area.active .ico-holder + span {
  opacity: 0; }
  .filter-area.active .text-heading3 a, .filter-area.active .ico-holder + span a {
    pointer-events: none; }
.filter-area .accordion-opener {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 82px;
  bottom: -43px;
  text-decoration: none; }
  .filter-area .accordion-opener:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: "\e903";
    font-family: 'icomoon';
    color: #e3000b;
    font-size: 18px; }
  .filter-area .accordion-opener:before {
    position: absolute;
    z-index: 2;
    font-family: 'icomoon';
    content: "\e90e";
    left: 18px;
    top: -1px;
    font-size: 7px;
    color: #fff;
    -webkit-transition: all linear 0.25s;
            transition: all linear 0.25s; }
.filter-area .text-heading3, .filter-area .ico-holder + span {
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  opacity: 1;
  margin: 0 0 18px; }
  .filter-area .text-heading3 .accordion-opener, .filter-area .ico-holder + span .accordion-opener {
    position: relative;
    left: 0;
    top: 0;
    font-size: inherit;
    line-height: inherit;
    color: #001f44; }
    .filter-area .text-heading3 .accordion-opener:after, .filter-area .ico-holder + span .accordion-opener:after, .filter-area .text-heading3 .accordion-opener:before, .filter-area .ico-holder + span .accordion-opener:before {
      display: none; }

.news-list {
  padding: 15px 0 40px; }
  @media (min-width: 1024px) {
    .news-list {
      padding: 26px 0 43px; } }
  .news-list a {
    display: table;
    table-layout: fixed;
    width: 100%;
    z-index: 1;
    text-decoration: none;
    position: relative;
    -webkit-transition: none;
            transition: none;
    padding: 10px 15px 15px 0; }
    @media (min-width: 1024px) {
      .news-list a {
        padding: 30px 60px 43px 0; } }
    .news-list a:hover .news-area {
      color: #fff;
      -webkit-transition: color 0.25s linear;
              transition: color 0.25s linear; }
      .news-list a:hover .news-area span:after {
        background: #fff; }
    .news-list a:hover h2 {
      color: #fff;
      -webkit-transition: color 0.25s linear;
              transition: color 0.25s linear; }
    .news-list a:hover:after {
      background: #e02a2f;
      -webkit-transition: background 0.25s linear;
              transition: background 0.25s linear; }
    .news-list a h2 {
      margin: 0; }
      @media (max-width: 1199px) {
        .news-list a h2 {
          font-size: 24px;
          line-height: 29px; } }
      @media (max-width: 1023px) {
        .news-list a h2 {
          font-size: 20px;
          line-height: 25px; } }
      @media (max-width: 767px) {
        .news-list a h2 {
          font-size: 17px;
          line-height: 20px; } }
      @media (min-width: 768px) {
        .news-list a h2 {
          width: 100%;
          display: table-cell;
          vertical-align: middle; } }
    .news-list a:after {
      position: absolute;
      left: -9999px;
      right: -9999px;
      border-bottom: 1px solid #ddd;
      content: '';
      top: 0;
      bottom: 0;
      z-index: -1; }
    .news-list a:before {
      content: "\e90d";
      font-family: 'icomoon';
      font-size: 12px;
      position: absolute;
      right: 0;
      top: 50%;
      color: #fff;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 1024px) {
        .news-list a:before {
          right: 30px;
          font-size: 15px;
          margin-top: -5px; } }
  .news-list .news-area {
    padding-right: 25px;
    padding-bottom: 5px;
    color: #181716; }
    @media (min-width: 768px) {
      .news-list .news-area {
        width: 170px;
        display: table-cell;
        vertical-align: middle; } }
    @media (min-width: 1024px) {
      .news-list .news-area {
        width: 239px;
        padding: 13px 25px 0; } }
    .news-list .news-area time {
      display: block;
      margin: 0 0 -7px; }
    .news-list .news-area span {
      padding: 0 0 0 19px;
      position: relative;
      display: block; }
      .news-list .news-area span:after {
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        width: 13px;
        background: #181716;
        content: '';
        margin-top: 1px; }
  .news-list .news-display {
    display: table-cell;
    width: 150px;
    vertical-align: middle; }
    .news-list .news-display img {
      width: 100%; }
  .news-list .news-type {
    display: table-cell;
    width: 80px;
    vertical-align: middle; }
    .news-list .news-type img {
      width: 100%; }

.new-news-list {
  list-style: none;
  padding: 0; }
  .new-news-list li {
    position: relative;
    padding: 20px 0; }
    .new-news-list li .news-body {
      width: 90%;
      display: inline-block;
      text-decoration: none; }
      @media (max-width: 767px) {
        .new-news-list li .news-body {
          width: 100%; } }
      .new-news-list li .news-body .news-display, .new-news-list li .news-body .news-area, .new-news-list li .news-body h2 {
        display: inline-block;
        vertical-align: middle; }
      .new-news-list li .news-body .news-display {
        width: 15%; }
        .new-news-list li .news-body .news-display img {
          width: 100%; }
        @media (max-width: 767px) {
          .new-news-list li .news-body .news-display {
            width: 100%; } }
      .new-news-list li .news-body .news-area {
        width: 21%;
        padding: 13px 2% 0; }
        .new-news-list li .news-body .news-area time {
          display: block;
          margin: 0 0 -7px; }
        .new-news-list li .news-body .news-area span {
          padding: 0 0 0 19px;
          position: relative;
          display: block; }
          /*.new-news-list li .news-body .news-area span:after {
            position: absolute;
            left: 0px;
            top: 14px;
            height: 1px;
            width: 13px;
            background: #181716;
            content: '';
            margin-top: 1px; }*/
        @media (max-width: 767px) {
          .new-news-list li .news-body .news-area {
            width: 100%; } }
      .new-news-list li .news-body h2 {
        width: 58%; }
        @media (max-width: 767px) {
          .new-news-list li .news-body h2 {
            margin-top: 15px;
            font-size: 18px !important;
            width: 80% !important;line-height: 20px; } }
    .new-news-list li:after {
      position: absolute;
      left: -9999px;
      right: -9999px;
      border-bottom: 1px solid #ddd;
      content: '';
      top: 0;
      bottom: 0;
      z-index: -1; }
    .new-news-list li:hover .news-body .news-area span:after {
      background: #fff; }
    .new-news-list li:hover:after {
      background-color: #F7F7F7;
      -webkit-transition: background 0.25s linear;
              transition: background 0.25s linear; }
    .new-news-list li .pdf-video-wrapper {
      width: 8%;
      display: inline-block;
      vertical-align: middle; }
      .new-news-list li .pdf-video-wrapper a {
        display: inline-block;
        width: 35%;
        margin-right: 10%;
        vertical-align: top; }
        .new-news-list li .pdf-video-wrapper a.link-play {
          position: relative;
          left: 0;
          top: 0;
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0);
          background: none;
          margin-right: 0; }
        .new-news-list li .pdf-video-wrapper a img {
          width: 100%; }

@media (min-width: 768px) {
  #content {
    width: 65%;
    float: left; } }
@media (min-width: 1024px) {
  #content {
    width: 70%; } }
#content iframe {
  max-width: 100% !important; }

@media (min-width: 768px) {
  #sidebar {
    width: 30%;
    float: right; } }
@media (min-width: 1024px) {
  #sidebar {
    width: 25%; } }

.navigation.pagination {
  font-size: 18px;
  line-height: 23px; }
  @media (min-width: 1024px) {
    .navigation.pagination {
      padding-left: 19px; } }
  .navigation.pagination a {
    text-decoration: none; }
  .navigation.pagination .page-numbers.prev,
  .navigation.pagination .page-numbers.next {
    background: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 3px; }
    .navigation.pagination .page-numbers.prev:before,
    .navigation.pagination .page-numbers.next:before {
      display: none; }
    .navigation.pagination .page-numbers.prev:after,
    .navigation.pagination .page-numbers.next:after {
      content: "\e904";
      font-family: 'icomoon';
      font-size: 15px;
      color: #e02a2f;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1); }
  .navigation.pagination .page-numbers.next {
    left: auto;
    right: 0; }
    .navigation.pagination .page-numbers.next:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    @media (min-width: 1024px) {
      .navigation.pagination .page-numbers.next {
        left: auto;
        right: -5px;
        margin-top: 2px; } }
.navigation .page-numbers.current {
  color: #e02a2f; }
  .navigation .page-numbers.current:before {
    display: block; }
.navigation .nav-links {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  margin: 0 -10px;
  padding: 0 30px; }
  @media (min-width: 1024px) {
    .navigation .nav-links {
      padding: 0 70px; } }
.navigation .page-numbers {
  padding: 0;
  position: relative;
  margin: 0 12px; }
  .navigation .page-numbers:before {
    content: '';
    left: 0;
    right: 0;
    bottom: -14px;
    height: 2px;
    background: #e02a2f;
    position: absolute;
    display: none; }
  .navigation .page-numbers:hover:before {
    display: block; }

.container #content:only-child {
  width: 100% !important; }

.new-news-list.publication .publication-date {
  width: 10%;
  display: inline-block;
  vertical-align: middle; }
.new-news-list.publication .publication-author {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px; }
  .new-news-list.publication .publication-author .img-holder {
    margin-bottom: 5px;
    max-height: 150px;
    overflow: hidden; }
.new-news-list.publication .publication-title {
  width: 20%;
  display: inline-block;
  vertical-align: middle; }
.new-news-list.publication .publication-subtitle {
  width: 20%;
  display: inline-block;
  vertical-align: middle; }
.new-news-list.publication .news-body h2 {
  width: 25%;
  margin-bottom: 0;
  font-size: 24px; }
.new-news-list.publication .news-body:hover {
  color: #e02a2f; }
.new-news-list.publication li:hover .publication-subtitle, .new-news-list.publication li:hover .publication-title, .new-news-list.publication li:hover .publication-author, .new-news-list.publication li:hover .publication-date {
  color: #e02a2f; }

.post-holder .name_directory_index {
  width: 6%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    .post-holder .name_directory_index {
      width: 100%;
      margin-bottom: 15px; } }
  .post-holder .name_directory_index a {
    display: inline-block;
    width: 42%; }
    @media (max-width: 767px) {
      .post-holder .name_directory_index a {
        width: auto;
        margin: 5px; } }
.post-holder .name_directory_total {
  display: none; }
.post-holder .name_directory_names {
  width: 90%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    .post-holder .name_directory_names {
      width: 100%; } }
.post-holder form {
  width: 350px;
  margin-top: -5px;
  float: right; }
  .post-holder form input[type='text'] {
    font: 18px/23px "Source Sans Pro", "Arial", "Verdana", "Helvetica", sans-serif;
    color: #999;
    background: #fff;
    width: 100%;
    margin: 0 0 10px;
    padding: 14px 110px 13px 18px;
    border: solid #ccc;
    border-width: 0 0 1px;
    float: left;
    outline: none;
    float: none;
    height: 50px; }
  .post-holder form input[type='submit'] {
    height: 45px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0; }
.post-holder hr {
  display: none; }
.post-holder .name_directory_name_box {
  margin: 0 0 32px; }
  .post-holder .name_directory_name_box strong {
    color: #001f44;
    text-transform: uppercase; }

/* SASS code for I AM modal */
.no-scroll {
  overflow: hidden; }

.im-modal {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 9999999999;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }
  .im-modal .im-youtube-modal-body {
    margin: 0 auto;
    padding: 50px 50px;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translate3d(0%, 0%, 0) scale(0.15);
    -ms-transform: translate3d(0%, 0%, 0) scale(0.15);
    transform: translate3d(0%, 0, 0) scale(0.15);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s; }
  .im-modal.animate {
    pointer-events: auto;
    opacity: 1; }
    .im-modal.animate .im-youtube-modal-body {
      -webkit-transform: translate3d(0%, 0%, 0) scale(1);
      -ms-transform: translate3d(0%, 5, 0) scale(1);
      transform: translate3d(0%, 0%, 0) scale(1); }
  .im-modal .im-modal-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto; }
  .im-modal .im-modal-video-wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 58.25%;
    height: 0;
    background: black; }
    .im-modal .im-modal-video-wrap.animate {
      padding-bottom: 58.25%; }
    .im-modal .im-modal-video-wrap #im-youtube-modal-iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .im-modal .im-close-modal {
    position: absolute;
    top: 37px;
    right: 30px;
    z-index: 1;
    height: 30px;
    display: none;
    width: 30px;
    cursor: pointer; }
    .im-modal .im-close-modal i.im-close-modal-icon {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .im-modal .im-close-modal i.im-close-modal-icon:before {
        content: '';
        display: block;
        width: 2px;
        height: 35px;
        position: absolute;
        top: 0;
        border-radius: 3px;
        right: 19px;
        margin-top: -4px;
        -webkit-transform: rotate(320deg);
        -ms-transform: rotate(320deg);
        transform: rotate(135deg);
        background: #ffffff; }
      .im-modal .im-close-modal i.im-close-modal-icon:after {
        content: '';
        display: block;
        width: 2px;
        height: 35px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 3px;
        left: 9px;
        margin-top: -4px;
        -webkit-transform: rotate(320deg);
        -ms-transform: rotate(320deg);
        transform: rotate(50deg);
        background: #ffffff; }

.content-block .text-holder {
  position: relative; }

#iam-newsletter-btn {
  pointer-events: auto;
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }
  #iam-newsletter-btn.animate {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%); }

.iam-newsletter-form-content .form-section {
  width: 100%;
  float: none;
  margin: 0; }

.iam-newsletter-form-wrap {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }
  .iam-newsletter-form-wrap.animate {
    pointer-events: auto;
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .iam-newsletter-form-wrap .iam-form-group {
    position: relative; }
    .iam-newsletter-form-wrap .iam-form-group .iam-form-control {
      display: block;
      margin-bottom: 0;
      padding: 10px 90px 10px 10px; font-size: 14px;}
    .iam-newsletter-form-wrap .iam-form-group:last-of-type {
      margin-bottom: 30px; }
    .iam-newsletter-form-wrap .iam-form-group .iam-submit-control {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin-bottom: 0;
      padding-right: 17px;
      height: 100%;
      width: 90px;
      text-align: center;
      padding: 16px 15px 16px 15px;
       }
    .iam-newsletter-form-wrap .iam-form-group .error {
      position: absolute;
      color: red;
      font-size: 12px;
      top: 94%; }

div.wpcf7 button.fake-submit-button {
  position: relative;
  overflow: visible;
  outline: 0; }
  div.wpcf7 button.fake-submit-button:focus {
    outline: 0; }
  div.wpcf7 button.fake-submit-button img.ajax-loader {
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 111; }

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok {
  border: 0;
  font-size: 14px;
  font-weight: bold;
  background: #e02a2f;
  margin-right: 0;
  margin-left: 0;
  color: #fff;
  border-radius: 3px;
  padding: 6px 10px; }

div.wpcf7-mail-sent-ok {
  background: #12447f; }

span.wpcf7-not-valid-tip {
  padding-left: 17px;
  font-size: 14px;
  font-weight: bold; }

.team-gallery .slideset .slide {
  max-height: 475px;
  padding-bottom: 25%; }
  @media (min-width: 768px) {
    .team-gallery .slideset .slide {
      position: relative !important;
      left: 0 !important; } }
  .team-gallery .slideset .slide .bg-stretch {
    z-index: 1; }
  .team-gallery .slideset .slide.large {
    padding-bottom: 50%;
    max-height: 960px; }

/* Map CSS */
.google-map-marker-title {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: 25px 0 0 -17px;
  -webkit-transform: translate(0%, -40%);
  -ms-transform: translate(0%, -40%);
  transform: translate(0%, -40%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .google-map-marker-title.animate {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .google-map-marker-title .marker-title {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 12px;
    font-family: "Source Sans Pro", "Arial", "Verdana", "Helvetica", sans-serif;
    line-height: 16px;
    font-weight: bold;
    color: #e02a2f;
    background: #e02a2f;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 3px; }
    .google-map-marker-title .marker-title:before {
      position: absolute;
      top: -5px;
      left: 10px;
      z-index: 1;
      content: "";
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #e02a2f; }

.news-list .news-area span:after {
  top: 12px; }

@media (min-width: 992px) and (max-width: 1440px) {
  .im-youtube-modal-body {
    padding: 30px 30px !important; }

  .im-modal .im-close-modal {
    top: 19px;
    right: 10px; } }
@media (min-width: 767px) and (max-width: 992px) {
  .im-youtube-modal-body {
    padding: 30px 30px !important; }

  .im-modal .im-close-modal {
    top: 19px;
    right: 10px; } }
@media (max-width: 767px) {
  .team-gallery .slideset .slide {
    padding-bottom: 0 !important; }

  .team-gallery .slideset .slide .bg-stretch {
    position: static; }

  .team-gallery .slideset .slide .bg-stretch > img {
    margin: 0 auto !important;
    width: 100% !important;
    height: auto !important; }

  .im-youtube-modal-body {
    padding: 15px 15px !important; }

  .im-modal .im-close-modal {
    top: 19px;
    right: 10px; }

  .text-holder a > span {
    display: none; }

  .m-hide {
    padding: 20px 20px;
    background: none; }
    .m-hide:before {
      background: none;
      color: #ff3036; }
    .m-hide:hover {
      background: none;
      color: #12447f; }
      .m-hide:hover:before {
        background: none;
        color: #12447f; }

  .google-map-marker-title {
    margin-left: -131px; }
    .google-map-marker-title .marker-title:before {
      right: 0;
      left: 0;
      margin: 0 auto;
      text-align: center; } }
@media (min-height: 767px) and (max-height: 960px) {
  .im-youtube-modal-body {
    padding: 30px 30px !important; }

  .im-modal .im-close-modal {
    top: 19px;
    right: 10px; }

  .map-block {
    min-height: 300px; } }
@media (min-height: 640px) and (max-height: 768px) {
  .im-youtube-modal-body {
    padding: 30px 30px !important; }

  .im-modal .im-close-modal {
    top: 19px;
    right: 10px; } }
@media (max-height: 640px) {
  .im-youtube-modal-body {
    padding: 15px 15px !important; }

  .im-modal .im-close-modal {
    top: 3px;
    right: 0px; } }
/*ADDTIONAL CSS*/
.news-detail .content-block {
  margin-bottom: 80px; }
  .news-detail .content-block div > div {
    display: inline-block;
    vertical-align: top;
     }
    .news-detail .content-block div > div:not(:last-of-type) {
      margin-right: 105px;
    }
    @media (max-width: 767px) {
      .news-detail .content-block div > div {
        margin-right: 0 !important;
        display: block;
        margin-bottom: 20px;
        text-align: center; } }
    .news-detail .content-block div > div p {
      margin: 0;
      font-size: 18px;
      line-height: 22px;
      /*display: inline-block;*/
      vertical-align: middle; }
    .news-detail .content-block div > div span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
      @media (max-width: 379px) {
        .news-detail .content-block div > div span {
          display: none; } }
  .news-detail .content-block .news-date span {
    padding: 0 0 0 19px;
    position: relative;
    display: block; }
    .news-detail .content-block .news-date span:after {
      position: absolute;
      left: 0;
      top: 50%;
      height: 1px;
      width: 13px;
      content: '';
      margin-top: 1px;
      background: #181716; }

.members-images .member {
  display: inline-block; }
@media (min-width: 481px) and (max-width: 767px) {
  .members-images .member {
    width: 44%;
    margin-right: 4%;
    vertical-align: top; } }

  @media (min-width: 768px) {
    .members-images .member {
      width: 22%;
      margin-right: 4%;
      float: left; } }
  .members-images .member:nth-child(4n+4) {
    margin-right: 0; }
  .members-images .member .content-holder {
    padding: 9px 0 10px; }
    @media (min-width: 1024px) {
      .members-images .member .content-holder p {
        margin: 20px 0 0 0; } }
    .members-images .member .content-holder p span {
      display: block;
      opacity: 0.6; }
  .members-images .member .image-holder {
    max-height: 265px;
    overflow: hidden; }

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10000; }

/* Inner */
.popup-inner {
  max-width: 700px;
  width: 90%;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border-radius: 0px;
  background: #fff; }
  @media (min-width: 1401px) {
    .popup-inner {
      max-width: 1300px; } }

.popup-content {
  margin: 40px;
  max-height: 600px;
  overflow: auto;
  padding-right: 10px;
  height: 100%; }

@media screen and (max-height: 700px) {
  .popup-content {
    max-height: 400px; } }
@media screen and (max-height: 400px) {
  .popup-content {
    max-height: 200px; } }
/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  text-decoration: none; }
  .popup-close:after {
    content: "\e90d";
    font-family: 'icomoon';
    top: 50%;
    font-size: 14px;
    color: #e02a2f; }
  .popup-close:hover {
    text-decoration: none; }

/* added by ayush */
::-moz-selection {
  background: #e3000b;
  color: #fff; }

::selection {
  background: #e3000b;
  color: #fff; }

p::-moz-selection {
  color: #fff; }

p::selection {
  color: #fff; }

.new-news-list li .news-body {
  width: 100%; }

.btn-plusm:before {
  content: "\e90d";
  font-family: 'icomoon';
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  color: #002a3a;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 767px) {
    .btn-plusm:before {
      display: none; } }

.btn-plus {
  width: 13px;
  height: 21px; }
  .btn-plus:before {
    content: "\e90d";
    font-family: 'icomoon';
    font-size: 12px;
    color: #002a3a;
    width: 12px;
    height: 3px; }

.btn-minus:before {
  width: 12px;
  height: 3px;
  background: #698aa2;
  content: '';
  margin-top: -1px; }

.publication-category .btn-plus:before {
  position: absolute;
  top: 5px;
  right: 50px; }
.publication-category .btn-minus:before {
  position: absolute;
  top: 18px;
  right: 50px; }

.new-news-list li .full-link {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: inherit; }

.picto-media {
  vertical-align: middle;
  width: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px; }

.locked-icon {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  background: url("images/lock.png") no-repeat center center;
  background-size: contain; }

.members-only h3 {
  font-weight: normal; }
  .members-only h3 span {
    padding-top: 5px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle; }

.publication-date {
  width: 25% !important; }
  .publication-date time {
    font-size: 14px; }
  .publication-date span {
    clear: both;
    display: block; }

.graph-block h2 {
  text-align: center; }

@media print {
  #header {
    position: relative !important; }

  .nav-drop {
    display: none; } }
.gm-style-iw {
  left: 0  !important;
  top: 0 !important;
  display: block !important;
  padding-left: 20px  !important;
  font-size: 12px !important;
  font-family: "Source Sans Pro", "Arial", "Verdana", "Helvetica", sans-serif !important;
  line-height: 16px !important;
  font-weight: bold !important;
  color: #e02a2f !important;
  padding: 10px !important;
  border-radius: 3px !important;
  height: 70px;
  bottom: 0 !important;
  width: 100% !important; }

.error404 .main {
  text-align: center;
  padding-bottom: 20px; }
  .error404 .main h1:after {
    content: none; }

#footer {
  padding: 34px 0 15px;
  border-top: 1px solid #ddd; }
  .home #footer {
    border: 0; }
  @media (min-width: 1024px) {
    #footer {
      margin-top: -2px;
      padding: 53px 0 45px; } }
  @media (min-width: 768px) {
    #footer .hidden-xs {
      display: inline-block !important;
      vertical-align: top; } }
  #footer .logo {
    width: 84px;
    margin-top: 7px; }
    @media (min-width: 1024px) {
      #footer .logo {
        margin: -11px 0 0;
        width: 81px; } }
  #footer .info-list {
    letter-spacing: -5px; }
    @media (min-width: 768px) {
      #footer .info-list {
        width: 50%;
        float: left;
        padding-right: 10px;
        margin: 0 -15px; } }
    @media (min-width: 1024px) {
      #footer .info-list {
        padding: 0; } }
    @media (min-width: 1024px) {
      #footer .info-list {
        width: 56%; } }
    @media (min-width: 768px) {
      #footer .info-list + .info-list {
        float: right;
        padding-left: 10px;
        padding-right: 0; } }
    @media (min-width: 1024px) {
      #footer .info-list + .info-list {
        padding: 0; } }
    @media (min-width: 1024px) {
      #footer .info-list + .info-list {
        width: 49%; } }
    #footer .info-list li {
      letter-spacing: 0;
      font-size: 13px;
      line-height: 20px; }
      @media (min-width: 768px) {
        #footer .info-list li {
          margin: 0 15px; } }
      @media (min-width: 1024px) {
        #footer .info-list li {
          display: inline-block;
          vertical-align: top;
          font-size: 11px;
          line-height: 15px;
          margin: 0 5px; } }
      @media (min-width: 1350px) {
        #footer .info-list li {
          font-size: 13px;
          line-height: 20px;
          margin: 0 7px; } }
      @media (min-width: 1024px) {
        #footer .info-list li + li {
          position: relative; }
          #footer .info-list li + li:after {
            position: absolute;
            left: -9px;
            top: 50%;
            content: '-';
            line-height: 0;
            margin-top: -1px; } }
  #footer address {
    font-style: normal;
    display: inline; }
  #footer a {
    text-decoration: none; }

.footer-area {
  overflow: hidden;
  padding-left: 40px; }
  @media (min-width: 1320px) {
    .footer-area {
      padding-left: 23px; } }


/* Style rules by Ramesh on 8/24/2016 */

/* News pages style rules */

.post-author-name {
  margin: 10px 0 20px;
  color: #e02a2f ;
}
.post-author-name:after {
  display: none;
}
.news-detail .content-block div > div span.icon-user img {
  width: 55px;
  border-radius: 50%;
}
.single-post p > a {
  color: #1abae0;
  font-style: italic;
}
.single-post p > a:hover,
.single-post p > a:focus {
  color: #e02a2f;
}

@media (max-width: 767px) {
  .publication-date {
            width: 70% !important;
          }
          .publication-author {
            width: 20% !important;
          }
        }
/* Defining style rules for pdf page */

html, body {
  height: 100%;
}

#wrapper {
  position: relative;
  min-height: 100%;
}

#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}

@media (min-width: 768px) {
  #pub-result__count.result__loading {
    font-size: 20px;
  }
}

@media (min-width: 1281px) {
  .login-form--pdf {
    padding: 100px 0;
  }

  .form-section--group {
    margin-top: -55px;
  }

}

@media (min-width: 1025px) and (max-width: 1280px) {
  .login-form--pdf {
    padding: 85px 0;
  }

  /* Style rules by Ramesh */

  /* ========== Publication page =========== */

  .form-section {
    float: left;
    width: calc( 33.333333333% - 25px ); 
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .login-form--pdf {
    padding: 70px 0;
  }

  /* Style rules by Ramesh */

  /* ========== Publication page =========== */

  .form-section {
    float: left;
    width: calc( 33.333333333% - 25px ); 
  }
}

@media (max-width: 767px)  {
  .login-form--pdf {
    padding: 50px 0;
  }

  #pub-result__count.result__loading {
    font-size: 16px;
  }

  .pub-result__view {
    padding: 13px 20px;
  }

  .pub-result--wrap {
    margin-top: 30px;
  }

  #pub-result__count {
    font-size: 50px;
  }
  .unfilter-checkbox{
    text-align: center;
  }
}

.pub-result--wrap {
    text-align: center;
  }

  .pub-result__count-wrap {
    display: inline-block;
    vertical-align: middle;
  }

  #pub-result__count {
    margin-bottom: 5px;    
    font-weight: bold;
    line-height: 1;
  }

  #pub-result__count-text {
    display: block;
    margin-bottom: 10px;
  }

  .pub-result__view {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 20px;
    background: #e02a2f;
    min-width: 200px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all linear 0.25s;
  }

  .pub-result__view:focus,
  .pub-result__view:hover {
    background: #b72a38;
    color: #ffffff;
    text-decoration: none;
    outline: 0;
  }

@media (min-width: 767px)  {
  #pub-result__count {
    font-size: 60px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  /* Style rules by Ramesh */

  /* ========== Publication page =========== */

  .form-section {
    float: left;
    width: calc( 50% - 25px ); 
  }
}

@media (max-width: 480px) {
  /* Style rules by Ramesh */

  /* ========== Publication page =========== */

  .form-section {
    margin-right: 0;
    float: none;
    width: 100%;
  }
}


/*.icon-Emergin-Market:before {
  content: "\e900";
}
.icon-European:before {
  content: "\e901";
}
.icon-Global-Equity:before {
  content: "\e902";
}
.icon-Gold-Metals:before {
  content: "\e903";
}
.icon-Immo:before {
  content: "\e904";
}
.icon-Swiss-Equity:before {
  content: "\e905";
}*/

.investment-holder .icon {
  /*font-size: 9.3737777rem;*/
  transition: all linear 0.25s;
}

.investment-holder a {
}

.investment-holder a span {
  transition: all linear 0.25s;
}

.investment-holder a:hover .icon,
.investment-holder a:hover span {
  color: #e02a2f;
}

#loadmoreajaxloader {
  display: none;
}

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


/* Back to top feature */
.backTop__wrapper {
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.backTop__wrapper.animated {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all linear 0.35s;
  transition: all linear 0.35s;
}

.backTop__trigger {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.arrow--top {
  position: relative;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #001f44;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  transform: rotate(180deg);
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}

.btn:empty, button[type=submit]:empty, input[type="submit"]:empty {
  padding: 20px 33px 20px 17px;
}

.btn:empty:before, button[type=submit]:empty:before, input[type="submit"]:empty:before {
  padding: 10px 0 0;
}

p:empty {
  display: none;
}

.details-logo {
  max-width: 75px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .news-detail .content-block div > div:not(:last-of-type) {
    margin-right: 75px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .news-detail .content-block div > div {
    display: inline-block;
  }

  .news-detail .content-block div > div:not(:last-of-type) {
    margin-right: 25px !important;
  }
}


/* Login UI */

.top-bar-list {
  margin: 0 0;
  padding: 0px 0 0 0;
  list-style: none;
  letter-spacing: 0.5px;
  position: absolute;
  z-index: 999999;
}

.top-bar-list li {
    list-style: none;
}

.login-list-group {
  margin: 0 0;
  padding: 0 0 8px;
}

.top-bar-list li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.login-list-item {
  font-size: 14px;
  text-transform: initial;
}

.login-list-item .user-avatar {
  margin-right: 10px;
  font-size: 16px;
}

.login-list-item .user-avatar i {
  font-size: 20px;
}

.login-dropdown {
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: -50%;
    z-index: 1;
    opacity: 0;
    padding: 20px 20px;
    width: 200%;
    background-color: #eeeeee;
    letter-spacing: 1px;
    text-align: left; 
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

@media (min-width: 1025px) {
  .top-bar-list-item.open .login-dropdown {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media (max-width: 1024px) {

  .top-bar-list-item.open .login-list-group .login-dropdown {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.login-list-group .login-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #eeeeee;
}

.forgot-pass-link,
.forgot-pass-link:hover {
  margin: 0px 0px 10px;
  display: block;
  color: #999999;
  font-size: 12px;
  text-decoration: underline;
  text-align: right;
}

@media (max-width: 767px) {
  .top-bar-list {
    top: 50%;
    right: 25px;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .login-list-group {
    padding-bottom: 4px;
  }
  .header-area .language-list > li .language-hover-list {
    display: block !important;
      top: 80% !important;
    }
    .post.post--full-width.active h2 {
      margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
  .top-bar-list {
    right: -20px;
  }
  .post.post--full-width h2 {
    margin-bottom: 40px;
  }
}

.header-area .language-list > li .language-hover-list {
pointer-events: none;
position: absolute !important;
top: 100%;
/*right: 0;
left: 25px;*/
right: 0;
left: auto;
z-index: 1;
opacity: 0;
padding-top: 8px;
max-width: 59px;
letter-spacing: 1px;
-webkit-transform: translateY(20%);
-ms-transform: translateY(20%);
transform: translateY(20%);
-webkit-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s; }
.header-area .language-list > li .language-hover-list ul.language-sub-list {
  position: relative;
  padding-top: 0px;
  text-align: center;
  overflow: visible; }
  .header-area .language-list > li .language-hover-list ul.language-sub-list:before {
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e02a2f; }
  .header-area .language-list > li .language-hover-list ul.language-sub-list li {
    padding: 0 0; }
    .header-area .language-list > li .language-hover-list ul.language-sub-list li:not(:last-of-type) {
      border-bottom: 1px solid #ff3036; }
    .header-area .language-list > li .language-hover-list ul.language-sub-list li a {
      display: block;
      padding: 15px 15px;
      background: #e02a2f;
      min-width: 59px;
      color: #ffffff; }
      .header-area .language-list > li .language-hover-list ul.language-sub-list li a:hover {
        background: #b72a38; }
.header-area .language-list > li:hover .language-hover-list,
.header-area .top-bar-list-item.open .language-list > li .language-hover-list {
pointer-events: auto;
opacity: 1;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%); }


/* Inner pages style rules
** @ 4/20/2017
*/

.content-block--small {
  padding: 30px 0 30px;
}

.c-message__salutation {
  display: block;
  margin-bottom: 20px;

  font-size: 24px;
}

.login-topbar-form label.error,
.login-dropdown .errorDiv {  
  color: #e02a2f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.login-topbar-form input.error {
  color: #e02a2f;
  margin-bottom: 6px;
}

.login-topbar-form label.error,
.ipro-form--account label.error,
.ipro-form__wrap .errorDiv,
.login-dropdown .errorDiv {
  display: block;
  margin-bottom: 7px;
}

.ipro-form--account label.error,
.ipro-form__wrap .errorDiv {
  color: #e02a2f;
  font-size: 16px;
}

/* Ajax form submit loader */

.ipro__loader-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.ipro__loader-wrap .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(images/ajax-form-loader.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 60px;
  height: 60px;
  text-indent: -999999px;
  transform: translate3d(-50%, -50%, 0);
}

.content-block.gray-style.two-columns .post.post--full-width {
  width: 100%;
}

.container-700 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 500px;
}


.container-800 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

/*CSS ADDED BY RANJITA*/

figure.gallery-item {
    width: 23%;
    margin: 0 1% 15px;
    height:200px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}


figure.gallery-item img{
  /*width:100%;*/
}


/*END CSS ADDED BY RANJITA*/

