<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Consultancy
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

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

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

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */

[hidden],
template {
    display: none;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

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

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

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

input {
    line-height: normal;
}

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

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

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

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

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

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

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

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

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

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

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

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

body {
    color: #000;
    background: #fff;
    font: 18px/1.37 "Sentinel-Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
input[type=reset],
input[type=button],
input[type=submit],
button,
.btn {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

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

iframe {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}

#overlayPP,
.bg-stretch img {
    max-width: inherit !important;
}

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

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

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

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

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

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

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

ul {
    list-style-type: disc;
}

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

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
}

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

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    background: #fff;
    border: 1px solid #000;
    margin: 0;
    padding: 7px 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
    box-shadow: none;
}

textarea {
    width: 98%;
    height: 100px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bfbfbf;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #bfbfbf;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #bfbfbf;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bfbfbf;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #bfbfbf;
}

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

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

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px 13px;
    background: #262626;
    border: none;
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-style: normal;
    text-align: center;
    color: #f0c807;
    text-decoration: none;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
    opacity: .8;
}

.btn.btn-blue,
button.btn-blue,
input[type="button"].btn-blue,
input[type="reset"].btn-blue,
input[type="file"].btn-blue,
input[type="submit"].btn-blue {
    background: #086688;
}

.widget {
    margin-bottom: 1.17em;
}

.widget ul {
    padding-left: 2em;
}

.widget select {
    min-width: 150px;
}

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

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

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

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

.post-password-form label {
    line-height: 36px;
}

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

.search-form input {
    float: left;
    height: 2em;
}

.search-form input[type="search"] {
    margin: 0 4px 0 0;
    width: 150px;
}


.post-password-form input {
    height: 2em;
}

.post-password-form input[type="password"] {
    width: 150px;
}

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

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
    opacity: .8;
}

.commentlist {
    margin: 0px;
    padding: 0;
}

.commentlist .avatar {
    margin: 0;
}

.commentlist div {
    margin-bottom: 5px;
}

.commentlist .comment-body {
    margin-bottom: 25px;
}

.commentlist a {
    color: #000;
}

.commentlist .edit-link {
    margin: 0;
}

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

.commentlist-item .commentlist-item {
    padding: 0;
}

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

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

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

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

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.17em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none;
}

.navigation-single {
    margin-bottom: 1.17em;
}

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #000;
    color: #fff;
    text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block;
}

.navigation-single .next {
    float: right;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #999;
    padding: .4em;
    margin-bottom: 1.17em;
}

.wp-caption img {
    margin: 0;
    vertical-align: top;
}

.wp-caption p {
    margin: .4em 0 0;
}

.wp-caption figcaption,
.wp-caption p {
    margin: .4em 0 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 1.17em;
}

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

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

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

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

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

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

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

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

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: 21px;
}

p {
    margin: 0 0 .6em;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* Fonts
------------------------------------------------------------------------------*/

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

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

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

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

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

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

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

body {
    padding: 20px;
}

body.page-scrolled #header {
    position: fixed;
    top: 0;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    padding: 10px 0 20px;
    left: 20px;
    right: 20px;
}

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

.container {
    max-width: 960px;
    padding: 0 15px;
    margin: 0 auto;
}

.container:after {
    display: block;
    clear: both;
    content: "";
}

.header-holder {
    padding: 0 0 12px;
}

.header-holder:after {
    display: block;
    clear: both;
    content: "";
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    padding: 26px 0 10px;
    background: #06aed5;
    color: #fff;
    transition: box-shadow 0.3s, padding 0.3s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

#header .logo {
    float: left;
    margin: 0 0 0 -13px;
    max-width: 303px;
}

.nav-opener {
    float: right;
    display: none;
    width: 25px;
    height: 17px;
    margin: 20px 0 0 20px;
}

.nav-opener span {
    display: block;
    height: 3px;
    background: #fff;
}

.nav-opener span + span {
    margin-top: 4px;
}

.search-form {
    float: right;
    position: relative;
    margin: 19px -15px 0 0;
}

.search-form.active .slide{
    opacity: 1;
    visibility: visible;
}

