/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
      -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  color: #000;
  background: #ff0;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.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 {
  height: 0;
  box-sizing: content-box;
}

/**
 * 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 {
  margin: 0; /* 3 */
  font: inherit; /* 2 */
  color: inherit; /* 1 */
}

/**
 * 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"], /* 1 */
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 {
  padding: 0;
  border: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  box-sizing: content-box; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
 * 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 {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/**
 * 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 {
  padding: 0; /* 2 */
  border: 0; /* 1 */
}

/**
 * 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-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  font-size: 16px;

  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100%;
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 1rem;
  line-height: 1.438;
  color: #747474;
  background-color: #f2f4f6;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.563rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  font-style: normal;
  line-height: inherit;
}

address,ol,
ul,
dl {
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #b30000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #670000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%; 
  vertical-align: middle;
}

#map_canvas img {
  max-width: inherit;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  background-color: transparent;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #818a91;
  caption-side: bottom;
}

caption,th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.icon {
  position: relative;
  width: 25px;
  height: 25px;
  overflow: hidden;
  vertical-align: baseline; 

  fill: currentColor;
}

.icon,[data-icon] {
  display: inline-block;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.icon__cnt {
  vertical-align: top; 
  pointer-events: none;
  background: inherit;
  -ms-transform: translate(.5px, -.3px);
      transform: translateX(0);

  fill: inherit;
}

.icon__cnt,.icon__spinner {
  width: 100%;
  height: 100%;
}

.icon__spinner {
  position: absolute;
  top: 0;
  left: 0;
}

.icon-navbar-social-fb,
[data-icon="navbar-social-fb"],
.icon-navbar-social-tw,
[data-icon="navbar-social-tw"],
.icon-navbar-social-in,
[data-icon="navbar-social-in"] {
  width: 22px;
  height: 22px;
}

.icon-footer-social-in,
[data-icon="footer-social-in"] {
  width: 20px;
  height: 17px;
}

.icon-follow-us-fb,
[data-icon="follow-us-fb"] {
  width: 11px;
  height: 21px;
}
.icon-follow-us-fb.is-small, .icon-follow-us-fb[data-size="small"],
  [data-icon="follow-us-fb"].is-small,
  [data-icon="follow-us-fb"][data-size="small"] {
  width: 8px;
  height: 15px;
}

.icon-follow-us-tw,
[data-icon="follow-us-tw"] {
  width: 22px;
  height: 16px;
}
.icon-follow-us-tw.is-small, .icon-follow-us-tw[data-size="small"],
  [data-icon="follow-us-tw"].is-small,
  [data-icon="follow-us-tw"][data-size="small"] {
  width: 15px;
  height: 15px;
}

.icon-follow-us-gp,
[data-icon="follow-us-gp"] {
  width: 18px;
  height: 17px;
}

.icon-slider-next-arrow,
[data-icon="slider-next-arrow"],.icon-slider-prev-arrow,
[data-icon="slider-prev-arrow"] {
  width: 27px;
  height: 27px;
}

.icon-map-marker,
[data-icon="map-marker"] {
  width: 18px;
  height: 27px;
}
.icon-map-marker.is-small, .icon-map-marker[data-size="small"],
  [data-icon="map-marker"].is-small,
  [data-icon="map-marker"][data-size="small"] {
  width: 10px;
  height: 15px;
}

.icon-mobile,
[data-icon="mobile"] {
  width: 14px;
  height: 22px;
}
.icon-mobile.is-small, .icon-mobile[data-size="small"],
  [data-icon="mobile"].is-small,
  [data-icon="mobile"][data-size="small"] {
  width: 14px;
  height: 16px;
}

.icon-phone,
[data-icon="phone"] {
  width: 14px;
  height: 22px;
}
.icon-phone.is-small, .icon-phone[data-size="small"],
  [data-icon="phone"].is-small,
  [data-icon="phone"][data-size="small"] {
  width: 14px;
  height: 16px;
}

.icon-mail,
[data-icon="mail"] {
  width: 24px;
  height: 20px;
}
.icon-mail.is-small, .icon-mail[data-size="small"],
  [data-icon="mail"].is-small,
  [data-icon="mail"][data-size="small"] {
  width: 14px;
  height: 16px;
}

.icon-pagenav-arrow-left,
[data-icon="pagenav-arrow-left"],
.icon-pagenav-arrow-right,
[data-icon="pagenav-arrow-right"] {
  width: 10px;
  height: 15px;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: .5rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.h1 {
  font-size: 2.5rem;
}

.h2 {
  font-size: 2rem;
}

.h3 {
  font-size: 1.75rem;
}

.h4 {
  font-size: 1.5rem;
}

.h5 {
  font-size: 1.25rem;
}

.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, .1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-unstyled,.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
.dl-horizontal:before, .dl-horizontal:after {
  display: table; 
  content: " ";
}
.dl-horizontal:after {
  clear: both;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.figure {
  display: inline-block;
}
.figure > img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

.img-fluid, .figure > img {
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: .3rem;
}

.img-thumbnail {
  max-width: 100%;
  height: auto; 
  padding: .25rem;
  line-height: 1.438;
  background-color: #f2f4f6;
  border: 2px solid #ddd;
  border-radius: 5px;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

.form-control, .sidebar-widgets .widget_search input[type="text"] {
  display: block;
  width: 100%;
  padding: .375rem .813rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.438;
  color: #545454;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::-ms-expand, .sidebar-widgets .widget_search input[type="text"]::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .sidebar-widgets .widget_search input[type="text"]:focus {
  outline: none;
}
.form-control:-ms-input-placeholder, .sidebar-widgets .widget_search input[type="text"]:-ms-input-placeholder {
  color: #545454;
  opacity: 1;
}
.form-control::placeholder, .sidebar-widgets .widget_search input[type="text"]::placeholder {
  color: #545454;
  opacity: 1;
}
.form-control:disabled, .sidebar-widgets .widget_search input[type="text"]:disabled, .form-control[readonly], .sidebar-widgets .widget_search input[readonly][type="text"] {
  background-color: #eceeef;
  opacity: 1;
}
.form-control:disabled, .sidebar-widgets .widget_search input[type="text"]:disabled {
  cursor: not-allowed;
}

.form-control-file,
.form-control-range {
  display: block;
}

.form-control-label {
  padding: .375rem .813rem;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 10px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: .75rem;
}
.radio label,
  .checkbox label {
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: 0;
  font-weight: 400;
  color: #808080; 
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .35rem;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}

input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled,.radio-inline.disabled,
.checkbox-inline.disabled,.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.439rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control, .has-success .sidebar-widgets .widget_search input[type="text"], .sidebar-widgets .widget_search .has-success input[type="text"] {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  background-color: #eaf6ea; 
  border-color: #5cb85c;
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control, .has-warning .sidebar-widgets .widget_search input[type="text"], .sidebar-widgets .widget_search .has-warning input[type="text"] {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  background-color: white; 
  border-color: #f0ad4e;
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control, .has-danger .sidebar-widgets .widget_search input[type="text"], .sidebar-widgets .widget_search .has-danger input[type="text"] {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  background-color: #fdf7f7; 
  border-color: #d9534f;
}

.btn, .sidebar-widgets .widget_search input[type="submit"], .inner-application-form .gform_wrapper .gform_footer input[type="submit"] {
  display: inline-block;
  padding: 1.063rem 1.563rem;
  font-size: .938rem;
  font-weight: 700;
  line-height: 1.438;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: opacity .2s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.btn:focus, .sidebar-widgets .widget_search input[type="submit"]:focus, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:focus, .btn.focus, .sidebar-widgets .widget_search input.focus[type="submit"], .inner-application-form .gform_wrapper .gform_footer input.focus[type="submit"], .btn:active:focus, .sidebar-widgets .widget_search input[type="submit"]:active:focus, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:active:focus, .btn:active.focus, .sidebar-widgets .widget_search input[type="submit"]:active.focus, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:active.focus, .btn.active:focus, .sidebar-widgets .widget_search input.active[type="submit"]:focus, .inner-application-form .gform_wrapper .gform_footer input.active[type="submit"]:focus, .btn.active.focus, .sidebar-widgets .widget_search input.active.focus[type="submit"], .inner-application-form .gform_wrapper .gform_footer input.active.focus[type="submit"] {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus, .sidebar-widgets .widget_search input[type="submit"]:focus, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:focus, .btn:hover, .sidebar-widgets .widget_search input[type="submit"]:hover, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:hover {
  text-decoration: none; 
  outline: 0;
}
.btn:active, .sidebar-widgets .widget_search input[type="submit"]:active, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:active, .btn.active, .sidebar-widgets .widget_search input.active[type="submit"], .inner-application-form .gform_wrapper .gform_footer input.active[type="submit"] {
  background-image: none;
  outline: 0;
}
.btn.disabled, .sidebar-widgets .widget_search input.disabled[type="submit"], .inner-application-form .gform_wrapper .gform_footer input.disabled[type="submit"], .btn:disabled, .sidebar-widgets .widget_search input[type="submit"]:disabled, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn[data-toggle="button"] input[type="checkbox"], .sidebar-widgets .widget_search input[data-toggle="button"][type="submit"] input[type="checkbox"], .inner-application-form .gform_wrapper .gform_footer input[data-toggle="button"][type="submit"] input[type="checkbox"],
.btn[data-toggle="button"] input[type="radio"], .sidebar-widgets .widget_search input[data-toggle="button"][type="submit"] input[type="radio"], .inner-application-form .gform_wrapper .gform_footer input[data-toggle="button"][type="submit"] input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary, .sidebar-widgets .widget_search input[type="submit"] {
  color: #fff;
  background-color: #303d71;
  border-color: #303d71;
}
.btn-primary:hover, .sidebar-widgets .widget_search input[type="submit"]:hover {
  color: #fff;
  background-color: #252f58;
  border-color: #252f58;
}
.btn-primary:focus, .sidebar-widgets .widget_search input[type="submit"]:focus, .btn-primary.focus, .sidebar-widgets .widget_search input.focus[type="submit"] {
  color: #fff;
  background-color: #252f58;
  border-color: #252f58; 
  outline: none !important;
}
.btn-primary:active, .sidebar-widgets .widget_search input[type="submit"]:active, .btn-primary.active, .sidebar-widgets .widget_search input.active[type="submit"],
  .open > .btn-primary.dropdown-toggle, .sidebar-widgets .widget_search
  .open > input.dropdown-toggle[type="submit"] {
  color: #fff;
  background-color: #252f58;
  background-image: none; 
  border-color: #252f58;
}
.btn-primary:active:hover, .sidebar-widgets .widget_search input[type="submit"]:active:hover, .btn-primary:active:focus, .sidebar-widgets .widget_search input[type="submit"]:active:focus, .btn-primary:active.focus, .sidebar-widgets .widget_search input[type="submit"]:active.focus, .btn-primary.active:hover, .sidebar-widgets .widget_search input.active[type="submit"]:hover, .btn-primary.active:focus, .sidebar-widgets .widget_search input.active[type="submit"]:focus, .btn-primary.active.focus, .sidebar-widgets .widget_search input.active.focus[type="submit"],
    .open > .btn-primary.dropdown-toggle:hover, .sidebar-widgets .widget_search
    .open > input.dropdown-toggle[type="submit"]:hover,
    .open > .btn-primary.dropdown-toggle:focus, .sidebar-widgets .widget_search
    .open > input.dropdown-toggle[type="submit"]:focus,
    .open > .btn-primary.dropdown-toggle.focus, .sidebar-widgets .widget_search
    .open > input.dropdown-toggle.focus[type="submit"] {
  color: #fff;
  background-color: #212a4d;
  border-color: #212a4d;
}
.btn-primary.disabled:focus, .sidebar-widgets .widget_search input.disabled[type="submit"]:focus, .btn-primary.disabled.focus, .sidebar-widgets .widget_search input.disabled.focus[type="submit"], .btn-primary:disabled:focus, .sidebar-widgets .widget_search input[type="submit"]:disabled:focus, .btn-primary:disabled.focus, .sidebar-widgets .widget_search input[type="submit"]:disabled.focus,.btn-primary.disabled:hover, .sidebar-widgets .widget_search input.disabled[type="submit"]:hover, .btn-primary:disabled:hover, .sidebar-widgets .widget_search input[type="submit"]:disabled:hover {
  background-color: #303d71;
  border-color: #303d71;
}

.btn-secondary, .inner-application-form .gform_wrapper .gform_footer input[type="submit"] {
  color: #fff;
  background-color: #da0000;
  border-color: #da0000;
}
.btn-secondary:hover, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:hover {
  color: #fff;
  background-color: #b60000;
  border-color: #b60000;
}
.btn-secondary:focus, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:focus, .btn-secondary.focus, .inner-application-form .gform_wrapper .gform_footer input.focus[type="submit"] {
  color: #fff;
  background-color: #b60000;
  border-color: #b60000; 
  outline: none !important;
}
.btn-secondary:active, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:active, .btn-secondary.active, .inner-application-form .gform_wrapper .gform_footer input.active[type="submit"],
  .open > .btn-secondary.dropdown-toggle, .inner-application-form .gform_wrapper .gform_footer
  .open > input.dropdown-toggle[type="submit"] {
  color: #fff;
  background-color: #b60000;
  background-image: none; 
  border-color: #b60000;
}
.btn-secondary:active:hover, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:active:hover, .btn-secondary:active:focus, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:active:focus, .btn-secondary:active.focus, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:active.focus, .btn-secondary.active:hover, .inner-application-form .gform_wrapper .gform_footer input.active[type="submit"]:hover, .btn-secondary.active:focus, .inner-application-form .gform_wrapper .gform_footer input.active[type="submit"]:focus, .btn-secondary.active.focus, .inner-application-form .gform_wrapper .gform_footer input.active.focus[type="submit"],
    .open > .btn-secondary.dropdown-toggle:hover, .inner-application-form .gform_wrapper .gform_footer
    .open > input.dropdown-toggle[type="submit"]:hover,
    .open > .btn-secondary.dropdown-toggle:focus, .inner-application-form .gform_wrapper .gform_footer
    .open > input.dropdown-toggle[type="submit"]:focus,
    .open > .btn-secondary.dropdown-toggle.focus, .inner-application-form .gform_wrapper .gform_footer
    .open > input.dropdown-toggle.focus[type="submit"] {
  color: #fff;
  background-color: #a70000;
  border-color: #a70000;
}
.btn-secondary.disabled:focus, .inner-application-form .gform_wrapper .gform_footer input.disabled[type="submit"]:focus, .btn-secondary.disabled.focus, .inner-application-form .gform_wrapper .gform_footer input.disabled.focus[type="submit"], .btn-secondary:disabled:focus, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:disabled:focus, .btn-secondary:disabled.focus, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:disabled.focus,.btn-secondary.disabled:hover, .inner-application-form .gform_wrapper .gform_footer input.disabled[type="submit"]:hover, .btn-secondary:disabled:hover, .inner-application-form .gform_wrapper .gform_footer input[type="submit"]:disabled:hover {
  background-color: #da0000;
  border-color: #da0000;
}

.btn-third {
  color: #fff;
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}
.btn-third:hover,.btn-third:focus, .btn-third.focus {
  color: #fff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-third:focus, .btn-third.focus {
  outline: none !important;
}
.btn-third:active, .btn-third.active,
  .open > .btn-third.dropdown-toggle {
  color: #fff;
  background-color: #a3a3a3;
  background-image: none; 
  border-color: #a3a3a3;
}
.btn-third:active:hover, .btn-third:active:focus, .btn-third:active.focus, .btn-third.active:hover, .btn-third.active:focus, .btn-third.active.focus,
    .open > .btn-third.dropdown-toggle:hover,
    .open > .btn-third.dropdown-toggle:focus,
    .open > .btn-third.dropdown-toggle.focus {
  color: #fff;
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.btn-third.disabled:focus, .btn-third.disabled.focus, .btn-third:disabled:focus, .btn-third:disabled.focus,.btn-third.disabled:hover, .btn-third:disabled:hover {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}

.btn-primary-outline {
  color: #303d71;
  background-color: transparent;
  background-image: none;
  border-color: #303d71;
}
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
  .open > .btn-primary-outline.dropdown-toggle,.btn-primary-outline:hover {
  color: #fff;
  background-color: #303d71;
  border-color: #303d71;
}
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus,.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
  border-color: #5266b5;
}

.btn-secondary-outline {
  color: #da0000;
  color: #5d6a7d; 
  background-color: transparent;
  background-image: none;
  border-color: #da0000;
}
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
  .open > .btn-secondary-outline.dropdown-toggle,.btn-secondary-outline:hover {
  color: #fff;
  background-color: #da0000;
  border-color: #da0000;
}
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus,.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
  border-color: #ff4141;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.site-wrapper {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
      flex-direction: column; 

  -js-display: flex;
  -ms-flex-direction: column;
}

.wrapper {
  width: 1300px;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  display: table; 
  content: " ";
}
.wrapper:after {
  clear: both;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.mejs-mediaelement {
  background-color: #fff !important;
}

.mobile-menu-handler {
  position: absolute;
  top: 12px; 
  right: 31px;
  display: none;
  padding: 9px;
}
.mobile-menu-handler .bar {
  display: block;
  width: 29px;
  height: 3px;
  background-color: #da0000;
}
.mobile-menu-handler .bar + .bar {
  margin-top: 7px;
}

.mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 2000;
  display: none;
  padding: 15px 40px 20px;
  font-size: 1rem;
  text-align: right;
  background-color: #f2f4f6;
  border-top: 2px solid #303d71;
  border-bottom: 4px solid #da0000;
}
.mobile-menu .mobile-main-nav {
  padding: 0; 
  margin: 0 0 15px;
  text-align: right;
  list-style: none;
}
.mobile-menu .mobile-main-nav a,
    .mobile-menu .mobile-main-nav span {
  display: block;
  padding: 5px 0;
  color: #767676;
  text-decoration: none;
  text-transform: uppercase;
}
.mobile-menu .mobile-main-nav > li {
  display: block;
}
.mobile-menu .mobile-main-nav > li.current-menu-item > a,
      .mobile-menu .mobile-main-nav > li.current-menu-item > span, .mobile-menu .mobile-main-nav > li.current_page_item > a,
      .mobile-menu .mobile-main-nav > li.current_page_item > span,.mobile-menu .mobile-main-nav > li:last-child > span,
      .mobile-menu .mobile-main-nav > li:last-child > a {
  color: #da0000;
}
.mobile-menu .mobile-main-nav > li:last-child > span:focus, .mobile-menu .mobile-main-nav > li:last-child > span:hover,
        .mobile-menu .mobile-main-nav > li:last-child > a:focus,
        .mobile-menu .mobile-main-nav > li:last-child > a:hover {
  color: #8e0000;
}
.mobile-menu .mobile-main-nav > li > ul {
  padding: 0 30px 0 0;
  margin: 0;
  list-style: none;
  border-right: 5px solid rgba(0, 0, 0, .035);
}
.mobile-menu .mobile-main-nav > li > ul > li.current-menu-item > span,
        .mobile-menu .mobile-main-nav > li > ul > li.current-menu-item > a, .mobile-menu .mobile-main-nav > li > ul > li.current_page_item > span,
        .mobile-menu .mobile-main-nav > li > ul > li.current_page_item > a {
  color: #da0000;
}
.mobile-menu .mobile-main-nav > li > ul > li > ul {
  padding-right: 25px;
  padding-left: 0;
  list-style: none;
  border-right: 5px solid rgba(0, 0, 0, .035);
}
.mobile-menu .mobile-main-nav > li > ul > li > ul > li.current-menu-item > span,
          .mobile-menu .mobile-main-nav > li > ul > li > ul > li.current-menu-item > a, .mobile-menu .mobile-main-nav > li > ul > li > ul > li.current_page_item > span,
          .mobile-menu .mobile-main-nav > li > ul > li > ul > li.current_page_item > a {
  color: #da0000;
}
.mobile-menu .mobile-menu-socials {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;

  -js-display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-menu .mobile-menu-socials li {
  margin: 0 10px;
}
.mobile-menu .mobile-menu-socials a {
  display: block;
  height: 22px;
  color: #ced6de;
}
.mobile-menu .mobile-menu-socials a:focus, .mobile-menu .mobile-menu-socials a:hover {
  color: #303d71;
}
.mobile-menu form {
  position: relative; 
  padding-top: 15px;
}
.mobile-menu form .mc4wp-form-fields {
  display: -ms-flexbox;
  display: flex;

  -js-display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.mobile-menu form .wpcf7-form-control-wrap {
  -ms-flex: 0 0;
      flex: 0 0;
  -ms-flex-preferred-size: calc(100% - 128px);
  flex-basis: calc(100% - 128px);
}
.mobile-menu form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
}
.mobile-menu form .ajax-loader {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -30px !important;
}
.mobile-menu form .wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
  color: #767676;
  text-align: left; 
  background-color: rgba(255, 255, 255, .5);
}
.mobile-menu form input[type="email"] {
  width: 100%;
  padding: 13px 30px;
  font-size: .938rem;
  font-style: italic;
  line-height: 1.5;
  color: #838e98; 
  letter-spacing: .04em;
  background-color: #f2f2f2;
  border-color: #303d71;
  border-radius: 5px 0 0 5px;
}
.mobile-menu form input[type="email"]:-ms-input-placeholder {
  color: #838e98;
}
.mobile-menu form input[type="email"]::placeholder {
  color: #838e98;
}
.mobile-menu form input[type="submit"] {
  max-width: 128px;
  padding: 13px 26px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.4; 
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: 0 5px 5px 0;

  -ms-flex: 0 0 128px;
      flex: 0 0 128px;
}

.site-header {
  position: relative;
  padding: 43px 0 38px;
}
.site-header .wrapper {
  display: -ms-flexbox;
  display: flex;
  padding: 0 65px;

  -js-display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .logo {
  width: 312px;
  height: 105px; 

  -ms-flex: 0 0 312px;
      flex: 0 0 312px;
}
.site-header .logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.site-header .header-slogan {
  padding-left: 65px;
  font-family: Lora,Georgia,Times New Roman,Times,serif; 
  font-size: 1.5rem;
  color: #6e6e6f;
  text-align: right;

  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.site-header .header-slogan strong {
  font-size: 1.625rem; 
  color: #da0000;
}

.site-content {
  width: 1300px;
  margin: 0 auto; 
  background-color: #fff;
  box-shadow: 0 0 27px 3px rgba(200, 209, 219, .35);

  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.site-content:before, .site-content:after {
  display: table; 
  content: " ";
}
.site-content:after {
  clear: both;
}
.site-content .alignright {
  margin-bottom: 10px;
}
.site-content .alignleft {
  margin: 25px 0;
}

.site-footer .top-panel {
  display: -ms-flexbox;
  display: flex; 
  padding: 70px 65px 80px;
  background-color: #363636;

  -js-display: flex;
}

.site-footer .bottom-panel {
  display: -ms-flexbox;
  display: flex;
  padding: 32px 65px; 

  -js-display: flex;
}

.footer-subscribe {
  padding-right: 30px; 

  -ms-flex: 0 0 51.28205%;
      flex: 0 0 51.28205%;
}
.footer-subscribe > header {
  position: relative;
  padding-bottom: 14px; 
  margin-bottom: 30px;
}
.footer-subscribe > header h2 {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.footer-subscribe > header::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 2px; 
  content: "";
  background-color: #565656;
}
.footer-subscribe > .block-body {
  font-size: .813rem;
  line-height: 2;
  color: #cbcbcb; 
  letter-spacing: .04em;
}
.footer-subscribe > .block-body p {
  margin-bottom: 35px;
}
.footer-subscribe > .block-body form {
  position: relative;
  max-width: 445px;
}
.footer-subscribe > .block-body form .mc4wp-form-fields {
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  max-width: 445px;

  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.footer-subscribe > .block-body form .wpcf7-form-control-wrap {
  max-width: 215px; 

  -ms-flex: 0 0;
      flex: 0 0;
  -ms-flex-preferred-size: calc(100% - 128px);
  flex-basis: calc(100% - 128px);
}
.footer-subscribe > .block-body form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
}
.footer-subscribe > .block-body form .ajax-loader {
  position: absolute;
  top: 60px;
  left: 50%; 
  margin: 0 0 0 -30px;
}
.footer-subscribe > .block-body form .wpcf7-response-output {
  margin-right: 0; 
  margin-left: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, .12);
}
.footer-subscribe > .block-body form input[type="email"] {
  width: 100%;
  padding: 13px 30px;
  font-size: .938rem;
  font-style: italic;
  line-height: 1.5;
  color: #838e98; 
  letter-spacing: .04em;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 5px 0 0 5px;
}
.footer-subscribe > .block-body form input[type="email"]:-ms-input-placeholder {
  color: #838e98;
}
.footer-subscribe > .block-body form input[type="email"]::placeholder {
  color: #838e98;
}
.footer-subscribe > .block-body form input[type="submit"] {
  max-width: 128px;
  padding: 13px 26px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.4; 
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: 0 5px 5px 0;

  -ms-flex: 0 0 128px;
      flex: 0 0 128px;
}

.footer-nav {
  -ms-flex: 0 0 25.64103%;
      flex: 0 0 25.64103%;
}
.footer-nav > header {
  position: relative;
  padding-bottom: 14px; 
  margin-bottom: 30px;
}
.footer-nav > header h2 {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.footer-nav > header::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 2px; 
  content: "";
  background-color: #565656;
}
.footer-nav > .block-body ul {
  padding: 0;
  margin: 0;
  font-size: .813rem; 
  list-style: none;
}
.footer-nav > .block-body ul li {
  display: block;
  margin-bottom: 12px;
}
.footer-nav > .block-body ul a {
  color: #cbcbcb;
}
.footer-nav > .block-body ul a:hover {
  color: #f1f1f1;
}
.footer-nav > .block-body ul span {
  color: #cbcbcb;
}

.footer-contacts {
  -ms-flex: 0 0 23.07692%;
      flex: 0 0 23.07692%;
}
.footer-contacts > header {
  position: relative;
  padding-bottom: 14px; 
  margin-bottom: 30px;
}
.footer-contacts > header h2 {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.footer-contacts > header::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 2px; 
  content: "";
  background-color: #565656;
}
.footer-contacts > .block-body {
  font-size: .813rem;
  color: #cbcbcb;
  letter-spacing: .04em;
}
.footer-contacts > .block-body ul {
  padding: 0;
  margin: 0; 
  list-style: none;
}
.footer-contacts > .block-body ul li {
  display: block;
  margin-bottom: 12px;
}
.footer-contacts > .block-body ul .icon {
  margin-right: 15px; 
  color: #666;
}
.footer-contacts > .block-body ul a {
  color: #cbcbcb;
}
.footer-contacts > .block-body ul a:hover {
  color: #f1f1f1;
}

.footer-socials {
  display: -ms-flexbox;
  display: flex; 
  padding: 0;
  margin: 0;
  list-style: none;

  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -js-display: flex;
}
.footer-socials li {
  margin-right: 10px; 

  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.footer-socials li:last-child {
  margin-right: 0;
}
.footer-socials li a {
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  color: #fff;
  color: #fff; 
  border-radius: 50%;

  -js-display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-socials li:first-child a {
  background-color: #878787;
}
.footer-socials li:nth-child(2) a {
  background-color: #303d71;
}
.footer-socials li:nth-child(3) a {
  background-color: #4d86c6;
}

.footer-copyrights {
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  line-height: 1; 
  color: #636363;
  text-align: center;

  -ms-flex: 1 0;
      flex: 1 0;
  -ms-flex-preferred-size: calc(100% - 128px);
  flex-basis: calc(100% - 128px);
  -js-display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-copyrights p {
  margin-bottom: 0;
}

.main-promo-slider {
  position: relative;
  max-height: 470px;
  margin-bottom: 80px !important;
  overflow: hidden; 
  background-color: #1a212e;
}
.main-promo-slider .item {
  position: relative;
  color: #fff;
}
.main-promo-slider .slick-dots {
  bottom: 43px;
  margin: 0;
}
.main-promo-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.main-promo-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff; 
  border-radius: 50%;
}
.main-promo-slider .slick-dots li button:before {
  display: none;
}
.main-promo-slider .slick-dots li.slick-active button {
  background-color: #da0000;
}
.main-promo-slider .text-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 140px 0 0; 
  text-align: center;
}
.main-promo-slider .text-holder h3 {
  margin-bottom: 15px; 
  font-size: 2.813rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.main-promo-slider .text-holder h3 strong {
  color: #da0000;
}
.main-promo-slider .text-holder p {
  margin-bottom: 35px; 
  font-size: 1.25rem;
  font-style: italic;
}
.main-promo-slider .text-holder .btn, .main-promo-slider .text-holder .sidebar-widgets .widget_search input[type="submit"], .sidebar-widgets .widget_search .main-promo-slider .text-holder input[type="submit"], .main-promo-slider .text-holder .inner-application-form .gform_wrapper .gform_footer input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .main-promo-slider .text-holder input[type="submit"] {
  max-width: 240px;
  padding-right: 38px;
  padding-left: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-promo-slider .image-holder {
  position: relative;
  z-index: 1;
  width: 100%; 
  padding-bottom: 36.15%;
  background-position: center;
  background-size: cover;
  opacity: .4;
}

.main-about-us {
  position: relative; 
  padding: 0 65px 100px;
}
.main-about-us > header {
  width: 41.88034%; 
  margin-bottom: 35px;
}
.main-about-us > header h2 {
  margin: 0; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.main-about-us > .block-body .block-text {
  width: 41.88034%;
  min-height: 228px; 
  font-size: 1.25rem;
  line-height: 1.9;
  color: #7c7c7c;
  letter-spacing: .04em;
}
.main-about-us > .block-body .block-text strong {
  color: #da0000;
}
.main-about-us > .block-body .block-text p:last-child {
  margin-bottom: 0;
}
.main-about-us > .block-body .block-video {
  position: absolute;
  top: 0;
  right: 65px;
  width: calc(48.717948717949% - 65px);
  height: auto;
}

.main-what-we-do {
  position: relative; 
  padding: 80px 65px 75px;
  background-color: #f9fbfd;
}
.main-what-we-do::before {
  top: -29px;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  background: url(../images/static/hands.svg) no-repeat center/31px 24px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.main-what-we-do::before,.main-what-we-do::after {
  position: absolute;
  left: 50%;
  content: "";
}
.main-what-we-do::after {
  top: 0;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.main-what-we-do .row {
  display: -ms-flexbox;
  display: flex;

  -js-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-what-we-do .row .images-col {
  display: -ms-flexbox;
  display: flex;

  -ms-flex: 0 0 48.7179%;
      flex: 0 0 48.7179%;
  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.main-what-we-do .row .images-col img {
  height: auto;
}
.main-what-we-do .row .images-col img:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.main-what-we-do .row .images-col img:first-child ~ img {
  width: calc(50% - 10px);
}
.main-what-we-do .row .images-col img:nth-child(2) {
  margin-right: 20px;
}
.main-what-we-do .row .text-col {
  letter-spacing: .04em; 

  -ms-flex: 0 0 43.1624%;
      flex: 0 0 43.1624%;
}
.main-what-we-do .row .text-col p {
  margin-bottom: 30px; 
  font-family: Lora,Georgia,Times New Roman,Times,serif;
  font-size: 1.563rem;
  line-height: 1.8;
}
.main-what-we-do .row .text-col p:first-child {
  margin-top: -13px;
}
.main-what-we-do .row .text-col p strong {
  color: #303d71;
}
.main-what-we-do .row .text-col ul {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.667; 
  list-style: none;
}
.main-what-we-do .row .text-col ul li {
  position: relative; 
  padding-left: 45px;
  margin-bottom: 35px;
}
.main-what-we-do .row .text-col ul li:last-child {
  margin-bottom: 0;
}
.main-what-we-do .row .text-col ul li::before {
  position: absolute;
  top: .45em;
  left: 0;
  display: block;
  width: 20px;
  height: 20px; 
  content: "";
  background: url(../images/static/checkmark.svg) no-repeat 0 0;
}
.main-what-we-do .row .text-col ul strong {
  color: #da0000;
}

.main-our-work {
  position: relative; 
  padding: 72px 65px 55px;
}
.main-our-work::before {
  top: -29px;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  background: url(../images/static/people-group.svg) no-repeat center/28px 33px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.main-our-work::before,.main-our-work::after {
  position: absolute;
  left: 50%;
  content: "";
}
.main-our-work::after {
  top: 0;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.main-our-work > header {
  margin-bottom: 45px; 
  text-align: center;
}
.main-our-work > header h2 {
  margin: 0 0 20px; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.main-our-work > header p {
  font-size: 1.25rem;
  line-height: 1; 
  color: #747474;
}
.main-our-work > header p strong {
  color: #da0000;
}
.main-our-work > .block-body .stuff-list {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: .04em; 
  list-style: none;

  -js-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-our-work > .block-body .stuff-list li {
  -ms-flex: 0 0;
      flex: 0 0;
  -ms-flex-preferred-size: calc(33.3334% - 22px);
  flex-basis: calc(33.3334% - 22px);
}
.main-our-work > .block-body .stuff-list .image-holder {
  margin-bottom: 45px;
}
.main-our-work > .block-body .stuff-list .image-holder img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.main-our-work > .block-body .stuff-list .person-name {
  margin-bottom: 12px; 
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  color: #303d71;
}
.main-our-work > .block-body .stuff-list .person-position {
  margin-bottom: 28px;
  color: #da0000;
}
.main-our-work > .block-body .stuff-list .person-comment {
  font-size: 1.063rem;
}
.main-our-work > .block-body .stuff-list .person-comment p {
  margin-bottom: 10px; 
  font-family: Lora,Georgia,Times New Roman,Times,serif;
}
.main-our-work > .block-body .stuff-list .learn-more-link {
  font-size: .875rem;
}

.main-testinonials {
  position: relative;
  padding: 75px 150px 80px;
  color: #fff;
  text-align: center;
  letter-spacing: .04em; 
  background-color: #1a212e;
}
.main-testinonials::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 3; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/star.svg) no-repeat center/29px 29px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.main-testinonials::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2; 
  width: 664px;
  height: 61px;
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.main-testinonials .block-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .4;
}
.main-testinonials > header {
  position: relative;
  z-index: 5;
  padding-bottom: 30px;
  margin-bottom: 38px;
}
.main-testinonials > header h2 {
  margin: 0 0 35px; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.main-testinonials > header p {
  margin-bottom: 0; 
  font-size: 1.25rem;
  line-height: 1.9;
}
.main-testinonials > header::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 192px;
  height: 2px;
  margin-left: -96px;
  content: "";
  background-color: #da0000;
}
.main-testinonials > .block-body {
  position: relative;
  z-index: 5;
}
.main-testinonials > .block-body .testimonials-slider {
  padding-bottom: 65px; 
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.667;
}
.main-testinonials > .block-body .testimonials-slider blockquote {
  margin: 0;
}
.main-testinonials > .block-body .testimonials-slider blockquote p {
  margin-bottom: 5px; 
  font-family: Lora,Georgia,Times New Roman,Times,serif;
}
.main-testinonials > .block-body .testimonials-slider .prev-arrow,
      .main-testinonials > .block-body .testimonials-slider .next-arrow {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
.main-testinonials > .block-body .testimonials-slider .prev-arrow {
  left: calc(50% - 35px);
}
.main-testinonials > .block-body .testimonials-slider .next-arrow {
  right: calc(50% - 35px);
}

.main-posts-and-socials {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 65px 80px; 

  -js-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-posts-and-socials::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/docs.svg) no-repeat center/25px 28px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.main-posts-and-socials::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}

.main-latest-socials {
  -ms-flex: 0 0 25.6410%;
      flex: 0 0 25.6410%;
}
.main-latest-socials > header {
  display: -ms-flexbox;
  display: flex;
  height: 65px; 
  padding: 24px 0;
  background-color: #da0000;
  border-radius: 3px;

  -js-display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-latest-socials > header h2 {
  max-width: 240px;
  margin: 0;
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-overflow: ellipsis; 
  text-transform: uppercase;
  white-space: nowrap;
}
.main-latest-socials .sf-container .feed-btn-container {
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0; 

  -js-display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-latest-socials .sf-container .feed-btn-container .feed-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 46px;
  height: 45px;
  margin: 0 5px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; 
  background-color: #ddd;

  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-latest-socials .sf-container .feed-btn-container .feed-btn.is-checked {
  cursor: default;
  background-color: #acb7c0;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-item {
  width: 100%;
  margin-bottom: 19px;
  overflow: hidden;
  font-size: .75rem; 
  background-color: #fff;
  border: 1px solid #ddd;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-item.socialfeed-facebook .socialfeed-details-link {
  background-color: #475a95;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-item.socialfeed-twitter .socialfeed-details-link {
  background-color: #7dc1da;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-item.socialfeed-gplus .socialfeed-details-link {
  background-color: #db4437;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-item:last-child {
  margin-bottom: 0;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-item header {
  padding: 13px 15px 0;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-item .socialfeed-body {
  padding: 0 15px;
  margin: 0 0 15px;
  line-height: 1.692em;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-item .intents {
  display: block;
  padding: 0 15px; 
  margin-bottom: 8px;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-item .twitter-retweet {
  margin: 0 10px;
}
.main-latest-socials .sf-container .socialfeed-container .post-snippet-pic,
  .main-latest-socials .sf-container .socialfeed-container .post-snippet-preview {
  display: block;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-details-link {
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
  padding: 5px 12px;
  background-color: #ddd; 

  -js-display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-details-link .icon {
  margin-right: 7px; 
  color: #fff;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-icon {
  margin-right: 6px;
  line-height: 0;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-item-time {
  font-weight: 700; 
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
}
.main-latest-socials .sf-container .socialfeed-container .socialfeed-item-title {
  display: block;
  margin: 0 0 12px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.176;
  color: #000;
  text-decoration: none;
  outline: 0;
}

.main-latest-posts {
  -ms-flex: 0 0 68.3761%;
      flex: 0 0 68.3761%;
}
.main-latest-posts > header {
  padding-right: 115px; 
  margin-bottom: 45px;
}
.main-latest-posts > header h2 {
  margin: 0 0 25px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71; 
  text-transform: uppercase;
  letter-spacing: .12em;
}
.main-latest-posts > header p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: .04em;
}
.main-latest-posts .blog-posts {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px; 

  -js-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-latest-posts .blog-posts .post-annotation {
  border: 1px solid #ddd; 

  -ms-flex: 0 0 46.25%;
      flex: 0 0 46.25%;
}
.main-latest-posts .blog-posts .post-annotation .image-holder {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 75%;
  margin: -1px -1px 0;
  overflow: hidden;
}
.main-latest-posts .blog-posts .post-annotation .image-holder img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.main-latest-posts .blog-posts .post-info {
  padding: 28px 0 36px; 
  text-align: center;
}
.main-latest-posts .blog-posts .post-info .published-data {
  margin-bottom: 15px; 
  font-family: Lora,Georgia,Times New Roman,Times,serif;
  font-size: .75rem;
}
.main-latest-posts .blog-posts .post-info .post-title {
  position: relative;
  margin-bottom: 44px; 
  font-size: .875rem;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.main-latest-posts .blog-posts .post-info .post-title::before {
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-left: -15px; 
  content: "";
  background-color: #363636;
}
.main-latest-posts .blog-posts .post-info .post-title a {
  color: #303d71;
}
.main-latest-posts .blog-posts .post-info .post-title a:hover {
  color: #da0000;
}
.main-latest-posts .blog-posts .post-info .read-more-link {
  font-size: .875rem;
}
.main-latest-posts .news-posts {
  letter-spacing: .04em;
}
.main-latest-posts .news-posts .post-annotation {
  display: -ms-flexbox;
  display: flex; 
  padding: 40px;
  border: 1px solid #ddd;

  -js-display: flex;
}
.main-latest-posts .news-posts .post-annotation .image-holder {
  margin-right: 33px; 

  -ms-flex: 0 0 149px;
      flex: 0 0 149px;
}
.main-latest-posts .news-posts .post-annotation .post-title {
  margin: -8px 0 0; 
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #303d71;
}
.main-latest-posts .news-posts .post-annotation .post-title a {
  color: #303d71;
  text-decoration: none;
}
.main-latest-posts .news-posts .post-annotation .post-title a:hover {
  color: #da0000;
}
.main-latest-posts .news-posts .post-annotation .published-data {
  margin-bottom: 17px; 
  font-size: .875rem;
}
.main-latest-posts .news-posts .post-annotation .post-excerpt {
  margin-bottom: -8px; 
  line-height: 2;
}
.main-latest-posts .news-posts .post-annotation .post-excerpt p:last-child {
  margin-bottom: 0;
}

.main-contact-us {
  position: relative;
  padding: 75px 65px 80px;
  letter-spacing: .04em; 
  background-color: #f9fbfd;
}
.main-contact-us::before {
  top: -29px;
  z-index: 3; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  background: url(../images/static/contact-us-phone.svg) no-repeat center/28px 26px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.main-contact-us::before,.main-contact-us::after {
  position: absolute;
  left: 50%;
  content: "";
}
.main-contact-us::after {
  top: 0;
  z-index: 2; 
  width: 664px;
  height: 61px;
  margin-left: -332px;
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.main-contact-us > header {
  padding: 0 250px;
  margin-bottom: 55px;
  text-align: center;
}
.main-contact-us > header h2 {
  margin: 0 0 30px; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.main-contact-us > header p {
  margin-bottom: 0; 
  font-size: 1.125rem;
  line-height: 1.944;
}
.main-contact-us > .block-body .btn-block {
  text-align: center;
}
.main-contact-us > .block-body .btn-block .btn, .main-contact-us > .block-body .btn-block .sidebar-widgets .widget_search input[type="submit"], .sidebar-widgets .widget_search .main-contact-us > .block-body .btn-block input[type="submit"], .main-contact-us > .block-body .btn-block .inner-application-form .gform_wrapper .gform_footer input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .main-contact-us > .block-body .btn-block input[type="submit"] {
  max-width: 240px;
  padding: 13px 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-contact-us .contact-cards {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px; 

  -js-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-contact-us .contact-cards .card {
  max-width: calc(33.3334% - 20px);
  padding: 35px 25px 25px;
  text-align: center; 
  background-color: #fff;
  box-shadow: 0 0 31.5px 3.5px rgba(165, 173, 189, .15);

  -ms-flex: 0 0;
      flex: 0 0;
  -ms-flex-preferred-size: calc(33.3334% - 20px);
  flex-basis: calc(33.3334% - 20px);
}
.main-contact-us .contact-cards .card .icon {
  margin-bottom: 10px; 
  color: #303d71;
}
.main-contact-us .contact-cards .card .card-title {
  margin-bottom: 12px; 
  font-size: 1.438rem;
  letter-spacing: .04em;
}
.main-contact-us .contact-cards .card p {
  font-size: .938rem;
  line-height: 2;
  letter-spacing: .06em;
}
.main-contact-us .contact-cards .card p:last-child {
  margin-bottom: 0;
}
.main-contact-us .contact-cards .card a {
  color: #747474;
}
.main-contact-us .contact-cards .card a:hover {
  color: #4e4e4e;
}

.inner-page-header {
  padding: 119px 20px;
  text-align: center; 
  background-position: center;
  background-size: cover;
}
.inner-page-header h1 {
  margin: 0;
  font-size: 2.813rem;
  font-weight: 700;
  color: #fff; 
  text-transform: uppercase;
}
.inner-page-header h1 strong {
  color: #da0000;
}

.inner-latest-whitepapers-and-articles {
  padding: 75px 65px 57px;
}
.inner-latest-whitepapers-and-articles > header {
  padding: 0 0 45px;
}
.inner-latest-whitepapers-and-articles > header h2 {
  margin: 0 0 40px; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-latest-whitepapers-and-articles > header p {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #7d7d7d;
  letter-spacing: .04em;
}
.inner-latest-whitepapers-and-articles > header p:last-child {
  margin-bottom: 0;
}
.inner-latest-whitepapers-and-articles > .block-body {
  position: relative;
  padding-top: 100px;
}
.inner-latest-whitepapers-and-articles > .block-body::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/docs.svg) no-repeat center/25px 28px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-latest-whitepapers-and-articles > .block-body::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.inner-latest-whitepapers-and-articles .post-annotation {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #dedede; 

  -js-display: flex;
}
.inner-latest-whitepapers-and-articles .post-annotation .post-body {
  padding: 28px 28px 20px; 

  -ms-flex: 0 0;
      flex: 0 0;
  -ms-flex-preferred-size: calc(100% - 31.62393%);
  flex-basis: calc(100% - 31.62393%);
}
.inner-latest-whitepapers-and-articles .post-annotation .post-thumbnail {
  position: relative;
  max-width: 370px; 

  -ms-flex: 0 0 31.62393%;
      flex: 0 0 31.62393%;
}
.inner-latest-whitepapers-and-articles .post-annotation .post-thumbnail::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 54px;
  height: 54px; 
  content: "";
  background: url(../images/static/docs-white.svg) no-repeat center/25px 28px #da0000;
  border-radius: 50%;
}
.inner-latest-whitepapers-and-articles .post-annotation .post-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.inner-latest-whitepapers-and-articles .post-annotation .post-title {
  position: relative;
  padding-bottom: 9px;
  margin: 0 0 15px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #303d71;
  letter-spacing: .12em;
}
.inner-latest-whitepapers-and-articles .post-annotation .post-title a {
  color: #303d71;
}
.inner-latest-whitepapers-and-articles .post-annotation .post-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #303d71;
}
.inner-latest-whitepapers-and-articles .post-annotation .publish-date {
  margin-bottom: 15px; 
  font-size: .75rem;
  font-style: italic;
}
.inner-latest-whitepapers-and-articles .post-annotation .post-excerpt {
  margin-bottom: 30px; 
  line-height: 2;
  letter-spacing: .04em;
}
.inner-latest-whitepapers-and-articles .post-annotation .post-excerpt p:last-child {
  margin-bottom: 0;
}
.inner-latest-whitepapers-and-articles .post-annotation .readmore-link {
  font-size: 1.125rem;
  font-weight: 700;
}

.inner-contacts {
  padding: 75px 65px 57px;
}
.inner-contacts > header {
  padding: 0 0 45px;
}
.inner-contacts > header h2 {
  margin: 0 0 40px; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-contacts > header p {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #7d7d7d;
  letter-spacing: .04em;
}
.inner-contacts > header p:last-child {
  margin-bottom: 0;
}
.inner-contacts > .block-body {
  position: relative;
}
.inner-contacts > .block-body::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/people-group.svg) no-repeat center/25px 28px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-contacts > .block-body::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.inner-contacts .contact-cards {
  display: -ms-flexbox;
  display: flex;
  padding: 68px 65px 70px;
  margin: 0 -65px;
  margin-bottom: 55px; 
  font-size: 1.5rem;
  background-color: #f9fbfd;

  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner-contacts .contact-cards .icon {
  margin-right: 20px;
  color: #666;
}
.inner-contacts .contact-cards .card p:last-child {
  margin-bottom: 0;
}
.inner-contacts .contact-cards .card:nth-child(2) a {
  color: #747474;
  text-decoration: none;
}
.inner-contacts form {
  display: -ms-flexbox;
  display: flex;

  -js-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inner-contacts form img.ajax-loader {
  display: block;
  margin: 20px auto -30px;
}
.inner-contacts form .form-control, .inner-contacts form .sidebar-widgets .widget_search input[type="text"], .sidebar-widgets .widget_search .inner-contacts form input[type="text"] {
  padding: .688rem 1.125rem; 
  font-style: italic;
  border-color: #9d9d9d;
}
.inner-contacts form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.inner-contacts form .wpcf7-checkbox .wpcf7-list-item > label {
  position: relative;
  display: block;
  margin-bottom: .75rem;
}
.inner-contacts form .wpcf7-checkbox .wpcf7-list-item > label .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: 0;
  font-weight: 400;
  color: #808080; 
  cursor: pointer;
}
.inner-contacts form .wpcf7-checkbox input[type="radio"],
    .inner-contacts form .wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  margin-top: .35rem;
}
.inner-contacts form .wpcf7-list-item + .wpcf7-list-item {
  margin-top: -.25rem;
}
.inner-contacts form .left-fields-group {
  -ms-flex: 0 0 42.735%;
      flex: 0 0 42.735%;
}
.inner-contacts form .left-fields-group .form-group {
  margin-bottom: 29px;
}
.inner-contacts form .left-fields-group .form-group:last-of-type {
  margin-bottom: 0;
}
.inner-contacts form .left-fields-group .form-group:last-of-type .form-control, .inner-contacts form .left-fields-group .form-group:last-of-type .sidebar-widgets .widget_search input[type="text"], .sidebar-widgets .widget_search .inner-contacts form .left-fields-group .form-group:last-of-type input[type="text"] {
  max-width: 140px;
}
.inner-contacts form .right-fields-group {
  -ms-flex: 0 0 45.7265%;
      flex: 0 0 45.7265%;
}
.inner-contacts form .right-fields-group > span:first-child {
  display: block;
  margin: -5px 0 10px;
  font-size: 1.125rem;
}
.inner-contacts form .right-fields-group .form-group:last-child {
  margin-bottom: 0;
}
.inner-contacts form .right-fields-group .checkbox-group-container {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; 

  -js-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner-contacts form .right-fields-group .checkbox-group-container .checkbox-group {
  max-width: 50%; 

  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.inner-contacts form .form-actions {
  margin-top: 42px;
  text-align: center; 

  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
.inner-contacts form .form-actions .btn, .inner-contacts form .form-actions .sidebar-widgets .widget_search input[type="submit"], .sidebar-widgets .widget_search .inner-contacts form .form-actions input[type="submit"], .inner-contacts form .form-actions .inner-application-form .gform_wrapper .gform_footer input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .inner-contacts form .form-actions input[type="submit"] {
  min-width: 180px;
  max-width: 240px;
  padding-top: 13px;
  padding-bottom: 13px; 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-contacts form .wpcf7-response-output {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.inner-our-leadership {
  padding: 75px 65px 0;
}
.inner-our-leadership > header {
  padding: 0 0 85px;
}
.inner-our-leadership > header h2 {
  margin: 0 0 40px; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-our-leadership > header p {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #7d7d7d;
  letter-spacing: .04em;
}
.inner-our-leadership > header p:last-child {
  margin-bottom: 0;
}
.inner-our-leadership > header strong {
  color: #da0000;
}
.inner-our-leadership > .block-body {
  position: relative;
}
.inner-our-leadership > .block-body::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/people-group.svg) no-repeat center/25px 28px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-our-leadership > .block-body::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.inner-our-leadership .person-list {
  padding-bottom: 15px;
  margin: 0 -65px;
}
.inner-our-leadership .person-list .person-card {
  display: -ms-flexbox;
  display: flex; 
  padding: 75px 65px;

  -js-display: flex;
}
.inner-our-leadership .person-list .person-card:nth-child(odd) {
  background-color: #f9fbfd;
}
.inner-our-leadership .person-list .person-photo {
  -ms-flex: 0 0 31.6239%;
      flex: 0 0 31.6239%;
}
.inner-our-leadership .person-list .person-photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.inner-our-leadership .person-list .person-descr {
  padding-left: 30px;
  letter-spacing: .04em; 

  -ms-flex: 0 0 68.3761%;
      flex: 0 0 68.3761%;
}
.inner-our-leadership .person-list .person-descr .person-name {
  margin-top: -7px; 
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #303d71;
}
.inner-our-leadership .person-list .person-descr .person-position {
  margin-bottom: 20px; 
  font-size: 1.125rem;
  color: #da0000;
}
.inner-our-leadership .person-list .person-descr .person-text {
  font-family: Georgia,Times New Roman,Times,serif; 
  font-size: 1.063rem;
}
.inner-our-leadership .person-list .person-descr .person-text p {
  margin-bottom: 20px;
}
.inner-our-leadership .person-list .person-descr .person-text p:last-of-type {
  margin-bottom: 0;
}
.inner-our-leadership .our-conacts {
  position: relative;
  padding: 70px 65px 60px;
  margin: 0 -65px;
  text-align: center; 
  background-color: #f9fbfd;
}
.inner-our-leadership .our-conacts::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/contact-us-phone.svg) no-repeat center/28px 26px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-our-leadership .our-conacts::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.inner-our-leadership .our-conacts p {
  max-width: 665px;
  margin: 0 auto 40px; 
  font-size: 1.125rem;
  line-height: 1.944;
  letter-spacing: .04em;
}
.inner-our-leadership .our-conacts .btn, .inner-our-leadership .our-conacts .sidebar-widgets .widget_search input[type="submit"], .sidebar-widgets .widget_search .inner-our-leadership .our-conacts input[type="submit"], .inner-our-leadership .our-conacts .inner-application-form .gform_wrapper .gform_footer input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .inner-our-leadership .our-conacts input[type="submit"] {
  max-width: 240px;
  padding: .75rem 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis; 
  white-space: nowrap;
}

.inner-strategic-initiatives {
  padding: 75px 65px 0;
}
.inner-strategic-initiatives > header {
  padding: 0 0 45px;
}
.inner-strategic-initiatives > header h2 {
  margin: 0 0 40px; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-strategic-initiatives > header p {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #7d7d7d;
  letter-spacing: .04em;
}
.inner-strategic-initiatives > header p:last-child {
  margin-bottom: 0;
}
.inner-strategic-initiatives > header strong {
  color: #da0000;
}
.inner-strategic-initiatives > .block-body {
  position: relative;
  margin: 0 -65px; 
  background-color: #f8fbfd;
}
.inner-strategic-initiatives > .block-body::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/hands.svg) no-repeat center/31px 24px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-strategic-initiatives > .block-body::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.inner-strategic-initiatives .strategic-list {
  letter-spacing: .04em;
  border-bottom: 1px solid #dddfe0;
}
.inner-strategic-initiatives .strategic-list .strategic-card {
  display: -ms-flexbox;
  display: flex; 

  -js-display: flex;
}
.inner-strategic-initiatives .strategic-list .strategic-card .strategic-thumb-holder {
  background-color: #fff; 

  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}
.inner-strategic-initiatives .strategic-list .strategic-card .strategic-thumb-holder img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.inner-strategic-initiatives .strategic-list .strategic-card .strategic-thumb-holder + .strategic-descr {
  padding: 50px 40px 25px 60px;
}
.inner-strategic-initiatives .strategic-list .strategic-card .strategic-descr {
  padding: 50px 60px 25px 65px; 

  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}
.inner-strategic-initiatives .strategic-list .strategic-card .strategic-title {
  position: relative;
  padding-bottom: 16px;
  margin: 0 0 20px; 
  font-size: 1.25rem;
  font-weight: 600;
  color: #303d71;
}
.inner-strategic-initiatives .strategic-list .strategic-card .strategic-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  content: "";
  background-color: #da0000;
}
.inner-strategic-initiatives .strategic-list .strategic-card .strategic-text {
  line-height: 1.625;
}
.inner-strategic-initiatives .strategic-list .strategic-card .strategic-text p:last-child {
  margin-bottom: 0;
}
.inner-strategic-initiatives .our-conacts {
  position: relative;
  padding: 70px 65px 60px;
  text-align: center; 
  background-color: #f9fbfd;
}
.inner-strategic-initiatives .our-conacts::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/contact-us-phone.svg) no-repeat center/28px 26px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-strategic-initiatives .our-conacts::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.inner-strategic-initiatives .our-conacts p {
  max-width: 665px;
  margin: 0 auto 40px; 
  font-size: 1.125rem;
  line-height: 1.944;
  letter-spacing: .04em;
}
.inner-strategic-initiatives .our-conacts .btn, .inner-strategic-initiatives .our-conacts .sidebar-widgets .widget_search input[type="submit"], .sidebar-widgets .widget_search .inner-strategic-initiatives .our-conacts input[type="submit"], .inner-strategic-initiatives .our-conacts .inner-application-form .gform_wrapper .gform_footer input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .inner-strategic-initiatives .our-conacts input[type="submit"] {
  max-width: 240px;
  padding: .75rem 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis; 
  white-space: nowrap;
}

.inner-volunteer {
  padding: 75px 65px 0;
}
.inner-volunteer > header {
  padding: 0 0 45px;
}
.inner-volunteer > header h2 {
  margin: 0 0 40px; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-volunteer > header p {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #7d7d7d;
  letter-spacing: .04em;
}
.inner-volunteer > header p:last-child {
  margin-bottom: 0;
}
.inner-volunteer > header strong {
  color: #da0000;
}
.inner-volunteer > .block-body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 65px; 
  margin: 0 -65px;
  background-color: #f9fbfd;

  -js-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inner-volunteer > .block-body::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/people-group.svg) no-repeat center/25px 28px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-volunteer > .block-body::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.inner-volunteer .images-col {
  display: -ms-flexbox;
  display: flex;

  -ms-flex: 0 0 45.7265%;
      flex: 0 0 45.7265%;
  -ms-flex-order: 1;
  order: 1;
  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.inner-volunteer .images-col img {
  height: auto;
}
.inner-volunteer .images-col img:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.inner-volunteer .images-col img:first-child ~ img {
  width: calc(50% - 10px);
}
.inner-volunteer .images-col img:nth-child(2) {
  margin-right: 20px;
}
.inner-volunteer .wpcf7 {
  -ms-flex: 0 0 42.735%;
      flex: 0 0 42.735%;
  -ms-flex-order: 0;
  order: 0;
}
.inner-volunteer .wpcf7 img.ajax-loader {
  display: block;
  margin: 20px auto -30px;
}
.inner-volunteer .wpcf7 .form-group {
  margin-bottom: 29px;
}
.inner-volunteer .wpcf7 .form-group.zip-code-group {
  margin-bottom: 0;
}
.inner-volunteer .wpcf7 .form-group.zip-code-group .form-control, .inner-volunteer .wpcf7 .form-group.zip-code-group .sidebar-widgets .widget_search input[type="text"], .sidebar-widgets .widget_search .inner-volunteer .wpcf7 .form-group.zip-code-group input[type="text"] {
  max-width: 140px;
}
.inner-volunteer .wpcf7 .form-control, .inner-volunteer .wpcf7 .sidebar-widgets .widget_search input[type="text"], .sidebar-widgets .widget_search .inner-volunteer .wpcf7 input[type="text"] {
  padding: .688rem 1.125rem; 
  font-style: italic;
}
.inner-volunteer .wpcf7 .wpcf7-response-output {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
.inner-volunteer .wpcf7 .form-actions {
  margin-top: 40px;
  text-align: center; 

  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
.inner-volunteer .wpcf7 .form-actions .btn, .inner-volunteer .wpcf7 .form-actions .sidebar-widgets .widget_search input[type="submit"], .sidebar-widgets .widget_search .inner-volunteer .wpcf7 .form-actions input[type="submit"], .inner-volunteer .wpcf7 .form-actions .inner-application-form .gform_wrapper .gform_footer input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .inner-volunteer .wpcf7 .form-actions input[type="submit"] {
  min-width: 180px;
  max-width: 240px;
  padding-top: 13px;
  padding-bottom: 13px; 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inner-donate {
  padding: 75px 65px;
}
.inner-donate > header {
  padding: 0 0 45px;
}
.inner-donate > header h2 {
  margin: 0; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-donate > .block-body {
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: .04em;
}
.inner-donate > .block-body:before, .inner-donate > .block-body:after {
  display: table; 
  content: " ";
}
.inner-donate > .block-body:after {
  clear: both;
}
.inner-donate > .block-body strong {
  color: #da0000;
}
.inner-donate > .block-body p:last-child {
  font-size: 1.5rem;
}
.inner-donate .thumbnail-holder {
  float: right;
  width: 40.1709%;
  min-width: 320px;
  margin: -85px 0 30px 30px;
}
.inner-donate .thumbnail-holder img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.inner-events-gallery {
  padding: 75px 65px 57px;
}
.inner-events-gallery > header {
  padding: 0 0 45px;
}
.inner-events-gallery > header h2 {
  margin: 0 0 40px; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-events-gallery > header p {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #7d7d7d;
  letter-spacing: .04em;
}
.inner-events-gallery > header p:last-child {
  margin-bottom: 0;
}
.inner-events-gallery > .block-body {
  position: relative;
  padding-top: 100px;
}
.inner-events-gallery > .block-body::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/docs.svg) no-repeat center/25px 28px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-events-gallery > .block-body::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.inner-events-gallery .post-annotation {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #dedede; 

  -js-display: flex;
}
.inner-events-gallery .post-annotation .post-body {
  padding: 28px 28px 20px; 

  -ms-flex: 0 0;
      flex: 0 0;
  -ms-flex-preferred-size: calc(100% - 31.62393%);
  flex-basis: calc(100% - 31.62393%);
}
.inner-events-gallery .post-annotation .post-thumbnail {
  position: relative;
  max-width: 370px; 

  -ms-flex: 0 0 31.62393%;
      flex: 0 0 31.62393%;
}
.inner-events-gallery .post-annotation .post-thumbnail::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 54px;
  height: 54px; 
  content: "";
  background: url(../images/static/docs-white.svg) no-repeat center/25px 28px #da0000;
  border-radius: 50%;
}
.inner-events-gallery .post-annotation .post-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.inner-events-gallery .post-annotation .post-title {
  position: relative;
  padding-bottom: 9px;
  margin: 0 0 15px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #303d71;
  letter-spacing: .12em;
}
.inner-events-gallery .post-annotation .post-title a {
  color: #303d71;
}
.inner-events-gallery .post-annotation .post-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #303d71;
}
.inner-events-gallery .post-annotation .publish-date {
  margin-bottom: 15px; 
  font-size: .75rem;
  font-style: italic;
}
.inner-events-gallery .post-annotation .post-excerpt {
  margin-bottom: 30px; 
  line-height: 2;
  letter-spacing: .04em;
}
.inner-events-gallery .post-annotation .post-excerpt p:last-child {
  margin-bottom: 0;
}
.inner-events-gallery .post-annotation .readmore-link {
  font-size: 1.125rem;
  font-weight: 700;
}

.inner-news-and-resources {
  padding: 75px 65px 40px;
}
.inner-news-and-resources > header {
  padding: 0 0 45px;
}
.inner-news-and-resources > header h2 {
  margin: 0 0 40px; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-news-and-resources > header p {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #7d7d7d;
  letter-spacing: .04em;
}
.inner-news-and-resources > header p:last-child {
  margin-bottom: 0;
}
.inner-news-and-resources > header strong {
  color: #da0000;
}
.inner-news-and-resources > .block-body {
  position: relative;
  padding-top: 90px;
}
.inner-news-and-resources > .block-body::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/people-group.svg) no-repeat center/25px 28px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-news-and-resources > .block-body::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}

.inner-featured-posts {
  position: relative; 
  padding-bottom: 55px;
  overflow: hidden;
}
.inner-featured-posts::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 192px;
  height: 2px;
  margin-left: -96px;
  content: "";
  background-color: #da0000;
}
.inner-featured-posts:last-of-type {
  padding-bottom: 0;
}
.inner-featured-posts:last-of-type::before {
  display: none;
}
.inner-featured-posts + .inner-featured-posts {
  padding-top: 70px;
}
.inner-featured-posts > header {
  margin-bottom: 35px;
}
.inner-featured-posts > header h3 {
  position: relative; 
  padding: 0 0 10px;
  margin: 0 0 35px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-featured-posts > header h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #303d71;
}
.inner-featured-posts > header .sub-header {
  display: -ms-flexbox;
  display: flex;

  -js-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.inner-featured-posts > header .sub-header span:first-child {
  font-size: 1.125rem;
  color: #da0000; 
  text-transform: uppercase;
}
.inner-featured-posts > header .sub-header .btn, .inner-featured-posts > header .sub-header .sidebar-widgets .widget_search input[type="submit"], .sidebar-widgets .widget_search .inner-featured-posts > header .sub-header input[type="submit"], .inner-featured-posts > header .sub-header .inner-application-form .gform_wrapper .gform_footer input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .inner-featured-posts > header .sub-header input[type="submit"] {
  min-width: 142px;
  max-width: 145px;
  padding: 6px 38px;
  overflow: hidden;
  font-size: .938rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-featured-posts > .block-body {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.820515%;

  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inner-featured-posts > .block-body .post-annotation {
  margin: 0 2.820515% 40px; 

  -ms-flex: 0 0;
      flex: 0 0;
  -ms-flex-preferred-size: calc(33.3334% - 5.64103%);
  flex-basis: calc(33.3334% - 5.64103%);
}
.inner-featured-posts > .block-body .post-thumbnail {
  display: block;
  margin-bottom: 22px;
}
.inner-featured-posts > .block-body .post-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.inner-featured-posts > .block-body .post-thumbnail.is-video {
  position: relative;
}
.inner-featured-posts > .block-body .post-thumbnail.is-video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 80px;
  height: 80px; 
  margin-top: -40px;
  margin-left: -40px;
  content: "";
  background: url(../images/static/play-video.svg) no-repeat center/80px 80px;
}
.inner-featured-posts > .block-body .post-title {
  position: relative;
  padding-bottom: 9px;
  margin: 0 0 15px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-featured-posts > .block-body .post-title a {
  color: #303d71;
}
.inner-featured-posts > .block-body .post-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #303d71;
}
.inner-featured-posts > .block-body .publish-date {
  margin-bottom: 15px; 
  font-size: .75rem;
  font-style: italic;
}
.inner-featured-posts > .block-body .post-excerpt {
  margin-bottom: 30px; 
  line-height: 2;
  letter-spacing: .04em;
}
.inner-featured-posts > .block-body .post-excerpt p:last-child {
  margin-bottom: 0;
}
.inner-featured-posts > .block-body .readmore-link {
  font-size: 1.125rem;
  font-weight: 600;
}

.inner-video-gallery {
  padding: 75px 65px 57px;
}
.inner-video-gallery > header {
  padding: 0 0 45px;
}
.inner-video-gallery > header h2 {
  margin: 0 0 40px; 
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-video-gallery > header p {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #7d7d7d;
  letter-spacing: .04em;
}
.inner-video-gallery > header p:last-child {
  margin-bottom: 0;
}
.inner-video-gallery > header strong {
  color: #da0000;
}
.inner-video-gallery > .block-body {
  position: relative;
  padding-top: 100px;
}
.inner-video-gallery > .block-body::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/video.svg) no-repeat center/36px 25px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-video-gallery > .block-body::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.inner-video-gallery .post-annotation {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #dedede; 

  -js-display: flex;
}
.inner-video-gallery .post-annotation .post-body {
  padding: 28px 28px 20px; 

  -ms-flex: 0 0;
      flex: 0 0;
  -ms-flex-preferred-size: calc(100% - 31.62393%);
  flex-basis: calc(100% - 31.62393%);
}
.inner-video-gallery .post-annotation .post-thumbnail {
  position: relative;
  max-width: 370px; 

  -ms-flex: 0 0 31.62393%;
      flex: 0 0 31.62393%;
}
.inner-video-gallery .post-annotation .post-thumbnail::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 54px;
  height: 54px; 
  content: "";
  background: url(../images/static/video-white.svg) no-repeat center/36px 25px #da0000;
  border-radius: 50%;
}
.inner-video-gallery .post-annotation .post-thumbnail::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 80px;
  height: 80px; 
  margin-top: -40px;
  margin-left: -40px;
  content: "";
  background: url(../images/static/play-video.svg) no-repeat center/80px 80px;
}
.inner-video-gallery .post-annotation .post-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.inner-video-gallery .post-annotation .post-title {
  position: relative;
  padding-bottom: 9px;
  margin: 0 0 15px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #303d71;
  letter-spacing: .12em;
}
.inner-video-gallery .post-annotation .post-title a {
  color: #303d71;
}
.inner-video-gallery .post-annotation .post-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #303d71;
}
.inner-video-gallery .post-annotation .publish-date {
  margin-bottom: 15px; 
  font-size: .75rem;
  font-style: italic;
}
.inner-video-gallery .post-annotation .post-excerpt {
  margin-bottom: 30px; 
  line-height: 2;
  letter-spacing: .04em;
}
.inner-video-gallery .post-annotation .post-excerpt p:last-child {
  margin-bottom: 0;
}
.inner-video-gallery .post-annotation .readmore-link {
  font-size: 1.125rem;
  font-weight: 700;
}

.inner-blog {
  padding: 65px;
}
.inner-blog > .block-body {
  display: -ms-flexbox;
  display: flex; 

  -js-display: flex;
}
.inner-blog > .block-body .content-col {
  overflow: hidden; 

  -ms-flex: 0 0;
      flex: 0 0;
  -ms-flex-preferred-size: calc(100% - 27.3504%);
  flex-basis: calc(100% - 27.3504%);
}
.inner-blog > .block-body .sidebar-col {
  padding-left: 4.32701%; 

  -ms-flex: 0 0 27.3504%;
      flex: 0 0 27.3504%;
}

.inner-blog-posts .post-annotation {
  padding-bottom: 20px;
  margin: 0 0 40px; 
  border-bottom: 3px solid #303d71;
}
.inner-blog-posts .post-annotation:before, .inner-blog-posts .post-annotation:after {
  display: table; 
  content: " ";
}
.inner-blog-posts .post-annotation:after {
  clear: both;
}

.inner-blog-posts .post-thumbnail {
  display: block;
  float: left;
  max-width: 140px; 
  margin: 10px 20px 20px 0;
}
.inner-blog-posts .post-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.inner-blog-posts .post-thumbnail + span {
  display: block;
  float: left;
  width: calc(100% - 160px);
}

.inner-blog-posts .post-title {
  position: relative;
  padding-bottom: 9px;
  margin: 0 0 15px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-blog-posts .post-title a {
  color: #303d71;
}
.inner-blog-posts .post-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #303d71;
}

.inner-blog-posts .publish-date {
  display: block;
  margin-bottom: 5px; 
  font-size: .75rem;
  font-style: italic;
}

.inner-blog-posts .post-excerpt {
  line-height: 2;
  letter-spacing: .04em;
}
.inner-blog-posts .post-excerpt:before, .inner-blog-posts .post-excerpt:after {
  display: table; 
  content: " ";
}
.inner-blog-posts .post-excerpt:after {
  clear: both;
}

.inner-blog-posts .readmore-link {
  font-size: 1.125rem;
  font-weight: 600;
}

.inner-blog-single > header {
  margin: 0 0 40px;
}
.inner-blog-single > header h2 {
  margin: 0 0 5px; 
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-blog-single > header .publish-date {
  margin-bottom: 15px; 
  font-size: .825rem;
  font-style: italic;
}

.inner-blog-single .post-content {
  margin-bottom: 20px;
}
.inner-blog-single .post-content:before, .inner-blog-single .post-content:after {
  display: table; 
  content: " ";
}
.inner-blog-single .post-content:after {
  clear: both;
}
.inner-blog-single .post-content h3 {
  margin-bottom: 25px; 
  font-size: 1.25rem;
  color: #303d71;
}
.inner-blog-single .post-content h3 strong {
  font-size: 1.375rem; 
  color: #3b3b3b;
}
.inner-blog-single .post-content h3 a {
  text-decoration: none;
}
.inner-blog-single .post-content h3:last-child {
  margin-bottom: 0;
}
.inner-blog-single .post-content p {
  margin-bottom: 25px;
}
.inner-blog-single .post-content p:last-child {
  margin-bottom: 0;
}
.inner-blog-single .post-content > ul {
  padding: 0 0 0 55px; 
  margin: 0 0 35px;
  list-style: none;
}
.inner-blog-single .post-content > ul li {
  position: relative;
  margin-bottom: 15px;
}
.inner-blog-single .post-content > ul li:before {
  position: absolute;
  top: .55em;
  left: -22px;
  display: block;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #da0000; 
  border-radius: 50%;
}
.inner-blog-single .post-content > ul li:last-child {
  margin-bottom: 0;
}
.inner-blog-single .post-content > ul li ul {
  margin-top: 15px; 
  list-style: none;
}
.inner-blog-single .post-content .post-thumbnail {
  float: left;
  max-width: 35%; 
  margin: 0 30px 20px 0;
}
.inner-blog-single .post-content .post-thumbnail img {
  max-width: 100%;
}
.inner-blog-single .post-content img {
  max-width: 50%;
  height: auto;
}
.inner-blog-single .post-content img.alignleft {
  float: left;
  margin: 4px 30px 20px 0;
}
.inner-blog-single .post-content img.alignright {
  float: right;
  margin: 4px 0 20px 30px;
}

.inner-search-results {
  margin-bottom: 40px;
}
.inner-search-results .post-annotation {
  padding: 28px 28px 20px; 
  margin-bottom: 40px;
  border: 1px solid #dedede;
}
.inner-search-results .post-annotation:last-child {
  margin-bottom: 0;
}
.inner-search-results .post-annotation .post-title {
  position: relative;
  padding-bottom: 9px;
  margin: 0 0 15px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-search-results .post-annotation .post-title a {
  color: #303d71;
}
.inner-search-results .post-annotation .post-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #303d71;
}
.inner-search-results .post-annotation .publish-date {
  margin-bottom: 15px; 
  font-size: .75rem;
  font-style: italic;
}
.inner-search-results .post-annotation .post-excerpt {
  margin-bottom: 20px; 
  line-height: 2;
  letter-spacing: .04em;
}
.inner-search-results .post-annotation .post-excerpt p:last-child {
  margin-bottom: 0;
}
.inner-search-results .post-annotation .readmore-link {
  font-size: 1.125rem;
  font-weight: 700;
}

.share-enjoy-box {
  padding-bottom: 8px; 
  margin-bottom: 8px;
}
.share-enjoy-box:before, .share-enjoy-box:after {
  display: table; 
  content: " ";
}
.share-enjoy-box:after {
  clear: both;
}
.share-enjoy-box h3 {
  position: relative;
  padding-bottom: 9px;
  margin: 0 0 15px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.share-enjoy-box h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #303d71;
}

.sidebar-widgets {
  padding: 0;
  margin: 0; 
  list-style: none;
}
.sidebar-widgets .widgettitle {
  position: relative;
  padding-bottom: 9px;
  margin: 0 0 15px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #303d71;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.sidebar-widgets .widgettitle a {
  color: #303d71;
}
.sidebar-widgets .widgettitle::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #303d71;
}
.sidebar-widgets ul {
  padding: 0; 
  margin: 0;
  list-style: none;
}
.sidebar-widgets ul li {
  margin: 0 0 7px;
}
.sidebar-widgets .widget {
  margin: 0 0 28px;
  font-size: 1rem;
}
.sidebar-widgets .recent-post li {
  padding-bottom: 15px; 
  border-bottom: 1px solid #d5d5d5;
}
.sidebar-widgets .recent-post li:last-child {
  padding-bottom: 0; 
  border-bottom: none;
}
.sidebar-widgets .recent-post .post-pic {
  margin-top: 4px;
  margin-right: 5%;
  text-decoration: none;
}
.sidebar-widgets .recent-post .post-pic img {
  height: auto;
}
.sidebar-widgets .recent-post .post-link {
  display: block;
  margin-top: 15px; 
  font-size: .875rem;
  line-height: 1.3;
  text-decoration: none;
}
.sidebar-widgets .widget_search > form {
  position: relative;
}
.sidebar-widgets .widget_search label {
  display: block;
  margin-bottom: 5px;
}
.sidebar-widgets .widget_search input[type="text"] {
  display: inline-block;
  width: 65%;
  padding: 4px 12px;
  margin-left: 0;
}
.sidebar-widgets .widget_search input[type="submit"] {
  display: inline-block;
  padding: 8px 15px; 
  vertical-align: top;
}

.inner-not-found {
  padding: 65px;
}
.inner-not-found > .block-body {
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: .04em;
}
.inner-not-found > .block-body p:last-child {
  margin-bottom: 0;
}
.inner-not-found > .block-body .search-form .form-group {
  display: -ms-flexbox;
  display: flex; 

  -js-display: flex;
}
.inner-not-found > .block-body .search-form .form-control, .inner-not-found > .block-body .search-form .sidebar-widgets .widget_search input[type="text"], .sidebar-widgets .widget_search .inner-not-found > .block-body .search-form input[type="text"] {
  display: inline-block;
  width: 320px;
  margin-right: 5px;
}

.inner-application-promo {
  padding: 65px 65px 65px;
  font-size: 1.25rem;
  line-height: 1.9;
}
.inner-application-promo > .block-body strong {
  color: #aa253f;
}
.inner-application-promo > .block-body ul {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 -19px;
  font-size: 1.125rem;
  line-height: 1.667; 
  list-style: none;

  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inner-application-promo > .block-body ul li {
  position: relative; 
  padding-right: 20px;
  padding-left: 40px;
  margin-bottom: 19px;

  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}
.inner-application-promo > .block-body ul li:last-child {
  margin-bottom: 0;
}
.inner-application-promo > .block-body ul li::before {
  position: absolute;
  top: .35em;
  left: 0;
  display: block;
  width: 20px;
  height: 20px; 
  content: "";
  background: url(../images/static/checkmark.svg) no-repeat 0 0;
}
.inner-application-promo > .block-body ul strong {
  color: #da0000;
}

.inner-application-roadmap {
  position: relative; 
  padding: 75px 65px;
  background-color: #f9fbfd;
}
.inner-application-roadmap::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/hands.svg) no-repeat center/31px 24px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-application-roadmap::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.inner-application-roadmap .block-body {
  display: -ms-flexbox;
  display: flex;

  -js-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner-application-roadmap .block-body .images-col {
  display: -ms-flexbox;
  display: flex;

  -ms-flex: 0 0 48.7179%;
      flex: 0 0 48.7179%;
  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.inner-application-roadmap .block-body .images-col img {
  height: auto;
}
.inner-application-roadmap .block-body .images-col img:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.inner-application-roadmap .block-body .images-col img:first-child ~ img {
  width: calc(50% - 10px);
}
.inner-application-roadmap .block-body .images-col img:nth-child(2) {
  margin-right: 20px;
}
.inner-application-roadmap .block-body .text-col {
  letter-spacing: .04em; 

  -ms-flex: 0 0 43.1624%;
      flex: 0 0 43.1624%;
}
.inner-application-roadmap .block-body .text-col p {
  margin-bottom: 10px; 
  font-family: Lora,Georgia,Times New Roman,Times,serif;
  font-size: 1.563rem;
  font-style: italic;
  line-height: 1.8;
}
.inner-application-roadmap .block-body .text-col p:last-child {
  margin-bottom: 0;
}
.inner-application-roadmap .block-body .text-col p strong {
  color: #303d71;
}
.inner-application-roadmap .block-body .text-col ul {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.667; 
  list-style: none;
}
.inner-application-roadmap .block-body .text-col ul li {
  position: relative; 
  padding-left: 40px;
  margin-bottom: 10px;
}
.inner-application-roadmap .block-body .text-col ul li:last-child {
  margin-bottom: 0;
}
.inner-application-roadmap .block-body .text-col ul li::before {
  position: absolute;
  top: .65em;
  left: 0;
  display: block;
  width: 8px;
  height: 8px; 
  content: "";
  background-color: #b74d53;
  border-radius: 50%;
}
.inner-application-roadmap .block-body .text-col ul strong {
  color: #da0000;
}

.inner-application-form {
  position: relative; 
  padding: 75px 65px 70px;
}
.inner-application-form::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/application.svg) no-repeat center/22px 25px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.inner-application-form::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 664px;
  height: 61px; 
  margin-left: -332px;
  content: "";
  background: url(../images/static/main-blocks-decor-shadow.png) no-repeat center/664px 61px;
}
.inner-application-form > header {
  margin-bottom: 30px;
}
.inner-application-form > header h2 {
  margin: 0; 
  font-size: 2.5rem;
  font-weight: 600;
  color: #303d71;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.inner-application-form .gform_wrapper {
  max-width: none; 
  margin: 0;
}
.inner-application-form .gform_wrapper .gfield_html {
  max-width: none;
}
.inner-application-form .gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 0;
}
.inner-application-form .gform_wrapper .gfield_html h2 {
  margin: 0 0 26px; 
  font-size: 1.063rem;
  font-weight: 600;
  color: #b74d53;
  text-transform: uppercase;
}
.inner-application-form .gform_wrapper .gfield_html h2 small {
  font-size: 1rem;
  font-style: normal;
  color: #747474;
  text-transform: none;
}
.inner-application-form .gform_wrapper .gfield_label + .ginput_container {
  margin-top: 0 !important;
}
.inner-application-form .gform_wrapper .top_label input.medium,
    .inner-application-form .gform_wrapper textarea.medium {
  width: 100% !important;
  padding: .688em 15px;
  text-indent: 0;
  letter-spacing: normal;
  border: 1px solid #9c9c9c; 
  border-radius: 5px;
}
.inner-application-form .gform_wrapper .gfield_checkbox,
    .inner-application-form .gform_wrapper .gfield_radio {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px !important; 

  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inner-application-form .gform_wrapper .gfield_checkbox > li,
      .inner-application-form .gform_wrapper .gfield_radio > li {
  margin: 0 15px 12px !important; 

  -ms-flex-preferred-size: calc(33.3334% - 30px);
  flex-basis: calc(33.3334% - 30px);
}
.inner-application-form .gform_wrapper .gfield_checkbox > li input[type="checkbox"],
        .inner-application-form .gform_wrapper .gfield_checkbox > li input[type="radio"],
        .inner-application-form .gform_wrapper .gfield_radio > li input[type="checkbox"],
        .inner-application-form .gform_wrapper .gfield_radio > li input[type="radio"] {
  position: relative;
  z-index: 3;
  width: 36px;
  height: 36px;
  margin: 0 !important; 
  opacity: 0;
}
.inner-application-form .gform_wrapper .gfield_checkbox > li label,
        .inner-application-form .gform_wrapper .gfield_radio > li label {
  position: relative;
  margin-left: 52px;
  line-height: 2.3;
}
.inner-application-form .gform_wrapper .gfield_checkbox > li label::before,
          .inner-application-form .gform_wrapper .gfield_radio > li label::before {
  position: absolute;
  top: 0;
  left: -52px;
  z-index: 1; 
  width: 36px;
  height: 36px;
  content: "";
  border: 1px solid #9d9d9d;
}
.inner-application-form .gform_wrapper .gfield_checkbox > li label::after,
          .inner-application-form .gform_wrapper .gfield_radio > li label::after {
  position: absolute;
  z-index: 2;
  content: "";
  opacity: 0;
}
.inner-application-form .gform_wrapper .gfield_checkbox > li label input[type="text"],
          .inner-application-form .gform_wrapper .gfield_radio > li label input[type="text"] {
  display: inline-block;
  width: auto;
  max-width: 60%;
  padding: 6px 9px;
  margin-left: 20px; 
  text-indent: 0;
  letter-spacing: normal;
  border: 1px solid #9c9c9c;
  border-radius: 5px;
}
.inner-application-form .gform_wrapper .gfield_checkbox > li input[type="radio"] + label::before,
        .inner-application-form .gform_wrapper .gfield_radio > li input[type="radio"] + label::before {
  border-radius: 50%;
}
.inner-application-form .gform_wrapper .gfield_checkbox > li input[type="radio"] + label::after,
        .inner-application-form .gform_wrapper .gfield_radio > li input[type="radio"] + label::after {
  top: 9px;
  left: -43px; 
  width: 18px;
  height: 18px;
  background-color: #a92640;
  border-radius: 50%;
}
.inner-application-form .gform_wrapper .gfield_checkbox > li input[type="radio"]:checked + label::after,
        .inner-application-form .gform_wrapper .gfield_radio > li input[type="radio"]:checked + label::after {
  opacity: 1;
}
.inner-application-form .gform_wrapper .gfield_checkbox > li input[type="checkbox"] + label::before,
        .inner-application-form .gform_wrapper .gfield_radio > li input[type="checkbox"] + label::before {
  border-radius: 4px;
}
.inner-application-form .gform_wrapper .gfield_checkbox > li input[type="checkbox"] + label::after,
        .inner-application-form .gform_wrapper .gfield_radio > li input[type="checkbox"] + label::after {
  top: 0; 
  left: -52px;
  width: 36px;
  height: 36px;
  background: url(../images/static/check.svg) no-repeat center/18px 15px;
}
.inner-application-form .gform_wrapper .gfield_checkbox > li input[type="checkbox"]:checked + label::after,
        .inner-application-form .gform_wrapper .gfield_radio > li input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.inner-application-form .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  text-align: center;
}
.inner-application-form .gform_wrapper .gform_footer input[type="submit"] {
  padding: 12px 58px;
}
.inner-application-form .gform_body {
  overflow: hidden;
}
.inner-application-form .gform_fields {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 30px !important; 

  -js-display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inner-application-form .gform_fields > li {
  margin: 0 15px 15px !important; 

  -ms-flex: 0 0;
      flex: 0 0;
  -ms-flex-preferred-size: calc(33.3334% - 30px);
  flex-basis: calc(33.3334% - 30px);
}
.inner-application-form .gform_fields > li:first-child {
  margin-bottom: 0 !important; 

  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.inner-application-form .gform_fields > li:last-child {
  margin-bottom: 0;
}
.inner-application-form .checkbox-group,
  .inner-application-form .radious-group,
  .inner-application-form .textarea-group {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
}
.inner-application-form .teaxtarea-column {
  margin: 0 0 30px !important;
}
.inner-application-form .teaxtarea-column > li {
  margin: 0 0 15px !important;
}

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap; 
  border: 0;

  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.alumni-message {
  padding: 30px 10px;
}
.alumni-message .photo-block {
  position: relative;
  display: inline-block;
}
.alumni-message .photo-block .ln-profile {
  position: absolute;
  right: 50%;
  bottom: 5.8%;
  width: 42px;
  height: 42px;
  margin-right: -39.4%;
  background: url(../images/static/ln-icon.svg) no-repeat;
}
.alumni-message .text-block-title {
  position: relative;
  padding-bottom: 25px; 
  margin: 0 0 47px;
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 25px;
  color: #242d5f;
}
.alumni-message .text-block-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block; 
  width: 118px;
  height: 3px;
  content: "";
  background-color: #c7203f;
}
.alumni-message .text-block-text {
  margin-bottom: 20px; 
  font-family: Lora,Georgia,Times New Roman,Times,serif;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  color: #4c4c4c;
}
.alumni-message .text-block-text > p {
  margin: 0;
}
.alumni-message .text-block-text > p:not(:last-child) {
  margin-bottom: 29px;
}
.alumni-message .text-block-bottom {
  margin-top: 15px; 
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #4c4c4c;
}
.alumni-message .text-block-bottom strong {
  font-size: 18px; 
  color: #2a2a2a;
}
.alumni-message .text-block-bottom p {
  margin: 0;
}

.alumni-spotlight {
  position: relative;
  padding: 85px 0; 
  text-align: center;
  background: url(../images/temp/alumni-spotlight-bg.jpg) no-repeat center top;
  background-size: cover;
}
.alumni-spotlight::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/star.svg) no-repeat center/31px 24px #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.alumni-spotlight .alumni-spotlight-title {
  margin: 0 0 60px; 
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 35px;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, .5);
  text-transform: uppercase;
}
.alumni-spotlight .alumni-spotlight-title strong {
  color: #ee0030;
}
.alumni-spotlight .alumni-photo {
  margin-bottom: 43px; 
  text-align: center;
}
.alumni-spotlight .alumni-spotlight-description {
  max-width: 874px;
  margin: 0 auto; 
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
}
.alumni-spotlight .alumni-spotlight-description strong {
  font-weight: 900;
}
.alumni-spotlight .alumni-spotlight-description p {
  margin: 0;
}

.alumni-blocks {
  position: relative;
  background-color: #fcfcfc;
}
.alumni-blocks::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.alumni-blocks.alumni-opportunities::before {
  background: url(../images/static/pages.svg) no-repeat center #fff;
}
.alumni-blocks.alumni-events::before {
  background: url(../images/static/calendar.svg) no-repeat center #fff;
}
.alumni-blocks.curriculum-block::before {
  background: url(../images/static/docs.svg) no-repeat center/31px 24px #fff;
}
.alumni-blocks .strategic-list {
  letter-spacing: .04em;
  border-bottom: 1px solid #dddfe0;
}
.alumni-blocks .strategic-list .strategic-card {
  display: -ms-flexbox;
  display: flex; 

  -js-display: flex;
}
.alumni-blocks .strategic-list .strategic-card .strategic-thumb-holder {
  background-color: #fff; 

  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}
.alumni-blocks .strategic-list .strategic-card .strategic-thumb-holder img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.alumni-blocks .strategic-list .strategic-card .strategic-descr {
  padding: 72px 50px 25px 50px; 

  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}
.alumni-blocks .strategic-list .strategic-card .strategic-descr-top {
  padding-right: 14px;
  margin-bottom: 73px;
}
.alumni-blocks .strategic-list .strategic-card .strategic-title {
  margin: 0 0 20px; 
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #242d5f;
  text-transform: uppercase;
}
.alumni-blocks .strategic-list .strategic-card .view-all {
  font-weight: 700;
}
.alumni-blocks .strategic-list .strategic-card .alumni-blocks-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.alumni-blocks .strategic-list .strategic-card .alumni-blocks-list li {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px; 

  -js-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.alumni-blocks .strategic-list .strategic-card .alumni-blocks-list li:not(:last-child) {
  margin-bottom: 40px; 
  border-bottom: 1px solid #e9e9e9;
}
.alumni-blocks .strategic-list .strategic-card .alumni-blocks-list .bottom-block {
  max-width: 215px;
  margin-left: 15px;
}
.alumni-blocks .strategic-list .strategic-card .alumni-blocks-list .title-block {
  margin: 0 0 12px; 
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #2a2a2a;
}
.alumni-blocks .strategic-list .strategic-card .alumni-blocks-list .more-info {
  display: inline-block;
  margin-top: 9px; 
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #4c4c4c;
}
.alumni-blocks .strategic-list .strategic-card .alumni-blocks-list .more-info strong {
  color: #bb002e;
}
.alumni-blocks .strategic-list .strategic-card .block-description {
  margin: 0 0 11px; 
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4c4c4c;
}
.alumni-blocks.alumni-events .strategic-list .alumni-blocks-list .bottom-block {
  max-width: 293px;
}
.alumni-blocks.curriculum-block .strategic-list {
  border-bottom-width: 0;
}
.alumni-blocks.curriculum-block .strategic-list .strategic-card .strategic-descr-top {
  margin-bottom: 31px;
}

.alumni-policy {
  position: relative;
  padding: 30px 10px;
}
.alumni-policy::before {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 2; 
  display: block;
  width: 55px;
  height: 55px;
  margin-left: -27px;
  content: "";
  background: url(../images/static/press.svg) no-repeat center #fff;
  border: 1px solid #acb6c0;
  border-radius: 50%;
}
.alumni-policy .alumni-policy-title {
  margin: 0 0 80px;
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 35px;
  font-weight: 700; 
  color: #242d5f;
  text-align: center;
  text-transform: uppercase;
}
.alumni-policy .alumni-policy-title strong {
  color: #bb002e;
}
.alumni-policy .policy-institute-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.alumni-policy .policy-institute-list li {
  max-width: 344px; 
  margin-bottom: 50px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .05);
}
.alumni-policy .policy-institute-list .policy-institute-title {
  padding: 19px 0 19px 30px; 
  margin: 0;
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  background-color: #303e72;
}
.alumni-policy .policy-institute-list .policy-institute-pic {
  text-align: center;
}
.alumni-policy .policy-institute-list .policy-institute-text {
  padding: 23px 28px 20px; 
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4c4c4c;
}
.alumni-policy .policy-institute-list .policy-institute-text p {
  margin: 0 0 15px;
}
.alumni-policy .policy-institute-list .policy-institute-text strong {
  font-size: 18px; 
  color: #2a2a2a;
}

.curriculum-list {
  display: -ms-flexbox;
  display: flex; 
  padding: 0;
  margin: 0;
  font-family: Lato,Segoe UI,Ubuntu,Helvetica Neue,sans-serif;
  font-size: 16px;
  line-height: 26px;
  list-style: none;

  -js-display: flex;
}
.curriculum-list:first-child {
  border-bottom: 1px solid #e9e9e9;
}
.curriculum-list li {
  width: 50%;
  padding-top: 33px; 
  padding-bottom: 37px;
}
.curriculum-list li:first-child {
  padding-right: 66px;
  border-right: 1px solid #e9e9e9;
}
.curriculum-list li:last-child {
  padding-left: 39px;
}
.curriculum-list p {
  margin: 0;
  font-size: 18px;
  font-weight: 700; 
  color: #2a2a2a;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

.wp-paginate {
  position: relative;
  display: block;
  text-align: center;
}
.wp-paginate > ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #fff;
  word-spacing: -.5px; 
  background-color: #e4e9ed;
  border-radius: 6px;
}
.wp-paginate li {
  display: inline-block;
  margin-right: -3px;
  word-spacing: normal; 
  vertical-align: middle;
}
.wp-paginate li.active > a, .wp-paginate li.active > span {
  color: #fff;
  background-color: #da0000;
  border-color: #e9edf1;
}
.wp-paginate li.active.previous > a, .wp-paginate li.active.previous > span, .wp-paginate li.active.next > a, .wp-paginate li.active.next > span {
  margin: 0;
}
.wp-paginate li.active.previous > a, .wp-paginate li.active.previous > a:hover, .wp-paginate li.active.previous > a:focus, .wp-paginate li.active.previous > span, .wp-paginate li.active.previous > span:hover, .wp-paginate li.active.previous > span:focus, .wp-paginate li.active.next > a, .wp-paginate li.active.next > a:hover, .wp-paginate li.active.next > a:focus, .wp-paginate li.active.next > span, .wp-paginate li.active.next > span:hover, .wp-paginate li.active.next > span:focus {
  color: #fff; 
  background-color: #da0000;
}
.wp-paginate li:first-child > a,
    .wp-paginate li:first-child > span {
  border-left: none; 
  border-radius: 6px 0 0 6px;
}
.wp-paginate li:first-child.previous + li > a,
    .wp-paginate li:first-child.previous + li > span {
  border-left-width: 0;
}
.wp-paginate li:last-child {
  margin-right: 0;
}
.wp-paginate li:last-child > a, .wp-paginate li:last-child > a:hover, .wp-paginate li:last-child > a:focus,
      .wp-paginate li:last-child > span,
      .wp-paginate li:last-child > span:hover,
      .wp-paginate li:last-child > span:focus {
  border-radius: 0 6px 6px 0;
}
.wp-paginate li.previous > a,
    .wp-paginate li.previous > span, .wp-paginate li.next > a,
    .wp-paginate li.next > span {
  min-width: auto;
  padding: 12px 17px;
  background-color: transparent; 
  border-right: 2px solid #edf0f3;
}
.wp-paginate li.next > a,
    .wp-paginate li.next > span {
  border-right: none;
}
.wp-paginate li.disabled > a,
    .wp-paginate li.disabled > span {
  color: #fff;
  cursor: disabled; 
  background-color: fade(#fff, 30%);
  border-right-color: #e9edf1;
}
.wp-paginate li.disabled > a:hover, .wp-paginate li.disabled > a:focus, .wp-paginate li.disabled > a:active,
      .wp-paginate li.disabled > span:hover,
      .wp-paginate li.disabled > span:focus,
      .wp-paginate li.disabled > span:active {
  color: #fff;
  text-decoration: none; 
  background-color: fade(#fff, 40%);
}
.wp-paginate li > a,
    .wp-paginate li > span {
  display: inline-block;
  min-width: 39px;
  min-height: 39px;
  padding: 11px 10px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: transparent;
  border: none;
  border-left: 2px solid #edf0f3;
  outline: none;
  transition: .25s ease-out;
}
.wp-paginate li > a:hover, .wp-paginate li > a:focus,
      .wp-paginate li > span:hover,
      .wp-paginate li > span:focus,.wp-paginate li > a:active,
      .wp-paginate li > span:active {
  color: #fff;
  text-decoration: none; 
  background-color: #da0000;
}
.wp-paginate > .btn.previous, .sidebar-widgets .widget_search .wp-paginate > input.previous[type="submit"], .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input.previous[type="submit"], .wp-paginate > .btn.next, .sidebar-widgets .widget_search .wp-paginate > input.next[type="submit"], .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input.next[type="submit"] {
  padding-right: 23px; 
  padding-left: 23px;
  margin-right: 8px;
  font-size: .875rem;
  line-height: 1.429;
}
.wp-paginate > .btn.previous .icon, .sidebar-widgets .widget_search .wp-paginate > input.previous[type="submit"] .icon, .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input.previous[type="submit"] .icon, .wp-paginate > .btn.next .icon, .sidebar-widgets .widget_search .wp-paginate > input.next[type="submit"] .icon, .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input.next[type="submit"] .icon {
  margin-top: -2px; 
  margin-left: -2px;
}
.wp-paginate > .btn.next, .sidebar-widgets .widget_search .wp-paginate > input.next[type="submit"], .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input.next[type="submit"] {
  margin-right: 0; 
  margin-left: 8px;
}
.wp-paginate > .btn.next .icon, .sidebar-widgets .widget_search .wp-paginate > input.next[type="submit"] .icon, .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input.next[type="submit"] .icon {
  margin-right: -2px;
  margin-left: 4px;
}

.wp-paginate-minimal > ul > li:first-child {
  border-radius: 6px 0 0 6px;
}
.wp-paginate-minimal > ul > li:first-child.previous + li > a,
  .wp-paginate-minimal > ul > li:first-child.previous + li > span {
  border-left-width: 5px;
}

.wp-paginate-minimal > ul > li:last-child {
  border-radius: 0 6px 6px 0;
}

.wp-paginate-minimal > ul > li.previous > a,
.wp-paginate-minimal > ul > li.previous > span, .wp-paginate-minimal > ul > li.next > a,
.wp-paginate-minimal > ul > li.next > span {
  padding: 11px 17px;
  margin: 0 9px 0 0;
  background: transparent;
  border: none;
  border-right: 2px solid #edf0f3;
  border-radius: 6px 0 0 6px;
}
.wp-paginate-minimal > ul > li.previous > a, .wp-paginate-minimal > ul > li.previous > a:hover, .wp-paginate-minimal > ul > li.previous > a:focus,
  .wp-paginate-minimal > ul > li.previous > span,
  .wp-paginate-minimal > ul > li.previous > span:hover,
  .wp-paginate-minimal > ul > li.previous > span:focus, .wp-paginate-minimal > ul > li.next > a, .wp-paginate-minimal > ul > li.next > a:hover, .wp-paginate-minimal > ul > li.next > a:focus,
  .wp-paginate-minimal > ul > li.next > span,
  .wp-paginate-minimal > ul > li.next > span:hover,
  .wp-paginate-minimal > ul > li.next > span:focus {
  border-color: #edf0f3 !important;
}

.wp-paginate-minimal > ul > li.next {
  margin-left: 9px;
}
.wp-paginate-minimal > ul > li.next > a,
  .wp-paginate-minimal > ul > li.next > span {
  margin: 0;
  border-right: none;
  border-left: 2px solid #edf0f3;
  border-radius: 0 6px 6px 0;
}

.wp-paginate-minimal > ul > li.active > a,
.wp-paginate-minimal > ul > li.active > span {
  margin: 10px 5px 9px; 
  color: #e4e9ed;
  background-color: #fff;
  border-color: #fff;
  border-width: 2px !important;
}
.wp-paginate-minimal > ul > li.active > a:hover, .wp-paginate-minimal > ul > li.active > a:focus,
  .wp-paginate-minimal > ul > li.active > span:hover,
  .wp-paginate-minimal > ul > li.active > span:focus {
  color: #e4e9ed;
  text-decoration: none; 
  background-color: #fff;
  border-color: #fff;
}

.wp-paginate-minimal > ul > li.active.previous, .wp-paginate-minimal > ul > li.active.next {
  border-color: #edf0f3;
}

.wp-paginate-minimal > ul > li.active.previous {
  margin-right: 6px;
}

.wp-paginate-minimal > ul > li > a,
.wp-paginate-minimal > ul > li > span {
  min-width: 0;
  min-height: 16px;
  padding: 0 4px;
  margin: 7px 2px 6px;
  line-height: 16px;
  color: #fff;
  background: #fff;
  background-clip: padding-box;
  border: 5px solid #e4e9ed;
  border-radius: 50px;
  transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
}
.wp-paginate-minimal > ul > li > a:hover, .wp-paginate-minimal > ul > li > a:focus,
  .wp-paginate-minimal > ul > li > span:hover,
  .wp-paginate-minimal > ul > li > span:focus {
  color: #fff;
  text-decoration: none;
  background-color: #da0000;
  border-color: #da0000;
  transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;

  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.wp-paginate-minimal > ul > li > a:active,
  .wp-paginate-minimal > ul > li > span:active {
  text-decoration: none; 
  background-color: #b90000;
  border-color: #b90000;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 65px; 

  -js-display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.navbar .main-nav {
  height: 100px; 
  margin: -25px 0;

  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.navbar .main-nav > ul {
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 0;
  margin: 0 -16px;
  font-size: .938rem;
  line-height: 1;
  letter-spacing: .08em; 
  list-style: none;

  -js-display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.navbar .main-nav > ul > li {
  position: relative;

  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.navbar .main-nav > ul > li:hover > a,
        .navbar .main-nav > ul > li:hover > span {
  color: #fff !important;
  background-color: #da0000;

  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.navbar .main-nav > ul > li:hover > ul {
  display: block;
}
.navbar .main-nav > ul > li:hover > ul > li > span,
          .navbar .main-nav > ul > li:hover > ul > li > a {
  color: #fff;
}
.navbar .main-nav > ul > li > span,
        .navbar .main-nav > ul > li > a {
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 0 16px;
  color: #838e98;
  text-decoration: none;
  text-transform: uppercase;

  -js-display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.navbar .main-nav > ul > li > span:hover,
          .navbar .main-nav > ul > li > a:hover {
  color: #fff;
  background-color: #da0000;

  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.navbar .main-nav > ul > li.current-menu-item > span,
        .navbar .main-nav > ul > li.current-menu-item > a {
  color: #da0000;
}
.navbar .main-nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3000; 
  display: none;
  min-width: 232px;
  padding: 19px 21px;
  margin: 0;
  font-size: 1.125rem;
  list-style: none;
  background-color: #da0000;
}
.navbar .main-nav > ul > li > ul > li + li {
  border-top: 2px solid #fff;
}
.navbar .main-nav > ul > li > ul > li a,
          .navbar .main-nav > ul > li > ul > li span {
  display: block;
  padding: 14px 20px;
  white-space: nowrap;
}
.navbar .main-nav > ul > li > ul > li a:hover {
  text-decoration: none;
  background-color: #e02626;
}
.navbar .main-nav > ul > li > ul > li.current-menu-item > span,
          .navbar .main-nav > ul > li > ul > li.current-menu-item > a {
  background-color: #e02626;
}
.navbar .main-nav > ul > li > ul > li > ul {
  padding-left: 20px; 
  list-style: none;
}
.navbar .main-nav > ul > li > ul > li > ul > li a,
            .navbar .main-nav > ul > li > ul > li > ul > li span {
  color: #fff;
}
.navbar .main-nav > ul > li > ul > li > ul > li a:hover {
  text-decoration: none;
  background-color: #e02626;
}
.navbar .main-nav > ul > li > ul > li > ul > li.current-menu-item > span,
            .navbar .main-nav > ul > li > ul > li > ul > li.current-menu-item > a {
  background-color: #e02626;
}
.navbar .navbar-socials {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  line-height: 22px; 
  list-style: none;

  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -js-display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar .navbar-socials li {
  margin: 0 9px; 

  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.navbar .navbar-socials a {
  display: block;
  height: 22px;
  color: #ced6de;
}
.navbar .navbar-socials a:hover {
  color: #303d71;
}
.navbar form {
  position: relative;
  max-width: 425px;

  -ms-flex: 0 1 425px;
      flex: 0 1 425px;
}
.navbar form .mc4wp-form-fields {
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  max-width: 425px;

  -js-display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navbar form .wpcf7-form-control-wrap {
  max-width: 215px; 

  -ms-flex: 1 0;
      flex: 1 0;
  -ms-flex-preferred-size: calc(100% - 128px);
  flex-basis: calc(100% - 128px);
}
.navbar form .wpcf7-form-control-wrap .wpcf7-not-valid-tip,.navbar form .wpcf7-response-output {
  position: absolute;
  position: absolute;
  top: 100%;
  left: 0;
}
.navbar form .wpcf7-response-output {
  z-index: 2000;
  margin: 2em 2px 0 2px; 
  background-color: #fff;
  outline: 2px solid #fff;
}
.navbar form input[type="email"] {
  width: 100%;
  padding: 13px 30px;
  font-size: .938rem;
  font-style: italic;
  line-height: 1.5;
  color: #838e98; 
  letter-spacing: .04em;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 5px 0 0 5px;
}
.navbar form input[type="email"]:-ms-input-placeholder {
  color: #838e98;
}
.navbar form input[type="email"]::placeholder {
  color: #838e98;
}
.navbar form input[type="submit"] {
  max-width: 128px;
  padding: 13px 26px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.4; 
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: 0 5px 5px 0;

  -ms-flex: 0 0 128px;
      flex: 0 0 128px;
}
.navbar form .ajax-loader {
  position: absolute;
  bottom: -17px;
  left: 50%; 
  margin-left: -30px !important;

  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Slider */
.slick-slider {
  box-sizing: border-box;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider,.slick-list {
  position: relative;
  display: block;
}

.slick-list {
  padding: 0; 
  margin: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none; 
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}
.slick-prev,
.slick-next,.slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: .75;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px; 
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto; 
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%; 
  padding: 0;
  text-align: center;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0; 
  margin: 0 5px;
}
.slick-dots li,.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  padding: 5px; 
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  border: 0;
}
.slick-dots li button,.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  color: black;
  text-align: center;
  content: "•";
  opacity: .25;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: .75;
}

