/*
Theme Name: Bizdom
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizdom
Tags: one-column, two-columns
Theme URI:
*/


/*! 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 {
    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;
}

.widget ul,
.widget_categories ul,
#nav ul,
.values,
.breadcrumbs,
.social-networks,
.tribe-events-list-widget .tribe-list-widget,
.steps,
.blue-holder ul,
.tab-section .tabset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.header-hold:after,
.holder:after,
.container:after,
.blue-container:after,
.gray-container:after,
.articles-section:after,
.twocolumns:after,
#footer: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: #093ad6;
    background: #fff;
    font: 300 16px/1.505 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.home {
    font-size: 20px;
    line-height: 1.55;
}


/**
Hide Event Menu Item on the Homepage
*/

body.home #nav #menu-item-684 {
    display: none;
}

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

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

blockquote {
    border: none;
    padding: 0;
    font: 300 30px/37px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0 0 30px;
}

blockquote q,
blockquote p {
    display: block;
    margin: 0 0 17px;
}

cite {
    display: block;
    font: 12px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

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="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: none;
    padding: .4em .7em;
    font-size: 15px;
    line-height: 19px;
    height: 38px;
    padding: 9px 23px;
    background: #f2f2f2;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #333;
    outline: none;
}

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: #093ad6;
}

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: #093ad6;
}

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: #093ad6;
}

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: #093ad6;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    background: none;
    font: 700 12px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    padding: 11px 48px 10px;
    border-radius: 21px;
    border: 1px solid #093ad6;
    color: #093ad6;
    -webkit-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus {
    outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
    background: #093ad6;
    color: #fff;
}

#content {
    float: left;
    width: calc(100% - 249px);
}

.blog-page #content {
    width: calc(100% - 414px);
}

#content:only-child {
    float: none;
    width: 100%;
}

#sidebar {
    float: right;
    width: 249px;
    padding: 80px 0 0 29px;
}

.blog-page #sidebar {
    width: 414px;
    padding: 5px 0 56px 29px;
}

#sidebar #wp-calendar {
    width: 100%;
}

#sidebar h3 {
    font: 300 30px/33px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0 0 27px;
}

.widget {
    margin-bottom: 31px;
}

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

.widget_categories {
    margin: 0 0 40px;
}

.widget_categories~ {
    margin: 0 0 30px;
}

.widget_categories ul {
    font: 400 11px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #093ad6;
    margin: 0 0 55px;
}

.widget_categories ul~ {
    margin: 0 0 30px;
}

.blog-page .widget_categories ul {
    margin: 0 -13px 50px 0;
    border: none;
}

.widget_categories ul li {
    padding: 6px 0;
    border-top: 1px solid #093ad6;
}

.widget_categories ul li.active {
    font-weight: 700;
}

.blog-page .widget_categories ul li.active a {
    background: #093ad6;
    color: #fff;
}

.blog-page .widget_categories ul li {
    border: none;
    display: inline;
}

.widget_categories ul a {
    text-decoration: none;
}

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

.blog-page .widget_categories ul a {
    display: inline-block;
    vertical-align: top;
    font: 400 12px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    padding: 8px 22px 7px;
    margin: 0 10px 16px 0;
    border-radius: 21px;
    border: 1px solid #093ad6;
    color: #093ad6;
    text-decoration: none;
}

.blog-page .widget_categories ul a:hover {
    background: #093ad6;
    color: #fff;
}

.comment-respond {
    border: 1px solid #093ad6;
    border-width: 0 0 1px;
    margin: 0 0 40px;
}

.comment-respond h3 {
    font: 700 20px/25px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0;
    padding: 0 0 15px;
}

.comment-respond .comments-slide {
    padding: 0;
    clear: both;
}

.comments-leave-a-comment {
    float: left;
    cursor: pointer;
}

.comment-form {
    font-size: 15px;
    line-height: 24px;
    margin: 0 -6px 0 0;
}

.comment-form .comment-notes {
    display: block;
    width: 100%;
    margin: 25px 0 27px;
    padding: 0;
    font-style: italic;
    text-align: center;
}

.comment-form p {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px 6px 0;
    width: 50%;
    margin: 0 -4px 0 0;
}

.comment-form .comment-form-comment {
    width: 100%;
}

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

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

.comment-form textarea,
.comment-form input[type="text"] {
    margin: 0 4px 0 0;
    width: 100%;
    height: 38px;
    background: #f2f2f2;
    border: none;
}

.comment-form textarea {
    width: 100%;
}

.comment-form input[type="submit"] {
    display: block;
    float: none;
    margin: 27px auto 35px;
}

.comment-form .form-submit {
    display: block;
    width: 100%;
    text-align: center;
}

.post-password-form label {
    display: block;
    margin-bottom: 4px;
}

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

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

.search-form input {
    float: left;
}

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

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

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

.post-password-form input[type="submit"] {
    height: 38px;
    padding: 0 20px;
}

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

.commentlist {
    margin: 0 0 40px;
}

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

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

.commentlist-item {
    background: #f2f2f2;
    margin: 0 0 15px;
    padding: 25px 30px 9px 26px;
    font-size: 15px;
    line-height: 24px;
}

.commentlist-item .commentlist-item {
    padding: 3px 0 0 25px;
    margin: 0 0 32px 195px;
    border-left: 1px solid #093ad6;
}

.commentlist-item .commentlist-item .meta {
    float: none;
    margin: 0 0 4px;
    width: auto;
}

.commentlist-item .commentlist-item .commentlist-item {
    padding: 0;
    border: none;
    margin: 0;
}

.commentlist-item .edit-link {
    display: none;
}

.commentlist-item .meta {
    float: left;
    width: 170px;
    margin: 6px 26px 0 0;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
    line-height: 19px;
}

.commentlist-item .meta .author {
    font: 12px/19px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.commentlist-item .meta time {
    text-transform: none;
    display: block;
}

.commentlist-item p {
    overflow: hidden;
    font-style: italic;
    margin: 0 0 12px;
}

.commentlist-item .comment-reply-link {
    float: right;
    font: 500 12px/19px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
}

.commentlist-item .comment-reply-link:hover {
    text-decoration: none;
}

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

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

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

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

.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: 48%;
    background: #333;
    color: #fff;
    padding: .4em;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#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: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
    font: 100 72px/65px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

h1 span,
.h1 span {
    font-weight: 400;
}

#content h1,
#content .h1 {
    font: 700 25px/30px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.blog-page #content h1,
.blog-page #content .h1 {
    font: 100 35px/40px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-transform: none;
    margin: 0 0 48px;
}

h2,
.h2 {
    font-size: 20px;
    font: 700 25px/30px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
}

.home h2,
.home .h2 {
    font-size: 20px;
    line-height: 27px;
}

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

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

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

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

p {
    margin: 0 0 .95em;
}

a {
    color: #093ad6;
    -webkit-transition: border-color .3s ease, color .3s ease, background .3s ease, opacity .3s ease;
    transition: border-color .3s ease, color .3s ease, background .3s ease, opacity .3s ease;
}

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

.biz-icon-h {
    background: url('images/biz-icon-h.png') center/contain no-repeat;
    display: inline-block;
    height: 25px;
    margin-left: 0.5rem;
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    width: 25px;
}

.biz-icon-v {
    background: url('images/biz-icon-v.png') center/contain no-repeat;
    display: inline-block;
    height: 25px;
    margin-left: 0.5rem;
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    width: 25px;
}

.phone-icon {
    background: url('images/phone.svg') center/contain no-repeat;
    display: inline-block;
    height: 20px;
    margin-left: 0.5rem;
    position: relative;
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    width: 20px;
}

@media screen and (max-width: 768px) {
    .phone-icon {
        left: 1rem;
        position: absolute;
        top: 2rem;
    }
}

.phone-icon:hover span {
    opacity: 1;
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

.phone-icon span {
    background-color: #093ad6;
    color: #fff;
    font-size: 10px;
    left: 150%;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-10px);
    -ms-transform: translateY(-50%) translateX(-10px);
    -webkit-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
    transition: 0.3s;
    width: 70px;
}

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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e903";
}

.icon-twitter:before {
    content: "\e900";
}

.icon-facebook:before {
    content: "\e901";
}

.icon-linkedin:before {
    content: "\e902";
}

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

a[href^="tel"]:hover {
    text-decoration: underline;
}

.btn {
    display: inline-block;
    vertical-align: top;
    font: 700 12px/18px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    padding: 11px 48px 10px;
    border-radius: 21px;
    border: 1px solid #093ad6;
    color: #093ad6;
    text-decoration: none;
    margin: 20px 0 0;
}

.btn:hover {
    background: #093ad6;
    color: #fff;
}

.blue-container .btn {
    border-color: #fff;
    color: #fff;
}

.blue-container .btn:hover {
    background: #fff;
    color: #093ad6;
}

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

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header-hold {
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
    padding: 73px 27px;
}

.holder,
.container,
.blue-container {
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.logo {
    float: left;
}

.home .logo {
    margin: 46px 0 0;
    position: relative;
    z-index: 2;
}

.logo img {
    display: block;
}

.inner-page .menu,
.fixed-header.fixed-header .menu {
    position: fixed !important;
    height: auto;
    color: #093ad6;
    display: block;
    z-index: 999;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: 0;
    bottom: 0;
    right: 58px;
    margin: 0 auto;
    width: 218px;
    max-width: none;
    z-index: 998;
    right: -218px;
    -webkit-transition: right .25s linear, box-shadow .25s linear;
    transition: right .25s linear, box-shadow .25s linear;
    padding: 62px 58px 30px 30px;
    background: #fff;
}

.nav-active .inner-page .menu,
.nav-active .fixed-header.fixed-header .menu {
    box-shadow: 5px 5px 5px 9999px rgba(0, 0, 0, .5);
    right: 0;
}

.inner-page .menu .nav-opener,
.fixed-header.fixed-header .menu .nav-opener {
    display: block;
    opacity: 1;
}

.inner-page.nav-active .menu {
    box-shadow: 5px 5px 5px 9999px rgba(0, 0, 0, .5);
    right: 0;
}

#nav {
    font: 400 12px/14px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    width: 218px;
}

.inner-page #nav,
.fixed-header #nav {
    overflow: hidden;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 999;
    background: #fff;
    width: 130px;
    width: 100%;
}

#nav ul {
    border-bottom: 1px solid #fff;
}

.inner-page #nav ul,
.fixed-header #nav ul {
    border-color: #093ad6;
}

.inner-page #nav ul {
    padding: 51px 0 0;
}

.fixed-header #nav ul {
    padding: 18px 0 0;
}

.inner-page .fixed-header #nav ul {
    padding: 41px 0 0;
}

#nav li {
    border-top: 1px solid #fff;
    position: relative;
}

.inner-page #nav li,
.fixed-header #nav li {
    border-color: #093ad6;
}

#nav li:hover a,
#nav li.active a {
    font-weight: 700;
}

#nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px 9px 0;
    position: relative;
    z-index: 2;
}

.inner-page #nav a,
.fixed-header #nav a {
    color: #093ad6;
}

.nav-opener {
    display: none;
    float: right;
    font: 700 12px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: #093ad6;
    text-decoration: none;
    position: relative;
    top: 43px;
    right: 58px;
    position: fixed;
    opacity: 0;
    padding: 6px 40px 0 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.nav-opener:hover {
    opacity: .6;
}

.inner-page .nav-opener {
    top: 69px;
}

.nav-opener span {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #093ad6;
    border-radius: 50%;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 16px;
    width: 12px;
    right: 9px;
    height: 1px;
    margin-top: -2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 3;
}

.nav-opener:before,
.nav-opener:after {
    content: "";
    top: 12px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    opacity: 0;
}

.nav-opener:after {
    top: 20px;
}

.visual-gallery {
    font-size: 30px;
    line-height: 37px;
    color: #fff;
    position: relative;
    background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
}

.visual-gallery .slick-slider {
    overflow: hidden;
}

.visual-gallery .slick-slide {
    height: 100vh;
    min-height: 700px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 111;
}

.visual-gallery .text-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 1025px;
    padding: 0 30px;
    width: 100%;
    margin: 9px auto 0;
    padding: 0 283px 0 30px;
    z-index: 111;
}

.visual-gallery h2 {
    margin: 0 0 10px;
    color: #fff;
}

.visual-gallery h2 span {
    display: block;
    font-style: italic;
}

.visual-gallery .slick-arrow {
    display: none !important;
}

.visual-gallery blockquote {
    margin: 0;
}

.arrow-hold {
    max-width: 1025px;
    width: 100%;
    padding: 0 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: 73px;
    z-index: 10;
    line-height: 0;
}

.arrow {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}

.arrow:hover {
    background: #fff;
}

.arrow:hover:before,
.arrow:hover:after {
    background: #333;
}

.arrow:before,
.arrow:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 8px;
    height: 9px;
    width: 1px;
    background: #fff;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.arrow:after {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    left: 13px;
}

.container {
    padding: 132px 30px 112px;
}

.container.centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.centered .alignright {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: -47px 0 0 80px;
    border-radius: 50%;
}

.container.centered .text-section {
    max-width: calc(100% - 350px);
}

.blue-container {
    background: #093ad6;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    margin: 0 auto;
}

.blue-container:before,
.blue-container:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 9999px;
    background: #093ad6;
}

.blue-container:after {
    background: #e6e6e6;
    right: auto;
    left: 100%;
}

.blue-container .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 166px;
    position: relative;
    z-index: 2;
    margin: 0;
    background: #e6e6e6;
}

.blue-container .image:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 9999px;
    background: #e6e6e6;
    right: auto;
    left: 100%;
}

.blue-container .image img {
    max-width: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
}

.blue-container .text-section {
    padding: 165px 50px 154px 0;
    width: calc(100% - 166px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

.blue-container h2,
.blue-container p {
    width: 100%;
}

.blue-container .btn {
    margin-top: 31px;
}

.lead-text {
    font: 300 30px/37px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0 0 29px;
}

.lead-text.medium {
    font-size: 22px;
    line-height: 34px;
}

.gray-container .lead-text {
    font-size: 24px;
    line-height: 33px;
    margin: 0 0 27px;
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 100px;
}

.columns.alt .column {
    width: 50%;
}

.columns.alt .column+.column {
    width: 50%;
}

.columns .column {
    width: 69%;
    padding: 0 42px 0 0;
}

.columns .column+.column {
    width: 31%;
    padding: 0;
}

.columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 20px;
    line-height: 31px;
}

.columns-2 .column {
    width: 50%;
    padding: 0 15px 0 0;
}

.columns-2 .column+.column {
    padding: 0 0 0 15px;
}

.columns-2 .lead-text {
    font-size: 40px;
    line-height: 50px;
    margin: -15px 0 30px;
}

.columns-2 h2 {
    font-size: 17px;
    margin: 0 0 6px;
}

.cta-container {
    background: linear-gradient(to right, #fff 70%, #093ad6);
    overflow: hidden;
    position: relative;
}

.cta-container .image {
    height: auto;
    left: 12.5%;
    position: absolute;
    top: 40px;
    width: 280px;
    z-index: 5;
}

.cta-container p {
    margin: 0;
}

.cta-container .text-section {
    margin: 0 auto;
    max-width: 600px;
    padding: 4rem 2rem;
    position: relative;
    text-align: center;
    z-index: 2;
}

.blue-section {
    background: #093ad6;
    color: #fff;
    padding: 58px 54px 90px;
    margin: 0 0 100px;
}

.blue-section a {
    color: #fff;
}

.blue-section h2 {
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 30px;
}

.values {
    font-size: 15px;
    line-height: 20px;
}

.values li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
    position: relative;
}

.values li:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    bottom: -4px;
    right: 0;
}

.values strong {
    font: 300 50px/58px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-transform: uppercase;
    max-width: 50%;
    padding: 0 15px 0 0;
}

.values span {
    padding: 0 0 12px;
}

.gray-container {
    background: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
}

.gray-container:before,
.gray-container:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 9999px;
    background: #e6e6e6;
}

.gray-container:after {
    right: auto;
    left: 100%;
}

.gray-container .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    position: relative;
    z-index: 1;
    margin: 0;
}

.gray-container .image img {
    display: block;
    max-width: none;
    width: 100%;
}

.gray-container .text-section {
    max-width: 1290px;
    max-width: 645px;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0 30px;
    padding: 40px 50px 30px 30px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

.gray-container h2,
.gray-container p {
    width: 100%;
}

.blockquote {
    background-position: 50% 50%;
    background-size: cover;
    padding: 150px 90px 84px;
    color: #fff;
    text-align: center;
    margin: 0 0 100px;
    position: relative;
    mix-blend-mode: multiply;
}

.blockquote:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    mix-blend-mode: multiply;
}

.blockquote:before {
    content: "";
    position: absolute;
    width: 71px;
    height: 71px;
    background: #fff;
    border-radius: 50%;
    z-index: 3;
    left: 50%;
    top: -53px;
    margin: 0 0 0 -35px;
}

.home .blockquote:before {
    display: none;
}

