/*!
Theme Name: Splitpixel Page Builder
Theme URI: http://underscores.me/
Author: Splitpixel Creative Ltd - A Huddersfield West Yorkshire based design & marketing agency
Author URI: http://www.splitpixel.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theoaklandgroup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus  # Accessibility # Alignments # Clearings # Widgets # Layout ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/
/*--------------------------------------------------------------
## Custom Colours
--------------------------------------------------------------*/
.blue { color: #1cbdc7; }

.blue_bg { background-color: #1e2341; }

.pink { color: #d74e7a; }

.pink_bg { background-color: #d74e7a; }

.orange { color: #f17939; }

.orange_bg { background-color: #f17939; }

.dark_grey { color: #393f44; }

.dark_grey_bg { background-color: #393f44; }

.light_grey { color: #cccccc; }

.light_grey_bg { background-color: #cccccc; }

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

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

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

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

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

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

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

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

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

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

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea { color: #1e2341; font-family: itc-avant-garde-gothic-pro, sans-serif; font-size: 12px; font-size: 1.2rem; line-height: 1.384; font-weight: 400; }

@media screen and (min-width: 768px) { body, button, input, select, textarea { font-size: 14px; font-size: 1.4rem; line-height: 1.5; } }

@media screen and (min-width: 1024px) { body, button, input, select, textarea { font-size: 16px; font-size: 1.6rem; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; padding-top: 0; font-family: itc-avant-garde-gothic-pro, sans-serif; font-weight: 500; }

h1, .h1 { font-size: 38px; font-size: 3.8rem; line-height: 1.2; margin-top: 0px; margin-bottom: 0px; padding-bottom: 14px; }

h2, .h2 { font-size: 33px; font-size: 3.3rem; line-height: 1.2; margin-top: 0px; margin-bottom: 0px; padding-bottom: 12px; }

h3, .h3 { font-size: 28px; font-size: 2.8rem; line-height: 1.2; margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }

h4, .h4 { font-size: 24px; font-size: 2.4rem; line-height: 1.2; margin-top: 0px; margin-bottom: 0px; padding-bottom: 8px; }

h5, .h5 { font-size: 22px; font-size: 2.2rem; line-height: 1.2; margin-top: 0px; margin-bottom: 0px; padding-bottom: 6px; }

h6, .h6 { font-size: 18px; font-size: 1.8rem; margin-top: 0px; margin-bottom: 0px; padding-bottom: 6px; }

.super_text { font-size: 20px; font-size: 2rem; line-height: 1.3; margin: 20px 0; }

.feat_text { font-size: 18px; font-size: 1.8rem; line-height: 1.4; margin: 20px 0; }

@media screen and (min-width: 768px) { h1, .h1 { font-size: 42px; font-size: 4.2rem; }
  h2, .h2 { font-size: 38px; font-size: 3.8rem; }
  h3, .h3 { font-size: 34px; font-size: 3.4rem; }
  h4, .h4 { font-size: 30px; font-size: 3rem; }
  h5, .h5 { font-size: 26px; font-size: 2.6rem; }
  h6, .h6 { font-size: 22px; font-size: 2.2rem; } }

@media screen and (min-width: 1200px) { h1, .h1 { font-size: 60px; font-size: 6rem; line-height: 1; }
  h2, .h2 { font-size: 50px; font-size: 5rem; line-height: 1; }
  h3, .h3 { font-size: 42px; font-size: 4.2rem; line-height: 1; }
  h4, .h4 { font-size: 36px; font-size: 3.6rem; line-height: 1; }
  h5, .h5 { font-size: 30px; font-size: 3rem; line-height: 1; }
  h6, .h6 { font-size: 24px; font-size: 2.4rem; line-height: 1; }
  .super_text { font-size: 24px; font-size: 2.4rem; line-height: 1.2; }
  .feat_text { font-size: 22px; font-size: 2.2rem; } }

p { margin-bottom: 1.5em; }

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

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre { background: #eee; font-family: itc-avant-garde-gothic-pro, sans-serif; font-size: 9.375px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font-family: itc-avant-garde-gothic-pro, sans-serif; font-size: 9.375px; font-size: 0.9375rem; }

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

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

big { font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 62.5%; /* set base font to 10px to make working with REMs easier */ }

*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ -webkit-box-sizing: inherit; box-sizing: inherit; }

body { background: #fff; /* Fallback for when there is no custom background color defined. */ }

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

ul, ol { margin: 0; padding: 0; }

ul { list-style: none; margin-top: 30px; }

ul li { padding: 0.3em 0 1em 20px; background: url("images/blue-bullet.svg") no-repeat; -webkit-background-size: 10px 10px; background-size: 10px; background-position: 0 10px; }

ol { list-style: decimal; }

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

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }

.clear { clear: both; }

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

/* Fix for position fixed backgrounds on touch devices */
html.w-mod-touch * { background-attachment: scroll !important; }

@media screen and (min-width: 1200px) { html.w-mod-touch body { background-attachment: fixed !important; } }

/* Let's target IE to respect aspect ratios and sizes for img tags containing SVG files [1] IE9 [2] IE10+ */
/* 1 */
.ie9 img[src$=".svg"] { width: 100%; }

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { img[src$=".svg"] { width: 100%; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn, .gform_button, button, input[type="button"], input[type="reset"], input[type="submit"] { margin-right: 10px; padding: 14px 12px 12px; border: 2px none #f1f1f1; background-color: #1e2341; -webkit-transition: background-color 200ms ease, color 200ms ease; -o-transition: background-color 200ms ease, color 200ms ease; transition: background-color 200ms ease, color 200ms ease; color: #fff; font-size: 20px; line-height: 24px; font-weight: 400; }

.btn:focus, .gform_button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { outline: thin dotted; }

.btn:hover, .btn:active, .btn:focus, .gform_button:hover, .gform_button:active, .gform_button:focus, button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus { color: #1e2341; background-color: #cccccc; }

.btn:visited, .gform_button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited { color: #fff; }

.btn .small, .gform_button .small, button .small, input[type="button"] .small, input[type="reset"] .small, input[type="submit"] .small { display: inline-block; padding: 10px 8px 8px; clear: left; border-style: none; font-size: 16px; line-height: 20px; }

.btn.btn_pink, .gform_button.btn_pink, button.btn_pink, input[type="button"].btn_pink, input[type="reset"].btn_pink, input[type="submit"].btn_pink { background-color: #d74e7a; }

.btn.btn_pink:hover, .btn.btn_pink:active, .btn.btn_pink:focus, .gform_button.btn_pink:hover, .gform_button.btn_pink:active, .gform_button.btn_pink:focus, button.btn_pink:hover, button.btn_pink:active, button.btn_pink:focus, input[type="button"].btn_pink:hover, input[type="button"].btn_pink:active, input[type="button"].btn_pink:focus, input[type="reset"].btn_pink:hover, input[type="reset"].btn_pink:active, input[type="reset"].btn_pink:focus, input[type="submit"].btn_pink:hover, input[type="submit"].btn_pink:active, input[type="submit"].btn_pink:focus { background-color: #cccccc; }

.btn.btn_pink:visited, .gform_button.btn_pink:visited, button.btn_pink:visited, input[type="button"].btn_pink:visited, input[type="reset"].btn_pink:visited, input[type="submit"].btn_pink:visited { background-color: #d74e7a; }

.btn.btn_pink:visited:hover, .btn.btn_pink:visited:active, .btn.btn_pink:visited:focus, .gform_button.btn_pink:visited:hover, .gform_button.btn_pink:visited:active, .gform_button.btn_pink:visited:focus, button.btn_pink:visited:hover, button.btn_pink:visited:active, button.btn_pink:visited:focus, input[type="button"].btn_pink:visited:hover, input[type="button"].btn_pink:visited:active, input[type="button"].btn_pink:visited:focus, input[type="reset"].btn_pink:visited:hover, input[type="reset"].btn_pink:visited:active, input[type="reset"].btn_pink:visited:focus, input[type="submit"].btn_pink:visited:hover, input[type="submit"].btn_pink:visited:active, input[type="submit"].btn_pink:visited:focus { background-color: #cccccc; }

.btn.btn_orange, .gform_button.btn_orange, button.btn_orange, input[type="button"].btn_orange, input[type="reset"].btn_orange, input[type="submit"].btn_orange { background-color: #f17939; }

.btn.btn_orange:hover, .btn.btn_orange:active, .btn.btn_orange:focus, .gform_button.btn_orange:hover, .gform_button.btn_orange:active, .gform_button.btn_orange:focus, button.btn_orange:hover, button.btn_orange:active, button.btn_orange:focus, input[type="button"].btn_orange:hover, input[type="button"].btn_orange:active, input[type="button"].btn_orange:focus, input[type="reset"].btn_orange:hover, input[type="reset"].btn_orange:active, input[type="reset"].btn_orange:focus, input[type="submit"].btn_orange:hover, input[type="submit"].btn_orange:active, input[type="submit"].btn_orange:focus { background-color: #cccccc; }

.btn.btn_orange:visited, .gform_button.btn_orange:visited, button.btn_orange:visited, input[type="button"].btn_orange:visited, input[type="reset"].btn_orange:visited, input[type="submit"].btn_orange:visited { background-color: #f17939; }

.btn.btn_orange:visited:hover, .btn.btn_orange:visited:active, .btn.btn_orange:visited:focus, .gform_button.btn_orange:visited:hover, .gform_button.btn_orange:visited:active, .gform_button.btn_orange:visited:focus, button.btn_orange:visited:hover, button.btn_orange:visited:active, button.btn_orange:visited:focus, input[type="button"].btn_orange:visited:hover, input[type="button"].btn_orange:visited:active, input[type="button"].btn_orange:visited:focus, input[type="reset"].btn_orange:visited:hover, input[type="reset"].btn_orange:visited:active, input[type="reset"].btn_orange:visited:focus, input[type="submit"].btn_orange:visited:hover, input[type="submit"].btn_orange:visited:active, input[type="submit"].btn_orange:visited:focus { background-color: #cccccc; }

.btn.btn_sm, .gform_button.btn_sm, button.btn_sm, input[type="button"].btn_sm, input[type="reset"].btn_sm, input[type="submit"].btn_sm { padding: 8px 13px; font-size: 11px; font-size: 1.1rem; }

.btn.btn_lrg, .gform_button.btn_lrg, button.btn_lrg, input[type="button"].btn_lrg, input[type="reset"].btn_lrg, input[type="submit"].btn_lrg { padding: 12px 22px; font-size: 18px; font-size: 1.8rem; }

.link-on-white { font-weight: 700; text-decoration: none !important; padding-left: 20px; background-image: url("images/red-arrow.svg"); -webkit-background-size: 12px 12px; background-size: 12px; background-repeat: no-repeat; background-position: left center; }

@media screen and (min-width: 1024px) { .btn, .gform_button, button, input[type="button"], input[type="reset"], input[type="submit"] { font-size: 16px; font-size: 1.6rem; }
  .btn.btn_sm, .gform_button.btn_sm, button.btn_sm, input[type="button"].btn_sm, input[type="reset"].btn_sm, input[type="submit"].btn_sm { font-size: 14px; font-size: 1.4rem; }
  .btn.btn_lrg, .gform_button.btn_lrg, button.btn_lrg, input[type="button"].btn_lrg, input[type="reset"].btn_lrg, input[type="submit"].btn_lrg { padding: 16px 30px; font-size: 22px; font-size: 2.2rem; } }

label { width: 100%; display: block; padding: 5px 0; font-size: 12px; font-size: 1.2rem; line-height: 1.2; font-weight: 700; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { width: 100%; height: 40px; font-weight: 400; color: #1e2341; background-color: #fff; border: 2px solid #cacaca; font-size: 13px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { outline: none; color: #1e2341; }

select { width: 100%; height: 40px; padding: 0 10px; color: #1e2341; background-color: #fff; border: 2px solid #cacaca; font-size: 13px; }

select.transparent_bg { color: #fff; background-color: transparent; }

select:focus { outline: none; color: #1e2341; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] { padding: 0 10px; }

textarea { padding: 10px; width: 100%; height: 150px; }

::-webkit-input-placeholder { /* WebKit browsers */ color: #cacaca; }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #cacaca; }

::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #cacaca; }

:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #cacaca; }

@media screen and (min-width: 768px) { #field_1_3 { width: 50%; float: left; }
  #field_1_3 input { width: 100%; }
  #field_1_4 { width: 50%; float: right; }
  #field_1_4 input { width: 100%; }
  #field_1_5 { float: left; }
  #field_1_6 { float: left; } }

@media screen and (min-width: 1024px) { label { font-size: 14px; font-size: 1.4rem; } }

.form_holder, .gform_wrapper { width: 100%; /* ================================== Required field error styles ================================== */ }

.form_holder ul, .gform_wrapper ul { padding: 0; margin: 0; list-style: none; }

.form_holder ul li, .gform_wrapper ul li { width: 100%; background: none; padding-bottom: 0 !important; padding-right: 0 !important; margin-right: 0 !important; margin-top: 10px; }

.form_holder ul li.gfield, .gform_wrapper ul li.gfield { clear: none !important; }

.form_holder ul li .name_first, .form_holder ul li .name_last, .gform_wrapper ul li .name_first, .gform_wrapper ul li .name_last { margin-bottom: 0; }

.form_holder ul li .name_first label, .form_holder ul li .name_last label, .gform_wrapper ul li .name_first label, .gform_wrapper ul li .name_last label { display: none !important; }

.form_holder .gform_footer, .gform_wrapper .gform_footer { text-align: left; padding-left: 21px !important; }

.form_holder .gfield_required, .gform_wrapper .gfield_required { color: red; }

.form_holder .validation_error, .gform_wrapper .validation_error { padding: 10px 0; color: red; }

.form_holder .validation_message, .gform_wrapper .validation_message { font-size: 14px; font-size: 1.4rem; color: red; }

.form_holder .gform_validation_container, .gform_wrapper .gform_validation_container { display: none !important; }

.form_holder .ginput_container_checkbox .gfield_checkbox li, .gform_wrapper .ginput_container_checkbox .gfield_checkbox li { position: relative; z-index: 1; }

.form_holder .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"], .gform_wrapper .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"] { display: inline-block; position: absolute; left: 0; top: 5px; }

.form_holder .ginput_container_checkbox .gfield_checkbox li label, .gform_wrapper .ginput_container_checkbox .gfield_checkbox li label { width: auto; display: inline-block; padding: 0 0 0 20px; }

.form_holder .gfield_error, .gform_wrapper .gfield_error { background-color: rgba(255, 223, 224, 0.25); margin-bottom: 6px !important; border-top: 1px solid #c89797; border-bottom: 1px solid #c89797; padding-bottom: 6px; padding-top: 8px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.form_holder .name_first, .form_holder .name_last, .gform_wrapper .name_first, .gform_wrapper .name_last { margin-bottom: 15px; }

.form_holder .gfield_date_dropdown_month, .form_holder .gfield_date_dropdown_day, .form_holder .gfield_date_dropdown_year, .gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_year { margin-bottom: 10px; }

.ginput_container_consent input { float: left; margin: 4px 10px; }

.privacyform .gfield_required { display: none; }

@media screen and (min-width: 768px) { .form_holder li.gfield, .form_holder .gform_footer, .gform_wrapper li.gfield, .gform_wrapper .gform_footer { padding-left: 0 !important; }
  .form_holder .form_left, .gform_wrapper .form_left { width: 50%; float: left; padding-right: 5px; }
  .form_holder .form_right, .gform_wrapper .form_right { width: 50%; float: left; padding-left: 5px; }
  .form_holder .form_clear_left, .gform_wrapper .form_clear_left { clear: left; }
  .form_holder .form_full_clear, .gform_wrapper .form_full_clear { clear: both; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { color: #1e2341; text-decoration: none; }

a:visited { color: #1e2341; }

a:hover, a:focus, a:active { color: #ff3c50; }

a:focus { outline: thin dotted; }

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

.site-main a { text-decoration: underline; }

.site-main a.btn { text-decoration: none; }

.site-main .news_intro a, .site-main .news_right_col a, .site-main .posted-on a, .site-main .nav-links a, .site-main .entry-footer a { text-decoration: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav_icon { position: absolute; top: 10px; right: 10px; z-index: 100; }

.nav_icon a { width: 40px; height: 40px; display: block; }

.nav_icon img { width: 40px; height: 40px; }

.nav_close { position: absolute; top: 30px; right: 30px; z-index: 10000; display: none; }

.nav_close a { width: 40px; height: 40px; display: block; }

.nav_close img { width: 40px; height: 40px; }

.main_nav { display: none; position: absolute; right: 0; top: 0; background: #1e2341; z-index: 5000; width: 100vw; height: 100vh; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.flex { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; }

.main_nav .main-navigation ul { position: relative; z-index: 999999; margin: 0; padding: 0; list-style: none; }

.main_nav .main-navigation ul li { line-height: 1; display: block; margin-bottom: 30px; text-align: center; text-decoration: none; z-index: 999999; text-align: center; }

.main_nav .main-navigation ul li a { display: block; font-size: 35px; font-size: 3.5rem; font-weight: 700; color: #ff3c50; -webkit-transition: color 400ms ease; -o-transition: color 400ms ease; transition: color 400ms ease; }

.main_nav .main-navigation ul li a:hover, .main_nav .main-navigation ul li a:focus { color: #ffffff; }

.main_nav .main-navigation ul li:hover > .sub-menu, .main_nav .main-navigation ul li.focus > .sub-menu { display: block; }

.main_nav .main-navigation ul ul { min-width: 100%; white-space: nowrap; padding: 10px 0; display: none; position: absolute; top: 100%; right: 0; z-index: 99999; background-color: rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2); }

.main_nav .main-navigation ul ul li { width: 100%; height: auto; margin: 0; font-size: 12px; font-size: 1.2rem; text-align: right; }

.main_nav .main-navigation ul ul li a { display: block; width: 100%; height: auto; padding: 10px 20px; line-height: 1; background-color: transparent; color: #fff; }

.main_nav .main-navigation ul ul li a:hover, .main_nav .main-navigation ul ul li a:focus { background: none; border-bottom: none; background-color: transparent; }

.main_nav .main-navigation ul ul li.current-menu-item a { color: #1cbdc7; background: none; border-bottom: none; background-color: transparent; }

.main_nav .main-navigation ul ul li ul { min-width: 100%; white-space: nowrap; display: none; position: absolute; top: 0; right: 100%; margin-right: -10px; z-index: 99999; }

@media screen and (min-width: 600px) { .nav_icon { top: 30px; right: 30px; } }

@media screen and (min-width: 1400px) { .main_nav .main-navigation ul li { font-size: 16px; font-size: 1.6rem; }
  .main_nav .main-navigation ul li a { padding: 0 15px; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

#footer-menu { list-style: none !important; }

#footer-menu li { padding: 0; background: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus { background-color: #f1f1f1; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 8.75px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* ============== Admin Bar Styles ============== */
.logged-in.admin-bar .site-header { top: 0; }

@media screen and (max-width: 600px) { #wpadminbar { position: fixed; } }

@media screen and (max-width: 782px) { .logged-in.admin-bar .site-header { top: 0; } }

/* ============== Header Styles ============== */
.site-header { width: 100%; background-color: transparent; position: absolute; top: 0; left: 0; width: 100%; }

.logo_nav_holder { width: 100%; padding: 20px; position: relative; z-index: 50000; }

.logo_nav_holder .logo { width: 100%; max-width: 180px; }

.logo_nav_holder .logo img { width: 100%; margin: 0; height: auto; display: block; }

.fh_hero_circle { position: absolute; top: 8%; right: -10%; z-index: 9000; width: 88%; max-width: 600px; height: auto; }

.fh_hero_circle img { -webkit-border-radius: 50%; border-radius: 50%; width: 100%; height: 100%; }

.fh_hero { overflow: hidden; }

.fh_hero .fh_hero_text { margin-top: 100%; display: inline-block; position: relative; top: auto; left: auto; text-align: left; overflow: hidden; padding: 30px; }

.down_arrow { position: absolute; bottom: 20px; left: 50%; width: 23px; }

.down_arrow img { width: 23px; }

@media screen and (min-width: 768px) { .fh_hero .fh_hero_text { margin-top: 770px; }
  .fh_hero_circle { top: 4%; width: 88%; max-width: 700px; } }

@media screen and (min-width: 1024px) { .logo_nav_holder .logo { width: 350px; }
  .fh_hero { height: 650px; }
  .fh_hero .fh_hero_text { margin-top: 0; width: 50%; max-width: 700px; display: block; left: 4%; }
  .fh_hero_circle { z-index: 9000; width: 50%; height: auto; max-width: none; left: auto; top: 50%; right: -2%; bottom: auto; -webkit-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); transform: translate(0px, -50%); }
  .fh_hero_circle img { -webkit-border-radius: 50%; border-radius: 50%; width: 100%; height: 100%; } }

@media screen and (min-width: 1200px) { .fh_hero_circle { width: 50%; } }

@media screen and (min-width: 1400px) { .fh_hero_circle { width: 50%; } }

/* ============== Full Height Hero Styles ============== */
.fh_hero { width: 100%; position: relative; z-index: 1; background-position: 0px 0px, 50% 50%; -webkit-background-size: auto, cover; background-size: auto, cover; background-repeat: repeat, no-repeat; background: #ff3c50; }

.fh_hero .fh_hero_text { top: 30%; z-index: 10; color: #1e2341; }

@media screen and (min-width: 1024px) { .fh_hero { height: 650px; } }

@media screen and (min-width: 1200px) { .fh_hero { height: 100vh; } }

/* ============== Full Height Hero Slider Styles ============== */
.fh_hero_slider_holder { width: 100%; position: relative; z-index: 1; }

.fh_hero_slider_holder .fh_hero_slider { width: 100%; position: relative; z-index: 1; }

.fh_hero_slider_holder .fh_hero_slider .fh_hero_slide { width: 100%; height: 500px; position: relative; z-index: 1; background-position: 0px 0px, 50% 50%; -webkit-background-size: auto, cover; background-size: auto, cover; background-repeat: repeat, no-repeat; }

.fh_hero_slider_holder .fh_hero_slider .fh_hero_slide .fh_hero_text { position: absolute; top: 30%; z-index: 10; color: #fff; text-align: center; }

@media screen and (min-width: 1024px) { .fh_hero_slider_holder .fh_hero_slider .fh_hero_slide { height: 600px; } }

@media screen and (min-width: 1200px) { .fh_hero_slider_holder .fh_hero_slider .fh_hero_slide { height: 100vh; } }

/* ============== Internal Hero Styles ============== */
.internal_hero { width: 100%; height: 80vh; }

.internal_hero .fh_hero { height: 100%; }

.internal_hero .internal_hero_content { width: 90%; max-width: 960px; margin: 0 auto; padding: 60px 0; color: #fff; }

.internal_hero .internal_hero_content h1, .internal_hero .internal_hero_content .h1 { margin: 0; padding: 0; }

@media screen and (min-width: 768px) { .internal_hero .internal_hero_content { padding: 80px 0; } }

@media screen and (min-width: 1200px) { .internal_hero .internal_hero_content { padding: 100px 0; } }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer { width: 100%; padding: 30px; background-color: #ff3c50; color: #fff; }

.footer_content { width: 100%; max-width: none; margin: 0 auto; padding: 0; font-size: 12px; font-size: 1.2rem; line-height: 1.2; text-align: center; }

.footer_content .footer_block { margin: 0; }

.footer_content .footer_block p { color: #1e2341; font-size: 14px; font-size: 1.4rem; line-height: 22px; }

.footer_content .footer_social { max-width: 200px; margin: 0 auto; display: block; }

.footer_content .footer_social a { width: 50%; display: inline-block; max-width: 30px; margin-right: 10px; }

.footer_content .footer_social a img { width: 100%; }

.footer_content a { -webkit-transition: color 200ms ease; -o-transition: color 200ms ease; transition: color 200ms ease; color: #1e2341; text-decoration: none; display: block; font-size: 14px; font-size: 1.4rem; line-height: 22px; font-weight: 700; }

.footer_content a:hover { color: #fff; }

.footer_content .footer_logo { width: 100%; margin: auto; }

.footer_content .footer_logo img { width: 100%; max-width: 130px; height: auto; display: block; margin: 0 auto; margin-bottom: 20px; }

@media screen and (min-width: 768px) { .footer_content { text-align: left; }
  .footer_content .footer_block { width: 20%; float: left; }
  .footer_content .footer_block p { font-size: 17px; line-height: 24px; margin-top: 0; }
  .footer_content a { font-size: 17px; line-height: 24px; }
  .footer_content .footer_logo img { margin: 0; }
  .footer_content .footer_acc { float: right; }
  .footer_content .footer_acc p { float: left; }
  .mobile_only { display: none; }
  .footer_acc img { float: right; } }

/*--------------------------------------------------------------
## Main Layout Styles
--------------------------------------------------------------*/
.site_wrapper { width: 100%; overflow: hidden; position: relative; z-index: 1; }

.site { width: 100%; }

.content-area { width: 100%; margin: 0 auto; }

.site-main { width: 100%; }

.full_content { width: 100%; }

.full_content.pt_none { padding-top: 1px; }

.full_content.pb_none { padding-bottom: 1px; }

.full_content.pt_sm { padding-top: 10px; }

.full_content.pb_sm { padding-bottom: 10px; }

.full_content.pt_lrg { padding-top: 20px; }

.full_content.pb_lrg { padding-bottom: 20px; }

.mw_600 { width: 90%; max-width: 600px; margin: 0 auto; }

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

.mw_780 { width: 90%; max-width: 780px; margin: 0 auto; }

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

.mw_960 { width: 90%; max-width: 960px; margin: 0 auto; }

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

.mw_1200 { width: 90%; max-width: 1200px; margin: 0 auto; }

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

@media screen and (min-width: 768px) { .full_content.pt_sm { padding-top: 20px; }
  .full_content.pb_sm { padding-bottom: 20px; }
  .full_content.pt_lrg { padding-top: 30px; }
  .full_content.pb_lrg { padding-bottom: 30px; } }

@media screen and (min-width: 1024px) { .full_content.pt_sm { padding-top: 30px; }
  .full_content.pb_sm { padding-bottom: 30px; }
  .full_content.pt_lrg { padding-top: 50px; }
  .full_content.pb_lrg { padding-bottom: 50px; } }

@media screen and (min-width: 1200px) { .full_content.pt_sm { padding-top: 40px; }
  .full_content.pb_sm { padding-bottom: 40px; }
  .full_content.pt_lrg { padding-top: 60px; }
  .full_content.pb_lrg { padding-bottom: 60px; } }

/* ============== Blog Styles ============== */
.blog_content { width: 90%; max-width: 1200px; margin: 0 auto; padding: 50px 0; }

.news_left_col { width: 100%; margin-bottom: 30px; }

.news_right_col { width: 100%; }

.news_right_col section { width: 100%; padding: 10px 20px 25px 20px; margin-bottom: 20px; -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1); color: #fff; }

.news_right_col section h4 { text-align: left; }

.news_right_col section a { color: #fff; }

.news_list_item { width: 100%; max-width: 400px; margin: 0 auto; margin-bottom: 30px; }

.news_thumb { width: 100%; max-width: 300px; margin: 0 auto; margin-bottom: 30px; -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2); }

.news_thumb img { width: 100%; height: auto; display: block; }

.news_intro { width: 100%; }

.news_intro h3 a { text-decoration: none; }

.cat-links, .tags-links { width: 100%; display: block; margin-bottom: 10px; }

.widget-area { width: 100%; }

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

.widget-area ul li { width: 100%; margin-bottom: 10px; }

.widget-area a { text-decoration: none; }

.widget-area .widget_search { padding-bottom: 30px; text-align: right; }

.widget-area .widget_search input[type="search"].search-field { margin-bottom: 10px; }

@media only screen and (min-width: 768px) { .news_list_item { max-width: none; margin-bottom: 50px; }
  .news_left_col { width: 70%; float: left; margin-bottom: 0; padding-right: 15px; }
  .news_right_col { width: 30%; float: right; padding-left: 15px; } }

@media only screen and (min-width: 1024px) { .blog_content { padding: 80px 0; }
  .news_left_col { padding-right: 30px; }
  .news_right_col { padding-left: 30px; }
  .news_list_item { margin-bottom: 70px; }
  .news_thumb { width: 30%; max-width: 240px; float: left; margin-bottom: 0; }
  .news_intro { width: 65%; float: right; } }

@media only screen and (min-width: 1200px) { .blog_content { padding: 100px 0; }
  .news_thumb { width: 30%; max-width: 300px; float: left; margin-bottom: 0; } }

/********* NEW BLOG STYLES ***********/
.page-template-blog .site-content { margin-bottom: 100px; }

.page-template-blog .down_arrow { display: none; }

.nav-previous { float: left; }

.nav-next { float: right; }

.image-grid { width: 100%; max-width: 400px; margin: 0 auto; padding: 25px; position: relative; }

.image-grid .category { position: absolute; top: 40px; left: 25px; padding: 4px 12px 2px; background: #1e2341; color: #fff; font-size: 14px; line-height: 20px; font-weight: 300; }

.image-grid .category.insights { background: #ff3c50; }

.image-grid h6 { color: #1e2341 !important; }

.image-grid img { width: 100%; }

.pagination { position: absolute; top: auto; left: auto; width: 100%; bottom: -30px; display: block; clear: both; padding-top: 40px; }

.no-image { margin: 0 0 10px 0; }

.sf-item-0 { display: none !important; }

.sf-field-category { background: 0; }

.sf-field-category ul { visibility: hidden; display: block; margin: 0 auto; max-width: 480px; }

.sf-field-category ul li { width: 50%; display: inline-block; }

.searchandfilter { height: 1px; }

.filter_buttons { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; max-width: 720px; width: 100%; margin: 0 auto; margin-top: 40px; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

.filter_buttons .filter_button { width: 150px; height: 150px; -webkit-border-radius: 75px; border-radius: 75px; background: #1e2341; color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; font-size: 20px; line-height: 24px; }

.filter_buttons .filter_button:hover { background: #ff3c50; border: 3px solid white; }

.filter_buttons .filter_button.active { background: #ff3c50; border: 3px solid white; }

.search-filter-results { margin-top: 60px; }

.search-filter-results-list { position: relative; }

@media only screen and (min-width: 1200px) { .search-filter-results { margin-top: 120px; }
  .filter_buttons { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 99999; position: absolute; top: 0; left: 50%; margin-top: 0; }
  .filter_buttons .filter_button { width: 200px; height: 200px; -webkit-border-radius: 100px; border-radius: 100px; }
  .image-grid { width: 33%; float: left; max-width: none; margin: 0 auto; } }

/* ============== Search Results Styles ============== */
.search_ul { margin: 0; padding: 0; list-style: none; }

.search_ul li { width: 100%; padding-bottom: 30px; margin-bottom: 30px; }

/* ============== Privacy Styles ============== */
.privacy_content { width: 100%; max-width: 1200px; margin: 0 auto; }

.privacy_content ul, .privacy_content ol { padding-left: 15px; }

.privacy_content table { width: 100%; margin: 20px 0; border-collapse: collapse; table-layout: fixed; }

.privacy_content table td { padding: 10px; border: 1px solid #000; word-wrap: break-word; /* All browsers since IE 5.5+ */ overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */ }

/* ============== Homepage Styles ============== */
.large_circle { position: absolute; left: 50%; top: 50%; z-index: 3; width: 500px; height: 500px; -webkit-border-radius: 250px; border-radius: 250px; background-color: rgba(255, 60, 80, 0.85); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.small_circle_left { position: absolute; left: 18%; top: 12%; right: auto; bottom: auto; width: 400px; height: 400px; -webkit-border-radius: 200px; border-radius: 200px; background-color: rgba(255, 60, 80, 0.85); }

.small_circle_right { position: absolute; left: auto; top: auto; right: 18%; bottom: 12%; width: 400px; height: 400px; -webkit-border-radius: 200px; border-radius: 200px; background-color: rgba(255, 60, 80, 0.85); }

.circle_container { position: relative; display: block; height: 100vh; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background: #1e2341; }

.ab_center_text { position: absolute; left: 50%; top: 50%; right: auto; bottom: auto; z-index: 5; width: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; text-align: center; }

.home_circles { position: relative; }

/*--------------------------------------------------------------
## Page Blocks Styles
--------------------------------------------------------------*/
/* ============== Listing Block Styles ============== */
.listing_block { width: 90%; max-width: 960px; margin: 0 auto; }

.listing_block .listing_item { width: 100%; max-width: 300px; margin: 0 auto; margin-bottom: 30px; text-align: center; }

.listing_block .listing_item .listing_icon { width: 90%; max-width: 120px; margin: 0 auto; }

.listing_block .listing_item .listing_icon img { width: 100%; height: auto; display: block; }

.listing_block .listing_item .listing_text, .listing_block .listing_item .listing_text_full { width: 100%; }

.white_bg { background-color: #fff; color: #1e2341; }

.white_bg h1, .white_bg h2, .white_bg h3, .white_bg h4, .white_bg h5, .white_bg h6 { color: #ff3c50; }

.dark_blue_bg { background-color: #1e2341; color: #fff; }

.red_bg { background-color: #ff3c50; color: #fff; }

@media screen and (min-width: 600px) { .listing_block .listing_item { max-width: none; text-align: left; }
  .listing_block .listing_item .listing_icon { width: 20%; max-width: 160px; float: left; }
  .listing_block .listing_item .listing_text { width: 80%; padding-left: 20px; float: left; }
  .listing_block .listing_item .listing_text_full { padding-left: 20px; } }

@media screen and (min-width: 1024px) { .listing_block .listing_item { margin-bottom: 40px; } }

@media screen and (min-width: 1200px) { .listing_block .listing_item { margin-bottom: 50px; } }

/* ============== Text Image Block Styles ============== */
.single_text_column_block p img { width: 100%; }

.text_image_block { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.text_image_block .text_col { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.text_image_block .text_col .text_col_content { width: 100%; padding: 10%; }

.text_image_block .text_col .text_col_content p:last-of-type { margin-bottom: 0; }

.text_image_block .image_col { width: 100%; height: auto; }

.text_image_block .image_col img { width: 60%; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 auto; display: block; margin-bottom: 30px; }

.blue_bg { color: #fff; }

.blue_bg .text_image_block { color: #fff; }

.blue_bg .text_image_block h1, .blue_bg .text_image_block h2, .blue_bg .text_image_block h3, .blue_bg .text_image_block h4, .blue_bg .text_image_block h5, .blue_bg .text_image_block h6 { color: #ff3c50; }

.blue_bg h1, .blue_bg h2, .blue_bg h3, .blue_bg h4, .blue_bg h5, .blue_bg h6, .blue_bg a { color: #ff3c50; }

@media screen and (min-width: 768px) { .text_image_block { width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; position: relative; overflow: hidden; }
  .text_image_block .text_col { width: 50%; }
  .text_image_block .image_col { padding: 40px 0; width: 23%; height: auto; }
  .text_image_block .image_col img { width: 100%; -webkit-border-radius: 50%; border-radius: 50%; margin: 0; }
  .text_image_block.circle_lrg { display: block; }
  .text_image_block.circle_lrg .text_col { width: 60%; margin-left: 10%; }
  .text_image_block.circle_lrg .image_col { width: 35%; position: absolute; left: auto; right: -10%; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
  .text_image_block.text_right_image_left { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .text_image_block.text_right_image_left.circle_lrg .text_col { margin-left: 35%; }
  .text_image_block.text_right_image_left.circle_lrg .image_col { width: 35%; position: absolute; left: -10%; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
  .text_image_block.text_right_image_left.circle_lrg .image_col img { width: 100%; -webkit-border-radius: 50%; border-radius: 50%; margin: 0; } }

/* ============== Feature Text Image Block Styles ============== */
.feat_text_image_block { width: 100%; padding: 50px 0; }

.feat_text_image_block .feat_text_image_content { width: 90%; max-width: 1200px; margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.feat_text_image_block .feat_text_image_content .text_col { width: 100%; }

.feat_text_image_block .feat_text_image_content .text_col .text_col_content { width: 100%; }

.feat_text_image_block .feat_text_image_content .text_col .text_col_content p:last-of-type { margin-bottom: 0; }

.feat_text_image_block .feat_text_image_content .image_col { width: 100%; }

.feat_text_image_block .feat_text_image_content .image_col .feat_image { width: 90%; max-width: 300px; margin: 0 auto; padding-top: 30px; }

.feat_text_image_block .feat_text_image_content .image_col img { width: 100%; height: auto; display: block; }

@media screen and (min-width: 768px) { .feat_text_image_block .feat_text_image_content { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .feat_text_image_block .feat_text_image_content .text_col { width: 50%; padding-right: 30px; }
  .feat_text_image_block .feat_text_image_content .image_col { width: 50%; height: auto; padding-left: 30px; }
  .feat_text_image_block .feat_text_image_content .image_col .feat_image { max-width: 450px; padding-top: 0; }
  .feat_text_image_block .feat_text_image_content.text_right_image_left { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .feat_text_image_block .feat_text_image_content.text_right_image_left .text_col { padding-left: 30px; padding-right: 0; }
  .feat_text_image_block .feat_text_image_content.text_right_image_left .image_col { padding-right: 30px; padding-left: 0; } }

@media screen and (min-width: 1200px) { .feat_text_image_block { padding: 100px 0; }
  .feat_text_image_block .feat_text_image_content .text_col { padding-right: 50px; }
  .feat_text_image_block .feat_text_image_content .image_col { padding-left: 50px; }
  .feat_text_image_block .feat_text_image_content.text_right_image_left .text_col { padding-left: 50px; }
  .feat_text_image_block .feat_text_image_content.text_right_image_left .image_col { padding-right: 50px; } }

/* ============== Testimonial Block Styles ============== */
.testimonial_block { width: 100%; }

.testimonial_block .testimonial_content { width: 90%; max-width: 840px; margin: 0 auto; text-align: center; }

.testimonial_block .testimonial_content .testimonial-text { margin-left: 10%; margin-right: 10%; }

.testimonial_block .testimonial_content .quote_circle { width: 100%; max-width: 350px; margin: 0 auto; }

.testimonial_block .testimonial_content .quote_circle img { -webkit-border-radius: 50%; border-radius: 50%; }

.testimonial_block .testimonial_content .quote { font-size: 26px; font-size: 2.6rem; line-height: 1.23; }

.testimonial_block .testimonial_content .quote p:last-of-type { margin-bottom: 10px; }

.testimonial_block .feat_text { position: relative; padding: 0 15%; }

.speech-open { position: absolute; left: 5%; top: 0%; width: 5%; margin-right: 10px; }

.speech-close { position: absolute; right: 5%; bottom: 0%; width: 5%; }

.testimonial_slick_wrap { position: relative; }

@media screen and (min-width: 1024px) { .testimonial_slick_wrap { height: 60vh; }
  .speech-open { position: absolute; left: 5%; top: 0%; width: 5%; margin-right: 10px; }
  .speech-close { position: absolute; right: 5%; bottom: 0%; width: 5%; }
  .testimonial_block { height: 60vh; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; }
  .testimonial_block .testimonial_content { width: 100%; max-width: none; padding: 0; position: relative; }
  .testimonial_block .testimonial_content .quote_circle { width: 350px; margin-left: 10%; -webkit-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); transform: translate(0px, -50%); position: absolute; top: 50%; }
  .testimonial_block .testimonial_content .quote_wrapper { float: right; position: absolute; left: auto; top: 50%; right: 0%; bottom: auto; width: 50%; margin-right: 13%; -webkit-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); transform: translate(0px, -50%); text-align: left; }
  .testimonial_block .testimonial_content .quote_wrapper p { margin: 0 13%; }
  .testimonial_block .testimonial_content .quote_wrapper .feat_text { padding: 0 13%; }
  .testimonial_block .testimonial_content .quote_wrapper .feat_text p { margin: 0; }
  .testimonial_block .testimonial_content .quote_wrapper a { margin: 0 13%; }
  .testimonial_block .testimonial_content .quote_wrapper .testimonial-text { text-align: left; } }

@media screen and (min-width: 1200px) { .testimonial_block .testimonial_content .quote { font-size: 32px; font-size: 3.2rem; } }

/* ============== Single CTA Block Styles ============== */
.single_cta_block { width: 100%; padding: 25px 0; }

.single_cta_block .single_cta_content { width: 90%; max-width: 960px; margin: 0 auto; text-align: center; }

@media screen and (min-width: 768px) { .single_cta_block { padding: 30px 0; } }

@media screen and (min-width: 1024px) { .single_cta_block { padding: 50px 0; } }

/* ============== Double CTA Block Styles ============== */
.double_cta_block { width: 100%; max-width: 540px; display: block; margin: 0 auto; }

.double_cta_block .double_cta_item { width: 46%; padding-bottom: 46%; position: relative; -webkit-border-radius: 50%; border-radius: 50%; margin: 2%; margin-bottom: 30px; float: left; }

.double_cta_block .double_cta_item a { padding: 0; margin: 0; text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-decoration: none; }

.double_cta_block .double_cta_item a h5 { color: #fff; }

.double_cta_block_wrapper { text-align: center; background: #ccc; }

@media screen and (min-width: 768px) { .double_cta_block { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

/* ============== Triple CTA Block Styles ============== */
.triple_cta_block { width: 100%; max-width: 860px; display: block; margin: 0 auto; }

.triple_cta_block .triple_cta_item { width: 29%; padding-bottom: 29%; position: relative; -webkit-border-radius: 50%; border-radius: 50%; margin: 2%; margin-bottom: 30px; float: left; }

.triple_cta_block .triple_cta_item div { padding: 0; margin: 0; text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.triple_cta_block .triple_cta_item div h5 { color: #fff; }

.triple_cta_block_wrapper { text-align: center; background: #ccc; }

@media screen and (min-width: 768px) { .triple_cta_block { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

/* ============== Double Video Block Styles ============== */
.double_video_block { width: 100%; max-width: 540px; display: block; margin: 0 auto; }

.double_video_block .double_video_item { width: 46%; padding-bottom: 46%; position: relative; -webkit-border-radius: 50%; border-radius: 50%; margin: 2%; margin-bottom: 30px; float: left; }

.double_video_block .double_video_item a { padding: 0; margin: 0; text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.double_video_block .double_video_item a h5 { color: #fff; }

.double_video_block_wrapper { text-align: center; background: #ccc; }

@media screen and (min-width: 768px) { .double_video_block { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

/* ============== Features Block Styles ============== */
.features_block { width: 90%; margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.features_block.items_row_2 { max-width: 720px; }

.features_block.items_row_3 { max-width: 1200px; }

.features_block.items_row_4 { max-width: 1400px; }

.features_block.items_row_5 { max-width: none; }

.features_block .feature_item { width: 100%; max-width: 300px; margin: 0 auto; margin-bottom: 30px; text-align: center; }

.features_block .feature_item .feature_icon { width: 90%; max-width: 120px; margin: 0 auto; }

.features_block .feature_item .feature_icon img { width: 100%; height: auto; display: block; }

@media screen and (min-width: 768px) { .features_block { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .features_block.items_row_2 .feature_item { width: 50%; max-width: none; padding: 0 10px; float: left; }
  .features_block.items_row_3 .feature_item, .features_block.items_row_5 .feature_item { width: 33.333333%; max-width: none; padding: 0 10px; float: left; }
  .features_block.items_row_4 .feature_item { width: 50%; max-width: none; padding: 0 10px; float: left; } }

@media screen and (min-width: 1024px) { .features_block .feature_item { padding: 0 15px; } }

@media screen and (min-width: 1200px) { .features_block.items_row_4 .feature_item { width: 25%; }
  .features_block .feature_item { padding: 0 25px; } }

@media screen and (min-width: 1400px) { .features_block.items_row_5 .feature_item { width: 20%; } }

/* ============== Category Block Styles ============== */
.category_block { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.category_block .category_item { width: 100%; margin: 0 auto; padding-bottom: 30px; text-align: center; }

.category_block .category_item .category_image { width: 100%; margin-top: 20px; padding-right: 8px; padding-left: 8px; display: block; }

.category_block .category_item .category_image img { width: 100%; height: auto; display: block; }

.category_block .category_item .category_text { width: 100%; padding: 15px 15px 0 15px; text-align: left; }

@media screen and (min-width: 600px) { .category_block { width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .category_block.items_row_2 .category_item, .category_block.items_row_3 .category_item, .category_block.items_row_4 .category_item, .category_block.items_row_5 .category_item { width: 50%; margin: 0; padding-bottom: 40px; max-width: none; float: left; } }

@media screen and (min-width: 1024px) { .category_block { width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .category_block.items_row_3 .category_item, .category_block.items_row_5 .category_item { width: 33.333333%; padding-bottom: 40px; } }

@media screen and (min-width: 1200px) { .category_block.items_row_3 .category_item { padding-bottom: 50px; }
  .category_block.items_row_4 .category_item { width: 25%; padding-bottom: 50px; } }

@media screen and (min-width: 1400px) { .category_block.items_row_5 .category_item { width: 20%; } }

/* ============== Accordion Block Styles ============== */
.accordion_list_block { width: 100%; }

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

.accordion_list_block ul li { width: 100%; border: 1px solid #cacaca; margin-bottom: 15px; }

.accordion_list_block .accordion_btn { width: 100%; min-height: 40px; line-height: 1.1; font-weight: 300; }

.accordion_list_block .accordion_btn a { width: 100%; padding: 10px 40px 10px 10px; display: block; position: relative; z-index: 1; text-decoration: none; color: #1cbdc7; outline: none; }

.accordion_list_block .accordion_btn a:hover, .accordion_list_block .accordion_btn a:active, .accordion_list_block .accordion_btn a:focus { color: #d74e7a; }

.accordion_list_block .accordion_btn a .accordion_icon { width: 22px; height: 22px; background: url(images/icon_tab_open.svg) center no-repeat; -webkit-background-size: 22px 22px; background-size: 22px 22px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 10px; z-index: 10; }

.accordion_list_block .accordion_btn a.active { color: #d74e7a; }

.accordion_list_block .accordion_btn a.active .accordion_icon { background: url(images/icon_tab_close.svg) center no-repeat; -webkit-background-size: 22px 22px; background-size: 22px 22px; }

.accordion_list_block .accordion_cont { width: 100%; padding: 5px 15px; }

.accordion_list_block .accordion_cont ul { list-style: disc; margin: 0 0 1.5em 3em; }

.accordion_list_block .accordion_cont ul li { width: 100%; border: none; margin-bottom: 5px; }

.accordion_list_block .accordion_cont table tbody td { padding: 10px; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 768px) { .accordion_list_block .accordion_btn { font-size: 18px; } }

/******** LOGO SECTION ***********/
.logo_block { background: #1e2341; padding-top: 65px; padding-bottom: 65px; text-align: center; }

.logo_block img { max-height: 100px; }

.logo_block .icon_slider_logos .icon_item { width: 33%; float: left; text-align: center; }

.logo_block .icon_slider_logos .icon_item img { margin: 25px auto; max-width: 80px; }

.logo_block .icon_slider_logos .icon_item p { margin-top: 0; }

.logo_block .icon_slider_logos .logo_block_image { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 50%; min-height: 100px; margin-top: 12px; margin-bottom: 12px; padding-right: 25px; padding-left: 25px; float: left; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media screen and (min-width: 768px) { .logo_block .logo_block_image { width: 20%; } }

/********** CONTACT CTA *************/
.contact_cta .text_image_block { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.contact_cta .text_image_block .text_col_content { padding: 5%; padding-bottom: 0; }

.contact_cta .text_image_block .image_col { padding: 5%; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; }

.contact_cta .text_image_block .image_col iframe { border: 0; -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); width: 250px; height: 250px; margin: 0; -webkit-border-radius: 50%; border-radius: 50%; margin: 0 auto; display: block; }

@media screen and (min-width: 500px) { .contact_cta .text_image_block .image_col iframe { width: 300px; height: 300px; } }

@media screen and (min-width: 768px) { .contact_cta { padding: 5%; }
  .contact_cta .text_image_block .image_col { width: 50%; padding: 0; } }

@media screen and (min-width: 1020px) { .contact_cta { padding: 5%; }
  .contact_cta .text_image_block .image_col { width: 50%; padding: 0; }
  .contact_cta .text_image_block .image_col iframe { width: 500px; height: 500px; } }

/*********** THREE IMAGES BLOCK *************/
.three_image_gallery_block { width: 100%; }

.three_image_gallery_block .three_image_gallery_block_image { width: 100%; float: left; }

.three_image_gallery_block .three_image_gallery_block_image img { display: block; width: 100%; }

@media screen and (min-width: 600px) { .three_image_gallery_block .three_image_gallery_block_image { width: 33.33%; } }

/********* STATS BLOCK ***********/
.featured_stats { margin-bottom: 30px; padding: 50px 0; }

.featured_stats .rows h6 { margin-bottom: 20px; }

.featured_stats .rows .featured_stat span { color: #ff3c50; }

.featured_stats .circles .featured_stat { width: 100%; }

.featured_stats .circles .featured_stat:nth-child(odd) .circle_bg { background: #ff3c50; }

.featured_stats .circles .featured_stat:nth-child(even) .circle_bg { background: #1e2341; }

.featured_stats .circles .featured_stat:nth-child(even) .circle_bg .circle_text { color: #fff; }

.featured_stats .circles .featured_stat .circle_bg { width: 100%; padding-bottom: 100%; position: relative; -webkit-border-radius: 50%; border-radius: 50%; margin-bottom: 30px; }

.featured_stats .circles .featured_stat .circle_bg .stat { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.featured_stats .circles .featured_stat .circle_bg .circle_text { padding: 0; margin: 0; text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.featured_stats .circles .featured_stat .circle_bg .circle_text span { width: 100%; display: block; }

@media screen and (min-width: 768px) { .featured_stats .circles .featured_stat { width: 48%; margin: 1%; float: left; } }

@media screen and (min-width: 980px) { .featured_stats .circles .featured_stat { width: 30%; margin: 1.5%; float: left; } }

/*********** VIDEO BLOCK **************/
.video_block_wrapper { background: #cccccc; }

.video_block_wrapper .video_block { width: 100%; max-width: 1200px; margin: 0 auto; }

.video_block_wrapper .video_block .video_item { position: relative; width: 100%; max-width: 550px; margin: 15px; padding: 150px 30px; }

.video_block_wrapper .video_block .video_item .video_text { font-size: 36px; line-height: 40px; font-weight: 500; position: absolute; width: 100%; height: 100%; left: 6%; top: 12%; }

.video_block_wrapper .video_block .video_item .play_button { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 70px; }

.video_block_wrapper .video_block .video_item .maximise { position: absolute; right: 10px; bottom: 10px; margin: 0; padding: 0; display: block; }

.video_block_wrapper .video_block .video_item .maximise img { margin: 0; padding: 0; display: block; }

.video_block_wrapper .video_block .video_item a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

.text_center { text-align: center; }

@media screen and (min-width: 768px) { .video_block_wrapper .video_block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; } }

/********** BENEFITS ICONS *************/
.benefits_block { background: #cccccc; }

.benefits_block .icon_slider .icon_item { width: 33%; float: left; text-align: center; }

.benefits_block .icon_slider .icon_item img { margin: 25px auto; max-width: 80px; }

.benefits_block .icon_slider .icon_item p { margin-top: 0; }

.slick-dots li { background: none !important; margin: 0 !important; }

.slick-dots li button:before { color: #fff !important; font-size: 10px !important; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

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

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }
