/*
Theme Name: Ovintiv
Theme URI:
Author: PITCH digital
Author URI: https://www.pitchdigital.com
Description: 
Developer: Lilumi
Version: 1.0.3

Text Domain: encana
Tags:
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Alignments
# Clearings
--------------------------------------------------------------*/


/* =Clearfix (all browsers)--------------------------------*/

.cf:before,
.cf:after {
    content: "";
    display: block;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: 600;
    color: #7C7E7F;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

table h1,
table h2,
table h3,
table h4,
table h5,
table h6,
table .h7 {
    margin-top: 0;
}

.stripes-pitch td {
    border: none;
    border-bottom: 1px solid #C5C5C5;
}

.stripes-pitch td:nth-child(even) {
    background-color: #f1f1f1;
    border-bottom: 1px solid #fff;
}

.stripes-pitch tr:last-child td {
    border-bottom: 1px solid #C5C5C5;
}

td,
th {
    padding: 8px 8px 8px 8px;
}

tr td:first-child,
tr th:first-child {
    padding-left: 0 !important;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #4C4E56;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.56em;
}

body {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1200 - 320)));
}

@media screen and (min-width: 1200px) {
    body {
        font-size: 18px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    /*  background: #ffe4c4;*/
}

p {
    margin: 0px 0 32px 0;
    line-height: 1.56em;
}

p:first-child {
    margin-top: -7px;
}

p:last-child {
    margin-bottom: 23px;
}

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

blockquote {
    margin: 0;
}

address {
    margin: 0;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0 0 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

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

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

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

ul,
ol {
    margin: 0 0 32px 0;
    padding: 0 0 0 1.6em;
}

ul {
    list-style: disc;
}

ol {
    list-style: none;
    counter-reset: li;
    padding-left: 2em;
}

ol>li {
    counter-increment: li;
}

ol>li::before {
    content: counter(li, decimal)".";
    color: #F4762D;
    display: inline-block;
    width: 2em;
    margin-left: -2em;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1em 1em;
}

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

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

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

.sep {
    color: #006595;
}

.h7 .sep,
.sep.orange {
    color: #f69035;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 3px;
}

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #f69035;
}

a:visited {}

a:hover {}

a:hover,
a:focus,
a:active {}

a:focus {
    outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    padding-top: 13px;
    margin-bottom: 6px;
    float: left;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 100;
}

.main-navigation ul ul {}

.main-navigation ul ul ul {}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {}

.main-navigation ul ul a {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {}

.main-navigation li {
    list-style: none;
    display: block;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 15px 0 12px;
    float: left;
}

.main-navigation a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.main-navigation li li a {
    font-family: "Poppins", Verdana, sans-serif;
    font-weight: normal;
    text-transform: none;
}

.dark-header .main-navigation a,
.mini .main-navigation a,
.fixedMenu .main-navigation a,
.hovered #primary-menu>li>a {
    color: #54585A;
}

.main-navigation a:hover {
    color: #54585A;
}

.main-navigation .current-menu-item>a {
    color: #BD472A !important;
}

.main-navigation .current-menu-item>a:hover {
    color: #BD472A !important;
}

.hovered #primary-menu>li:hover>a {
    color: #BD472A;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    margin-right: 1.5em;
}

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

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

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

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


/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/

.site-branding {
    float: left;
    position: relative;
    z-index: 2000;
}

.site-title,
.site-title a,
.site-title span,
.site-title span::before {
    width: 197px;
    height: 62px;
}

.site-branding .site-title {
    clear: both;
    float: left;
    overflow: hidden;
    margin: 59px 0 0 0;
    padding: 0;
    -webkit-transition: height .3s;
    transition: height .3s;
}

.site-title a {
    display: block;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
}

.site-title span {
    background: url(img/logo.png);
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.dark-header .site-title a span,
.hovered .site-title a span {
    background-position: 0 bottom;
}


/*--------------------------------------------------------------
# Logo Retina
--------------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .site-title span {
        background: url("img/logo2x.png") no-repeat;
        background-size: 310px 124px;
    }
}


/*--------------------------------------------------------------
# Theme typography
--------------------------------------------------------------*/

body {
    font-family: "Poppins", "Arial", sans-serif;
	font-weight:300;
	font-size:17px;
}

h1 {
    font-family: "Poppins", "Arial", sans-serif;
    font-size: calc(44px + (78 - 44) * ((100vw - 320px) / (1200 - 320)));
    line-height: 0.9em;
    font-weight: 600;
    margin: 0 0 18px 0;
    text-transform: uppercase;
    color: #54585A;
}

h2 {
    font-family: "Poppins", "Arial", sans-serif;
    font-size: calc(24px + (38 - 24) * ((100vw - 320px) / (1200 - 320)));
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 0 19px 0;
    text-transform: none;
    color: #0292AD;
}

h3 {
    font-family: "Poppins", "Arial", sans-serif;
    font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1200 - 320)));
    line-height: 1.08em;
    text-transform: none;
    margin: 0 0 19px 0;
    color: #54585A;
	font-weight:600;
}

h4 {
    color: #54585A;
    line-height: 1.45em;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1200 - 320)));
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 12px;
}

h5 {
    color: #0292AD;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1200 - 320)));
    line-height: 1.45em;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 12px;
}


/*
h1 + h2,
h1 + h3 {
	margin-top: 0;
}

h4 + h5 {
	margin-top: 0;
}

h4 + h4,
h5 + h5 {
	margin-top: 23px;
}
*/

ul.condensed1 li {
    color: #F4762D;
    line-height: 1.34em;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1200 - 320)));
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    text-transform: none;
}

ul.condensed2 li {
    color: #3c6e89;
    line-height: 1.34em;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1200 - 320)));
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    text-transform: none;
}

h6 {
    color: #0292AD;
    font-weight: 500;
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1200 - 320)));
    line-height: 1.45em;
    margin: 0 0 16px 0;
}

.h7 {
    color: #54585A;
    font-weight: 300;
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1200 - 320)));
    line-height: 1.45em;
    margin: 0 0 16px 0;
}

@media screen and (max-width: 880px) {
    h1 {
        font-size: 40px;
    }
}

@media screen and (min-width: 980px) {
    h2 {
        font-size: 22px;
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 65px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 28px;
    }
    h6,
    .h7 {
        font-size: 20px;
    }
    ul.condensed1 li,
    ul.condensed2 li {
        font-size: 36px;
    }
}

