/*
Theme Name: HeritageGas
Author: Anonymous
Author URI:
Version: 1
Description: HeritageGas theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: HeritageGas
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: 0.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: -0.5em;
}

sub {
    bottom: -0.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: 0.35em 0.625em 0.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;
}

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.ttf?lip9zr") format("truetype"), url("fonts/icomoon.woff?lip9zr") format("woff"), url("fonts/icomoon.svg?lip9zr#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-linkedin:before {
    content: "\e91d";
}

.icon-brand:before {
    content: "\e91d";
}

.icon-social:before {
    content: "\e91d";
}

.icon-Air-Con-Icon:before {
    content: "\e900";
}

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

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

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

.icon-Caculator-Icon-Copy:before {
    content: "\e904";
}

.icon-Clothes-Icon:before {
    content: "\e905";
}

.icon-Combo-Icon:before {
    content: "\e906";
}

.icon-Community-Icon:before {
    content: "\e907";
}

.icon-Economy-Icon:before {
    content: "\e908";
}

.icon-Environment-Icon:before {
    content: "\e909";
}

.icon-EOI-Icon-Copy:before {
    content: "\e90a";
}

.icon-FAQ-Icon:before {
    content: "\e90b";
}

.icon-Fill-1:before {
    content: "\e90c";
}

.icon-Fireplace-Icon:before {
    content: "\e90d";
}

.icon-Furnace-Icon:before {
    content: "\e90e";
}

.icon-Group-3-Copy-3:before {
    content: "\e90f";
}

.icon-Group-3:before {
    content: "\e910";
}

.icon-Group-3_2:before {
    content: "\e911";
}

.icon-Group-7:before {
    content: "\e912";
}

.icon-Group-7_2:before {
    content: "\e913";
}

.icon-Humid-Icon:before {
    content: "\e914";
}

.icon-Map-Icon-Copy:before {
    content: "\e915";
}

.icon-Outdoor-Fire-Icon:before {
    content: "\e916";
}

.icon-Patio-Icon:before {
    content: "\e917";
}

.icon-Pool-Icon:before {
    content: "\e918";
}

.icon-Safety-Icon:before {
    content: "\e919";
}

.icon-Stove-Icon:before {
    content: "\e91a";
}

.icon-Triangle-Copy:before {
    content: "\e91b";
}

.icon-Water-Icon:before {
    content: "\e91c";
}

.icon-caret-right:before {
    content: "\e92f";
}

.icon-caret-left:before {
    content: "\e930";
}

.icon-caret-up:before {
    content: "\e931";
}

.icon-caret-down:before {
    content: "\e932";
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}


/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}


/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}


/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}


/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}


/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}


/* Caption */

.fancybox-caption {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}


/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}


/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}


/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}


/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}


/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}


/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}


/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}


/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


/* custom checkbox styles */

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
    margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span {
    display: block;
}


/* custom radio styles */

.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777;
    border-radius: 100%;
}

.jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-radio.jcf-checked span {
    display: block;
}


/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #aaa;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #f00;
}


/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}


/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

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

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}


/* custom file input styles */

.jcf-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0;
}

.jcf-file .jcf-fake-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #777;
    padding: 0 8px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    width: 125px;
}

.jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #777;
    margin: 0 0 0 -1px;
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
}


/* custom scrollbars styles */

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #e3e3e3;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 14px;
    width: 14px;
    left: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #888;
    height: 1px;
    width: 14px;
}

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}


/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
    border-color: #f00 !important;
}

.list-breadcrumbs,
.list-secondary-menu,
.main-nav,
.main-nav .submenu-nav .list,
.list-social,
.list-navigation,
.section-board .list-persons,
.block-selected ul,
.block-address ul,
.accordion-equipment,
.list-charges,
.list-example,
.post-info,
.post-body ol,
.post-body .list-city,
.widget_categories ul,
.list-bill {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.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: #323435;
    background: #f2f8f9;
    font: 1.12rem/1.75 'Raleway', sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

th,
td {
    border: 1px solid #e7e7e7;
    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: 1px solid #7c8082;
    padding: 1rem;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
    border-color: #000;
}

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

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

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

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

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

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

.widget {
    margin-bottom: 1.75em;
}

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

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

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

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

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

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

.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;
    height: 2em;
}

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

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

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

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

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

.commentlist {
    margin: 0 0 1.75em;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em;
    }
}

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

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

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

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

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

@media (max-width: 767px) {
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em;
    }
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1023px) {
    iframe {
        width: 100%;
    }
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 3rem;
}

h2,
.h2 {
    font-size: 2.37rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.31rem;
}

h5,
.h5 {
    font-size: 1.12rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    margin: 0 0 1em;
}

a {
    color: #323435;
}

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

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

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

#wrapper {
    position: relative;
    overflow: hidden;
}

.container {
    margin: 0 auto;
}

.container.container-md {
    max-width: 1130px;
    padding: 0 15px;
}

.container.container-lg {
    padding: 0 15px;
    max-width: 1450px;
}

@media (min-width: 1024px) {
    .container.container-lg {
        padding: 0 50px;
    }
}

@media (min-width: 768px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px;
    }
}