.blockquote blockquote {
    font-size: 21px;
    line-height: 27px;
    position: relative;
    z-index: 2;
}

.blockquote blockquote q,
.blockquote blockquote p {
    margin: 0 0 37px;
}

.blockquote blockquote cite {
    font: 700 10px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.blockquote-blue-section {
    background: #093ad6;
    padding: 155px 9999px 127px;
    margin: 180px -9999px 127px;
    text-align: center;
    color: #fff;
    position: relative;
}

.blockquote-blue-section .author {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -82px;
    width: 179px;
    border-radius: 50%;
}

.blockquote-blue-section .author img {
    display: block;
}

.blockquote-blue-section blockquote {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
}

.blockquote-blue-section blockquote cite {
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
}

.blockquote-blue-section blockquote p,
.blockquote-blue-section blockquote q {
    margin: 0 0 32px;
}

#main {
    padding: 0 0 89px;
    position: relative;
}

.contact #main {
    padding: 0;
}

.arrow-top {
    position: absolute;
    right: 74px;
    bottom: 76px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid #093ad6;
    border-radius: 50%;
}

.arrow-top:hover {
    background: #093ad6;
}

.arrow-top:hover:before,
.arrow-top:hover:after {
    background: #fff;
}

.arrow-top:before,
.arrow-top:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 8px;
    height: 9px;
    width: 1px;
    background: #093ad6;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.arrow-top:after {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    left: 13px;
}

.contact-section {
    background-size: cover;
    background-position: 50% 50%;
    background-color: #093ad6;
    color: #fff;
    padding: 140px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 100vh;
}

.contact-section a {
    color: #fff;
}

.contact-section .title-section {
    width: calc(100% - 301px);
    padding: 0 40px 0 0;
    float: left;
    font: 300 25px/35px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.contact-section address {
    overflow: hidden;
    width: 220px;
    font-style: normal;
    font: 16px/25px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    border: 1px solid #fff;
    border-width: 1px 0;
    padding: 8px 0;
    margin: 25px 0 0;
}

.contact-section h1 {
    font: 700 79px/79px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0 0 15px;
}

.contact-section h2 {
    font: 700 12px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0;
}

.contact-section hr {
    border: none;
    height: 1px;
    background: #fff;
    margin: 5px 0 12px;
}

.visual-block {
    height: 786px;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-color: #ededed;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    position: relative;
    color: #fff;
}

.visual-block.alt {
    height: auto;
    min-height: 786px;
    padding: 190px 0;
    margin: 0 0 41px;
    background-size: cover;
    background-position: 50% 0;
}

.visual-block.alt.without-circle {
    min-height: 173px;
    padding: 0;
}

.visual-block a {
    color: #fff;
}

.visual-block .background-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    mix-blend-mode: multiply;
}

.visual-block .title-col {
    width: 405px;
    height: 405px;
    float: left;
    position: relative;
    margin: 0 90px 0 0;
    white-space: normal;
    overflow: hidden;
    position: relative;
    padding: 72px 0 0;
    font: 300 19px/25px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.visual-block .title-col .title {
    width: 405px;
    height: 405px;
    padding: 62px;
}

.visual-block .title-col .circle {
    width: 405px;
    height: 405px;
}

.visual-block .title-col h1 {
    font-size: 72px;
    line-height: 65px;
}

.visual-block .text-col {
    overflow: hidden;
    position: relative;
    padding: 72px 0 0;
    font: 300 19px/25px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.visual-block .text-col.alt {
    font-size: 17px;
    line-height: 27px;
    padding: 47px 0 0 40px;
    color: #093ad6;
}

.visual-block .text-col.alt h2 {
    font: 700 14px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 12px;
}

.visual-block .sub-head {
    font: 700 20px/25px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    margin: 0 0 9px;
}

.visual-block h2 {
    font: 300 33px/37px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-transform: none;
    margin: 0 0 6px;
}

.visual-block .meta {
    font: italic 400 14px/22px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 12px;
}

.visual-block .category {
    font: 700 10px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.visual-block p {
    margin: 0 0 22px;
}

.visual-block .read-more {
    font: 700 12px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.visual-block .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    width: 636px;
    height: 636px;
    padding: 110px 70px 110px 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.visual-block .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    mix-blend-mode: multiply;
    border-radius: 50%;
    background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    width: 636px;
    height: 636px;
}

.visual-block h1 {
    color: #fff;
    font-size: 100px;
    line-height: 94px;
    margin: 0;
}

.visual-block .circles {
    overflow: hidden;
    margin: 0 0 56px;
    color: #fff;
}

.visual-block .circles .circ {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    float: left;
    margin: 0 0 0 -37px;
    mix-blend-mode: multiply;
    position: relative;
}

.visual-block .circles .blue {
    background: #093ad6;
    margin: 0;
}

.visual-block .circles .green {
    background: #9c3;
}

.visual-block .circles .yellow {
    background: #fae500;
}

.visual-block .circles strong {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font: 700 13px/15px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.about-section {
    text-align: center;
    padding: 65px 0 0;
}

.about-section p {
    text-align: left;
}

.about-section h2 {
    font: 300 40px/45px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0 0 72px;
    text-transform: none;
}

.about-section .btn {
    margin-top: 97px;
}

.open-close {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
}

.open-close.active .circle {
    visibility: visible;
    opacity: 1;
}

.open-close.active .opener:after {
    opacity: 0;
}

.open-close .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 301px;
    z-index: 2;
    margin: 0;
}

.open-close .image img {
    display: block;
    max-width: none;
    width: 100%;
    mix-blend-mode: multiply;
}

.open-close .image h3 {
    display: none;
}

.open-close .slide-col {
    position: relative;
}

.open-close .slide {
    overflow: hidden;
    position: relative;
}

.open-close .text {
    padding: 71px 70px 36px 83px;
    background: #e6e6e6;
    height: 100%;
    width: calc(100% - 301px);
    float: right;
    position: relative;
}

.open-close .text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 999px;
    background: #e6e6e6;
}

.open-close .circle {
    mix-blend-mode: multiply;
    background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    visibility: hidden;
    opacity: 0;
    width: 178px;
    height: 178px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.open-close .opener {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    top: 26px;
    right: 27px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #093ad6;
}

.open-close .opener:before,
.open-close .opener:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 9px;
    width: 13px;
    height: 1px;
    background: #fff;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.open-close .opener:after {
    width: 1px;
    height: 13px;
    top: 9px;
    left: 15px;
}

.open-close blockquote {
    width: 301px;
    padding: 38px 33px;
    font-size: 17px;
    line-height: 25px;
    margin: 301px 0 0;
    float: left;
}

.open-close blockquote p,
.open-close blockquote q {
    margin: 0 0 19px;
}

.open-close blockquote cite {
    font-size: 9px;
    line-height: 14px;
    font-weight: 700;
}

.open-close h3 {
    font: 700 15px/25px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.open-close h3 span {
    font-weight: 400;
}

.open-close p {
    margin: 0 0 15px;
}

.open-close .info {
    display: block;
    margin: -15px 0 15px;
}

.open-close dl {
    margin: 24px 0 0;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.open-close dl dt {
    border-top: 1px solid #093ad6;
    float: left;
    font: 700 12px/25px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 7px 8px 5px 0;
}

.open-close dl dd {
    padding: 6px 0;
    border-top: 1px solid #093ad6;
    margin: 0;
}

.open-close dl a {
    text-decoration: none;
}

.open-close dl a:hover {
    text-decoration: underline;
}

.articles-section,
.twocolumns {
    max-width: 1025px;
    margin: 0 auto;
    padding: 0 30px;
}

.breadcrumbs {
    font: 400 12px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
}

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

.breadcrumbs li+li:before {
    content: ">";
    display: inline;
    margin: 0 3px 0 4px;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .current_item {
    font-weight: 700;
}

.btn-back {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    position: relative;
    font: 700 14px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-back:before,
.btn-back:after {
    background: #093ad6;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    top: 7px;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    width: 9px;
}

.btn-back:after {
    top: 12px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.btn-back:hover {
    text-decoration: underline;
}

.meta {
    font: italic 400 14px/22px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 20px;
}

.meta span.category,
.meta a.category {
    font: 700 10px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.bg-image-block {
    display: block;
    height: 292px;
    width: 100%;
}

.image {
    margin: 0 0 34px;
}

.image.gradient {
    mix-blend-mode: multiply;
    background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
}

.image.gradient img {
    mix-blend-mode: multiply;
}

.image img {
    display: block;
    max-width: none;
    width: 100%;
}

.inline-block {
    display: inline-block;
}

.banner img,
.image.gradient img,
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.share-block {
    margin: 44px 0 12px;
    padding: 0 0 27px;
    border-bottom: 1px solid #093ad6;
}

.share-block .title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 37px 0 0;
    font: 700 12px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
}

.social-networks {
    display: inline-block;
    vertical-align: middle;
}

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

.social-networks i {
    font-size: 30px;
}

.social-networks span {
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.social-networks span:hover {
    opacity: .6;
}

.article-author {
    float: right;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin: 12px 0 0 30px;
}

.article-author img {
    width: 54px;
    border-radius: 50%;
    float: right;
    margin: 0 0 0 20px;
}

.article-author span {
    display: block;
    overflow: hidden;
    padding: 28px 0 0;
}

.article-author span a {
    text-decoration: none;
}

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

.comments-section {
    border-bottom: 1px solid #093ad6;
    margin: 0 0 89px;
    overflow: hidden;
}

.comments-section h2 {
    font: 400 20px/25px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0;
    text-transform: none;
    padding: 0 0 15px;
}

.comments-section.active .comments-opener .close {
    display: block;
}

.comments-section.active .comments-opener .open {
    display: none;
}

.comments-slide {
    padding: 29px 0 0;
    clear: both;
}

.comments-opener-2,
.comments-opener {
    float: right;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
}

.comments-opener-2:hover,
.comments-opener:hover {
    text-decoration: underline;
}

.comments-opener-2 .close,
.comments-opener .close {
    display: none;
}

.comments-respond-slide {
    width: 100%;
}

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

.articles-section h2 {
    font: 300 30px/35px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0 0 36px;
    text-transform: none;
    text-align: left;
}

.blog-page .articles-section h2 {
    margin: 0 0 32px;
}

.articles-section .btn {
    margin-top: 43px;
}

.articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -29px 0 0;
    width: calc(100% + 29px);
    line-height: 23px;
    text-align: left;
}

#sidebar .articles {
    margin: 34px 0 0;
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    width: 100%;
}

.articles article {
    width: 33.333%;
    padding: 0 29px 50px 0;
}

#sidebar .articles article {
    width: auto;
    padding: 0 0 32px;
}

.articles h4,
.articles h3 {
    font: 700 18px/25px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 4px;
}

#sidebar .articles h4,
#sidebar .articles h3 {
    font: 700 15px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 -2px;
}

.articles h4 a,
.articles h3 a {
    text-decoration: none;
}

.articles h4 a:hover,
.articles h3 a:hover {
    text-decoration: underline;
}

.articles .image {
    margin: 0 0 34px;
    display: block;
    margin: 0 0 29px;
    background: #093ad6;
    background-blend-mode: screen;
}

#sidebar .articles .image {
    margin: 0 0 21px;
}

.blog-page #sidebar .articles .image {
    float: left;
    width: 135px;
    margin: 2px 12px 0 0;
}

.articles .image img {
    display: block;
    max-width: none;
    width: 100%;
    mix-blend-mode: screen;
}

.articles .meta {
    font: italic 400 14px/22px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 21px;
}

#sidebar .articles .meta {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 6px;
}

.articles .category {
    font: 700 10px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.articles .text {
    overflow: hidden;
}

.articles p {
    margin: 0 0 25px;
}

#sidebar .articles p {
    margin: 0 0 4px;
}

.articles .read-more {
    font: 700 12px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#sidebar .articles .read-more {
    font-size: 10px;
    line-height: 18px;
}

.banner {
    margin: 0 0 40px;
    font: 700 12px/21px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
}

.blog-page .banner {
    font-size: 17px;
    line-height: 24px;
}

.banner a {
    display: block;
    mix-blend-mode: multiply;
    background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    position: relative;
}

.banner img {
    display: block;
    max-width: none;
    width: 100%;
    mix-blend-mode: multiply;
}

.banner .text-hold {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 24px;
    width: 100%;
    color: #fff;
}

.blog-page .banner .text-hold {
    text-align: center;
}

.banner .sub-head {
    display: block;
    font-size: 10px;
}

.blog-page .banner .sub-head {
    font-size: 17px;
}

.banner .heading {
    display: block;
    margin: 0 0 15px;
    font: 300 34px/32px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-transform: none;
}

.blog-page .banner .heading {
    font-size: 60px;
    line-height: 57px;
    margin: 0 0 25px;
}

.banner p {
    margin: 0;
}

.search-form {
    margin: 0 0 50px;
    padding: 0 55px 0 0;
    position: relative;
}

.search-form input[type="search"] {
    width: 100%;
    font: 400 12px/16px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.search-form input[type="search"]::-webkit-input-placeholder {
    text-transform: uppercase;
}

.search-form input[type="search"]::-moz-placeholder {
    opacity: 1;
    text-transform: uppercase;
}

.search-form input[type="search"]:-moz-placeholder {
    text-transform: uppercase;
}

.search-form input[type="search"]:-ms-input-placeholder {
    text-transform: uppercase;
}

.search-form input[type="search"].placeholder {
    text-transform: uppercase;
}

.search-form button[type="submit"] {
    position: absolute;
    top: 1px;
    right: 5px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #093ad6;
    background: none;
    margin: 0;
    padding: 9px;
    font-size: 0;
    line-height: 0;
}

.search-form button[type="submit"] i {
    font-size: 18px;
}

.search-form button[type="submit"]:hover {
    background: #093ad6;
    color: #fff;
}

#sidebar .widget_event {
    background: #e6e6e6;
    padding: 20px 20px 46px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

#sidebar .widget_event .image {
    background-blend-mode: multiply;
    display: block;
    margin: 0 0 29px;
    background: #9c3;
    position: relative;
    color: #fff;
    text-decoration: none;
}

#sidebar .widget_event .image img {
    mix-blend-mode: multiply;
}