ul {
    margin: 0;
    padding: 0 0 0 21px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site {
    position: relative;
    /* padding-top: 106px; */
    height: 100%;
}

.site-header {
    position: absolute;
    width: 100%;
    top: 0;
}

#masthead {
    position: relative;
    z-index: 1000;
    height: 121px;
    /* -webkit-transition: height .3s; */
    /* transition: height .3s; */
}

.mini #masthead {
    background: #fff;
}

.fixedMenu #masthead {
    background: rgba(255, 255, 255, 0.9);
}

.mini #masthead:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #BD472A;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1800;
}

.mini #masthead.hovered:after,
.fixedMenu #masthead.hovered:after {
    background-color: #fff;
}

.mini #masthead {
    position: fixed;
    height: 44px;
    z-index: 1600;
}

.mini.admin-bar #masthead {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    .mini.admin-bar #masthead {
        margin-top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .mini.admin-bar #masthead {
        margin-top: 0px;
    }
}

.mini #masthead .site-title,
.mini #masthead .site-title a,
.mini #masthead .site-title span,
.fixedMenu #masthead .site-title,
.fixedMenu #masthead .site-title a,
.fixedMenu #masthead .site-title span {
    width: 109px;
    height: 19px;
}

.mini #masthead .site-title span,
.fixedMenu #masthead .site-title span {
    background-position: right bottom;
}

.mini .site-title {
    margin: 12px 0 0 29px;
}

.fixedMenu .site-title {
    margin: 20px 0 0 29px;
}

.header-right-side {
    margin-top: 53px;
    float: right;
    position: relative;
    z-index: 2000;
}

@media screen and (max-width: 980px) {
    #site-navigation {
        display: none;
    }
}

.fixedMenu #masthead {
    position: fixed;
    height: 60px;
    z-index: 1600;
}


/*--------------------------------------------------------------
# Dropdown
--------------------------------------------------------------*/

.mini #masthead .header-right-side {
    margin-top: 0;
}

.fixedMenu #masthead .header-right-side {
    margin-top: 4px;
}

@media screen and (min-width: 981px) {
    .header-right-side:hover::after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -4px;
        left: 0;
        height: 1px;
        background-color: #BD472A;
        z-index: 1;
    }
}

#primary-menu>li>a {
    position: relative;
    display: block;
    cursor: default;
}

#primary-menu>li>a::after {
    content: '';
    width: 0;
    position: absolute;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: -11px;
    z-index: 1500;
    -webkit-transition: all .3s;
    transition: width .3s;
}

#primary-menu>li:hover>a::after {
    width: 100%;
}

.mini #masthead .header-right-side:hover::after {
    bottom: -4px;
}

#primary-menu ul {
    display: none;
    position: absolute;
    width: 100%;
}

#primary-menu>li:hover>.sub-menu {
    left: 0;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-right: 28px;
    z-index: 1200;
}

#primary-menu>li>.sub-menu>li>a {
    display: none;
}

#primary-menu>li>.sub-menu li {
    float: none;
    flex: 1;
}

#primary-menu ul ul {
    display: block;
    position: static;
}

#primary-menu li li {
    margin: 9px 0 0px 0;
}

#primary-menu li li li {
    margin: 26px 0 27px 0;
	padding-left: 11px;
}

#primary-menu li li a {
    font-size: 15px;
    color: #4C4E56;
    
}

#primary-menu li li a:hover {
    border-bottom: 1px solid #BD472A;
}

#masthead {
    position: absolute;
    top: 0;
}


/*#headerbg {
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;

	background-color: rgba(255, 255, 255, 0.90);
	z-index: 1000;

}

.fixedMenu #headerbg {
	top: 60px;
}

.hovered #headerbg {

}
*/

#masthead.hovered {
    background-color: rgba(255, 255, 255, 0.90);
}

.mini #masthead.hovered {
    background-color: #fff;
}

.headerbg {
    display: none;
    background-color: rgba(255, 255, 255, 0.90);
    position: fixed;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 2;
    margin-top: 35px;
    transition: height .4s linear, -webkit-transform .2s linear;
    transition: height .4s linear, transform .2s linear;
    transition: height .4s linear, transform .2s linear, -webkit-transform .2s linear;
}

.fixedMenu .headerbg {
    margin-top: 23px;
}

.mini .headerbg {
    margin-top: 11px;
}

#primary-menu>li:hover .headerbg {
    display: block;
    border-bottom: 1px solid #BD472A;
}

#primary-menu>li>.sub-menu {
    opacity: 0;
    transition: opacity .4s linear, transform .2s linear;
}


/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/

#mobile-menu-block {
    display: none;
}