.clearfix:before, .clearfix:after {
  display: table; 
  content: " ";
}

.clearfix:after {
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .sidebar-widgets .widget_search input[type="date"][type="text"],
  input[type="time"].form-control,
  .sidebar-widgets .widget_search input[type="time"][type="text"],
  input[type="datetime-local"].form-control,
  .sidebar-widgets .widget_search input[type="datetime-local"][type="text"],
  input[type="month"].form-control,
  .sidebar-widgets .widget_search input[type="month"][type="text"] {
    line-height: 2.188rem;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  .input-group-sm .sidebar-widgets .widget_search input[type="date"][type="text"], .sidebar-widgets .widget_search
  .input-group-sm input[type="date"][type="text"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  .input-group-sm .sidebar-widgets .widget_search input[type="time"][type="text"],
  .sidebar-widgets .widget_search
  .input-group-sm input[type="time"][type="text"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  .input-group-sm .sidebar-widgets .widget_search input[type="datetime-local"][type="text"],
  .sidebar-widgets .widget_search
  .input-group-sm input[type="datetime-local"][type="text"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control,
  .input-group-sm .sidebar-widgets .widget_search input[type="month"][type="text"],
  .sidebar-widgets .widget_search
  .input-group-sm input[type="month"][type="text"] {
    line-height: 1.8625rem;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  .input-group-lg .sidebar-widgets .widget_search input[type="date"][type="text"], .sidebar-widgets .widget_search
  .input-group-lg input[type="date"][type="text"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  .input-group-lg .sidebar-widgets .widget_search input[type="time"][type="text"],
  .sidebar-widgets .widget_search
  .input-group-lg input[type="time"][type="text"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  .input-group-lg .sidebar-widgets .widget_search input[type="datetime-local"][type="text"],
  .sidebar-widgets .widget_search
  .input-group-lg input[type="datetime-local"][type="text"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control,
  .input-group-lg .sidebar-widgets .widget_search input[type="month"][type="text"],
  .sidebar-widgets .widget_search
  .input-group-lg input[type="month"][type="text"] {
    line-height: 3.16667rem;
  }
}

@media (min-width: 768px) {
  .radio label,
  .checkbox label {
    padding-left: 25px;
    font-size: .875rem;
    font-weight: 400;
  }
  .inner-contacts form .wpcf7-checkbox .wpcf7-list-item > label .wpcf7-list-item-label {
    padding-left: 25px;
    font-size: .875rem;
    font-weight: 400;
  }
  .alumni-blocks .strategic-list .strategic-card .strategic-descr-top {
    display: -ms-flexbox;
    display: flex;

    -js-display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .alumni-blocks .strategic-list .strategic-card .strategic-title {
    margin-bottom: 0;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (max-width: 1299px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .site-content {
    width: 100%;
  }
}

@media (max-width: 994px) {
  .mobile-menu-handler {
    display: block;
  }
  .mobile-menu.show-menu {
    display: block;
  }
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-header .wrapper {
    padding: 0 40px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-header .wrapper .logo {
    width: 130px;
    height: 43px;
    margin-bottom: 10px; 

    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
  }
  .site-header .wrapper .header-slogan {
    padding-left: 0;
    font-size: .85rem; 
    text-align: center;
  }
  .site-header .wrapper .header-slogan strong {
    font-size: .85rem;
  }
  .site-footer .top-panel {
    padding: 40px; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .bottom-panel {
    padding-right: 40px; 
    padding-left: 40px;
  }
  .footer-subscribe {
    padding-right: 0;
    margin-bottom: 50px; 

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-subscribe > header {
    text-align: center;
  }
  .footer-subscribe > header h2 {
    font-size: 1.2rem;
  }
  .footer-subscribe > header::before {
    left: 50%;
    margin-left: -19px;
  }
  .footer-subscribe > .block-body {
    font-size: .834rem;
    text-align: center;
  }
  .footer-subscribe > .block-body form {
    max-width: none;
  }
  .footer-subscribe > .block-body form .mc4wp-form-fields {
    max-width: none; 

    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-subscribe > .block-body form .wpcf7-form-control-wrap {
    max-width: none;
  }
  .footer-nav {
    margin-bottom: 50px; 

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-nav > header {
    text-align: center;
  }
  .footer-nav > header h2 {
    font-size: 1.2rem;
  }
  .footer-nav > header::before {
    left: 50%;
    margin-left: -19px;
  }
  .footer-nav > .block-body {
    text-align: center;
  }
  .footer-nav > .block-body ul {
    font-size: 1rem;
  }
  .footer-contacts {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-contacts > header {
    text-align: center;
  }
  .footer-contacts > header h2 {
    font-size: 1.2rem;
  }
  .footer-contacts > header::before {
    left: 50%;
    margin-left: -19px;
  }
  .footer-contacts > .block-body {
    font-size: 1rem; 
    text-align: center;
  }
  .main-promo-slider .text-holder h3 {
    font-size: 2rem;
  }
  .main-promo-slider .text-holder p {
    margin-bottom: 20px; 
    font-size: 1.1rem;
  }
  .main-promo-slider .text-holder .btn, .main-promo-slider .text-holder .sidebar-widgets .widget_search input[type="submit"], .sidebar-widgets .widget_search .main-promo-slider .text-holder input[type="submit"], .main-promo-slider .text-holder .inner-application-form .gform_wrapper .gform_footer input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .main-promo-slider .text-holder input[type="submit"] {
    padding: 8px 20px;
  }
  .main-what-we-do {
    padding: 60px 40px;
  }
  .main-what-we-do .row {
        flex-direction: column; 

    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
  }
  .main-what-we-do .row .images-col {
    margin-bottom: 40px;

    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .main-what-we-do .row .text-col {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .main-our-work {
    padding: 60px 40px;
  }
  .main-posts-and-socials {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-latest-socials {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .main-latest-socials .sf-container {
    overflow: hidden;
  }
  .main-latest-socials .sf-container .socialfeed-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px; 

    -js-display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-latest-socials .sf-container .socialfeed-container .socialfeed-item {
    margin-right: 10px; 
    margin-left: 10px;

    -ms-flex: 0 0;
        flex: 0 0;
    -ms-flex-preferred-size: calc(33.3334% - 20px);
    flex-basis: calc(33.3334% - 20px);
  }
  .main-latest-posts {
    margin-bottom: 50px; 

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .main-contact-us {
    padding-right: 40px; 
    padding-left: 40px;
  }
  .main-contact-us .contact-cards .card {
    max-width: calc(33.3334% - 15px); 

    -ms-flex-preferred-size: calc(33.3334% - 15px);
    flex-basis: calc(33.3334% - 15px);
  }
  .main-contact-us > header {
    padding-right: 100px; 
    padding-left: 100px;
  }
  .inner-page-header h1 {
    font-size: 2rem;
  }
  .inner-volunteer > .block-body {
        flex-direction: column; 

    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
  }
  .inner-volunteer > .block-body .images-col {
    margin-bottom: 40px;

    -ms-flex-order: 0;
    order: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-volunteer > .block-body .wpcf7 {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-volunteer > .block-body .wpcf7 .wpcf7-response-output,
  .inner-volunteer > .block-body .wpcf7 .form-actions {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-donate .thumbnail-holder {
    margin-top: .45em;
  }
  .inner-featured-posts > .block-body .post-annotation {
    -ms-flex-preferred-size: calc(50% - 5.64103%);
    flex-basis: calc(50% - 5.64103%);
  }
  .inner-blog > .block-body {
        flex-direction: column; 

    -ms-flex-direction: column;
  }
  .inner-blog > .block-body .content-col,
  .inner-blog > .block-body .sidebar-col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-blog > .block-body .content-col {
    -ms-flex-order: 1;
    order: 1;
  }
  .inner-blog > .block-body .sidebar-col {
    padding-left: 0;
    margin-bottom: 30px; 

    -ms-flex-order: 0;
    order: 0;
  }
  .sidebar-widgets .widget_search input[type="submit"] {
    margin-top: 0;
  }
  .inner-not-found > .block-body .search-form .form-control, .inner-not-found > .block-body .search-form .sidebar-widgets .widget_search input[type="text"], .sidebar-widgets .widget_search .inner-not-found > .block-body .search-form input[type="text"] {
    display: block;
    width: 100%;
  }
  .inner-not-found > .block-body .search-form .btn, .inner-not-found > .block-body .search-form .sidebar-widgets .widget_search input[type="submit"], .sidebar-widgets .widget_search .inner-not-found > .block-body .search-form input[type="submit"], .inner-not-found > .block-body .search-form .inner-application-form .gform_wrapper .gform_footer input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .inner-not-found > .block-body .search-form input[type="submit"] {
    display: block;
    margin: 16px auto 0;
  }
  .inner-application-roadmap {
    padding: 60px 40px;
  }
  .inner-application-roadmap .block-body {
        flex-direction: column; 

    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
  }
  .inner-application-roadmap .block-body .images-col {
    margin-bottom: 40px;

    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-application-roadmap .block-body .text-col {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-application-form {
    padding: 60px 40px;
  }
  .inner-application-form > header h2 {
    font-size: 2rem;
  }
  .navbar {
    display: none;
  }
}

@media (max-width: 420px) {
  .mobile-menu form .mc4wp-form-fields {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-menu form .wpcf7-form-control-wrap {
    margin-bottom: 12px; 

    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .mobile-menu form .wpcf7-not-valid-tip {
    position: static;
  }
  .mobile-menu form input[type="email"] {
    border-radius: 5px;
  }
  .mobile-menu form input[type="submit"] {
    max-width: 100%;
    padding-right: 38px;
    padding-left: 38px;
    border-radius: 5px; 

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-subscribe > .block-body form .mc4wp-form-fields {
    min-width: 0;

    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-subscribe > .block-body form .wpcf7-form-control-wrap {
    max-width: 100% !important; 
    margin-bottom: 15px;

    -ms-flex: 1 0;
        flex: 1 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-subscribe > .block-body form .wpcf7-not-valid-tip {
    position: static;
  }
  .footer-subscribe > .block-body form input[type="email"] {
    border-radius: 5px;
  }
  .footer-subscribe > .block-body form input[type="submit"] {
    max-width: 100%; 
    padding-right: 38px;
    padding-left: 38px;
    border-radius: 5px;
  }
  .main-promo-slider .image-holder {
    padding-bottom: 143% !important;
  }
  .main-promo-slider .text-holder h3 {
    font-size: 1.5rem;
  }
  .main-promo-slider .text-holder p {
    font-size: 1rem;
  }
  .inner-page-header h1 {
    font-size: 1.85rem;
  }
  .inner-application-form > header h2 {
    font-size: 1.85rem;
  }
}

@media (max-width: 767px) {
  .site-header .wrapper {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-header .wrapper .header-slogan {
    margin: 0 -10px; 

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .main-promo-slider {
    margin-bottom: 40px !important;
  }
  .main-promo-slider .image-holder {
    padding-bottom: 75%;
  }
  .main-promo-slider .slick-dots {
    bottom: 17px;
  }
  .main-about-us {
    padding: 0 40px 60px;
  }
  .main-about-us > header {
    width: 100%; 
    text-align: center;
  }
  .main-about-us > header h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .main-about-us > .block-body {
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -js-display: flex;
    -ms-flex-direction: column;
  }
  .main-about-us > .block-body .block-text {
    width: 100%;
    min-height: 0; 
    font-size: 1.1rem;
    line-height: 1.6;

    -ms-flex-order: 1;
    order: 1;
  }
  .main-about-us > .block-body .block-video {
    position: static;
    width: 100%;
    margin-bottom: 30px; 

    -ms-flex-order: 0;
    order: 0;
  }
  .main-what-we-do::after {
    width: 100%;
    margin-left: -50%;
  }
  .main-what-we-do .row .text-col p {
    font-size: 1.2rem;
    text-align: center;
  }
  .main-what-we-do .row .text-col ul {
    font-size: 1rem;
    line-height: 1.4;
  }
  .main-what-we-do .row .text-col ul li::before {
    top: .25em;
  }
  .main-our-work::after {
    width: 100%;
    margin-left: -50%;
  }
  .main-our-work > header h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .main-our-work > header p {
    font-size: 1rem;
    line-height: 1.3;
  }
  .main-our-work > .block-body .stuff-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-our-work > .block-body .stuff-list li {
    margin-bottom: 50px; 

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .main-our-work > .block-body .stuff-list li:last-child {
    margin-bottom: 0;
  }
  .main-our-work > .block-body .stuff-list .image-holder img {
    width: auto;
  }
  .main-testinonials {
    padding-right: 40px; 
    padding-left: 40px;
  }
  .main-testinonials::after {
    width: 100%;
    margin-left: -50%;
  }
  .main-testinonials > header h2 {
    font-size: 1.8rem;
  }
  .main-testinonials > header p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .main-posts-and-socials {
    padding-right: 40px; 
    padding-left: 40px;
  }
  .main-posts-and-socials::after {
    width: 100%;
    margin-left: -50%;
  }
  .main-latest-socials .sf-container .socialfeed-container {
    margin: 0;
  }
  .main-latest-socials .sf-container .socialfeed-container .socialfeed-item {
    margin: 0 0 19px; 

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .main-latest-posts > header {
    padding-right: 0;
    text-align: center;
  }
  .main-latest-posts > header h2 {
    font-size: 1.8rem;
  }
  .main-latest-posts > header p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .main-contact-us {
    padding: 60px 40px;
  }
  .main-contact-us::after {
    width: 100%;
    margin-left: -50%;
  }
  .main-contact-us > header {
    padding-right: 0; 
    padding-left: 0;
  }
  .main-contact-us > header h2 {
    font-size: 1.8rem;
  }
  .main-contact-us > header p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .main-contact-us .contact-cards {
        flex-direction: column; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
  }
  .main-contact-us .contact-cards .card {
    width: 100%;
    max-width: none; 
    margin-bottom: 30px;

    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .main-contact-us .contact-cards .card:last-child {
    margin-bottom: 0;
  }
  .inner-latest-whitepapers-and-articles {
    padding: 40px 20px;
  }
  .inner-latest-whitepapers-and-articles .post-annotation {
        flex-direction: column; 

    -ms-flex-direction: column;
  }
  .inner-latest-whitepapers-and-articles .post-annotation .post-thumbnail,
  .inner-latest-whitepapers-and-articles .post-annotation .post-body {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-latest-whitepapers-and-articles .post-annotation .post-thumbnail {
    max-width: none;
  }
  .inner-latest-whitepapers-and-articles .post-annotation .post-title {
    font-size: 1rem;
  }
  .inner-latest-whitepapers-and-articles > header {
    padding-right: 20px; 
    padding-left: 20px;
    text-align: center;
  }
  .inner-latest-whitepapers-and-articles > header h2 {
    font-size: 1.65rem;
    line-height: 1.35;
  }
  .inner-latest-whitepapers-and-articles > header p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .inner-latest-whitepapers-and-articles > .block-body {
    padding: 60px 20px 0;
    margin: 0 -20px;
  }
  .inner-latest-whitepapers-and-articles > .block-body::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-contacts {
    padding: 40px;
  }
  .inner-contacts > header {
    text-align: center;
  }
  .inner-contacts > header h2 {
    font-size: 1.65rem;
    line-height: 1.35;
  }
  .inner-contacts > header p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .inner-contacts > .block-body {
    padding: 0 40px; 
    margin: 0 -40px;
  }
  .inner-contacts > .block-body::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-contacts .contact-cards {
    padding: 40px 20px;
    margin: 0 -40px 30px;
    font-size: 1.25rem;
  }
  .inner-contacts form {
        flex-direction: column; 

    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
  }
  .inner-contacts form .left-fields-group,
  .inner-contacts form .right-fields-group,
  .inner-contacts form .form-actions,
  .inner-contacts form .wpcf7-response-output {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-contacts form .left-fields-group {
    margin-bottom: 29px;
  }
  .inner-our-leadership {
    padding: 40px 20px 0;
  }
  .inner-our-leadership > header {
    padding-right: 20px; 
    padding-left: 20px;
    text-align: center;
  }
  .inner-our-leadership > header h2 {
    font-size: 1.65rem;
    line-height: 1.35;
  }
  .inner-our-leadership > header p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .inner-our-leadership > .block-body {
    padding: 0 20px; 
    margin: 0 -20px;
  }
  .inner-our-leadership > .block-body::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-our-leadership .person-list {
    margin: 0 -20px;
  }
  .inner-our-leadership .person-list .person-card {
    padding: 60px 40px;
        flex-direction: column; 

    -ms-flex-direction: column;
  }
  .inner-our-leadership .person-list .person-card .person-photo,
  .inner-our-leadership .person-list .person-card .person-descr {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .inner-our-leadership .person-list .person-card .person-photo {
    margin-bottom: 30px;
  }
  .inner-our-leadership .person-list .person-card .person-name {
    margin-top: 0;
  }
  .inner-our-leadership .person-list .person-card .person-descr {
    padding-left: 0;
  }
  .inner-our-leadership .our-conacts {
    padding: 60px 40px; 
    margin-right: -20px;
    margin-left: -20px;
  }
  .inner-our-leadership .our-conacts::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-strategic-initiatives {
    padding: 40px 20px 0;
  }
  .inner-strategic-initiatives > header {
    padding-right: 20px; 
    padding-left: 20px;
    text-align: center;
  }
  .inner-strategic-initiatives > header h2 {
    font-size: 1.65rem;
    line-height: 1.35;
  }
  .inner-strategic-initiatives > header p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .inner-strategic-initiatives > .block-body {
    margin: 0 -20px;
  }
  .inner-strategic-initiatives > .block-body::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-strategic-initiatives > .block-body .strategic-card {
        flex-direction: column; 

    -ms-flex-direction: column;
  }
  .inner-strategic-initiatives > .block-body .strategic-card .strategic-thumb-holder {
    -ms-flex-order: 0;
    order: 0;
  }
  .inner-strategic-initiatives > .block-body .strategic-card .strategic-descr {
    padding: 50px 40px; 

    -ms-flex-order: 1;
    order: 1;
  }
  .inner-strategic-initiatives > .block-body .strategic-card .strategic-thumb-holder,
  .inner-strategic-initiatives > .block-body .strategic-card .strategic-descr {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-strategic-initiatives .our-conacts {
    padding: 60px 40px;
  }
  .inner-strategic-initiatives .our-conacts::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-volunteer {
    padding: 40px 40px 0;
  }
  .inner-volunteer > header {
    text-align: center;
  }
  .inner-volunteer > header h2 {
    font-size: 1.65rem;
    line-height: 1.35;
  }
  .inner-volunteer > header p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .inner-volunteer > .block-body {
    padding: 60px 40px; 
    margin: 0 -40px;
  }
  .inner-volunteer > .block-body::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-donate {
    padding: 40px;
  }
  .inner-donate > header {
    text-align: center;
  }
  .inner-donate > header h2 {
    font-size: 1.65rem;
    line-height: 1.35;
  }
  .inner-donate > .block-body {
    font-size: 1rem;
    line-height: 1.4;
  }
  .inner-donate > .block-body p:last-child {
    margin-bottom: 0; 
    font-size: 1.25rem;
  }
  .inner-donate .thumbnail-holder {
    float: none;
    width: 100%;
    min-width: 240px; 
    margin: 0 0 30px;
  }
  .inner-events-gallery {
    padding: 40px 20px;
  }
  .inner-events-gallery .post-annotation {
        flex-direction: column; 

    -ms-flex-direction: column;
  }
  .inner-events-gallery .post-annotation .post-thumbnail,
  .inner-events-gallery .post-annotation .post-body {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-events-gallery .post-annotation .post-thumbnail {
    max-width: none;
  }
  .inner-events-gallery .post-annotation .post-title {
    font-size: 1rem;
  }
  .inner-events-gallery > header {
    padding-right: 20px; 
    padding-left: 20px;
    text-align: center;
  }
  .inner-events-gallery > header h2 {
    font-size: 1.65rem;
    line-height: 1.35;
  }
  .inner-events-gallery > header p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .inner-events-gallery > .block-body {
    padding: 60px 20px 0;
    margin: 0 -20px;
  }
  .inner-events-gallery > .block-body::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-news-and-resources {
    padding: 40px 20px 0;
  }
  .inner-news-and-resources > header {
    padding-right: 20px; 
    padding-left: 20px;
    text-align: center;
  }
  .inner-news-and-resources > header h2 {
    font-size: 1.65rem;
    line-height: 1.35;
  }
  .inner-news-and-resources > header p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .inner-news-and-resources > .block-body {
    padding: 40px; 
    margin: 0 -20px;
  }
  .inner-news-and-resources > .block-body::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-featured-posts > header .sub-header span:first-child {
    font-size: .75rem;
  }
  .inner-featured-posts > .block-body {
    margin: 0;
  }
  .inner-featured-posts > .block-body .post-annotation {
    margin-right: 0; 
    margin-left: 0;

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .inner-video-gallery {
    padding: 40px 20px;
  }
  .inner-video-gallery .post-annotation {
        flex-direction: column; 

    -ms-flex-direction: column;
  }
  .inner-video-gallery .post-annotation .post-thumbnail,
  .inner-video-gallery .post-annotation .post-body {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-video-gallery .post-annotation .post-thumbnail {
    max-width: none;
  }
  .inner-video-gallery .post-annotation .post-title {
    font-size: 1rem;
  }
  .inner-video-gallery > header {
    padding-right: 20px; 
    padding-left: 20px;
    text-align: center;
  }
  .inner-video-gallery > header h2 {
    font-size: 1.65rem;
    line-height: 1.35;
  }
  .inner-video-gallery > header p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .inner-video-gallery > .block-body {
    padding: 60px 20px 0;
    margin: 0 -20px;
  }
  .inner-video-gallery > .block-body::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-blog {
    padding: 40px;
  }
  .inner-blog .post-annotation {
        flex-direction: column; 

    -ms-flex-direction: column;
  }
  .inner-blog .post-annotation .post-thumbnail,
  .inner-blog .post-annotation .post-body {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inner-blog .post-annotation .post-thumbnail {
    max-width: none;
  }
  .inner-blog .post-annotation .post-title {
    font-size: 1rem;
  }
  .sidebar-widgets .widget_search input[type="text"] {
    width: 100%;
  }
  .sidebar-widgets .widget_search input[type="submit"] {
    margin-top: 15px;
  }
  .inner-not-found {
    padding: 40px;
  }
  .inner-not-found > .block-body {
    font-size: 1rem;
    line-height: 1.4;
  }
  .inner-application-promo {
    padding: 40px;
  }
  .inner-application-promo > .block-body ul {
    margin-bottom: 0;
  }
  .inner-application-promo > .block-body ul li {
    padding-right: 0;

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .inner-application-roadmap::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-application-roadmap .block-body .text-col p {
    font-size: 1.2rem;
    text-align: center;
  }
  .inner-application-roadmap .block-body .text-col ul {
    font-size: 1rem;
    line-height: 1.4;
  }
  .inner-application-roadmap .block-body .text-col ul li::before {
    top: .45em;
  }
  .inner-application-form::after {
    width: 100%;
    margin-left: -50%;
  }
  .inner-application-form .gform_wrapper .gfield_checkbox,
  .inner-application-form .gform_wrapper .gfield_radio {
    margin-right: 0 !important; 
    margin-left: 0 !important;
  }
  .inner-application-form .gform_wrapper .gfield_checkbox > li,
  .inner-application-form .gform_wrapper .gfield_radio > li {
    margin-right: 0 !important; 
    margin-left: 0 !important;

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .inner-application-form .gform_fields {
    margin-right: 0 !important; 
    margin-left: 0 !important;
  }
  .inner-application-form .gform_fields > li {
    margin-right: 0 !important; 
    margin-left: 0 !important;

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .alumni-blocks::after {
    width: 100%;
    margin-left: -50%;
  }
  .alumni-blocks .strategic-card {
        flex-direction: column; 

    -ms-flex-direction: column;
  }
  .alumni-blocks .strategic-card .strategic-thumb-holder {
    -ms-flex-order: 0;
    order: 0;
  }
  .alumni-blocks .strategic-card .strategic-descr {
    padding: 50px 40px; 

    -ms-flex-order: 1;
    order: 1;
  }
  .alumni-blocks .strategic-card .strategic-thumb-holder,
  .alumni-blocks .strategic-card .strategic-descr {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .wp-paginate > ul {
    height: 39px;
    padding: 0 46px;
    overflow: auto;
    white-space: nowrap;
    border-radius: 6px;
  }
  .wp-paginate li.next, .wp-paginate li.previous {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #e4e9ed;
    border-radius: 0 6px 6px 0;
  }
  .wp-paginate li.previous {
    right: auto;
    left: 0;
    border-radius: 6px 0 0 6px;
  }
  .wp-paginate > .btn, .sidebar-widgets .widget_search .wp-paginate > input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input[type="submit"] {
    display: block;
    width: 50%; 
    margin: 0;
  }
  .wp-paginate > .btn:first-child, .sidebar-widgets .widget_search .wp-paginate > input[type="submit"]:first-child, .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input[type="submit"]:first-child {
    border-bottom: 2px solid #e9edf1;
    border-radius: 6px 0 0;
  }
  .wp-paginate > .btn:first-child > .icon, .sidebar-widgets .widget_search .wp-paginate > input[type="submit"]:first-child > .icon, .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input[type="submit"]:first-child > .icon {
    margin-left: -20px;
  }
  .wp-paginate > .btn + ul, .sidebar-widgets .widget_search .wp-paginate > input[type="submit"] + ul, .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input[type="submit"] + ul {
    padding: 0;
    text-align: center;
    border-radius: 0 0 6px 6px;
  }
  .wp-paginate > .btn + ul + .btn, .sidebar-widgets .widget_search .wp-paginate > input[type="submit"] + ul + .btn, .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input[type="submit"] + ul + .btn, .sidebar-widgets .widget_search .wp-paginate > .btn + ul + input[type="submit"], .sidebar-widgets .widget_search .wp-paginate > input[type="submit"] + ul + input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .wp-paginate > .btn + ul + input[type="submit"], .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input[type="submit"] + ul + input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 2px solid #e9edf1;
    border-radius: 0 6px 0 0;
  }
  .wp-paginate > .btn + ul + .btn > .icon, .sidebar-widgets .widget_search .wp-paginate > input[type="submit"] + ul + .btn > .icon, .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input[type="submit"] + ul + .btn > .icon, .sidebar-widgets .widget_search .wp-paginate > .btn + ul + input[type="submit"] > .icon, .sidebar-widgets .widget_search .wp-paginate > input[type="submit"] + ul + input[type="submit"] > .icon, .inner-application-form .gform_wrapper .gform_footer .wp-paginate > .btn + ul + input[type="submit"] > .icon, .inner-application-form .gform_wrapper .gform_footer .wp-paginate > input[type="submit"] + ul + input[type="submit"] > .icon {
    margin-right: -20px;
  }
  .wp-paginate ul {
    display: block;
  }
  .wp-paginate-minimal > ul > li.previous > a,
  .wp-paginate-minimal > ul > li.previous > span, .wp-paginate-minimal > ul > li.next > a,
  .wp-paginate-minimal > ul > li.next > span {
    margin-right: 0;
  }
}

@media (min-width: 640px) {
  .site-content .alignright {
    float: right;
    margin-left: 25px;
  }
  .site-content .alignleft {
    float: left;
    margin: 5px 35px 10px 0;
  }
}

@media (max-width: 560px) {
  .site-footer .bottom-panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .bottom-panel .footer-socials {
    margin-bottom: 30px;

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-footer .bottom-panel .footer-copyrights {
    font-weight: 100%;
  }
  .main-latest-posts .news-posts .post-annotation {
    padding: 30px;
        flex-direction: column; 

    -ms-flex-direction: column;
  }
  .main-latest-posts .news-posts .post-annotation .image-holder {
    margin-right: 0;
    margin-bottom: 20px;

    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .main-latest-posts .news-posts .post-annotation .image-holder img {
    display: block;
    width: 100%;
    max-width: 100%; 
    height: auto;
  }
  .main-latest-posts .news-posts .post-annotation .post-title {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .main-latest-posts .news-posts .post-annotation .post-excerpt {
    line-height: 1.6;
  }
  .inner-contacts form .right-fields-group .checkbox-group-container {
        flex-direction: column; 

    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
  }
  .inner-contacts form .right-fields-group .checkbox-group-container .checkbox-group {
    max-width: none;
  }
}

@media (max-width: 1100px) {
  .footer-subscribe > .block-body form .wpcf7-form-control-wrap {
    max-width: 164px;
  }
  .inner-contacts .contact-cards {
    text-align: center; 
        flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inner-contacts .contact-cards .card + .card {
    margin-top: 30px;
  }
  .navbar form .wpcf7-form-control-wrap {
    max-width: 164px;
  }
}

@media (max-width: 1130px) {
  .main-promo-slider .text-holder {
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
        flex-direction: column;

    -js-display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 460px) {
  .main-our-work > .block-body .stuff-list .image-holder img {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .main-latest-posts .blog-posts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-latest-posts .blog-posts .post-annotation {
    margin-bottom: 30px; 

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .main-latest-posts .blog-posts .post-annotation:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .sidebar-widgets .widget {
    margin-bottom: 28px;
  }
}

@media (min-width: 995px) {
  .alumni-message {
    display: -ms-flexbox;
    display: flex;
    padding: 80px 90px;

    -js-display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .alumni-message .text-block {
    width: 67.4%;
  }
  .alumni-blocks .strategic-list .strategic-card .strategic-descr {
    padding: 72px 5% 25px 6.7%;
  }
  .alumni-policy {
    padding: 86px 72px 44px;
  }
  .alumni-policy .policy-institute-list {
    display: -ms-flexbox;
    display: flex;

    -js-display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 995px) and (max-width: 1299px) {
  .navbar {
    padding-right: 40px; 
    padding-left: 40px;
  }
  .navbar .main-nav > ul {
    margin-right: -8px;
    margin-left: -8px;
    font-size: .813rem;
  }
  .navbar .main-nav > ul > li > span,
  .navbar .main-nav > ul > li > a {
    padding-right: 8px; 
    padding-left: 8px;
  }
  .navbar .navbar-socials {
    padding-right: 18px; 
    padding-left: 18px;
  }
}

@media (min-width: 320px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