.search-form .search-opener {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

.entry .search-form .search-opener {
    display: none;
}

.search-form .slide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -10px;
    right: 25px;
    z-index: 20;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.search-form input[type="text"] {
    width: 300px;
    border: none;
    border-radius: 6px;
    color: #000;
}

.entry form.search-form {
    float: none;
    margin: 0;
}

.entry .search-form .slide {
    opacity: 1;
    visibility: visible;
    position: static;
}

.entry .search-form input[type="text"] {
    border: 1px solid #000;
    border-radius: 0;
}

.nav {
    margin: 0;
    padding: 0 0 0 65px;
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.nav li {
    display: inline-block;
    vertical-align: top;
}

.nav li + li:before {
    display: inline-block;
    vertical-align: top;
    content: "/";
    padding: 0 17px 0 19px;
}

.nav a {
    text-decoration: none;
    color: #fff;
}

.nav a:hover {
    color: #086688;
}

.intro-block {
    padding: 151px 0 0;
    margin-bottom: 20px;
    background: #06aed5;
    color: #fff;
}

.intro-block .image-area {
    width: 55%;
    float: left;
}

.intro-block .image-area img {
    margin: -26px 0 -120px -15px;
    max-width: inherit;
}

.intro-block .text-area {
    width: 42%;
    float: right;
    position: relative;
    padding: 0 0 35px 6px;
}

.intro-block .text-area:after {
    position: absolute;
    top: 100%;
    left: 14px;
    z-index: 2;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #06aed5 transparent transparent transparent;
}

.intro-block h1 {
    font-family: "Sentinel-BoldItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    color: #000;
    margin: 0 0 20px;
}

.intro-block p {
    margin: 0 0 26px;
}

.intro-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Sentinel-BookItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.intro-block ul li {
    padding: 0 0 12px 14px;
}

.intro-block ul li:before {
    content: "â€¢";
    margin: 0 4px 0 -14px;
}

.intro {
    overflow: hidden;
    padding: 240px 0 35px;
    margin-bottom: 20px;
    background: #06aed5;
    color: #fff;
}

.intro .container {
    position: relative;
    z-index: 1;
    min-height: 158px;
}

.intro .container:before {
    position: absolute;
    bottom: -150px;
    left: 0;
    z-index: -1;
    content: "";
    background: url(images/decor1.jpg) no-repeat;
    width: 518px;
    height: 423px;
}

.intro .text-area {
    overflow: hidden;
    font-family: "Sentinel-BoldItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    width: calc(100% - 410px);
    float: left;
}

.intro h1 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 10px;
}

.intro a {
    color: #fff;
}

.info-box {
    float: right;
    width: 290px;
    margin: 0 0 0 120px;
    padding: 26px 20px 20px;
    background: #45c2e0;
    font-size: 16px;
    line-height: 20px;
    transition: background 0.6s;
}

.info-box:hover {
    background: rgba(69, 194, 224, 0.5);
}

.info-box h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
    margin: 0 0 8px;
}

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

.info-box ul li {
    margin: 0 0 10px;
}

.info-box ul a {
    color: #086688;
}