@media screen and (max-width: 980px) {
    #mobile-menu-block {
        display: block;
        width: 100%;
        position: fixed;
        top: 44px;
        right: -100%;
        z-index: 1700;
        height: 100%;
        overflow: scroll;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .mobMopened #mobile-menu-block {
        right: 0;
    }
    .admin-bar.mobMopened #mobile-menu-block {
        top: 76px;
    }
    .mobile-menu-wrap {
        position: relative;
        background: #fff;
        border-bottom: 1px solid #82D5BA;
        z-index: 1500;
    }
    .mini .mobile-menu-wrap {
        padding-bottom: 23px;
    }
    @media screen and (max-height: 580px) {
        .mini .mobile-menu-wrap {
            padding-bottom: 63px;
        }
    }
    @media screen and (max-width: 782px) {
        .admin-bar #mobile-menu-block,
        .admin-bar.mobMopened #mobile-menu-block {
            top: 90px;
        }
        .mini.admin-bar .mobile-menu-wrap {
            top: 4px;
        }
    }
    .mobile-menu {
        margin-bottom: 0px;
        padding-left: 18px;
        padding-top: 11px;
        padding-bottom: 24px;
    }
    .menu-mobile-menu-container {
        border-bottom: 1px solid #BD472A;
    }
    .mobMopened #masthead:after {
        background-color: #BD472A;
    }
    .mobile-menu ul {
        margin: 11px 0 0 0;
    }
    .mobile-menu li {
        position: relative;
        list-style: none;
        font-family: "Poppins", Arial, sans-serif;
        font-weight: bold;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        margin-top: 12px;
    }
    .mobile-menu li li {
        font-family: "Poppins", Verdana, sans-serif;
        font-weight: normal;
        text-transform: none;
        margin: 0px 0 11px 0px;
        font-size: 18px;
        line-height: 25px;
    }
    .mobile-menu a {
        text-decoration: none;
        color: #7C7E7F;
        display: inline;
        outline: none;
    }
    .mobile-menu a:hover {
        color: #DB472A;
    }
    .mobile-menu .current-menu-item>a,
    .mobile-menu .current-menu-item>a:hover {
        color: #DB472A;
    }
    .mobile-menu ul {
        padding-left: 10px;
        padding-bottom: 1px;
        display: none;
    }
    .mobile-menu li.opened ul {
        /* , .mobile-menu .current-menu-parent ul*/
        display: block;
    }
    .mobile-menu li li a {
        border-bottom: 1px solid #fff;
    }
    .mobile-menu li li a:hover {
        color: #7C7E7F;
        border-bottom: 1px solid #BD472A;
    }
    .bottom-mobile-menu {
        padding-top: 15px;
        padding-bottom: 0px;
        padding-left: 18px;
    }
    .bottom-mobile-menu li {
        list-style: none;
        font-family: "Poppins", Arial, sans-serif;
        font-weight: bold;
        font-size: 24px;
        line-height: 45px;
    }
    .bottom-mobile-menu a {
        text-decoration: none;
        color: #7C7E7F;
    }
    .bottom-mobile-menu a:hover {
        color: #DB472A;
    }
    .menu-mobile-menu-container,
    .menu-footer-menu-container,
    .msoc {
        padding-left: 30px;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        /*completely remove wpadminbar on mobile, because it breaks layout*/
        display: none !important;
    }
    .admin-bar #mobile-menu-block,
    .admin-bar.mobMopened #mobile-menu-block {
        top: 44px;
    }
}


/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.search-bar {
    float: right;
    height: 40px;
    position: relative;
    z-index: 2000;
}

.mini .search-bar {
    margin-top: 0;
}

.sinput-wrap {
    width: 0;
    display: none;
    overflow: hidden;
    height: 40px;
    -webkit-transition: all .3s;
    transition: width .3s;
}

.expand-search .sinput-wrap {
    width: auto;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: -1px;
    height: 45px;
    z-index: 3000;
}

.search-bar .stext {
    max-width: 100%;
    width: 0;
    height: 40px;
    border: none;
    border-radius: 0;
    padding: 0;
    outline: none !important;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.clear_search {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #6d6d78;
    font-size: 26px;
    line-height: 45px;
    cursor: pointer;
    display: block;
    width: 34px;
    height: 45px;
    text-align: center;
}

.expand-search .search-bar .stext {
    width: 690px;
    opacity: 1;
    padding: 3px 32px 3px 10px;
    border: 1px solid #ccc;
    height: 45px;
}

@media screen and (max-width: 980px) {
    .expand-search .sinput-wrap {
        max-width: 400px;
    }
}

@media screen and (max-width: 680px) {
    .expand-search .sinput-wrap {
        top: 43px;
        width: 100%;
        max-width: none;
        position: fixed;
        left: 0;
    }
    .expand-search .search-bar .stext {
        border-left: none;
        border-right: none;
        border-top-color: #f69035;
    }
}

.search-bar .ssubmit,
.sloupe {
    display: inline-block;
    vertical-align: top;
    background: url('img/ss.png') no-repeat right -38px;
    width: 30px;
    height: 40px;
    border: none;
    padding: 0;
    outline: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .search-bar .ssubmit,
    .sloupe {
        background-image: url('img/ss2x.png');
        background-size: 30px 120px;
    }
}

.sloupe {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.dark-header .search-bar .ssubmit,
.dark-header .sloupe,
.mini .search-bar .ssubmit,
.mini .sloupe,
.fixedMenu .sloupe,
.fixedMenu .search-bar .ssubmit,
.hovered .sloupe {
    -ms-background-position: -1px 2px;
    background-position: -1px 2px;
}

.search-bar .ssubmit:hover,
.sloupe:hover {
    -ms-background-position: -1px -78px;
    background-position: -1px -78px;
}

.mini.expand-search .ssubmit {
    -ms-background-position: -1px -78px;
    background-position: -1px -78px;
}

.expand-search .sloupe {
    display: none;
}


/*--------------------------------------------------------------
# mobile top header
--------------------------------------------------------------*/

.mobmenubtn {
    display: none;
    position: relative;
    width: 30px;
    height: 40px;
    cursor: pointer;
    float: left;
    margin-right: 28px;
}

.mobmenuicon {
    display: block;
    height: 2px;
    background-color: #7C7E7F;
    margin-top: 22px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mobmenuicon:before,
.mobmenuicon:after {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    height: 2px;
    background-color: #7C7E7F;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mobmenuicon:after {
    top: 8px;
}

.mobmenubtn:hover .mobmenuicon,
.mobmenubtn:hover .mobmenuicon::before,
.mobmenubtn:hover .mobmenuicon::after {
    background-color: #DB472A;
}

.mobMopened .mobmenubtn .mobmenuicon {
    background-color: transparent;
}

.mobMopened .mobmenubtn .mobmenuicon::before {
    background-color: #BD472A;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}

.mobMopened .mobmenubtn .mobmenuicon::after {
    background-color: #BD472A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

@media screen and (max-width: 980px) {
    .mini .mobmenubtn {
        display: block;
    }
    .mini .site-title {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 980px) {
    /* mobileMenuBreakpoint from js - sync it! */
    #mobile-menu-block {
        top: 44px;
    }
    .mobmenubtn {
        display: block;
        outline: none;
    }
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

html,
body {
    height: 100%;
}

.mini #page {
    margin-top: 43px;
}

.mini.home #page {
    margin-top: 0;
}


/*--------------------------------------------------------------
# Home Slider
--------------------------------------------------------------*/

.home_slider {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #6f6e6c;
}

.admin-bar .home_slider {
    height: calc(100% - 32px);
}

#cycle_slider {
    width: 100%;
    height: 100%;
    position: relative;
}

#cycle_slider .slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.slide a {
    display: block;
    height: 100%;
}

#desktop-arrows {
    position: absolute;
    height: 0;
    width: 100%;
    top: 50%;
    margin-top: -15px;
}

.home_slider:hover #desktop-arrows .next,
.home_slider:hover #desktop-arrows .prev {
    opacity: 1;
    visibility: visible;
    height: 100px;
}