#sidebar .widget_event .date {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    font: 700 17px/25px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
}

#sidebar .widget_event .date time {
    font: 300 73px/70px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

#sidebar .widget_event h3 {
    font: 700 20px/25px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 4px;
}

#sidebar .widget_event h3 a {
    text-decoration: none;
}

#sidebar .widget_event h3 a:hover {
    text-decoration: underline;
}

#sidebar .widget_event .description {
    display: block;
    margin: 0 0 12px;
    font: 17px/22px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

#sidebar .widget_event p {
    margin: 0 0 25px;
}

.tribe-events-list-widget {
    padding: 34px;
    background: #e6e6e6;
    position: relative;
}

.tribe-events-list-widget:before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 1px;
    background: #fff;
}

.tribe-events-list-widget h3 {
    text-align: center;
}

#sidebar .tribe-events-list-widget h3 {
    font-size: 25px;
    margin: 0 0 25px;
}

.tribe-events-list-widget .tribe-list-widget {
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #093ad6;
}

.tribe-events-list-widget .tribe-list-widget li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid #093ad6;
    padding: 8px 0;
    margin: 0;
}

.tribe-events-list-widget .tribe-list-widget .tribe-event-duration {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    font: 700 12px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 0 20px 0 0;
}

.tribe-events-list-widget .tribe-list-widget .tribe-event-title {
    font: 14px/22px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0;
}

.tribe-events-list-widget .tribe-list-widget .tribe-event-title a {
    display: block;
    position: relative;
    padding: 0 20px 0 0;
    text-decoration: none;
}

.tribe-events-list-widget .tribe-list-widget .tribe-event-title a:hover {
    text-decoration: underline;
}

.tribe-events-list-widget .tribe-list-widget .tribe-event-title a:before,
.tribe-events-list-widget .tribe-list-widget .tribe-event-title a:after {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    height: 1px;
    width: 7px;
    background: #093ad6;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.tribe-events-list-widget .tribe-list-widget .tribe-event-title a:after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: 12px;
}

.tribe-events-list-widget .tribe-list-widget .tribe-event-date-end {
    display: block;
}

.tribe-events-list-widget .tribe-events-widget-link {
    margin: 30px 0 0;
    text-align: center;
}

.tribe-events-list-widget .tribe-events-widget-link a,
.read-more {
    font: 700 12px/22px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
}

.posts-holder {
    margin: 0 0 100px;
}

.posts {
    line-height: 1.44;
    margin: 0 0 -36px;
}

.posts article {
    margin: 0 0 68px;
}

.posts article:first-child p {
    font: 300 19px/25px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.posts article:first-child .image {
    mix-blend-mode: multiply;
    background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
}

.posts article:first-child .image img {
    mix-blend-mode: multiply;
}

.posts h2 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 5px;
}

.posts .image {
    margin: 0 0 29px;
    background: #093ad6;
    background-blend-mode: screen;
}

.posts .image img {
    mix-blend-mode: screen;
}

