@charset "UTF-8";
/*!
Theme Name: Corvus Group
Theme URI: http://underscores.me/
Author: Alex Chilton Design
Author URI: https://www.alex-chilton.co.uk/
Description: Custom theme for Corvus Group
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: corvus_group
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Corvus Group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #303436;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Open Sans", sans-serif;
  color: #132B3F;
  font-weight: 400;
  letter-spacing: -0.8px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: -0.5px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1rem;
  }
}

p {
  margin-bottom: 1.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  p {
    font-size: 1em;
    line-height: 1.5;
  }
}
p strong {
  font-weight: 800;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  padding-left: 1em;
  font-size: 1.2em;
  margin-left: 0;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1199.98px) {
  ul, ol {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  ul, ol {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
ul li, ol li {
  margin-bottom: 0.5rem;
}
ul li .rich-text, ol li .rich-text {
  display: inline;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.the_content ul, .the_content ol {
  font-size: 1.1em;
}
@media only screen and (max-width: 767.98px) {
  .the_content ul, .the_content ol {
    font-size: 1em;
  }
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.corvus_list_simple {
  font-weight: 300;
  list-style: none;
}
ul.corvus_list_simple li:before {
  content: "•";
  color: #0099FF;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.esg_block ul li,
.tab_content_body ul li {
  list-style-image: url(images/corvus_bullet.svg);
  -webkit-padding-start: 6px;
          padding-inline-start: 6px;
}
.esg_block ul li::marker,
.tab_content_body ul li::marker {
  font-size: 1.2em;
}
@media only screen and (max-width: 1199.98px) {
  .esg_block ul li::marker,
  .tab_content_body ul li::marker {
    font-size: 1.1rem;
  }
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #0099FF;
}
a:visited {
  color: #0E78BE;
}
a:hover, a:focus, a:active {
  color: #0E78BE;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Third Party libaraies
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  padding: 60px 0;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
}

#swipebox-bottom-bar {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(images/icons.svg);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 40px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  padding: 0 10px;
}

#swipebox-prev,
#swipebox-next {
  background-size: 110px;
}

#swipebox-prev {
  background-position: -31px 13px;
  float: left;
}

#swipebox-next {
  background-position: -68px 13px;
  float: right;
}

#swipebox-close {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 9999;
  background-position: 6px 12px;
  background-size: 110px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 30px;
    top: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #132B3F;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  background: #132B3F;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: "Open Sans", sans-serif;
  top: 0;
  padding-top: 10px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
:root {
  scroll-behavior: auto !important;
}

.site {
  padding-top: 90px;
}
@media only screen and (max-width: 1100px) {
  .site {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .site {
    padding-top: 50px;
  }
}

.arrow_link {
  font-family: "Open Sans", sans-serif;
  color: #132B3F;
  text-decoration: none;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 1.2em;
}
@media only screen and (max-width: 767.98px) {
  .arrow_link {
    font-size: 1em;
  }
}
.arrow_link.white .text {
  color: #fff;
}
.arrow_link.white:visited .text {
  color: #fff;
}
.arrow_link.darkarrow .icon {
  color: #132B3F;
}
.arrow_link.arrow_link_reverse .text {
  margin-left: 10px;
}
.arrow_link.arrow_link_reverse:hover .icon, .arrow_link.arrow_link_reverse:focus .icon, .arrow_link.arrow_link_reverse:active .icon {
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}
.arrow_link.down_but:hover .icon, .arrow_link.down_but:focus .icon, .arrow_link.down_but:active .icon {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.arrow_link .text {
  margin-right: 10px;
}
.arrow_link .icon {
  color: #0099FF;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.arrow_link:hover .icon, .arrow_link:focus .icon, .arrow_link:active .icon {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}
.arrow_link:visited {
  color: #132B3F;
}

.arrow_button {
  border: 0;
  border-radius: 100%;
  background-color: #0099FF;
  font-size: 1.4em;
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media only screen and (max-width: 767.98px) {
  .arrow_button {
    font-size: 1.2em;
    width: 45px;
    height: 45px;
  }
}
.arrow_button:hover {
  background-color: #3AB0FE;
}
.arrow_button svg {
  padding-bottom: 2px;
}

.icon_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
.icon_link .text {
  color: #132B3F;
  font-weight: 600;
  margin-right: 10px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.icon_link .icon {
  color: #0099FF;
}
.icon_link:hover .text, .icon_link:focus .text {
  color: #0099FF;
}

.pagination_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination_wrapper .page-numbers {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #132B3F;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
  text-decoration: none;
}
.pagination_wrapper .page-numbers.current {
  background-color: #0099FF;
  color: #fff;
}
.pagination_wrapper .page-numbers.current:hover {
  background-color: #0099FF;
  color: #fff;
}
.pagination_wrapper .page-numbers.next, .pagination_wrapper .page-numbers.prev {
  background-color: transparent;
  font-size: 1.4em;
  width: 20px;
}
.pagination_wrapper .page-numbers.next:hover, .pagination_wrapper .page-numbers.prev:hover {
  background-color: transparent;
  color: #0099FF;
}
.pagination_wrapper .page-numbers:hover {
  background-color: #0099FF;
}

.post_back {
  position: relative;
}
.post_back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  border-bottom: 1px solid #D2D2D2;
  z-index: 1;
}
.post_back .link_wrapper {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}

.error-404 {
  min-height: 500px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .error-404 {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .error-404 {
    min-height: auto;
  }
}
.error-404 h1 {
  font-size: 3.8rem;
}
@media only screen and (max-width: 991.98px) {
  .error-404 h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .error-404 h1 {
    font-size: 1.8rem;
  }
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.site {
  overflow: hidden;
}

.animate_entry.entry_left, .animate_entry.entry_right, .animate_entry.entry_bottom, .animate_entry.entry_top {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.animate_entry.entry_left.active, .animate_entry.entry_right.active, .animate_entry.entry_bottom.active, .animate_entry.entry_top.active {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.animate_entry.entry_left {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.animate_entry.entry_right {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
.animate_entry.entry_bottom {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.animate_entry.entry_top {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.homepage_banner,
.subpage_banner {
  overflow: hidden;
}

.homepage_banner .banner_bg.active img,
.subpage_banner .banner_bg.active img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation-name: imagePanOut;
          animation-name: imagePanOut;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes imagePanOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes imagePanOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.homepage_banner .banner_content h1,
.homepage_banner .banner_content .arrow_link {
  opacity: 0;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.homepage_banner .banner_content h1.active,
.homepage_banner .banner_content .arrow_link.active {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.homepage_banner .banner_content h1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.homepage_banner .banner_content .arrow_link {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.subpage_banner .banner_content h1 {
  opacity: 0;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.subpage_banner .banner_content h1.active {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1100px) {
  .site-header {
    padding: 0 0 0 10px;
  }
}
.site-header .site-branding {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header .site-branding a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header .site-branding img {
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 1100px) {
  .site-header .site-branding img {
    height: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .site-header .site-branding img {
    height: 35px;
  }
}
.site-header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_banner {
  width: 100%;
  background-color: black;
  position: relative;
}
.page_banner .container,
.page_banner .row {
  height: 100%;
}
.page_banner .banner_content {
  color: #fff;
  z-index: 2;
  position: relative;
}
.page_banner .banner_content h1 {
  color: #fff;
  font-size: 3.8rem;
}
@media only screen and (max-width: 991.98px) {
  .page_banner .banner_content h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .page_banner .banner_content h1 {
    font-size: 1.8rem;
  }
}
.page_banner .gradients {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
}
.page_banner .gradients .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_banner .gradients .gradient.black {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.page_banner .gradients .gradient.blue {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(19, 43, 63, 0.6)), to(rgba(19, 43, 63, 0)));
  background-image: linear-gradient(to right, rgba(19, 43, 63, 0.6), rgba(19, 43, 63, 0));
  z-index: 1;
}
.page_banner .banner_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_banner .post-thumbnail {
  width: 100%;
  height: 100%;
}
.page_banner .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage_banner {
  height: 100vh;
  max-height: 800px;
}
@media only screen and (max-width: 991.98px) {
  .homepage_banner {
    max-height: 500px;
  }
}
@media only screen and (max-width: 767.98px) {
  .homepage_banner {
    max-height: 270px;
  }
}

.subpage_banner {
  height: 450px;
}
@media only screen and (max-width: 1199.98px) {
  .subpage_banner {
    max-height: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .subpage_banner {
    max-height: 170px;
  }
}
.subpage_banner .post-thumbnail img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.site-footer {
  background-color: #243445;
  color: #fff;
  padding: 60px 0;
}
@media only screen and (max-width: 767.98px) {
  .site-footer {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .site-footer .footer_logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .site-footer .footer_logos {
    display: block;
  }
}
.site-footer .footer_logo {
  width: 300px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991.98px) {
  .site-footer .footer_logo {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .site-footer .footer_logo {
    width: 240px;
    margin-bottom: 1rem;
  }
}
.site-footer .footer_logo.bvca_logo {
  width: 120px;
}
@media only screen and (max-width: 767.98px) {
  .site-footer .footer_logo.bvca_logo {
    width: 100px;
  }
}
.site-footer .footer_logo img {
  width: 100%;
}
.site-footer .legal {
  color: #647183;
  font-size: 0.9em;
  margin-top: 1.8rem;
}
@media only screen and (max-width: 991.98px) {
  .site-footer .legal {
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .site-footer .legal {
    text-align: left;
    margin-bottom: 1.5rem;
  }
}
.site-footer .legal p {
  margin-bottom: 0;
}
.site-footer .legal a {
  text-decoration: none;
  color: #647183;
}
.site-footer .legal a:hover, .site-footer .legal a:focus, .site-footer .legal a:active {
  color: #0099FF;
}
.site-footer h2, .site-footer h3 {
  color: #fff;
}
.site-footer h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .site-footer h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.site-footer h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 767.98px) {
  .site-footer h3 {
    font-size: 1.2rem;
  }
}
.site-footer .second_col,
.site-footer .third_col {
  margin-top: 0.5rem;
}
.site-footer .second_col {
  padding-right: 30px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .site-footer .second_col {
    padding-right: 0;
  }
}
.site-footer .third_col {
  padding-left: 60px;
  border-left: 1px solid #3A4958;
}
@media only screen and (max-width: 767.98px) {
  .site-footer .third_col {
    padding-left: 0;
    border-left: 0;
  }
}
.site-footer .col2_text a {
  text-decoration: none;
}
.site-footer .email_link {
  color: #647183;
  text-decoration: none;
}
.site-footer .email_link:hover, .site-footer .email_link:focus, .site-footer .email_link:active {
  color: #0099FF;
}
.site-footer .corvus_list_simple {
  font-size: 0.95em;
}
.site-footer .corvus_list_simple a {
  color: #fff;
  text-decoration: none;
}
.site-footer .corvus_list_simple a:hover, .site-footer .corvus_list_simple a:focus, .site-footer .corvus_list_simple a:active {
  color: #0099FF;
}
.site-footer .fca_row {
  font-weight: 300;
}

.page_block h2 {
  font-size: 3rem;
}
@media only screen and (max-width: 1399.98px) {
  .page_block h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .page_block h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .page_block h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .page_block h2 {
    font-size: 1.6rem;
  }
}
.page_block p {
  font-size: 1.2rem;
}
@media only screen and (max-width: 1199.98px) {
  .page_block p {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .page_block p {
    font-size: 1em;
  }
}

.page_block.spacing_none,
.the_content.spacing_none {
  margin: 0;
}
.page_block.spacing_both,
.the_content.spacing_both {
  margin: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .page_block.spacing_both,
  .the_content.spacing_both {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .page_block.spacing_both,
  .the_content.spacing_both {
    margin: 30px 0;
  }
}
.page_block.spacing_below,
.the_content.spacing_below {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991.98px) {
  .page_block.spacing_below,
  .the_content.spacing_below {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page_block.spacing_below,
  .the_content.spacing_below {
    margin-bottom: 30px;
  }
}
.page_block.spacing_above,
.the_content.spacing_above {
  margin-top: 80px;
}
@media only screen and (max-width: 991.98px) {
  .page_block.spacing_above,
  .the_content.spacing_above {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page_block.spacing_above,
  .the_content.spacing_above {
    margin-top: 30px;
  }
}
.page_block.has_background,
.the_content.has_background {
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .page_block.has_background,
  .the_content.has_background {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .page_block.has_background,
  .the_content.has_background {
    padding: 30px 0;
  }
}

.text_block .title_col h2 {
  padding-right: 30px;
}
@media only screen and (max-width: 991.98px) {
  .text_block .title_col h2 {
    padding-right: 0;
  }
}

.homepage_services_block .text_col {
  padding-right: 60px;
}
@media only screen and (max-width: 767.98px) {
  .homepage_services_block .text_col {
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
}
.homepage_services_block .services_desktop {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .homepage_services_block .services_desktop {
    display: none;
  }
}
.homepage_services_block .services_device {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .homepage_services_block .services_device {
    display: block;
  }
}
.homepage_services_block .service_diagram_col {
  width: 430px;
}
.homepage_services_block .service_diagram_col .sub_logo {
  height: 50px;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.homepage_services_block .service_diagram_col .sub_logo img {
  height: 100%;
  width: auto;
  max-width: unset;
}
.homepage_services_block .service_diagram_col .sub_logo.active {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.homepage_services_block .service_diagram_col .admin_logo {
  left: -40px;
  top: 60px;
}
.homepage_services_block .service_diagram_col .advisory_logo {
  left: 390px;
  top: 290px;
}

.homepage_team_block {
  background-color: #132B3F;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .homepage_team_block {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .homepage_team_block {
    padding-top: 30px;
  }
}
.homepage_team_block:before, .homepage_team_block:after {
  content: "";
  width: 100%;
  position: absolute;
}
.homepage_team_block:before {
  height: 60px;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 991.98px) {
  .homepage_team_block:before {
    display: none;
  }
}
.homepage_team_block:after {
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 153, 255, 0.3)), to(rgba(0, 153, 255, 0)));
  background-image: linear-gradient(to left, rgba(0, 153, 255, 0.3), rgba(0, 153, 255, 0));
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .homepage_team_block:after {
    top: unset;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 153, 255, 0.3)), to(rgba(0, 153, 255, 0)));
    background-image: linear-gradient(to top, rgba(0, 153, 255, 0.3), rgba(0, 153, 255, 0));
  }
}
.homepage_team_block h2 {
  color: #fff;
}
.homepage_team_block .hptb_col {
  position: relative;
  z-index: 3;
}
.homepage_team_block .text_col {
  padding-top: 60px;
}
@media only screen and (max-width: 991.98px) {
  .homepage_team_block .text_col {
    padding-top: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .homepage_team_block .image_col {
    margin-top: 20px;
  }
}

.testimonial_block {
  background-color: #0099FF;
  text-align: center;
  color: #fff;
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .testimonial_block {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial_block {
    padding: 30px 0;
  }
}
.testimonial_block .testimonial {
  font-weight: 400;
  font-style: italic;
}
.testimonial_block .testimonial p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1399.98px) {
  .testimonial_block .testimonial p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial_block .testimonial p {
    font-size: 1rem;
  }
}
.testimonial_block .author {
  font-weight: 800;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767.98px) {
  .testimonial_block .author {
    font-size: 1rem;
  }
}
.testimonial_block .job_title {
  color: #9ED8FF;
}
.testimonial_block .slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
@media only screen and (max-width: 767.98px) {
  .testimonial_block .slider_nav {
    padding-top: 10px;
  }
}
.testimonial_block .arrow_button.prev {
  margin-right: 0.5rem;
}
.testimonial_block .arrow_button.next {
  margin-left: 0.5rem;
}

.team_list_block .team_wrapper {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (max-width: 767.98px) {
  .team_list_block .team_wrapper {
    margin-bottom: 1rem;
  }
}
.team_list_block .team_wrapper.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.team_list_block .team_headshot {
  display: block;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .team_list_block .team_headshot {
    width: 80%;
  }
}
.team_list_block .team_list_bio h2 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 991.98px) {
  .team_list_block .team_list_bio h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .team_list_block .team_list_bio h2 {
    font-size: 1.6rem;
  }
}
.team_list_block .team_list_bio .team_role {
  margin-bottom: 1.5rem;
  color: #132B3F;
}
@media only screen and (max-width: 767.98px) {
  .team_list_block .team_list_bio .team_role {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .team_list_block .team_list_bio p {
    font-size: 1rem;
  }
}

.esg_block .esg_wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-left: 4px solid #0099FF;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .esg_block .esg_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
}
.esg_block .esg_icon {
  width: 100px;
}
@media only screen and (max-width: 767.98px) {
  .esg_block .esg_icon {
    width: 70px;
    margin-bottom: 1rem;
  }
}
.esg_block .esg_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 767.98px) {
  .esg_block .esg_text {
    padding-left: 0;
  }
}
.esg_block .esg_text p:last-of-type {
  margin-bottom: 0;
}

.locations_block .location_title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.98px) {
  .locations_block .location_title {
    margin-bottom: 1.5rem;
  }
}
.locations_block .map_wrapper {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.locations_block .map_wrapper.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.locations_block .map_box {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1399.98px) {
  .locations_block .map_box {
    height: 400px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .locations_block .map_box {
    height: 350px;
  }
}
@media only screen and (max-width: 991.98px) {
  .locations_block .map_box {
    height: 260px;
  }
}
.locations_block .map_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.locations_block .map_text_single {
  padding-left: 30px;
}
@media only screen and (max-width: 767.98px) {
  .locations_block .map_text_single {
    padding-left: 0;
  }
}

.cta_box_block {
  background-color: #0099FF;
  color: #fff;
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .cta_box_block {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .cta_box_block {
    padding: 30px 0;
  }
}
.cta_box_block h2 {
  color: #fff;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.98px) {
  .cta_box_block h2 {
    margin-bottom: 1.5rem;
  }
}
.cta_box_block a {
  color: #fff;
}

.news_list_block .news_title_row {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991.98px) {
  .news_list_block .news_title_row {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .news_list_block .news_title_row {
    margin-bottom: 1rem;
  }
}
.news_list_block .news_title_row .link_wrapper {
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .news_list_block .news_title_row .link_wrapper {
    display: none;
  }
}
.news_list_block .news_col {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.news_list_block .news_col.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 991.98px) {
  .news_list_block .news_col:last-child .news_wrapper {
    border-bottom: 0;
  }
}
.news_list_block .news_wrapper {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991.98px) {
  .news_list_block .news_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D2D2D2;
  }
}
@media only screen and (max-width: 767.98px) {
  .news_list_block .news_wrapper {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.news_list_block .post-thumbnail {
  display: block;
  width: 100%;
  height: 280px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1399.98px) {
  .news_list_block .post-thumbnail {
    height: 240px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .news_list_block .post-thumbnail {
    height: 200px;
  }
}
@media only screen and (max-width: 991.98px) {
  .news_list_block .post-thumbnail {
    width: 300px;
    height: 220px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .news_list_block .post-thumbnail {
    width: 100%;
    height: 220px;
    margin-bottom: 1rem;
  }
}
.news_list_block .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news_list_block .post-thumbnail:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
@media only screen and (max-width: 991.98px) {
  .news_list_block .post_info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news_list_block .post_info {
    padding-left: 0;
  }
}
.news_list_block .post_date {
  color: #0099FF;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8em;
  margin-bottom: 1rem;
}
.news_list_block .post_title {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1199.98px) {
  .news_list_block .post_title {
    font-size: 1.2rem;
  }
}
.news_list_block .arrow_link {
  font-size: 1.1em;
}

.service_tabs_block .tab_link {
  display: block;
  color: #132B3F;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1em;
  margin-right: 30px;
  margin-bottom: 1.5rem;
  text-decoration: none;
  position: relative;
  padding: 0 0 10px 0 !important;
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
@media only screen and (max-width: 767.98px) {
  .service_tabs_block .tab_link {
    font-size: 0.9em;
    margin-right: 20px;
  }
}
.service_tabs_block .tab_link.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid #0099FF;
}
.service_tabs_block .tab_link span {
  display: block;
}
.service_tabs_block .tab_content_top {
  background-color: #fff;
}
.service_tabs_block .tab_content_bottom {
  background-color: #132B3F;
  padding-bottom: 30px;
}
.service_tabs_block .all_tabs_wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative;
}
.service_tabs_block .tabs_content {
  position: relative;
  z-index: 2;
}
.service_tabs_block .tab_content_header {
  background-color: #0099FF;
  padding: 20px 30px;
}
@media only screen and (max-width: 767.98px) {
  .service_tabs_block .tab_content_header {
    padding: 15px;
  }
}
.service_tabs_block .tab_content_header h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  text-align: justify;
}
@media only screen and (max-width: 991.98px) {
  .service_tabs_block .tab_content_header h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .service_tabs_block .tab_content_header h3 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.service_tabs_block .tab_content_body {
  padding: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .service_tabs_block .tab_content_body {
    padding: 15px;
  }
}
.service_tabs_block .tab_content_body ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .service_tabs_block .tab_content_body ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.service_tabs_block .accordion_item {
  border-bottom: 1px solid #E2E2E2;
}
.service_tabs_block .accordion_item:last-child {
  border-bottom: 0;
}
.service_tabs_block .accordion_button {
  text-decoration: none;
  font-size: 1.1em;
  padding: 14px 40px 14px 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
}
.service_tabs_block .accordion_button .title {
  display: block;
  color: #132B3F;
  font-size: 1.1em;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-left: 20px;
}
@media only screen and (max-width: 767.98px) {
  .service_tabs_block .accordion_button .title {
    font-size: 0.9em;
    padding-left: 16px;
  }
}
.service_tabs_block .accordion_button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 27px;
  line-height: 1;
  color: #0099FF;
  font-family: "Open Sans", sans-serif;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service_tabs_block .accordion_button:hover .title {
  color: #132B3F;
}
.service_tabs_block .accordion_button:hover .icon {
  color: #0099FF;
}
.service_tabs_block .accordion_button.collapsed .icon {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.service_tabs_block .accordion_body {
  padding: 1rem 0 2rem 0;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 767.98px) {
  .service_tabs_block .accordion_body {
    padding: 0 0 1rem 0;
  }
}
.service_tabs_block .accordion_body ul {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}
.service_tabs_block .next_prev {
  background-color: #132B3F;
}
@media only screen and (max-width: 991.98px) {
  .service_tabs_block .next_prev {
    padding-bottom: 1.5rem;
  }
}
.service_tabs_block .next_prev .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.service_tabs_block .next_prev .next_prev_col {
  width: 250px;
}
@media only screen and (max-width: 767.98px) {
  .service_tabs_block .next_prev .next_prev_col {
    width: 100%;
  }
}
.service_tabs_block .next_prev .next_prev_col.next_col {
  text-align: right;
}
.service_tabs_block .next_prev .next_prev_col.next_col .arrow_link .text {
  text-align: right;
}
.service_tabs_block .next_prev .arrow_link {
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .service_tabs_block .next_prev .arrow_link {
    background-color: #0099FF;
    padding: 10px;
    margin-bottom: 10px;
  }
  .service_tabs_block .next_prev .arrow_link .icon {
    display: none;
  }
  .service_tabs_block .next_prev .arrow_link .text {
    padding: 0;
    text-align: center;
  }
}
.service_tabs_block .cta_section {
  background-color: #132B3F;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .service_tabs_block .cta_section {
    text-align: center;
  }
}
.service_tabs_block .cta_section h2 {
  color: #fff;
}

.why_corvus_block .wcb_col {
  margin-bottom: 1.5rem;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (max-width: 767.98px) {
  .why_corvus_block .wcb_col {
    margin-bottom: 0.75rem;
  }
}
.why_corvus_block .wcb_col.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.why_corvus_block .why_col {
  padding-right: 30px;
}
@media only screen and (max-width: 767.98px) {
  .why_corvus_block .why_col {
    padding-right: 0;
  }
}
.why_corvus_block .wcb_box {
  background-color: #132B3F;
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.why_corvus_block .wcb_box:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.why_corvus_block .wcb_box:hover .circle_wrapper .circle, .why_corvus_block .wcb_box:focus .circle_wrapper .circle, .why_corvus_block .wcb_box:active .circle_wrapper .circle {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.why_corvus_block .wcb_box:hover .box_content, .why_corvus_block .wcb_box:focus .box_content, .why_corvus_block .wcb_box:active .box_content {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.why_corvus_block .box_content,
.why_corvus_block .box_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why_corvus_block .box_content {
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
.why_corvus_block .box_content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1399.98px) {
  .why_corvus_block .box_content h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .why_corvus_block .box_content h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .why_corvus_block .box_content h3 {
    font-size: 1rem;
  }
}
.why_corvus_block .box_content p {
  font-size: 1em;
}
@media only screen and (max-width: 1399.98px) {
  .why_corvus_block .box_content p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1199.98px) {
  .why_corvus_block .box_content p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 991.98px) {
  .why_corvus_block .box_content p {
    font-size: 0.9em;
  }
}
.why_corvus_block .box_content .arrow_link {
  font-size: 1.1em;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .why_corvus_block .box_content .arrow_link {
    font-size: 1rem;
  }
}
.why_corvus_block .box_cover {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.why_corvus_block .box_cover .box_icon {
  margin-bottom: 1.5rem;
}
.why_corvus_block .box_cover h3 {
  color: #fff;
  margin-bottom: 0;
}
.why_corvus_block .circle_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.why_corvus_block .circle_wrapper .circle {
  background-color: #0099FF;
  border-radius: 999px;
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.why_corvus_block .circle_wrapper .circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.values_slider_block {
  background-color: #0099FF;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.values_slider_block .values_anchor {
  position: absolute;
  left: 0;
  top: -60px;
}
@media only screen and (max-width: 991.98px) {
  .values_slider_block {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .values_slider_block {
    padding: 30px 0;
  }
}
.values_slider_block h2, .values_slider_block h3 {
  color: #fff;
}
.values_slider_block h2 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.98px) {
  .values_slider_block h2 {
    margin-bottom: 1.5rem;
  }
}
.values_slider_block h3 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 991.98px) {
  .values_slider_block h3 {
    font-size: 1.5rem;
  }
}
.values_slider_block .values_text_slider {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.98px) {
  .values_slider_block .values_text_slider {
    margin-bottom: 0;
  }
}
.values_slider_block .values_icon_slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .values_slider_block .values_icon_slider_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.values_slider_block .values_icon_slider {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .values_slider_block .values_icon_slider {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .values_slider_block .values_icon_slider .slick-list {
    padding: 0 !important;
  }
}
.values_slider_block .values_icon_slider .slick-track {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
@media only screen and (max-width: 767.98px) {
  .values_slider_block .arrow_wrapper {
    margin: 0 0.5rem;
  }
}
.values_slider_block .value_icon_slide_wrapper {
  padding: 0 30px;
}
@media only screen and (max-width: 1199.98px) {
  .values_slider_block .value_icon_slide_wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .values_slider_block .value_icon_slide_wrapper {
    padding: 0 18px;
  }
}
.values_slider_block .value_icon_wrapper {
  background-color: #33AEFF;
  position: relative;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1rem;
}
.values_slider_block .value_icon_wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.values_slider_block .value_icon_wrapper.phone_icon {
  display: none;
  width: 70px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .values_slider_block .value_icon_wrapper.phone_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.values_slider_block .value_icon_wrapper.phone_icon .value_icon {
  padding: 14px;
}
.values_slider_block .value_icon_wrapper.phone_icon .value_icon.active_icon {
  opacity: 1;
}
.values_slider_block .value_icon_wrapper .value_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .values_slider_block .value_icon_wrapper .value_icon {
    padding: 18px;
  }
}
.values_slider_block .value_icon_wrapper .value_icon.active_icon {
  opacity: 0;
}
@media only screen and (max-width: 991.98px) {
  .values_slider_block .icon_title {
    font-size: 0.8em;
  }
}
.values_slider_block .value_icon_slide.slick-current .value_icon_wrapper {
  background-color: #fff;
}
.values_slider_block .value_icon_slide.slick-current .default_icon {
  opacity: 0;
}
.values_slider_block .value_icon_slide.slick-current .active_icon {
  opacity: 1;
}

.service_block .services_desktop {
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .service_block .services_desktop {
    display: none;
  }
}
.service_block .services_device {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .service_block .services_device {
    display: block;
  }
}
.service_block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1399.98px) {
  .service_block .content {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service_block .content {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991.98px) {
  .service_block .content {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service_block .content {
    width: 100%;
  }
}
.service_block .service_col {
  width: 430px;
}
.service_block .service_col.admin_text_col {
  padding-right: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .service_block .service_col.admin_text_col {
    padding-right: 20px;
  }
}
.service_block .service_col.advisory_text_col {
  padding-left: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .service_block .service_col.advisory_text_col {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .service_block .service_col.service_text_col {
    width: 355px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .service_block .service_col.service_text_col {
    width: 255px;
  }
}

.service_block .service_text .service_logo,
.homepage_services_block .service_text .service_logo {
  display: inline-block;
  height: 60px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (max-width: 767.98px) {
  .service_block .service_text .service_logo,
  .homepage_services_block .service_text .service_logo {
    height: 40px;
  }
}
.service_block .service_text .service_logo.active,
.homepage_services_block .service_text .service_logo.active {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.service_block .service_text .service_logo img,
.homepage_services_block .service_text .service_logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
}
.service_block .service_text h2,
.homepage_services_block .service_text h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .service_block .service_text h2,
  .homepage_services_block .service_text h2 {
    font-size: 1.5rem;
  }
}
.service_block .service_text p,
.homepage_services_block .service_text p {
  font-size: 1em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991.98px) {
  .service_block .service_text p,
  .homepage_services_block .service_text p {
    font-size: 1.1em;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .service_block .service_text p,
  .homepage_services_block .service_text p {
    font-size: 1em;
    margin-bottom: 1rem;
  }
}
.service_block .services_slider_wrapper,
.homepage_services_block .services_slider_wrapper {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
@media only screen and (max-width: 767.98px) {
  .service_block .services_slider_wrapper,
  .homepage_services_block .services_slider_wrapper {
    padding: 20px 15px 15px 15px;
  }
}
.service_block .services_slider_wrapper .service_slider_nav,
.homepage_services_block .services_slider_wrapper .service_slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.service_block .services_slider_wrapper .service_slider_nav button,
.homepage_services_block .services_slider_wrapper .service_slider_nav button {
  margin-left: 0.5rem;
}
.service_block .service_diagram_col,
.homepage_services_block .service_diagram_col {
  height: 600px;
}
.service_block .service_diagram_wrapper,
.homepage_services_block .service_diagram_wrapper {
  position: relative;
}
.service_block .service_diagram_wrapper .service_icon,
.homepage_services_block .service_diagram_wrapper .service_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  color: #fff;
  text-decoration: none;
  border: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  z-index: 2;
}
.service_block .service_diagram_wrapper .service_icon.icon_lightblue,
.homepage_services_block .service_diagram_wrapper .service_icon.icon_lightblue {
  background-color: #0099FF;
}
.service_block .service_diagram_wrapper .service_icon.icon_darkblue,
.homepage_services_block .service_diagram_wrapper .service_icon.icon_darkblue {
  background-color: #132B3F;
}
.service_block .service_diagram_wrapper .service_icon.active,
.homepage_services_block .service_diagram_wrapper .service_icon.active {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.service_block .service_diagram_wrapper .service_icon .icon_image,
.homepage_services_block .service_diagram_wrapper .service_icon .icon_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-bottom: 0.3rem;
}
.service_block .service_diagram_wrapper .service_icon .icon_image img,
.homepage_services_block .service_diagram_wrapper .service_icon .icon_image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service_block .service_diagram_wrapper .service_icon .service_label,
.homepage_services_block .service_diagram_wrapper .service_icon .service_label {
  text-transform: uppercase;
  font-size: 0.6em;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.service_block .service_diagram_wrapper .service_icon.icon_corporate,
.homepage_services_block .service_diagram_wrapper .service_icon.icon_corporate {
  left: 0;
  top: 180px;
}
.service_block .service_diagram_wrapper .service_icon.icon_administration,
.homepage_services_block .service_diagram_wrapper .service_icon.icon_administration {
  left: 178px;
  top: 0;
}
.service_block .service_diagram_wrapper .service_icon.icon_legal,
.homepage_services_block .service_diagram_wrapper .service_icon.icon_legal {
  right: 0;
  top: 145px;
}
.service_block .service_diagram_wrapper .service_icon.icon_finance,
.homepage_services_block .service_diagram_wrapper .service_icon.icon_finance {
  right: 50px;
  top: 360px;
}
.service_block .service_diagram_wrapper .service_icon.icon_operations,
.homepage_services_block .service_diagram_wrapper .service_icon.icon_operations {
  right: 80px;
  top: 490px;
}
.service_block .service_diagram_wrapper .cg_logo,
.homepage_services_block .service_diagram_wrapper .cg_logo {
  width: 220px;
  position: absolute;
  z-index: 2;
  left: 108px;
  top: 205px;
}
.service_block .service_diagram_wrapper .line,
.homepage_services_block .service_diagram_wrapper .line {
  z-index: 1;
  height: 6px;
  position: absolute;
}
.service_block .service_diagram_wrapper .line.lightblue,
.homepage_services_block .service_diagram_wrapper .line.lightblue {
  left: 54px;
  top: 133px;
  width: 160px;
  background-color: #0099FF;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service_block .service_diagram_wrapper .line.darkblue,
.homepage_services_block .service_diagram_wrapper .line.darkblue {
  left: 212px;
  top: 363px;
  width: 261px;
  background-color: #132B3F;
  -webkit-transform: rotate(-76deg);
      -ms-transform: rotate(-76deg);
          transform: rotate(-76deg);
}
.service_block .service_diagram_wrapper .line.light_dark,
.homepage_services_block .service_diagram_wrapper .line.light_dark {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099FF), to(#132B3F));
  background-image: linear-gradient(to right, #0099FF, #132B3F);
}
.service_block .service_diagram_wrapper .line.light_dark.top,
.homepage_services_block .service_diagram_wrapper .line.light_dark.top {
  left: 244px;
  top: 116px;
  width: 120px;
  -webkit-transform: rotate(43deg);
      -ms-transform: rotate(43deg);
          transform: rotate(43deg);
}
.service_block .service_diagram_wrapper .line.light_dark.bottom,
.homepage_services_block .service_diagram_wrapper .line.light_dark.bottom {
  left: 66px;
  top: 320px;
  width: 244px;
  -webkit-transform: rotate(33deg);
      -ms-transform: rotate(33deg);
          transform: rotate(33deg);
}

.partners_block {
  position: relative;
}
.partners_block .technology_partners {
  position: absolute;
  left: 0;
  top: -100px;
}
.partners_block .partners_intro {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .partners_block .partners_intro {
    margin-bottom: 0;
  }
}
.partners_block .partner_logo {
  height: 80px;
  max-width: 180px;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .partners_block .partner_logo {
    max-width: 160px;
  }
}
@media only screen and (max-width: 767.98px) {
  .partners_block .partner_logo {
    height: 70px;
    max-width: 140px;
    margin-bottom: 1rem;
  }
}
.partners_block .partner_logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
}
.partners_block .partner_wrapper {
  padding-right: 1rem;
}
@media only screen and (max-width: 991.98px) {
  .partners_block .partner_wrapper {
    padding: 0 0 2rem 0;
  }
}
.partners_block .partner_wrapper p {
  font-size: 1rem;
}

.corvus_team .team_banner {
  width: 100%;
  height: 100vh;
  max-height: 800px;
  background-color: white;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .corvus_team .team_banner {
    max-height: 650px;
  }
}
@media only screen and (max-width: 991.98px) {
  .corvus_team .team_banner {
    max-height: 500px;
  }
}
@media only screen and (max-width: 767.98px) {
  .corvus_team .team_banner {
    max-height: unset;
    height: unset;
  }
}
.corvus_team .team_banner .container,
.corvus_team .team_banner .row {
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .corvus_team .team_banner .container,
  .corvus_team .team_banner .row {
    height: auto;
  }
}
.corvus_team .team_banner .team_title_col {
  z-index: 2;
  position: relative;
}
.corvus_team .team_banner .team_title_col h1 {
  font-size: 3.8rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .corvus_team .team_banner .team_title_col h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .corvus_team .team_banner .team_title_col h1 {
    font-size: 1.8rem;
  }
}
.corvus_team .team_banner .team_title_col .team_role {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: #132B3F;
}
@media only screen and (max-width: 991.98px) {
  .corvus_team .team_banner .team_title_col .team_role {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .corvus_team .team_banner .team_title_col .team_role {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.corvus_team .team_banner .team_contact {
  font-size: 1.3rem;
}
.corvus_team .team_banner .team_contact a {
  display: inline-block;
  text-decoration: none;
  color: #303436;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.corvus_team .team_banner .team_contact a:hover {
  color: #0099FF;
}
.corvus_team .team_banner .team_contact .icon {
  color: #0099FF;
  margin-right: 1rem;
}
.corvus_team .team_banner .team_contact .label {
  font-weight: 300;
}
.corvus_team .team_banner .team_down {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
}
@media only screen and (max-width: 767.98px) {
  .corvus_team .team_banner .team_down {
    position: static;
    margin-top: 1rem;
  }
}
.corvus_team .team_banner .gradient.white {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.corvus_team .team_banner .team_banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .corvus_team .team_banner .team_banner {
    display: none;
  }
}
.corvus_team .team_banner .team_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
.corvus_team .team_banner .team_banner_device {
  display: none;
  width: 100%;
  height: 380px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .corvus_team .team_banner .team_banner_device {
    display: block;
  }
}
.corvus_team .team_banner .team_banner_device .gradient.white {
  top: unset;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.corvus_team .team_banner .team_banner_device img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.corvus_team .entry-content {
  position: relative;
}
.corvus_team .entry-content .down_anchor {
  position: absolute;
  left: 0;
  top: -50px;
}
.corvus_team .team_bio {
  padding: 80px 0 40px 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
@media only screen and (max-width: 991.98px) {
  .corvus_team .team_bio {
    padding: 60px 0 30px 0;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .corvus_team .team_bio {
    padding: 30px 0 0 0;
  }
}
.corvus_team .team_bio p {
  display: inline-block;
}
.corvus_team .entry-footer {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991.98px) {
  .corvus_team .entry-footer {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .corvus_team .entry-footer {
    padding-bottom: 30px;
  }
}

.type-post .entry-header {
  position: relative;
}
.type-post .post-thumbnail {
  width: 100%;
  height: 720px;
  border-bottom: 10px solid #0099FF;
}
@media only screen and (max-width: 1399.98px) {
  .type-post .post-thumbnail {
    height: 550px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .type-post .post-thumbnail {
    height: 480px;
  }
}
@media only screen and (max-width: 991.98px) {
  .type-post .post-thumbnail {
    border-bottom: 0;
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-post .post-thumbnail {
    height: 240px;
  }
}
.type-post .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type-post .post_info {
  background-color: #fff;
  margin: -80px auto 0 auto;
  padding: 40px 60px 0 60px;
  width: 1100px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199.98px) {
  .type-post .post_info {
    padding: 40px 40px 0 40px;
    width: 960px;
  }
}
@media only screen and (max-width: 991.98px) {
  .type-post .post_info {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-post .post_info {
    padding: 30px 15px 0 15px;
  }
}
.type-post .post_date {
  color: #0099FF;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .type-post .post_date {
    font-size: 0.8em;
  }
}
.type-post .post_title {
  font-size: 3rem;
}
@media only screen and (max-width: 1399.98px) {
  .type-post .post_title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-post .post_title {
    font-size: 2rem;
  }
}
.type-post .entry-content,
.type-post .entry-footer {
  width: 980px;
}
@media only screen and (max-width: 1199.98px) {
  .type-post .entry-content,
  .type-post .entry-footer {
    width: 900px;
  }
}
@media only screen and (max-width: 991.98px) {
  .type-post .entry-content,
  .type-post .entry-footer {
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-post .entry-content,
  .type-post .entry-footer {
    padding: 0 15px;
  }
}
.type-post .entry-content {
  margin: 0 auto 40px auto;
}
.type-post .entry-footer {
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 991.98px) {
  .type-post .entry-footer {
    margin: 0 auto 60px auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .type-post .entry-footer {
    margin: 0 auto 30px auto;
  }
}
.type-post .download_but {
  display: inline-block;
  background-color: #0099FF;
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 1.5rem;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.type-post .download_but:hover {
  background-color: rgb(0, 122.4, 204);
}
.type-post .post_footer_title {
  color: #0099FF;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.1em;
  margin-bottom: 1rem;
}
.type-post .share_post {
  margin-bottom: 2.5rem;
}
.type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg:hover, .type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg:focus, .type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg:active, .type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus .shared-counts-icon svg:hover, .type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus .shared-counts-icon svg:focus, .type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button:focus .shared-counts-icon svg:active, .type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button:active .shared-counts-icon svg:hover, .type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button:active .shared-counts-icon svg:focus, .type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button:active .shared-counts-icon svg:active {
  fill: #0099FF !important;
  color: #0099FF;
}
.type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
  fill: #132B3F !important;
  color: #132B3F;
  width: 26px;
  height: 26px;
}
.type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg:hover, .type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg:focus, .type-post .share_post .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg:active {
  fill: #0099FF !important;
  color: #0099FF;
}
.type-post figure {
  width: 100% !important;
  position: relative;
  overflow: hidden;
}
.type-post figure img {
  width: 100% !important;
}
.type-post figure figcaption {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: 300;
  font-size: 0.9em;
  text-align: left;
  border-bottom: 1px solid #D2D2D2;
}
@media only screen and (max-width: 767.98px) {
  .type-post figure figcaption {
    font-size: 0.7em;
  }
}
.type-post blockquote {
  font-size: 1.2em;
  font-style: italic;
  color: #0099FF;
  position: relative;
  padding-left: 80px;
  margin: 0 0 1.5em 0;
}
@media only screen and (max-width: 767.98px) {
  .type-post blockquote {
    padding-left: 60px;
  }
}
.type-post blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 50px;
  height: 40px;
  background: transparent url(images/quote.svg) no-repeat scroll left top;
  background-size: contain;
}
@media only screen and (max-width: 767.98px) {
  .type-post blockquote:before {
    width: 40px;
    height: 30px;
    top: 6px;
  }
}
.type-post blockquote p {
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .type-post blockquote p {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.type-post ul, .type-post ol {
  font-size: 1.1em;
}
@media only screen and (max-width: 767.98px) {
  .type-post ul, .type-post ol {
    font-size: 1em;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
}
@media only screen and (max-width: 1100px) {
  .main-navigation {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-navigation {
    font-size: 0.9em;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .main-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-navigation ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin-bottom: 0;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
  color: #0099FF;
}
@media only screen and (max-width: 1100px) {
  .main-navigation ul li {
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #3A4958;
  }
  .main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
    color: #fff;
  }
}
.main-navigation ul a {
  display: block;
  text-decoration: none;
  padding: 34px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: 0;
  font-weight: 400;
  color: #132B3F;
  cursor: pointer;
}
.main-navigation ul a:not([href]):not([tabindex]) {
  color: #132B3F;
}
@media only screen and (max-width: 1100px) {
  .main-navigation ul a {
    padding: 0;
    color: #fff;
  }
  .main-navigation ul a:not([href]):not([tabindex]) {
    color: #fff;
  }
}
.main-navigation ul ul {
  background: #243445;
  left: -999em;
  padding: 0;
  position: absolute;
  top: 94px;
  z-index: 99999;
  display: block;
  padding: 10px 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  padding: 0;
  width: 220px;
}
.main-navigation ul ul li:hover {
  color: #0099FF;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
@media only screen and (max-width: 1100px) {
  .main-navigation ul ul li {
    margin-left: 0;
    border-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .main-navigation ul ul li a {
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-navigation ul ul li a {
    font-size: 1.1em;
  }
}
.main-navigation ul ul a {
  padding: 12px 16px;
  width: 100%;
  color: #fff;
  font-size: 0.9em;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  color: #0099FF;
}
@media only screen and (max-width: 1100px) {
  .main-navigation ul ul {
    display: none;
    padding: 10px 0 0 0;
    position: static;
    left: auto;
    top: auto;
    background: transparent;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation ul ul.toggled-on {
    display: block;
    width: 100%;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation .current_page_item {
  position: relative;
}
.main-navigation .current-menu-item .sub-menu li:hover > a {
  color: #0099FF;
}
.main-navigation .current-menu-item .sub-menu a {
  color: #fff;
}

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #222;
  display: block;
  font-size: 14px;
  right: 0;
  line-height: 1;
  padding: 0 0 0 0.5em;
  text-shadow: none;
}
.dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
  background-color: transparent;
}
.dropdown-toggle .fa-chevron-down {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #0099FF;
  font-size: 0.8em;
}
@media only screen and (max-width: 1100px) {
  .dropdown-toggle .fa-chevron-down {
    color: #0099FF;
    font-size: 1em;
  }
}
@media only screen and (max-width: 1100px) {
  .dropdown-toggle {
    line-height: 1.4;
    width: 67px;
    height: 67px;
    position: absolute;
    top: 0;
  }
  .dropdown-toggle.toggled-on .fa-chevron-down {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.dropdown-toggle:after {
  display: none;
}
.dropdown-toggle:focus {
  outline: 0;
}
@media only screen and (max-width: 1100px) {
  .dropdown-toggle {
    display: block;
  }
}

/* Small menu. */
@media only screen and (max-width: 1100px) {
  .main-navigation {
    width: 350px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 60px 0 0 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    display: block;
    z-index: 1000000;
    bottom: auto;
    background: #243445;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main-navigation.toggled-on {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 767.98px) {
  .main-navigation {
    padding: 50px 0 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-navigation {
    width: 300px;
  }
}

.menu-toggle {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: 0;
  color: #0099FF;
  outline: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 60px;
  height: 60px;
}
.menu-toggle i, .menu-toggle svg {
  font-size: 1.2em;
}
.menu-toggle:active {
  outline: 0;
  color: #fff;
  background-color: rgb(0, 122.4, 204);
}
@media only screen and (max-width: 1100px) {
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-toggle {
    width: 50px;
    height: 50px;
  }
  .menu-toggle i, .menu-toggle svg {
    font-size: 1.2em;
  }
}

.nav-mask {
  background-color: #000;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 0;
  z-index: 100;
}

.nav-mask.active_mask {
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 100%;
  overflow: hidden;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=style.css.map */