#desktop-arrows .next {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: red;
    right: 0;
    top: 0;
    z-index: 180;
    cursor: pointer;
    background: url('img/slide-arr.png') right 0 no-repeat;
    overflow: hidden;
    transform: scaleX(-1);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#desktop-arrows .prev {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: red;
    left: 0;
    top: 0;
    z-index: 180;
    cursor: pointer;
    background: url('img/slide-arr.png') right 0 no-repeat;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#desktop-arrows .prev:hover,
#desktop-arrows .next:hover {
    background-position: 0 0;
}


/* mobile slider */
.home-mobile-slider {
    position: relative;
}

#mobile-arrows {
    position: absolute;
    height: 0;
    width: 100%;
    top: 50%;
    margin-top: -100px;
}

.home-mobile-slider:hover #mobile-arrows .next,
.home-mobile-slider:hover #mobile-arrows .prev {
    opacity: 1;
    visibility: visible;
    height: 100px;
}

#mobile-arrows .next {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: red;
    right: 0;
    top: 0;
    z-index: 180;
    cursor: pointer;
    background: url('img/slide-arr.png') right 0 no-repeat;
    overflow: hidden;
    transform: scaleX(-1);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#mobile-arrows .prev {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: red;
    left: 0;
    top: 0;
    z-index: 180;
    cursor: pointer;
    background: url('img/slide-arr.png') right 0 no-repeat;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#mobile-arrows .prev:hover,
#mobile-arrows .next:hover {
    background-position: 0 0;
}


#cycle_slider .slide .row {
    height: 100%;
    display: flex;
    align-items: center;
}

.tp {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left center;
}

.tp img {
    width: auto;
    height: 100%;
    display: block;
    visibility: hidden;
}

@media screen and (max-height: 900px) and (min-width: 996px) {
    #cycle_slider .slide .row {
        align-items: stretch;
    }
    .tp {
        margin: 130px 0 70px;
        background-size: contain;
    }
}

@media screen and (max-height: 900px) and (max-width: 995px) {
    #cycle_slider .slide .row {
        align-items: stretch;
    }
    .tp {
        margin: 54px 0 70px;
        background-size: contain;
    }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features {
    margin-top: -60px;
    z-index: 100;
    position: relative;
    margin-bottom: 15px;
    color: #404040;
}

.admin-bar .features {
    margin-top: -60px;
}

.features .feature {
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 0;
}

.feature img {
    width: auto;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-height: 360px;
}

@media screen and (max-width: 980px) {
    .feature img {
        width: 100%;
        height: auto;
        max-height: none;
    }
    .feature:nth-child(odd) {
        clear: left;
    }
}

@media screen and (max-width: 680px) {
    .feature {
        margin-bottom: 40px;
    }
}

.ftext {
    margin: 29px 18px 0px;
    /* make text style the same as on other pages

	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 22px;
	line-height: 1.8em;*/
}

@media screen and (max-width: 1480px) {
    /*
	.ftext {
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1200 - 320)));
		line-height: 1.8em;

	}

	.ftext ul > li {
		line-height: 1.4em;
	}
*/
}