.info-box ul a[href^=tel] {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.info-box ul a[href^=tel]:hover {
    text-decoration: underline;
}

.boxes-block {
    padding: 31px 0;
    margin-bottom: 20px;
    background: #f0c807;
}

.boxes-block h2 {
    font-family: "Sentinel-BoldItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
    text-align: right;
    margin: 0 32px 32px 0;
}

.boxes-block .row {
    margin: 0 -15px;
}

.boxes-block .row:after {
    display: block;
    clear: both;
    content: "";
}

.boxes-block .col {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}

.boxes-block .box {
    padding: 22px 20px 20px;
    background: #f4d644;
    font-size: 19px;
    line-height: 21px;
}

.boxes-block h3 {
    font-family: "Sentinel-BoldItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 9px;
}

.boxes-block p {
    margin: 0 0 15px;
}

.more-link {
    display: inline-block;
    vertical-align: top;
    font-family: "Sentinel-BoldItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.articles {
    padding: 50px 0;
    background: #06aed5;
}

.articles .row {
    margin: 0 -15px;
}

.articles .row:after {
    display: block;
    clear: both;
    content: "";
}

.articles .col {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.articles {
    padding: 47px 0 46px;
}

.articles h2 {
    /* font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 13px; */

    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  margin: 0 0 32px 0;
}

.articles h3 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 25px;
    line-height: 28px;
    font-weight: normal;
    margin: -4px 0 9px;
}

.articles .video {
    /* max-width: 434px;
    margin: 0 0 20px; */
    position: relative;
	padding-bottom: 56%;
	height: 0;
}

.articles iframe {
    /* width: 100%;
    height: auto; */

    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.articles .alignleft {
    margin: 10px 17px 20px -1px;
    border: 2px solid #edc901;
    border-radius: 50%;
    overflow: hidden;
}

.articles .more-link {
    margin: -3px 0 0;
    font-size: 18px;
    line-height: 24px;
}

.books-section {
    padding: 48px 0 52px;
    font-family: "Sentinel-BookItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.books-section h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 32px 8px;
}

.books-section .row {
    margin: 0 -35px;
}

.books-section .row:after {
    display: block;
    clear: both;
    content: "";
}

.books-section .col {
    float: left;
    width: 33.33%;
    padding: 0 35px;
    text-align: center;
}
.books-section .intrinsic-container {
    width: 100%;
    height: 1px;
    padding-bottom: 150%;
    position: relative;
    display: block;
    margin: 0 auto 22px;
}
.books-section img {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.books-section h3 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
    margin: 0 0 8px;
}

.books-section h3 a {
    color: #000;
    text-decoration: none;
}

.books-section h3 a:hover {
    text-decoration: underline;
}

.books-section p {
    margin: 0 0 18px;
}

.blog-section {
    padding: 39px 0 134px;
    background: #086688;
    color: #fff;
}

.blog-section .article {
    margin: 0 -15px 40px -15px;
    max-width: 100%;
    padding: 0 15px;
}

.blog-section .row:after {
    display: block;
    clear: both;
    content: "";
}

.blog-section .col {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.blog-section h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #f0c807;
    margin: 0 0 27px 15px;
}

.blog-section h2 a {
    text-decoration: none;
    color: #f0c807;
}

.blog-section p {
    margin: 0 0 16px;
}

.blog-section .more-link {
    font-size: 18px;
    line-height: 20px;
    color: #f0c807;
}
.blog-section .has-testimonial{
    position: relative;
    padding-top: 30px;
}
.blog-section .has-testimonial .text-area {
    padding-bottom: 20px;
}
.blog-section .has-testimonial img {
    width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 1000px;
  border: 1px solid #f0c807;
}
.blog-section .has-testimonial a {
    color: white;
}
.article {
    max-width: 396px;
}

.article .date {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 0 13px;
}

.article h3,
.article h3 a {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #f0c807;
    margin: 0 0 15px;
    text-decoration: none;
}

.article h3 a:hover {
    text-decoration: underline;
}

.article img {
    margin-bottom: 14px;
}
.articles .row.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
.articles .row.grid .col {
    width: 100%;
  }
.blog-list {
    margin-bottom: 14px;
}

.blog-list .item + .item {
    margin-top: 29px;
}

.blog-list .date {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.blog-list h3 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 4px;
}

.blog-list h3 a {
    color: #fff;
    text-decoration: none;
}

.blog-list h3 a:hover {
    text-decoration: underline;
}

.blog-list address {
    display: block;
    font-family: "Sentinel-BookItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-style: normal;
    margin: 0;
}

.social-section {
    padding: 81px 0 70px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

.social-section .container {
    max-width: 620px;
}

.social-section i {
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 15px;
}

.social-section p {
    margin: 0 0 12px;
}

.social-section .more {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.content-section {
    padding: 45px 0 68px;
    margin-bottom: 20px;
    background: #f0c807;
}

.content-section.blue {
    background: #086688;
    color: #fff;
}

.content-section.blue a {
    color: #f0c807;
}

.content-section .row {
    margin: 0 -15px;
}

.content-section .row:after {
    display: block;
    clear: both;
    content: "";
}

.content-section .col {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.content-section h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 8px;
}

.content-section h3 {
    font-family: "Sentinel-MediumItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 24px;
}

.content-section p {
    margin: 0 0 10px;
}

.content-section .video {
    margin: 0 0 13px;
}

.content-section .video iframe {
    margin: 0;
}

.content-section .aligncenter {
    margin-bottom: 0;
    text-align: center;
}

.clients {
    padding: 37px 0 31px;
}

.clients .item {
    overflow: hidden;
    position: relative;
    margin-bottom: 19px;
}

.clients .item:after {
    display: block;
    clear: both;
    content: "";
}

.clients .text-area {
    width: 100%;
    float: left;
}

.clients .text-area:after {
    display: block;
    clear: both;
    content: "";
}

.clients .text-area img {
    max-width: 101px;
}

.clients .holder {
    margin: 0 190px 0 0;
}

.clients .image-area {
    width: 151px;
    float: right;
    margin: 3px 0 0 -100%;
}

.clients h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 10px;
}

.clients a {
    color: #000;
}

.clients .alignleft {
    overflow: hidden;
    border: 2px solid #edc901;
    border-radius: 50%;
    margin: 4px 16px 0 0;
}

.clients .entry {
    overflow: hidden;
}

.map-section {
    padding: 39px 0 36px;
    margin-bottom: 20px;
    background: #fcf2c1;
}

.map-section h2 {
    font-family: "Sentinel-BoldItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 20px;
}

#map {
    width: 100% !important;
    height: 502px;
}

.gm-style-iw * {
    display: block;
    /*	width: 100%;*/
}

.gm-style-iw h4,
.gm-style-iw p {
    margin: 0;
    padding: 0;
}

.gm-style-iw a {
    color: #4272db;
}

.info-section {
    padding: 42px 0 43px;
    margin-bottom: 20px;
    background: #f0c807;
}

.info-section.blue {
    background: #06aed5;
}

.info-section .aside {
    float: left;
    width: 224px;
    margin: -8px 96px 0 0;
}

.info-section .text-area {
    overflow: hidden;
}

.info-section .text-area a {
    color: #000;
}

.info-section h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 7px;
}

.info-section h3 {
    font-family: "Sentinel-BoldItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 10px;
}

.info-section .btn {
    display: block;
    padding: 24px 10px 22px;
    margin-bottom: 8px;
    background: #000;
    color: #fff;
}

.info-section .btn.btn-blue {
    background: #086688;
    margin-bottom: 18px;
}

.info-section .info {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.info-section blockquote {
    border: none;
    padding: 0;
    margin: 0 0 12px;
    line-height: 25px;
}

.info-section blockquote q {
    display: block;
    quotes: none;
    margin: 0 0 10px;
}

.info-section blockquote q:before,
.info-section blockquote q:after {
    content: "";
}

.info-section blockquote cite {
    display: block;
    font-style: normal;
}

.info-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
}

.info-section ul li {
    margin: 0 0 10px;
}

.info-section ul li:before {
    margin: 0 7px 0 0;
    content: "â€¢";
}

.text-block {
    padding: 23px 0 37px;
    line-height: 25px;
}

.text-block .container {
    padding-right: 170px;
}

.text-block h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 13px;
}

.text-block h3 {
    font-family: "Sentinel-BoldItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 11px;
}

.book-info {
    padding: 29px 0;
    margin-bottom: 20px;
    background: #f0c807;
}

.book-info .alignleft {
    margin: 3px 33px 0 0;
}

.book-info .holder {
    overflow: hidden;
}

.book-info h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 13px;
}

.book-info h3 {
    font-family: "Sentinel-BoldItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 11px;
}

.links-block {
    padding: 34px 0 30px;
    margin-bottom: 20px;
    color: #fff;
    background: #086688;
}

.links-block h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 21px;
}

.links-list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    letter-spacing: -.36em;
    text-align: center;
}

.links-list li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding: 0 15px 26px;
}

.links-list a {
    display: block;
    padding: 29px 15px 25px;
    background: #262626;
    text-decoration: none;
    color: #fff;
}

.links-list a:hover {
    opacity: .8;
}

.links-list strong {
    display: block;
    margin: 0 0 4px;
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal;
}

.videos-block {
    padding: 28px 0;
}

.videos-block h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 24px;
}

