/*
Theme Name: Divi Child
Theme URL: #
Description: Divi Child Theme
Author: #
Author URL: #
Template: Divi
Version: 1.0.0
Text Domain: divi-child
*/

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

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

html
{
    font-family: sans-serif; /* 1 */

        -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body
{
    margin: 0;
}

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

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

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

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

audio,
canvas,
progress,
video
{
    display: inline-block; /* 1 */

    vertical-align: baseline; /* 2 */
}

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

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

    height: 0;
}

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

[hidden],
template
{
    display: none;
}

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

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

a
{
    background-color: transparent;
}

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

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

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

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

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

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

b,
strong
{
    font-weight: bold;
}

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

dfn
{
    font-style: italic;
}

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

h1
{
    font-size: 2em;

    margin: .67em 0;
}

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

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

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

small
{
    font-size: 80%;
}

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

sub,
sup
{
    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
{
    font: inherit; /* 2 */

    margin: 0; /* 3 */

    color: inherit; /* 1 */
}

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

button
{
    overflow: visible;
}

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

button,
select
{
    text-transform: none;
}

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

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer; /* 3 */

    -webkit-appearance: button; /* 2 */
}

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

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

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

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

    border: 0;
}

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

input
{
    line-height: normal;
}

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

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

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

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

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

input[type='search']
{
    box-sizing: content-box; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

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

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

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

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

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

legend
{
    padding: 0; /* 2 */

    border: 0; /* 1 */
}

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

textarea
{
    overflow: auto;
}

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

optgroup
{
    font-weight: bold;
}

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

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

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

td,
th
{
    padding: 0;
}

.listreset,
header.header .top-menu-nav #top-menu,
header.header ul#mobile_menu,
header.header ul#mobile_menu .sub-menu,
.top-language-switcher ul,
.top-language-switcher .drop li,
.menu-secondary-menu-container .menu,
.footer .menu,
.events-section .recent-post .post-term,
.events-section .recent-post .tribe-events-address
{
    margin: 0;
    padding: 0;

    list-style: none;
}

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

    content: '';
}