@media screen and (max-width: 980px) {
    .feature {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 680px) {
    .ftext {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-height: 480px) {
    .feature {
        background-color: transparent;
    }
    .feature img {
        width: auto;
        max-height: 360px;
    }
}

.header_with_square,
.header_with_circle,
.header_with_small_circle {
    position: relative;
}

.header_with_square:before {
    content: '\25FC';
    top: 1px;
    color: #e15325;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    /*  width: 0.56em;
	height: 0.6em;
	background-color: #e15325;
	margin-bottom: 0.06em;*/
}

.header_with_circle:before {
    content: '●';
    top: -1px;
    color: #e15325;
    display: inline-block;
    position: relative;
    margin-right: 13px;
    /*  width: 0.55em;
	height: 0.56em;
	background-color: #e15325;
	margin-bottom: 0.06em;
	border-radius: 50%;*/
}

.header_with_small_circle:before {
    content: '•';
    color: #1d769e;
    display: inline-block;
    position: relative;
    margin-right: 11px;
    /*  width: 0.4em;
	height: 0.4em;
	background-color: #1d769e;
	margin-bottom: 0.16em;
	border-radius: 50%;*/
}


/*--------------------------------------------------------------
# grid 30x
--------------------------------------------------------------*/

.row {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 30px;
}

.layout .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.layout #row1,
.layout .row.row1 {
    padding-top: 169px;
}

.fixedMenu .layout #row1,
.fixedMenu .layout .row.row1 {
    padding-top: 129px;
}

.layout .exp_row {
    display: block;
}

.row_wrapper {
    padding-top: 30px;
}

#row_wrapper_1 {
    padding-top: 0;
}

.row_wrapper.gray {
    background-color: #F5F5F5;
}

.row_wrapper:last-child>.exp_row:last-child {
    margin-bottom: 21px;
}

.half {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 980px) {
    .half {
        width: 100%;
        display: block;
    }
}

.gb1 {
    width: 100%;
    float: none;
    padding: 0 30px;
}

.gb_full {
    width: 100%;
    float: none;
}

.gb1-2 {
    width: 50%;
    float: left;
}

.gb1-4 {
    width: 25%;
    float: left;
}

.gb1-4,
.gb1-2 {
    padding-bottom: 30px;
}

.gb4-4 {
    width: 100%;
    padding-bottom: 30px;
}

.layout .exp_row .gb1-4 {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.layout .exp_row .gb1-2 {
    display: inline-block;
    vertical-align: top;
    float: none;
}


/* EXPANDABLE CONTENT LAYOUT */

.exp_row .xitem {
    padding-bottom: 50px;
	}

.active-xitem {
    position: relative;
}


/*
.active-xitem:after {
	content: '';
	width: 34px;
	height: 34px;
	position: absolute;
	bottom: -17px;
	background-color: #f1f1f1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 10%;
	z-index: 25;
}
*/


/*
.active-xitem:before {
	content: '';
	height: 1px;
	background-color: #076998;
	position: absolute;
	bottom: -1px;
	left: -2500px;
	width: 5000px;
	z-index: 10;
}*/


/*.exp_title {  @@@
	margin-top: -7px;
}*/

.exp_content {
    background-color: #f1f1f1;
    position: relative;
    overflow: visible !important;
}

.exp_content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: #f1f1f1;
    width: 5000px;
    left: -2500px;
    z-index: 1;
}

.exp_content .inner_rows_wrap {
    display: none;
    padding: 48px 0 0px 0;
}

.active-xitem+.exp_content {
    margin-bottom: 38px;
}

.exp_content h1 {
    color: #54585A;
}

.short_info img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.short_info h3 {
    display: inline;
    /*line-height: 0.92em;*/
    background-size: 1px 1px;
    background-image: none;
    background-repeat: repeat-x;
    background-position: 0 1.2em;
    cursor: pointer;
}

.short_info h3:hover,
.short_info:hover h3 {
    background: #BD472A;
    color: #fff;
}

.img_wrap {
    display: block;
    margin: 0 -30px 25px;
    overflow: hidden;
}

.round .img_wrap {
	-webkit-clip-path: circle(50% at 50% 50%); /*fix for Safari for MacOS */
	clip-path: circle(50% at 50% 50%); /*fix for Chrome for Windows 10 */
}

.round .img_wrap,
.round img {
    border-radius: 50%;
}

.grey-item img,
.grey img {
    z-index: 403;
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    opacity: 0.6;
}

.grey-item:hover img {
    -webkit-filter: unset;
    filter: unset;
    opacity: 1;
}

.xitem:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.inner_rows {
    width: 100%;
    float: left;
}

.inner_row {
    float: left;
    width: 100%;
    position: relative;
    z-index: 250;
}

.exp_row .inner_row .gb1-4 {
    display: block;
    float: left;
}

.exp_row .inner_row .gb1-2 {
    display: block;
    float: left;
}

.half_text {
    padding: 169px 0px 0;
    width: 100%;
    max-width: 720px;
}

.mini .half_text {
    padding-top: 86px;
}

.on_right .half_text {
    float: right;
}

@media screen and (max-width: 995px) {
    .mini .layout #row1,
    .mini .layout .row.row1 {
        padding-top: 47px;
    }
}

@media screen and (max-width: 980px) {
    .site-branding {
        margin-left: 30px;
    }
    .layout .row {
        flex-wrap: wrap;
    }
    .empty,
    .exp_row .inner_row .empty,
    .exp_row .xitem.empty {
        display: none;
    }
    .gb1-4 {
        width: 50%;
        float: left;
    }
}

.gb1-2_inner {
    max-width: 720px;
    padding: 0 30px;
    width: 100%;
}

.gb1-4_inner {
    max-width: 360px;
    padding: 0 30px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 980px) {
    .half_text,
    .gb1-2_inner {
        max-width: none;
    }
    .gb1-2_inner,
    .gb1-4_inner {
        padding: 0 48px;
    }
    .mini .half_text {
        padding-top: 47px;
    }
}

@media screen and (max-width: 666px) {
    .row {
        padding: 0 18px;
    }
    .gb1 {
        padding: 0;
    }
    .gb1-4 {
        width: 100%;
        float: none;
    }
    .gb1-2 {
        width: 100%;
        float: none;
    }
    .gb1-2_inner,
    .gb1-4_inner {
        width: 100%;
        max-width: none;
        display: block;
    }
}

.layout {
    overflow: hidden;
}

.home .layout {
    overflow: unset;
}

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

.gb_text {
    padding: 0 30px;
	
    /*background: #ffe4c4;*/
}

.gb_text img {
    display: block;
    /*  margin: 0 -30px;
	width: calc(100% + 60px);
	max-width: calc(100% + 60px);*/
}


/*.gb_text > h2:first-child {
	margin-top: -7px; @@@
}*/

@media screen and (max-width: 680px) {
    .mini .on_left .half_text {
        padding-top: 0;
    }
}

@media screen and (max-width: 639px) {
    .site-branding {
        margin-left: 0px;
    }
    .menu-mobile-menu-container,
    .menu-footer-menu-container,
    .msoc {
        padding-left: 0px;
    }
    .gb_text,
    .gb_text.exp_title {
        padding: 0 0px;
    }
    .img_wrap {
        margin: 0 -18px 25px;
    }
    .mini .half_text {
        margin: 0;
    }
    .gb1-2_inner,
    .gb1-4_inner {
        padding: 0 18px;
    }
}

.empty {
    height: 1px;
}

.gb1-2 table td {
    min-width: 44px;
}


/* TYPOGRAPHY */

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

.layout a {
    background-position: 0 1.26em;
    background-size: 1px 1px;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNsurrrPwAHBAMSOttdTgAAAABJRU5ErkJggg==);*/
    background-repeat: repeat-x;
	color:#BD472A;
}

.layout a:hover {
    background: #BD472A;
    border: none;
}

.layout h1 a,
.layout h2 a,
.layout h3 a,
.layout h4 a,
.layout h5 a,
.layout .condensed1 a,
.layout .condensed2 a {
    background-position: 0 1.2em;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h7 a:hover,
.condensed1 a:hover,
.condensed2 a:hover,
.layout a:hover {
    color: #fff;
}

strong a:hover,
a:hover strong {
    color: #fff;
}

ul.condensed h3 {
    color: #7c7e7f;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
}

ul.condensed {
    color: #1d769e;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1200 - 320)));
    line-height: 1.25em;
    margin: 28px 0 0;
}

.layout ul.condensed1 li,
.layout ul.condensed2 li {
    margin-bottom: 13px;
    padding-left: 0.6em;
}

.layout ul.condensed1 li:before {
    color: #82D5BA;
}

.layout ul.condensed2 li:before {
    color: #FF9351;
}

.footnote {
    color: #7C7E7F;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
}

@media screen and (min-width: 1200px) {
    ul.condensed {
        font-size: 36px;
    }
}

.top_block .half {
    overflow: hidden;
    margin-bottom: 42px;
}

.half_text h3:last-child,
.half_text h2:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 680px) {
    .top_block .half {
        margin-bottom: 50px;
    }
}


/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.site-footer {
    clear: both;
}

.menu-footer-menu-container {
    float: left;
}

#bottom-menu {
    margin-left: 28px;
    margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
    #bottom-menu {
        margin-left: 0;
    }
}

.site-bottom,
.site-info {
    clear: both;
    border-top: 1px solid #BD472A;
}