.posts .image.gradient {
    background-blend-mode: screen;
}

.posts .image.gradient img {
    mix-blend-mode: screen;
}

.posts .read-more {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
}

#tribe-bar-views .tribe-bar-views-list {
    z-index: 0;
}

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

.text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 104px;
    line-height: 1.69;
}

.text-container .title {
    max-width: 333px;
    padding: 0 30px 0 0;
}

.text-container .text {
    width: calc(100% - 333px);
}

.text-container h2 {
    font-size: 20px;
    line-height: 27px;
}

.section-hold h2 {
    font: 300 40px/50px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-align: center;
    text-transform: none;
    margin: 0 0 17px;
}

.sub-heading {
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin: 0 0 110px;
}

.steps {
    line-height: 1.69;
    margin: 0 0 186px;
}

.steps li {
    background: #e6e6e6;
    padding: 62px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 0 32px;
    position: relative;
    min-height: 271px;
}

.steps li:first-child .icon:after {
    top: 50%;
}

.steps li:last-child .icon:after {
    bottom: auto;
    height: 50%;
}

.steps .icon {
    width: 125px;
    border-radius: 50%;
    margin: 0 53px 0 0;
}

.steps .icon img {
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 2;
}

.steps .icon:after {
    content: "";
    position: absolute;
    left: 130px;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #fff;
}

.steps .text-block {
    width: calc(100% - 178px);
}

.steps h3 {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 19px;
    font-weight: 700;
}

.steps h3 span {
    font-weight: 400;
}

.steps p {
    margin: 0;
}

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

.blocks-container .btn {
    margin: 130px 0 50px;
    min-width: 258px;
}

.blocks {
    background: #e6e6e6;
    overflow: hidden;
    line-height: 1.69;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.blocks+.blocks {
    margin: 10px 0 0;
}

.blocks .image {
    width: 40.51%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    mix-blend-mode: multiply;
    margin: 0;
}

.blocks .gradient {
    position: absolute;
    background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}

.blocks .icon {
    position: absolute;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    top: 74px;
    right: -35px;
}

.blocks .icon img {
    display: block;
}

.blocks .text-block {
    width: 59.49%;
    overflow: hidden;
    padding: 99px 113px 114px;
}

.blocks blockquote {
    font-size: 18px;
    line-height: 27px;
    padding: 32px 0 0;
    margin: 27px 0 0;
    position: relative;
}

.blocks blockquote:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background: #093ad6;
    top: 0;
    left: 0;
}

.blocks blockquote p,
.blocks blockquote q {
    margin: 0 0 20px;
}

.blocks blockquote cite {
    font: 700 10px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.blocks h3 {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 18px;
}

.blocks .frame {
    max-width: 550px;
}

.blue-holder {
    padding: 172px 9999px 242px;
    margin: 0 -9999px 100px;
    background: #093ad6;
    color: #fff;
}

.blue-holder a {
    color: #fff;
}

.blue-holder a:hover {
    text-decoration: underline;
}

.blue-holder h2 {
    font: 300 40px/45px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    text-transform: none;
    margin: 0 0 87px;
}

.blue-holder h3 {
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 7px;
}

.blue-holder .lead-text {
    font-size: 29px;
    line-height: 40px;
    padding: 0 0 37px;
    margin: 0 0 40px;
    position: relative;
}

.blue-holder .lead-text:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.blue-holder .cols {
    white-space: nowrap;
}

.blue-holder .cols+.cols {
    margin: 85px 0 0;
}

.blue-holder .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    white-space: normal;
    padding: 0 25px 0 0;
}

.blue-holder .col+.col {
    padding: 0 0 0 25px;
}

.blue-holder .col+.col p {
    font: 300 15px/25px "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0 0 10px;
}

.blue-holder ul {
    font: 400 13px/17px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    border-bottom: 1px solid #fff;
}

.blue-holder ul li {
    border-top: 1px solid #fff;
    padding: 16px 0 19px;
}

.blue-holder ul a {
    display: block;
    padding: 0 30px 0 0;
    text-decoration: none;
    position: relative;
}

.blue-holder ul .anchor:before,
.blue-holder ul .anchor:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    height: 1px;
    width: 8px;
    background: #fff;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.blue-holder ul .anchor:after {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 12px;
}

.tab-section {
    background: #e6e6e6;
    padding: 68px 82px 101px;
    position: relative;
    line-height: 1.69;
    margin: 0 0 133px;
}

.tab-section.blue {
    background: #093ad6;
    color: #fff;
}

.tab-section.blue a {
    color: #fff;
}

.tab-section.blue .icon {
    background: #e6e6e6;
}

.tab-section.blue .tabset {
    border-bottom-color: #fff;
}

.tab-section.blue .tabset li {
    border-color: #fff;
}

.tab-section.blue .tabset .active:before,
.tab-section.blue .tabset .active:after {
    background: #fff;
}

.tab-section.blue .tab-opener {
    border-color: #fff;
}

.tab-section.blue .tab-opener:before,
.tab-section.blue .tab-opener:after {
    background: #fff;
}

.tab-section.blue .tab-content {
    border-color: #fff;
}

.tab-section .icon {
    position: absolute;
    top: -35px;
    right: 52px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #093ad6;
}

.tab-section .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.tab-section h2 {
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 16;
}

.tab-section .lead-text {
    font-size: 21px;
    line-height: 37px;
    margin: 0 0 52px;
}

.tab-section .tabset {
    display: inline-block;
    vertical-align: top;
    margin: 0 -7px 0 0;
    padding: 6px 0 0;
    width: 47.5%;
    font: 400 13px/17px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #093ad6;
}

.tab-section .tabset li {
    border-top: 1px solid #093ad6;
}

.tab-section .tabset a {
    display: block;
    padding: 18px 30px 17px 0;
    text-decoration: none;
    position: relative;
}

.tab-section .tabset .active {
    font-weight: 700;
}

.tab-section .tabset .active:before,
.tab-section .tabset .active:after {
    content: "";
    position: absolute;
    top: 23px;
    right: 6px;
    height: 1px;
    width: 8px;
    background: #093ad6;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.tab-section .tabset .active:after {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 28px;
}

.tab-section .tab-content {
    display: inline-block;
    vertical-align: top;
    margin: 0 -7px 0 0;
    width: 51%;
    padding: 0 0 0 22px;
}

.tab-section .tab-opener {
    display: none;
    font: 400 13px/17px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    border-top: 1px solid #093ad6;
    padding: 10px 30px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.tab-section .tab-opener:before,
.tab-section .tab-opener:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 5px;
    height: 1px;
    width: 8px;
    background: #093ad6;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tab-section .tab-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}

.tab-section .tab-element.tab-active .tab-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tab-section .tab-element.tab-active .tab-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

.btn-hold .btn {
    margin: -21px 0 0;
}

.slogan-section {
    font: 12px/20px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 111px 0 92px;
    margin: 49px 0 -13px;
    z-index: 3;
}

.slogan-section.animated .icon,
.slogan-section:hover .icon {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0);
    transform: translateX(-50%) translateY(-50%) rotate(0);
}

.slogan-section.animated span,
.slogan-section:hover span {
    color: #093ad6;
    font-weight: 700;
}

.slogan-section.animated strong,
.slogan-section:hover strong {
    font-weight: normal;
    color: #999;
}

.slogan-section strong,
.slogan-section span {
    display: inline-block;
    vertical-align: top;
    padding: 0 90px 0 0;
    margin: 0 -4px 0 0;
    font-weight: 700;
    width: 50%;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

.slogan-section span {
    color: #999;
    padding: 0 0 0 150px;
    font-weight: 400;
}

.slogan-section .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 166px;
    height: 94px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #fff;
}

.slogan-section .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.plan-container {
    text-align: center;
    padding: 96px 0 0;
}

.plan-container h2 {
    font-size: 20px;
    margin: 0 0 8px;
}

.plan-container .lead-text {
    font-size: 21px;
    line-height: 37px;
}

.plan-section {
    position: relative;
    margin: 90px 0 164px;
    font-size: 14px;
}

.plan-section:before {
    content: "";
    position: absolute;
    left: 109px;
    top: 119px;
    bottom: 109px;
    right: 109px;
    border: 1px solid #093ad6;
    border-radius: 20px;
}

.plan-section .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.plan-section .boxes:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    height: 1px;
    background: #093ad6;
}

.plan-section .box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
    width: 219px;
    height: 219px;
    border-radius: 50%;
    background: #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 20px;
}

.plan-section .user {
    box-shadow: 0 0 0 11px #fff;
    margin: 34px auto 0;
    padding: 0;
    color: #fff;
}