.ellipsis
{
    overflow: hidden;

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

.navigation .page-numbers.next,
.navigation .page-numbers.prev,
.top-language-switcher,
.top-language-switcher a,
.menu-secondary-menu-container .menu li,
.menu-secondary-menu-container .menu a,
.footer #footer-widgets .social-list li,
.footer #footer-widgets .social-list a,
.icon-section .et_portfolio_image,
.icon-section h2.et_pb_module_header,
.events-section .posts-head .more-link,
.events-section .recent-post .post-image img,
.events-section .recent-post .post-image svg,
.events-section .recent-post .post-term li,
.events-section .recent-post .tribe-events-address li,
.side-block .side-list .pdf-link,
.decor-bg-image:before,
.pdf-icon,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_testimonial .et_pb_testimonial_author:before,
.et_pb_gutters3 .et_pb_column_3_4 .et_pb_testimonial .et_pb_testimonial_author:after,
.et_pb_gutters3 .et_pb_column_3_4 ul:not(.social-list) li:before,
.et_pb_member .social-list li,
.et_pb_member .social-list a,
.btn,
.main-slider .et-pb-slider-arrows a.et-pb-arrow-prev,
.main-slider .et-pb-slider-arrows a.et-pb-arrow-next
{
    display: inline-block;

    vertical-align: top;
}

html
{
    box-sizing: border-box;
}

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

*
{
    max-height: 1000000px;
}

body
{
    font: 16px/1.2 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;

    min-width: 320px;

    color: #000;
    background: #fff;

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

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

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

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

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

blockquote
{
    margin-left: 1.2em;
    padding-left: .5em;

    border-left: 4px solid #999;
}

th,
td
{
    padding: .5em;

    text-align: left;
    vertical-align: top;

    border: 1px solid #999;
}

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

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

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

ul
{
    list-style-type: disc;
}

dl dt
{
    font-weight: bold;

    float: left;
    clear: left;

    padding-right: .3em;
}

dl dd
{
    overflow: hidden;
}

pre
{
    max-width: 100%;
}

form,
fieldset
{
    margin: 0;
    padding: 0;

    border-style: none;
}

form input[type='text'],
form input[type='tel'],
form input[type='email'],
form input[type='search'],
form input[type='password'],
form textarea
{
    font-size: 14px;
    line-height: 24px;

    box-sizing: border-box;
    height: 54px;
    padding: 14px 30px;

    border: 1px solid #ddd;
    -webkit-border-radius: 0;
            border-radius: 50px;
    background-color: #fff;

    -webkit-appearance: none;
}

form input[type='text']:focus,
form input[type='tel']:focus,
form input[type='email']:focus,
form input[type='search']:focus,
form input[type='password']:focus,
form textarea:focus
{
    border-color: rgba(0, 0, 0, .6);
}

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

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

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

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

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

form textarea
{
    height: 120px;

    resize: vertical;
    vertical-align: top;

    border-radius: 25px;
}

form input[type='checkbox']
{
    margin-right: 5px;
}

form input[type='checkbox'] + label
{
    display: inline;
}

select
{
    font-size: 14px;
    line-height: 24px;

    box-sizing: border-box;
    height: 54px;
    padding: 14px 30px;

    border: 1px solid #ddd;
    border-radius: 50px;
    background-color: #fff;
}

.widget
{
    margin-bottom: 1.2em;
}

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

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

.comment-form label
{
    display: block;

    padding-bottom: 4px;
}

.comment-form textarea
{
    overflow: auto;

    height: 120px;
    min-height: 120px;
    margin: 0;
}

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

.comment-form input[type='submit']
{
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    line-height: 30px !important;

    display: block;
    float: none;

    box-sizing: border-box;
}

.post-password-form label
{
    display: block;

    margin-bottom: 4px;
}

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

.search-form
{
    margin-bottom: 15px;
}

.search-form input
{
    float: left;

    height: 2em;
}

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

.post-password-form input
{
    float: left;

    height: 2em;
}

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

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit']
{
    color: #fff;
    background: #2a5ba9;
}

.commentlist
{
    margin: 0 0 1.2em;
}

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

.commentlist .avatar-holder
{
    float: left;

    margin: 0 1.2em 4px 0;
}

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

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

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

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

.gallery-item dt
{
    float: none;

    padding: 0;
}

.navigation
{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;

    padding: 20px 0;

    text-align: center;
}

.navigation .page-numbers
{
    display: inline-block;

    margin-bottom: 10px;
    padding: 6px 7px;

    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
    vertical-align: top;

    color: #000;
}

.navigation .page-numbers:hover
{
    text-decoration: underline;

    color: #2a5ba9;
}

.navigation .page-numbers.current
{
    text-decoration: underline;

    color: #2a5ba9;
}

.navigation .page-numbers.next,
.navigation .page-numbers.prev
{
    line-height: 32px;

    width: 34px;
    height: 34px;
    padding: 0;

    text-align: center;

    border: 1px solid;
    border-radius: 50%;
}

.navigation .page-numbers.next i,
.navigation .page-numbers.prev i
{
    font-size: 80%;
    line-height: inherit;
}

.navigation .page-numbers.next
{
    margin-left: 15px;
}

.navigation .page-numbers.prev
{
    margin-right: 15px;
}

.navigation-comments
{
    position: relative;

    margin-bottom: 1.2em;

    vertical-align: middle;
}

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

.navigation-comments .page-numbers
{
    display: inline-block;

    padding: 0 .4em;

    vertical-align: middle;
}

.navigation-comments .next,
.navigation-comments .prev
{
    display: inline-block;

    max-width: 48%;
    padding: .4em;

    vertical-align: middle;
    text-decoration: none;

    color: #fff;
    background: #2a5ba9;
}

.navigation-comments .next:hover,
.navigation-comments .prev:hover
{
    opacity: .8;
}

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

.navigation-single .next,
.navigation-single .prev
{
    float: left;

    max-width: 48%;

    vertical-align: middle;
    text-decoration: none;

    color: #fff;
    background: #2a5ba9;
}

.navigation-single .next:hover,
.navigation-single .prev:hover
{
    opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a
{
    display: block;

    padding: .4em;

    text-decoration: none;

    color: inherit;
}

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

.wp-caption
{
    clear: both;

    max-width: 100%;
    margin-bottom: 1.2em;
    padding: .4em;

    border: 1px solid #999;
}

.wp-caption img
{
    margin: 0;

    vertical-align: top;
}

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

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

img.aligncenter
{
    display: block;

    margin: 0 auto;
}

.alignleft
{
    float: left;

    margin: 0 1.2em 4px 0;
}

.alignright
{
    float: right;

    margin: 0 0 4px 1.2em;
}

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

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

iframe
{
    max-width: 100%;
}

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title
{
    word-break: break-word;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h
{
    font-family: inherit;
    font-weight: bold;

    margin: 0 0 .5em;
    padding-bottom: 0;

    color: inherit;
}

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

h2,
.h2
{
    font-size: 27px;
    font-weight: 600;

    margin-bottom: .65em;
}

h3,
.h3
{
    font-size: 24px;
    line-height: 1.2;

    margin-bottom: .9em;
}

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

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

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

p
{
    margin: 0 0 1.2em;
    padding-bottom: 0;
}

a
{
    color: #2a5ba9;
}

a:hover,
a:focus
{
    text-decoration: none;
}

@font-face
{
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/icomoon.eot');
    src: url('fonts/icomoon.eot') format('embedded-opentype'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.svg') format('svg');
    font-display: block;
}

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

    text-transform: none;

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

.icon-arrow-down-sign-to-navigate:before
{
    content: '\e900';
}

.icon-calendar:before
{
    content: '\e901';
}

.icon-calendar1:before
{
    content: '\e902';
}

.icon-clipboard:before
{
    content: '\e903';
}

.icon-email:before
{
    content: '\e904';
}

.icon-facebook-1:before
{
    content: '\e905';
}

.icon-layers:before
{
    content: '\e906';
}

.icon-linkedin-1:before
{
    content: '\e907';
}

.icon-pin:before
{
    content: '\e908';
}

.icon-search:before
{
    content: '\e909';
}

.icon-telephone-handle-silhouette:before
{
    content: '\e90a';
}

.icon-time-left:before
{
    content: '\e90b';
}

.icon-twitter-1:before
{
    content: '\e90c';
}

.icon-youtube-1 .path1:before
{
    content: '\e90d';
}

.icon-youtube-1 .path2:before
{
    margin-left: -1em;

    content: '\e90e';
}

.icon-d:before
{
    content: '\e90f';
}

.icon-influencer:before
{
    content: '\e910';
}

.icon-insurance:before
{
    content: '\e911';
}

.icon-knowledge:before
{
    content: '\e912';
}

.icon-balance:before
{
    content: '\e913';
}

.icon-calendar2:before
{
    content: '\e914';
}

.icon-care:before
{
    content: '\e915';
}

.icon-charity:before
{
    content: '\e916';
}

.icon-group:before
{
    content: '\e917';
}

.icon-growth:before
{
    content: '\e918';
}

.icon-management:before
{
    content: '\e919';
}

.icon-piggy-bank:before
{
    content: '\e91a';
}

.icon-process:before
{
    content: '\e91b';
}

.icon-search1:before
{
    content: '\e91c';
}

.icon-share1:before
{
    content: '\e91d';
}

.icon-street:before
{
    content: '\e91e';
}

header.header .container
{
    width: 100%;
    max-width: 1210px;
    padding: 0 20px;
}

header.header .top-panel
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 19px 0;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.header .top-panel .logo_container
{
    position: static;

    width: auto;
}

header.header .top-panel-search
{
    width: 100%;
    margin: 0 auto;
}

header.header .top-panel-search input
{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

    position: static;

    width: 100%;
    height: 39px;
    padding: 8px 40px 8px 16px;

    border: 1px solid #ddd;
    border-radius: 50px;
    background-image: url('./images/search-icon.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
}

header.header .top-panel-search input::-webkit-input-placeholder
{
    color: rgba(21, 21, 21, .6);
}

header.header .top-panel-search input::-moz-placeholder
{
    opacity: 1;
    color: rgba(21, 21, 21, .6);
}

header.header .top-panel-search input:-moz-placeholder
{
    color: rgba(21, 21, 21, .6);
}

header.header .top-panel-search input:-ms-input-placeholder
{
    color: rgba(21, 21, 21, .6);
}

header.header .top-panel-search input.placeholder
{
    color: rgba(21, 21, 21, .6);
}

header.header form.et-search-form
{
    position: static;

    width: 100% !important;
    max-width: 100% !important;
}

header.header #et-top-navigation
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;

    width: 100%;
    padding: 0 !important;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.header .top-menu-nav #top-menu a
{
    line-height: 22px;

    padding: 29px 11px;
}

header.header .top-menu-nav #top-menu a:after
{
    font-size: 22px;
    line-height: 22px;

    position: relative;

    display: inline-block;

    margin-left: 0;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    vertical-align: top;
}

header.header .top-menu-nav #top-menu .et-hover > a:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

header.header .top-menu-nav #top-menu li
{
    padding-right: 0;
}

header.header .top-menu-nav #top-menu li:last-child a
{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

header.header .top-menu-nav #top-menu li .sub-menu
{
    padding: 0;

    border: 1px solid #ddd;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: none;
}

header.header .top-menu-nav #top-menu li .sub-menu:before
{
    position: absolute;
    bottom: 100%;
    left: 0;

    display: block;

    width: 62%;

    content: '';

    border-top: 3px solid #2a5ba9;
}

header.header .top-menu-nav #top-menu li .sub-menu li
{
    width: 100%;
    padding: 0;
}

header.header .top-menu-nav #top-menu li .sub-menu a
{
    width: 100%;
}

header.header .top-menu-nav #top-menu li .sub-menu a:hover
{
    opacity: 1;
    background-color: #e9eef6;
}

header.header .top-menu-nav #top-menu li .sub-menu .sub-menu
{
    top: 0;
    left: 100%;

    width: 290px;

    border-top-right-radius: 10px;
}

header.header .top-menu-nav #top-menu li .sub-menu .sub-menu:before
{
    display: none;
}

header.header .top-menu-nav #top-menu li .sub-menu .sub-menu li:first-child a
{
    border-top-right-radius: 10px;
}

header.header .top-menu-nav #top-menu li .sub-menu .sub-menu a
{
    line-height: 21px;
}

header.header .top-menu-nav #top-menu .sub-menu a:after
{
    top: 0;
    right: 0;

    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

header.header .menu-holder
{
    position: relative;

    padding: 20px;
}

header.header .menu-holder:before
{
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;

    display: block;

    width: 100vw;

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    border-top: 1px solid #ddd;
}

header.header .menu-holder .mobile_menu_bar
{
    width: 32px;
    padding: 10px 0;

    text-align: center;

    color: #2a5ba9;
}

header.header .menu-holder .mobile_menu_bar:before
{
    line-height: 32px;

    color: inherit;
}

header.header .mobile_nav.opened ul#mobile_menu
{
    height: auto !important;

    border-top: 3px solid #2a5ba9;
}

header.header .mobile_nav.opened .mobile_menu_bar:before
{
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 22px;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 32px;

    display: inline-block;

    content: '\f00d';

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

header.header ul#mobile_menu
{
    display: block !important;
    overflow: hidden;

    width: calc(100% + 40px);
    height: 0;
    margin-left: -20px;

    border: 0;
}

header.header ul#mobile_menu .hover > .sub-menu
{
    display: block !important;
}

.top-language-switcher
{
    font-size: 14px;

    position: relative;

    text-transform: uppercase;

    color: #151515;
}

.top-language-switcher .hover .drop
{
    visibility: visible;

    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);

    opacity: 1;
}

.top-language-switcher a
{
    padding: 8px 0;

    color: inherit;
}

.top-language-switcher .language-switche > li.hover > a:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.top-language-switcher .language-switche > li > a
{
    position: relative;
}

.top-language-switcher .language-switche > li > a:after
{
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;

    position: relative;

    display: inline-block;

    margin-left: 7px;

    content: '3';
    -webkit-transition: -webkit-transform .3s ease-in-out;
            transition:         transform .3s ease-in-out;
    vertical-align: top;
}

.top-language-switcher .drop
{
    position: absolute;
    z-index: 1;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;

    visibility: hidden;

    width: 46px;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    -webkit-transform: translate3d(-50%, -10px, 0);
            transform: translate3d(-50%, -10px, 0);
    text-align: center;

    opacity: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #e9eef6;
}

.top-language-switcher .drop:after,
.top-language-switcher .drop:before
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    width: 0;
    height: 0;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
}

.top-language-switcher .drop:after
{
    margin-left: -4px;

    border-width: 4px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
}

.top-language-switcher .drop:before
{
    margin-left: -5px;

    border-width: 5px;
    border-color: rgba(21, 21, 21, 0);
    border-bottom-color: #ddd;
}

.top-language-switcher .drop a
{
    display: block;

    -webkit-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
}

.top-language-switcher .drop a:hover
{
    text-decoration: underline;
}

.top-language-switcher .drop .wpml-ls-current-language a
{
    text-decoration: none;
    pointer-events: none;

    background-color: #fff;
}

.menu-secondary-menu-container
{
    font-size: 14px;
    line-height: 24px;
}

.menu-secondary-menu-container .menu li
{
    margin-left: 10px;
}

.menu-secondary-menu-container .menu a
{
    padding: 14px 0;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.menu-secondary-menu-container .menu a:hover
{
    opacity: .8;
}

.footer-bottom
{
    border-top: 1px solid #929597;
}

.footer-bottom#footer-bottom
{
    padding: 25px 0 21px;
}

.footer-bottom .container:after
{
    display: none;
}

.footer-bottom .logo-footer img
{
    vertical-align: top;
}

.footer
{
    font-size: 14px;
}

.footer .container
{
    width: 100%;
    max-width: 1210px;
    padding: 0 20px;
}

.footer h4
{
    font-size: 18px;
    font-weight: 600;
}

.footer #footer-widgets .footer-widget li
{
    font-size: inherit;

    margin-bottom: .55em;
    padding: 0;
}

.footer #footer-widgets .footer-widget li:before
{
    display: none;
}

.footer #footer-widgets .footer-widget a:hover
{
    text-decoration: underline;
}

.footer #footer-widgets .social-list li
{
    margin-bottom: 10px;
}

.footer #footer-widgets .social-list li:last-child a
{
    margin-right: 0;
}

.footer #footer-widgets .social-list a
{
    line-height: 36px;

    width: 38px;
    height: 38px;
    margin-right: 16px;

    -webkit-transition: background-color .3s ease-in-out,
    color .3s ease-in-out;
            transition: background-color .3s ease-in-out,
    color .3s ease-in-out;
    text-align: center;

    border: 1px solid;
    border-radius: 50%;
}

.footer #footer-widgets .social-list a:hover
{
    color: #21282f;
    background-color: #fff;
}

.footer #footer-widgets .social-list i
{
    line-height: inherit;
}

.footer #footer-widgets .social-list .fa-facebook:before
{
    content: '\f39e';
}

.footer #footer-widgets .social-list .fa-linkedin:before
{
    content: '\f0e1';
}

.footer #footer-widgets .social-list .fa-email
{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.footer #footer-widgets .social-list .fa-email:before
{
    content: '\f0e0';
}

.footer #footer-widgets .contact-list
{
    margin-bottom: 27px;
}

.footer #footer-widgets .contact-list address
{
    font-style: normal;

    display: inline;
}

.footer #footer-widgets .contact-list li
{
    position: relative;

    padding-left: 36px;
}

.footer #footer-widgets .contact-list i
{
    font-size: 18px;
    line-height: inherit;

    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

#wrapper
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
}

#page-container
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
}

.accessibility
{
    position: absolute;
    top: auto;
    left: -10000px;

    overflow: hidden;

    width: 1px;
    height: 1px;
}

.accessibility:focus
{
    position: static;

    width: auto;
    height: auto;
}

.container
{
    padding: 0 20px;
}

.et_pb_row
{
    width: 100% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.icon-section .et_portfolio_image
{
    max-width: 56px;
    padding-right: 24px;
}

.icon-section .et_portfolio_image img
{
    vertical-align: top;
}

.icon-section .et_portfolio_image svg
{
    display: block;

    width: 100%;
    max-width: 32px;
    max-height: 35px;

    fill: #5078b8;
}

.icon-section .et_portfolio_image svg path
{
    fill: #5078b8;
}

.icon-section h2.et_pb_module_header
{
    width: calc(100% - 56px);
    margin-top: 0 !important;
    padding-bottom: 0;

    white-space: normal;
}

.icon-section h2.et_pb_module_header a:hover
{
    text-decoration: underline;
}

.icon-section a
{
    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
}

.icon-section a:hover
{
    color: #6683bb;
}

.icon-section .et_overlay
{
    display: none;
}

.icon-section .et_pb_portfolio_grid_items
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    width: 100%;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}

.icon-section .et_pb_portfolio_grid_items .project
{
    width: 100%;

    white-space: nowrap;
}

.icon-section .et_pb_portfolio_grid_items .project:hover h2.et_pb_module_header a
{
    text-decoration: underline;
}

.icon-section .et_pb_portfolio_grid_items .project:hover a
{
    color: #6683bb;
}

.icon-section .et_pb_portfolio_grid_items .project > a
{
    width: 56px;
}

.info-section .et_pb_image_wrap
{
    border-radius: 20px;
}

.info-section .et_pb_image img
{
    border-radius: 20px;
}

.info-section .et_pb_blocks
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-section .et_pb_blocks .et_pb_block_image
{
    margin-bottom: 10px;
}

.info-section .et_pb_blocks .et_pb_block_image svg,
.info-section .et_pb_blocks .et_pb_block_image img
{
    width: 100%;
    max-width: 35px;
    max-height: 35px;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

    color: #5078b8;

    fill: #5078b8;
}

.info-section .et_pb_blocks .et_pb_block_image svg path,
.info-section .et_pb_blocks .et_pb_block_image img path
{
    color: #5078b8;

    fill: #5078b8;
}

.info-section .et_pb_blocks h2.et_pb_block_title
{
    font-size: 14px;
    line-height: 24px;

    min-height: 74px;
    margin: 0;
    padding: 0;

    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
}

.info-section .et_pb_blocks .et_pb_block
{
    width: 100%;
    margin-bottom: 30px;
    padding: 28px 25px 23px;

    -webkit-transition: background-color .3s ease-in-out,
    color .3s ease-in-out,
    border-color .3s ease-in-out;
            transition: background-color .3s ease-in-out,
    color .3s ease-in-out,
    border-color .3s ease-in-out;

    border: 1px solid #ddd;
    border-radius: 20px;
}

.info-section .et_pb_blocks .et_pb_block:hover
{
    color: #fff;
    border-color: #2a5ba9;
    background-color: #2a5ba9;
}

.info-section .et_pb_blocks .et_pb_block:hover h2.et_pb_block_title
{
    color: #fff;
}

.info-section .et_pb_blocks .et_pb_block:hover svg
{
    color: #fff;

    fill: #fff;
}

.info-section .et_pb_blocks .et_pb_block:hover svg path
{
    color: #fff;

    fill: #fff;
}

.blog-section .et_pb_row_4 .et_pb_column:only-child
{
    padding: 0;
}

.blog-section .et_pb_column_1
{
    padding: 0;
}

.blog-posts .blog-posts-head
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-bottom: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-posts .blog-posts-head h2.blog-posts-title
{
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-posts .blog-posts-head .blog-posts-link
{
    font-size: 18px;
    font-weight: 600;

    display: inline-block;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
    vertical-align: top;
}

.blog-posts .blog-posts-head .blog-posts-link:hover
{
    opacity: .8;
}

.blog-posts .posts-holder
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-posts .blog-post
{
    width: 100%;
    margin-bottom: 30px;
}

.blog-posts .post-holder
{
    font-size: 14px;
    line-height: 22px;
}

.blog-posts .post-holder h3
{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;

    padding-bottom: 0;

    color: #000;
}

.blog-posts .post-holder h3 a
{
    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
}

.blog-posts .post-holder h3 a:hover
{
    color: #2a5ba9;
}

.blog-posts .post-holder .post-image
{
    height: 144px;
    margin-bottom: -1px;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-posts .post-holder .post-image + .post-content
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.blog-posts .post-holder .more-link
{
    font-weight: 600;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.blog-posts .post-holder .more-link:hover
{
    opacity: .8;
}

.blog-posts .post-holder .post-date
{
    color: rgba(0, 0, 0, .6);
}

.blog-posts .post-holder .post-date .icon-calendar
{
    font-size: 12px;
    line-height: inherit;

    margin-right: 7px;

    color: #2a5ba9;
}

.blog-posts .post-holder .post-content
{
    padding: 20px 15px;

    color: rgba(0, 0, 0, .8);
    border: 1px solid #ddd;
    border-radius: 10px;
}

.blog-posts .post-holder .post-meta
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subscribe-section .et_pb_row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subscribe-section .et_pb_row:after
{
    display: none;
}

.subscribe-section .et_pb_row .et_pb_column
{
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}

.subscribe-section h3
{
    margin: 0;
    padding: 0;
}

.subscribe-section form input[type='submit']
{
    font-family: 'Myriad Pro', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;

    position: relative;

    display: inline-block;

    min-width: 120px;
    padding: 11px 15px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    text-decoration: none;

    color: #fff;
    border: 1px solid #2a5ba9;
    -webkit-border-radius: 0;
            border-radius: 50px;
    background-color: #2a5ba9;
    text-shadow: none;

    -webkit-appearance: none;
}

.subscribe-section form input[type='submit']:hover
{
    color: #2a5ba9;
    background-color: #fff;
}

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

.events-section h2
{
    margin: 0;
    padding: 0;
}

.events-section .et_pb_row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.events-section .et_pb_row:after
{
    display: none;
}

.events-section .et_pb_row .et_pb_column
{
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}

.events-section .posts-head
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid #ddd;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.events-section .posts-head .recent-posts-title
{
    font-weight: 400;

    margin-bottom: 0;
    padding-bottom: 0;
}

.events-section .posts-head .more-link
{
    font-size: 18px;
    font-weight: 600;

    position: relative;
}

.events-section .posts-head .more-link:hover:after
{
    right: 0;
    left: 0;
}

.events-section .posts-head .more-link:after
{
    position: absolute;
    top: auto;
    right: 50%;
    bottom: 0;
    left: 50%;

    display: block;

    height: 2px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;

    background-color: #2a5ba9;
}

.events-section .recent-post
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.events-section .recent-post:first-child .post-content
{
    border-top: 0;
}

.events-section .recent-post .post-content
{
    width: calc(100% - 70px);
    padding: 15px 0;

    border-top: 1px solid #ddd;
}

.events-section .recent-post .post-image
{
    width: 70px;
    padding-right: 15px;
}

.events-section .recent-post .post-image img,
.events-section .recent-post .post-image svg
{
    width: 100%;
    max-width: 25px;
    max-height: 25px;

    fill: #2a5ba9;
}

.events-section .recent-post .post-image .img-holder
{
    line-height: 53px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 55px;

    text-align: center;

    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.events-section .recent-post .post-title
{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

    margin-bottom: 4px;
    padding-bottom: 0;

    color: rgba(0, 0, 0, .8);
}

.events-section .recent-post .post-title a
{
    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
}

.events-section .recent-post .post-title a:hover
{
    text-decoration: underline;

    color: #2a5ba9;
}

.events-section .recent-post .et_pb_slide_content
{
    color: rgba(0, 0, 0, .6);
}

.events-section .recent-post .post-term li,
.events-section .recent-post .tribe-events-address li
{
    position: relative;

    padding-left: 25px;
}

.events-section .recent-post .post-term li:before,
.events-section .recent-post .tribe-events-address li:before
{
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 3px;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .6);
}

.events-section .recent-post .icon-time-left,
.events-section .recent-post .icon-calendar
{
    font-size: 12px;

    margin-right: 10px;

    color: #2a5ba9;
}

.events-section .recent-post .event-date
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 70px;
    height: 56px;
    padding-top: 9px;
    padding-right: 15px;
    padding-left: 4px;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.events-section .recent-post .event-date .icon-calendar1
{
    font-size: 56px;

    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;

    color: #acacaf;
}

.events-section .recent-post .event-date .event-day
{
    font-size: 15px;
    font-weight: 600;
    line-height: 1;

    position: relative;
    z-index: 1;

    display: block;

    color: #2a5ba9;
}

.events-section .recent-post .event-date .event-year
{
    font-size: 10px;
    line-height: 1.2;

    position: relative;
    z-index: 1;

    display: block;

    color: rgba(0, 0, 0, .6);
}

.breadcrumbs
{
    font-size: 14px;
    font-weight: 500;

    position: relative;

    max-width: 1210px;
    margin: 0 auto;
    padding: 30px 20px 25px;

    color: rgba(0, 0, 0, .5);
}

.breadcrumbs:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;

    display: block;

    width: 100vw;

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #f7f7fa;
}

.breadcrumbs a
{
    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;

    color: inherit;
}

.breadcrumbs a:hover
{
    color: #2a5ba9;
}

.breadcrumbs > span
{
    padding-right: 10px;
}

.breadcrumbs > span + span
{
    padding-left: 8px;
}

.breadcrumbs .current-item
{
    color: #2a5ba9;
}

.side-block
{
    border-radius: 15px;
}

.side-block.et_pb_widget_area
{
    border: 1px solid #ddd;
}

.side-block.et_pb_widget_area .widget_info
{
    width: 100%;
    margin-bottom: 0;
}

.side-block h4.widgettitle
{
    margin-bottom: 13px;
}

.side-block .side-list
{
    line-height: 24px;
}

.side-block .side-list li
{
    margin-bottom: 0;
    padding: 12px 0 10px;

    border-top: 1px solid #ddd;
}

.side-block .side-list li:first-child
{
    padding-top: 0;

    border-top: 0;
}

.side-block .side-list h5
{
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px;

    margin-bottom: 11px;
}

.side-block .side-list h5 a
{
    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
}

.side-block .side-list h5 a:hover
{
    text-decoration: underline;

    color: #2a5ba9;
}

.side-block .side-list .pdf-link
{
    line-height: 19px;
}

.decor-bg-image
{
    position: relative;
}

.decor-bg-image:before
{
    position: absolute;
    top: 45px;
    right: auto;
    bottom: auto;
    left: 46%;

    display: block;

    width: 327px;
    height: 327px;

    content: '';

    background: url('./images/decor-bg.png') no-repeat;
    background-position: center;
    background-size: contain;
}

.decor-bg-image img
{
    position: relative;
}

.pdf-icon
{
    line-height: 19px;

    width: 17px;
    height: 19px;
    margin-right: 5px;

    background: url('./images/pdf-icon.png') no-repeat;
    background-position: center;
    background-size: contain;
}

.et_pb_gutters3 .et_pb_column_3_4 .et_pb_module
{
    margin-bottom: 0;
}

.et_pb_gutters3 .et_pb_column_3_4 .et_pb_image
{
    padding-top: 22px;
}

.et_pb_gutters3 .et_pb_column_3_4 .et_pb_image img
{
    margin-bottom: 17px;

    vertical-align: top;

    border-radius: 15px;
}

.et_pb_gutters3 .et_pb_column_3_4 .wp-caption
{
    margin-bottom: 2.5em;
    padding: 22px 0 0;

    color: rgba(85, 85, 86, .8);
    border: 0;
    background: transparent;
}

.et_pb_gutters3 .et_pb_column_3_4 .wp-caption img
{
    margin-bottom: 17px;

    vertical-align: top;

    border-radius: 15px;
}

.et_pb_gutters3 .et_pb_column_3_4 .wp-caption p.wp-caption-text
{
    font-size: 14px;
}

.et_pb_gutters3 .et_pb_column_3_4 .et_pb_testimonial:before
{
    display: none;
}

.et_pb_gutters3 .et_pb_column_3_4 .et_pb_testimonial .et_pb_testimonial_description_inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.et_pb_gutters3 .et_pb_column_3_4 .et_pb_testimonial .et_pb_testimonial_author
{
    position: relative;

    margin: 0 0 15px;
    margin-right: 12px;
    padding-left: 50px;

    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.et_pb_gutters3 .et_pb_column_3_4 .et_pb_testimonial .et_pb_testimonial_author:before
{
    position: relative;
    top: 15px;

    width: 26px;
    height: 2px;
    margin-right: 12px;

    content: '';

    background-color: rgba(22, 22, 22, .5);
}

.et_pb_gutters3 .et_pb_column_3_4 .et_pb_testimonial .et_pb_testimonial_author:after
{
    position: absolute;
    top: 8px;
    left: 0;

    width: 26px;
    height: 16px;

    content: '';

    background: url('./images/quote-icon.png') no-repeat;
    background-position: center;
    background-size: contain;
}

.et_pb_gutters3 .et_pb_column_3_4 img.alignright
{
    margin-top: 6px;
}

.et_pb_gutters3 .et_pb_column_3_4 img.alignright
{
    vertical-align: top;

    border-radius: 20px;
}

.et_pb_gutters3 .et_pb_column_3_4 p + h3
{
    margin-bottom: .55em;
    padding-top: 40px;
}

.et_pb_gutters3 .et_pb_column_3_4 ol
{
    line-height: 1.8;

    padding: 1px 20px 0;

    list-style-position: outside;
}

.et_pb_gutters3 .et_pb_column_3_4 ol li
{
    margin-bottom: 15px;
    padding-left: 4px;
}

.et_pb_gutters3 .et_pb_column_3_4 ol strong
{
    display: inline-block;

    margin-bottom: 4px;

    vertical-align: top;
}

.et_pb_gutters3 .et_pb_column_3_4 ol p:last-child
{
    margin-bottom: 0;
}

.et_pb_gutters3 .et_pb_column_3_4 ol + h3
{
    margin-bottom: .55em;
}

.et_pb_gutters3 .et_pb_column_3_4 ul:not(.social-list)
{
    line-height: 1.8;

    padding: 15px 0 0;

    list-style: none;
    list-style-position: outside;
}

.et_pb_gutters3 .et_pb_column_3_4 ul:not(.social-list) li
{
    position: relative;

    margin-bottom: 11px;
    padding-left: 26px;
}

.et_pb_gutters3 .et_pb_column_3_4 ul:not(.social-list) li:before
{
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 0;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #2a5ba9;
}

.et_pb_gutters3 .et_pb_column_3_4 ul:not(.social-list) + h3
{
    margin-bottom: .55em;
}

.et_pb_gutters3 .et_pb_column_3_4 table
{
    font-size: 10px;

    overflow: hidden;

    width: 100%;
    margin-top: 42px;

    table-layout: fixed;

    border: 0;
    border-radius: 20px;
    background-color: #fff;
}

.et_pb_gutters3 .et_pb_column_3_4 table thead
{
    font-weight: 600;

    background-color: #eaf0f9;
}

.et_pb_gutters3 .et_pb_column_3_4 table thead td
{
    padding: 20px 10px;
}

.et_pb_gutters3 .et_pb_column_3_4 table td
{
    padding: 19px 10px 16px;

    border: 0;
}

.et_pb_gutters3 .et_pb_column_3_4 table tbody td
{
    position: relative;
}

.et_pb_gutters3 .et_pb_column_3_4 table tbody td:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    content: '';

    border-top: 1px solid #ddd;
}

.et_pb_gutters3 .et_pb_column_3_4 table tbody tr:last-child td:after
{
    display: none;
}

.et_pb_gutters3 .et_pb_column_3_4 table a:hover
{
    text-decoration: underline;
}

#main-content .blog-page
{
    background: url('./images/bg-img3.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

#main-content .blog-page .container
{
    width: 100%;
    max-width: 1210px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#main-content .blog-page .container:before
{
    display: none;
}

.blog-heading
{
    font-weight: 600;

    margin-bottom: 41px;
}

.blog-heading h1
{
    font-size: 27px;
    font-weight: 600;

    margin-bottom: .65em;
}

.blog-heading .filter
{
    padding-top: 21px;
}

.blog-heading .filter label
{
    font-size: 14px;
    line-height: 42px;

    margin-right: 34px;
}

.blog-heading .filter label .select
{
    position: relative;
}

.blog-heading .filter label .select:after
{
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    position: absolute;
    top: 16px;
    right: 20px;

    display: inline-block;

    content: '\f078';

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

.blog-heading .filter select::-ms-expand
{
    display: none;
}

.blog-heading .filter select
{
    font-weight: 400;

    min-width: 100%;
    height: 42px;
    padding: 8px 35px 8px 18px;

    color: rgba(21, 21, 21, .8);

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.blog-list .post,
.blog-list .et_pb_post
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin-bottom: 30px;

    color: rgba(85, 85, 86, .8);
    border-radius: 15px;
    background-color: #fff;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.blog-list .post h3,
.blog-list .et_pb_post h3
{
    font-weight: 600;

    margin-bottom: 9px;

    color: #555556;
}

.blog-list .post h4,
.blog-list .et_pb_post h4
{
    font-weight: 600;

    margin-bottom: 10px;
}

.blog-list .post h4 a,
.blog-list .et_pb_post h4 a
{
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;

    color: #2a5ba9;
}

.blog-list .post h4 a:hover,
.blog-list .et_pb_post h4 a:hover
{
    opacity: .8;
}

.blog-list .post.document .bg-stretch,
.blog-list .post.project .bg-stretch,
.blog-list .et_pb_post.document .bg-stretch,
.blog-list .et_pb_post.project .bg-stretch
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-list .post.document .bg-stretch img,
.blog-list .post.project .bg-stretch img,
.blog-list .et_pb_post.document .bg-stretch img,
.blog-list .et_pb_post.project .bg-stretch img
{
    width: 100% !important;
    max-width: 80%;
    height: auto !important;
    max-height: 70%;
    margin: 0 auto !important;
}

.blog-list .post .post-featured-image,
.blog-list .et_pb_post .post-featured-image
{
    position: relative;

    width: 100%;
}

.blog-list .post .post-featured-image img,
.blog-list .et_pb_post .post-featured-image img
{
    max-width: none;

    vertical-align: top;
}

.blog-list .post .entry-featured-image-url,
.blog-list .et_pb_post .entry-featured-image-url
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.blog-list .post .post-content,
.blog-list .et_pb_post .post-content
{
    margin-bottom: 21px;
}

.blog-list .post .post-card,
.blog-list .et_pb_post .post-card
{
    position: relative;

    width: 100%;
    padding: 20px 10px;
}

.blog-list .post .post-card:only-child,
.blog-list .et_pb_post .post-card:only-child
{
    width: 100%;
}

.blog-list .post .post-link .btn,
.blog-list .et_pb_post .post-link .btn
{
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
}

.blog-list .post .post-link .btn i,
.blog-list .et_pb_post .post-link .btn i
{
    margin-left: 18px;
}

.blog-list .post .time,
.blog-list .et_pb_post .time
{
    font-size: 14px;
    line-height: 22px;

    color: rgba(0, 0, 0, .6);

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.blog-list .post .time .fa-calendar,
.blog-list .et_pb_post .time .fa-calendar
{
    margin-right: 8px;

    color: #2a5ba9;
}

.et_pb_member
{
    overflow: hidden;

    margin-bottom: 32px;

    border-radius: 15px;
    background-color: #fff;
}

.et_pb_member h2
{
    font-size: 24px;
    line-height: 1.2;

    margin-bottom: 5px;
}

.et_pb_member .et_pb_member_position
{
    font-size: 16px;
    font-weight: 600;

    display: block;

    margin-bottom: 9px;
    padding-bottom: 0;

    color: #2a5ba9;
}

.et_pb_member .member-photo
{
    position: relative;

    overflow: hidden;
}

.et_pb_member .member-photo img
{
    max-width: none;
}

.et_pb_member .member-card
{
    padding: 30px 20px 5px;
}

.et_pb_member .member-card .et_pb_text_inner
{
    color: rgba(85, 85, 86, .8);
}

.et_pb_member .member-card .et_pb_text_inner ul
{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.9;

    width: 100%;
    max-width: 100% !important;
    margin-bottom: 10px;
    padding: 0;

    color: #555556;
}

.et_pb_member .member-card .et_pb_text_inner ul li
{
    margin-bottom: 5px;
    padding: 0;
}

.et_pb_member .member-card .et_pb_text_inner ul li:before
{
    position: relative;

    margin: 0 9px 0 7px;

    background-color: #555556;
}

.et_pb_member .social-list
{
    padding: 0;
}

.et_pb_member .social-list li
{
    margin-right: 10px;
    margin-bottom: 10px;
}

.et_pb_member .social-list a
{
    line-height: 36px;

    width: 38px;
    height: 38px;

    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
    text-align: center;

    color: #ccc;
    border: 1px solid;
    border-radius: 50%;
}

.et_pb_member .social-list a:hover
{
    color: #2a5ba9;
}

.et_pb_member .social-list a i
{
    font-size: 80%;
}

.tribe-events-calendar
{
    overflow: hidden;

    border-radius: 20px;
}

.tribe-events-calendar thead th
{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

    text-transform: none;

    color: rgba(0, 0, 0, .8);
    border: 0;
    background-color: #eaf0f9;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a
{
    background-color: #2a5ba9;
}

#tribe-bar-form
{
    border-radius: 10px;
    background-color: #eaf0f9;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]
{
    border-radius: 50px;
    background-color: #2a5ba9;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner
{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#tribe-bar-form .tribe-bar-views-inner
{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#tribe-events-content a
{
    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
}

#tribe-events-content a:hover
{
    color: #2a5ba9;
}

.tribe-events-calendar td.tribe-events-present.mobile-active,
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
.tribe-events-calendar td.tribe-events-present.mobile-active,
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a
{
    background-color: #2a5ba9;
}

#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next a:hover,
#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous a:hover
{
    opacity: .8;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured
{
    overflow: hidden;

    border-radius: 15px;
    background-color: #eaf0f9;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a
{
    color: rgba(0, 0, 0, .8);
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta
{
    color: rgba(0, 0, 0, .8);
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span
{
    color: rgba(0, 0, 0, .8);
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content
{
    color: rgba(0, 0, 0, .8);
}

.tribe-events-list .tribe-events-loop .tribe-event-featured a
{
    color: rgba(0, 0, 0, .8);
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt
{
    line-height: 1.5;
}

.comment_area .comment-reply-link
{
    color: #fff;
}

.comment_area .comment-reply-link:hover
{
    color: #2a5ba9;
}

.btn
{
    font-family: 'Myriad Pro', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;

    padding: 9px 15px;

    -webkit-transition: background-color .3s ease-in-out,
    color .3s ease-in-out;
            transition: background-color .3s ease-in-out,
    color .3s ease-in-out;
    text-align: center;
    text-decoration: none;

    color: #fff;
    border: 1px solid #2a5ba9;
    border-radius: 50px;
    background: #2a5ba9;
}

.btn:hover
{
    color: #2a5ba9;
    background-color: #fff;
}

.btn.btn-white
{
    color: #2a5ba9;
    border-color: #2a5ba9;
    background-color: #fff;
}

.btn.btn-white:hover
{
    color: #fff;
    background-color: #2a5ba9;
}

.et_pb_button
{
    font-family: 'Myriad Pro', sans-serif !important;
}

.main-slider h2
{
    margin-bottom: 20px;
}

.main-slider .et_pb_slide
{
    padding: 0;
}

.main-slider .et_pb_slide_content
{
    font-size: 16px;
}

.main-slider .et_pb_slide_content p
{
    margin: 0 0 1.4em;
}

.main-slider .et_pb_button
{
    min-width: 120px;
}

.main-slider .et-pb-controllers a
{
    width: 10px;
    height: 10px;

    opacity: 1;
}

.main-slider .et-pb-controllers a:hover
{
    background-color: #fff;
}

.main-slider .et-pb-slider-arrows
{
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;

    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-slider .et-pb-slider-arrows a.et-pb-arrow-prev,
.main-slider .et-pb-slider-arrows a.et-pb-arrow-next
{
    font-size: 18px;
    line-height: 28px;

    position: relative;
    z-index: 11;
    right: auto !important;
    left: auto !important;

    width: 30px;
    height: 30px;
    margin-top: 0;

    text-align: center;

    opacity: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
}

.main-slider .et-pb-slider-arrows a.et-pb-arrow-prev:before,
.main-slider .et-pb-slider-arrows a.et-pb-arrow-next:before
{
    line-height: 28px;
}

.main-slider .et-pb-slider-arrows a.et-pb-arrow-prev:hover,
.main-slider .et-pb-slider-arrows a.et-pb-arrow-next:hover
{
    color: #000;
    background-color: #fff;
}

.main-slider .et-pb-slider-arrows a.et-pb-arrow-prev
{
    margin-right: 15px;
}

.main-slider .et-pb-controllers
{
    right: 0;
    left: 0;

    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;

    text-align: right;
}

.main-slider .et-pb-controllers a
{
    text-align: left;
}

.main-slider .et-pb-controllers a:last-child
{
    margin-right: 0;
}

.main-slider .et_pb_slider_0 .et_pb_slide > .et_pb_container
{
    padding: 0 20px;
}

a.et_pb_button
{
    text-align: center;
}

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

@media (min-width: 480px)
{
    .info-section .et_pb_blocks .et_pb_block
    {
        width: calc(50% - 15px);
    }

    .blog-posts .posts-holder
    {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .blog-posts .blog-post
    {
        width: 50%;
        padding: 0 10px;
    }

    .blog-posts .post-holder .post-content
    {
        padding: 20px 15px;
    }

    .blog-posts .post-holder .post-meta
    {
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .blog-list .post .post-link .btn,
    .blog-list .et_pb_post .post-link .btn
    {
        min-width: 180px;
        margin-right: 20px;
    }
}

@media (min-width: 768px)
{
    html,
    body
    {
        height: 100%;
    }

    .page-holder
    {
        display: table;
        overflow: hidden;

        width: 100%;
        height: 100%;

        table-layout: fixed;
    }

    #wrapper
    {
        display: table-cell;

        margin: 0 auto;
    }

    #footer
    {
        display: table-footer-group;
        overflow: hidden; /*for FF on Windows 7*/

        height: 1%;
    }

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

    .navigation
    {
        padding: 39px 0 86px;
    }

    .navigation .page-numbers.next
    {
        margin-left: 34px;
    }

    .navigation .page-numbers.prev
    {
        margin-right: 34px;
    }

    h1,
    .h1
    {
        font-size: 56px;
        line-height: 70px;
    }

    h2,
    .h2
    {
        font-size: 36px;
        line-height: 46px;
    }

    h3,
    .h3
    {
        font-size: 26px;
        line-height: 36px;
    }

    h4,
    .h4
    {
        font-size: 16px;
        line-height: 26px;
    }

    header.header .top-panel-search
    {
        max-width: 260px;
    }

    header.header .top-menu-nav #top-menu a
    {
        padding: 21px 5px;
    }

    header.header .top-menu-nav #top-menu li .sub-menu
    {
        width: 210px;
    }

    header.header .top-menu-nav #top-menu li .sub-menu a
    {
        padding: 9px 28px;
    }

    header.header .menu-holder .mobile_menu_bar
    {
        padding: 16px 0;
    }

    .menu-secondary-menu-container .menu a
    {
        padding: 20px 0;
    }

    .footer-bottom .container
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-bottom #footer-info
    {
        padding-bottom: 0;
    }

    .blog-posts .blog-posts-head
    {
        margin-bottom: 39px;
    }

    .blog-posts .blog-posts-head .blog-posts-link
    {
        padding-top: 12px;
    }

    .blog-posts .posts-holder
    {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .blog-posts .blog-post
    {
        padding: 0 15px;
    }

    .blog-posts .post-holder .post-content
    {
        padding: 23px 25px;
    }

    .blog-posts .post-holder .post-meta
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .subscribe-section .et_pb_row .et_pb_column
    {
        width: auto;
    }

    .subscribe-section form
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .subscribe-section form input[type='submit']
    {
        min-width: 240px;
        margin-left: 14px;
    }

    .subscribe-section form input[type='email']
    {
        width: 416px;
        margin-bottom: 0;
    }

    .events-section .recent-post .post-content
    {
        width: calc(100% - 100px);
        padding: 16px 0 19px;
    }

    .events-section .recent-post .post-image
    {
        width: 100px;
        padding-right: 30px;
    }

    .events-section .recent-post .post-image img,
    .events-section .recent-post .post-image svg
    {
        max-width: 30px;
        max-height: 30px;
    }

    .events-section .recent-post .post-image .img-holder
    {
        line-height: 68px;

        height: 70px;
    }

    .events-section .recent-post .post-title
    {
        min-height: 43px;
    }

    .events-section .recent-post .post-term,
    .events-section .recent-post .tribe-events-address
    {
        display: inline-block;

        vertical-align: top;
    }

    .events-section .recent-post .post-term li,
    .events-section .recent-post .tribe-events-address li
    {
        padding-left: 21px;
    }

    .events-section .recent-post .post-term li:before,
    .events-section .recent-post .tribe-events-address li:before
    {
        left: 7px;
    }

    .events-section .recent-post .event-date
    {
        width: 100px;
        height: 78px;
        padding-right: 28px;
    }

    .events-section .recent-post .event-date .icon-calendar1
    {
        font-size: 74px;
    }

    .events-section .recent-post .event-date .event-day
    {
        font-size: 22px;
    }

    .events-section .recent-post .event-date .event-year
    {
        font-size: 14px;
        line-height: 22px;
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_testimonial .et_pb_testimonial_description_inner
    {
        line-height: 1.9;
    }

    .et_pb_gutters3 .et_pb_column_3_4 ol
    {
        max-width: 78%;
        margin: 0 auto 2.4em;
    }

    .et_pb_gutters3 .et_pb_column_3_4 ul:not(.social-list)
    {
        max-width: 77%;
        margin: 0 auto 2.4em;
    }

    .et_pb_gutters3 .et_pb_column_3_4 table
    {
        font-size: 14px;
        line-height: 1.9;
    }

    .et_pb_gutters3 .et_pb_column_3_4 table thead td:first-child
    {
        padding-left: 38px;
    }

    .et_pb_gutters3 .et_pb_column_3_4 table thead td:last-child
    {
        padding-right: 38px;
    }

    .et_pb_gutters3 .et_pb_column_3_4 table td:first-child
    {
        padding-left: 38px;
    }

    .et_pb_gutters3 .et_pb_column_3_4 table td:last-child
    {
        padding-right: 38px;
    }

    .et_pb_gutters3 .et_pb_column_3_4 table tbody td:first-child:after
    {
        left: 38px;
    }

    .et_pb_gutters3 .et_pb_column_3_4 table tbody td:last-child:after
    {
        right: 38px;
    }

    .blog-heading h1
    {
        font-size: 36px;
        line-height: 46px;
    }

    .blog-heading .filter label
    {
        display: inline-block;

        vertical-align: top;
    }

    .blog-heading .filter label .select
    {
        display: inline-block;

        vertical-align: top;
    }

    .blog-heading .filter select
    {
        min-width: 222px;
        margin-left: 10px;
    }

    .blog-list .post .post-featured-image,
    .blog-list .et_pb_post .post-featured-image
    {
        width: 270px;
    }

    .blog-list .post .post-card,
    .blog-list .et_pb_post .post-card
    {
        width: calc(100% - 270px);
        padding: 25px 30px;
    }

    .et_pb_member
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .et_pb_member h2
    {
        font-size: 26px;
        line-height: 36px;
    }

    .et_pb_member .member-photo
    {
        width: 272px;
        height: auto;
    }

    .et_pb_member .member-photo .et_pb_block_image
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .et_pb_member .member-card
    {
        width: calc(100% - 272px);
        padding: 30px 20px 20px;
    }

    .et_pb_member .member-card .et_pb_text_inner ul li
    {
        display: inline;
    }

    .et_pb_member .member-card .et_pb_text_inner ul li:first-child:before
    {
        display: none;
    }

    .et_pb_member .social-list li
    {
        margin-right: 0;
        margin-left: 10px;
    }

    .et_pb_member .member-heading
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-slider .et_pb_button
    {
        min-width: 240px;
    }

    .main-slider .et-pb-slider-arrows
    {
        bottom: 50px;
    }

    .main-slider .et-pb-slider-arrows a.et-pb-arrow-prev,
    .main-slider .et-pb-slider-arrows a.et-pb-arrow-next
    {
        font-size: 24px;
        line-height: 48px;

        width: 50px;
        height: 50px;
    }

    .main-slider .et-pb-slider-arrows a.et-pb-arrow-prev:before,
    .main-slider .et-pb-slider-arrows a.et-pb-arrow-next:before
    {
        line-height: 48px;
    }

    .main-slider .et-pb-slider-arrows a.et-pb-arrow-prev
    {
        margin-right: 25px;
    }

    .main-slider .et-pb-controllers
    {
        bottom: 52px;
    }

    .main-slider .et-pb-controllers a
    {
        margin-right: 19px;
    }

    .main-slider .et_pb_slider_0 .et_pb_slide > .et_pb_container .et_pb_slider_container_inner
    {
        display: block;

        max-width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 1023px)
{
    header.header .top-panel .logo_container img
    {
        max-width: 150px !important;
        margin-right: 20px;
    }
}

@media (min-width: 981px)
{
    .et_pb_gutters3 .et_pb_column_3_4
    {
        margin-right: 2.5%;
    }

    .et_pb_gutters3 .et_pb_column_3_4:last-child
    {
        margin-right: 0;
    }

    .et_pb_gutters3 .et_pb_column_1_4
    {
        width: 22.875%;
    }

    .et_pb_gutters3 .et_pb_column_3_4
    {
        width: 74.625%;
    }
}

@media (min-width: 992px)
{
    .events-section .et_pb_row .et_pb_column
    {
        width: 48.7%;
    }

    .events-section .et_pb_row .et_pb_column:first-child
    {
        width: 40.4%;
    }

    .blog-list .post h3,
    .blog-list .et_pb_post h3
    {
        padding-right: 20%;
    }

    .blog-list .post .time,
    .blog-list .et_pb_post .time
    {
        position: absolute;
        top: 32px;
        right: 30px;
        bottom: auto;
        left: auto;
    }
}

@media (min-width: 1024px)
{
    header.header .top-panel .logo_container img
    {
        margin-right: 95px;
    }

    header.header .top-panel-search
    {
        margin-left: auto;
    }

    header.header .top-menu-nav #top-menu
    {
        margin-left: -10px;
    }

    header.header .top-menu-nav #top-menu a
    {
        padding: 29px 8px;
    }

    .top-language-switcher
    {
        margin-left: 57px;
    }

    .menu-secondary-menu-container .menu li
    {
        margin-left: 15px;
    }

    .menu-secondary-menu-container .menu a
    {
        padding: 28px 0;
    }

    .footer #footer-widgets
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer #footer-widgets:after
    {
        display: none;
    }

    .footer #footer-widgets .footer-widget
    {
        width: 23%;
        margin: 0 0 55px;
    }

    .icon-section .et_pb_portfolio_grid_items .project
    {
        width: 25%;
        margin: 0 0 29px !important;
        padding-right: 30px;
    }

    .info-section .et_pb_column
    {
        width: 50%;
        margin: 0;
    }

    .blog-posts .posts-holder
    {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }

    .blog-posts .blog-post
    {
        width: 25%;
        padding: 0 10px;
    }

    .blog-posts .post-holder .post-content
    {
        padding: 23px 10px;
    }

    .blog-heading .filter select.categories
    {
        min-width: 344px;
    }

    .blog-list .post h3,
    .blog-list .et_pb_post h3
    {
        padding-right: 115px;
    }

    .blog-list .post .post-card,
    .blog-list .et_pb_post .post-card
    {
        padding: 41px 50px 50px;
    }

    .blog-list .post .post-link .btn,
    .blog-list .et_pb_post .post-link .btn
    {
        min-width: 220px;
        margin-right: 46px;
    }

    .blog-list .post .time,
    .blog-list .et_pb_post .time
    {
        top: 47px;
        right: 50px;
    }

    .et_pb_member .member-card
    {
        min-height: 335px;
        padding: 30px 30px 20px;
    }

    .et_pb_member .social-list
    {
        padding: 7px 5px 0 0;
    }

    .et_pb_member .social-list li
    {
        margin-left: 16px;
    }

    .main-slider .et_pb_slider_0 .et_pb_slide > .et_pb_container .et_pb_slider_container_inner
    {
        max-width: 60%;
    }
}

@media (min-width: 1200px)
{
    header.header .top-panel-search
    {
        width: 370px;
        max-width: 370px;
    }

    header.header .top-menu-nav #top-menu a
    {
        padding: 29px 11px;
    }

    header.header .top-menu-nav #top-menu a:after
    {
        margin-left: 5px;
    }

    .menu-secondary-menu-container .menu li
    {
        margin-left: 23px;
    }

    .blog-posts .posts-holder
    {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .blog-posts .blog-post
    {
        padding: 0 15px;
    }

    .blog-posts .post-holder .post-content
    {
        padding: 23px 25px;
    }

    .blog-heading
    {
        max-width: 75%;
    }

    .et_pb_member .member-card
    {
        padding: 43px 48px 20px;
    }
}

@media (max-width: 1023px)
{
    .blog-list .post .post-link .btn,
    .blog-list .et_pb_post .post-link .btn
    {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px)
{
    .blog-list .post .post-heading,
    .blog-list .et_pb_post .post-heading
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        margin-bottom: 15px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

@media (max-width: 980px)
{
    header.header .top-menu-nav
    {
        display: none;
    }
}

@media (max-width: 767px)
{
    .navigation-comments .page-numbers
    {
        padding: 0 3px;
    }

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

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

    header.header .top-panel .logo_container
    {
        margin-bottom: 10px;
    }

    header.header .top-panel .logo_container a + img
    {
        display: none !important;
    }

    header.header ul#mobile_menu a
    {
        padding: 5px 20px;
    }

    .top-language-switcher
    {
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .menu-secondary-menu-container .menu li:first-child
    {
        margin-left: 0;
    }

    .footer-bottom .logo-footer
    {
        margin-bottom: 10px;

        text-align: center;
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_testimonial .et_pb_testimonial_description_inner p
    {
        margin-bottom: .8em;
    }

    .et_pb_gutters3 .et_pb_column_3_4 img.alignright
    {
        margin-bottom: .8em;
    }

    .et_pb_gutters3 .et_pb_column_3_4 img.alignright
    {
        margin-bottom: 0;
    }

    .blog-list .post .post-featured-image,
    .blog-list .et_pb_post .post-featured-image
    {
        height: 240px;
    }

    .blog-list .post .post-link .btn:last-child,
    .blog-list .et_pb_post .post-link .btn:last-child
    {
        margin-bottom: 0;
    }

    .et_pb_member .member-photo img
    {
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        margin: 0 !important;
    }

    #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next a,
    #tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous a
    {
        padding: 0;

        color: #2a5ba9;
        background: transparent;
    }
}

@media (max-width: 479px)
{
    .blog-list .post .post-link .btn,
    .blog-list .et_pb_post .post-link .btn
    {
        width: 100%;
    }
}

@media print
{
    body
    {
        overflow: visible;

        color: #000;
        background: #fff;
    }

    *
    {
        color: #000 !important;
        background: none !important;
    }

    .search-form,
    .navigation,
    .navigation-single,
    #header,
    #footer
    {
        display: none !important;
    }
}