.site-bottom {
    padding: 31px 0 20px;
}

.home .site-bottom {
    margin-top: 50px;
}

@media screen and (max-width: 980px) {
    .site-bottom {
        display: none;
    }
}

.site-bottom ul {
    padding: 0;
}

.site-bottom li {
    list-style: none;
    display: inline-block;
    margin-right: 27px;
    margin-bottom: 15px;
}

.site-bottom li a {
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 400;
    color: #54585A;
}

.site-bottom li a:hover {
    color: #BD472A;
}

.site-info {
    padding: 24px 0 30px 0px;
    font-size: 14px;
    color: #7C7E7F;
}

@media screen and (max-width: 680px) {
    .site-info {
        padding: 24px 0 18px 0px;
    }
}


/*--------------------------------------------------------------
# Footer social
--------------------------------------------------------------*/

.soc {
    float: right;
    margin-right: 24px;
}

.soc li {
    list-style: none;
    margin-right: 0;
    display: inline-block;
    background: url('img/ficons.png') 11px 0 no-repeat;
    margin-left: 14px;
}

.soc li a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    text-indent: 200%;
    width: 28px;
    height: 35px;
}

.soc .yt {
    width: 30px;
    background-position: -79px 0;
}

.soc .li {
    width: 30px;
    background-position: -33px 0;
}

.soc .tw {
    background-position: -125px 0;
}

.soc li:hover {
    background-position-y: -35px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .soc li {
        background-image: url('img/ficons2x.png');
        background-size: 154px 70px;
    }
}

@media screen and (max-width: 680px) {
    .soc {
        float: none;
        clear: both;
        margin: 0;
    }
    .soc li {
        margin-left: 0;
        margin-right: 14px;
    }
}


/*--------------------------------------------------------------
# Mobile social
--------------------------------------------------------------*/

.mobile-menu-wrap .menu-footer-menu-container {
    float: none;
}

.msoc {
    margin: 16px 0 0px 0;
    float: none;
}

.msoc ul {
    padding-left: 7px;
}

.msoc li {
    margin: 0 11px 0 0;
}


/*
.msoc a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	text-indent: 200%;
	width: 40px;
	height: 55px;
}

.msoc .yt {
	background-position: -121px 0;
}

.msoc .li {
	background-position: -52px 0;
}

.msoc .tw {
	background-position: -189px 0;
}
*/


/*--------------------------------------------------------------
# Content Style
--------------------------------------------------------------*/

.content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1em;
}

.content ul>li {
    padding-left: 1.2em;
    text-indent: 0;
    position: relative;
    margin-bottom: 10px;
}

.content ol>li {
    position: relative;
    margin-bottom: 10px;
}

.content ul>li:before {
    content: "\002022";
    color: #BD472A;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    display: block;
}

.content ul ul>li:before {
    content: "\002022";
    color: #006595;
    position: absolute;
    left: 0;
    font-weight: 600;
    display: block;
}

.content ul>li:last-child {
    margin-bottom: 0;
}

.content ul:last-child {
    margin-bottom: 0;
}

.btitle {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #82D5BA;
    text-transform: uppercase;
}

.sline {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.25em;
    color: #555b73;
}

.visible-mobile {
    display: none;
}

@media screen and (max-width: 639px) {
    .visible-mobile {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .mtextslider {
        background-color: #e8e8e8;
        padding-bottom: 100px;
        margin-top: 44px;
    }
    .mslideimg {
        background-size: cover;
        background-position: center center;
        overflow: hidden;
    }
    .mslide {
        overflow: hidden;
        width: 100%;
    }
    .mslide a {
        display: block;
    }
    .mslide img {
        display: block;
        margin: 0 auto;
        width: 100%;
        min-height: 315px;
        visibility: hidden;
        height: 315px;
    }
    .mtext {
        padding: 24px 18px 14px;
    }
    .mtext *:last-child {
        margin-bottom: 0;
    }
}

.cookies_accept_block {
    background-color: #F2E390;
    padding: 52px 0px 54px 0;
}

.cookies_accept_block a {
    color: #4C4E56;
    text-decoration: underline;
}

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

.cookies_accept_text {
    padding-right: 48px;
}

.cookies_accept_block .gb_text {
    position: relative;
}

.cookie_accept_button {
    color: #fff;
    cursor: pointer;
    font-size: 60px;
    line-height: 1;
    position: absolute;
    right: 0px;
    top: -10px;
    font-weight: 300;
}

@media screen and (max-width: 995px) {
    .cookies_accept_block {
        margin-top: 44px;
    }
}

.video-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 -30px;
}

.video-responsive-container iframe,
.video-responsive-container object,
.video-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ihidden {
    opacity: 0 !important;
}

.inner_rows_wrap {
    overflow: hidden;
}

.arrows {
    /**/
    position: absolute;
    top: 82%;
    left: 50%;
    /**/
    width: 24px;
    height: 24px;
    z-index: 1000;
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.arrows:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 8px solid #000;
    border-bottom: 8px solid #000;
    transform: translate(8px, 32px)rotate(-45deg);
    animation: arrows 3s linear infinite;
}

.arrows:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 8px solid #000;
    border-bottom: 8px solid #000;
    transform: translate(16px, 0px)rotate(-45deg);
    animation: arrows 3s linear infinite -1.5s;
}

@keyframes arrows {
    0% {
        border-color: rgba(255, 255, 255, 0);
        transform: translate(-4px, -16px) rotate(-45deg);
    }
    10%,
    90% {
        border-color: rgba(255, 255, 255, 0);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.7);
        transform: translate(-4px, 0px) rotate(-45deg);
    }
    100% {
        border-color: rgba(255, 255, 255, 0);
        transform: translate(-4px, 16px) rotate(-45deg);
    }
}

.is_editor .row_wrapper {
    position: relative;
}

.is_editor .row_wrapper[data-id]:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}

.is_editor .row_wrapper[data-id="1"]:before {
    background-color: #e61c1c;
}

.is_editor .row_wrapper[data-id="2"]:before {
    background-color: #ef8c10;
}

.is_editor .row_wrapper[data-id="3"]:before {
    background-color: #fff936;
}

.is_editor .row_wrapper[data-id="4"]:before {
    background-color: #a8ff36;
}