.videos-block .video {
    margin-bottom: 30px;
    max-width: 610px;
}

.videos-block .video iframe {

    width: 100%;
}

.videos-block .more {
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 0 7px;
    color: #000;
    text-decoration: none;
}

.videos-block .more:hover {
    text-decoration: underline;
}

.hidden-videos {
    display: none;
}

#main {
    padding: 18px 0 30px;
}

#content {
    width: 100%;
    float: left;
}

#content .more,
#content .more-link {
    display: inline-block;
    vertical-align: top;
    margin: -13px 0 55px;
    font-family: "Sentinel-BookItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #000;
}

.content-holder {
    margin: 0 320px 0 0;
}

.post {
    margin: 0 0 55px;
}

.post .date {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.post h2 {
    font-family: "Sentinel-Medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 15px;
}

.post .entry h2 {
    margin-top: 25px;
}

.post h2 a {
    color: #000;
    text-decoration: none;
}

.post h2 a:hover {
    text-decoration: underline;
}

.post h3 {
    font-family: "Sentinel-Medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 10px;
}

.post .aligncenter {
    text-align: center;
    margin-bottom: 10px;
}

.post .alignleft {
    margin: 8px 20px 0 0;
}

.post .entry {
    margin-bottom: 18px;
}

.post .more,
.post .more-link {
    margin: -4px 0 0 !important;
}

.post .more-link {
    font-size: 18px;
    line-height: inherit;
}

.tags {
    padding: 24px 0 0;
}

.tags .title {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}

.tags ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Sentinel-BookItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.tags ul li {
    display: inline-block;
    vertical-align: top;
}

.tags ul li + li:before {
    padding: 0 3px 0 0;
    font-family: "Sentinel-Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    content: "/";
}

.tags a {
    color: #000;
    text-decoration: none;
    font-family: "Sentinel-BookItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.logged-in-as a {
    color: #000;
    text-decoration: none;
    font-family: "Sentinel-BookItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.tags a:hover,
.logged-in-as a:hover {
    text-decoration: underline;
}

#sidebar {
    width: 290px;
    float: right;
    margin: 75px 0 0 -100%;
}

.widget {
    background: #f0c807;
    padding: 19px 21px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.19;
}

.widget.widget_categories {
    background: #06aed5;
}

.widget h3 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 9px;
}

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

.widget ul li {
    margin: 0 0 10px;
}

.widget ul a {
    color: #000;
    text-decoration: none;
}

.widget ul a:hover {
    text-decoration: underline;
}

.widget-categories ul {
    font-family: "Sentinel-BookItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.featured-team-member h2,
.featured-team-member h3,
.about-block h2,
.events-block h2 {
	font-family: Sentinel-Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400
}

.events-block {
    padding: 11px 0 27px;
}

.events-block .row {
    margin: 0 -15px;
}

.events-block .row:after {
    display: block;
    clear: both;
    content: "";
}

.events-block .col {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.events-block h2 {
    margin: 0 0 22px;
}

.events-block .blog-list.add {
    color: #595959;
}

.events-block .blog-list.add a {
    color: #595959;
}

.events-block .blog-list a {
    color: #000;
}

.about-block {
    padding: 11px 0;
}

.about-block .item {
    padding: 0 150px 24px 0;
}

.about-block .item .alignleft {
    max-width: 130px;
}

.about-block h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 15px;
}

.about-block h3 {
    font-family: "Sentinel-BoldItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 10px;
}

.about-block .alignleft {
    border: 2px solid #edc901;
    border-radius: 50%;
    overflow: hidden;
    margin: 1px 17px 0 6px;
}

.about-block .entry {
    margin-bottom: 26px;
}

.about-block .sub-title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin: -20px 0 14px;
}

.contact-block {
    padding: 11px 0 98px;
}

.form-area {
    width: 100%;
    float: left;
}

.form-area h2 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 22px;
}

.form-holder {
    margin: 0 300px 0 0;
}

.contact-form {
    max-width: 481px;
}

.contact-form .form-control {
    margin-bottom: 22px;
}

.contact-form label {
    display: block;
    margin: 0 0 7px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    display: block;
    width: 100%;
}

.contact-form textarea {
    width: 100% !important;
    height: 131px !important;
    resize: none;
}

.contact-form .btn {
    margin: 17px 0 0;
    color: #fff;
}

.info-container {
    width: 290px;
    float: right;
    margin: 3px 0 0 -100%;
    padding: 18px 20px 23px;
    background: #f0c807;
    font-size: 16px;
    line-height: 19px;
}

.info-container h3 {
    font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 12px;
}

#footer {
    overflow: hidden;
    padding: 57px 0;
    min-height: 460px;
    background: #f0c807;
}

#footer .container {
    position: relative;
    z-index: 1;
}

#footer .container:before {
    position: absolute;
    top: -14px;
    right: 46px;
    z-index: -1;
    content: "";
    background: url(images/decor2.jpg) no-repeat;
    width: 498px;
    height: 401px;
}

#footer h2 {
    font-family: "Sentinel-BoldItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin: 0;
}

#footer p {
    margin: 0 0 22px;
}

#footer p.copy {
    margin: 0 0 0 6px;
    font-size: 14px;
}

.footer-holder:after {
    display: block;
    clear: both;
    content: "";
}