.plan-section .user:before,
.plan-section .user:after {
    content: "";
    position: absolute;
    top: 50%;
    margin: -3px 0 0;
    right: -16px;
    height: 1px;
    width: 7px;
    background: #093ad6;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.plan-section .user:after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    margin: 1px 0 0;
}

.plan-section .user .gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background: -webkit-linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    background: linear-gradient(45deg, #093ad6 0%, #9c3 71%, #fae500 100%);
    border-radius: 50%;
}

.plan-section .user .gradient:before,
.plan-section .user .gradient:after {
    content: "";
    position: absolute;
    top: 50%;
    margin: -3px 0 0;
    left: -16px;
    height: 1px;
    width: 7px;
    background: #093ad6;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.plan-section .user .gradient:after {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    margin: 1px 0 0;
}

.plan-section .user img {
    display: block;
    width: 100%;
    border-radius: 50%;
    mix-blend-mode: multiply;
}

.plan-section .user .title {
    position: absolute;
    bottom: 51px;
    left: 20px;
    right: 20px;
    width: auto;
    font-size: 18px;
}

.plan-section .blue {
    background: #093ad6;
    color: #fff;
    margin: 0 auto 50px;
}

.plan-section .blue a {
    color: #fff;
}

.plan-section .blue .icon {
    background: #e6e6e6;
}

.plan-section .icon {
    position: absolute;
    top: -18px;
    right: 18px;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background: #093ad6;
}

.plan-section .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.plan-section .plus,
.plan-section .title {
    display: block;
    width: 100%;
    font: 700 14px/24px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.plan-section .plus {
    font-size: 24px;
    margin: 0 0 4px;
}

.plan-section .title {
    margin: 0 0 4px;
}

.plan-section p {
    margin: 0;
    width: 100%;
}

#footer {
    background: #093ad6;
    color: #fff;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding: 98px 0;
}

#footer:before,
#footer:after {
    content: "";
    position: absolute;
    background: #093ad6;
    top: 0;
    bottom: 0;
    width: 9999px;
    left: 100%;
}

#footer:after {
    left: auto;
    right: 100%;
}

#footer a {
    color: #fff;
}

#footer .copy {
    float: right;
}

#footer .copy a {
    text-decoration: none;
    font-weight: 700;
}

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

.social-links {
    display: block;
}

.social-links ul {
    margin: 0 0 1.5rem;
    padding: 0;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li a {
    display: block;
    margin-right: 2.25rem;
    transition: 0.3s;
}

.social-links ul li:last-of-type a {
	margin: 0;
}

.social-links ul li a:hover {
    opacity: 0.2;
}

.social-links ul li a span {
    display: block;
    height: 20px;
    width: 20px;
}

.social-links ul li a span.facebook-icon {
    background: url('images/social-icons/facebook.svg') center/contain no-repeat;
}

.social-links ul li a span.linkedin-icon {
    background: url('images/social-icons/linkedin.svg') center/contain no-repeat;
}

.social-links ul li a span.instagram-icon {
    background: url('images/social-icons/instagram.svg') center/contain no-repeat;
}

@media all and (max-width: 768px) {
	.social-links {
		margin-top: 2rem;
		text-align: center;
	}
}


#footer .terms {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 14px;
}

.home #footer .terms {
    display: none;
}

#footer .logo {
    margin: 0;
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}


/* Slick slider styles */

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

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

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

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

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

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

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

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

.hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hold .text-section {
    width: calc(100% - 467px);
    padding: 0 0 0 50px;
}

.image-animation {
    position: relative;
    margin: 10px 0 0;
    width: 467px;
    white-space: nowrap;
}

.image-animation:hover .circle-1 {
    left: 93px;
}

.image-animation:hover .circle-2 {
    right: 194px;
}

.image-animation:hover .icon {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.image-animation .circle-1 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 0;
    -webkit-transition: left 1.5s ease;
    transition: left 1.5s ease;
    mix-blend-mode: multiply;
    cursor: pointer;
}

.image-animation .circle-2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    right: 101px;
    -webkit-transition: right 1.5s ease;
    transition: right 1.5s ease;
    mix-blend-mode: multiply;
    cursor: pointer;
}

.image-animation .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0);
    transform: translateX(-50%) translateY(-50%) rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    cursor: pointer;
}

@media (min-width: 768px) {
    .home .menu {
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        left: 50%;
        height: 100vh;
        max-width: 1025px;
        padding: 0 30px;
        width: 100%;
        margin: 38px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tab-section .slide.js-slide-hidden {
        position: static !important;
    }
}

@media (max-width: 1199px) {
    .blog-page #content {
        width: calc(100% - 380px);
    }

    .blog-page #sidebar {
        width: 380px;
    }

    .container {
        padding: 70px 30px;
    }

    .blue-container .image {
        width: 266px;
    }

    .blue-container .text-section {
        width: calc(100% - 266px);
        padding: 70px 50px 70px 0;
    }

    .blue-container .btn {
        margin-top: 20px;
    }

    .lead-text {
        font-size: 24px;
        line-height: 33px;
    }

    .values strong {
        font-size: 40px;
        line-height: 48px;
    }

    .gray-container .text-section {
        padding: 40px 50px 30px 30px;
    }

    .gray-container .lead-text {
        font-size: 20px;
        line-height: 30px;
    }

    .gray-container .btn {
        margin: 0;
    }

    #main {
        padding: 0 0 50px;
    }

    .arrow-top {
        bottom: 60px;
    }

    .blocks .text-block {
        padding: 70px 50px;
    }

    .blue-holder {
        padding: 100px 9999px;
        margin: 0 -9999px 50px;
    }
}

@media (max-width: 1024px) {
    .blog-page .widget_categories ul a {
        padding: 6px 15px 5px;
        margin: 0 6px 10px 0;
    }

    .header-hold {
        padding: 45px 30px;
    }

    .nav-opener {
        right: 30px;
    }

    .inner-page .nav-opener {
        top: 45px;
    }

    .columns {
        margin: 0 0 50px;
    }

    .blue-section {
        margin: 0 0 50px;
    }

    .cta-container {
        background: #fff;
    }

    .cta-container .text-section {
        padding: 2rem;
    }

    .cta-container .text-section p {
        margin: 0 0 10px;
    }

    .cta-container .image {
        display: none;
    }

    .visual-block.alt.without-circle {
        min-height: 123px;
    }

    .visual-block .title {
        width: 500px;
        height: 500px;
        padding: 70px;
    }

    .visual-block .circle {
        width: 500px;
        height: 500px;
    }

    .visual-block h1 {
        font-size: 70px;
        line-height: 68px;
    }

    .about-section {
        padding: 0;
    }

    .about-section h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 50px;
    }

    .open-close .text {
        padding: 71px 40px 40px 40px;
    }

    .sub-heading {
        margin: 0 0 50px;
    }

    .steps {
        margin: 0 0 50px;
    }

    .steps li {
        padding: 40px 40px;
        min-height: 0;
    }

    .steps .icon {
        margin: 0 40px 0 0;
    }

    .steps .icon:after {
        left: 102px;
    }

    .blocks-container {
        margin: -50px 0 0;
    }

    .blocks-container .btn {
        margin: 50px 0 0;
    }

    .blocks .image {
        width: 33.333%;
    }

    .blocks .text-block {
        width: 66.666%;
    }

    .blocks .frame {
        max-width: none;
    }
}