.is_editor .row_wrapper[data-id="5"]:before {
    background-color: #36f6ff;
}

.is_editor .row_wrapper[data-id="6"]:before {
    background-color: #2d86e2;
}

.is_editor .row_wrapper[data-id="7"]:before {
    background-color: #5a2de2;
}

.is_editor .row_wrapper[data-id="8"]:before {
    background-color: #a636ec;
}

.is_editor .row_wrapper[data-id="9"]:before {
    background-color: #ec36de;
}

.is_editor .row_wrapper[data-id="10"]:before {
    background-color: #944b0c;
}

.search-results .gb1 {
    padding-bottom: 42px;
}

.slider_row .slider {
    width: 100%;
}

.layout .slider_row {
    display: none;
}

@media screen and (max-width: 980px) {
    .layout .images_row {
        display: none;
    }
    .layout .slider_row {
        display: block;
    }
    .slider .gb1-4.slide {
        width: 100%;
    }
    .classic_row .has_slide {
        display: none;
    }
}

.exp_title {
    padding: 0 30px;
    margin-bottom: 7px;
    width: 100%;
}

.exp_table {
    width: 100%;
    display: none;
    margin-bottom: 59px;
}

.exp_table.active {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.table_lang_buttons {
    width: 100%;
    text-align: center;
}

.layout .table_lang_buttons a {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #82D5BA;
    padding: 10px 30px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 23px;
    color: #82D5BA;
    background: none;
    margin-bottom: 24px;
}

.table_lang_buttons a.active,
.table_lang_buttons a:hover {
    background-color: #82D5BA;
    color: #fff;
}

.table_lang_buttons a.active:hover {
    background-color: #fff;
    color: #82D5BA;
}

.layout .table_lang_buttons a.fr {
    margin-left: 30px;
}

.titem {
    border-top: 1px solid #c5c5c5;
}

.titem:last-child {
    border-bottom: 1px solid #c5c5c5;
}

.titem.gb1-4,
.titem.gb1-2 {
    padding-bottom: 0;
}

.layout .butn {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #BD472A;
    padding: 10px 30px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #BD472A;
    background: none;
    margin-right: 11px;
    margin-bottom: 15px;
}

.layout .butn:hover,
.layout .butn.active {
    background-color: #BD472A;
    border: 1px solid #BD472A;
    color: #fff;
}
.layout .butn-grey {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #878a8b;
    padding: 10px 30px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    color: #878a8b;
    background: none;
    margin-right: 11px;
    margin-bottom: 15px;
}

.layout .butn-grey:hover,
.layout .butn-grey.active {
    background-color: #878a8b;
    border: 1px solid #878a8b;
    color: #fff;
}

.exptable_title {
    cursor: pointer;
    position: relative;
    padding: 13px 0 13px 59px;
    margin-top: 0 !important;
    margin-bottom: 1px !important;
}

.exptable_title:before {
    content: '';
    background: url('img/plus-minus.png') 0 bottom no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
}

.exptable_title:hover::before {
    background-position: right 0;
}

.exptable_title.expnd:before {
    background-position: 0 0;
}

.exptable_title.expnd:hover::before {
    background-position: right bottom;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    .exptable_title:before {
        background: url('img/plus-minus2x.png') 0 bottom no-repeat;
        background-size: 70px auto;
    }
    .exptable_title.expnd:before {
        background-position: 0 0;
    }
}

.exptable_content {
    display: none;
    padding: 12px 0 20px 59px;
}

.exptable_content.expanded {
    display: block;
}

.more_text {
    position: relative;
    margin-bottom: 38px;
}

.mbut {
    width: 100%;
}

.mbtn {
    content: '';
    background: url('img/plus-minus.png') 0 bottom no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    clear: both;
    cursor: pointer;
}

.mbtn:hover {
    background-position: right 0;
}

.more_text.active .mbtn {
    margin-top: 10px;
    background-position: 0 0;
}

.more_text.active .mbtn:hover {
    background-position: right bottom;
}

.more_text .mtext {
    display: none;
}

.more_text.active .mtext {
    display: block;
}

.page-id-450 .gb1-4 {
    position: relative;
}

.page-id-450 .gb1-4:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #333;
    z-index: 1000;
}

.page-id-450 h1 {
    background: #ffe4c4;
}

.page-id-450 h2 {
    background: #ffe4c4;
}

.page-id-450 h3 {
    background: #ffe4c4;
}

.page-id-450 h4 {
    background: #ffe4c4;
}

.page-id-450 h5 {
    background: #ffe4c4;
}

.page-id-450 h6 {
    background: #ffe4c4;
}

.page-id-450 .h7 {
    background: #ffe4c4;
}

.page-id-450 .classic_row p {
    background: #ffe4c4;
}

.page-id-450 .classic_row ul {
    background: #ffe4c4;
}

@media screen and (min-width: 931px) {
    .page-id-451 .gb1-4 {
        position: relative;
    }
    .page-id-451 .gb1-4:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        background-color: #333;
        z-index: 1000;
    }
    h1:first-child {
        margin-top: -9px;
        margin-bottom: 18px;
    }
    h2:first-child {
        margin-top: -6px;
        margin-bottom: 19px;
    }
    h3:first-child {
        margin-top: -5px;
        margin-bottom: 18px;
    }
    h4:first-child {
        margin-top: -10px;
        margin-bottom: 12px;
    }
    h5:first-child {
        margin-top: -10px;
        margin-bottom: 12px;
    }
    h6:first-child {
        margin-top: -7px;
        margin-bottom: 16px;
    }
    .h7:first-child,
    .layout .row .h7:first-child {
        margin-top: -7px;
        margin-bottom: 16px;
    }
    .gb_text td h1:first-child,
    .gb_text td h2:first-child,
    .gb_text td h3:first-child,
    .gb_text td h4:first-child,
    .gb_text td h5:first-child {
        margin-top: 0;
    }
    .gb_text td h6:first-child,
    .row .gb_text td .h7:first-child {
        margin-top: -1px;
    }
    /*
	.layout .row h3 + .h7 {
		margin-top: 0;
	}
*/
    .layout .row p:first-child {
        margin-top: -7px;
        margin-bottom: 32px;
    }
    .layout .row ul:first-child {
        margin-top: -7px;
        margin-bottom: 25px;
    }
    .layout .row ul ul,
    .layout .row ul ol,
    .layout .row ol ul,
    .layout .row ol ol {
        margin-top: 5px;
    }
    .gb_text p.img_wrap {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 931px) and (max-width: 971px) {
    h3:first-child {
        margin-top: -4px;
    }
}