.subscribe-form {
    float: left;
    margin: 0 0 32px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
    width: 211px;
    height: 30px;
    padding: 6px 5px 4px;
    border-color: #787878;
    font-family: "GothamBook", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.social-networks {
    float: right;
    margin: 17px -6px 0 0;
    padding: 0;
    list-style: none;
}

.social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.social-networks a {
    color: #000;
    text-decoration: none;
    font-size: 1.25em;
}

.social-networks a:hover {
    color: #086688;
}

.pagination a {
    font-family: "Sentinel-BookItalic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #000;
}

.pagination .al a {
    float: left;
}

.pagination .ar a {
    float: right;
}

.pagination:after {
    content: "";
    display: block;
    clear: both;
}

.client-block img {
    max-width: 130px;
}

.info p {
    margin: 1em 0 0 !important;
}

.info p.green {
    color: green;
}

.info p.red {
    color: red;
}

.post-list .entry .addthis_toolbox {
    display: none;
}

.addthis_toolbox {
    margin-top: 1em;
}

.mob-search {
    display: none;
}

.twitter-sidebar {
    display: none;
}

.events-block .type-event .eventorganiser-event-meta {
    padding-bottom: 1.5em;
}

.content-section .col.big-col {
    width: auto;
    max-width: 74%;
}

.content-section .col.small-col {
    width: auto;
    float: none;
    overflow: hidden;
}

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

@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}

@media (max-width: 1023px) {
    #header .logo {
        margin: 12px 0 0;
        margin: 0 0 0;
    }

    .search-form {
        margin: 19px 0 0;
    }

    .intro-block .image-area {
        width: 49%;
    }

    .intro-block .image-area img {
        margin: -10px 0 0 0;
        max-width: 100%;
    }

    .intro-block .text-area {
        width: 50%;
        padding: 0 0 35px;
    }

    .intro .container {
        min-height: 170px;
    }

    .info-box {
        width: 280px;
        margin: 0 0 0 30px;
    }

    .intro .text-area {
        width: calc(100% - 310px);
    }

    .boxes-block .box {
        padding: 15px;
        font-size: 16px;
    }

    .boxes-block h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .articles h3 {
        font-size: 22px;
    }

    .articles .alignleft {
        margin: 5px 15px 5px 0;
    }

    .articles .more-link {
        margin: 0;
        font-size: 16px;
    }

    .books-section .row {
        margin: 0 -15px;
    }

    .books-section .col {
        padding: 0 15px;
    }

    .blog-section {
        padding: 40px 0;
    }

    .article h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .blog-list h3 {
        font-size: 20px;
    }

    .content-section h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 5px;
    }

    .content-section h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .clients .holder {
        margin: 0 170px 0 0;
    }

    #map {
        height: 400px;
    }

    .info-section .aside {
        margin: 0 15px 0 0;
    }

    .text-block .container {
        padding-right: 15px;
    }

    .book-info .alignleft {
        margin: 0 15px 0 0;
    }

    .content-holder {
        margin: 0 280px 0 0;
    }

    .post h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .post h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .post .alignleft {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto 20px;
    }

    #sidebar {
        width: 240px;
    }

    .about-block .item {
        padding: 0 0 20px;
    }

    .form-holder {
        margin: 0 280px 0 0;
    }

    .info-container {
        width: 240px;
    }
}