@media (max-width: 1023px) {
    body.home {
        font-size: 18px;
    }

    .blog-page #content {
        width: calc(100% - 300px);
    }

    .blog-page #sidebar {
        width: 300px;
    }

    #sidebar h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .commentlist-item {
        font-size: 14px;
    }

    .commentlist-item .commentlist-item {
        margin: 0 0 32px 50px;
        padding: 3px 0 0 20px;
    }

    .commentlist-item .meta {
        float: none;
        width: auto;
        margin: 0 0 4px;
    }

    iframe {
        width: 100%;
    }

    .container.centered .alignright {
        margin: 0 0 0 40px;
        width: 200px;
    }

    .container.centered .text-section {
        max-width: calc(100% - 220px);
    }

    .lead-text {
        font-size: 21px;
    }

    .lead-text.medium {
        font-size: 18px;
        line-height: 25px;
    }

    .gray-container .lead-text {
        font-size: 21px;
    }

    .columns-2 .lead-text {
        font-size: 30px;
        line-height: 38px;
        margin: -10px 0 30px;
    }

    .blue-section {
        padding: 40px;
    }

    .values {
        font-size: 13px;
    }

    .values strong {
        font-size: 25px;
        line-height: 38px;
        max-width: 40%;
    }

    .values span {
        padding: 0 0 6px;
    }

    .gray-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gray-container .image {
        width: calc(100% + 60px);
        margin: 0 -30px;
    }

    .gray-container .text-section {
        padding: 70px 30px;
        width: 100%;
        max-width: none;
    }

    .blockquote {
        margin: 0 -30px 50px;
        padding: 100px 70px 70px;
    }

    .blockquote-blue-section {
        margin: 100px -9999px 50px;
        padding: 90px 9999px 50px;
    }

    .blockquote-blue-section .author {
        width: 100px;
        top: -40px;
    }

    .blockquote-blue-section blockquote {
        font-size: 21px;
        line-height: 27px;
    }

    #main {
        padding: 0 0 40px;
    }

    .arrow-top {
        bottom: 45px;
        right: 30px;
    }

    .contact-section .title-section {
        width: calc(100% - 220px);
    }

    .contact-section h1 {
        font-size: 50px;
        line-height: 53px;
    }

    .visual-block.alt {
        min-height: 0;
    }

    .visual-block .title-col {
        width: 300px;
        height: 300px;
        margin: 0 50px 0 0;
    }

    .visual-block .title-col .title {
        width: 300px;
        height: 300px;
        padding: 60px;
    }

    .visual-block .title-col .circle {
        width: 300px;
        height: 300px;
    }

    .visual-block .title-col h1 {
        font-size: 50px;
        line-height: 46px;
    }

    .visual-block .text-col {
        padding: 10px 0 0;
    }

    .visual-block .text-col.alt {
        padding: 0 0 0 70px;
    }

    .visual-block .circles .circ {
        width: 100px;
        height: 100px;
        margin: 0 0 0 -20px;
    }

    .article-author {
        font-size: 11px;
        margin: 0 0 0 20px;
    }

    .article-author img {
        width: 30px;
        margin: 0 0 0 15px;
    }

    .article-author span {
        padding: 10px 0 0;
    }

    .comments-section {
        margin: 0 0 50px;
    }

    .articles-section {
        margin: 0 0 30px;
    }

    .articles-section .btn {
        margin-top: 0;
    }

    .blog-page #sidebar .articles .image {
        width: 110px;
    }

    .blog-page .banner .heading {
        font-size: 34px;
        line-height: 32px;
        margin: 0 0 15px;
    }

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

    #sidebar .widget_event .date time {
        font-size: 40px;
        line-height: 40px;
    }

    #sidebar .widget_event h3 {
        font-size: 19px;
    }

    .posts-holder {
        margin: 0 0 50px;
    }

    .posts article {
        margin: 0 0 30px;
    }

    .posts .image {
        margin: 0 0 20px;
    }

    .posts .read-more {
        margin: 0;
    }

    .text-container {
        display: block;
        margin: 0 0 50px;
    }

    .text-container .title {
        max-width: none;
        padding: 0;
    }

    .text-container .text {
        width: 100%;
    }

    .blocks-container .btn {
        margin: 40px 0 0;
    }

    .blue-holder .lead-text {
        font-size: 18px;
        line-height: 27px;
    }

    .blue-holder .cols+.cols {
        margin: 40px 0 0;
    }

    .blue-holder .col {
        padding: 0 15px 0 0;
    }

    .blue-holder .col+.col {
        padding: 0 0 0 15px;
    }

    .tab-section {
        padding: 60px 40px;
        margin: 0 0 70px;
    }

    .slogan-section {
        margin: 0 0 -13px;
        padding: 66px 0;
        font-size: 11px;
    }

    .slogan-section strong,
    .slogan-section span {
        padding: 0 80px 0 0;
    }

    .slogan-section span {
        padding: 0 0 0 80px;
    }

    .slogan-section .icon {
        width: 160px;
        height: 160px;
    }

    .slogan-section .icon img {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.6);
        -ms-transform: translateX(-50%) translateY(-50%) scale(.6);
        transform: translateX(-50%) translateY(-50%) scale(.6);
    }

    .plan-container {
        padding: 50px 0 0;
    }

    .plan-section {
        font-size: 12px;
        margin: 60px 0 100px;
    }

    .plan-section:before {
        left: 84px;
        top: 84px;
        bottom: 84px;
        right: 84px;
    }

    .plan-section .box {
        width: 169px;
        height: 169px;
        padding: 15px;
    }

    .plan-section .user .title {
        bottom: 40px;
    }

    .plan-section .icon {
        width: 50px;
        height: 50px;
        top: -10px;
        right: 10px;
    }

    .plan-section .plus,
    .plan-section .title {
        font-size: 10px;
        line-height: 19px;
    }

    .plan-section .plus {
        font-size: 20px;
    }

    .plan-section .title {
        font-size: 9px;
        line-height: 19px;
    }

    #footer {
        padding: 40px 0;
    }

    #footer .copy {
        margin: 10px 0 0;
    }

    #footer .logo {
        width: 150px;
    }

    .hold .text-section {
        width: calc(100% - 300px);
        padding: 0 0 0 30px;
    }

    .image-animation {
        width: 300px;
    }

    .image-animation:hover .circle-1 {
        left: 65px;
    }

    .image-animation:hover .circle-2 {
        right: 120px;
    }

    .image-animation .circle-1 {
        width: 180px;
    }

    .image-animation .circle-2 {
        width: 180px;
        right: 70px;
    }

    .image-animation .icon {
        width: 40px;
    }
}