@media screen and (min-width: 931px) and (max-width: 1012px) {
    h2:first-child {
        margin-top: -5px;
    }
}

.gb_text table:last-child {
    margin-bottom: 15px;
}

.gb_text h1:last-child {
    margin-bottom: 26px;
}

.gb_text h2:last-child {
    margin-bottom: 26px;
}

.gb_text h3:last-child {
    margin-bottom: 27px;
}

.gb_text h4:last-child {
    margin-bottom: 20px;
}

.gb_text h5:last-child {
    margin-bottom: 20px;
}

.gb_text h6:last-child {
    margin-bottom: 23px;
}

.layout .row li ol,
.layout .row li ul {
    margin-bottom: 0;
}

.gb_text>ol:last-child {
    margin-bottom: 24px;
}

.gb_text>ul:last-child {
    margin-bottom: 24px;
}

.gb_text>ul.condensed1:last-child,
.gb_text>ul.condensed2:last-child {
    margin-bottom: 19px;
}

.gb_text td h3:last-child {
    margin-bottom: 1px;
}

.gb_text td h6:last-child,
.gb_text td .h7:last-child {
    margin-bottom: 0;
}

.layout .row p:last-child {
    margin-bottom: 23px;
}

.short_info p.img_wrap {
    margin-bottom: 25px;
}

.layout .row p.img_wrap:last-child {
    margin-bottom: 31px;
}

.layout .row p.h7:last-child {
    margin-bottom: 23px;
}

.row .gb_text td h6:last-child,
.row .gb_text td .h7:last-child {
    margin-bottom: 0px;
}

.video-responsive-container:last-child {
    margin-bottom: 30px;
}

.layout .short_info h3+p {
    margin-top: 0;
}

.layout .short_info h3+.h7 {
    margin-top: 13px;
}

.layout .leadership_row {
    display: block;
}

.layout .row p.year_butns {
    margin-top: 0;
    margin-bottom: -40px;
}

.leadership_row .xitem {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 31px;
}

.layout .mobile_leadership {
    display: none;
}

.mobile_leadership .img_wrap {
    border-radius: 50%;
}

@media screen and (max-width: 840px) {
    .layout .mobile_leadership {
        display: block;
    }
    .layout .desktop_leadership {
        display: none;
    }
}

#desktop_leadership {
    margin-bottom: 60px;
}

#desktop_leadership.showperson {
    margin-bottom: 22px;
}

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

#limage img {
    width: 100%;
    height: auto;
    display: block;
}

.leadertitle {
    padding-top: 40px;
    padding-bottom: 17px;
}

.inimage {
    position: absolute;
    width: 100%;
    top: 0px;
}

.inleaders {
    padding-top: 60px;
}

.lperson {
    display: none;
    padding-bottom: 24px;
}

.names {
    /*
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
*/
    margin-top: -5px;
    padding-bottom: 5px;
    display: block;
    overflow: hidden;
}

.nameinfo {
    display: block;
}

.names h6 {
    clear: none;
    position: relative;
    float: left;
    margin-right: 25px;
    margin-top: 6px;
}

.names a {
    outline: none;
}

.showperson .names h6 {
    color: #999;
}

.showperson .names h6.open {
    color: #FF6C2F;
}

.names h6 span:hover {
    text-decoration: none;
}

.names h6:last-child {
    margin-right: 0;
}

.subscribe_form input,
.gcheck,
.g-recaptcha {
    margin-bottom: 20px;
}

.g-recaptcha {
    max-width: 300px;
    transform: scale(0.85);
    transform-origin: left top;
}

.iemail {
    width: 100%;
}

.gmap {
    position: relative;
}

.gb1-4:nth-child(odd) .gmap {
    margin: 0 -28px 25px;
    padding-bottom: 4px;
}

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

.mapwrapper a {
    background-position: 0 1em;
}

.placeholder {
    visibility: hidden;
    height: auto;
    max-width: 100%;
}

/***** BLUE TABLE STYLES ******/
.blue-table thead tr td {background:#005f86!important; color: #fff; text-transform: uppercase; padding:10px 0 10px 10px!important; font-weight:bold;}
.blue-table td:nth-child(1) {background: #ecf9f5; padding:10px 10px 10px 10px!important;}
.blue-table td:nth-child(2) {background: #fff; padding:10px 10px 10px 10px!important;}
.blue-table td span {border-bottom:1px solid #c9ede2!important;}
.blue-table tbody tr td {border-bottom:2px solid #999;}


/****** CUSTOM TABLE STYLES - STRIPES 2 *******/
.stripes td {
    border: none; 
	border-bottom: 1px solid #C5C5C5;
}

.stripes td:nth-child(even) {
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}

.stripes td:last-child {border-right: none; }
.stripes tr:last-child td {border-bottom: none; }
.stripes h3 {color:#0292AD;}
.stripes tr td h3.h3-mini {font-size:20px!important;}
.stripes tr.coloured-row {background:#F5F5F5;}
.stripes tr:last-child {border-bottom:none;}

/****** CUSTOM TWITTER FEEDS - PLUGIN ******/
#ctf .ctf-no-bio .ctf-header-text {padding-top: 0!important;}
#ctf  a:link {background:none!important;}
#ctf .ctf-header a:hover {background:none!important; color:#666;}
#ctf .ctf-tweets a:hover {background:#82d5ba!important; color:#fff}

/**** OVERRIDE FORMS CONFIRMATION BOX ****/
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #8ed9c1!important;
    border: 1px solid #b4d39b;
}

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

.top-menu {
  margin: 0;
}

.menu-top-menu-container > .menu {
  display: flex;
  justify-content: flex-end;
}

.top-menu ul {
  height: 29px;
  overflow: hidden;
}

.top-menu li {
  list-style: none;
  display: block;
  line-height: 23px;
}

.top-menu li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  position: relative;
  top: 2px;
  background-color: #BD472A;
  margin-left: 12px;
  margin-right: 12px;
}

.top-menu li:last-child::after {
  display: none;
}

.top-menu li a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.3px;
}

.top-menu li a:hover,
.top-menu li a:focus {
  color: #333;
}