@media (max-width: 767px) {
    .search-form {
        display: none;
    }
    .mob-search,
    .mob-search .search-form {
        display: block;
    }
    .mob-search .search-form {
        float: none;
        width: calc(100% - 30px);
        margin: 15px auto;
    }
    .mob-search .search-form .slide {
        opacity: 1;
        visibility: visible;
        position: static;
    }
    .mob-search .search-form .search-opener {
        display: none;
    }
    .mob-search .search-form input[type="text"] {
        width: 100%;
    }

    h1 {
        font-size: 24px;
    }

    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0;
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em;
    }

    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em;
    }

    body {
        padding: 10px;
    }

    body.page-scrolled #header {
        left: 10px;
        right: 10px;
        padding: 10px 0;
    }

    body.nav-active {
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    body.nav-active .navbar {
        display: block;
    }

    body.nav-active.page-scrolled .navbar {
        padding-top: 70px;
    }

    .header-holder {
        position: relative;
        z-index: 999;
        padding: 0 0 2px;
    }

    #header {
        padding: 10px 0;
    }

    .nav-opener {
        display: block;
        margin: 16px 0 0 20px;
    }

    .navbar {
        display: none;
        position: fixed;
        top: 0;
        left: 10px;
        right: 10px;
        bottom: 0;
        z-index: 998;
        padding-top: 80px;
    }

    .navbar-holder {
        height: 100%;
        overflow: auto;
        background: #06aed5;
    }

    .nav {
        padding: 0;
        border-top: 1px solid #fff;
    }

    .nav li {
        display: block;
        border-bottom: 1px solid #fff;
    }

    .nav li + li:before {
        display: none;
    }

    .nav a {
        display: block;
        padding: 8px 15px;
    }

    .nav a:hover {
        background: #086688;
        color: #fff;
    }

    .intro-block .image-area {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .intro-block .image-area img {
        margin: 0 auto;
        max-width: 430px;
    }

    .intro-block .text-area {
        float: none;
        width: auto;
    }

    .intro {
        padding: 100px 0 35px;
    }

    .intro h1 {
        font-size: 24px;
    }

    .info-box {
        width: 270px;
        padding: 15px;
        margin: 0;
    }

    .intro .text-area {
        margin: 0 0 20px;
        width: calc(100% - 290px);
    }

    .boxes-block h2 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin: 0 0 30px;
    }

    .boxes-block .row {
        margin: 0;
    }

    .boxes-block .col {
        float: none;
        width: auto;
        padding: 0 0 15px;
    }

    .articles {
        padding: 40px 0 20px;
    }

    .articles .row {
        margin: 0;
    }

    .articles .col {
        float: none;
        width: auto;
        padding: 0 0 30px;
    }

    .books-section {
        padding: 30px 0;
        font-size: 14px;
    }

    .books-section .row {
        margin: 0 -5px;
    }

    .books-section .col {
        padding: 0 5px;
    }

    .books-section h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .blog-section .row {
        margin: 0;
    }

    .blog-section .col {
        float: none;
        width: auto;
        padding: 0 0 30px;
    }

    .blog-list h3 {
        font-size: 18px;
    }

    .social-section {
        padding: 50px 0;
    }

    .content-section {
        padding: 40px 0 20px;
    }

    .content-section .row {
        margin: 0;
    }

    .content-section .col {
        float: none;
        width: auto;
        padding: 0 0 30px;
    }

    .content-section .col.big-col {
        width: auto;
        max-width: initial;
        display: block;
    }

    .content-section .col.small-col {
        width: auto;
        display: block;
    }

    .content-section h3 {
        margin: 0 0 10px;
    }

    .clients .item {
        font-size: 16px;
    }

    .clients .holder {
        margin: 0 110px 0 0;
    }

    .clients .image-area {
        width: 100px;
        margin: 0 0 0 -100%;
    }

    .clients .entry {
        overflow: visible;
    }

    .map-section {
        padding: 30px 0;
    }

    .map-section h2 {
        font-size: 20px;
        line-height: 24px;
    }

    #map {
        height: 300px;
    }

    .info-section .aside {
        width: 160px;
    }

    .info-section h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .info-section h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .info-section .btn {
        padding: 12px 5px 14px;
        font-size: 12px;
        line-height: 16px;
    }

    .info-section blockquote {
        line-height: inherit;
    }

    .info-section ul {
        line-height: inherit;
    }

    .text-block {
        line-height: inherit;
    }

    .text-block h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .text-block h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .book-info .alignleft {
        max-width: 160px;
    }

    .book-info h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .book-info h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .links-list li {
        width: 50%;
    }

    .videos-block h2 {
        font-size: 22px;
        line-height: 24px;
    }

    #main {
        padding: 20px 0;
    }

    #content {
        width: auto;
        float: none;
        margin-bottom: 30px;
    }

    #content .more,
    #content .more-link {
        margin: -13px 0 30px;
    }

    .content-holder {
        margin: 0;
    }

    .post h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .post h3 {
        font-size: 18px;
        line-height: 20px;
    }

    #sidebar {
        float: none;
        width: auto;
        margin: 0;
    }

    .events-block .row {
        margin: 0;
    }

    .events-block .col {
        float: none;
        width: auto;
        padding: 0 0 30px;
    }

    .events-block h2 {
        margin: 0 0 15px;
    }

    .about-block h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .about-block h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .contact-block {
        padding: 15px 0 40px;
    }

    .form-area {
        width: auto;
        float: none;
        margin: 0 0 40px;
    }

    .form-area h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .form-holder {
        margin: 0;
    }

    .contact-form .form-control {
        margin-bottom: 15px;
    }

    .contact-form label {
        margin: 0 0 5px;
    }

    .info-container {
        width: auto;
        float: none;
        margin: 0;
    }

    #footer {
        padding: 25px 0;
        min-height: 0;
        text-align: center;
    }

    #footer .container:before {
        right: 20px;
        width: 290px;
        height: 225px;
        background-size: 100%;
    }

    #footer h2 {
        font-size: 20px;
        line-height: 26px;
    }

    #footer p {
        margin: 0 0 15px;
    }

    .subscribe-form {
        float: none;
        margin: 0 0 15px;
    }

    .social-networks {
        float: none;
        margin: 0 0 10px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .info-box {
        float: none;
    }

    .intro .text-area {
        width: 100%;
        float: none;
    }
}

@media (max-width: 500px) {
    .intro-block .image-area img {
        max-width: 100%;
    }
}

@media (max-width: 479px) {
    .client-block img {
        max-width: 100%;
    }
    body {
        font-size: 16px;
    }

    body.nav-active.page-scrolled .navbar {
        padding-top: 50px;
    }

    .nav-opener {
        margin: 7px 0 0 20px;
    }

    #header .logo {
        max-width: 180px;
    }

    .search-form input[type="text"] {
        width: 200px;
    }

    .navbar {
        padding-top: 75px;
    }

    .intro-block {
        padding: 100px 0 0;
    }

    .intro-block h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .boxes-block h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .articles {
        padding: 40px 0 20px;
    }

    .articles .alignleft {
        max-width: 80px;
    }

    .books-section .row {
        margin: 0;
    }

    .books-section .col {
        float: none;
        width: auto;
        padding: 0 0 30px;
    }

    .books-section .col:last-child {
        padding-bottom: 0;
    }

    .books-section img {
        margin-bottom: 10px;
    }

    .books-section h3 br {
        display: none;
    }

    .books-section p {
        margin: 0 0 10px;
    }

    .blog-section h2 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 20px;
    }

    .article .date {
        margin: 0;
    }

    .article h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .blog-list .date {
        margin: 0;
    }

    .blog-list h3 {
        margin: 0;
    }

    .social-section {
        font-size: 20px;
        line-height: 28px;
    }

    .clients .item {
        margin-bottom: 50px;
    }
    .clients .item:last-child {
        margin-bottom: 19px;
    }

    .clients .text-area {
        width: auto;
        float: none;
        margin: 0 0 15px;
    }

    .clients .holder {
        margin: 0;
    }

    .clients .image-area {
        width: 151px;
        float: none;
        margin: 0 auto;
    }

    .map-section {
        padding: 20px 0;
    }

    .map-section h2 {
        font-size: 18px;
    }

    .info-section .aside {
        float: none;
        width: auto;
        max-width: 200px;
        text-align: center;
        margin: 0 auto 30px;
    }

    .book-info .alignleft {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto 15px;
    }

    .book-info h2 {
        font-size: 20px;
    }

    .links-block h2 {
        font-size: 20px;
    }

    .links-list {
        margin: 0 -5px;
        font-size: 14px;
        line-height: 18px;
    }

    .links-list li {
        padding: 0 5px 10px;
    }

    .links-list a {
        padding: 15px 10px;
    }

    .videos-block h2 {
        font-size: 20px;
    }

    .videos-block .video {
        margin-bottom: 20px;
    }

    .about-block .alignleft {
        max-width: 80px;
        margin: 0 15px 0 0;
    }

    #footer .container:before {
        right: 50%;
        margin-right: -145px;
    }

    #footer p.copy {
        font-size: 12px;
        margin: 0;
    }
}

@media screen and (max-width: 500px) {
    .alignright {
        width: 100%;
        float: none !important;
        margin-left: 0;
    }

}

/* 2020 additions */

.link-yellow{
    color: #f0c807;
}

.library-side{
    width: 0;
    height: 0;
}

.library-shelf{
    padding-bottom: 60px;
}
#shelf-1{
    padding-top: 100px;
}

.library-shelf#shelf-1 .library-book a,
.library-shelf#shelf-1 .library-book .spacer,
.library-shelf#shelf-1 .library-book .library-book_decoration{
    background-color: #f0c807;
    height: 40px;
}
.library-shelf#shelf-2 .library-book a,
.library-shelf#shelf-2 .library-book .spacer,
.library-shelf#shelf-2 .library-book .library-book_decoration{
    background-color: #06aed5;
    height: 40px;
}
.library-shelf#shelf-2 h2 {
    transform: rotate(0deg);
}
.library-shelf#shelf-3 .library-book a,
.library-shelf#shelf-3 .library-book .spacer,
.library-shelf#shelf-3 .library-book .library-book_decoration{
    background-color: #f0c807;
    height: 40px;
}
.library-shelf#shelf-4 .library-book a,
.library-shelf#shelf-4 .library-book .spacer,
.library-shelf#shelf-4 .library-book .library-book_decoration{
    background-color: #06aed5;
    height: 40px;
}
.library-shelf#shelf-4 h2 {
    width: 350px;
    transform: rotate(2deg);
}

.library-shelf#shelf-5 .library-book a,
.library-shelf#shelf-5 .library-book .spacer,
.library-shelf#shelf-5 .library-book .library-book_decoration{
    background-color: #f0c807;
    height: 40px;
}

.library-shelf#shelf-1 .library-book:nth-child(1){ margin-left: 7%; }
.library-shelf#shelf-1 .library-book:nth-child(2){ margin-left: 4%; }
.library-shelf#shelf-1 .library-book:nth-child(3){ margin-left: 12%; }
.library-shelf#shelf-1 .library-book:nth-child(4){ margin-left: 9%; }
.library-shelf#shelf-1 .library-book:nth-child(5){ margin-left: 8%; }

.library-shelf#shelf-2 .library-book:nth-child(1){ margin-left: 10%; }
.library-shelf#shelf-2 .library-book:nth-child(2){ margin-left: 8%; }
.library-shelf#shelf-2 .library-book:nth-child(3){ margin-left: 7%; }
.library-shelf#shelf-2 .library-book:nth-child(4){ margin-left: 13%; }
.library-shelf#shelf-2 .library-book:nth-child(5){ margin-left: 10%; }
.library-shelf#shelf-2 .library-book:nth-child(6){ margin-left: 12%; }

.library-shelf#shelf-3 .library-book:nth-child(1){ margin-left: 14%; }
.library-shelf#shelf-3 .library-book:nth-child(2){ margin-left: 10%; }
.library-shelf#shelf-3 .library-book:nth-child(3){ margin-left: 10%; }
.library-shelf#shelf-3 .library-book:nth-child(4){ margin-left: 4%; }
.library-shelf#shelf-3 .library-book:nth-child(5){ margin-left: 6%; }

.library-shelf#shelf-4 .library-book:nth-child(1){ margin-left: 9%; }
.library-shelf#shelf-4 .library-book:nth-child(2){ margin-left: 10%; }
.library-shelf#shelf-4 .library-book:nth-child(3){ margin-left: 9%; }
.library-shelf#shelf-4 .library-book:nth-child(4){ margin-left: 6%; }
.library-shelf#shelf-4 .library-book:nth-child(5){ margin-left: 7%; }
.library-shelf#shelf-4 .library-book:nth-child(6){ margin-left: 10%; }

.library-shelf#shelf-5 .library-book:nth-child(1){ margin-left: 8%; }
.library-shelf#shelf-5 .library-book:nth-child(2){ margin-left: 5%; }
.library-shelf#shelf-5 .library-book:nth-child(3){ margin-left: 4%; }
.library-shelf#shelf-5 .library-book:nth-child(4){ margin-left: 8%; }
.library-shelf#shelf-5 .library-book:nth-child(5){ margin-left: 7%; }

.page-id-1745 .events-block{
    background-color: #086688;
    margin-bottom: 27px;
}
.page-id-1745 .container{
    position: relative;
}