@media (min-width: 768px) {
    .col {
        width: 100%;
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .col.col-8 {
        width: 66.66%;
    }
}

@media (min-width: 768px) {
    .col.col-6 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .col.col-5 {
        width: 41.67%;
    }
}

@media (min-width: 768px) {
    .col.col-4 {
        width: 33.33%;
    }
}

@media (min-width: 768px) {
    .col.col-3 {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .col.col-2 {
        width: 16.67%;
    }
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bg-style {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

figure {
    margin: 0;
}

.img-post {
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 6px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.section-heading {
    text-align: center;
    margin: 0 auto 37px;
    max-width: 720px;
}



h1 {
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: .9px;
    margin-bottom: 1rem;
}

@media (max-width: 479px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 1.2rem;
    color: #00458C;
}

@media (max-width: 479px) {
    h2 {
        font-size: 1.7rem;
    }
}

.blue-heading-version h2 {
    color: #00458C;
    padding-bottom: 24px;
    border-bottom: 1px solid #979797;
}

h2 a {
    text-decoration: none;
}

h3,
.h3 {
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1.75rem;
}

h4 {
    line-height: 1.2;
    margin-bottom: 1.75rem;
}

.blue-heading-version h4 {
    color: #00458C;
    padding-bottom: 24px;
    border-bottom: 1px solid #979797;
}

h6.hide-label {
    display: none;
}

a {
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    vertical-align: top;
}

a:hover {
    color: #323435;
}

a:focus,
a:active,
a:visited {
    outline: 0;
}

button {
    outline: 0;
}

.btn {
    text-decoration: none;
    color: #fff;
    padding: .5em 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 1024px) {
    .btn {
        padding: .8em 2.2em;
    }
}

@media (min-width: 1024px) {
    .btn.btn-lg {
        padding: .8em 3.8em;
    }
}

.btn.btn-primary {
    background: transparent;
    border-radius: 26px;
    border: 3px solid #00458C;;
    color: #00458C;
}

.btn.btn-primary:hover {
    background: #00458C;
    color: #fff;
}

.btn.btn-success {
    font-size: .87rem;
    background: transparent;
    border: 3px solid #26A84A;
    color: #26A84A;
    border-radius: 26px;
}

.btn.btn-success:hover {
    background: #26A84A;
    color: white;
}

.btn.btn-secondary {
    border-radius: 26px;
    background: #b4babd;
}

.btn.btn-secondary:hover {
    background: rgba(180, 186, 189, 0.8);
}

.btn.btn-outline-light {
    border-radius: 26px;
    border: 1px solid #fff;
    background: transparent;
    padding: .5rem 3.4rem;
}

.btn.btn-outline-light:hover {
    background: #fff;
    color: rgba(0, 105, 166, 0.8);
}

.btn.btn-confirm {
    background: #b6c2c3;
    border-radius: 43px;
    padding: 1rem 3rem;
}

@media (min-width: 1200px) {
    .btn.btn-confirm {
        font-size: 1.3rem;
        padding: 1.5rem 6rem;
    }
}

@media (max-width: 767px) {
    .btn.btn-confirm {
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
}

.btn.btn-confirm:hover {
    background: #0c8cd7;
}

.btn.btn-disabled {
    background: #b6c2c3;
    border-radius: 6px;
    pointer-events: none;
}

.btn.btn-disabled:hover {
    background: #e6eff0;
}

.btn.btn-dark {
    background: #323435;
    border-radius: 26px;
}

.logo {
    display: block;
    width: 162px;
}

.logo a {
    display: block;
}

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

.breadcrumbs {
    padding: 30px 0 15px;
}

@media (min-width: 768px) {
    .breadcrumbs {
        padding: 40px 0;
    }
}

.breadcrumbs+div,
.breadcrumbs+section {
    padding-top: 0;
}

.list-breadcrumbs {
    font-size: .875rem;
    color: #7c8082;
}

.list-breadcrumbs li {
    padding-right: 30px;
    position: relative;
}

.list-breadcrumbs li:after {
    content: ">";
    position: absolute;
    right: 15px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: 0;
}

.list-breadcrumbs li:last-child:after {
    display: none;
}

.list-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

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

.header-alert {
    padding: 33px 0 20px;
    background: #f7b500;
}

.header-alert .container-lg {
    position: relative;
}

@media (min-width: 1440px) {
    .header-alert .container-lg {
        padding: 0 72px 0 170px;
    }
}

.header-alert .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-alert h2 {
    color: black;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .header-alert .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .header-alert .text-info {
        max-width: 60%;
        padding: 0 26px;
    }
}

.header-alert .text-info p {
    color: black;
}

@media (min-width: 1440px) {
    .header-alert .text-info {
        max-width: 865px;
    }
}

.header-alert .text-info a {
    font-weight: 500;
}

.header-alert .text-info p {
    margin: 0;
}

.header-alert .close-alert {
    font-size: 1.8rem;
    color: #000;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 0;
}

@media (min-width: 768px) {
    .header-alert .close-alert {
        right: 70px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.header-secondary-menu {
    padding: 7px 0;
    background: #e4e9ec;
    font-family: 'Baloo Chettan 2', cursive;
    position: relative;
    z-index: 2;
}

.list-secondary-menu {
    font-size: .75rem;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.list-secondary-menu li {
    padding: 0 15px;
    font-size: 14px;
}

.list-secondary-menu li.current_page_item a,
.list-secondary-menu li.current_page_parent a {
    color: #00458C;
    font-weight: 700;
}

.list-secondary-menu li .custom {
    color: #00458C;
    font-weight: 700;
}

.list-secondary-menu a {
    color: #636566;
    text-decoration: none;
}

.list-secondary-menu a:hover,
.list-secondary-menu a:active {
    color: #00458C;
    font-weight: 700;
}

.header-main-menu {
    position: relative;
    border-bottom: 2px solid #e4e9ec;
    z-index: 2;
}

@media (min-width: 940px) and (max-width: 1283px) {
    .header-main-menu {
        padding-top: 35px;
    }
}

.header-main-menu .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 939px) {
    .header-main-menu .d-flex {
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
}

.header-main-menu .d-flex.holder-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.holder-nav {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.holder-nav .btn-success {
    font-size: 16px;
    padding: 0.4em 1.6em;
    margin: 0px 15px;
}

@media (max-width: 939px) {
    .holder-nav .btn-success {
        margin: 0;
    }
    .holder-nav .btn-success a {
        text-align: center;
    }
}

.holder-nav .btn-success a {
    color: #fff;
}

@media (max-width: 939px) {
    .holder-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: 20;
        top: 97%;
        left: 0;
        right: 0;
        background: #f2f8f9;
        padding: 30px 20px;
    }
    .nav-active .holder-nav {
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 940px) {
    .holder-nav {
        width: calc(100% - 162px);
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .holder-nav {
        width: 85%;
    }
}

@media (min-width: 768px) {
    .holder-nav.d-flex {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 768px) and (max-width: 1283px) {
    .holder-nav.d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.main-nav {
    width: 100%;
}

@media (max-width: 939px) {
    .main-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
    }
}

@media (min-width: 940px) {
    .main-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .main-nav {
        width: auto;
        margin-bottom: 0;
        padding: 0;
    }
}

@media (max-width: 939px) {
    .main-nav li {
        width: 100%;
    }
}

@media (min-width: 940px) {
    .main-nav li.hover>a,
    .main-nav li:hover>a {
        color: #323435;
        text-decoration: underline;
        text-shadow: 0 0 0.1px #000, 0 0 0.1px #000;
    }
}

.main-nav li.current_page_item a.hover,
.main-nav li.current_page_item a:hover {
    text-shadow: 0 0 0.1px #000, 0 0 0.1px #000;
}

@media (max-width: 939px) {
    .main-nav li.has-drop-down {
        border-bottom: 1px solid #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 940px) {
    .main-nav li.has-drop-down.hover a:after,
    .main-nav li.has-drop-down:hover a:after {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 939px) {
    .main-nav li.has-drop-down>a {
        width: calc(100% - 40px);
    }
}

@media (min-width: 940px) {
    .main-nav li.has-drop-down>a {
        position: relative;
        padding: 26px 15px;
        display: inline-block;
        margin-bottom: 0;
    }
}

.main-nav li.has-drop-down>a:after {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #26A84A transparent;
    opacity: 0;
    visibility: hidden;
}

.main-nav li.active>a {
    font-weight: 700;
    text-decoration: underline;
}

@media (min-width: 940px) {
    .main-nav li.hover .submenu,
    .main-nav li:hover .submenu {
        opacity: 1;
        visibility: visible;
    }
}

.main-nav li a {
    font-family: 'Baloo Chettan 2', cursive;
    text-decoration: none;
    text-shadow: -.05px -.05px 0 transparent, .05px .05px transparent;
    font-size: 16px;
    padding: 26px 15px;
    font-weight: 400;
}

@media (max-width: 940px) {
    .main-nav li a {
        display: block;
        padding: 10px 0;
    }
}

.main-nav li .slide-opener {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    position: relative;
    background: none;
    border: 0;
    font-size: 0;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav li .slide-opener:after {
    content: '';
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
}

@media (min-width: 940px) {
    .main-nav li .slide-opener {
        display: none;
    }
}

.main-nav li.slide-active .slide-opener:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-nav .submenu {
    width: 100%;
}

@media (max-width: 939px) {
    .main-nav .submenu {
        padding: 0 40px 30px;
        display: none;
    }
}

@media (min-width: 940px) {
    .main-nav .submenu {
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #26A84A;
        z-index: 12;
        opacity: 0;
        visibility: hidden;
        padding: 28px 0;
    }
}

@media (min-width: 940px) {
    .main-nav .submenu .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .main-nav .submenu .container {
        padding-right: 120px;
    }
}

.main-nav .submenu-nav {
    padding-top: 20px;
    line-height: 1.2;
}

@media (min-width: 940px) {
    .main-nav .submenu-nav {
        padding: 0 20px;
        position: relative;
        width: 19%;
    }
}

@media (min-width: 1024px) {
    .main-nav .submenu-nav {
        padding: 0 30px;
    }
}

@media (min-width: 940px) {
    .main-nav .submenu-nav:after {
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        height: 100%;
        width: 1px;
        background: rgba(255, 255, 255, 0.4);
    }
}

.main-nav .submenu-nav h6 {
    color: #26A84A;
    text-align: center;
}

@media (min-width: 940px) {
    .main-nav .submenu-nav h6 {
        color: #fff;
        text-align: left;
    }
}

.main-nav .submenu-nav .list {
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 940px) {
    .main-nav .submenu-nav .list li {
        text-align: left;
        margin-bottom: 8px;
    }
}

.main-nav .submenu-nav .list li.current_page_item a {
    text-decoration: underline;
}

.main-nav .submenu-nav .list li.current_page_item a:hover {
    color: #fff;
}

.main-nav .submenu-nav .list a {
    color: #26A84A;
    padding: 8px 0;
    border: 0;
    display: inline-block;
    text-shadow: none;
}

@media (min-width: 940px) {
    .main-nav .submenu-nav .list a {
        padding: 0;
        color: #fff;
    }
}

.main-nav .submenu-nav .list a:after,
.main-nav .submenu-nav .list a:before {
    display: none;
}

.main-nav .submenu-nav .list a.hover,
.main-nav .submenu-nav .list a:hover {
    text-decoration: underline;
    text-shadow: none;
}

@media (min-width: 940px) {
    .main-nav .submenu-question {
        padding: 0 30px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 240px;
    }
}

@media (min-width: 1024px) {
    .main-nav .submenu-question {
        padding: 0 40px;
    }
}

@media (min-width: 940px) {
    .main-nav .submenu-question:after,
    .main-nav .submenu-question:before {
        content: '';
        position: absolute;
        top: 3px;
        height: 100%;
        width: 1px;
        background: rgba(255, 255, 255, 0.4);
    }
}

.main-nav .submenu-question:after {
    right: 0;
}

.main-nav .submenu-question:before {
    left: 0;
}

.main-nav .submenu-question .icon-holder {
    width: 40px;
    height: auto;
    margin: 0 auto 5px;
}

@media (min-width: 940px) {
    .main-nav .submenu-question .icon-holder {
        width: 71px;
    }
}

.main-nav .submenu-question a {
    padding: 0;
    color: #26A84A;
    text-align: center;
}

@media (min-width: 940px) {
    .main-nav .submenu-question a {
        color: #fff;
    }
}

.main-nav .submenu-question a:before {
    display: none;
}

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

@media (max-width: 940px) {
    .search-form {
        margin-left: 0px;
        width: 100%;
    }
    .search-form .input-holder input {
        width: 100%;
    }
}

@media (min-width: 1283px) {
    .search-form {
        margin-bottom: 15px;
    }
}

@media (min-width: 1282px) {
    .search-form {
        margin-bottom: 0px;
    }
}

.search-form .input-holder {
    position: relative;
}

.search-form .input-holder input {
    border: 0;
    border-radius: 4px;
    background: #e4e9ec;
    height: 40px;
    min-width: 220px;
    padding: 10px 40px 10px 16px;
    float: none;
    font-size: 16px;
}

.search-form .input-holder input::-webkit-input-placeholder {
    color: #636566;
}

.search-form .input-holder input:-ms-input-placeholder {
    color: #636566;
}

.search-form .input-holder input::placeholder {
    color: #636566;
}

.search-form .input-holder [type="submit"] {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 0;
    font-size: 1.3rem;
}

.nav-opener {
    width: 31px;
    height: 31px;
    position: relative;
    margin-top: 10px;
}

@media (min-width: 940px) {
    .nav-opener {
        display: none;
    }
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 15%;
    right: 15%;
    height: 3px;
    margin-top: -2px;
    background: #000;
}

.nav-opener:before .nav-active,
.nav-opener:after .nav-active,
.nav-opener span .nav-active {
    background: #000;
}

.nav-opener:before,
.nav-opener:after {
    content: '';
    top: 10px;
}

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

.close-btn span,
.nav-opener:hover {
    opacity: .9;
}

.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
    right: 15%;
}

.nav-active .nav-opener span {
    display: none;
}

.close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

#footer {
    padding: 30px 0 10px;
    color: #7d8788;
    background: #e4e9ec;
    border-top: 2px solid rgba(151, 151, 151, 0.1);
}

@media (min-width: 768px) {
    #footer {
        padding: 57px 0 32px;
    }
}

#footer p {
    margin: 0;
}

#footer a {
    color: #7d8788;
}

#footer .logo {
    margin-bottom: 27px;
}

@media (max-width: 767px) {
    #footer .logo {
        margin: 0 auto 27px;
    }
}

.footer-menu {
    padding: 13px 0;
    background: #edf1f4;
}

.footer-menu .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer-menu .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.list-social,
.list-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: 0 10px; */
}

@media (max-width: 767px) {
    .list-social,
    .list-navigation {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.list-social a,
.list-navigation a {
    text-decoration: none;
}

.list-social {
    font-size: 1.5rem;
    line-height: 1;
}

.list-social li {
    padding: 0 8px;
}

.list-social a:hover:before {
    color: #00458C;
}

@media (min-width: 940px) {
    .list-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 479px) {
    .list-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.list-navigation li {
    padding-bottom: 10px;
}

@media (min-width: 480px) {
    .list-navigation li {
        padding: 0 8px;
    }
}

@media (min-width: 1200px) {
    .list-navigation li {
        padding: 0 16px;
    }
}

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

.footer-copy {
    padding-top: 15px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .footer-copy {
        text-align: center;
    }
}

.footer-copy a {
    text-decoration: none;
}

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

.intro {
    position: relative;
}

@media (min-width: 1024px) {
    .intro.intro-equipment .intro-holder {
        max-width: 758px;
        padding: 40px 138px 23px 140px;
    }
}

@media (min-width: 1024px) {
    .intro.intro-post .intro-holder {
        max-width: 355px;
        bottom: 140px;
        padding: 43px 67px 27px 140px;
    }
}

@media (min-width: 1024px) {
    .intro.caption-absolute .intro-holder {
        position: absolute;
    }
}

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

.intro .intro-holder {
    background-image: -webkit-linear-gradient(top, rgba(230,230,230, 0.85) 0%, rgba(230,230,230, 0.85) 100%);
    background-image: linear-gradient(180deg, rgba(230,230,230, 0.85) 0%, rgba(230,230,230, 0.85) 100%);
    padding: 20px 30px;
    z-index: 1;
}

@media (min-width: 1024px) {
    .intro .intro-holder {
        left: 0;
        bottom: 86px;
        padding: 40px 60px 23px 140px;
        max-width: 625px;
    }
}

.intro .intro-holder h1 {
    color: #00458C;
}

.intro .intro-holder .section-heading {
    text-align: left;
    color: #fff;
    margin: 0;
}

.intro .intro-holder .section-heading p {
    margin-bottom: 35px;
    color: #636466;
}

.intro .intro-holder .btn-primary {
    border: 3px solid white;
}

.intro .intro-holder .btn-primary:hover {
    background-color: white;
    color: #00458C;
}

.intro-home .intro-wrapper {
    min-height: 300px;
}

@media (min-width: 1024px) {
    .intro-home .intro-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .intro-home .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
    }
}

.intro-home .img-decor {
    position: relative;
}

.intro-home .img-decor {
    position: absolute;
    z-index: 10;
    right: 3px;
    bottom: 20px;
    width: 315px;
    height: 130px;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
    .intro-home .img-decor {
        width: 100%;

    }
}

@media (min-width: 1024px) {
    .intro-home .img-decor {
        right: 140px;
        bottom: 60px;
    }
}

@media (min-width: 1024px) {
    .intro-home .line-holder {
        position: relative;
        width: 100%;
    }
    .intro-home .line-holder .line {
        border-bottom: 4px solid white;
        position: absolute;
        top: 627px;
        width: 300%;
        margin-left: -500px;
        margin-right: -500px;
        z-index: 3;
    }
}


/* .intro-home .img-decor:before,
.intro-home .img-decor:after {
    content: '';
    position: absolute;
    top: 82px;
    height: 4px;
    width: 9999px;
    background: url(images/intro-decor-line.png) repeat-x;
}

.intro-home .img-decor:before {
    left: -9999px;
}

.intro-home .img-decor:after {
    right: -9999px;
} */

.intro-home .intro-holder {
    padding: 50px 20px 200px;
    z-index: 1;
}

@media (max-width: 1023px) {
    .intro-home .intro-holder {
        margin: 0 -15px;
    }
}

@media (min-width: 1024px) {
    .intro-home .intro-holder {
        max-width: 500px;
        margin-right: 70px;
        padding: 70px 60px 230px;
    }
}

@media (min-width: 1440px) {
    .intro-home .intro-holder {
        padding-top: 105px;
    }
}

.intro-home .section-heading {
    margin: 0 0 45px;
}

.section-possibilities {
    padding: 40px 0;
    background: #f2f8f9;
}

@media (min-width: 1024px) {
    .section-possibilities {
        padding: 74px 0 50px;
    }
}

.item-check {
    height: 100%;
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #636466;
}

.item-check:hover h3 {
    color: #00458C;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .item-check {
        margin-bottom: 30px;
    }
}

.item-check .icon-holder {
    margin-bottom: 18px;
    width: auto;
    height: auto;
}

.item-check .icon-holder img {
    width: 95px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.latest-news {
    padding: 50px 0;
    background: #e6eff0;
}

.latest-news.recommended-posts {
    background: none;
    padding-top: 0;
}

@media (min-width: 768px) {
    .latest-news {
        padding: 50px 0 56px;
    }
}

.latest-news .btn {
    padding: .35em 2.2em;
}

.item-post {
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 767px) {
    .item-post {
        margin-bottom: 30px;
    }
}

.item-post .img-holder {
    display: block;
    padding-top: 50%;
}

@media (min-width: 768px) {
    .item-post .img-holder {
        padding-top: 191px;
    }
}

.item-post .post-body {
    padding: 17px 31px;
    font-size: .87rem;
}

.item-post .post-body h3 {
    padding-top: 0;
    margin-bottom: .7rem;
}

.item-post .post-body h3 a {
    text-decoration: none;
    color:#00458C;
}

.item-post .post-body p {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .item-post .post-body .btn {
        display: block;
        text-align: center;
    }
}

.connect-panel {
    padding: 22px 0;
    position: relative;
    color: #fff;
    background-color: #00458C;

}

@media (max-width: 1023px) {
    .connect-panel .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .connect-panel .d-flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .connect-panel .section-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        max-width: none;
        min-width: 700px;
    }
}

@media (min-width: 1200px) {
    .connect-panel .section-heading {
        min-width: 760px;
    }
}

.connect-panel h2 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
}

@media (min-width: 1024px) {
    .connect-panel h2 {
        width: calc(100% - 110px);
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .connect-panel h2 {
        font-size: 1.68rem;
    }
}

.connect-panel [class^="icon-"] {
    font-size: 5rem;
    display: block;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .connect-panel [class^="icon-"] {
        margin: 0 30px 0 0;
    }
}

.post-article {
    padding: 25px 0;
    background: #e6eff0;
}

@media (min-width: 768px) {
    .post-article {
        padding: 75px 0;
    }
}

.post-article .img-wrapper {
    display: block;
}

.post-article figcaption {
    padding-top: 12px;
}

.post-article .post-info {
    padding: 30px 0 0;
}

.post-article .post-info p {
    margin-bottom: 30px;
}

/* .post-article.post-reverse {
    background: inherit;
} */

.post-article.post-reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.post-article.post-video .img-wrapper {
    position: relative;
}

.post-article.post-video .img-wrapper:hover:before {
    background: #333;
}

.post-article.post-video .img-wrapper:after,
.post-article.post-video .img-wrapper:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-article.post-video .img-wrapper:before {
    width: 91px;
    height: 91px;
    background: #000;
    border-radius: 50%;
}

.post-article.post-video .img-wrapper:after {
    width: 0;
    height: 0;
    left: 51%;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #fff;
}

@media (max-width: 768px) {
    .post-article .post-info {
        margin-bottom: 30px;
    }
}


.fancybox-infobar,
.fancybox-navigation {
    display: none;
}

.default-content {
    padding: 52px 0 39px;
}

@media (min-width: 1024px) {
    .default-content {
        padding: 72px 0 49px;
    }
}

.accordion-prev-info {
    padding: 0 0 30px;
}

.accordion-prev-info .section-heading {
    text-align: left;
    margin: 0;
    max-width: 100%;
}

.accordion-prev-info h3 {
    margin-bottom: 10px;
}

.accordion-prev-info p {
    margin: 0;
}

.accordion-section .btn-caption-box {
    background-color: #00458C;
    border-radius: 26px;
    border: 2px solid white;
}

.accordion-section .btn-caption-box:hover {
    background-color: white;
    color: #00458C;
    border: 2px solid #00458C;
}

.section-board {
    padding: 5px 0 45px;
}

.section-board:nth-child(even) {
    background: #e4e9ec;
    padding-top: 50px;
}

.section-board h6 {
    margin-bottom: 20px;
}

.section-board .list-persons li {
    margin-bottom: 8px;
}

.list-contractors {
    list-style: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #979797;
}

.list-contractors li {
    position: relative;
}

.list-contractors li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #323435;
}

.select-block {
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .select-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.select-block .select-item {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .select-block .select-item {
        margin: 0 40px 50px 0;
    }
}

.jcf-select {
    width: 290px;
    height: 46px;
    margin-bottom: 0;
    border: none;
}

@media (min-width: 768px) {
    .jcf-select {
        width: 340px;
    }
}

.jcf-select.jcf-drop-active .jcf-select-opener:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.jcf-select .jcf-select-opener {
    background: #fff;
    padding: 8px 0;
    right: 10px;
}

.jcf-select .jcf-select-opener:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #00458C transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
}

.jcf-select .jcf-select-text {
    font-size: 1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jcf-select-drop {
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.2);
}

.jcf-list {
    font-size: 1rem;
}

.jcf-list .jcf-option {
    display: block;
    padding: .8rem .5rem;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background-color: #f0f0f0;
    border-color: rgba(151, 151, 151, 0.3);
}

.jcf-select-drop .jcf-select-drop-content {
    border: 0;
}

.block-selected {
    margin-bottom: 30px;
}

.block-selected .item-contact {
    margin-bottom: 40px;
}

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

.section-contact {
    padding-bottom: 40px;
}

.block-address {
    padding: 10px 0 25px;
}

.block-address ul {
    margin-bottom: 22px;
}

.block-address ul li {
    margin-bottom: 5px;
}

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

.block-address address {
    font-style: normal;
    line-height: 2;
}

.block-address .notification {
    padding-top: 30px;
}

.block-managers {
    padding-bottom: 45px;
    border-bottom: 1px solid #979797;
    margin-bottom: 1em;
}

@media (max-width: 1023px) {
    .item-manager {
        margin-bottom: 30px;
    }
}

.item-manager h3 {
    margin-bottom: 16px;
}

.item-manager p {
    margin: 0;
}

.item-manager a {
    display: block;
}

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

.accordion-section {
    padding: 30px 0 25px;
}

.accordion-section.accrodion-distribution {
    padding-top: 65px;
}

.accordion-equipment.accordion-radio h3 {
    margin-bottom: 18px;
    display: block;
}

.accordion-equipment.accordion-radio .btn-disabled {
    pointer-events: none;
}

.accordion-equipment.accordion-radio a {
    padding: 0 40px 0 0;
    color: #323435;
    display: inline-block;
}

.accordion-equipment.accordion-radio a:after {
    border-color: #00458C transparent transparent;
    border-width: 10px 7px 0 7px;
    right: 15px;
}

.accordion-equipment.accordion-faq {
    padding: 0 0 70px;
}

.accordion-equipment.accordion-faq li {
    border-radius: 0;
    margin: 0;
}

.accordion-equipment.accordion-faq li.active {
    border-bottom: 1px solid #7c8082;
}

.accordion-equipment.accordion-faq li.active .accordion-active {
    color: #00458C;
    font-weight: 700;
    padding-bottom: 18px;
    border-bottom: 3px solid #00458C;
}

.accordion-equipment.accordion-faq li.active .accordion-active:after {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.accordion-equipment.accordion-faq li:first-child .accordion-active {
    border-top: 1px solid #7c8082;
}

.accordion-equipment.accordion-faq .accordion-active {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 18px 80px 18px 0;
    border-bottom: 1px solid #7c8082;
}

.accordion-equipment.accordion-faq .accordion-active:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #00458C transparent transparent transparent;
}

.accordion-equipment.accordion-faq .accordion-active:hover {
    color: #00458C;
    font-weight: 700;
    border-bottom: 3px solid #00458C;
}

.accordion-equipment.accordion-faq .slide-block {
    border: 0;
    padding: 33px 0 0;
    color: #00458C;
    display: block;
}

.accordion-equipment.accordion-faq .slide-block:after {
    display: none;
}

.accordion-equipment.accordion-faq .slide-block a {
    color: inherit;
}

.accordion-equipment li {
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
}

.accordion-equipment li.blue {
    background-color: #00458C;
}

.accordion-equipment li.blue .rate-class {
    background-color: #00458C;
}

.accordion-equipment li.blue .slide-block {
    border-color: #00458C;
}

.accordion-equipment li.blue .icon-holder {
    background: #00458C;
}

.accordion-equipment li.blue .btn-primary {
    background: #00458C;
}

.accordion-equipment li.blue thead {
    background: #00458C;
}

.accordion-equipment li.medium-blue {
    background-color: #00458C;
}

.accordion-equipment li.medium-blue .rate-class {
    background-color: #0089d9;
}

.accordion-equipment li.medium-blue .slide-block {
    border-color: #00458C;
}

.accordion-equipment li.medium-blue .slide-block:after {
    background: #00458C;
}

.accordion-equipment li.medium-blue .icon-holder {
    background: #00458C;
}

.accordion-equipment li.medium-blue .btn-primary {
    background: #00458C;
}

.accordion-equipment li.medium-blue thead {
    background: #00458C;
}

.accordion-equipment li.light-blue {
    background-color: #0c8cd7;
}

.accordion-equipment li.light-blue .rate-class {
    background-color: #23a6f3;
}

.accordion-equipment li.light-blue .slide-block {
    border-color: #0c8cd7;
}

.accordion-equipment li.light-blue .slide-block:after {
    background: #0c8cd7;
}

.accordion-equipment li.light-blue .icon-holder {
    background: #0c8cd7;
}

.accordion-equipment li.light-blue .btn-primary {
    background: #0c8cd7;
}

.accordion-equipment li.light-blue thead {
    background: #0c8cd7;
}

.accordion-equipment .active a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-equipment h3 {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

@media (max-width: 767px) {
    .accordion-equipment h3 {
        font-size: 1.2rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .accordion-equipment h3 {
        font-size: 1.3rem;
    }
}

.accordion-equipment h3 .rate-class {
    padding: 10px;
    width: 40%;
    min-width: 200px;
}

@media (min-width: 768px) {
    .accordion-equipment h3 .rate-class {
        width: 18%;
        padding: 17px 32px 15px 27px;
    }
}

.accordion-equipment h3 a {
    text-decoration: none;
    color: #fff;
    position: relative;
    display: block;
    padding: 10px 50px 10px 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (min-width: 768px) {
    .accordion-equipment h3 a {
        padding: 17px 120px 15px 27px;
    }
}

.accordion-equipment h3 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
}

@media (min-width: 768px) {
    .accordion-equipment h3 a:after {
        right: 50px;
    }
}

.accordion-equipment .slide-block {
    background: #f2f8f9;
    border-radius: 0 0 6px 6px;
    border-width: 1px;
    border-style: solid;
    padding: 27px 33px 53px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .accordion-equipment .slide-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .accordion-equipment .slide-block {
        padding: 47px 93px 53px;
    }
}

.accordion-equipment .slide-block.image-block-wrap {
    text-align: center;
}

.accordion-equipment .slide-block.image-block {
    padding: 0;
}

.accordion-equipment .slide-block:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 20px;
    background: #00458C;
}

.accordion-equipment .slide-block .paying-wrapper {
    width: 100%;
}

.accordion-equipment .slide-block .breakdown {
    padding: 10px 15px;
}

@media (min-width: 1024px) {
    .accordion-equipment .slide-block .breakdown {
        padding: 41px 93px 20px;
    }
}

.accordion-equipment .slide-block .map-update {
    color: #ff0000;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 30px;
}

@media (min-width: 1200px) {
    .accordion-equipment .slide-block .map-update {
        font-size: 1.6rem;
        top: 20px;
        right: 70px;
    }
}

.accordion-equipment .btn {
    display: inline-block;
}

@media (min-width: 1024px) {
    .accordion-equipment .btn {
        padding: .8em 1.9em;
    }
}

@media (max-width: 768px) {
    .accordion-equipment .col-6 {
        width: 100%;
    }
}

.slide-description {
    padding-bottom: 30px;
}

.slide-description h3 {
    color: #323435;
    margin-bottom: 20px;
}

.slide-description ul {
    list-style: disc;
}

.slide-description ul li {
    overflow: visible;
}

.accordion-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .accordion-content-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 769px) {
    .accordion-content-item .block-info {
        width: calc(100% - 150px);
        padding: 0 0 0 40px;
    }
}

@media (max-width: 768px) {
    .accordion-content-item .block-info {
        text-align: center;
        padding-top: 20px;
    }
}

.accordion-content-item .block-info ul {
    padding-left: 0;
}

.accordion-content-item h3 {
    margin-bottom: 10px;
    color: initial;
    display: block;
}

.icon-holder {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .icon-holder {
        margin-bottom: 20px;
    }
}

.icon-holder img {
    width: 100%;
    max-width: 50px;
    max-height: 70px;
}

.about-info .post-article {
    padding-top: 0;
}

.heritage-commited {
    padding: 53px 0;
    background: #e4e9ec;
}

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

.item-heritage .icon-holder {
    width: 125px;
    height: 125px;
    background: #00458C;
    margin: 0 auto 30px;
}

.heritage-commited .item-heritage .icon-holder {
    background: none;
}

.item-heritage h3 {
    font-weight: 700;
}

.item-heritage a {
    text-decoration: none;
    color: #00458C;
}

.item-heritage a:hover {
    color: #000;
}

.community {
    padding: 50px 0 98px;
    background: #e4e9ec;
}

.community .section-heading {
    margin: 0 0 70px;
    max-width: 100%;
    text-align: left;
}

.community .btn {
    padding: 20px;
}

.community .row {
    justify-content: space-evenly;
}

@media (max-width: 991px) { 
    .community .row > div {
        height: 100%;
        margin-bottom: 16px;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}



.ownership {
    padding: 50px 0 50px;
}

.ownership p {
    margin-bottom: 0;
}

.section-charge h3 {
    margin-bottom: .5rem;
}

.section-charge h6 {
    margin-bottom: 1.6rem;
}

.list-charges {
    margin-bottom: 30px;
    counter-reset: counter;
}

.list-charges li {
    position: relative;
    margin-bottom: 20px;
}

.list-charges li:before {
    counter-increment: counter;
    content: counters(counter, " ") ".  ";
    font-size: 1.5rem;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: -8px;
}

.list-charges h3 {
    padding-left: 20px;
}

.info-charge {
    padding-bottom: 35px;
    border-bottom: 1px solid #979797;
}

.breakdown {
    padding-bottom: 55px;
}

.breakdown h3 {
    color: initial;
}

.breakdown table {
    width: 100%;
    border: 1px solid #979797;
}

@media (max-width: 767px) {
    .breakdown table {
        font-size: .8rem;
    }
}

.breakdown td,
.breakdown th {
    text-align: left;
    border: 1px solid #979797;
}

@media (min-width: 1200px) {
    .breakdown td,
    .breakdown th {
        padding: 15px 45px;
    }
}

.breakdown thead {
    background: #00458C;
    color: #fff;
}

.breakdown tbody tr:nth-child(even) {
    background: #fff;
}

.list-example {
    margin-bottom: 25px;
    font-size: 12px;
    counter-reset: counter;
}

.list-example li {
    padding-left: 10px;
    position: relative;
    margin: 0;
}

.list-example li:before {
    counter-increment: counter;
    content: counters(counter, " ");
    font-size: .8rem;
    position: absolute;
    left: 0;
    top: -7px;
}

.paying {
    padding: 53px 0;
}

@media (min-width: 769px) {
    .paying-wrapper {
        padding: 48px 0 53px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
    }
}

@media (max-width: 768px) {
    .paying-wrapper .bg-holder {
        padding-top: 30%;
    }
}

@media (min-width: 769px) {
    .paying-wrapper .bg-holder {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

.paying-wrapper .paying-holder {
    max-width: 100%;
    padding: 10px 20px;
    position: relative;
    z-index: 3;
    color: #fff;
    background-image: -webkit-linear-gradient(top, rgba(0, 139, 223, 0.85) 0%, rgba(0, 47, 76, 0.85) 100%);
    background-image: linear-gradient(180deg, rgba(0, 139, 223, 0.85) 0%, rgba(0, 47, 76, 0.85) 100%);
}

@media (min-width: 769px) {
    .paying-wrapper .paying-holder {
        max-width: 473px;
        padding: 33px 93px 20px 40px;
    }
}

.paying-wrapper .block-select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.paying-wrapper .block-select .result {
    font-size: 1.5rem;
    font-weight: 500;
}

.paying-wrapper .block-select .jcf-select {
    width: 190px;
    border-radius: 6px;
    overflow: hidden;
}

.paying-wrapper .block-select .jcf-select .jcf-select-text {
    color: #323435;
    margin-left: 20px;
}

.paying-wrapper .block-select .jcf-select .jcf-select-opener {
    height: 100%;
}

.paying-wrapper .block-select .jcf-select .jcf-select-opener:after {
    border-width: 12px 7px 0 7px;
}

.jcf-list .jcf-option {
    text-align: center;
}

.single .post-body h4 {
    margin-bottom: 0.75rem;
}

.single-article {
    padding: 20px 0 50px;
}

.single-article h2 {
    margin-bottom: 10px;
}

.single-article h3 {
    padding-top: 45px;
}

.post-info {
    padding-bottom: 25px;
}

.post-info li:first-child a {
    text-decoration: none;
}

.post-body img {
    padding: 30px 0;
}

.post-body .post-image img {
    padding: 0 0 30px;
}

.post-body ul {
    /* padding-bottom: 50px; */
}

.post-body ul a {
    color: #00458C;
}

@media (max-width: 479px) {
    .post-body ul a {
        display: block;
    }
}

.post-body p {
    margin-bottom: .8rem;
}

.post-body .back-to-news {
    text-decoration: none;
}

.post-body .back-to-news:before {
    content: '<';
    padding-right: 2px;
}

.post-body .back-to-news:hover {
    color: #00458C;
}

.category-wrapper {
    padding: 20px 0 40px;
}

.category-wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .category-wrapper .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.category-wrapper .item-post {
    background: none;
    margin-bottom: 53px;
}

.category-wrapper .item-post .post-body {
    padding: 17px 0 0;
}

@media (min-width: 768px) {
    .category-wrapper .item-post .post-body {
        padding: 17px 25px 0 17px;
    }
}

.category-wrapper .btn {
    display: block;
    text-align: center;
    padding: .3rem 2rem;
}

.category-wrapper h3 {
    padding: 0;
}

.category-wrapper h3 a:hover {
    color: #00458C;
}

.category-description {
    padding-bottom: 15px;
}

.category-content .post-image {
    padding-bottom: 20px;
}

.category-content .post-body {
    padding: 0 0 50px;
}

@media (min-width: 768px) {
    .category-content .post-body {
        padding: 0 25px 50px;
    }
}

.category-content .post-body h3 {
    padding-top: 0;
    margin-bottom: 10px;
    color: #00458C;
}

.category-content .post-body p {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .category-posts .row {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .category-posts .col-6 {
        width: 100%;
    }
}

.sidebar .search-form input[type="search"] {
    width: 100%;
}

.widget_categories {
    border-radius: 6px;
    border: 1px solid #b6c2c3;
    overflow: hidden;
}

.widget_categories h3 {
    margin: 0;
    padding: 16px;
    background: #fff;
    line-height: 1;
    border-bottom: 1px solid #b6c2c3;
}

.widget_categories ul {
    padding-left: 0;
    line-height: 1;
}

.widget_categories ul li {
    border-bottom: 1px solid #b6c2c3;
}

.widget_categories ul li:last-child {
    border-bottom: 0;
}

.widget_categories ul li a {
    display: block;
}

.widget_categories ul .cat-item {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #fff;
}

.widget_categories ul .cat-item:hover {
    background: #0c8cd7;
}

.widget_categories ul .cat-item:hover a {
    color: #fff;
}

.widget_categories ul a {
    text-decoration: none;
    display: block;
    padding: 16px;
}

.navigation,
.navigation-comments {
    margin: 0 auto 1rem;
    width: 100%;
}

.nav-links,
.navigation-comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

@media (max-width: 767px) {
    .nav-links,
    .navigation-comments {
        margin-bottom: 80px;
    }
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    background: none;
    color: initial;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
}

.navigation .page-numbers:hover,
.navigation .page-numbers.current,
.navigation-comments .page-numbers:hover,
.navigation-comments .page-numbers.current {
    color: #fff;
    background: #00458C;
}

.navigation .prev,
.navigation-comments .prev {
    padding-right: 22px;
    width: auto;
}

.navigation .prev:before,
.navigation-comments .prev:before {
    content: '<';
    padding-right: 5px;
}

.navigation .prev:hover,
.navigation-comments .prev:hover {
    color: #00458C;
    background: transparent;
}

.navigation .next,
.navigation-comments .next {
    padding-left: 22px;
    width: auto;
}

.navigation .next:after,
.navigation-comments .next:after {
    content: '>';
    padding-left: 5px;
}

.navigation .next:hover,
.navigation-comments .next:hover {
    color: #00458C;
    background: transparent;
}

.contact-form-block {
    padding: 30px 0 80px;
}

.contact-form-block .accordion-radio {
    padding-top: 60px;
}

.contact-form-block .accordion-radio h3 a.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 30%;
}

.contact-form-block .accordion-radio .slide {
    display: none;
    position: relative;
}

.contact-form-block .accordion-radio .slide .btn {
    position: absolute;
    left: 10px;
    bottom: -75px;
}

.contact-form-block .accordion-radio .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: calc(100%-20px);
}

.contact-form-block .accordion-radio .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contact-form-block .accordion-radio .wpcf7-form-control label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
    padding: 14px 15px;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 22px;
    background: #b4babd;
}

@media (min-width: 1024px) {
    .contact-form-block .accordion-radio .wpcf7-form-control label {
        -ms-flex-preferred-size: 156px;
        flex-basis: 156px;
    }
}

.contact-form-block .accordion-radio .wpcf7-form-control label.jcf-label-active {
    background: #00458C;
}

.contact-form-block .accordion-radio .wpcf7-form-control label .jcf-radio,
.contact-form-block .accordion-radio .wpcf7-form-control label .jcf-checkbox {
    width: 19px;
    height: 19px;
    border: 0;
    border-radius: 50%;
    margin-right: 14px;
}

.contact-form-block .accordion-radio .wpcf7-form-control label .jcf-radio.jcf-checked,
.contact-form-block .accordion-radio .wpcf7-form-control label .jcf-checkbox.jcf-checked {
    border: 4px solid #fff;
    background: transparent;
}

.contact-form-block .accordion-radio .wpcf7-form-control label .jcf-radio.jcf-checked span,
.contact-form-block .accordion-radio .wpcf7-form-control label .jcf-checkbox.jcf-checked span {
    display: none;
}

.contact-form-block .accordion-radio .wpcf7-form-control label .jcf-focus {
    border-color: #fff !important;
}

.contact-form-block .input-area {
    padding: 23px 23px 30px;
    margin-bottom: 35px;
    background: #fff;
}

.contact-form-block .input-area .input-control {
    width: 100%;
    padding: 0 10px;
}

@media (min-width: 1024px) {
    .contact-form-block .input-area .input-control {
        width: 50%;
        padding: 0 20px;
    }
}

.contact-form-block .input-area.slide .row {
    margin: 0 -10px;
}

.contact-form-block .input-area.slide .col {
    padding: 0 10px;
}

@media (max-width: 1023px) {
    .contact-form-block .input-area.slide .col.col-6 {
        width: 100%;
    }
}

.contact-form-block .input-area.slide .disclaimer {
    padding: 20px 0 0 10px;
}

.contact-form-block .input-area .d-flex {
    margin: 0 -10px;
}

.contact-form-block .input-area .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.contact-form-block .input-area .wpcf7-form-control-wrap input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #7c8082;
    height: 46px;
}

.contact-form-block .input-area .wpcf7-form-control-wrap input:focus {
    outline: 0;
}

.contact-form-block .input-area .wpcf7-form-control-wrap input.placeholder-style::-webkit-input-placeholder {
    color: transparent;
}

.contact-form-block .input-area .wpcf7-form-control-wrap input.placeholder-style:-ms-input-placeholder {
    color: transparent;
}

.contact-form-block .input-area .wpcf7-form-control-wrap input.placeholder-style::placeholder {
    color: transparent;
}

.contact-form-block .input-area .wpcf7-form-control-wrap input.wpcf7-not-valid {
    border-color: #ff0000;
    color: #ff0000;
    background: url(images/Attention-Icon-01.svg) no-repeat 98% center;
    background-size: 20px 20px;
}

.contact-form-block .input-area .wpcf7-form-control-wrap input.wpcf7-not-valid::-webkit-input-placeholder {
    color: #ff0000;
}

.contact-form-block .input-area .wpcf7-form-control-wrap input.wpcf7-not-valid:-ms-input-placeholder {
    color: #ff0000;
}

.contact-form-block .input-area .wpcf7-form-control-wrap input.wpcf7-not-valid::placeholder {
    color: #ff0000;
}

.contact-form-block .input-area .wpcf7-form-control-wrap .input-notification {
    display: none;
}

.contact-form-block .input-area .wpcf7-form-control-wrap .insert-holder {
    font-size: 12px;
    color: #7c8082;
    position: absolute;
    left: 10px;
    top: -10px;
    background: #fff;
    padding: 0 10px;
}

.contact-form-block .input-area .wpcf7-form-control-wrap .wpcf7-not-valid-tip+.insert-holder {
    color: #ff0000;
}

.contact-form-block .input-area .wpcf7-form-control-wrap.error input {
    border-color: #ff0000;
    color: #ff0000;
    background: url(images/Attention-Icon-01.svg) no-repeat 98% center;
    background-size: 20px 20px;
}

.contact-form-block .input-area .wpcf7-form-control-wrap.error input::-webkit-input-placeholder {
    font-size: 0;
}

.contact-form-block .input-area .wpcf7-form-control-wrap.error input:-ms-input-placeholder {
    font-size: 0;
}

.contact-form-block .input-area .wpcf7-form-control-wrap.error input::placeholder {
    font-size: 0;
}

.contact-form-block .input-area .wpcf7-form-control-wrap.error .input-notification {
    display: block;
    color: #ff0000;
}

.contact-form-block .input-area .wpcf7-form-control-wrap.error .insert-holder {
    color: #ff0000;
}

.contact-form-block .input-area .disclaimer {
    font-size: 12px;
    line-height: 16px;
    display: block;
}

.contact-form-block .btn {
    border: 0;
    padding: .6em 2.5em;
    width: 150px;
    text-align: center;
}

.contact-form-block .btn:disabled {
    background: #b6c2c3;
    border-radius: 6px;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

.lightbox-content {
    padding: 70px 30px 30px;
    max-width: 566px;
    font-size: 1.3rem;
    font-weight: 500;
    box-shadow: 0 10px 40px #000;
    border-radius: 6px;
    background: #f2f8f9;
    text-align: center;
}

@media (min-width: 1024px) {
    .lightbox-content {
        padding: 74px 67px 48px;
    }
}

.lightbox-content p {
    margin-bottom: 36px;
}

.lightbox-content .btn {
    padding: .8em 3.5em;
    font-size: initial;
}

.lightbox-content .fancybox-button {
    top: 10px;
    right: 20px;
}

.lightbox-content .fancybox-button svg {
    height: 35px;
    width: 35px;
}

.section-faq.blue-heading-version h2 {
    margin-bottom: 0;
    border: 0;
}

.section-faq.blue-heading-version h3 {
    color: #00458C;
}

.section-faq .item-faq {
    padding-top: 60px;
}

.section-bill {
    padding-bottom: 60px;
}

.section-bill.blue-heading-version h2 {
    border: 0;
}

.block-sections-bill {
    padding: 20px 0 40px;
}

.block-sections-bill h3 {
    color: #00458C;
}

@media (max-width: 1024px) {
    .block-sections-bill .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 1024px) {
    .block-sections-bill .col.col-4,
    .block-sections-bill .col.col-8 {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .sidebar {
        padding-top: 30px;
    }
}

.list-bill {
    counter-reset: list-counter;
}

.list-bill li {
    margin-bottom: 16px;
    counter-increment: list-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-bill li:before {
    content: counter(list-counter);
    margin-right: 30px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #00458C;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-bill li a {
    width: calc(100% - 70px);
}

.list-bill.list-explained {
    padding-bottom: 30px;
}

.list-bill.list-explained li:before {
    width: 55px;
    height: 55px;
    font-size: 1.5rem;
    margin-right: 40px;
}

.list-bill.list-explained .item-info {
    width: calc(100% - 100px);
}

.list-bill.list-explained h5 {
    margin-bottom: 5px;
}

.list-bill.list-explained p {
    margin: 0;
}

.block-explained a {
    text-decoration: none;
}

.section-energy {
    padding-bottom: 30px;
}

.section-energy .category-description {
    padding-bottom: 30px;
}

.section-energy h2 {
    color: #00458C;
}

@media (max-width: 768px) {
    .section-energy h2 {
        text-align: center;
    }
}

.section-energy .accordion-content-item {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .section-energy .accordion-content-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .tips-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.tips-wrapper .item-tip {
    border-top: 1px solid #979797;
    padding: 40px 0;
}

@media (min-width: 1024px) {
    .tips-wrapper .item-tip {
        width: 50%;
        padding: 40px 20px;
    }
}

.tips-wrapper .icon-holder {
    background: #00458C;
}

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

@media (min-width: 1200px) {
    .section-counter {
        padding: 0 0 75px;
    }
}

.section-counter figure {
    position: relative;
    height: 100%;
}

.section-counter figure figcaption {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

@media (min-width: 768px) {
    .section-counter figure {
        font-size: 1.8rem;
    }
}

@media (max-width: 1199px) {
    .section-counter figure {
        margin-bottom: 30px;
    }
}

.section-counter .img-wrapper {
    border-radius: 6px;
}

@media (max-width: 1199px) {
    .section-counter .img-wrapper {
        padding-top: 50%;
    }
}

@media (min-width: 1200px) {
    .section-counter .img-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .section-counter .col:nth-child(1) {
        padding-right: 10px;
    }
}

@media (min-width: 1024px) {
    .section-counter .col:nth-child(2) {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {
    .section-counter .col-6 {
        width: 100%;
    }
}

.counter-card {
    height: 100%;
    border-radius: 6px;
    padding: 40px 20px;
    background: #c9d6d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .counter-card {
        padding: 36px 95px;
    }
}

.counter-card .counter-button,
.counter-card h3 {
    width: 100%;
    font-family: 'Baloo Chettan 2', cursive;
}

.counter-card h3 {
    margin-bottom: 15px;
}

.counter-card .counter-button {
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    font-size: 1.25rem;
    padding: 12px 5px;
    border-radius: 26px;
    color: #fff;
    background: #26A84A;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Baloo Chettan 2', cursive;
}

@media (min-width: 768px) {
    .counter-card .counter-button {
        padding: 6px 60px;
    }
}

.counter-card .counter-button span {
    padding-right: 23px;
    font-family: 'Baloo Chettan 2', cursive;
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .counter-card .counter-button span {
        font-size: 2rem;
    }
}

.newsletter {
    background-color: #e6eff0;
    padding: 0px 15px 106px;
    padding-top: 106px;
}

.newsletter .container {
    background-color: #26A84A;
    border-radius: 50px;
    padding: 30px;
}

.newsletter .container .row {
    margin: 0;
}

.newsletter .container .wrapper {
    border: 3px solid #fff;
    border-radius: 26px;
    color: #fff;
}

.newsletter .container .wrapper .col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.newsletter .container .wrapper .col-2 {
    padding: 0;
}

.newsletter .container .wrapper .col-6 {
    justify-content: flex-start;
}

.newsletter .container .wrapper h3 {
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .newsletter .container .wrapper h3 {
        margin-bottom: 6px;
    }
}

.newsletter .container .wrapper p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4rem;
}

.newsletter .container .wrapper .col-md-6,
.newsletter .container .wrapper .col-md-3 {
    padding: 20px;
}

.newsletter-img {
    max-width: 80%;
}

.btn {
    display: block;
}

.btn-white {
    background-color: white;
    color: #26A84A;
    font-weight: bold;
    border-radius: 6px;
    padding: 0.5em 1.8em;
    min-width: 127px;
}

.btn-green {
    background-color: #26A84A;
    color: white;
    font-weight: bold;
    border-radius: 26px;
    padding: 0.5em 1.8em;
    min-width: 127px;
    border: 3px solid white;
}

.btn-green:hover {
    color: #26A84A;
    background-color: white;
}

.hidden {
    display: none;
}

.text-with-two-images {
    margin-bottom: 6rem;
}

.text-with-two-images h2 {
    color: #00458C;
}

.text-with-two-images-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text-with-two-images-image-container img {
    max-width: 550px;
    border-radius: 5px;
}

.historic-rates-month {
    margin-bottom: 6rem;
}

.historic-rates-month h2 {
    color: #00458C;
}

.historic-rates-month hr {
    opacity: 0.4;
    margin-top: 0.3rem;
    margin-bottom: 1.8rem;
}

.historic-rates-files {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

@media (max-width: 767px) {
    .historic-rates-files {
        justify-content: center;
    }
    .historic-rates-month h2 {
        text-align: center;
    }
}

.historic-rates-files .single-file-container h3 {
    margin-bottom: 0.9rem;
}

.historic-rates-files .single-file-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 3rem;
    margin-bottom: 1rem;
}

.historic-rates-files .single-file-container .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.8rem;
    height: 3rem;
}

.historic-rates-files .single-file-container .btn img {
    padding-right: 4px;
} 

.dark-bg {
    background-color: #e4e9ec;
    padding-top: 50px;
}

.inherit-bg {
    background: inherit;
}

.page-template-template-contact .intro {
    padding-bottom: 35px;
}

.page-template-template-contact .blue-heading-version h4 {
    border-bottom: none;
}

.no-border td {
    border: none;
}

.page-id-6158 .heritage-commited .icon-holder {
    background: none;
}

.page-id-6158 .heritage-commited .icon-holder img {
    max-width: 100%;
    max-height: 100%;
}

.form-confirmation {
    margin-bottom: 50px;
}

.form-confirmation .bg-blue {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 30px 50px;
}

.form-confirmation .bg-gray {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;  
    padding: 30px 50px;
}

@media (max-width: 768px) {
    .form-confirmation .title {
        align-items: center;
        flex-wrap: nowrap;
    }
}

.form-confirmation .title img {
    margin-right: 20px;
}


@media (max-width: 768px) {
    .form-confirmation .title figure {
        padding-right: 20px;
    }
}

/* Table styles for Emerging Heating and Cooling Technologies page */

.tg {
    border-collapse:collapse;border-spacing:0;
}
.tg td {
    border-color:black;border-style:solid;border-width:3px;font-family:Arial, sans serif;font-size:14px;font-weight:500;
    overflow:hidden;padding:10px 10px;word-break:normal;
}
.tg th {
    border-color:black;border-style:solid;border-width:3px;font-family:Arial, sans serif;font-size:14px;
    font-weight:500;overflow:hidden;padding:10px 10px;word-break:normal;
}
.tg .tg-9a6s {
    background-color:#f7941d;border-color:#0068a6;color:#ffffff;font-family:Arial, sans-serif !important;;
    font-size:16px;font-weight:500;text-align:center;vertical-align:middle;
}
.tg .tg-v1cs {
    background-color:#ffffff;border-color:#0068a6;color:#0068a6;font-family:Arial, sans-serif !important;;
    font-size:16px;font-weight:500;text-align:center;vertical-align:middle;
}
.tg .tg-dokl {
    background-color:#1fa824;border-color:#0068a6;color:#ffffff;font-family:Arial, sans-serif !important;;
    font-size:16px;font-weight:500;text-align:center;vertical-align:middle;
}
.tg .tg-nip2 {
    background-color:#0068a6;border-color:#0068a6;color:#ffffff;font-family:Arial, sans-serif !important;;
    font-size:18px;font-weight:bold;text-align:center;vertical-align:middle;
}
.tg .tg-nnec {
    background-color:#ffffff;border-color:#0068a6;color:#0068a6;font-family:Arial, sans-serif !important;;font-size:18px;
    font-weight:bold;text-align:center;vertical-align:middle;
}
.tg .tg-zeow {
    background-color:#ed1c24;border-color:#0068a6;color:#ffffff;font-family:Arial, sans-serif !important;;
    font-size:16px;font-weight:500;text-align:center;vertical-align:middle;
}

/*# sourceMappingURL=style.css.map */

.intro.caption-absolute .intro-holder .section-heading {
    position: relative;
}

.intro.caption-absolute .intro-holder .section-heading::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -80px;
    background-image: url('./images/arrow-lg.svg');
    width: 56px;
    height: 56px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
    .intro.caption-absolute .intro-holder .section-heading .line-holder {
        position: relative;
    }
    .intro.caption-absolute .intro-holder .section-heading .line {
        border-bottom: 4px solid white;
        position: absolute;
        bottom: -27px;
        width: 175vw;
        margin-left: -500px;
        margin-right: -500px;
        z-index: 3;
    }
}

@media screen and (max-width: 640px){
    .text-with-two-images-image-container img{width: 100%;}
    article .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
        article .col-6 img{
            padding-bottom: 20px;
        }
        .accordion-content-item .block-info{text-align: left;}
        .post-article.post-reverse .row{
            flex-direction: column-reverse;
        }
        .footer-menu .col-4{
            flex: 0 0 100%;
        max-width: 100%;
        }
        #footer-nav{
            margin-top: 30px;
        }
        .component-list-numbered .steps .item .item-index{
            padding-bottom: 7px;
        }
        .community .row div:first-child{
            margin-top: 0;
        }
    }
    .quote-intro.pb-5{
        padding-bottom: 1rem !important;
    }
.quote-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.quote-section::after {
    content: '';
    position: absolute;
    background-image: url('./images/quotations.png');
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    width: 420px;
    height: 322px;
    top: 7%;
    left: 35%;
}

.quote-section .quote-body {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Baloo Chettan 2', cursive;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .quote-section .quote-body {
        font-size: 28px;
        line-height: 40px;
    }

}

.quote-section .quote-intro,
.quote-section .quote-footer {
    position: relative;
    z-index: 2;
}

.icon-row {
    padding-top: 80px;
    padding-bottom: 80px;
}

.icon-row h4 {
    color: #00458C;
    font-size: 24px;
}

.icon-row p {
    font-size: 18px;
    font-family: Raleway;
    line-height: 32px;
}

.icon-row .image {
    width: 125px;
    height: 125px;
    background-color: #00458C;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.component-list-numbered .steps h3 {
    color: #00458C;
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: 700;
}
.light-grey{
    background-color: #f2f8f9;
}
.section-class-2, .section-class-3, #section-id-5, .section-class-4 .dark-bg, .newsletter .dark-bg{
    background-color: #E6EFF0
}

.padding-top{ padding: 75px 0;}
.page-id-11760 section.intro {
    display: block !important;
}