@media (max-width: 767px) {
    blockquote {
        font-size: 21px;
        line-height: 28px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="password"],
    textarea {
        padding: 9px 15px;
    }

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

    .blog-page #content {
        width: 100%;
    }

    #sidebar {
        width: 100%;
        float: none;
        padding: 30px 0;
    }

    .blog-page #sidebar {
        width: 100%;
        padding: 30px 0;
    }

    .comment-respond {
        margin: 0 0 20px;
    }

    .comment-form {
        margin: 0;
    }

    .comment-form p {
        margin: 0;
        display: block;
        width: 100%;
    }

    .commentlist-item {
        padding: 20px;
    }

    .commentlist-item .commentlist-item {
        margin: 0 0 20px 15px;
        padding: 3px 0 0 20px;
    }

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

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

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

    .btn {
        margin: 10px 0 0;
        padding: 11px 30px 10px;
    }

    .header-hold {
        padding: 20px;
    }

    .holder,
    .container,
    .blue-container {
        padding: 0 20px;
    }

    .home .logo {
        margin: 0;
    }

    .logo {
        width: 120px;
        margin: 0;
    }

    .home .menu {
        padding: 0;
        height: auto;
        margin: 16px 0 0;
        position: absolute !important;
        top: 0;
        bottom: -999px;
        width: 100%;
        right: -100%;
        padding: 62px 20px 20px 20px;
        -webkit-transition: right .25s linear, box-shadow .25s linear;
        transition: right .25s linear, box-shadow .25s linear;
        background: #fff;
        margin: 0;
    }

    .home.nav-active .menu {
        box-shadow: 5px 5px 5px 9999px rgba(0, 0, 0, .5);
        right: 0;
    }

    .menu {
        padding: 0;
        height: auto;
        margin: 16px 0 0;
    }

    .inner-page .menu,
    .fixed-header.fixed-header .menu {
        position: absolute !important;
        bottom: -999px;
        width: 100%;
        right: -100%;
        padding: 75px 20px 20px 20px;
    }

    .inner-page .menu .nav-opener,
    .fixed-header.fixed-header .menu .nav-opener {
        top: 16px;
        position: absolute;
        right: 20px;
        display: none;
    }

    .menu .nav-opener {
        display: none;
    }

    #nav {
        width: 100%;
    }

    #nav ul {
        border-color: #093ad6;
    }

    .inner-page #nav ul {
        padding: 0;
    }

    .fixed-header #nav ul {
        padding: 0;
    }

    .inner-page .fixed-header #nav ul {
        padding: 0;
    }

    .nav-active #nav ul {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    #nav li {
        border-color: #093ad6;
    }

    #nav a {
        color: #093ad6;
    }

    .nav-opener {
        position: relative;
        display: block;
        opacity: 1;
        float: right;
        top: -4px;
        right: 0;
        z-index: 999;
        text-shadow: none;
    }

    .inner-page .nav-opener {
        top: -4px;
    }

    .nav-opener span {
        box-shadow: none;
    }

    .visual-gallery .slick-slide {
        min-height: 400px;
    }

    .visual-gallery .text-holder {
        padding: 0 20px;
    }

    .arrow-hold {
        bottom: 30px;
        text-align: center;
    }

    .container {
        padding: 40px 20px;
    }

    .container.centered {
        display: block;
    }

    .container.centered .alignright {
        max-width: 200px;
        margin: 0 auto 30px;
        float: none;
        display: block;
    }

    .container.centered .text-section {
        max-width: 100%;
    }

    .blue-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blue-container .image {
        display: none;
        width: calc(100% +40px);
        margin: 0 -20px;
    }

    .blue-container .text-section {
        width: 100%;
        padding: 40px 0;
    }

    .columns {
        display: block;
        margin: 0 0 40px;
    }

    .columns .column {
        width: auto;
        padding: 0;
    }

    .columns .column+.column {
        width: auto;
    }

    .columns-2 {
        font-size: 16px;
        line-height: 1.505;
        display: block;
    }

    .columns-2 .column {
        width: auto;
        padding: 0;
    }

    .columns-2 .column+.column {
        width: auto;
        padding: 0;
    }

    .columns-2 .lead-text {
        font-size: 21px;
        line-height: 33px;
        margin: 0 0 30px;
    }

    .blue-section {
        padding: 20px;
    }

    .blue-section h2 {
        margin: 0 0 10px;
    }

    .values li {
        display: block;
        padding: 0 0 5px;
    }

    .values strong {
        max-width: none;
        display: block;
        padding: 0;
    }

    .values span {
        padding: 0;
    }

    .gray-container .image {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }

    .gray-container .text-section {
        padding: 0 20px;
    }

    .contact-section {
        padding: 80px 0;
    }

    .contact-section .title-section {
        width: 100%;
        padding: 0;
        font-size: 15px;
        line-height: 25px;
        padding: 0 0 20px;
    }

    .contact-section address {
        width: 100%;
    }

    .contact-section h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .visual-block {
        height: 100vh;
        background-size: cover;
        background-position: 50% 0;
    }

    .visual-block.alt {
        padding: 70px 0;
        margin: 0 0 30px;
    }

    .visual-block.alt.without-circle {
        min-height: 63px;
    }

    .visual-block .title-col {
        width: 280px;
        height: 280px;
        margin: 0 auto;
        float: none;
    }

    .visual-block .title-col .title {
        width: 280px;
        height: 280px;
        padding: 40px;
    }

    .visual-block .title-col .circle {
        width: 280px;
        height: 280px;
    }

    .visual-block .text-col {
        display: none;
    }

    .visual-block .title {
        width: 280px;
        height: 280px;
        padding: 40px;
    }

    .visual-block .circle {
        width: 280px;
        height: 280px;
    }

    .visual-block h1 {
        font-size: 44px;
        line-height: 42px;
    }

    .open-close.active blockquote {
        display: block;
    }

    .open-close .image-col {
        width: 100%;
    }

    .open-close .image {
        position: relative;
        width: 100%;
    }

    .open-close .image h3 {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        margin: 0;
        text-shadow: 0 0 4px #fff;
    }

    .open-close .slide {
        height: auto;
    }

    .open-close .text {
        padding: 71px 20px 20px;
        width: 100%;
    }

    .open-close .text:after {
        display: none;
    }

    .open-close blockquote {
        padding: 20px 0;
        margin: 0;
        width: 100%;
        display: none;
    }

    .articles-section,
    .twocolumns {
        padding: 0 20px;
    }

    .breadcrumbs {
        font-size: 10px;
        margin: 0 0 15px;
    }

    .btn-back {
        margin: 0 0 20px;
        font-size: 12px;
    }

    .share-block {
        margin: 12px 0;
    }

    .share-block .title {
        margin: 0 15px 0 0;
    }

    .article-author {
        float: none;
        margin: 0 0 20px;
        font-size: 14px;
        overflow: hidden;
    }

    .article-author img {
        float: left;
        width: 40px;
        margin: 0 15px 0 0;
    }

    .article-author span {
        padding: 11px 0 0;
    }

    .comments-section {
        margin: 0 0 20px;
    }

    .comments-opener-2,
    .comments-opener {
        font-size: 12px;
    }

    .articles-section h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .articles {
        width: 100%;
        margin: 0;
    }

    .articles article {
        width: 100%;
        padding: 0 0 30px;
    }

    .articles .image {
        margin: 0 0 21px;
    }

    .articles p {
        margin: 0 0 10px;
    }

    .banner {
        width: 280px;
        margin: 0 auto 30px;
    }

    .posts-holder {
        margin: 0 0 30px;
    }

    .posts {
        margin: 0;
    }

    .posts article:first-child p {
        font-size: 16px;
        line-height: 1.44;
    }

    .text-container {
        margin: 0 0 30px;
    }

    .steps {
        margin: 0 0 30px;
    }

    .steps li {
        padding: 30px 20px;
        margin: 0 0 20px;
        display: block;
    }

    .steps .icon {
        margin: 0 auto 20px;
    }

    .steps .icon:after {
        display: none;
    }

    .steps .text-block {
        width: auto;
    }

    .blocks-container {
        margin: -30px 0 0;
    }

    .blocks-container .btn {
        margin: 30px 0 0;
    }

    .blocks {
        display: block;
    }

    .blocks .image {
        width: 100%;
        padding: 100% 0 0;
    }

    .blocks .icon {
        right: auto;
        top: auto;
        left: 50%;
        bottom: -35px;
        margin: 0 0 0 -35px;
    }

    .blocks .text-block {
        padding: 50px 20px;
        width: 100%;
    }

    .blue-holder {
        padding: 40px 9999px;
        margin: 0 -9999px 20px;
    }

    .blue-holder h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 40px;
    }

    .blue-holder .col {
        display: block;
        width: 100%;
    }

    .blue-holder .col+.col {
        padding: 0;
    }

    .tab-section {
        padding: 40px 20px;
        margin: 0 0 50px;
    }

    .tab-section .icon {
        width: 60px;
        height: 60px;
        top: -30px;
        left: 50%;
        margin: 0 0 0 -30px;
    }

    .tab-section .lead-text {
        font-size: 16px;
        line-height: 27px;
        margin: 0 0 30px;
    }

    .tab-section .tabset {
        display: none;
    }

    .tab-section .tab-content {
        width: auto;
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #093ad6;
    }

    .tab-section .tab-opener {
        display: block;
    }

    .tab-section .tab-element {
        position: static !important;
    }

    .btn-hold .btn {
        margin: 0;
    }

    .slogan-section strong,
    .slogan-section span {
        padding: 0 0 80px;
        display: block;
        width: 100%;
        margin: 0;
    }

    .slogan-section span {
        padding: 80px 0 0;
    }

    .plan-container {
        padding: 20px 0 0;
    }

    .plan-container .lead-text {
        font-size: 16px;
        line-height: 26px;
    }

    .plan-section {
        margin: 60px 0;
    }

    .plan-section:before {
        left: 50%;
        width: 1px;
        border-radius: 0;
        bottom: 0;
        top: 0;
        background: #093ad6;
        border: none;
    }

    .plan-section .boxes {
        display: block;
    }

    .plan-section .boxes:after {
        display: none;
    }

    .plan-section .box {
        margin: 0 auto 45px;
    }

    .plan-section .user:before,
    .plan-section .user:after {
        top: -14px;
        left: 50%;
        margin: 0 0 0 -1px;
        -webkit-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        transform: rotate(-50deg);
    }

    .plan-section .user:after {
        margin: 0 0 0 -5px;
        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg);
    }

    .plan-section .user .gradient:before,
    .plan-section .user .gradient:after {
        display: none;
    }

    .plan-section .icon {
        width: 60px;
        height: 60px;
        top: -30px;
        left: 50%;
        margin: 0 0 0 -30px;
    }

    #footer {
        padding: 30px 0;
        text-align: center;
    }

    #footer .copy {
        float: none;
    }

    #footer .terms {
        margin: 0 0 5px;
    }

    #footer .logo {
        float: none;
        margin: 0 auto 20px;
    }

    .hold {
        display: block;
    }

    .hold .text-section {
        width: 100%;
        padding: 0;
    }

    .image-animation {
        margin: 0 auto 30px;
        width: 275px;
    }

    .image-animation:hover .circle-1 {
        left: 55px;
    }

    .image-animation .circle-1 {
        width: 170px;
    }

    .image-animation .circle-2 {
        right: 70px;
        width: 170px;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes slideleft {
    from {
        left: 50px;
    }

    to {
        left: 282px;
    }
}

@keyframes slideleft {
    from {
        left: 50px;
    }

    to {
        left: 282px;
    }
}

@-webkit-keyframes slideright {
    from {
        right: 50px;
    }

    to {
        right: 282px;
    }
}

@keyframes slideright {
    from {
        right: 50px;
    }

    to {
        right: 282px;
    }
}