.library-book{
    background-color: white;
    max-width: 700px;
    margin-bottom: 1px;

    display: grid;
    grid-template-columns: 1fr 70px 15px 30px;
    grid-template-rows: 60px;
    align-items: center;
    grid-gap: 5px;

    transition: .2s;
    transition-timing-function: ease-in-out;
}
.library-book:hover {
    transform: translate(20px,0); 
}

.library-book a{
    margin-left: 40px;
}

.library-book h3{
    margin-left: 10px;
    padding-top: 3px;
}

.library-book_decoration p{
    writing-mode: vertical-lr;
    text-orientation: sideways;
    font-size: xxx-large;
    margin-bottom: 0px;
    padding-top: 7px;
    font-weight: bolder;
}

.library-shelf-bottom {
    width: 100%;
    background: url(images/wood-grain-texture-small.png);
    height: 70px;
    padding-top:1px;
}

.library-shelf-bottom h2{
    margin-top: 15px;
    margin-left: 20px;
    padding-left: 5px;
    background-color: #FFEFAA;
    width: 200px;
    transform: rotate(-2deg);
}

@media (max-width: 767px) {
    .library-book h3{
        font-size: 18px;
        padding-top: 8px;
    }
}

@media (max-width: 630px) {
    .library-shelf{
        width: 580px;
        overflow-x: auto;
    }

    .page-id-1745 #wrapper,
    .page-id-1745 .events-block {
        overflow-x: auto;
    }

    .page-id-1745 .events-block,
    .page-id-1745 .intro {
        width: 620px;
    }

    .page-id-1745 .nav-opener{
        position: fixed;
        right: 25px;
    }

}

@media (min-width: 631px) {
    .library-side#side-1{
        position: absolute;
        bottom: 0px;
        right: -35px;
        height: 1992px;
        width: 50px;
    }
    .library-side#side-2{
        position: absolute;
        bottom: 0px;
        left: -35px;
        height: 1992px;
        width: 50px;
    }
}

/* additional changes */

.road-team {
	margin-bottom: 20px;
	padding: 47px 0 46px;
}

.road-team {
	padding: 50px 0;
	background: #06aed5 !important;
}

.road-team .col {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.road-team .row {
	margin: 0 -15px;
	text-align: center;
}

.road-team img {
	max-width: 260px;
	height: auto;
}

.road-team h2 {
	font-size: 24px;
	font-family: Sentinel-Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	line-height: 24px;
	text-transform: none;
	margin: 0 0 13px;
	color: #000000;
}

.road-team h3 {
	font-family: "Sentinel-Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 28px;
	font-weight: normal;
	margin: 4px 0 9px;
	font-style: italic;
}

@media (max-width: 630px) {
	.road-team .col {
		width: 100%;
		float: none;
	}
}

.container.header-books {
	margin-bottom: 20px;
}

.container.header-books * {
	padding-top: 50px;
	padding-bottom: 50px;
}

.container.header-books img {
	padding-top: 0px;
	padding-bottom: 50px;
	margin-top: -30px;
}

.container.header-books h2 {
	font-weight: 500;
}


.link-yellow {
	color: #f0c807;
}

.widget_categories li.cat-item-106 {
	display: inline-block;
	height: 0;
}


.content-holder.library-single {
	margin: 0 0 0 0;
}

.library-single {
	display: flex;
}

.library-single article {
	width: 70%;
}

.library-single aside {
	width: 30%;
	height: 100%;
	padding: 2%;
	background-color: #f0c807;
	margin-left: 10px;
}

.library-single aside ul {
	padding-left: 0px;
	padding-bottom: 30px;
}

.library-single aside h2 {
	font-family: Sentinel-Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

.library-single aside h3 {
	font-size: 16px;
	line-height: 1.19;
	font-weight: 300;
}

@media (max-width: 630px) {
	.library-single {
		display: block;
	}

	.library-single aside,
	.library-single article {
		width: 100%;
		margin-left: 0px;
	}
}

.modaal-container {
	max-width: 700px !important;
}

.modaal-content-container {
	padding: 0 !important;
	background-color: #f0c807;
	margin: 2%;
}

.modaal-content-container&gt;*:not(img) {
	padding: 30px;
}

.modaal-content-container&gt;p:first-of-type {
	padding: 0;
}

.modaal-content-container #mce-EMAIL,
.modaal-content-container&gt;img {
	width: 100%;
	margin: 0 !important;
}

.modaal-content-container #mce-EMAIL,
.modaal-content-container #mc-embedded-subscribe {
	margin-top: 13px !important;
}
/***********************************************/
/* 2022 About page updates - NW - Manoverboard */
/***********************************************/
.about-block .item .alignleft {
	float: none;
	display: inline-block;
}

.about-block .entry {
	display: inline-block;
	width: calc(100% - 200px);
	vertical-align: top;
}

.about-block .vendor-label {
	margin-bottom: 30px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Sentinel-Book, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.featured-team-member {
	display: flex;
	gap: 60px;
	margin: 60px auto;
	max-width: 930px;
}

.featured-team-member&gt;img {
	object-fit: contain;
	object-position: top;
}


.featured-team-member h2 {
	margin-bottom: 0.3em;
}

.featured-team-member h3 {
	font-size: 22px;
}

@media screen and (max-width: 500px) {
	.about-block .entry {
		width: 100%;
	}
	
	.featured-team-member {
		padding: 0 15px;
	}
}

@media screen and (max-width: 800px) {
	.featured-team-member {
		display: block;
	}

	.featured-team-member&gt;img {
		margin-bottom: 20px;
	}
}
</pre></body></html>