﻿@charset "UTF-8";
/*
* -------   Table of Contents -------
* ----- 0.  Variables
* ----- 1.  Fonts - Font Icons
* ----- 2.  Base
* ----- 3.  Page Loader
* ----- 4.  Typography
* ----- 5.  Header
* ----- 6.  Menu
* ----- 7.  Banner
* ----- 8.  Home
* ----- 9.  About
* ----- 10. Governance/Person
* ----- 11. Member Directory
* ----- 12. Secondments
* ----- 13. Members
* ----- 14. Member Details
* ----- 15. Groups
* ----- 16. Events
* ----- 17. Blog
* ----- 18. World News
* ----- 19. Member Blogs
* ----- 20. Industry Group
* ----- 21. Group Leadership
* ----- 22. Profile
* ----- 23. My WSG
* ----- 24. My WSG Inbox
* ----- 25. Individual Group 
* ----- 26. Group Landing
* ----- 27. Submit Article 
* ----- 28. Ref & Collabs
* ----- 29. Traning library
* ----- 30. Knowledge Center
* ----- 31. Knowledge Subpage
* ----- 32. Objectives
* ----- 33. Success Stories
* ----- 34. As Seen In
* ----- 35. Inputs
* ----- 36. Buttons
* ----- 37. Login
* ----- 38. Member Search
* ----- 39. Contact
* ----- 40. Footer
* ----- 41. Owl Carousel
* ----- 42. Utilities
* ----- 43. Print
*/

/* Imports */
@import url('normalize.css');
@import url('grid.css');

/*--------------------------------------- */
/* ----------- 0.Variables -------------- */
/*--------------------------------------- */
:root {
    --primary-color: #bc3323;
    --primary-color-light: #ca3827;
    --primary-color-dark: #9c3325;
    --primary-color-dark-2: #882619;
    --primary-color-dark-3: #87291d;
    --secondary-color: #0070cd;
    --secondary-color-2: #006ec9;
    --secondary-color-dark: #004578;
    --secondary-color-light: #0971ce;
    --text-color: #474f56;
    --dark-text-color: #2e3334;
    --green-color: #25841A;

    --font-roboto: 'Roboto', sans-serif;
    --font-decimal: 'Decimal', sans-serif;
}


/*--------------------------------------- */
/* ----------- 1.Fonts - Font Icons ----- */
/*--------------------------------------- */
@font-face {
    font-family: 'Decimal';
    src: url('../fonts/Decimal-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/Decimal-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Decimal';
    src: url('../fonts/Decimal-MediumItalic.woff2') format('woff2'),
        url('../fonts/Decimal-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Decimal';
    src: url('../fonts/Decimal-Medium.woff2') format('woff2'),
        url('../fonts/Decimal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Decimal';
    src: url('../fonts/Decimal-BoldItalic.woff2') format('woff2'),
        url('../fonts/Decimal-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Decimal';
    src: url('../fonts/Decimal-Bold.woff2') format('woff2'),
        url('../fonts/Decimal-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Decimal';
    src: url('../fonts/Decimal-Semibold.woff2') format('woff2'),
        url('../fonts/Decimal-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Decimal';
    src: url('../fonts/Decimal-LightItalic.woff2') format('woff2'),
        url('../fonts/Decimal-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Decimal';
    src: url('../fonts/Decimal-Light.woff2') format('woff2'),
        url('../fonts/Decimal-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/* Font Icons */
@font-face {
    font-family: 'wsg';
    src: url('../fonts/wsg.eot?51547513');
    src: url('../fonts/wsg.eot?51547513#iefix') format('embedded-opentype'),
        url('../fonts/wsg.woff2?51547513') format('woff2'),
        url('../fonts/wsg.woff?51547513') format('woff'),
        url('../fonts/wsg.ttf?51547513') format('truetype'),
        url('../fonts/wsg.svg?51547513#wsg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, 
[class*=" icon-"]:before {
    font-family: "wsg";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-angle-right:before { content: '\e800'; } /* 'î €' */
.icon-angle-left:before { content: '\e801'; } /* 'î ' */
.icon-angle-up:before { content: '\e802'; } /* 'î ‚' */
.icon-angle-down:before { content: '\e803'; } /* 'î ƒ' */
.icon-star:before { content: '\e804'; } /* 'î „' */
.icon-help:before { content: '\e805'; } /* 'î …' */
.icon-ok:before { content: '\e806'; } /* 'î †' */
.icon-clock:before { content: '\e807'; } /* 'î ‡' */
.icon-eye:before { content: '\e808'; } /* 'î ˆ' */
.icon-cancel:before { content: '\e809'; } /* 'î ‰' */
.icon-twitter:before { content: '\f099'; } /* 'ï‚™' */
.icon-facebook:before { content: '\f09a'; } /* 'ï‚š' */
.icon-rss:before { content: '\f09e'; } /* 'ï‚ž' */
.icon-linkedin:before { content: '\f0e1'; } /* 'ïƒ¡' */
.icon-double-left:before { content: '\f100'; } /* 'ï„€' */
.icon-double-right:before { content: '\f101'; } /* 'ï„' */
.icon-left:before { content: '\f104'; } /* 'ï„„' */
.icon-right:before { content: '\f105'; } /* 'ï„…' */
.icon-youtube:before { content: '\f16a'; } /* 'ï…ª' */
.icon-instagram:before { content: '\f16d'; } /* 'ï…­' */
.icon-skype:before { content: '\f17e'; } /* 'ï…¾' */
.icon-google:before { content: '\f1a0'; } /* 'ï† ' */
.icon-pinterest:before { content: '\f231'; } /* 'ïˆ±' */


/*--------------------------------------- */
/* ----------- 2.Base ------------------- */
/*--------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size-adjust: 100%;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: var(--font-roboto);
	color: var(--text-color);
	background-color: #f2f2f2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
    body {
        font-size: 1.7rem;
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

::-moz-selection {
	color: #fff;
	background-color: var(--primary-color-dark);
}

::selection {
	color: #fff;
	background-color: var(--primary-color-dark);
}

.page-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
    overflow-x: hidden;
	transition: transform 0.35s ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.page-wrapper {
		display: block;
	}
}

.main {
    display: flex;
    flex-direction: column;
	flex: 1;
	width: 100%;
    overflow: hidden;
}

.main > * {
    position: relative;
    z-index: 3;
}

.content {
    display: flex;
    flex-flow: row wrap;
	flex: 1;
    background-color: #fff;
    min-height: 70vh;
    padding: 00;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 7rem;
}

.content > * {
    width: 100%;
}

.content-footer {
    padding-top: 1rem;
    padding-bottom: 4rem;
    align-self: flex-end;
    width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
}

.anchor {
    display:block;
    top: -120px;
    visibility: hidden;
}

.dots {
    margin: 0;
}

.dots img {
    max-width: 70px;
}

@media (min-width: 768px) {
    .content {
        margin-bottom: 8rem;
    }
}

@media (min-width: 992px) {
    .content {
        margin-left: 3rem;
        margin-right: 3rem;
        margin-bottom: 8rem;
    }
    
    .content-footer {
        padding-top: 3rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .dots img {
        max-width: 93px;
    }
}

@media (min-width: 1200px) {
    .content {
        margin-left: 4rem;
        margin-right: 4rem;
        margin-bottom: 8rem;
    }
    
    .content-footer {
        margin-left: 4rem;
        margin-right: 4rem;
        padding-bottom: 6rem;
    }
}

@media (min-width: 1600px) {
    .content {
        width: calc(100% - 14rem);
        margin-left: auto;
        margin-right: auto;
    }
    
    .content-footer {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .dots img,
    .content-footer img {
        max-width: 100%;
    }
}

@media (min-width: 1900px) {
    .content{
        max-width: calc(1900px - 14rem);
    }
}

.main figure a:after {
    display: none;
}

.main a,
.link {
    position: relative;
}

.main a:after,
.link:after {
    content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.1rem;
	background-color: var(--primary-color);
	z-index: 1;
	transform-origin: right center;
	transform: scale(0, 1);
	transition: transform 0.4s ease-out;
}

.main a:hover:after,
.main a:focus:after,
a:hover > .link:after,
a:focus > .link:after,
.link:hover:after, 
.link:focus:after,
.nav-link.active:after, 
.nav-link.active:after {
	transform-origin: left center;
	transform: scale(1, 1);
}

.sticky-wrapper,
.header,
.footer {
	width: 100%;
}

p {
	margin-top: 0;
	margin-bottom: 2rem;
}

ul,
ol {
    padding-left: 1.5rem;
	margin: 0 0 2rem;
}

ol {
    padding-left: 2rem;
}

ul {
    list-style-type: disc;
}

ul li,
ol li {
    margin-bottom: .8rem;
    padding-left: 1rem;
}

ul li::marker {
    font-size: 1.2rem;
}

li ul,
li ol {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

b,
strong {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

hr {
	border: none;
	border-top: 0.2rem solid #ebebeb;
	margin: 2rem auto 5rem;
}

@media (min-width: 1600px) {
    hr {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
}


sub,
sup {
	position: relative;
	font-size: 70%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

img a:after {
    display: none;
}

.noafter a:after {
    display: none;
}

p img {
    display: inline-block;
    vertical-align: middle;
}

address {
	font-style: normal;
}


/*--------------------------------------- */
/* ----------- 3.Page Loader ------------ */
/*--------------------------------------- */
.pace {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    user-select: none;
    width: 100%;
    z-index: 2000;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: var(--primary-color);
    position: relative;
    right: 100%;
    width: 100%;
    height: .3rem;
}

@media (min-width: 768px) {
    .pace .pace-progress {
        height: .5rem;
    }
}


/*--------------------------------------- */
/* ----------- 4.Typography ------------- */
/*--------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--primary-color);
	font-weight: 500;
	line-height: 1.25;
    font-family: var(--font-decimal);
	margin: 0 0 1.5rem;
}

h1 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 3rem;
}

h2 {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 3rem;
}

h3 {
    font-size: 2.6rem;
    line-height: 1.25;
    margin-bottom: 3rem;
}

h4,
.subtitle {
    color: var(--text-color);
    font-weight: 700;
	font-size: 2rem;
    margin-bottom: 1.5rem;
    font-family: var(--font-roboto);
}

p + h4 {
    padding-top: .5rem;
}

h5 {
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: .06rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

h6 {
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 5rem;
}

.title .button {
    margin-top: 1rem;
    margin-right: auto;
}

.title-box {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 1.5rem 2rem;
    background-color: var(--primary-color);
    margin-bottom: 3rem;
}

.title-border {
    padding-bottom: 3rem;
    border-bottom: .2rem solid #ebebeb;
}

.title-icon {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 2rem;
}

.title-icon > span {
    display: inline-block;
    max-width: 45px;
    margin-right: 1.8rem;
}

.title-underline {
    position: relative;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
}

.title-underline:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -.5rem;
    width: 85px;
    height: .3rem;
    background-color: var(--primary-color);
}

.text-white.title-underline:after {
    background-color: #fff;
}

.text-center.title-underline:after {
    left:50%;
    transform: translateX(-50%);
}

a {
	color: var(--secondary-color);
	text-decoration: none;
	transition: color 0.35s ease;
}

a:hover,
a:focus {
	color: var(--primary-color);
}

small {
	font-size: 80%;
}

.lead {
    font-size: 2rem;
    line-height: 1.35;
}

.required {
	color: var(--primary-color);
}

.green-text{
	color: var(--green-color);
}

@media (min-width: 768px) {
    h1 {
        font-size: 4.8rem;
    }
    
    h2 {
        font-size: 3.4rem;
    }
    
    h3 {
        font-size: 3rem;
    }

    h4,
    .subtitle {
        font-size: 2.2rem;
    }

    .title {
        flex-direction: row;
        align-items: center;
    }

    .title .button {
        margin-top: 0;
        margin-right: 0;
        margin-left: auto;
    }

    .title-box {
        font-size: 2.2rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .title-icon > span {
        max-width: none;
        min-width: 65px;
    }

    .lead {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 5.4rem;
        line-height: 1;
    }
    
    h2 {
        font-size: 3.8rem;
    }

    h3 {
        font-size: 3.2rem;
    }

    .title-box {
        font-size: 2.3rem;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 5.8rem;
    }

    .lead {
        font-size: 2.6rem;
    }
}

@media (min-width: 1600px) {
    h1 {
        font-size: 6.2rem;
    }
    
    h2 {
        font-size: 4rem;
    }

    .lead {
        font-size: 3rem;
    }

    .title-box {
        font-size: 2.4rem;
        padding: 1.7rem 3rem;
    }

    .title-underline:after {
        width: 105px;
        height: .5rem;
    }
}


/*--------------------------------------- */
/* ----------- 5.Header ----------------- */
/*--------------------------------------- */
.header {
    position: relative;
    z-index: 999;
    background-color: #fff;
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: background-color .35s;
}

.header .row {
    align-items: stretch;
}

.header .col-auto {
    display: flex;
    align-items: center;
}

.header .col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo {
    display: block;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
    max-width: 150px;;
}

@media (min-width: 768px) {
    .logo {
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
        max-width: none;
    }
}

.header-link,
.dropdown-toggle {
    color: inherit;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.25;
    margin-right: 0;
    font-family: var(--font-decimal);
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.header-link {
    margin-left: 0;
}


.header-link > span {
    display: none;
}

.header-link svg,
.dropdown-toggle svg {
    max-width: 36px;
    margin-right: 0;
    transition: fill .35s ease;
}

.dropdown-toggle img {
    margin-right: 0;
    max-width: 36px;
}

.svg-user {
    fill: #4a4f54;
}

.header-link:hover,
.header-link:focus {
    color: var(--secondary-color-dark);
}

.header-link:hover .svg-user,
.header-link:focus .svg-user {
    fill: var(--secondary-color);
}

.search-stroke {
    stroke: #474f56;
    transition: stroke .35s ease;
}

.header-link:hover .search-stroke,
.header-link:focus .search-stroke,
.show .search-stroke {
    stroke: var(--secondary-color);
}

.search-fill {
    fill: #474f56;
    transition: fill .35s ease;
}

.header-link:hover .search-fill,
.header-link:focus .search-fill,
.show .search-fill {
    fill: var(--secondary-color);
}

.dropdown {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
    margin-left: 1.5rem;
}

.dropdown .header-link {
    margin-left: 0;
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #f2f2f2;
    border-top: .1rem solid #999999;
    border-bottom: .1rem solid #999999;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    box-shadow: 0 .3rem .6rem rgba(0,0,0, .1);
    transition: all .4s ease;
}

.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1.95rem 0;
    list-style: none;
    letter-spacing: -.02em;
}

.dropdown-menu ul a {
    position: relative;
    color: var(--primary-color);
}

.dropdown-menu ul li {
    margin: 0;
    padding: 0;
}

.dropdown-menu ul li:not(:first-child) {
    margin-top: .8rem;
}

.dropdown-toggle > span {
    display: none;
    position: relative;
    padding-right: 1.1rem;
}

.dropdown-toggle > span:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: .6rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11px' height='6px' viewBox='0 0 11 6'%3E%3Cpath d='M5.49811 5.9899C5.30103 5.9899 5.10398 5.91799 4.95373 5.77448L0.225579 1.2562C-0.075193 0.968779 -0.075193 0.502779 0.225579 0.215477C0.52623 -0.0718256 1.01378 -0.0718256 1.31458 0.215477L5.49811 4.2135L9.68166 0.215616C9.98243 -0.071686 10.4699 -0.071686 10.7706 0.215616C11.0715 0.502919 11.0715 0.968919 10.7706 1.25634L6.04249 5.77462C5.89216 5.91815 5.69511 5.9899 5.49811 5.9899Z' fill='%23474f56' stroke='none' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 10px 5px;
    transition: transform 0.35s ease;
}

.dropdown-toggle.show > span:after {
    transform: rotate(-180deg);
}


.user-dropdown.dropdown {
    margin-left: 0;
}

.user-dropdown .dropdown-toggle.show {
    color: var(--primary-color);
}

.user-dropdown .dropdown-toggle > span {
    padding-right: 2rem;
}

.user-dropdown .dropdown-toggle > span:after {
    top: 50%;
    transform: translateY(-50%);
}

.user-dropdown .dropdown-toggle:hover > span:after,
.user-dropdown .dropdown-toggle:focus > span:after,
.user-dropdown .dropdown-toggle.show > span:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11px' height='6px' viewBox='0 0 11 6'%3E%3Cpath d='M5.49811 5.9899C5.30103 5.9899 5.10398 5.91799 4.95373 5.77448L0.225579 1.2562C-0.075193 0.968779 -0.075193 0.502779 0.225579 0.215477C0.52623 -0.0718256 1.01378 -0.0718256 1.31458 0.215477L5.49811 4.2135L9.68166 0.215616C9.98243 -0.071686 10.4699 -0.071686 10.7706 0.215616C11.0715 0.502919 11.0715 0.968919 10.7706 1.25634L6.04249 5.77462C5.89216 5.91815 5.69511 5.9899 5.49811 5.9899Z' fill='%23bc3323' stroke='none' /%3E%3C/svg%3E");
}

.user-dropdown .dropdown-toggle.show > span:after {
    transform: translateY(-50%) rotate(-180deg);
}

.user-dropdown .dropdown-toggle > span:before,
.dropdown-menu ul a:after {
    content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -.2rem;
	width: 100%;
	height: 0.1rem;
	background-color: var(--primary-color);
	z-index: 1;
	transform-origin: right center;
	transform: scale(0, 1);
	transition: transform 0.4s ease-out;
}

.user-dropdown .dropdown-toggle > span:before {
	bottom: -.7rem;
}

.user-dropdown .dropdown-toggle.show > span:before,
.dropdown-menu ul a:hover:after, 
.dropdown-menu ul a:focus:after {
	transform-origin: left center;
	transform: scale(1, 1);
}

.search-dropdown {
    overflow: hidden;
}

.search-dropdown .button {
    min-width: 0;
    font-size: 1.4rem;
    text-transform: capitalize;
    padding: 1.95rem 1.5rem;
}

.search-dropdown .button i {
    padding-left: 0;
}

.extended-text {
    display: none;
}

.search-dropdown .col {
    display: flex;
    align-items: center;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding-right: 0;
}

.search-dropdown .input-check {
    margin-bottom: .6rem;
}

 .search-dropdown .input-check:not(:last-child) {
        margin-bottom: .6rem;
        padding-right: 2.7rem;
    }

.search-dropdown .input-check label {
    font-size: 2rem;
    padding-left: 2.2rem;
    line-height: 0.6;
}

.search-dropdown .input-check label:before {
    border-color: var(--secondary-color-dark);
}

.search-dropdown .input-check label:after {
    background-color: var(--secondary-color);
}

.search-dropdown .input-check label:before {
    width: 1.3rem;
    height: 1.3rem;
    top: 0;
}

.search-dropdown .input-check label:after {
    width: .9rem;
    height: .9rem;
    top: .2rem;
}


.search-dropdown-type {
    display: flex;
    flex-direction: row;
    padding-right: 2.7rem;
    border-right: .1rem solid #999999;
    line-height: 1;
}

@media (max-width: 575px) {

    .search-dropdown-type {
        flex-direction: column;
    }

    .search-dropdown .input-check label {
        font-size: 1.4rem;
        padding-left: 2.2rem;
        line-height: 1;
    }

    }

    .search-dropdown input[type="search"],
    .search-dropdown input[type="text"] {
        margin-bottom: 0;
        flex-grow: 1;
        color: #9c9a9a;
        font-weight: 300;
        font-size: 2.2rem;
        line-height: 1;
        padding: .3rem 0 .3rem 2rem;
        height: 33px;
        background-color: transparent;
        background-image: none !important;
    }

    .search-dropdown ::-webkit-input-placeholder {
        color: #9c9a9a;
    }

    .search-dropdown ::placeholder {
        color: #9c9a9a;
    }

    .search-dropdown input[type="search"]:focus,
    .search-dropdown input[type="text"]:focus {
        background-color: transparent;
    }

    @media (min-width: 576px) {
        .header-link svg,
        .dropdown-toggle svg {
            max-width: 41px;
        }

        .dropdown-toggle img {
            max-width: 41px;
        }
    }

    @media (max-width: 575px) {
        .header .row {
            flex-wrap: nowrap;
        }

        .header .col-auto {
            flex: 0 1 auto;
            align-self: center;
        }

        .header .user-dropdown {
            margin-left: 0;
        }
    }

    @media (min-width: 768px) {
        .header-link svg,
        .dropdown-toggle svg {
            margin-right: 1.1rem;
        }

        .header-link .svg-search {
            margin-right: .6rem;
        }

        .dropdown-toggle img {
            margin-right: 1.1rem;
        }

        .header-link > span,
        .dropdown-toggle > span {
            display: inline;
        }

        .search-dropdown .button {
            padding-left: 2.6rem;
            padding-right: 2.6rem;
        }

        .extended-text {
            display: inline;
        }

        .search-dropdown .button i {
            padding-left: 2rem;
        }
    }

    @media (min-width: 992px) {
        .header-link,
        .dropdown-toggle {
            font-size: 1.3rem;
        }
    }

    @media (min-width: 1600px) {
        .header-link,
        .dropdown-toggle {
            font-size: 1.4rem;
        }
    }

    /* Transparent/Overlay Header*/
    .overlay-header .sticky-wrapper {
        height: 0 !important;
    }

    .header-transparent:not(.fixed):not(.user-dropdown-active):not(.search-dropdown-active) {
        background-color: transparent;
    }

    .header-transparent:not(.fixed) .logo {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .header-transparent:not(.fixed) .dropdown {
        padding-top: 2.85rem;
        padding-bottom: 2.85rem;
    }

    @media (min-width: 768px) {
        .header-transparent:not(.fixed) .dropdown {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
    }

    @media (min-width: 992px) {
        .header-transparent:not(.fixed) .dropdown {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
    }

    .header-transparent:not(.fixed):not(.user-dropdown-active):not(.search-dropdown-active) .logo {
        display: none;
    }

    .header-transparent:not(.fixed):not(.user-dropdown-active):not(.search-dropdown-active) .header-link,
    .header-transparent:not(.fixed):not(.user-dropdown-active):not(.search-dropdown-active) .dropdown-toggle {
        color: #fff;
    }

    .header-transparent:not(.fixed):not(.user-dropdown-active):not(.search-dropdown-active) .menu-toggle .toggle-bar {
        background-color: #fff;
    }

    .header-transparent:not(.fixed):not(.user-dropdown-active):not(.search-dropdown-active) .menu-toggle {
        color: #fff;
    }

    .header-transparent:not(.fixed):not(.user-dropdown-active):not(.search-dropdown-active) .svg-user {
        fill: #fff;
    }

    .header-transparent:not(.fixed):not(.user-dropdown-active):not(.search-dropdown-active) .search-fill {
        fill: #fff;
    }

    .header-transparent:not(.fixed):not(.user-dropdown-active):not(.search-dropdown-active) .search-stroke {
        stroke: #fff;
    }

    .header-transparent:not(.fixed):not(.user-dropdown-active):not(.search-dropdown-active) .dropdown-toggle > span:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11px' height='6px' viewBox='0 0 11 6'%3E%3Cpath d='M5.49811 5.9899C5.30103 5.9899 5.10398 5.91799 4.95373 5.77448L0.225579 1.2562C-0.075193 0.968779 -0.075193 0.502779 0.225579 0.215477C0.52623 -0.0718256 1.01378 -0.0718256 1.31458 0.215477L5.49811 4.2135L9.68166 0.215616C9.98243 -0.071686 10.4699 -0.071686 10.7706 0.215616C11.0715 0.502919 11.0715 0.968919 10.7706 1.25634L6.04249 5.77462C5.89216 5.91815 5.69511 5.9899 5.49811 5.9899Z' fill='%23ffffff' stroke='none' /%3E%3C/svg%3E");
    }

    /* Sticky Header */
    .sticky-header {
        -webkit-backface-visibility: hidden;
    }

        .sticky-header.fixed {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            animation-name: fixedHeader;
            animation-duration: 0.55s;
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
        }

            .sticky-header.fixed .logo {
                margin-top: 2.2rem;
                margin-bottom: 2.2rem;
            }

    @keyframes fixedHeader {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }


    /* Menu Toggle Button */
    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border: none;
        padding: 0;
        margin: 0 0 0 1.5rem;
        background-color: transparent;
        cursor: pointer;
        color: var(--primary-color-light);
        width: 4rem;
        height: 3.6rem;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1;
        letter-spacing: -.06em;
        font-family: var(--font-decimal);
        text-align: center;
        text-transform: uppercase;
        transition: 0.35s ease;
    }

        .menu-toggle:focus,
        .menu-toggle:hover,
        .menu-toggle:active {
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
        }

    .toggle-bar {
        display: block;
        position: absolute;
        height: 0.6rem;
        width: 100%;
        background: var(--primary-color-light);
        border-radius: 0;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: transform 0.35s ease, background 0.3s ease;
    }

    @media (min-width: 768px) {
        .menu-toggle {
            width: 4rem;
        }
    }

    @media (min-width: 992px) {
        .menu-toggle {
            width: 4.3rem;
            height: 4rem;
            font-size: 1.3rem;
        }

        .toggle-bar {
            height: 0.7rem;
        }
    }

    @media (min-width: 1600px) {
        .menu-toggle {
            width: 4.6rem;
            font-size: 1.4rem;
        }
    }

    .menu-text {
        transition: opacity 0.25s ease, transform 0.25s ease;
        margin-left: -.1rem;
    }

    .toggle-bar-top {
        top: 0;
    }

    .toggle-bar-bottom {
        bottom: 0;
    }

    .menu-toggle:hover,
    .menu-toggle:focus {
        color: var(--secondary-color);
    }

        .menu-toggle:hover .toggle-bar,
        .menu-toggle:focus .toggle-bar {
            background-color: var(--secondary-color);
        }

    @media (min-width: 576px) {
        .dropdown {
            margin-left: 2.8rem;
        }

        .search-dropdown {
            display: flex;
        }

        .menu-toggle {
            margin-left: 3rem;
        }
    }

    @media (min-width: 768px) {
        .dropdown-menu ul {
            flex-direction: row;
            justify-content: flex-end;
        }

        .dropdown-text {
            display: inline;
        }

        .dropdown-menu ul li:not(:last-child) {
            margin-right: 2.8rem;
        }

        .dropdown-menu ul li:not(:first-child) {
            margin-top: 0;
        }
    }


    /*--------------------------------------- */
    /* ----------- 6.Menu ------------------- */
    /*--------------------------------------- */
    .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1000;
        background-color: rgba(0,0,0, .8);
        opacity: .65;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: all .6s ease .2s;
        will-change: opacity;
    }

    .menu-active {
        overflow: hidden;
    }

        .menu-active .header:not(.fixed) {
            z-index: inherit;
        }

        .menu-active .menu-overlay {
            visibility: visible;
            opacity: 1;
        }

        .menu-active .sidemenu {
            visibility: visible;
            opacity: 1;
            transform: translateX(-100%);
        }

    .sidemenu {
        position: fixed;
        left: 100%;
        top: 0;
        bottom: 0;
        z-index: 1010;
        width: 100%;
        max-width: 80%;
        font-weight: 500;
        font-family: var(--font-decimal);
        opacity: 0;
        visibility: hidden;
        transition: all .6s ease;
        will-change: transform;
    }

        .sidemenu .scrollbar-track {
            background-color: rgba(0, 0, 0, 0.15) !important;
        }

        .sidemenu .scrollbar-thumb {
            background-color: #821f13 !important;
        }

        .sidemenu .sidemenu-right .scrollbar-thumb {
            background-color: #61120a !important;
        }

    .sidemenu-body {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        color: #fff;
        margin-left: auto;
        background-color: var(--primary-color);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .touch .sidemenu-body {
        overflow-y: scroll;
    }

    .menu-close-button {
        position: absolute;
        top: 3rem;
        right: 2.6rem;
        border: none;
        padding: 0;
        z-index: 999;
        width: 3.6rem;
        height: 3rem;
        cursor: pointer;
        background: none;
        outline: none;
        margin: 0;
        -webkit-appearance: none;
    }

    .close-bar {
        position: absolute;
        top: 50%;
        display: block;
        width: 100%;
        height: .5rem;
        background-color: #fff;
        transform-origin: center center;
        transition: transform .35s ease;
    }

    .close-bar-left {
        transform: rotate(45deg);
    }

    .close-bar-right {
        transform: rotate(-45deg);
    }

    .menu-close-button:hover .close-bar {
        transform: rotate(0);
    }

    .sidemenu a {
        position: relative;
        color: inherit;
    }

        .sidemenu a:not(.social):after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0.1rem;
            background-color: #fff;
            z-index: 1;
            transform-origin: right center;
            transform: scale(0, 1);
            transition: transform 0.4s ease-out;
        }

    .sidemenu .link:after {
        background-color: #fff;
    }

    .sidemenu a:not(.social):hover:after,
    .sidemenu a:not(.social):focus:after {
        transform-origin: left center;
        transform: scale(1, 1);
    }

    .sidemenu-left {
        position: relative;
        flex: 1;
    }

    .sidemenu-top {
        position: relative;
        padding-top: 9rem;
        padding-bottom: 4rem;
        padding-left: 3rem;
        padding-right: 3rem;
        background-color: #fff;
        background-color: var(--primary-color);
    }

    .nav-down-button {
        display: inline-flex;
        font-family: 'wsg';
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 1;
        padding: .8rem .4rem;
        color: var(--primary-color-dark-2) !important;
    }

        .nav-down-button:after {
            display: none !important;
        }

    .sidemenu .menu-link {
        display: none;
        align-items: center;
        position: absolute !important;
        left: 3rem;
        top: 5rem;
        font-weight: 500;
        color: var(--primary-color-dark-3);
        font-size: 1.3rem;
        text-transform: uppercase;
    }

        .sidemenu .menu-link:after {
            background: var(--primary-color-dark-3) !important;
        }

        .sidemenu .menu-link i {
            font-size: 80%;
            margin-right: .6rem;
        }

            .sidemenu .menu-link i:before {
                font-weight: 700;
            }

    .sidemenu-right {
        position: relative;
        padding-top: 6rem;
        padding-bottom: 6rem;
        padding-left: 3rem;
        padding-right: 3rem;
        flex: 0 0 auto;
        background-color: var(--primary-color-dark);
        background-image: url('../images/menu-bg.png');
        background-position: right -50px center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .menu-dots {
        max-width: 80px;
        margin-top: 2rem;
    }

    .sidesearch {
        position: relative;
        margin-bottom: 4rem;
    }

        .sidesearch form {
            margin-bottom: 0;
        }

        .sidesearch input[type="search"],
        .sidesearch input[type="text"] {
            color: #474f56;
            height: 45px;
            font-weight: 300;
            font-size: 1.6rem;
            line-height: 1;
            font-family: var(--font-roboto);
            margin-bottom: 0;
            padding: 1.3rem 5rem 1.3rem 1.3rem;
            background-color: var(--primary-color-dark-2);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='27px' height='27px' viewBox='0 0 27 27' style='enable-background:new 0 0 27 27;' xml:space='preserve'%3E%3Ccircle style='fill:none;stroke:%23BC3526;stroke-width:2.842;stroke-miterlimit:10;' cx='11.4' cy='11.4' r='9.7'/%3E%3Cpath style='fill:none;stroke:%23BC3526;stroke-width:2.842;stroke-linecap:round;stroke-miterlimit:10;' d='M18.3,18.3l7,7L18.3,18.3 z'/%3E%3Crect style='fill:none;' width='27' height='27'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: left 1.4rem center;
        }

            .sidesearch input[type="search"]:focus,
            .sidesearch input[type="text"]:focus {
                background-color: var(--primary-color-dark-3);
            }

        .sidesearch ::-webkit-input-placeholder {
            color: #fff;
        }

        .sidesearch ::placeholder {
            color: #fff;
        }

        .sidesearch [type="submit"],
        .sidesearch .button {
            position: absolute;
            right: .3rem;
            top: 50%;
            text-align: center;
            transform: translateY(-50%);
            width: auto;
            min-width: 0;
            padding: 1rem 1.5rem;
            color: var(--primary-color);
            background: transparent;
        }

            .sidesearch [type="submit"] i,
            .sidesearch .button i {
                margin-left: 0;
                padding-left: 0;
            }

                .sidesearch [type="submit"] i:before,
                .sidesearch .button i:before {
                    font-weight: 700;
                }

    .top-links {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row wrap;
        padding: 0;
        margin: 0 0 3rem;
        list-style: none;
        font-size: 1.2rem;
        line-height: 1.5;
        text-transform: uppercase;
    }

        .top-links li {
            padding-left: 0;
            margin-bottom: 1rem;
        }

            .top-links li a {
                display: flex;
                align-items: center;
            }

                .top-links li a:after {
                    display: none !important;
                }

        .top-links img {
            margin-right: 1.2rem;
        }

    .quick-links h4 {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        text-transform: uppercase;
        font-family: var(--font-decimal);
        color: var(--primary-color-dark-3);
    }

    .quick-links ul {
        margin: 0 0 4rem;
        padding: 0;
        font-size: 1.6rem;
        line-height: 1.5;
        text-transform: uppercase;
        list-style: none;
    }

    .quick-links li {
        padding-left: 0;
        margin-bottom: 0;
    }

        .quick-links li:not(:last-child) {
            margin-bottom: 2rem;
        }

    .sidemenu .social {
        width: 4.8rem;
        height: 4.8rem;
        font-size: 2.4rem;
    }

        .sidemenu .social:hover,
        .sidemenu .social:focus {
            background-color: var(--primary-color-dark-2);
        }

    /* Menu */
    .main-nav {
        margin-bottom: 2rem;
        overflow: hidden;
        transition: height .4s ease;
    }

    .menu,
    .menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menu {
        position: relative;
        line-height: 1;
    }

    .menu,
    .menu-title {
        font-size: 2rem;
    }

        .menu li {
            padding: 0;
            margin: 0;
        }

            .menu li:last-child {
                padding-bottom: .5rem;
            }

            .menu li:not(:last-child) {
                margin-bottom: 2.4rem;
            }

    .menu-item-has-children > a {
        position: relative;
        padding-right: 1.8rem;
    }

        .menu-item-has-children > a:before {
            font-family: 'wsg';
            content: '\e800';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-40%);
            font-size: 60%;
        }

    .sidemenu .menu a:after {
        height: .2rem;
    }

    .menu ul {
        position: absolute;
        display: none;
        left: 100%;
        top: 0;
        width: 100%;
        font-size: 1.6rem;
        font-family: var(--font-roboto);
        transition: all .4s ease;
    }

    @media (min-width: 768px) {
        .sidemenu .menu-link {
            font-size: 1.5rem;
        }

        .sidesearch {
            margin-bottom: 5rem;
        }

            .sidesearch input[type="search"],
            .sidesearch input[type="text"] {
                height: 50px;
                font-size: 2rem;
            }

        .quick-links h4 {
            font-size: 1.8rem;
        }

        .menu,
        .menu-title {
            font-size: 2.8rem;
        }

            .menu ul {
                font-size: 2.4rem;
            }

        .menu-item-has-children > a {
            padding-right: 2.6rem;
        }
    }

    @media (min-width: 992px) {
        .menu-close-button {
            top: 3rem;
            right: 3rem;
            width: 4rem;
            height: 4rem;
        }

        .sidemenu-body,
        .touch .sidemenu-body {
            flex-direction: row;
            overflow: hidden;
        }

        .sidemenu-top {
            padding-top: 11rem;
        }

            .sidemenu-top:after {
                display: none;
            }

        .sidemenu-left {
            background-image: url('../images/pattern-dots-red.png');
            padding-bottom: 4rem;
        }

        .sidemenu-left,
        .sidemenu-right {
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            min-height: 100%;
        }

        .touch .sidemenu-left,
        .touch .sidemenu-right {
            overflow-y: scroll;
        }

        .sidemenu-right {
            flex: 0 0 35.7%;
            max-width: 490px;
            padding-top: 11rem;
            padding-bottom: 4rem;
        }

        .sidemenu .menu-link {
            top: 5.8rem;
            letter-spacing: .05em;
            font-size: 1.6rem;
        }

        .main-nav {
            margin-bottom: 4rem;
        }

        .nav-down-button {
            display: none;
        }

        .menu-dots {
            margin-top: 3rem;
        }
    }

    @media (min-width: 1200px) {
        .sidemenu {
            max-width: 67%;
        }

        .menu,
        .menu-title {
            font-size: 3rem;
        }

        .sidemenu .socials {
            justify-content: space-between;
        }

        .sidemenu .social {
            width: 6rem;
            height: 6rem;
            font-size: 3.2rem;
        }

            .sidemenu .social:not(:last-child) {
                margin-right: 0;
            }
    }

    @media (min-width: 1600px) {
        .menu-close-button {
            top: 4rem;
            right: 7rem;
            width: 4.6rem;
            height: 4rem;
        }

        .main-nav {
            margin-bottom: 6rem;
        }

        .sidemenu-top {
            padding-top: 13rem;
            padding-bottom: 6rem;
            padding-left: 7rem;
            padding-right: 7rem;
        }

        .sidemenu-right {
            padding-top: 13rem;
            padding-bottom: 6rem;
            padding-left: 7rem;
            padding-right: 7rem;
        }

        .sidesearch input[type="search"],
        .sidesearch input[type="text"] {
            height: 55px;
            font-size: 2.4rem;
        }

        .quick-links h4 {
            font-size: 2.4rem;
        }

        .quick-links ul {
            font-size: 2.3rem;
            margin-bottom: 6rem;
        }

        .top-links {
            margin-bottom: 5rem;
            font-size: 1.8rem;
        }

        .sidemenu .social {
            width: 8.2rem;
            height: 8.2rem;
            font-size: 4rem;
        }

        .menu,
        .menu-title {
            font-size: 4.4rem;
        }

            .menu ul {
                font-size: 3rem;
            }

        .sidemenu .menu-link {
            left: 7rem;
            top: 6.2rem;
            font-size: 2.2rem;
        }
    }

    @media (max-width: 767px) {
        .menu-link:after {
            display: none !important;
        }

        .menu-link-subtext {
            display: none;
        }

        .sidemenu .menu-link i {
            display: inline-block;
            position: relative;
            top: -.1rem
        }

        .menu-item-has-children > a {
            padding-right: 1.6rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 7.Banner ----------------- */
    /*--------------------------------------- */
    .banner {
        position: relative;
        padding-top: 6rem;
    }

    .bg-banner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
        height: 60vh;
        min-height: 380px;
        max-height: 1000px;
        overflow: hidden;
    }

        .bg-banner:before {
            content: '';
            display: block;
            position: absolute;
            z-index: 2;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background-color: #373c41;
            opacity: .6;
        }

    .banner .container,
    .banner .container-fluid {
        position: relative;
        z-index: 3;
    }

    .banner-title {
        color: #fff;
        font-weight: 500;
        font-size: 4rem;
        line-height: 1.15;
        font-family: var(--font-decimal);
        overflow: hidden;
        margin-bottom: 1rem;
    }

        .banner-title > span {
            position: relative;
            display: inline-block;
        }

            .banner-title > span:after {
                content: '';
                display: none;
                position: absolute;
                left: 100%;
                top: 0;
                bottom: 0;
                width: 100vw;
                background-image: url('../images/banner-pattern.png');
                background-size: contain;
                background-repeat: repeat-x;
                background-position: left top;
            }

    @media (min-width: 576px) {
        .banner-title {
            font-size: 4.8rem;
            margin-bottom: 2rem;
        }

            .banner-title > span {
                padding-right: 3rem;
            }

                .banner-title > span:after {
                    display: block;
                }
    }

    @media (min-width: 992px) {
        .bg-banner {
            height: 60vh;
        }

        .banner-title {
            font-size: 5.2rem;
            padding-top: 1rem;
        }

            .banner-title > span {
                padding-right: 4rem;
            }
    }

    @media (min-width: 576px) and (max-width: 1199px) {
        .banner-title > span:after {
            background-size: contain;
        }
    }

    @media (min-width: 1200px) {
        .bg-banner {
            height: 70vh;
        }

        .banner-title {
            font-size: 5.6rem;
        }
    }

    @media (min-width: 1600px) {
        .banner-title {
            font-size: 6.2rem;
            margin-bottom: 3.1rem;
        }
    }

    /* Breadcrumb */
    .breadcrumb {
        list-style-type: none;
        color: #fff;
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 1.55rem 0;
        margin: 0;
        border-top: .2rem solid rgba(255, 255, 255, .5);
    }

    .breadcrumb-item {
        margin-bottom: 0;
        padding-left: 0;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            content: '>';
            font-weight: 400;
            margin-left: .6rem;
            margin-right: .6rem;
        }

        .breadcrumb-item a {
            color: inherit;
        }

            .breadcrumb-item a:after {
                background-color: #fff;
            }

            .breadcrumb-item a:hover,
            .breadcrumb-item a:focus {
                color: #e1e1e1;
            }

        .breadcrumb-item.active {
            font-weight: 700;
        }

    @media (min-width: 768px) {
        .breadcrumb {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
    }

    @media (min-width: 992px) {
        .breadcrumb {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 1600px) {
        .breadcrumb {
            font-size: 1.8rem;
        }
    }

    /*--------------------------------------- */
    /* -------- 8.Home ---------------------- */
    /*--------------------------------------- */
    .hero {
        display: flex;
        flex-direction: column;
        min-height: 60vh;
        background-color: #b1b1b1;
        overflow: hidden;
    }

        .hero > * {
            width: 100%;
        }

    .hero-body {
        position: relative;
        display: flex;
        align-items: stretch;
        background-color: #000;
        flex-grow: 1;
        overflow: hidden;
    }

        .hero-body:before,
        .hero-body:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .hero-body:before {
            opacity: .77;
            background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(229,229,229,0) 100%);
            z-index: 3;
        }

        .hero-body:after {
            opacity: .6;
            background-color: var(--secondary-color-dark);
            z-index: 2;
        }

        .hero-content,
        .hero-body > .container,
        .hero-body > .container-fluid {
            position: relative;
            z-index: 4;
        }

    .hero-logo {
        max-width: 176px;
        align-self: flex-start;
        margin-bottom: 3rem;
    }

    .hero-content {
        width: 100%;
        max-width: 1900px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-flow: row wrap;
        padding: 10rem 2rem 7rem 2rem;
    }

    .hero-carousel {
        width: 100%;
    }

    .hero-title {
        font-weight: 500;
        font-size: 4rem;
        line-height: 1.25;
        margin-bottom: 3rem;
    }

        .hero-title i {
            position: relative;
            display: inline-block;
            font-size: 1.6rem;
            line-height: 1;
            opacity: .5;
            top: -.8rem;
        }

    .hero-video {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
    }

    .hero-action {
        width: 100%;
        display: flex;
        align-items: center;
        align-self: flex-end;
        flex-grow: 0;
    }

    .button.hero-button {
        font-weight: 700;
        justify-content: center;
        margin-left: auto;
        min-width: 100px;
        font-size: 1.4rem;
        letter-spacing: .07em;
    }


    @media (min-width: 576px) {
        .hero-title {
            font-size: 5.4rem;
        }
    }

    @media (min-width: 768px) {
        .hero-logo {
            max-width: 260px;
        }

        .hero-title {
            font-size: 6.4rem;
        }
    }

    @media (min-width: 992px) {
        .hero {
            min-height: 100vh;
        }

        .hero-video {
            position: fixed;
        }

        .hero-logo {
            max-width: 280px;
        }

        .hero-content {
            padding: 7rem 3rem;
        }

        .button.hero-button {
            min-width: 200px;
            font-size: 1.6rem;
        }

        .hero-title {
            font-size: 6.2rem;
            line-height: 1.1;
        }
    }

    @media (min-width: 1200px) {
        .hero-content {
            padding-right: 4rem;
            padding-left: 7rem;
        }
    }

    @media (min-width: 1600px) {
        .hero-logo {
            max-width: 360px;
        }

        .hero-content {
            padding-right: 7rem;
            padding-left: 12.5rem;
        }

        .hero-title {
            font-size: 7rem;
            margin-bottom: 1rem;
        }

            .hero-title i {
                font-size: 2.8rem;
                top: -1.6rem;
            }

        .button.hero-button {
            min-width: 200px;
            font-size: 1.8rem;
        }

            .button.hero-button i {
                margin-left: 1.4rem;
            }
    }

    @media (min-width: 1900px) {
        .hero-title {
            font-size: 8rem;
        }
    }

    @media (min-width: 2200px) {
        .hero-title {
            font-size: 9rem;
        }
    }

    .hero-news {
        position: relative;
        z-index: 3;
        flex-grow: 0;
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }

    .hero-news-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-news-title {
        display: flex;
        justify-content: center;
        flex: 0 0 auto;
        align-items: center;
        font-weight: 600;
        font-size: 2rem;
        text-transform: uppercase;
        letter-spacing: .04em;
        color: #fff;
        margin-bottom: 1rem;
    }

        .hero-news-title img {
            max-width: 27px;
            margin-right: 2rem;
        }

    .hero-news-content {
        overflow: hidden;
    }

    .hero-news-item {
        width: 100%;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hero-news-carousel {
        max-width: 100%;
    }

        .hero-news-carousel .owl-nav {
            display: flex;
            align-items: center;
            position: absolute;
            right: -12rem;
            top: 50%;
            transform: translateY(-50%);
        }

    .owl-carousel.hero-news-carousel .owl-nav .owl-prev,
    .owl-carousel.hero-news-carousel .owl-nav .owl-next {
        position: static;
        top: auto;
        display: flex;
        color: #fff;
        background-color: var(--primary-color-dark);
        width: 4rem;
        height: 4rem;
        font-weight: 300;
        font-size: 1.6rem;
        padding: 0;
        border-radius: 50%;
        line-height: 1;
        transform: translateY(0);
    }

    .owl-carousel.hero-news-carousel .owl-nav .owl-prev {
        left: auto;
        padding-right: .4rem;
    }

    .owl-carousel.hero-news-carousel .owl-nav .owl-next {
        right: auto;
        margin-left: 1rem;
    }

        .owl-carousel.hero-news-carousel .owl-nav .owl-prev:hover,
        .owl-carousel.hero-news-carousel .owl-nav .owl-next:hover,
        .owl-carousel.hero-news-carousel .owl-nav .owl-prev:focus,
        .owl-carousel.hero-news-carousel .owl-nav .owl-next:focus {
            color: #fff;
            background-color: var(--primary-color-dark-2);
        }

    .owl-carousel.hero-news-carousel .owl-dots {
        margin-top: 1.2rem;
    }

        .owl-carousel.hero-news-carousel .owl-dots .owl-dot span {
            border: .2rem solid var(--primary-color-dark-2);
            background-color: transparent;
        }

        .hero-news-carousel .owl-dots .owl-dot:not(.active):hover span,
        .hero-news-carousel .owl-dots .owl-dot:not(.active):focus span,
        .owl-carousel.hero-news-carousel .owl-dots .owl-dot.active span {
            border-color: var(--primary-color-dark-2);
            background-color: var(--primary-color-dark-2);
        }

    @media (min-width: 992px) {
        .hero-news {
            padding-bottom: 3rem;
        }

        .hero-news-body {
            align-items: center;
            flex-direction: row;
            justify-content: flex-start;
        }

        .hero-news-title {
            justify-content: flex-start;
            min-height: 70px;
            padding-right: 2.6rem;
            margin-right: 2.6rem;
            margin-bottom: 0;
            border-right: .3rem solid var(--primary-color-dark);
        }

            .hero-news-title img {
                max-width: 100%;
            }

        .hero-news-content {
            padding-top: 2rem;
            padding-bottom: 2rem;
            padding-right: 12rem;
        }
    }

    @media (min-width: 1200px) {
        .hero-news-title {
            font-size: 2.2rem;
        }
    }

    @media (min-width: 1600px) {
        .hero-news-title {
            font-size: 2.3rem;
        }
    }

    /* Card */
    .card {
        text-align: center;
        padding: 4rem 10% 9.5rem;
    }

    .card-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 100px;
        margin: 0 0 3rem;
    }

        .card-icon img {
            max-width: 80% !important;
            width: auto !important;
        }

    .card-subtitle {
        color: var(--secondary-color);
        font-weight: 600;
        font-size: 2rem;
        font-family: var(--font-decimal);
        margin-bottom: 1.1rem;
    }

    .card-title {
        color: var(--text-color);
        font-weight: 400;
        font-size: 2.6rem;
        line-height: 1.25;
        font-family: var(--font-roboto);
        margin-bottom: 1rem;
    }

        .card-title a {
            color: inherit;
        }

            .card-title a:after {
                display: none !important;
            }

            .card-title a:hover,
            .card-title a:focus {
                color: var(--primary-color);
            }

    .card p {
        margin-bottom: 2.8rem;
    }

    @media (min-width: 768px) {
        .card {
            padding-top: 6rem;
        }

        .card-subtitle {
            font-size: 2rem;
        }
    }

    @media (min-width: 992px) {
        .card-subtitle {
            font-size: 2.2rem;
        }

        .card-title {
            font-size: 2.6rem;
        }
    }

    @media (min-width: 1600px) {
        .card {
            padding: 8.5rem 10% 11rem;
        }

        .card-icon img {
            max-width: 100% !important;
        }

        .card-subtitle {
            font-size: 2.4rem;
        }

        .card-title {
            font-size: 2.8rem;
        }
    }

    /* Count */
    .count {
        margin-bottom: 4rem;
    }

    .count-icon {
        min-height: 68px;
        display: inline-flex;
        align-items: center;
        margin-bottom: 3rem;
    }

        .count-icon img {
            max-width: 80%;
        }

    .text-center .count-icon {
        justify-content: center;
    }

    .count-number {
        font-weight: 300;
        font-size: 4.8rem;
        line-height: 1;
        font-family: var(--font-decimal);
        margin-bottom: .5rem;
    }

    .count-title {
        position: relative;
        font-size: 2.4rem;
        line-height: 1;
        padding-bottom: 2rem;
    }

        .count-title:after {
            content: '';
            display: block;
            width: 9rem;
            height: .4rem;
            position: absolute;
            top: 100%;
            left: 0;
            background: var(--primary-color);
        }

    .text-center .count-title:after {
        left: 50%;
        margin-left: -4.5rem;
    }

    .text-white.count-title:after {
        background-color: #fff;
    }

    @media (min-width: 992px) {
        .count {
            margin-bottom: 3rem;
        }

        .count-title {
            font-size: 2.8rem;
        }
    }

    @media (min-width: 1200px) {
        .count-number {
            font-size: 5.4rem;
            margin-bottom: .6rem;
        }
    }

    @media (min-width: 1600px) {
        .count-icon {
            min-height: 88px;
        }

            .count-icon img {
                max-width: 90%;
            }

        .count-number {
            font-size: 7.2rem;
        }

        .count-title {
            font-size: 3.4rem;
        }
    }

    /* Box */
    .boxes-carousel.owl-carousel .owl-dots {
        margin-top: 3rem;
    }

    .box {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-color: #b1b1b1;
    }

        .box:before {
            content: '';
            display: block;
            padding-top: 99.375%;
        }

    .box-content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        background-color: #bc3323;
        padding: 2rem;
        position: absolute;
        left: 8%;
        right: 8%;
        top: 8%;
        bottom: 8%;
    }

    .box-title {
        color: inherit;
        font-weight: 500;
        font-size: 2.6rem;
        line-height: 1.375;
        margin-bottom: 0;
    }

    @media (min-width: 576px) {
        .box-content {
            padding: 2rem;
            left: 3rem;
            right: 3rem;
            top: 3rem;
            bottom: 3rem;
        }
    }

    @media (min-width: 992px) {
        .box-title {
            font-size: 2.8rem;
        }
    }

    @media (min-width: 1200px) {
        .box-content {
            padding: 2rem;
            left: 5rem;
            right: 5rem;
            top: 5rem;
            bottom: 5rem;
        }
    }

    @media (min-width: 1600px) {
        .box-content {
            padding: 4rem;
            left: 15%;
            right: 15%;
            top: 15%;
            bottom: 15%;
        }

        .box-title {
            font-size: 3.6rem;
        }
    }

    /*--------------------------------------- */
    /* ----------- 9.About ----------------- */
    /*--------------------------------------- */
    .about-menu {
        padding: 0;
        margin: 0 0 .2rem;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
        font-weight: 500;
        font-size: 2rem;
        line-height: 1.5;
    }

        .about-menu li {
            margin: 0;
            padding: .5rem 0;
        }

            .about-menu li:not(:last-child):after {
                content: '|';
                font-weight: 400;
                margin-left: 1rem;
                margin-right: 1rem;
            }

        .about-menu a {
            display: inline-block;
            color: inherit;
        }

            .about-menu a:after {
                background-color: #fff;
            }

            .about-menu a:hover,
            .about-menu a:focus,
            .about-menu a.active {
                color: var(--primary-color);
            }

    .bg-primary .about-menu a:hover,
    .bg-primary .about-menu a:focus,
    .bg-primary .about-menu a.active {
        color: #e1e1e1;
    }

    @media (min-width: 768px) {
        .about-menu {
            font-size: 2.2rem;
        }

            .about-menu li {
                padding-top: 1rem;
                padding-bottom: 1rem;
            }

                .about-menu li:not(:last-child):after {
                    margin-left: 2rem;
                    margin-right: 2rem;
                }
    }

    @media (min-width: 992px) {
        .about-menu {
            font-size: 2.4rem;
        }

            .about-menu li:not(:last-child):after {
                margin-left: 2.5rem;
                margin-right: 2.5rem;
            }
    }

    @media (min-width: 1600px) {
        .about-menu {
            font-size: 2.6rem;
        }

            .about-menu li:not(:last-child):after {
                margin-left: 3rem;
                margin-right: 3rem;
            }

        .about-content {
            padding-top: 4rem;
        }
    }


    /*--------------------------------------- */
    /* -------- 10.Governance/Person --------- */
    /*--------------------------------------- */
    .content-stretch [class*="col-"] {
        display: flex;
        align-items: stretch;
    }

    .person {
        width: 100%;
        display: flex;
        align-items: flex-start;
        margin-bottom: 3.5rem;
    }

    .person-media {
        position: relative;
        flex: 0 0 auto;
        width: 60px;
        margin: 0;
        border-radius: 50%;
        background-color: #ccc;
    }

        .person-media:before {
            content: '';
            display: block;
            padding-top: 100%;
        }

        .person-media > a,
        .person-media > img {
            position: absolute;
            left: 0;
            top: 0;
        }

        .person-media a {
            display: block;
        }

        .person-media img {
            border-radius: 50%;
        }

    .person-content {
        flex-grow: 1;
        padding-left: 2rem;
        padding-top: .8rem;
    }

    .person-position {
        display: block;
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: .3rem;
    }

    .person-name {
        font-family: var(--font-roboto);
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: .2rem;
    }

    .person-country {
        font-style: italic;
    }

    .person-contact {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        margin-top: .1rem;
        margin-bottom: .9rem;
    }

    .person-tel {
        color: inherit;
    }

    .person-contact .separator {
        content: '|';
        margin-left: 1rem;
        margin-right: 1.2rem;
    }

    .person-email {
        display: flex;
        align-items: center;
    }

        .person-email:before {
            content: '';
            display: block;
            width: 2.1rem;
            height: 2.1rem;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 22.7 22.7'%3E%3Cg%3E%3Cpath fill='%230071CE' d='M22.7,11.4c0,6.3-5.1,11.4-11.4,11.4S0,17.6,0,11.4C0,5.1,5.1,0,11.4,0S22.7,5.1,22.7,11.4'/%3E%3Cpath fill='%23FFFFFF' d='M11.4,13.7l-2.3-1.6l-3.3,4c0,0,0.1,0,0.1,0h11.1c0,0,0.1,0,0.1,0l-3.3-4L11.4,13.7z'/%3E%3Cpath fill='%23FFFFFF' d='M17.7,7.4c0-0.4-0.4-0.8-0.8-0.8H5.8C5.4,6.6,5,7,5,7.4v0.5l6.3,4.3l0.1,0l0,0l6.3-4.3V7.4z'/%3E%3Cpolygon fill='%23FFFFFF' points='14.6,11.4 17.7,15.2 17.7,9.3 '/%3E%3Cpolygon fill='%23FFFFFF' points='8.1,11.4 5,9.3 5,15.2 '/%3E%3C/g%3E%3C/svg%3E");
            background-position: center center;
            background-repeat: no-repeat;
            margin-right: .9rem;
        }

        .person-email:hover:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' x='0px' y='0px' viewBox='0 0 22.7 22.7'%3E%3Cg%3E%3Cpath fill='%23bc3323' d='M22.7,11.4c0,6.3-5.1,11.4-11.4,11.4S0,17.6,0,11.4C0,5.1,5.1,0,11.4,0S22.7,5.1,22.7,11.4'/%3E%3Cpath fill='%23FFFFFF' d='M11.4,13.7l-2.3-1.6l-3.3,4c0,0,0.1,0,0.1,0h11.1c0,0,0.1,0,0.1,0l-3.3-4L11.4,13.7z'/%3E%3Cpath fill='%23FFFFFF' d='M17.7,7.4c0-0.4-0.4-0.8-0.8-0.8H5.8C5.4,6.6,5,7,5,7.4v0.5l6.3,4.3l0.1,0l0,0l6.3-4.3V7.4z'/%3E%3Cpolygon fill='%23FFFFFF' points='14.6,11.4 17.7,15.2 17.7,9.3 '/%3E%3Cpolygon fill='%23FFFFFF' points='8.1,11.4 5,9.3 5,15.2 '/%3E%3C/g%3E%3C/svg%3E");
        }

        .person-email:after {
            display: none !important;
        }

        .person-email svg {
            display: inline-block;
            width: 21px;
            margin-right: 1rem;
        }

    @media (min-width: 992px) {
        .person {
            margin-bottom: 4.5rem;
        }

        .person-media {
            width: 80px;
        }

        .person-content {
            padding-left: 2.4rem;
        }

        .person-position {
            font-size: 2.1rem;
        }

        .person-name {
            font-size: 2rem;
        }
    }

    @media (min-width: 1200px) {
        .person-media {
            width: 90px;
        }

        .person-position {
            margin-bottom: .5rem;
        }
    }


    @media (min-width: 1600px) {
        .person {
            margin-bottom: 5.5rem;
        }

        .person-media {
            width: 100px;
        }

        .person-content {
            padding-left: 2.8rem;
        }

        .person-position {
            font-size: 2.2rem;
        }

        .person-position {
            margin-bottom: .8rem;
        }
    }


    /*--------------------------------------- */
    /* -------- 11.Member Directory --------- */
    /*--------------------------------------- */
    .member-top .row {
        position: relative;
    }

    .member-top .category-icon {
        width: 7rem;
        height: 7rem;
        border-radius: 50%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        background-color: var(--primary-color-dark);
    }

    .member-top .category-icon {
        max-width: 100%;
    }

    .member-toolbar {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        padding-bottom: 1.5rem;
        margin-bottom: 6rem;
        border-bottom: .2rem solid #ebebeb;
    }

    .member-directory .person {
        padding-right: 3rem;
        padding-bottom: 4rem;
        border-bottom: .2rem solid #ebebeb;
    }

    .search-title-total {
        position: relative;
        display: flex;
        align-items: center;
        margin-left: auto;
        text-transform: capitalize;
        padding: 0 0 0 2.2rem;
    }

        .search-title-total img {
            margin-right: 1.6rem;
        }

        .search-title-total:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: -.35rem;
            bottom: -.35rem;
            width: .2rem;
            background-color: #a42f21;
        }

    @media (min-width:576px) {
        .member-top .category-icon {
            width: 9.7rem;
            height: 9.7rem;
            padding-left: 2rem;
            padding-right: 2rem;
        }

        .member-top .col-sm-auto {
            position: absolute;
            right: 0;
        }

        .member-top .col-sm {
            padding-right: 12rem;
        }
    }

    @media (min-width : 992px) {
        .member-top .category-icon {
            width: 11rem;
            height: 11rem;
            padding-left: 2.5rem;
            padding-right: 2.5rem;
        }

        .member-directory .person {
            padding-bottom: 5.5rem;
        }
    }

    @media (min-width:1200px) {
        .member-top .col {
            padding-right: 6rem;
        }

        .member-top .col-sm {
            padding-right: 15rem;
        }
    }

    @media (min-width:1600px) {
        .member-top .col {
            padding-right: 6rem;
        }

        .member-top .category-icon {
            width: 12.5rem;
            height: 12.5rem;
        }
    }

    @media (max-width: 991px) {
        .search-title-total {
            font-size: 1.6rem;
            padding-left: 0;
        }

            .search-title-total:before {
                display: none;
            }

        .member-toolbar {
            flex-direction: column;
            align-items: start;
        }

            .member-toolbar .pagination {
                margin-top: 3rem;
            }
    }

    @media (max-width: 767px) {
        .member-toolbar .pagination {
            flex-direction: column;
            align-items: flex-start;
            margin-left: 0;
        }

        .search-title-total {
            width: 100%;
            margin-top: 1rem;
        }

        .pagination-info {
            margin-bottom: 1.2rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 12.Secondments ----------- */
    /*--------------------------------------- */
    .search-toolbar {
        margin-bottom: 2rem;
    }

        .search-toolbar form {
            margin-bottom: 0;
        }

        .search-toolbar [type="submit"],
        .search-toolbar .button {
            min-width: 0;
        }

    .secondments-toolbar {
        padding-bottom: 2rem;
        border-bottom: .2rem solid #ebebeb;
        margin-bottom: 4rem;
    }

        .secondments-toolbar .col-auto,
        .pagination {
            margin-left: auto;
        }

    /* Pagination */
    .pagination {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
    }

    .secondments-toolbar .pagination {
        margin-top: 4rem;
    }

    .bottom-toolbar {
        display: flex;
        align-items: center;
    }

        .bottom-toolbar .pagination {
            margin-left: auto;
            margin-top: -2rem;
            margin-bottom: 2rem;
        }

    .pagination-info {
        display: inline-block;
        padding-top: .2rem;
        line-height: 1;
        font-weight: 700;
        color: var(--secondary-color);
        margin-right: 1.5rem;
    }

    .pagination ul,
    .pagination ol {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        flex-flow: row wrap;
    }

    .pagination li {
        text-transform: uppercase;
        font-size: 1.6rem;
        font-weight: 700;
        margin: .5rem 0;
        padding: 0;
    }

        .pagination li a,
        .pagination li span {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--secondary-color-dark);
            margin-left: .4rem;
            margin-right: .4rem;
            min-width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
        }

        .pagination li i {
            display: inline-block;
            margin-top: -.2rem;
            font-weight: 400;
            font-size: 2.4rem;
        }

            .pagination li i:before {
                font-weight: 700;
            }

        .pagination li a:after {
            display: none !important;
        }

        .pagination li a:hover,
        .pagination li a:focus,
        .pagination li .current {
            color: var(--primary-color);
        }

        .pagination li.active a,
        .pagination li .current {
            font-weight: 900;
            font-size: 1.4rem;
            color: #fff;
            background-color: var(--secondary-color);
            cursor: default;
        }

        .pagination li .prev,
        .pagination li .next,
        .pagination li .prev-first,
        .pagination li .next-last {
            padding-left: .1rem;
            padding-right: .1rem;
        }

            .pagination li.first a,
            .pagination li.previous a,
            .pagination li.last a,
            .pagination li.next a,
            .pagination li .prev,
            .pagination li .next,
            .pagination li .prev-first,
            .pagination li .next-last,
            .pagination li .pagination-dots {
                min-width: 0;
            }

        .pagination li .pagination-dots {
            margin-left: .2rem;
            margin-right: .2rem;
        }

        .pagination li .prev span,
        .pagination li .next span,
        .pagination li .prev-first span,
        .pagination li .next-last span {
            display: none;
        }

        .pagination li.disabled {
            opacity: .25;
            cursor: default;
            pointer-events: none;
        }

            .pagination li.disabled a,
            .pagination li.disabled span {
                color: #000;
            }

    .item {
        padding-bottom: 5rem;
        margin-bottom: 5rem;
        border-bottom: .2rem solid #ebebeb;
    }

    .items .item:last-child {
        margin-bottom: 2rem;
    }

    .item-media {
        margin: 0;
        background-color: #ccc;
        border: .2rem solid #ebebeb;
        transition: border-color .4s ease;
    }

        .item-media:hover {
            border-color: var(--primary-color);
        }

        .item-media a {
            display: block;
        }

        .item-media img {
            max-width: none;
            width: 100%;
        }

    .item-desc {
        font-weight: 700;
        font-size: 2.1rem;
        line-height: 1.1;
        margin-bottom: .5rem;
    }

    .item-title {
        font-weight: 700;
        font-size: 2.1rem;
        line-height: 1.1;
        font-family: var(--font-roboto);
        margin-bottom: .7rem;
    }

        .item-title a {
            color: var(--secondary-color);
        }

            .item-title a:after {
                display: none !important;
            }

            .item-title a:hover,
            .item-title a:focus {
                color: var(--primary-color);
            }

    .item-location {
        margin-bottom: 1.4rem;
    }

    .item-content p:last-child {
        margin-bottom: 0;
    }

    .item-content .more-link {
        margin-top: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .more-link,
    .back-link {
        display: inline-flex;
        align-items: center;
        position: relative;
        color: var(--secondary-color-dark);
        font-weight: 700;
        font-size: 1.5rem;
        font-family: var(--font-decimal);
    }

    .more-link {
        text-transform: uppercase;
        padding-right: 2.6rem;
    }

    .back-link {
        text-transform: capitalize;
        padding-left: 2.6rem;
    }

    .link-arrow {
        position: relative;
        padding-right: 2.6rem;
    }

        .more-link:before,
        .back-link:before,
        .link-arrow:before {
            font-family: 'wsg';
            content: '\f105';
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            width: 1.6rem;
            height: 1.6rem;
            margin-top: -.9rem;
            border-radius: 50%;
            font-weight: 400;
            font-size: 1.4rem;
            line-height: 1;
            color: #fff;
            background-color: var(--secondary-color);
            transition: all .4s ease;
        }

    .more-link:before {
        right: 0;
        padding-left: .1rem;
    }

    .back-link:before {
        content: '\f104';
        left: 0;
        padding-right: .2rem;
    }

    .link-arrow:before {
        right: 0;
        padding-left: .1rem;
        margin-top: 0;
        top: auto;
        bottom: .5rem;
    }

    .more-link:hover:before,
    .more-link:focus:before,
    .back-link:hover:before,
    .back-link:focus:before,
    .link-arrow:hover:before,
    .link-arrow:focus:before {
        background-color: var(--primary-color);
    }

    .more-link:after,
    .back-link:after {
        display: none !important;
    }

    .bg-primary a {
        color: inherit;
    }

    .bg-primary .back-link,
    .bg-primary .more-link {
        color: #fff;
    }

        .bg-primary .back-link:before,
        .bg-primary .more-link:before {
            color: var(--secondary-color);
            background-color: #fff;
        }

        .bg-primary a:after,
        .bg-primary .back-link .link:after,
        .bg-primary .more-link .link:after {
            background-color: #fff;
        }

        .bg-primary .back-link:hover,
        .bg-primary .back-link:focus,
        .bg-primary .more-link:hover,
        .bg-primary .more-link:focus {
            color: #e1e1e1;
        }

            .bg-primary .back-link:hover:before,
            .bg-primary .back-link:focus:before,
            .bg-primary .more-link:hover:before,
            .bg-primary .more-link:focus:before {
                background-color: #e1e1e1;
            }

    @media (min-width: 480px) {
        .pagination li a,
        .pagination li span {
            margin-left: .7rem;
            margin-right: .7rem;
        }
    }

    @media (min-width: 768px) {
        .item {
            padding-bottom: 6rem;
            margin-bottom: 6rem;
        }

        .item-desc,
        .item-title {
            font-size: 2.3rem;
        }

        .item-content .more-link {
            margin-top: .6rem;
            margin-bottom: 0;
        }

        .secondments-toolbar {
            margin-bottom: 6rem;
        }

            .secondments-toolbar .pagination {
                margin-top: 0;
            }

        .bottom-toolbar .pagination {
            margin-top: -2rem;
            margin-bottom: 0;
        }
    }

    @media (min-width: 992px) {
        .bottom-toolbar .pagination {
            margin-top: -3rem;
        }

        .pagination li {
            font-size: 1.7rem;
        }
    }

    @media (min-width: 1600px) {
        .more-link,
        .back-link {
            font-size: 1.6rem;
        }

        .pagination li {
            font-size: 1.8rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 13.Members --------------- */
    /*--------------------------------------- */
    .nav {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .nav-inline {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        margin-bottom: 2rem;
        font-size: 2.2rem;
        line-height: 1.3;
    }

        .nav-inline .nav-item {
            margin: 1rem 0;
            padding: 0 2rem 0 0;
        }

        .nav-inline .nav-link {
            -webkit-appearance: none;
            padding: 0;
            margin: 0;
            position: relative;
            display: inline;
            border: none;
            background: none;
            cursor: pointer;
            color: #373c41;
            padding-right: 2rem;
        }

    .nav .nav-link:before {
        content: '\e800';
        font-family: 'wsg';
        display: block;
        white-space: nowrap;
        position: absolute;
        right: 0;
        bottom: .5rem;
        font-size: 1.8rem;
        line-height: 1;
        color: var(--primary-color);
        transition: transform .4s ease;
    }

    .nav .nav-link:after {
        display: none !important;
    }

    .nav-inline .nav-link.active {
        color: var(--primary-color);
        font-weight: 700;
        border-bottom: .1rem solid var(--primary-color);
    }

    .nav-inline .nav-link:hover,
    .nav-inline .nav-link:focus {
        color: var(--primary-color);
    }

    .nav .nav-link.active:before {
        font-weight: 400;
        transform: rotate(90deg);
    }

    @media (max-width: 1599px) {
        .members {
            background-size: 30%;
        }
    }

    @media (max-width: 767px) {
        .members {
            background-size: 50%;
        }
    }

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block;
    }

    .tab-region {
        color: #373c41;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 1.5;
    }

        .tab-region .tab-pane {
            padding-bottom: 2rem;
        }

    .region-list {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        padding-right: 1rem;
    }

        .region-list a {
            color: inherit;
        }

            .region-list a:hover,
            .region-list a:focus {
                color: var(--primary-color);
            }

        .region-list .separator {
            margin-left: .8rem;
            margin-right: .8rem;
        }

    .fade {
        transition: opacity 0.25s linear;
    }

        .fade:not(.show) {
            opacity: 0;
        }

    .practices-list {
        display: flex;
        flex-flow: row wrap;
        margin: 0 -1.5rem 0;
        padding: 0;
        list-style-type: none;
    }

        .practices-list li {
            flex: 0 0 auto;
            width: 100%;
            margin: 0;
            padding: 2rem 1.5rem;
            margin-bottom: 3rem;
        }

    .practice-category {
        display: block;
        text-align: center;
        color: #373c41;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.5;
    }

    .category-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 64px;
        margin: 0 0 2rem;
    }

    .practice-category:after {
        display: none !important;
    }

    .category-title {
        color: inherit;
        display: inline-block;
        font-weight: 400;
        font-family: var(--font-roboto);
        font-size: 2.6rem;
        line-height: 1.225;
        margin-bottom: .8rem;
    }

    .category-total {
        color: #373c41;
    }

    .print-link {
        display: inline;
        float: right;
        color: var(--secondary-color-dark);
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.5;
        font-family: var(--font-decimal);
        text-transform: uppercase;
        vertical-align: middle;
        margin-top: 1rem;
    }

        .print-link img {
            margin-left: 1rem;
            margin-top: -.2rem;
            display: inline;
            vertical-align: top;
        }

        .print-link:hover,
        .print-link:focus {
            color: var(--primary-color);
        }

    @media (min-width: 576px) {
        .nav-inline {
            font-size: 2.2rem;
        }

            .nav-inline .nav-item {
                flex: 0 0 auto;
                width: 50%;
            }

        .practices-list li {
            width: 50%;
        }
    }

    @media (min-width: 768px) {
        .nav-inline .nav-link {
            padding-right: 3rem;
        }

        .nav .nav-link:before {
            font-size: 2rem;
        }

        .tab-region {
            font-size: 2.1rem;
        }

        .practices-list li {
            width: 33.33%;
        }

        .practices-list-box li {
            width: 50%;
        }

        .practice-category {
            font-size: 2.3rem;
        }

        .category-title,
        .nav-inline {
            font-size: 2.6rem;
        }
    }

    @media (min-width: 992px) {
        .nav-inline .nav-item {
            width: 33.33%;
            margin: .8rem 0;
        }

        .practices-list-box li {
            width: 33.33%;
        }

        .print-link {
            font-size: 1.6rem;
        }
    }

    @media (min-width: 1200px) {
        .nav-inline-4cols .nav-item {
            width: 25%;
        }

        .practices-list li {
            width: 25%;
        }

        .practices-list-box li {
            width: 33.33%;
        }

        .category-title,
        .nav-inline {
            font-size: 2.7rem;
        }

        .nav .nav-link:before {
            font-size: 2.4rem;
        }
    }

    @media (min-width: 1400px) {
        .nav .nav-link:before {
            bottom: .8rem;
        }
    }

    @media (min-width: 1600px) {
        .category-title,
        .nav-inline {
            font-size: 2.9rem;
        }

        .tab-region {
            font-size: 2.2rem;
        }

        .practices-list {
            margin-left: -2rem;
            margin-right: -2rem;
        }

            .practices-list li {
                padding-right: 2rem;
                padding-left: 2rem;
            }

        .practices-list-box li {
            width: 25%;
            margin-bottom: 4rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 14.Member Details --------- */
    /*--------------------------------------- */
    .firm-details h3 {
        color: var(--text-color);
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.33;
        font-family: var(--font-roboto);
        margin-bottom: 3rem;
    }

    .firm-info {
        font-size: 1.8rem;
        line-height: 1.75;
        margin-bottom: 4rem;
    }

        .firm-info h3 {
            text-transform: uppercase;
            margin-bottom: .5rem;
        }

        .firm-info .firm-title {
            font-weight: 500;
            font-size: 3.2rem;
            color: var(--primary-color);
            margin-bottom: 0;
        }

            .firm-info .firm-title a {
                color: inherit;
            }

                .firm-info .firm-title a:hover,
                .firm-info .firm-title a:focus {
                    color: var(--secondary-color);
                }

                .firm-info .firm-title a:after {
                    display: none !important;
                }

        .firm-info .firm-location {
            font-size: 1.8rem;
            line-height: 1.5;
            margin-bottom: 2.6rem;
        }

    .firm-tel a {
        color: inherit;
    }

    .firm-address {
        margin-bottom: 0;
    }

    .firm-tel a:hover,
    .firm-tel a:focus {
        color: var(--primary-color);
    }

    .firm-logo {
        display: block;
        margin: 0 0 5rem;
    }

        .firm-logo:after {
            display: none !important;
        }

    .firm-contacts .person {
        padding: 0;
        margin-bottom: 4rem;
    }

    .menu-list {
        column-count: 4;
        column-width: 300px;
        margin-bottom: 0;
    }

        .menu-list a {
            color: inherit;
        }

            .menu-list a:hover,
            .menu-list a:focus {
                color: var(--primary-color);
            }

    .guide-box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 3rem;
        border: .2rem solid #ebebeb;
        margin-bottom: 3rem;
        background-image: url('../images/guide-watermark.png');
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 185px;
        transition: border .35s ease;
    }

    .guide-box-title {
        color: var(--text-color);
        font-weight: 700;
        font-size: 2rem;
        font-family: var(--font-roboto);
        line-height: 1.5;
        margin-bottom: 0;
    }

    .guide-box:after {
        display: none !important;
    }

    .guide-box:hover,
    .guide-box:focus {
        border-color: var(--primary-color);
    }

    .groups-nav .more-link {
        margin-top: 2rem;
    }

    @media (min-width: 768px) {
        .groups-nav .more-link {
            margin-top: 1rem;
        }

        .firm-info .firm-title {
            font-size: 3.4rem;
        }

        .firm-info,
        .firm-info .firm-location {
            font-size: 2.1rem;
        }
    }

    @media (min-width: 1600px) {
        .groups-nav.flex-column {
            flex-direction: row !important;
            align-items: center !important;
        }

        .groups-nav .more-link {
            margin-left: auto;
            margin-top: 0;
        }

        .firm-details h3 {
            font-size: 2.1rem;
        }

        .firm-info .firm-title {
            font-size: 3.8rem;
        }

        .guide-box {
            min-height: 235px;
            margin-bottom: 4rem;
        }

        .guide-box-title {
            font-size: 2.1rem;
        }
    }



    /*--------------------------------------- */
    /* ----------- 15.Groups ---------------- */
    /*--------------------------------------- */
    .groups-nav {
        border-top: .2rem solid #ebebeb;
        border-bottom: .2rem solid #ebebeb;
        padding-top: 1.1rem;
        padding-bottom: 1rem;
        margin-bottom: 3rem;
    }

    .groups-menu {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        font-weight: 700;
        line-height: 1.5;
    }

        .groups-menu li {
            margin: 0;
            padding: .4rem 0;
        }

            .groups-menu li:not(:last-child):after {
                content: '|';
                font-weight: 400;
                margin-left: 1.5rem;
                margin-right: 1.5rem;
            }

        .groups-menu a {
            display: inline-block;
            color: inherit;
        }

            .groups-menu a:hover,
            .groups-menu a:focus,
            .groups-menu a.active {
                color: var(--primary-color);
            }

    .title-groups {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 3rem;
    }

        .title-groups > span {
            display: flex;
            align-items: center;
            max-width: 45px;
        }

        .title-groups img {
            margin-right: 1.8rem;
        }

        .title-groups .button {
            min-width: 250px;
            padding-left: 1.8rem;
            padding-right: 1.8rem;
            margin-top: 3rem;
            margin-bottom: 1rem;
        }

    @media (min-width: 768px) {
        .groups-menu li {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .title-groups {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

            .title-groups > span {
                max-width: none;
            }

            .title-groups .button {
                margin-top: 0;
                margin-bottom: 0;
            }
    }


    /*--------------------------------------- */
    /* ----------- 16.Events ---------------- */
    /*--------------------------------------- */
    .toolbar {
        display: flex;
        flex-direction: column;
        margin-bottom: 5rem;
        border-bottom: .2rem solid #a2a2a2;
    }

    .nav-tabs {
        display: flex;
        flex-flow: row wrap;
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1.5;
        font-family: var(--font-decimal);
        text-transform: uppercase;
        margin-bottom: 0;
        border-bottom: .2rem solid #a2a2a2;
    }

    .toolbar .nav-tabs {
        border-bottom: none;
    }

    .nav-tabs .nav-item {
        padding: 0;
        margin-right: .5rem;
        margin-top: .5rem;
        margin-bottom: 0;
    }

    .nav-tabs .nav-link {
        display: block;
        padding: 1.2rem 3rem 1rem 1rem;
        color: #fff;
        background-color: #a2a2a2;
        transition: all .4s ease;
    }

        .nav-tabs .nav-link:before {
            right: 1rem;
            color: #fff;
            font-weight: 400;
            font-size: 1.4rem;
            bottom: auto;
            top: 50%;
            transform: translateY(-50%);
        }

        .nav-tabs .nav-link.active:before {
            transform: translateY(-50%) rotate(90deg);
        }

        .nav-tabs .nav-link.active {
            background-color: #474f56;
        }

        .nav-tabs .nav-link:not(.active):hover,
        .nav-tabs .nav-link:not(.active):focus {
            background-color: #777;
        }

        .nav-tabs .nav-link:after {
            display: none !important;
        }

    .filter-info {
        display: flex;
        flex-direction: column;
        padding-top: 2.15rem;
        padding-bottom: 2.15rem;
        margin-bottom: 4rem;
        border-top: .2rem solid #ebebeb;
        border-bottom: .2rem solid #ebebeb;
    }

    .filter-info-group {
        margin-top: .6rem;
    }

    .filter-info strong {
        margin-right: .4rem;
    }

    .separator {
        margin-left: 1rem;
        margin-right: 1rem;
        line-height: 1;
    }

    .filter-label {
        margin: 0;
        font-weight: 700;
        color: var(--primary-color);
    }

        .filter-label:after {
            content: '|';
            color: #474f56;
            font-weight: 400;
            margin-left: 1.5rem;
            margin-right: 1.5rem;
        }

    .toolbar .sort {
        margin-left: auto;
        margin-top: 1.5rem;
    }

    .sort,
    .sortby {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
    }

        .sortby a {
            color: #474f56;
        }

            .sortby a.active,
            .sortby a:hover,
            .sortby a:focus {
                color: #474f56;
            }

            .sortby a.active {
                font-weight: 700;
            }

    .event {
        padding-bottom: 4rem;
        margin-bottom: 4rem;
        border-bottom: .2rem solid #ebebeb;
    }

        .event:last-child {
            margin-bottom: 3rem;
        }

        .event > .row {
            margin-left: -1.5rem;
            margin-right: -1.5rem;
        }

            .event > .row > * {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }

    .event-media {
        flex: 0 0 auto;
        width: 100%;
        margin: 0 0 3rem;
    }

        .event-media img {
            max-width: none;
            width: 100%;
        }

        .event-media a {
            display: block;
        }

    .event-body {
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
        width: 100%;
        padding-top: .6rem;
    }

        .event-body > * {
            width: 100%;
        }

    .event-host {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 3rem;
    }

        .event-host h4 {
            color: var(--secondary-color-dark);
            font-weight: 700;
            font-size: 1.8rem;
            line-height: 1.5;
            margin-bottom: 1rem;
            margin-top: 1rem;
        }

        .event-host a {
            display: block;
        }

            .event-host a:after {
                display: none !important;
            }

    .event-title {
        color: var(--text-color);
        font-weight: 700;
        font-size: 2.3rem;
        line-height: 1.3;
        font-family: var(--font-roboto);
        margin-bottom: .6rem;
    }

        .event-title a {
            color: inherit;
        }

            .event-title a:after {
                display: none !important;
            }

            .event-title a:hover,
            .event-title a:focus {
                color: var(--primary-color);
            }

    .event-info {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        font-weight: 700;
        color: var(--secondary-color-light);
        margin-bottom: .5rem;
    }

    .event-content {
        flex: 1;
    }

        .event-content p:last-child {
            margin-bottom: 1.4rem;
        }

    .event-actions {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .event-actions .add-link {
            margin-top: .4rem;
        }

    .add-link {
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.5;
        font-family: var(--font-decimal);
        text-transform: uppercase;
        color: var(--secondary-color-dark);
        padding-right: 2.6rem;
    }

        .add-link:before {
            content: '';
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 0;
            top: 50%;
            width: 1.6rem;
            height: 1.6rem;
            margin-top: -.9rem;
            border-radius: 50%;
            font-weight: 300;
            font-size: 1.5rem;
            line-height: 1;
            color: #fff;
            background-image: url(../images/plus.png);
            background-position: center center;
            background-color: var(--secondary-color-light);
            background-repeat: no-repeat;
        }

    .add-link-calendar {
        font-weight: 600;
        padding-right: 3rem;
    }

        .add-link-calendar:before {
            content: '';
            width: 2rem;
            height: 2.1rem;
            margin-top: -1.2rem;
            border-radius: 0;
            padding: 0;
            background-color: transparent;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='20px' height='21px' viewBox='0 0 20 21' style='enable-background:new 0 0 20 21;' xml:space='preserve'%3E%3Cpath style='fill:%232A70B8;' d='M0,17.6C0,19.5,1.5,21,3.5,21h13.1c1.9,0,3.5-1.5,3.5-3.5V8.2H0V17.6z M13.9,10.8h4.1v3.1h-4.1V10.8z M13.9,15.4h4.1v3.1h-4.1V15.4z M8.2,10.8h4.1v3.1H8.2V10.8z M8.2,15.4h4.1v3.1H8.2V15.4z M2.6,10.8h4.1v3.1H2.6V10.8z M2.6,15.4 h4.1v3.1H2.6V15.4z'/%3E%3Cpath style='fill:%232A70B8;' d='M16.9,2.4V0.8c0-0.4-0.3-0.8-0.8-0.8c-0.4,0-0.8,0.3-0.8,0.8v1.6H5.1V0.8C5.1,0.3,4.8,0,4.4,0 S3.6,0.3,3.6,0.8v1.6H3.5C1.5,2.4,0,3.9,0,5.8v0.6h20V5.8C20,4.1,18.7,2.6,16.9,2.4 M4.4,5.6c-0.7,0-1.2-0.5-1.2-1.2 c0-0.4,0.2-0.7,0.4-0.9v0.8c0,0.4,0.3,0.8,0.8,0.8s0.8-0.3,0.8-0.8V3.5c0.3,0.2,0.4,0.5,0.4,0.9C5.6,5.1,5,5.6,4.4,5.6 M16.2,5.6 c-0.7,0-1.2-0.5-1.2-1.2c0-0.4,0.2-0.7,0.4-0.9v0.8c0,0.4,0.3,0.8,0.8,0.8c0.4,0,0.8-0.3,0.8-0.8V3.5c0.3,0.2,0.4,0.5,0.4,0.9 C17.4,5.1,16.8,5.6,16.2,5.6'/%3E%3Crect style='fill:none;' width='20' height='21'/%3E%3C/svg%3E%0A");
        }

    .add-link:after {
        display: none !important;
    }

    .add-link:hover:before {
        background-color: var(--primary-color);
    }

    .add-link-calendar:hover:before {
        background-color: transparent;
    }

    @media (min-width: 1600px) {
        .add-link {
            font-size: 1.6rem;
        }
    }

    /* Event Small */
    .event-small {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: #f8f8f8;
    }

        .event-small .event-info {
            font-size: 1.6rem;
        }

        .event-small .event-media {
            width: 42%;
            padding-right: 0;
        }

        .event-small .event-body {
            width: 58%;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

    .event-hostby {
        font-weight: 700;
        font-size: 1.6rem;
        margin-bottom: .8rem;
    }

    .event-type {
        color: var(--secondary-color-dark);
        font-weight: 700;
        font-size: 1.8rem;
        font-family: var(--font-decimal);
        margin-bottom: .6rem;
    }

    .event-small .event-content {
        flex: 0;
    }

        .event-small .event-content p {
            display: none;
            margin-bottom: .6rem;
        }

    @media (min-width: 576px) {
        .event-small .event-media {
            width: 30%;
            padding-right: 1.5rem;
        }

        .event-small .event-body {
            width: 70%;
            justify-content: center;
        }

        .event-small .event-info,
        .event-hostby {
            font-size: 1.9rem;
        }
    }

    @media (min-width: 768px) {
        .nav-tabs {
            font-size: 1.4rem;
        }

            .nav-tabs .nav-link {
                padding-right: 5rem;
                padding-left: 1.5rem;
                padding-right: 4rem;
            }

                .nav-tabs .nav-link:before {
                    font-size: 1.6rem;
                    right: 2rem;
                }

        .filter-info {
            flex-direction: row;
            flex-wrap: wrap;
        }

        .filter-info-group {
            margin-top: 0;
        }

        .event-media {
            width: 19.5%;
            margin-bottom: 0;
        }

        .event-body {
            width: 62.5%;
        }

        .event-host {
            margin-top: 0;
            width: 18%;
        }

        .event-actions {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

            .event-actions .add-link {
                margin-top: 0;
            }
    }

    @media (min-width: 992px) {
        .toolbar {
            flex-direction: row;
            flex-wrap: wrap;
        }

            .toolbar .nav-tabs {
                align-self: flex-end;
            }

            .toolbar .sort {
                margin-bottom: 0;
                margin-top: 2.5rem;
            }

        .row > .event-body {
            padding-right: 4.5rem;
        }

        .event-small .event-content p {
            display: block;
        }
    }

    @media (max-width: 767px) {
        .filter-info-group .separator {
            display: none;
        }

        .filter-info .filter-label:after {
            display: none;
        }
    }

    @media (min-width: 1400px) {
        .toolbar .sort {
            margin-top: .5rem;
        }
    }

    @media (min-width: 1600px) {
        .nav-tabs {
            font-size: 1.6rem;
        }

            .nav-tabs .nav-link {
                padding: 1.4rem 7rem 1.2rem 1.8rem;
            }

                .nav-tabs .nav-link:before {
                    font-size: 1.8rem;
                }

        .event-small .event-media {
            width: 39%;
        }

        .event-small .event-body {
            width: 61%;
        }

        .event-type {
            font-size: 2.2rem;
        }
    }

    /* Sidebar */
    .widget {
        margin-bottom: 4rem;
    }

    .widget-title {
        padding: 1.5rem 2rem;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 0;
        color: #fff;
        background-color: #474f56;
    }

    .widget-content {
        padding: 2rem;
        background-color: #f6f6f6;
    }

    .widget-calendar .widget-content {
        padding-top: 2rem;
        padding-bottom: 3.5rem;
    }

    @media (min-width: 576px) {
        .widget-title {
            padding-left: 3rem;
            padding-right: 3rem;
            font-size: 2.2rem;
        }

        .widget-content {
            padding: 4rem;
        }
    }

    @media (min-width: 768px) {
        .widget-title {
            font-size: 2.3rem;
            padding: 1.5rem 1rem 1.5rem 2.5rem;
        }
    }

    @media (min-width: 1600px) {
        .widget-title {
            font-size: 2.3rem;
            padding-top: 1.8rem;
            padding-bottom: 1.8rem;
            padding-left: 4rem;
        }
    }

    @media (min-width: 1200px) and (max-width: 1799px) {
        .widget-title {
            padding: 2.1rem 2rem;
            font-size: 2.2rem;
        }

        .widget-content {
            padding: 2rem;
        }
    }

    @media (min-width: 1200px) and (max-width: 1599px) {
        .widget-title {
            padding: 1.7rem 1rem 1.7rem 2rem;
            font-size: 2rem;
        }
    }

    /* Event Details */
    .event-top {
        flex-direction: column;
        margin-bottom: 4.5rem;
    }

        .event-top .col {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }

        .event-top .back-link {
            margin-bottom: 2rem;
        }

        .event-top .col > *:not(:last-child) {
            margin-bottom: 1rem;
        }

    .event-details .event-media {
        width: 100%;
        margin-bottom: 4rem;
    }

    .event-details .event-body {
        width: 100%;
        margin-bottom: 4rem;
    }

    .event-details-title {
        padding-bottom: 3rem;
        margin-bottom: 5rem;
        border-bottom: .2rem solid #ebebeb;
    }

    .event-details .event-host {
        width: 100%;
        padding-bottom: 2.5rem;
        border-bottom: .2rem solid #ebebeb;
        margin-bottom: 2rem;
    }

        .event-details .event-host h3 {
            text-transform: uppercase;
            font-weight: 600;
            font-size: 2.5rem;
            margin-bottom: 3.5rem;
        }

        .event-details .event-host img {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 3rem;
            max-width: 300px;
        }

    .tab-details {
        padding-top: 4rem;
        padding-bottom: 3.5rem;
        border-bottom: .2rem solid #ebebeb;
        margin-bottom: 5rem;
    }

        .tab-details h3 {
            margin-bottom: 2.7rem;
        }

    .event-details .event-info {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        font-weight: 400;
        color: var(--text-color);
        margin-bottom: 3rem;
        margin-top: -.6rem;
    }

    .event-info-list {
        margin: -.6rem 0 2.5rem;
        padding: 0;
        list-style: none;
    }

        .event-info-list li {
            margin: 0;
            padding: 0;
        }

        .event-info-list strong {
            color: var(--primary-color);
            font-weight: 600;
            font-family: var(--font-decimal);
        }

    @media (min-width: 576px) {
        .event-top {
            align-items: center;
            flex-direction: row;
        }

            .event-top .col {
                align-items: flex-end;
            }

            .event-top .back-link {
                margin-bottom: 0;
            }
    }

    @media (min-width: 768px) {
        .event-details .event-info {
            flex-direction: row;
        }

        .event-info-list {
            margin-bottom: 0;
        }
    }

    @media (min-width: 992px) {
        .event-top .col {
            flex-direction: row;
            justify-content: flex-end;
            align-items: center;
        }

            .event-top .col > *:not(:last-child) {
                margin-bottom: 0;
            }

        .share-widget {
            margin-left: 3rem;
            margin-right: 3rem;
        }
    }

    @media (min-width: 1400px) {
        .event-details .event-body {
            padding-left: 2.5rem;
        }

        .event-details .event-media {
            margin-bottom: 6rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 17.Blog ------------------- */
    /*--------------------------------------- */
    .entry {
        padding-bottom: 3.8rem;
        margin-bottom: 7rem;
        border-bottom: .2rem solid #c4c4c4;
    }

        .entry:last-child {
            margin-bottom: 5rem;
        }

    .entry-top {
        margin-bottom: 4rem;
    }

    .entry-title {
        font-weight: 500;
        font-size: 2.6rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }

        .entry-title a {
            color: var(--primary-color);
        }

            .entry-title a:hover,
            .entry-title a:focus {
                color: var(--secondary-color);
            }

            .entry-title a:after {
                display: none !important;
            }

    .button.button-comments {
        min-width: 180px;
    }

    .entry-info {
        font-weight: 700;
    }

        .entry-info a {
            color: inherit;
        }

            .entry-info a:hover,
            .entry-info a:focus {
                color: var(--primary-color);
            }

    .entry-content {
        margin-bottom: 3.7rem;
    }

    .entry-media {
        margin: 0 0 3.6rem;
    }

        .entry-media a {
            display: block;
        }

        .entry-media img {
            max-width: none;
            width: 100%;
        }

    .media-box {
        margin: 0 0 4rem;
        padding: 2rem;
        border: .2rem solid #e0e0e0;
    }

    iframe {
        border: none;
    }

    .media-box-content {
        display: flex;
        flex-flow: row wrap;
        height: 100%;
        padding-top: 2rem;
    }

        .media-box-content > * {
            width: 100%;
        }

    .media-box h4 {
        color: var(--primary-color);
        font-size: 1.8rem;
        padding-top: .7rem;
        margin-bottom: 2rem;
    }

    .media-list {
        margin: 0 0 .4rem;
        padding: 0;
        font-size: 1.8rem;
        line-height: 1.25;
        list-style: none;
    }

        .media-list li {
            position: relative;
            padding: 0 0 0 4rem;
            margin: 0 0 1.5rem;
        }

            .media-list li img {
                float: left;
                max-width: 3rem;
                margin-right: 1.6rem;
            }

            .media-list li img {
                position: absolute;
                left: 0;
                top: 0;
                display: inline-block;
                vertical-align: top;
            }

    .media-box-content .button {
        align-self: flex-end;
    }

    .entry-action {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 4rem;
        margin-bottom: 3.6rem;
        border-bottom: .2rem solid #e0e0e0;
    }

        .entry-action .button {
            min-width: 294px;
            padding-left: 1.8rem;
            padding-right: 1.8rem;
            margin-bottom: 2rem;
        }

            .entry-action .button i {
                padding-left: .8rem;
            }

    .entry-tags {
        margin-bottom: 1.2rem;
    }

        .entry-tags span {
            font-weight: 700;
        }

    .rating-container {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
    }

    .rating {
        display: flex;
        align-items: center;
        color: #ca3827;
        padding: 0;
        margin: 0;
        align-items: center;
        border: none;
        font-size: 2.4rem;
        margin-right: 1.2rem;
        margin-bottom: .2rem;
        line-height: 1;
    }

        .rating > div {
            display: flex;
            align-items: center;
            line-height: 1;
        }

    .rate-base-layer {
        color: #e0e0e0;
    }

    @media (min-width: 768px) {
        .entry-title {
            font-size: 2.8rem;
        }

        .media-box h4,
        .media-list {
            font-size: 2rem;
        }

        .entry-action {
            flex-direction: row;
        }

            .entry-action .button:not(:last-child) {
                margin-right: 2rem;
            }

            .entry-action .button {
                margin-bottom: 0;
            }
    }

    @media (min-width: 992px) {

        .media-box {
            padding: 4rem;
        }
    }


    @media (min-width: 1200px) {
        .entry-title {
            font-size: 3rem;
        }
    }

    @media (min-width: 1400px) {
        .media-box-content {
            padding-top: 0;
        }
    }

    @media (min-width: 1400px) and (max-width: 1699px) {
        .media-box h4,
        .media-list {
            font-size: 1.8rem;
        }

        .media-box h4 {
            padding-top: 0;
        }
    }

    @media (min-width: 1600px) {
        .entry-title {
            font-size: 3.2rem;
        }

        .media-box h4,
        .media-list {
            font-size: 2.2rem;
        }

            .media-list li img {
                top: .2rem;
            }
    }

    @media (min-width: 1700px) and (max-width: 1899px) {
        .media-box h4,
        .media-list {
            font-size: 2rem;
        }

        .media-box h4 {
            padding-top: .7rem;
        }
    }

    /* Sidebar */
    .sidebar {
        margin-top: 5rem;
    }

        .sidebar .sidebar-box {
            margin-top: 0;
        }

    .sidebar-box {
        margin-top: 6rem;
        padding: 4rem 2rem;
        background-color: #f7f7f7;
        margin-bottom: 4rem;
    }

        .sidebar-box + .sidebar-box {
            margin-top: 0;
        }

    .sidebar-bg {
        background-image: url('../images/watermark-sidebar.png');
        background-position: right top;
        background-repeat: no-repeat;
    }

    .sidebar-box .widget {
        margin-bottom: 3.4rem;
        padding-bottom: 2.6rem;
        border-bottom: .2rem solid #e3e3e3;
    }

        .sidebar-box .widget:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .sidebar-box .widget-title {
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.3;
        font-family: var(--font-roboto);
        text-transform: capitalize;
        color: var(--text-color);
        background-color: transparent;
        padding: 0;
        margin-bottom: 1.2rem;
    }

    .sidebar-box .widget-content {
        padding: 0;
        background-color: transparent;
    }

    .widget-post h4 {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 1.25;
    }

        .widget-post h4 a:after {
            display: none !important;
        }

    .widget-post p:last-child {
        margin-bottom: 1rem;
    }

    .widget-post img {
        margin-bottom: 2rem;
    }

    .widget ul,
    .widget ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .widget li {
        padding: 0;
        margin: 0 0 .6rem;
    }

    .widget-services ul {
        padding-top: .5rem;
    }

    .widget-services li {
        display: flex;
        align-items: center;
        font-size: 1.8rem;
        line-height: 1.25;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

        .widget-services li span {
            min-width: 3.2rem;
            margin-right: 1.4rem;
        }

    .tagcloud {
        font-size: 1.4rem;
        line-height: 3.2rem;
    }

        .tagcloud a {
            display: inline;
            margin-right: 1rem;
        }

            .tagcloud a:after {
                display: none !important;
            }

    .big {
        font-size: 2rem;
    }

    .medium {
        font-size: 1.6rem;
    }

    .sidebar-twitter-box {
        padding: 3.4rem 1.6rem 1.2rem;
        border: .2rem solid #f7f7f7;
    }

    @media (min-width: 576px) {
        .sidebar-box {
            padding-left: 4rem;
            padding-right: 4rem;
        }

        .sidebar-twitter-box {
            padding-left: 3.6rem;
            padding-right: 3.6rem;
        }

        .widget-post h4,
        .widget-services li {
            font-size: 2rem;
        }
    }

    @media (min-width: 768px) {
        .sidebar-box .widget-title {
            font-size: 2.1rem;
        }
    }

    @media (min-width: 1200px) {
        .sidebar,
        .sidebar-box {
            margin-top: 0;
        }
    }

    @media (min-width: 1200px) and (max-width: 1499px) {
        .sidebar-box {
            padding-left: 2rem;
            padding-right: 2rem;
        }

        .sidebar-twitter-box {
            padding-left: 1.6rem;
            padding-right: 1.6rem;
        }

        .widget-post h4,
        .widget-services li {
            font-size: 2rem;
        }
    }

    @media (min-width: 1600px) {
        .sidebar-box .widget-title {
            font-size: 2.2rem;
        }

        .widget-post h4,
        .widget-services li {
            font-size: 2.1rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 18.World News ------------ */
    /*--------------------------------------- */
    .news-list {
        margin: 0 0 3rem;
        padding: 0;
        list-style: none;
    }

        .news-list li {
            padding: 0;
            margin: 0 0 .7rem;
        }

            .news-list li span {
                font-style: italic;
                margin-left: .7rem;
            }

        .news-list a:after {
            display: none !important;
        }

    .news-group {
        padding-top: 2rem;
        padding-bottom: 4rem;
        margin-bottom: 3rem;
    }

        .news-group .more-link {
            margin-bottom: 1rem;
        }

    .news-group-desc {
        font-size: 1.5rem;
    }

    .collapse:not(.show) {
        display: none;
    }

    .collapsing {
        height: 0;
        overflow: hidden;
        transition: height 0.35s ease;
    }

    .news-accordion {
        margin-top: 5rem;
        margin-bottom: 4rem;
    }

    .news-accordion-item {
        margin-bottom: 1rem;
    }

    .news-accordion-title {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1.75rem 6rem 1.75rem 2rem;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.1;
        font-family: var(--font-roboto);
        color: #fff;
        background-color: var(--primary-color);
        margin: 0;
        cursor: pointer;
        transition: all 0.35s ease;
    }

        .news-accordion-title.collapsed {
            background-color: #474f56;
        }

        .news-accordion-title:hover {
            background-color: var(--primary-color-light);
        }

        .news-accordion-title:after {
            font-family: 'wsg';
            content: '\e800';
            display: block;
            position: absolute;
            right: 2rem;
            top: 50%;
            font-weight: 400;
            font-size: 2rem;
            line-height: 1;
            transform: translateY(-50%) rotate(90deg);
            transition: transform .4s ease;
        }

        .news-accordion-title.collapsed:after {
            transform: translateY(-50%) rotate(0);
        }

    .news-accordion-body {
        padding: 3.5rem 2rem 4rem;
        background-color: #f7f7f7;
    }

    .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 1.25rem;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: all 0.15s ease;
    }

        .accordion-button:not(.collapsed) {
            color: #0c63e4;
            background-color: #e7f1ff;
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
        }

            .accordion-button:not(.collapsed)::after {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
                transform: rotate(-180deg);
            }

        .accordion-button::after {
            flex-shrink: 0;
            width: 1.25rem;
            height: 1.25rem;
            margin-left: auto;
            content: "";
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-size: 1.25rem;
            transition: transform 0.2s ease-in-out;
        }

        .accordion-button:hover {
            z-index: 2;
        }

        .accordion-button:focus {
            z-index: 3;
            border-color: #86b7fe;
            outline: 0;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }

    @media (min-width: 576px) {
        .news-accordion-title {
            padding-left: 3rem;
        }

        .news-accordion-body {
            padding-left: 4rem;
            padding-right: 4rem;
        }
    }

    @media (min-width: 1200px) {
        .news-accordion {
            margin-top: 0;
        }
    }

    @media (min-width: 1200px) and (max-width: 1599px) {
        .news-accordion-title {
            padding-left: 2rem;
        }

        .news-accordion-body {
            padding-left: 2rem;
            padding-right: 2rem;
        }
    }

    @media (min-width: 1600px) {
        .news-group {
            padding-top: 2rem;
            padding-bottom: 5rem;
            margin-bottom: 4rem;
        }

        .news-accordion-title {
            font-size: 2.2rem;
        }
    }



    /*--------------------------------------- */
    /* ----------- 19.Member Blogs ---------- */
    /*--------------------------------------- */
    .posts .title {
        padding-bottom: 2.5rem;
        margin-bottom: 4.4rem;
    }

    .post {
        padding-bottom: 4rem;
        margin-bottom: 3.5rem;
        border-bottom: .2rem solid #ebebeb;
    }

        .post:last-child {
            margin-bottom: 5rem;
        }

    .post-subtitle {
        color: var(--primary-color);
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.3;
        font-family: var(--font-roboto);
        margin-bottom: 3rem;
    }

        .post-info a,
        .post-subtitle a {
            color: inherit;
        }

            .post-info a:hover,
            .post-info a:focus,
            .post-subtitle a:hover,
            .post-subtitle a:focus {
                color: var(--primary-color);
            }

            .member-logo:after,
            .post-subtitle a:after,
            .post-title a:after {
                display: none !important;
            }

    .post-title {
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 1.25;
        font-family: var(--font-roboto);
        margin-bottom: .8rem;
    }

    .post-info {
        font-style: italic;
        margin-bottom: 3rem;
    }

    .post-content {
        margin-bottom: 5rem;
    }

        .post-content p:last-child {
            margin-bottom: 0;
        }

    .member-logo {
        display: block;
    }

    @media (min-width: 576px) {
        .post-title {
            font-size: 2.6rem;
        }
    }

    @media (min-width: 768px) {
        .post-subtitle {
            font-size: 2.1rem;
        }

        .post-title {
            font-size: 3rem;
        }
    }

    @media (min-width: 1600px) {
        .posts .title {
            margin-bottom: 6.4rem;
        }

        .post {
            padding-bottom: 7rem;
            margin-bottom: 6.5rem;
        }
    }



    /*--------------------------------------- */
    /* ----------- 20.Industry Group -------- */
    /*--------------------------------------- */
    .practices-list-box {
        padding-bottom: 4rem;
    }

        .practices-list-box li {
            padding-top: 0;
            padding-bottom: 0;
        }

        .practices-list-box .practice-category {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-direction: column;
            border: .2rem solid #ebebeb;
            white-space: normal;
            transition: border .4s ease;
            min-height: 325px;
            padding-left: 1rem;
            padding-right: 1rem;
            padding-bottom: 5rem;
        }

            .practices-list-box .practice-category:hover,
            .practices-list-box .practice-category:focus {
                border-color: var(--primary-color);
            }

        .practices-list-box .category-title {
            margin-bottom: 3.3rem;
        }

            .practices-list-box .category-title span {
                display: block;
                font-weight: 700;
                font-size: 2rem;
                margin-top: .4rem;
            }

        .practices-list-box .category-icon {
            margin-bottom: 1.3rem;
        }

        .practices-list-box .button i {
            padding-left: 1rem;
        }

    .content-stretch .owl-stage {
        display: flex;
    }

    .content-stretch .owl-item {
        display: flex;
        align-items: stretch;
    }

        .content-stretch .owl-item > * {
            width: 100%;
        }

    .event-box {
        display: flex;
        align-items: flex-start;
        padding: 3rem 3rem 2.6rem;
        border-bottom: none;
        background-color: #f7f7f7;
        margin-bottom: 0;
    }

    .event-date {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        flex: 0 0 auto;
        width: 6rem;
        height: 6rem;
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 1;
        font-family: var(--font-decimal);
        text-transform: uppercase;
        padding-top: .3rem;
        margin-right: 2rem;
        border-radius: 50%;
        color: #fff;
        background-color: var(--secondary-color);
    }

        .event-date span {
            display: block;
            margin-bottom: .4rem;
        }

    .event-box .event-title {
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.4;
        margin-bottom: .5rem;
    }

        .event-box .event-title a {
            color: var(--secondary-color);
        }

            .event-box .event-title a:after {
                display: none !important;
            }

        .event-box .event-title span {
            font-weight: 400;
        }

    .event-box .event-info {
        color: var(--text-color);
        font-weight: 400;
        font-size: 1.5rem;
        font-style: italic;
    }

        .event-box .event-info a {
            color: inherit;
        }

            .event-box .event-title a:hover,
            .event-box .event-title a:focus,
            .event-box .event-info a:hover,
            .event-box .event-info a:focus {
                color: var(--primary-color);
            }

    @media (min-width: 992px) {
        .event-box .event-title {
            font-size: 1.7rem;
        }

        .practices-list-box .practice-category {
            min-height: 375px;
            padding-bottom: 7rem;
        }
    }

    @media (min-width: 1600px) {
        .event-box .event-title {
            font-size: 1.8rem;
        }

        .practices-list-box .category-title span {
            font-size: 2.1rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 21.Group Leadership------- */
    /*--------------------------------------- */
    .accordion-item {
        padding-top: 4rem;
        margin-bottom: 4rem;
    }

        .accordion-item:last-child {
            margin-bottom: 3rem;
        }

    .accordion-title {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1.7rem 8rem 1.7rem 2rem;
        font-weight: 500;
        font-size: 2rem;
        line-height: 1.3;
        font-family: var(--font-decimal);
        text-transform: uppercase;
        color: #fff;
        background-color: var(--primary-color);
        margin: 0;
        cursor: pointer;
        transition: all 0.35s ease;
    }

        .accordion-title:hover {
            background-color: var(--primary-color-light);
        }

        .accordion-title:before {
            content: '';
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            min-width: 65px;
            background-color: #983224;
        }

        .accordion-title:after {
            font-family: 'wsg';
            content: '\e800';
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            min-width: 65px;
            font-weight: 400;
            font-size: 1.8rem;
            line-height: 1;
            color: #fff;
            transform: rotate(90deg);
            transition: transform .4s ease;
        }

        .accordion-title.collapsed:after {
            transform: rotate(0);
        }

    .leaders,
    .accordion-item .members {
        border-bottom: .2rem solid #c4c4c4;
        overflow: hidden;
    }

        .leaders .title,
        .accordion-item .members .title {
            color: var(--text-color);
            font-weight: 700;
            font-size: 2.1rem;
            margin-bottom: 1.5rem;
            font-family: var(--font-roboto);
        }

    .accordion-item .person {
        position: relative;
        padding-right: 2rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
        margin-bottom: 0;
        border-bottom: .2rem solid #ebebeb;
        bottom: -.2rem;
    }

    .accordion-item .person-contact {
        display: block;
        margin-top: 1.1rem;
        margin-bottom: .4rem;
    }

        .accordion-item .person-contact .separator {
            margin-left: .4rem;
            margin-right: .4rem;
        }

    .accordion-item .person-email {
        display: inline-block;
        margin-top: .4rem;
        vertical-align: middle;
    }

        .accordion-item .person-email:before {
            display: inline-block;
            margin-right: 0;
        }


    .media-border {
        border: .1rem solid #d6d5d5;
    }

    .person-cat {
        color: var(--secondary-color-dark);
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: .2rem;
        margin-top: .6rem;
    }

        .person-cat a {
            color: inherit;
        }

            .person-cat a:hover,
            .person-cat a:focus {
                color: var(--primary-color);
            }

    .person-contact .person-name {
        display: inline;
        margin-bottom: 0;
        padding-top: .1rem;
    }

    .sidebar-group .widget {
        padding-bottom: 0;
        border-bottom: none;
    }

    .widget-events .event-box {
        padding-left: 0;
        padding-right: 0;
    }

        .widget-events .event-box:first-child {
            padding-top: 0;
        }

        .widget-events .event-box:not(:last-child) {
            border-bottom: .3rem solid #ebebeb;
        }

    @media (min-width: 768px) {
        .accordion-title {
            padding: 1.85rem 8rem 1.65rem 2.5rem;
            font-size: 2.3rem;
        }

            .accordion-title:before {
                min-width: 75px;
            }

            .accordion-title:after {
                min-width: 75px;
                font-size: 2rem;
            }
    }

    @media (min-width: 1600px) {
        .accordion-title {
            padding: 2rem 8rem 1.9rem 3rem;
            font-size: 2.4rem;
        }

        .leaders .title,
        .accordion-item .members .title {
            font-size: 2.2rem;
        }

        .person-cat {
            font-size: 2.2rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 22.Profile --------------- */
    /*--------------------------------------- */
    .profile-card {
        background-color: #fff;
        margin-bottom: 4rem;
    }

    .profile-media-col {
        padding-top: 5rem;
        padding-bottom: 5rem;
        border-bottom: .2rem solid #ebebeb;
    }

    .profile-card .person {
        margin-bottom: 5.5rem;
    }

    .profile-card .person-media {
        position: relative;
        width: 79px;
        border-radius: 50%;
        align-self: flex-start;
    }

    .profile-card .person-media {
        position: relative;
        border-radius: 50%;
    }

        .profile-card .person-media:before {
            content: '';
            display: block;
            padding-top: 100%;
        }

        .profile-card .person-media img {
            position: absolute;
            left: 0;
            top: 0;
        }

    .profile-card .person-content {
        padding-top: 1.5rem;
    }

    .profile-card .person-name {
        font-weight: 600;
        font-size: 2.6rem;
        line-height: 1.2;
        color: var(--primary-color);
        font-family: var(--font-decimal);
        margin-bottom: .6rem;
    }

    .profile-card .person-position {
        font-weight: 400;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .firm {
        display: flex;
        align-items: flex-start;
        margin-bottom: .5rem;
    }

    .firm-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 7.9rem;
        height: 7.9rem;
        border-radius: 50%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin: 0;
        background-color: var(--secondary-color);
    }

    .firm-content {
        padding-left: 2rem;
    }

    .firm-title {
        font-weight: 600;
        font-size: 2rem;
        line-height: 1.3;
        color: var(--secondary-color-dark);
        margin-bottom: .5rem;
    }

        .firm-title a {
            color: inherit;
        }

            .firm-title a:after {
                display: none;
            }

            .firm-title a:hover,
            .firm-title a:focus {
                color: var(--primary-color);
            }

    .firm-location {
        font-weight: 400;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .display-time {
        color: #a9a9a9;
        user-select: none;
        margin-top: 1rem;
    }

        .display-time i {
            color: #d0d0d0;
            display: inline-block;
            margin-right: .6rem;
            vertical-align: middle;
            font-size: 2.1rem;
            line-height: 1;
            margin-top: -.4rem;
        }

    .profile-content-col {
        position: relative;
        padding-left: 1.5rem;
        padding-top: 10.2rem;
        padding-bottom: 5.5rem;
    }

        .profile-content-col .col-lg-5 {
            margin-top: 3rem;
        }

    .settings-link {
        display: flex;
        align-items: center;
        position: absolute !important;
        right: 2rem;
        top: 3rem;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
        font-family: var(--font-decimal);
        text-transform: uppercase;
        color: var(--secondary-color-dark);
    }

        .settings-link:after {
            display: none !important;
        }

        .settings-link svg {
            margin-top: -.2rem;
            fill: var(--secondary-color-dark);
            margin-left: .8rem;
            transition: fill .35s ease;
        }

        .settings-link:hover,
        .settings-link:focus {
            color: var(--primary-color);
        }

            .settings-link:hover svg,
            .settings-link:focus svg {
                fill: var(--primary-color);
            }

    .profile-content-col h3 {
        font-weight: 600;
        font-size: 1.8rem;
        font-family: var(--font-decimal);
        color: var(--primary-color);
        margin-bottom: 1.5rem;
    }

    .profile-list {
        margin-bottom: 2rem;
    }

        .profile-list li {
            padding-left: 0;
        }

            .profile-list li img {
                display: inline-block;
                vertical-align: middle;
                margin-top: -.3rem;
                margin-right: 1.2rem;
            }

        .profile-list + h3 {
            margin-top: 5rem;
        }

        .profile-list li a {
            color: inherit;
        }

            .profile-list li a:hover,
            .profile-list li a:focus {
                color: var(--primary-color);
            }

    .list-unstyled,
    .action-list {
        padding-left: 0;
        list-style: none;
    }

        .list-unstyled li {
            padding-left: 0;
        }

    .action-box {
        margin-top: 4rem;
    }

    .button.button-profile {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 1.8rem 1rem;
        min-width: 0;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 1.6rem;
        font-family: var(--font-decimal);
        border-radius: .5rem;
    }

    .message-badge {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -1rem;
        top: -1.5rem;
        min-width: 3rem;
        font-weight: 700;
        font-size: 1.2rem;
        height: 3rem;
        color: #fff;
        border-radius: 50%;
        background-color: var(--primary-color);
        border: .1rem solid #fff;
    }

    .action-list li {
        display: flex;
        align-items: center;
        min-height: 7.6rem;
        padding-left: 0;
        margin-bottom: 0;
        border-bottom: .2rem solid #ebebeb;
    }

    .action-list .list-icon {
        display: block;
        line-height: 0;
        min-width: 3.6rem;
        text-align: center;
        margin-right: .5rem;
    }

    .action-list a {
        color: #a9a9a9;
    }

    .action-list-public {
        display: none;
    }

    .action-list-private {
        font-weight: 600;
        font-size: 1.8rem;
        font-family: var(--font-decimal);
    }

        .action-list-private a {
            color: var(--text-color);
        }

        .action-list-private li {
            position: relative;
            padding-right: 3rem;
        }

            .action-list-private li:after {
                content: '\e800';
                font-family: 'wsg';
                position: absolute;
                display: inline-block;
                right: .5rem;
                top: 50%;
                font-weight: 400;
                font-size: 1.8rem;
                color: #d6d6d6;
                transform: translateY(-50%);
            }

    .button.button-profile img {
        margin-left: 1rem;
    }

    .action-list a:hover,
    .action-list a:focus {
        color: var(--primary-color);
    }

    .action-list img {
        display: inline-block;
    }

    .accordion-profile .accordion-item {
        padding-top: 0;
    }

        .accordion-profile .accordion-item:last-child {
            margin-bottom: 0;
        }

    .accordion-card {
        padding: 4.5rem 2rem 3rem;
        background-color: #fff;
    }

    .edit-link {
        color: var(--secondary-color);
    }

    .edit-icon {
        margin-left: 1.4rem;
    }

    .profile-picture-upload {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }

        .profile-picture-upload input {
            display: none;
        }

    .edit-icon svg {
        fill: var(--primary-color);
        transition: fill .35s ease;
    }

    .edit-icon:hover svg,
    .edit-icon:focus svg {
        fill: var(--secondary-color);
    }

    .edit-icon:after {
        display: none !important;
    }

    .accordion-title .edit-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 50%;
        margin-left: auto;
        margin-right: 1rem;
    }

        .accordion-title .edit-icon svg {
            fill: #fff;
        }

        .accordion-title .edit-icon:hover svg,
        .accordion-title .edit-icon:focus svg {
            fill: var(--primary-color-dark-3);
        }

    .edit-icon img {
        display: inline;
    }

    .person-media .edit-icon {
        position: absolute;
        top: -1rem;
        right: -1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4.3rem;
        height: 4.3rem;
        border-radius: 50%;
        background-color: #e5e5e5;
        transition: all .35s ease;
        flex-shrink: 0;
    }

        .person-media .edit-icon:hover,
        .person-media .edit-icon:focus {
            background-color: #f1f1f1;
        }

        .person-media .edit-icon img {
            position: static;
            display: inline-block;
            margin: 0;
            flex-shrink: 0;
        }

    .text-public {
        display: none;
    }

    .button-public {
        display: none !important;
    }

    /* Button View */
    .button.button-view {
        text-align: center;
        justify-content: center;
        flex: 0 0 auto;
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
        background-image: none;
        color: #fff;
        background-color: var(--secondary-color);
        border: .2rem solid var(--secondary-color);
        border-radius: .5rem;
        margin-bottom: .7rem;
    }

        .button.button-view i {
            color: var(--secondary-color-dark);
            font-size: 140%;
            margin-right: 1.3rem;
            padding-left: 0;
            margin-left: -.2rem;
            margin-top: -.2rem;
        }

        .button.button-view .icon-cancel {
            font-size: 150%;
            margin-left: 1.8rem;
            margin-right: 0;
            margin-right: 0;
            display: none;
        }


        .button.button-view:hover,
        .button.button-view.active {
            color: var(--secondary-color);
            background-color: #fff;
        }

            .button.button-view:hover i,
            .button.button-view.active i {
                color: var(--secondary-color);
            }

    /* Public View */
    .public-view .profile-card {
        border-top: 1rem solid var(--secondary-color);
    }

    .public-view .edit-link,
    .public-view .edit-icon,
    .public-view .message-badge {
        display: none;
    }

    .public-view .action-list-private,
    .public-view .text-private,
    .public-view .settings-link {
        display: none;
    }

    .public-view .button-private {
        display: none !important;
    }

    .public-view .action-list-public,
    .public-view .text-public,
    .public-view .button-view .icon-cancel {
        display: block;
    }

    .public-view .button-public {
        display: flex !important;
    }

    /* CTA */
    .cta {
        padding: 5.1rem 0 5.2rem 0;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 1.25;
        font-family: var(--font-decimal);
    }

    .cta-title {
        color: inherit;
        font-weight: 700;
        font-size: 2.8rem;
        line-height: 1.15;
        margin-bottom: 1.1rem;
    }

    .cta p {
        margin-bottom: 0;
    }

    .button.button-cta {
        font-weight: 500;
        font-size: 1.6rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .button.button-cta i {
            font-size: 2.6rem;
        }

    .articles-list {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 0;
    }

        .articles-list li {
            flex: 0 0 auto;
            width: 100%;
            margin-bottom: 3rem;
        }

        .articles-list h3 {
            color: var(--text-color);
            font-weight: 400;
            font-size: 1.8rem;
            line-height: 1.4;
            font-family: var(--font-roboto);
            margin-bottom: 1rem;
        }

        .areas-list a,
        .articles-list a {
            color: inherit;
        }

        .articles-list h3 a:after {
            display: none !important;
        }

    .articles-list {
        font-weight: 700;
        font-size: 1.6rem;
    }

        .areas-list a:hover,
        .areas-list a:focus,
        .articles-list a:hover,
        .articles-list a:focus {
            color: var(--primary-color);
        }

    .accordion-card .article:not(:last-child) {
        padding-bottom: 3.5rem;
        margin-bottom: 4rem;
    }

    .accordion-card .article:last-child {
        margin-bottom: 2rem;
    }

    .accordion-card .article-title {
        color: var(--primary-color);
        font-size: 1.8rem;
    }

        .accordion-card .article-title a {
            color: inherit;
        }

            .accordion-card .article-title a:hover,
            .accordion-card .article-title a:focus {
                color: var(--secondary-color);
            }

    .accordion-card .article-info {
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .notable-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 120px;
    }

        .notable-logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            max-width: 200px;
            max-height: 120px;
        }

    @media (min-width: 1600px) {
        .articles-list h3 {
            font-size: 2rem;
        }
    }

    /* Bottom info*/
    .info {
        margin-bottom: 4rem;
    }

    .bottom-info {
        margin-top: -1rem;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 7rem;
    }

    .info-content {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.33;
        padding-top: 2.7rem;
        padding-bottom: 2.3rem;
        color: var(--secondary-color-dark);
        border-top: .2rem solid var(--secondary-color);
        border-bottom: .2rem solid var(--secondary-color);
    }

    .info-heading {
        display: inline;
        padding-right: 2.2rem;
        margin-right: 2rem;
        border-right: .2rem solid var(--secondary-color);
        color: var(--secondary-color);
        font-weight: 600;
        font-family: var(--font-decimal);
    }

    .info-content img {
        display: inline-block;
        vertical-align: middle;
        margin-top: -.4rem;
        margin-right: 1.6rem;
    }

    @media (min-width: 576px) {
        .profile-content-col .col-lg-5 {
            margin-top: 0;
        }

        .firm-title {
            font-size: 2.2rem;
        }

        .cta {
            font-size: 2rem;
        }

        .button.button-cta {
            font-size: 1.8rem;
            min-width: 355px;
        }

            .button.button-cta i {
                font-size: 3.6rem;
            }
    }

    @media (min-width: 768px) {
        .profile-media-col {
            padding-top: 7rem;
            padding-bottom: 7rem;
        }

        .profile-card .person-media {
            width: 109px;
        }

        .firm-icon {
            width: 10.9rem;
            height: 10.9rem;
        }

        .profile-card .person-position {
            font-size: 2.1rem;
        }

        .info-content {
            font-size: 1.7rem;
        }

        .button.button-view {
            padding-top: 2.3rem;
            padding-bottom: 2.3rem;
            min-width: 316px;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .profile-card .person-media {
            width: 240px;
        }

        .profile-card .person-content {
            padding-left: 4rem;
            padding-top: 3rem;
        }

        .firm {
            padding-left: 2.8rem;
        }
    }

    @media (min-width: 992px) {
        .profile-content-col .col-md-4 {
            width: 34%;
        }

        .profile-content-col .col-md-5 {
            width: 40%;
        }

        .profile-content-col .col-md-3 {
            width: 26%;
        }

        .firm-content {
            padding-left: 3rem;
        }

        .action-box {
            margin-top: 0;
        }

        .accordion-title .edit-icon {
            margin-right: 2.6rem;
        }

        .articles-list li {
            width: 50%;
        }

        .cta-title {
            font-size: 3.2rem;
        }

        .button.button-cta {
            min-width: 350px;
            min-height: 100px;
            font-size: 2rem;
        }

            .button.button-cta i {
                font-size: 4.2rem;
            }

        .bottom-info {
            margin-left: 3rem;
            margin-right: 3rem;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .person-media .edit-icon {
            top: 1.5rem;
            right: 0;
        }
    }

    @media (min-width: 1200px) {
        .profile-card .profile-media-col {
            width: 38%;
            border-right: .2rem solid #ebebeb;
        }

        .profile-media-col,
        .profile-content-col {
            border-bottom: none;
        }

        .profile-content-col {
            padding-left: 3rem;
        }

        .profile-media-col {
            padding-top: 8.5rem;
        }

        .profile-card .profile-content-col {
            width: 62%;
        }

        .accordion-card {
            padding-left: 5rem;
            padding-right: 5rem;
        }

        .cta {
            padding-left: 5rem;
        }

        .bottom-info {
            margin-left: 4rem;
            margin-right: 4rem;
        }
    }

    @media (min-width: 1600px) {
        .profile-content-col {
            padding-left: 7rem;
        }

        .profile-card .person-name {
            font-size: 2.8rem;
        }

        .settings-link {
            right: -2rem;
        }

        .button.button-profile {
            font-size: 1.8rem;
        }

        .action-list-private {
            font-size: 2rem;
        }

        .accordion-card {
            padding: 6rem 8rem 4.5rem;
        }

        .cta {
            font-size: 2.4rem;
            padding-left: 8rem;
        }

        .cta-title {
            font-size: 3.6rem;
        }

        .button.button-cta {
            font-size: 2.2rem;
            padding-left: 3.5rem;
            padding-right: 3.5rem;
            min-height: 120px;
        }

            .button.button-cta i {
                font-size: 4rem;
            }

        .bottom-info {
            margin-left: 7rem;
            margin-right: 7rem;
        }

        .bottom-info-content {
            font-size: 2rem;
        }

        .info-content {
            font-size: 1.8rem;
            padding-top: 3.7rem;
            padding-bottom: 3.3rem;
        }
    }

    @media (min-width: 1600px) {
        .bottom-info {
            width: 100%;
            max-width: calc(100% - 14rem);
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media (min-width: 1900px) {
        .bottom-info {
            max-width: calc(1900px - 14rem);
        }
    }

    @media (min-width: 1800px) {
        .profile-media-col {
            padding-top: 6rem;
        }

        .profile-card .person-media {
            width: 220px;
        }

        .profile-card .person-content {
            padding-left: 4rem;
            padding-top: 4rem;
            align-self: flex-start;
        }

        .firm {
            padding-left: 2.8rem;
        }

        .person-media .edit-icon {
            top: 1.5rem;
            right: 0;
        }
    }

    @media (max-width: 991px) {
        .public-view .profile-content-col,
        .member-profile-card .profile-content-col {
            padding-top: 6rem;
        }
    }

    @media (max-width: 480px) {
        .profile-card .person {
            align-items: flex-start;
        }

        .profile-card .person-content {
            padding-top: 0;
        }
    }


    /*---Sortable Profile---*/

    .sortable-profile {
        margin-bottom: 20px;
        text-align: left;
    }

        .sortable-profile .card-header {
            margin-bottom: 10px;
        }

            .sortable-profile .card-header a {
                position: absolute;
                top: 5px;
                right: 5px;
            }

                .sortable-profile .card-header a i {
                }

        .sortable-profile .card-sub {
            cursor: move;
            border: none;
            -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
            padding: 1em;
            position: relative;
        }

        .sortable-profile .person {
            margin-bottom: 0;
        }

#notable img {
    max-height: 180px !important;
    max-width: 200px !important;
    padding: 10px;
}

    /*--------------------------------------- */
    /* ----------- 23.My WSG ---------------- */
    /*--------------------------------------- */
    .profile-panel {
        margin-bottom: 4rem;
        background-color: #fff;
    }

    .profile-panel-left {
        border-bottom: .2rem solid #ebebeb;
    }

    .profile-panel-left,
    .profile-panel-right {
        position: relative;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

        .profile-panel-right .helper-link {
            position: absolute;
            right: 2rem;
            top: 1.5rem;
            width: 3rem;
            height: 3rem;
            color: #373c41;
            background-color: #ebebeb;
        }

    @media (min-width: 1600px) {
        .profile-panel-right .helper-link {
            top: 3rem;
            right: -3rem;
        }
    }

    .profile-panel-right .helper-link:hover,
    .profile-panel-right .helper-link:focus {
        color: #fff;
    }

    .profile-panel .person,
    .profile-panel .firm {
        align-items: center;
    }

    .profile-panel .person {
        padding-bottom: 4.5rem;
        margin-bottom: 4.5rem;
        border-bottom: .2rem solid #ebebeb;
    }

    .profile-panel .person-media {
        width: 79px;
    }

    .profile-panel .person-name {
        font-size: 2.4rem;
        font-family: var(--font-decimal);
    }

    .profile-panel .person-position {
        font-weight: 400;
    }

    .profile-panel .firm {
        padding-left: 0;
        margin-bottom: 0;
    }

    .profile-panel .firm-title {
        font-size: 2.4rem;
    }

    .profile-panel .firm-location {
        margin-bottom: .8rem;
    }

    .profile-panel .firm-ref {
        font-weight: 700;
    }

    .profile-panel .action-box {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
    }

    .profile-panel .action-list {
        font-weight: 600;
        font-size: 1.8rem;
        font-family: var(--font-decimal);
        margin-bottom: 0;
        min-height: 7.2rem;
    }

        .profile-panel .action-list li:last-child {
            border-bottom: none;
        }

        .profile-panel .action-list a {
            color: #373c41;
        }

            .profile-panel .action-list a:hover,
            .profile-panel .action-list a:focus {
                color: var(--primary-color)
            }

    .profile-panel .button.button-profile {
        min-height: 7.2rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .feeds-tabs {
        display: flex;
        flex-direction: column;
        border-top: .2rem solid #ebebeb;
        border-bottom: .2rem solid #ebebeb;
    }

    .nav-feeds .nav-link:before {
        display: none;
    }

    .feeds-nav-link:after {
        display: none !important;
    }

    .feeds-nav {
        min-width: 270px;
        padding-right: 1.5rem;
        border-right: .2rem solid #ebebeb;
        border-bottom: .2rem solid #ebebeb;
    }

    .nav-feeds {
        display: flex;
        flex-direction: column;
        font-weight: 600;
        line-height: 1.5;
        font-family: var(--font-decimal);
    }

        .nav-feeds .nav-item {
            border-bottom: .2rem solid #ebebeb;
            margin-bottom: 0;
            padding: 0;
        }

    .feed-alert {
        line-height: 0;
    }

        .feed-alert i {
            display: inline-flex;
            width: 1.8rem;
            height: 1.8rem;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 1rem;
            line-height: 1;
            color: var(--primary-color);
            background-color: #f2f2f2;
            margin-left: 1rem;
        }

    .nav-feeds .nav-link {
        display: flex;
        align-items: center;
        color: inherit;
        position: relative;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        padding-right: 1.5rem;
        padding-left: 1rem;
    }

        .nav-feeds .nav-link:before {
            font-family: 'wsg';
            content: '\e800';
            display: flex;
            position: absolute;
            width: auto;
            height: auto;
            right: 2rem;
            top: 50%;
            bottom: auto;
            font-weight: 400;
            font-size: 1.8rem;
            padding-right: .1rem;
            line-height: 1;
            margin-top: -.6rem;
            color: #d0d0d0;
            transform-origin: center center;
            transition: all .4s ease;
            transform: rotate(90deg) translateY(-50%) !important;
        }

        .nav-feeds .nav-link.active,
        .nav-feeds .nav-link:hover,
        .nav-feeds .nav-link:focus {
            color: var(--primary-color);
        }

            .nav-feeds .nav-link.active:before,
            .nav-feeds .nav-link:hover:before,
            .nav-feeds .nav-link:focus:before {
                color: var(--primary-color);
            }

    .feeds-nav-link {
        display: inline-flex;
        position: relative;
        font-weight: 700;
        line-height: 1.5;
        color: var(--secondary-color);
        padding-left: 3.2rem;
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }

        .feeds-nav-link:before {
            content: '';
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: .9rem;
            top: 50%;
            width: 1.8rem;
            height: 1.8rem;
            transform: translateY(-50%);
            border-radius: 50%;
            font-weight: 400;
            font-size: 1.6rem;
            line-height: 1;
            color: #fff;
            background-color: var(--secondary-color-light);
            background-image: url('../images/plus.png');
            background-repeat: no-repeat;
            background-position: center center;
        }

    .tab-feeds {
        width: 100%;
        height: 370px;
        overflow: hidden;
    }

        .tab-feeds .tab-pane {
            position: relative;
            width: 100%;
            height: 100%;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }

        .tab-feeds .scroll-content {
            padding-right: 1rem;
        }

        .tab-feeds .scrollbar-track {
            background-color: #ebebeb !important;
        }

        .tab-feeds .scrollbar-thumb {
            background-color: #c7c6c6 !important;
        }

    .feeds {
        margin: 0;
        padding: 0;
        line-height: 1.2;
    }

    .feed {
        position: relative;
        margin-bottom: 0;
        padding: 1.5rem 3rem 1.2rem 2.5rem;
        background-color: #f7f7f7;
    }

        .feed:not(:last-child) {
            border-bottom: .1rem solid #ebebeb;
        }

        .feed:before {
            content: '';
            display: block;
            width: .5rem;
            height: .5rem;
            position: absolute;
            left: 1rem;
            top: 2.3rem;
            border-radius: 50%;
            background-color: var(--secondary-color);
        }

    .feed-time {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1.9rem;
        font-weight: 400;
        font-size: 1.4rem;
    }

    .feed-read {
        background-color: #fff;
    }

        .feed-read:before {
            display: none;
        }
    /* Panel */
    .grid-item.is-dragging,
    .grid-item.is-positioning-post-drag,
    .draggable-mirror {
        z-index: 5;
    }

        .grid-item.is-dragging .panel,
        .grid-item.is-positioning-post-drag .panel,
        .draggable-mirror .panel {
            outline: .2rem solid var(--secondary-color);
            box-shadow: 0 0 40px rgba(0,0,0, .46);
        }

    .draggable-source--is-dragging .panel {
        outline: .3rem dashed rgba(71,79,86, .4);
        outline-offset: -.2rem;
    }

        .draggable-source--is-dragging .panel > * {
            opacity: 0;
        }

    .panels > [class*="col-"] {
        display: flex;
        align-items: stretch;
    }

    .panel {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 4rem;
        height: auto;
        min-height: 550px;
        background-color: #fff;
    }

    @media (min-width: 992px) {
        .handle {
            cursor: move;
        }
    }

    .panel-title {
        width: 100%;
        position: relative;
        color: #fff;
        font-weight: 500;
        font-size: 2rem;
        line-height: 1.2;
        padding: 1.8rem 8rem 1.8rem 2rem;
        margin-bottom: 0;
        text-transform: uppercase;
        background-color: var(--primary-color);
    }

        .panel-title:after {
            content: '';
            display: none;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 7.5rem;
            background-color: var(--primary-color-dark);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3E%3Cline style='fill:none;stroke:%23702216;stroke-width:2;stroke-miterlimit:10;' x1='19' y1='6.5' x2='19' y2='36.5'/%3E%3Cpolyline style='fill:none;stroke:%23702216;stroke-width:2;stroke-miterlimit:10;' points='26.1,29.7 19,36.7 11.9,29.7 '/%3E%3Cline style='fill:none;stroke:%23702216;stroke-width:2;stroke-miterlimit:10;' x1='19' y1='31.5' x2='19' y2='1.5'/%3E%3Cpolyline style='fill:none;stroke:%23702216;stroke-width:2;stroke-miterlimit:10;' points='11.9,8.3 19,1.3 26.1,8.3 '/%3E%3Cline style='fill:none;stroke:%23702216;stroke-width:2;stroke-miterlimit:10;' x1='31.5' y1='19' x2='1.5' y2='19'/%3E%3Cpolyline style='fill:none;stroke:%23702216;stroke-width:2;stroke-miterlimit:10;' points='8.3,26.1 1.3,19 8.3,11.9 '/%3E%3Cline style='fill:none;stroke:%23702216;stroke-width:2;stroke-miterlimit:10;' x1='6.5' y1='19' x2='36.5' y2='19'/%3E%3Cpolyline style='fill:none;stroke:%23702216;stroke-width:2;stroke-miterlimit:10;' points='29.7,11.9 36.7,19 29.7,26.1 '/%3E%3Crect style='fill:none;' width='38' height='38'/%3E%3C/svg%3E");
            background-position: center center;
            background-repeat: no-repeat;
        }

    .panel-body {
        padding: 3rem 2rem 1.5rem 2rem;
        width: 100%;
        overflow-y: auto;
        flex: 1;
    }

    .panel-content {
        height: 100%;
    }

    .panel-footer {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 2rem 2rem 3.3rem;
    }

    .panel .more-link,
    .panel .add-link {
        color: var(--secondary-color);
    }

        .panel .more-link:hover,
        .panel .add-link:hover,
        .panel .more-link:focus,
        .panel .add-link:focus {
            color: var(--primary-color);
        }

    .more-link.text-primary:before {
        background-color: var(--primary-color);
    }

    .panel-footer-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .panel .article:not(:last-child) {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 2.2rem;
    }

    .panel .article-title {
        margin-top: .2rem;
        font-size: 2rem;
        margin-bottom: .8rem;
    }

    .article-desc {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        font-weight: 700;
        font-size: 1.6rem;
    }

        .article-desc:not(:last-child) {
            margin-bottom: .7rem;
        }

        .article-desc a {
            color: inherit;
        }

            .article-desc a:hover,
            .article-desc a:focus {
                color: var(--primary-color);
            }

            .article-desc a:after {
                display: none !important;
            }

    .panel .article-info {
        margin-top: 0;
        font-weight: 700;
        font-size: 2rem;
        color: var(--secondary-color);
        margin-bottom: .6rem;
    }

    .panel .article-content:not(:last-child) {
        margin-bottom: .8rem;
    }

    .panel .separator {
        margin-left: .6rem;
        margin-right: .6rem;
    }

    .panel li {
        padding-left: 0;
    }

    .panel .articles-list li {
        width: 100%;
        margin-bottom: 2.6rem;
    }

        .panel .articles-list li:last-child {
            margin-bottom: 0;
        }

    .panel .articles-list h3 {
        margin-bottom: .7rem;
    }

    .panel-media {
        margin: 0;
    }

    .press-list {
        font-size: 2rem;
        line-height: 1.5;
        padding-right: 3rem;
        margin-bottom: 0;
    }

        .press-list li:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .press-list a {
            color: inherit;
        }

            .press-list a:hover,
            .press-list a:focus {
                color: var(--primary-color);
            }

            .press-list a:after {
                display: none !important;
            }

        .press-list span {
            margin-top: .4rem;
            display: block;
            font-weight: 700;
            font-size: 1.6rem;
        }

    .panel-articles h4 {
        font-weight: 700;
        font-size: 2rem;
        color: var(--secondary-color);
    }

    .panel-articles .articles-list li:not(:last-child) {
        margin-bottom: .8rem;
    }

    .panel-featured-article .article {
        padding-bottom: 2.4rem;
        margin-bottom: 2.4rem;
        border-bottom: .2rem solid #ebebeb;
    }

    .panel-featured-article > h3 {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 1.7rem;
    }

        .panel-featured-article > h3 i {
            display: inline-flex;
            width: 2rem;
            height: 2rem;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 1.2rem;
            background-color: #f2f2f2;
            margin-left: 1.4rem;
        }

    .panel-featured-article .article-title a {
        color: inherit
    }

    .panel-featured-article .article-title {
        color: var(--text-color);
    }

        .panel-featured-article .article-title a:hover,
        .panel-featured-article .article-title a:focus {
            color: var(--primary-color);
        }

    .article-footer {
        font-weight: 700;
        font-style: italic;
        margin-top: 2rem;
    }

        .article-footer a {
            color: inherit;
        }

    .article-source {
        margin-top: .7rem;
        font-size: 1.6rem;
        color: var(--primary-color);
        font-style: normal;
    }

    .article-footer a:after {
        display: none !important;
    }

    .article-footer a:hover,
    .article-footer a:focus {
        color: var(--secondary-color);
    }

    .cta-inline {
        margin-bottom: 4rem;
        padding-left: 0;
        padding-right: 0;
    }

    .panel .col-auto {
        max-width: 40%;
    }

    .news-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.5;
    }

        .news-menu li {
            padding-left: 0;
            margin-bottom: 0;
        }

            .news-menu li:not(:last-child) {
                margin-bottom: 1.3rem;
            }

        .news-menu a {
            display: inline;
            color: inherit;
        }

        .news-menu .top-news-link {
            margin-top: 2.7rem;
            padding-top: 2.6rem;
            padding-bottom: 2.6rem;
            border-top: .2rem solid #ebebeb;
            border-bottom: .2rem solid #ebebeb;
            color: var(--secondary-color);
        }

        .news-menu a:before {
            font-family: 'wsg';
            content: '\f105';
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 100%;
            margin-left: 1.1rem;
            bottom: .3rem;
            width: 1.6rem;
            height: 1.6rem;
            margin-top: -.9rem;
            border-radius: 50%;
            font-weight: 400;
            font-size: 1.4rem;
            padding-left: .1rem;
            line-height: 1;
            color: #fff;
            background-color: var(--secondary-color);
            transition: all .4s ease;
        }

        .news-menu a:hover,
        .news-menu a:hover {
            color: var(--primary-color);
        }

        .news-menu a:after {
            display: none !important;
        }

        .news-menu a:hover:before,
        .news-menu a:hover:before {
            background-color: var(--primary-color);
        }

    @media (min-width: 768px) {
        .profile-panel-left .col-md-8 {
            width: 62.5%;
        }

        .profile-panel-left .col-md-4 {
            width: 37.5%;
        }

        .profile-panel .action-box {
            margin-top: 0;
        }

        .feeds-tabs {
            flex-direction: row;
        }

        .feeds-nav {
            border-bottom: none;
        }

        .nav-feeds .nav-link:before {
            right: 0;
            margin-top: 0;
            transform: rotate(0) translateY(-50%) !important;
        }

        .panel-title {
            font-size: 2.2rem;
            padding-left: 3rem;
        }

        .panel-body {
            padding-left: 3rem;
            padding-right: 3rem;
        }

        .panel-footer {
            padding-left: 3rem;
            padding-right: 3rem;
        }

        .panel-footer {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .panel-footer-group {
            flex-direction: row;
            align-items: center;
        }

            .panel-footer-group .more-link:not(:last-child) {
                margin-right: 3rem;
            }
    }

    @media (min-width: 992px) {
        .profile-panel .person {
            padding-bottom: 6rem;
            margin-bottom: 6rem;
        }

        .panel {
            height: auto;
        }

        .panel-title {
            font-size: 2.3rem;
        }

            .panel-title:after {
                display: flex;
            }
    }

    @media (min-width: 992px) and (max-width: 1599px) {
        .profile-panel .container-fluid {
            padding-left: 3rem;
            padding-right: 3rem;
        }
    }

    @media (min-width: 1200px) {
        .profile-panel-left {
            border-bottom: none;
        }
    }

    @media (min-width: 1400px) {
        .profile-panel-left {
            padding-right: 7rem;
            width: calc(50% - 2rem);
            margin-right: 2rem;
            border-right: .2rem solid #ebebeb;
        }
    }

    @media (min-width: 1600px) {
        .profile-panel-left,
        .profile-panel-right {
            padding-top: 10rem;
            padding-bottom: 10rem;
        }

        .profile-panel-right {
            padding-left: 4rem;
        }

        .profile-panel .person {
            padding-bottom: 7.5rem;
            margin-bottom: 7.5rem;
        }

        .profile-panel .person-name {
            font-size: 3rem;
        }

        .press-list {
            margin-top: 1rem;
        }

        .panel-title {
            font-size: 2.4rem;
            padding: 2.15rem 8rem 2.15rem 4rem;
        }

        .panel-body {
            padding-top: 4rem;
            padding-left: 4rem;
            padding-right: 4rem;
        }

        .panel-footer {
            padding-left: 4rem;
            padding-right: 4rem;
        }

        .cta {
            padding-top: 6rem;
            padding-bottom: 6rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 24.My WSG Inbox------------ */
    /*--------------------------------------- */
    .inbox-left {
        padding-top: 5rem;
        padding-bottom: 6rem;
        border-bottom: .2rem solid #ebebeb;
    }

    .inbox-right {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }

    .inbox-left .person {
        margin-bottom: 2.7rem
    }

    .inbox-left .person-media {
        width: 89px;
    }

    .inbox-menu {
        list-style: none;
        margin: 0 0 2.7rem;
        padding: 0;
        border-top: .2rem solid #ebebeb;
    }

        .inbox-menu li {
            margin-bottom: 0;
            padding: 0;
            border-bottom: .2rem solid #ebebeb;
        }

        .inbox-menu a {
            display: flex;
            align-items: center;
            flex-flow: row wrap;
            color: inherit;
            font-weight: 600;
            font-size: 1.6rem;
            line-height: 2;
            font-family: var(--font-decimal);
            padding-top: 1.7rem;
            padding-bottom: 1.5rem;
        }

            .inbox-menu a i {
                font-size: 120%;
                line-height: 1;
                margin-left: auto;
                margin-right: .9rem;
            }

    .inbox-badge {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-width: 3rem;
        height: 3rem;
        margin-left: auto;
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.5;
        border-radius: 50%;
        font-family: var(--font-roboto);
        border: .2rem solid var(--text-color);
        padding-top: .1rem;
        transition: all .35s ease;
    }

    .inbox-menu a:after {
        display: none !important;
    }

    .inbox-icon {
        display: inline-block;
        line-height: 0;
        min-width: 4rem;
        margin-bottom: .1rem;
    }

        .inbox-icon svg,
        .inbox-icon svg path {
            fill: #d0d0d0;
            transition: fill .35s ease;
        }

    .inbox-menu a:hover,
    .inbox-menu a:focus {
        color: var(--primary-color);
    }

        .inbox-menu a:hover svg,
        .inbox-menu a:focus svg,
        .inbox-menu a:hover svg path,
        .inbox-menu a:focus svg path {
            fill: var(--primary-color);
        }

        .inbox-menu a:hover .inbox-badge,
        .inbox-menu a:focus .inbox-badge {
            color: #fff;
            border-color: var(--primary-color);
            background-color: var(--primary-color);
        }

    .inbox-menu .active a {
        color: var(--secondary-color);
    }

        .inbox-menu .active a svg,
        .inbox-menu .active a svg path {
            fill: var(--secondary-color);
        }

        .inbox-menu .active a .inbox-badge {
            color: #fff;
            border-color: var(--secondary-color);
            background-color: var(--secondary-color);
        }

    .inbox-left .button {
        display: flex;
        width: 100%;
        padding: 1.7rem 1.6rem 1.5rem;
        font-weight: 600;
        font-size: 1.6rem;
        font-family: var(--font-decimal);
        border-radius: .5rem;
        text-transform: capitalize;
        min-width: 0;
    }

        .inbox-left .button img {
            margin-right: 1.2rem;
        }

    @media (min-width: 768px) {
        .inbox-left {
            padding-top: 6rem;
        }

            .inbox-left .person-media {
                width: 109px;
            }
    }

    @media (min-width: 992px) {

        .inbox-left .person {
            margin-top: -1.5rem;
        }
    }

    @media (min-width: 1200px) {
        .inbox-left {
            width: 280px;
            padding-right: 3rem;
            border-right: .2rem solid #ebebeb;
            border-bottom: none;
            margin-right: 1rem;
        }
    }

    @media (min-width: 1600px) {
        .inbox-left,
        .inbox-right {
            padding-top: 7rem;
            padding-bottom: 7rem;
        }

        .inbox-left {
            padding-right: 7rem;
            margin-right: 5rem;
        }

            .inbox-left .person-media {
                width: 133px;
            }

            .inbox-left .button {
                font-size: 1.7rem;
            }
    }


    .inbox-right .dataTables_wrapper {
        margin-bottom: 0;
    }

    .inbox-toolbar .search-group {
        margin-bottom: 2rem;
    }

    .inbox-toolbar label {
        font-weight: 600;
        white-space: nowrap;
        font-size: 1.6rem;
        ;
        font-family: var(--font-decimal);
        margin-bottom: 2rem;
        margin-right: 1.6rem
    }

    .inbox-table tr {
        cursor: pointer;
    }

    td.subject-col {
        color: var(--secondary-color);
    }

    .has-seen td.subject-col {
        color: #999898;
    }

    .flag-col {
        width: 90px;
        text-align: center;
    }

    .inbox-star svg {
        fill: #d0d0d0;
    }

    .inbox-star.active svg {
        fill: #ca3827;
    }

    @media (min-width: 1200px) {
        .subject-col {
            width: 40%;
        }
    }


    /*--------------------------------------- */
    /* ----------- 25.Individual Group ------ */
    /*--------------------------------------- */
    .group-toolbar {
        padding-top: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .subtitle .helper-link {
        color: #fff;
        vertical-align: middle;
        margin-left: .3rem;
        margin-top: -.3rem;
    }

        .subtitle .helper-link:hover,
        .subtitle .helper-link:focus {
            color: #fff;
            background-color: var(--secondary-color);
        }

    .group-toolbar .subtitle {
        font-size: 2rem;
    }

    .subtitle i {
        font-size: 70%;
        margin-left: .3rem;
    }

    .event-box-simple {
        align-items: center;
        background-color: transparent;
        padding: .3rem 0 0;
    }

        .event-box-simple em {
            font-weight: 400;
        }

        .event-box-simple .event-title {
            margin-bottom: 0;
        }

    .button.button-join {
        width: 100%;
        max-width: 425px;
        font-size: 2rem;
        padding: 1.85rem 2rem;
        margin-top: .8rem;
    }

        .button.button-join i {
            font-size: 2.6rem;
        }

    .activity-menu {
        margin: 0 0 1rem;
        padding: .2rem 0 0;
        list-style: none;
    }

        .activity-menu li {
            display: inline;
            margin: 0;
            padding: 0;
        }

        .activity-menu a {
            color: var(--primary-color);
            display: inline-flex;
            align-items: center;
            flex-direction: column;
            margin-bottom: 3rem;
        }

            .activity-menu a:hover,
            .activity-menu a:focus {
                color: var(--secondary-color);
            }

            .activity-menu a:after {
                display: none !important;
            }

        .activity-menu li:not(:last-child) {
            margin-right: 2.6rem;
        }

        .activity-menu.disabled a {
            pointer-events: none;
            color: #e4e2e2;
        }

        .activity-menu a svg {
            margin-bottom: .4rem;
        }

        .activity-menu .link:after {
            background-color: var(--secondary-color);
        }

    .fill-color {
        fill: var(--primary-color);
        transition: fill .4s ease;
    }

    .activity-menu a:hover .fill-color,
    .activity-menu a:focus .fill-color {
        fill: var(--secondary-color);
    }

    .disabled .fill-color {
        fill: #f2f2f2;
    }

    .region-box {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 2rem;
        margin-bottom: 4rem;
        min-height: 375px;
        border: .2rem solid #ebebeb;
        background-position: right center;
        background-repeat: no-repeat;
        transition: border-color .4s ease;
    }

        .region-box:hover {
            border-color: var(--primary-color);
        }

        .region-box .person {
            align-items: center;
            font-weight: 700;
            font-size: 2.3rem;
        }

    .region-box-title {
        color: var(--text-color);
        font-weight: 400;
        font-size: 2.6rem;
        line-height: 1.15;
        font-family: var(--font-roboto);
        margin-bottom: 2rem;
    }

        .region-box-title a {
            color: inherit;
        }

            .region-box-title a:after {
                display: none !important;
            }

            .region-box-title a:hover,
            .region-box-title a:focus {
                color: var(--primary-color);
            }

        .region-box-title .separator {
            margin-left: 1rem;
            margin-right: 1rem;
        }

    .region-box-count {
        font-weight: 500;
        color: var(--primary-color);
    }

    .region-box .person {
        margin-bottom: 3rem;
    }

    .region-box .person-content {
        padding-top: 0;
    }

    .region-box .button {
        padding-left: 1.9rem;
        padding-right: 1.9rem;
    }

        .region-box .button i {
            padding-left: .9rem;
        }

    .accordion-item .member-toolbar {
        padding-top: 2.5rem;
        margin-bottom: 0;
    }

    .accordion-content {
        padding-bottom: 5rem;
        border-bottom: .2rem solid #c4c4c4;
    }

        .accordion-content ol {
            list-style: none;
            padding-left: 0;
        }

        .accordion-content ol {
            counter-reset: item;
        }

            .accordion-content ol ol {
                margin-left: 0;
            }

            .accordion-content ol li {
                display: block;
                padding-left: 3rem;
            }

            .accordion-content ol ol li {
                padding-left: 4rem;
            }

            .accordion-content ol li:before {
                counter-increment: item;
                content: counters(item, ".") ". ";
                float: left;
                margin-left: -3rem;
            }

            .accordion-content ol ol li:before {
                margin-left: -4rem;
            }

        .accordion-content li {
            margin-bottom: 1.5rem;
        }

            .accordion-content li ul,
            .accordion-content li ol {
                margin-top: 1.3rem;
            }

    /* Tooltip */
    .tooltip {
        position: absolute;
        z-index: 900;
        display: block;
        margin: 0;
        font-style: normal;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        white-space: normal;
        line-break: auto;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.4;
        word-wrap: break-word;
        opacity: 0;
    }

        .tooltip.show {
            opacity: 1;
        }

        .tooltip .tooltip-arrow {
            position: absolute;
            display: block;
            width: 2.4rem;
            height: .4rem;
        }

            .tooltip .tooltip-arrow::before {
                position: absolute;
                content: "";
                border-color: transparent;
                border-style: solid;
            }

    .bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
        padding: 0.4rem 0;
    }

        .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
            bottom: 0;
        }

            .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
                top: -1px;
                border-width: 1.2rem 1.2rem 0;
                border-top-color: var(--primary-color);
            }

    .tooltip-inner {
        max-width: 200px;
        padding: 1.5rem 1.8rem;
        color: #fff;
        text-align: center;
        background-color: var(--primary-color);
    }

    @media (min-width: 768px) {
        .button.button-join {
            font-size: 2.4rem;
            padding: 2.25rem 2.5rem;
        }

            .button.button-join i {
                font-size: 3rem;
            }

        .region-box {
            padding: 3rem;
        }

        .region-box-title {
            font-size: 2.8rem;
        }
    }

    @media (min-width: 1200px) and (max-width: 1299px) {
        .activity-menu a {
            font-size: 1.6rem;
        }

            .activity-menu a svg {
                max-width: 30px;
            }

        .activity-menu li:not(:last-child) {
            margin-right: 1.6rem;
        }
    }

    @media (min-width: 1300px) and (max-width: 1399px) {
        .activity-menu li:not(:last-child) {
            margin-right: 2.4rem;
        }
    }

    @media (min-width: 1400px) {
        .region-box {
            padding: 4rem;
        }

        .group-toolbar .subtitle {
            font-size: 2.2rem;
        }
    }

    @media (min-width: 1600px) {
        .button.button-join {
            font-size: 2.8rem;
            padding: 2.55rem 3rem;
        }

        .region-box-title {
            font-size: 3rem;
        }

        .button.button-join i {
            font-size: 3.2rem;
        }

        .tooltip {
            font-size: 1.7rem;
        }
    }

    @media (max-width: 575px) {
        .activity-menu a {
            font-size: 1.5rem;
        }

            .activity-menu a svg {
                max-width: 30px;
            }

        .activity-menu li:not(:last-child) {
            margin-right: 1.6rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 26.Group Landing ---------- */
    /*--------------------------------------- */
    .group-leader .person {
        margin-bottom: 0;
    }

    .group-leader .person-content {
        padding-top: 0;
    }

    .group-leader h3 {
        color: var(--text-color);
        margin-bottom: 1.1rem;
        font-weight: 700;
        font-size: 2rem;
        font-family: var(--font-roboto);
    }

    .group-leader .person-name {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .group-activity-text {
        font-weight: 500;
    }

    .article:not(:last-child) {
        margin-bottom: 4.5rem;
        padding-bottom: 4.5rem;
        border-bottom: .2rem solid #ebebeb;
    }

    .article-title {
        font-weight: 700;
        font-size: 2.1rem;
        line-height: 1.33;
        font-family: var(--font-roboto);
        margin-bottom: 0;
    }

        .article-title a:after {
            display: none !important;
        }

    .article-info {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        margin-top: .5rem;
        margin-bottom: 2.5rem;
    }

    .article-info-list {
        margin-bottom: 2.5rem;
    }

    .article-info a:not(.article-by) {
        color: inherit;
    }

    .article-info a:hover,
    .article-info a:focus {
        color: var(--primary-color);
    }

    .article-host {
        margin-bottom: 2.5rem;
    }

    .article .more-link {
        font-weight: 600;
    }

    .accordion-item .groups-nav {
        margin-bottom: 0;
    }

    .article-content:not(:last-child) {
        margin-bottom: 2rem;
    }

    .article-content p:last-child {
        margin-bottom: 0;
    }

    .accordion-content .more-link {
        font-weight: 600;
    }

    .accordion-articles {
        padding-bottom: 3rem;
    }

        .accordion-articles .article:last-of-type {
            margin-bottom: 3rem;
        }

    /* Flash News*/
    .flash-news:first-child {
        border-top: .2rem solid var(--primary-color);
    }

    .flash-news {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: .65rem 0;
        border-bottom: .2rem solid var(--primary-color);
    }

    .flash-news-title {
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 1.5;
        padding-top: 1rem;
        padding-bottom: .3rem;
        text-transform: uppercase;
        margin-bottom: 0;
        flex-shrink: 0;
        text-align: center;
    }

    .flash-news-content {
        padding: 2rem 8rem 2rem 2.2rem;
        overflow: hidden;
    }

        .flash-news-content .owl-carousel {
            max-width: 100%;
        }

    .flash-news-item {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .flash-news-item .separator {
            margin-left: .5rem;
            margin-right: .5rem;
        }

    .owl-nav-circle.owl-carousel .owl-nav {
        display: flex;
        align-items: center;
        position: absolute;
        right: -8rem;
        top: 50%;
        transform: translateY(-50%);
    }

        .owl-nav-circle.owl-carousel .owl-nav .owl-prev,
        .owl-nav-circle.owl-carousel .owl-nav .owl-next {
            position: static;
            top: auto;
            display: flex;
            color: #7e8286;
            background-color: #f6f6f6;
            width: 2.6rem;
            height: 2.6rem;
            font-weight: 300;
            font-size: 1.2rem;
            padding: 0;
            border-radius: 50%;
            line-height: 1;
            transform: translateY(0);
        }

        .owl-nav-circle.owl-carousel .owl-nav .owl-prev {
            left: auto;
            padding-right: .2rem;
        }

        .owl-nav-circle.owl-carousel .owl-nav .owl-next {
            right: auto;
            margin-left: .5rem;
        }

            .owl-nav-circle.owl-carousel .owl-nav .owl-prev:hover,
            .owl-nav-circle.owl-carousel .owl-nav .owl-next:hover,
            .owl-nav-circle.owl-carousel .owl-nav .owl-prev:focus,
            .owl-nav-circle.owl-carousel .owl-nav .owl-next:focus {
                color: #fff;
                background-color: var(--primary-color-dark-2);
            }


    @media (min-width: 768px) {
        .article-title {
            font-size: 2.2rem;
        }
    }

    @media (min-width: 992px) {
        .flash-news {
            flex-direction: row;
        }

        .flash-news-title {
            text-align: left;
            padding-top: .3rem;
            padding-right: 2.2rem;
            min-width: 250px;
            border-right: .2rem solid var(--primary-color);
        }
    }

    @media (min-width: 1400px) {
        .group-leader .person-name {
            font-size: 2.8rem;
        }

        .group-leader h3 {
            font-size: 2.3rem;
        }

        .group-leader .person-name {
            font-size: 2.4rem;
        }
    }

    @media (min-width: 1600px) {
        .activity-menu li:not(:last-child) {
            margin-right: 3.6rem;
        }

        .flash-news-title {
            font-size: 2rem;
            min-width: 270px;
        }

        .group-leader .person-name {
            font-size: 2.6rem;
        }

        .article-title {
            font-size: 2.2rem;
        }
    }

    @media (min-width: 1800px) {
        .activity-menu li:not(:last-child) {
            margin-right: 5.6rem;
        }
    }

    @media (max-width: 991px) {
        .flash-news-content {
            width: 100%;
            padding: 1rem 0;
        }
    }

    /*--------------------------------------- */
    /* ----------- 27.Submit Article --------- */
    /*--------------------------------------- */
    table {
        width: 100%;
        text-align: left;
        margin-bottom: 1.5rem;
        caption-side: bottom;
        border-collapse: collapse;
    }

        table .button {
            font-size: 1.4rem;
            padding: .7rem 1.5rem;
            min-width: 158px;
        }

            table .button i {
                font-size: 1.6rem;
                padding-left: 1rem;
            }

    .dataTable th,
    .dataTable td {
        border-spacing: 0;
        border: none;
        width: auto;
    }

    .dataTable th {
        color: var(--text-color);
        font-weight: 600;
        font-family: var(--font-decimal);
        padding: 1.25rem 2rem;
        background-color: #d8d8d8;
        vertical-align: bottom;
    }

    .dataTable td {
        padding: 2.5rem 2rem;
        vertical-align: middle;
    }

    .dataTable tbody tr {
        border-bottom: .2rem solid #ebebeb;
        transition: background .35s ease;
    }

        .dataTable tbody tr:nth-child(2n+1) {
            background-color: #f6f6f6;
        }

        .dataTable tbody tr:last-child {
            border-bottom-color: #c4c4c4;
        }

        .dataTable tbody tr:hover {
            background-color: #e4e4e4;
        }

    table a:after {
        display: none !important;
    }

    .id-col {
        width: 105px;
        text-align: left !important;
    }

    td.action-col {
        line-height: 0;
        font-size: 0;
    }

    .action-col .button {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

        .action-col .button:not(:last-child) {
            margin-right: 2rem;
        }

    @media (min-width: 992px) {
        .action-col {
            width: 240px;
        }
    }

    @media (min-width: 1200px) {

        .article-col {
            width: 25%;
        }

        .action-col {
            width: 400px;
        }

            .action-col .button {
                margin-top: 0;
                margin-bottom: 0;
            }

        .action-single-col {
            width: 230px;
        }
    }

    /*--------------------------------------- */
    /* ----------- 28.Ref & Collabs---------- */
    /*--------------------------------------- */
    .refs-collabs .nav-item {
        max-width: 371px;
    }

    /*--------------------------------------- */
    /* ----------- 29.Traning library-------- */
    /*--------------------------------------- */
    .search-group {
        position: relative;
        margin-bottom: 3rem;
    }

        .search-group input[type="search"] {
            margin-bottom: 0;
            background-image: none;
            padding-right: 6rem;
        }

        .search-group button {
            align-items: center;
            justify-content: center;
            width: 5rem;
            height: 5rem;
            padding: 1rem;
            position: absolute;
            right: 0;
            top: 0;
            min-width: 4rem;
            background: transparent;
        }

            .search-group button:hover,
            .search-group button:focus {
                background-color: #e1e1e1;
            }

    .video-box {
        width: 100%;
        border: .2rem solid #ebebeb;
        margin-bottom: 3rem;
    }

    .video-box-media {
        margin: -.2rem -.2rem 0;
        background-color: #ccc;
    }

    .video-box-content {
        padding: 2rem 2rem 2.2rem;
    }

    .video-box-title {
        color: var(--text-color);
        font-weight: 400;
        font-size: 2rem;
        font-family: var(--font-roboto);
        margin-bottom: 1rem;
    }

        .video-box-title a {
            color: inherit;
        }

            .video-box-title a:hover,
            .video-box-title a:focus {
                color: var(--primary-color);
            }

            .video-box-title a:after {
                display: none !important;
            }

    .resources-sections {
        overflow: hidden;
    }

        .resources-sections p:last-of-type {
            margin-bottom: 0;
        }

        .resources-sections [class*="col-"] {
            border-bottom: .2rem solid #ebebeb;
        }

    .resources-col {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .resources-title {
        color: var(--text-color);
        font-weight: 400;
        font-size: 2.6rem;
        line-height: 1.25;
        font-family: var(--font-robot);
    }

        .resources-title span,
        .resources-title a {
            position: relative;
            color: inherit;
            padding-right: 2rem;
        }

            .resources-title span:before,
            .resources-title a:before {
                content: '\e800';
                font-family: 'wsg';
                display: block;
                white-space: nowrap;
                position: absolute;
                right: 0;
                bottom: .6rem;
                font-size: 2rem;
                line-height: 1;
                color: var(--primary-color);
            }

            .resources-title a:hover,
            .resources-title a:focus {
                color: var(--primary-color);
            }

    .resources-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .resources-list li {
            padding-left: 0;
        }

        .resources-title a:after,
        .resources-list a:after {
            display: none !important;
        }

    .view-link {
        font-weight: 700;
        color: #c2c1c1;
        font-size: 1.6rem;
    }

        .view-link:hover,
        .view-link:focus {
            color: var(--primary-color);
        }


    @media (min-width: 768px) {
        .video-box-title {
            font-size: 2.3rem;
        }

        .resources-title {
            font-size: 2.8rem;
        }

            .resources-title span,
            .resources-title a {
                padding-right: 3.2rem;
            }

                .resources-title span:before,
                .resources-title a:before {
                    font-size: 2.4rem;
                }
    }

    @media (min-width: 1600px) {
        .video-box {
            margin-bottom: 4rem;
        }

        .video-box-content {
            padding-left: 3rem;
            padding-right: 3rem;
        }

        .resources-title {
            font-size: 3rem;
        }
    }

    /*--------------------------------------- */
    /* ----------- 30.Knowledge Center ------- */
    /*--------------------------------------- */
    .cat-box {
        width: 100%;
        color: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        border: .2rem solid #ebebeb;
        white-space: normal;
        transition: border .4s ease;
        min-height: 350px;
        padding: 3rem 1.5rem 3rem;
        margin-bottom: 3rem;
    }

        .cat-box:after {
            display: none !important;
        }

        .cat-box:hover,
        .cat-box:focus {
            border-color: var(--primary-color);
        }

        .cat-box p,
        .cat-box p {
            color: var(--text-color);
        }

        .cat-box .category-icon {
            min-height: 0;
        }

            .cat-box .category-icon img {
                max-width: 80%;
            }

        .cat-box p:last-child {
            margin-bottom: 0;
        }

    @media (min-width: 576px) {
        .cat-box {
            padding-left: 2rem;
            padding-right: 2rem;
        }
    }

    @media (min-width: 1600px) {
        .cat-box {
            padding-top: 3rem;
            padding-bottom: 3rem;
            margin-bottom: 4rem;
            min-height: 375px;
        }

            .cat-box .category-icon img {
                max-width: 100%;
            }
    }


    /*--------------------------------------- */
    /* ----------- 31.Knowledge Subpage ------- */
    /*--------------------------------------- */
    .download {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-end;
        text-align: center;
        margin-bottom: 6rem;
    }

        .download:after {
            display: none !important;
        }

    .download-title {
        width: 100%;
        color: var(--primary-color);
        font-weight: 400;
        font-size: 2.6rem;
        line-height: 1.2;
        font-family: var(--font-roboto);
        margin-bottom: 3rem;
        transition: color .4s ease;
    }

        .download-title span {
            display: block;
            font-weight: 700;
            font-size: 2rem;
            color: #373c41;
            margin-top: .5rem;
        }

    .download-media {
        align-self: flex-end;
        width: 100%;
        background-color: #ccc;
        border: .2rem solid #ebebeb;
        transition: border-color .4s ease;
        margin: 0;
    }

        .download-media img {
            max-width: none;
            width: 100%;
        }

    .download:hover .download-title {
        color: var(--secondary-color);
    }

    .download:hover .download-media {
        border-color: var(--primary-color);
    }


    @media (min-width: 992px) {
        .download-title {
            font-size: 2.8rem;
        }

            .download-title span {
                font-size: 2.1rem;
            }
    }



    @media (min-width: 1600px) {
        .download-title {
            font-size: 3rem;
        }
    }

    /*--------------------------------------- */
    /* ----------- 32.Objectives ----------- */
    /*--------------------------------------- */
    .objective-author {
        display: flex;
        flex-flow: column wrap;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .objective-author-media {
        margin: 0 0 3rem 0;
        max-width: 160px;
    }

        .objective-author-media img {
            border-radius: 50%;
        }

    .objective-author-content {
        padding-left: 2rem;
        margin-bottom: 3rem;
        border-left: .2rem solid #ebebeb;
    }

        .objective-author-content h5 {
            font-size: 1.8rem;
            line-height: 1.4;
            font-family: var(--font-decimal);
            text-transform: capitalize;
            color: var(--text-color);
        }

    .widget-text p:last-child {
        margin-bottom: 0;
    }

    @media (min-width: 576px) {
        .objective-author {
            flex-flow: row wrap;
            align-items: center;
        }

        .objective-author-media {
            margin-right: 3rem;
        }

        .objective-author-content {
            padding-left: 3rem;
        }
    }

    @media (min-width: 768px) {
        .objective-author {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }

        .objective-author-media {
            margin-right: 5rem;
            max-width: 200px;
        }

        .objective-author-content {
            padding-left: 5rem;
        }
    }

    @media (min-width: 1200px) {
        .objective-author-media {
            max-width: 250px;
        }

        .widget-dots {
            padding-top: 2rem;
        }
    }

    @media (min-width: 1600px) {
        .objective-author-media {
            max-width: 250px;
        }
    }

    /*--------------------------------------- */
    /* ----------- 33.Success Stories ------- */
    /*--------------------------------------- */
    .alignright {
        float: right;
    }

    .alignleft {
        float: left;
    }

    .logos {
        padding-top: 2.5rem;
        padding-bottom: 3rem;
        margin-bottom: 6rem;
        border-bottom: .2rem solid #ebebeb;
    }

        .logos a:after {
            display: none !important;
        }

        .logos img {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 4rem;
        }

        .logos:last-child {
            margin-bottom: 3rem;
        }

    @media (max-width: 767px) {
        p .alignright.more-link {
            margin-top: 1.2rem;
            margin-bottom: 1.2rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 34.As Seen In ------------ */
    /*--------------------------------------- */
    .as-seen-content h3 {
        margin-bottom: 2rem;
    }

    .share-widget {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
    }

        .share-widget .share-icon {
            display: flex;
            align-items: center;
            margin-right: 1.3rem;
            cursor: pointer;
        }

        .share-widget a:after {
            display: none !important;
        }

        .share-widget .at-style-responsive .at-share-btn {
            margin: 0 !important;
            padding: .2rem !important;
        }

        .share-widget a:hover svg,
        .share-widget a:focus svg {
            fill: var(--primary-color) !important;
        }


    /*--------------------------------------- */
    /* ----------- 35.Inputs ---------------- */
    /*--------------------------------------- */
    label {
        display: inline-block;
        color: var(--text-color);
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .text-white label {
        color: inherit;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="url"],
    textarea,
    select {
        display: block;
        width: 100%;
        height: 47px;
        padding: 1.15rem 2rem;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 0 0 2rem;
        color: #666;
        background-color: #f6f6f6;
        border: none;
        transition: background-color .35s ease;
        box-shadow: none;
        -webkit-appearance: none;
    }

    input[type="search"] {
        padding-right: 5rem;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='17px' height='17px' viewBox='0 0 17 17' style='enable-background:new 0 0 17 17;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23474f56;stroke-width:2;stroke-miterlimit:10;%7D .st1%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23474f56;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' width='17' height='17'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Ccircle class='st0' cx='7.1' cy='7.1' r='6.3'/%3E%3Cline class='st1' x1='11.6' y1='11.6' x2='16.2' y2='16.2'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: right 2rem center;
    }

    select {
        padding-right: 5rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' vx='0px' y='0px' width='22px' height='11.7px' viewBox='0 0 22 11.7' style='enable-background:new 0 0 22 11.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23666666;stroke-linecap:round;stroke-miterlimit:10;%7D %3C/style%3E%3Cpolyline class='st0' points='21.5,0.5 11,11 0.5,0.5 '/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 2rem center;
    }

        select:focus-visible {
            outline: none;
            box-shadow: none;
            background-color: #ebebeb;
        }

    ::-webkit-input-placeholder {
        color: #666;
    }

    ::placeholder {
        opacity: 1;
        color: #666;
    }

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="search"]:focus,
    input[type="url"]:focus,
    textarea:focus {
        outline: none;
        box-shadow: none;
        background-color: #ebebeb;
    }

    textarea {
        padding: 3rem;
        min-height: 180px;
        resize: vertical;
    }

    /* Custom checkbox & radios */
    .input-check {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 1.8rem;
    }

    .input-check-inline {
        display: inline-flex;
        margin-right: 2.5rem;
    }

    .input-check label {
        position: relative;
        margin-bottom: 0;
        padding-left: 2.8rem;
        line-height: 2.4rem;
        cursor: pointer;
        user-select: none;
    }

    .input-check input {
        position: absolute;
        left: -9999px;
        opacity: 0;
        visibility: hidden;
        margin-right: 1.3rem;
        margin-bottom: .1rem;
    }

    .input-check label:before,
    .input-check label:after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 50%;
    }

    .input-check.checkmark label:before,
    .input-check.checkmark label:after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 0;
    }

    .input-check label:before {
        left: 0;
        top: .4rem;
        width: 1.6rem;
        height: 1.6rem;
        border: .2rem solid var(--primary-color-dark-2);
    }

    .input-check label:after {
        width: 1.2rem;
        height: 1.2rem;
        top: .6rem;
        left: .2rem;
        background-color: var(--primary-color-light);
        opacity: 0;
        transform: scale(0);
        transition: all .3s ease;
    }

    .input-check input:checked + label:after {
        opacity: 1;
        transform: scale(1);
    }

    .input-check input:disabled + label {
        cursor: default;
        color: #aaa;
    }

        .input-check input:disabled + label:before {
            opacity: .4;
        }

    .input-check-end label {
        padding-left: 0;
        padding-right: 2.8rem;
    }

        .input-check-end label:before {
            left: auto;
            right: 0;
        }

        .input-check-end label:after {
            left: auto;
            right: .2rem;
        }

    .input-check-secondary label:before {
        border-color: var(--secondary-color-dark);
    }

    .input-check-secondary label:after {
        background-color: var(--secondary-color);
    }

    @media (min-width: 992px) {
        textarea {
            min-height: 222px;
        }
    }

    @media (min-width: 992px) {
        label {
            font-size: 1.7rem;
        }

        input[type="text"],
        input[type="password"],
        input[type="email"],
        input[type="tel"],
        input[type="search"],
        input[type="url"],
        textarea,
        select {
            height: 48px;
            font-size: 1.7rem;
        }

        textarea {
            min-height: 252px;
        }
    }

    @media (min-width: 1600px) {
        label {
            font-size: 1.8rem;
        }

        input[type="text"],
        input[type="password"],
        input[type="email"],
        input[type="tel"],
        input[type="search"],
        input[type="url"],
        textarea,
        select {
            height: 50px;
            font-size: 1.8rem;
        }

        textarea {
            min-height: 260px;
        }
    }

    /*----------Switch --------------*/

    .form-check {
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5em;
        margin-bottom: 0.125rem;
    }

        .form-check .form-check-input {
            float: left;
            margin-left: -1.5em;
        }

    .form-check-input {
        width: 1em;
        height: 1em;
        margin-top: 0.25em;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid rgba(0, 0, 0, 0.25);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

        .form-check-input[type=checkbox] {
            border-radius: 0.25em;
        }

        .form-check-input[type=radio] {
            border-radius: 50%;
        }

        .form-check-input:active {
            filter: brightness(90%);
        }

        .form-check-input:focus {
            border-color: #86b7fe;
            outline: 0;
            /*box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
        }

        .form-check-input:checked {
            background-color: var(--secondary-color);
            border-color: var(--secondary-color);
        }

            .form-check-input:checked[type=checkbox] {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
            }

            .form-check-input:checked[type=radio] {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
            }

        .form-check-input[type=checkbox]:indeterminate {
            background-color: #0d6efd;
            border-color: #0d6efd;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
        }

        .form-check-input:disabled {
            pointer-events: none;
            filter: none;
            opacity: 0.5;
        }

            .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
                opacity: 0.5;
            }

    .form-switch {
        padding-left: 2.5em;
    }

        .form-switch .form-check-input {
            /*margin-top: 0;
	height: 1.5em;
  width: 2.5em;*/
            height: 1em;
            width: 2em;
            margin-left: -2.5em;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
            background-position: left center;
            border-radius: 2em;
            transition: background-position 0.15s ease-in-out;
        }

    @media (prefers-reduced-motion: reduce) {
        .form-switch .form-check-input {
            transition: none;
        }
    }

    .form-switch .form-check-input:focus {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
    }

    .form-switch .form-check-input:checked {
        background-position: right center;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    }

    .form-check-inline {
        display: inline-block;
        margin-right: 1rem;
    }

    /*--------------------------------------- */
    /* ----------- 36.Buttons --------------- */
    /*--------------------------------------- */
    [type="submit"] {
        cursor: pointer;
        width: 100%;
    }

    [type="submit"],
    .button,
    .crop-file-upload-button {
        position: relative;
        display: inline-flex;
        align-items: center;
        padding: 1.4rem 2.2rem 1.2rem;
        min-width: 200px;
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.5;
        font-family: var(--font-decimal);
        text-transform: uppercase;
        border: none;
        color: #fff;
        background: linear-gradient(to right, var(--primary-color) 0%,var(--primary-color) 50%,var(--primary-color-dark) 50%,var(--primary-color-dark) 100%);
        background-size: 200% 100% !important;
        background-position: 0 100% !important;
        transition: all 0.3s ease;
        -webkit-appearance: none;
    }

    .button-sm,
    .crop-file-upload-button {
        padding: .9rem 1.1rem .7rem;
    }

    [type="submit"] i,
    .button i {
        font-size: 1.6rem;
        line-height: 1;
        margin-left: auto;
        padding-left: 2rem;
        margin-top: -.1rem;
    }

    .button-sm i {
        font-size: 1.6rem;
        padding-left: 1rem;
    }

    [type="submit"] .icon-angle-down,
    .button .icon-angle-down {
        font-size: 1.1rem;
    }

    .button:after {
        display: none !important;
    }

    .button:hover,
    .button:focus,
    [type="submit"]:hover,
    [type="submit"]:focus {
        color: #fff;
        outline: none;
        background-position: -100% 100% !important;
    }

    .button-primary {
        color: #fff;
        background: linear-gradient(to right, var(--primary-color) 0%,var(--primary-color) 50%,var(--primary-color-light) 50%, var(--primary-color-light) 100%);
    }

    .button-primary-dark {
        color: #fff;
        background: linear-gradient(to right, var(--primary-color-dark) 0%,var(--primary-color-dark) 50%,var(--primary-color) 50%,var(--primary-color) 100%);
    }

    .button-primary-light {
        color: #fff;
        background: linear-gradient(to right, var(--primary-color-light) 0%,var(--primary-color-light) 50%,var(--primary-color) 50%,var(--primary-color) 100%);
    }

    .button-secondary {
        color: #fff;
        background: linear-gradient(to right, var(--secondary-color) 0%,var(--secondary-color) 50%,var(--secondary-color-dark) 50%,var(--secondary-color-dark) 100%);
    }

    .button-secondary-2 {
        color: #fff;
        background: linear-gradient(to right, var(--secondary-color) 0%,var(--secondary-color) 50%,#027be0 50%, #027be0 100%);
    }

    @media (min-width: 992px) {
        [type="submit"],
        .button,
        .crop-file-upload-button {
            font-size: 1.5rem;
        }

            [type="submit"] i,
            .button i {
                font-size: 1.7rem;
            }
    }

    @media (min-width: 1600px) {
        [type="submit"],
        .button,
        .crop-file-upload-button {
            font-size: 1.6rem;
        }

            [type="submit"] i,
            .button i {
                font-size: 1.8rem;
            }
    }


    /*--------------------------------------- */
    /* ----------- 37.Login ----------------- */
    /*--------------------------------------- */
    .form-box {
        margin-left: 2rem;
        margin-right: 2rem;
        width: calc( 100% - 4rem );
        max-width: 560px;
        background-color: #fff;
    }

    .form-box-large {
        max-width: 700px;
    }

    .form-box-header {
        position: relative;
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        background-color: var(--primary-color-dark);
        padding: 1.7rem 5rem 1.7rem 2rem;
    }

        .form-box-header img {
            display: none;
            margin-right: 1.8rem;
        }

    .form-title {
        color: #fff;
        font-size: 2.2rem;
        line-height: 1.35;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .form-box-content {
        padding: 2.7rem 2rem 2.5rem;
    }

        .form-box-content a {
            font-weight: 500;
            color: var(--primary-color-dark);
        }

            .form-box-content a:hover,
            .form-box-content a:focus {
                color: var(--primary-color);
            }

    .form-footer {
        line-height: 1.65;
        padding-top: 3.6rem;
    }

    .login-type label {
        color: #666;
        font-size: 1.6rem;
    }

    .login-type .input-check label:before {
        top: .3rem;
    }

    .login-type .input-check label:after {
        top: .5rem;
    }

    .helper-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        width: 2.2rem;
        height: 2.2rem;
        font-weight: 900;
        font-size: 1.6rem;
        padding-top: .2rem;
        line-height: 1.5;
        border-radius: 50%;
        cursor: pointer;
        color: var(--primary-color-dark);
        background-color: var(--primary-color-light);
        transition: all .3s ease;
    }

        .helper-link:hover,
        .helper-link:focus {
            color: rgba(255, 255, 255, .35);
            background-color: var(--primary-color);
        }

    .form-box-header .helper-link {
        position: absolute;
        right: 1.5rem;
        top: 50%;
        margin-top: -1.1rem;
    }

    .bg-secondary-dark .helper-link {
        color: var(--secondary-color-dark);
        background-color: var(--secondary-color);
    }

        .bg-secondary-dark .helper-link:hover,
        .bg-secondary-dark .helper-link:focus {
            color: rgba(255, 255, 255, .35);
        }

    .helper-link:after {
        display: none !important;
    }

    @media (min-width: 576px) {
        .form-box-header img {
            display: block;
        }
    }

    @media (min-width: 768px) {
        .form-box-header {
            padding-left: 3rem;
            padding-right: 6rem;
            min-height: 7rem;
        }

            .form-box-header .helper-link {
                right: 3rem;
            }

        .form-box-content {
            padding-left: 3rem;
            padding-right: 3rem;
            padding-bottom: 3rem;
        }

        .form-title {
            font-size: 2.3rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 38.Member Search --------- */
    /*--------------------------------------- */
    .form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row wrap;
        padding-top: 2.8rem;
        padding-bottom: .9rem;
    }

        .form-row:not(:first-child) {
            border-top: .2rem solid #f6f6f6;
        }

    .form-row-label {
        color: #666;
        margin-bottom: 1.5rem;
    }

    .form-row .input-check-inline {
        margin-right: 0;
    }

    .form-row .input-group .input-check-inline:not(:last-child) {
        margin-right: 2.5rem;
    }


    /*--------------------------------------- */
    /* ----------- 39.Contact --------------- */
    /*--------------------------------------- */
    .contact-info {
        font-size: 2rem;
        line-height: 1.75;
    }

    .contact-list {
        margin: 0 0 4rem;
        padding: 0;
        list-style: none;
    }

        .contact-list li {
            padding: 0;
            margin: 0;
        }

    .contact-address {
        font-weight: 700;
        margin-bottom: 4rem;
    }

    .contact-list span {
        display: inline-block;
        font-weight: 700;
        min-width: 6.5rem;
        margin-right: .5rem;
    }

    .contact-list a[href^=tel] {
        color: inherit;
    }

        .contact-list a[href^=tel]:hover,
        .contact-list a[href^=tel]:focus {
            color: var(--primary-color);
        }

    .contact-form .form-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 0;
        font-size: 1.8rem;
    }

    .contact-form [type="submit"] {
        width: auto;
        min-width: 237px;
        margin-top: 2rem;
    }

    @media (min-width: 768px) {
        .contact-info {
            font-size: 2.1rem;
        }

        .contact-form .form-footer {
            flex-direction: row;
        }

        .contact-form [type="submit"] {
            margin-top: 0;
        }
    }

    @media (min-width: 992px) {
        .contact-info {
            font-size: 2.1rem;
        }
    }


    /*--------------------------------------- */
    /* ----------- 40.Footer ----------------- */
    /*--------------------------------------- */
    /*Notice*/
    .notice {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        box-shadow: 0 -1rem 1rem rgba(0,0,0, .15);
        padding-top: 2.2rem;
        padding-bottom: 2.2rem;
        z-index: 1000;
        font-size: 1.2rem;
    }

    .notice-hidden {
        display: none;
    }

    .notice-top {
        bottom: auto;
        top: 0;
        box-shadow: 0 1rem 1rem rgba(0,0,0, .15);
    }

    .notice .container,
    .notice .container-fluid {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .notice-text {
        font-weight: 500;
        margin-bottom: 0;
    }

    .notice-action {
        font-size: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 1rem;
    }

    .notice-close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        margin-top: -3.5rem;
        margin-right: 0.5rem;
        float: right;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 2.0;
        border-radius: 50%;
        color: #fff;
        background-color: var(--primary-color);
        transition: all .4s ease;
    }

        .notice-close:hover,
        .notice-close:focus {
            color: #fff;
            background-color: var(--secondary-color);
        }

    .notice .button {
        font-size: 1rem;
        min-width: 120px;
        padding: .8rem 1rem .8rem;
        margin: .2rem .2rem;
    }

        .notice [type="submit"] i,
        .notice .button i {
            font-size: 1.2rem;
        }

    @media (min-width: 768px) {
        .notice {
            font-size: 1.3rem;
        }

            .notice .button {
                font-size: 1.1rem;
                min-width: 150px;
                padding: 1rem 1.2rem 1rem;
                margin: .2rem .4rem;
            }

                .notice [type="submit"] i,
                .notice .button i {
                    font-size: 1.3rem;
                }
    }


    @media (min-width: 992px) {
        .notice {
            font-size: 1.4rem;
        }
    }

    @media (min-width: 1200px) {
        .notice .container,
        .notice .container-fluid {
            flex-direction: row;
            justify-content: center;
        }

        .notice-action {
            margin-top: 0;
            margin-left: 2rem;
        }

        .notice .button {
            font-size: 1.2rem;
            min-width: 150px;
            padding-left: 1.4rem;
            padding-right: 1.4rem;
        }
    }

    .footer {
        position: relative;
        z-index: 3;
        color: #474f56;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.33;
        padding-top: 7rem;
        padding-bottom: 5.3rem;
        background-color: #fff;
    }

        .footer .row {
            align-items: center;
            flex-direction: column;
        }

    .footer-left,
    .footer-right {
        flex: 0 0 auto;
        width: 210px;
    }

    .footer-right {
        display: flex;
        justify-content: center;
    }

    .footer-center {
        flex: 1 0 0%;
    }

    .footer-logo {
        display: block;
        max-width: 161px;
        margin-bottom: 3rem;
    }

    .footer-text {
        text-align: center;
        margin-bottom: 2rem;
    }

    .footer-menu {
        list-style: none;
        padding: 0;
        margin: 0 0 1rem;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
        text-align: center;
        font-weight: 600;
        font-family: var(--font-decimal);
        text-transform: uppercase;
    }

        .footer-menu li {
            padding-left: .8rem;
            padding-right: .8rem;
            margin-bottom: .8rem;
        }

        .footer-menu a {
            color: var(--primary-color);
            display: inline-block;
            position: relative;
        }

            .footer-menu a:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 0.1rem;
                background-color: var(--secondary-color);
                z-index: 1;
                transform-origin: right center;
                transform: scale(0, 1);
                transition: transform 0.4s ease-out;
            }

            .footer-menu a:hover,
            .footer-menu a:focus {
                color: var(--secondary-color);
            }

                .footer-menu a:hover:after,
                .footer-menu a:focus:after {
                    transform-origin: left center;
                    transform: scale(1, 1);
                }

    .socials {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
    }

    .social {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        height: 4rem;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 1.5;
        border-radius: 50%;
        color: #fff;
        background-color: var(--primary-color);
        transition: all .4s ease;
    }

        .social i {
            display: flex;
        }

        .social .icon-twitter {
            margin-bottom: -.2rem;
        }

        .social:after {
            display: none !important
        }

        .social:hover,
        .social:focus {
            color: #fff;
            background-color: var(--secondary-color);
        }

        .social:not(:last-child) {
            margin-right: 1rem;
        }

    .socials-simple .social {
        width: auto;
        height: auto;
        font-size: 2.2rem;
        color: var(--text-color);
        background-color: transparent;
    }

    .socials-simple .icon-facebook {
        font-size: 90%;
    }

    .socials-simple .social:hover,
    .socials-simple .social:focus {
        color: var(--primary-color);
    }

    .socials-simple .social:not(:last-child) {
        margin-right: 1.6rem;
    }

    #scroller {
        position: fixed;
        bottom: 0;
        right: 3rem;
        display: none;
        align-items: center;
        justify-content: center;
        visibility: hidden;
        cursor: pointer;
        z-index: 1001;
        width: 5.8rem;
        height: 5.4rem;
        font-weight: normal;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
        opacity: 0;
        text-transform: uppercase;
        transform: translateY(60px);
        border: none;
        color: #fff;
        overflow: hidden;
        transition: all 0.3s ease;
        background: linear-gradient(to top, var(--primary-color-dark) 0%,var(--primary-color-dark) 50%,var(--primary-color) 50%,var(--primary-color) 100%);
        background-size: 100% 200%;
        background-position: 100% 0;
    }

        #scroller.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        #scroller:hover,
        #scroller:focus {
            color: #fff;
            background-position: 100% 100%;
        }

    @media (min-width: 768px) {
        .footer {
            padding-top: 9rem;
            padding-bottom: 6.8rem;
        }

        .footer-menu {
            font-size: 1.5rem;
        }

        #scroller {
            display: flex;
        }
    }

    @media (min-width: 992px) {
        .footer .row {
            flex-direction: row;
        }

        .footer-right {
            justify-content: flex-end;
        }

        .footer-logo,
        .footer-text {
            margin-bottom: 0;
        }

        .footer-menu {
            margin-bottom: .8rem;
        }

            .footer-menu li {
                margin-bottom: .5rem;
                padding-left: 1.8rem;
                padding-right: 1.8rem;
            }

        #scroller {
            width: 6.4rem;
            height: 6rem;
            font-size: 1.3rem;
        }
    }

    @media (min-width: 1200px) {
        .footer {
            padding-top: 10.3rem;
            padding-bottom: 7.8rem;
        }

        #scroller {
            right: 4rem;
        }
    }

    @media (min-width: 1600px) {
        #scroller {
            right: 7rem;
            width: 6.6rem;
            height: 6.2rem;
            font-size: 1.4rem;
        }
    }

    /*--------------------------------------- */
    /* ----------- 41.Owl Carousel ---------- */
    /*--------------------------------------- */
    /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
    .owl-carousel {
        position: relative;
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        /* position relative and z-index fix webkit rendering fonts issue */
        z-index: 1;
    }

        .owl-carousel .owl-stage {
            position: relative;
            -ms-touch-action: pan-Y;
            touch-action: manipulation;
            -moz-backface-visibility: hidden;
            /* fix firefox animation glitch */
        }

            .owl-carousel .owl-stage:after {
                content: ".";
                display: block;
                clear: both;
                visibility: hidden;
                line-height: 0;
                height: 0;
            }

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            /* fix for flashing background */
            -webkit-transform: translate3d(0px, 0px, 0px);
        }

        .owl-carousel .owl-wrapper,
        .owl-carousel .owl-item {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
        }

        .owl-carousel .owl-item {
            position: relative;
            min-height: 1px;
            float: left;
            -webkit-backface-visibility: hidden;
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
        }

            .owl-carousel .owl-item img {
                display: block;
                width: 100%;
                max-width: none;
                height: auto;
            }

        .owl-carousel .owl-nav.disabled,
        .owl-carousel .owl-dots.disabled {
            display: none;
        }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next,
        .owl-carousel .owl-dot {
            cursor: pointer;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next,
        .owl-carousel .owl-dot {
            background: none;
            color: inherit;
            border: none;
            padding: 0;
        }

        .owl-carousel.owl-loaded {
            display: block;
        }

        .owl-carousel.owl-loading {
            opacity: 0;
            display: block;
        }

        .owl-carousel.owl-hidden {
            opacity: 0;
        }

        .owl-carousel.owl-refresh .owl-item {
            visibility: hidden;
        }

        .owl-carousel.owl-drag .owl-item {
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-carousel.owl-grab {
            cursor: move;
            cursor: grab;
        }

        .owl-carousel.owl-rtl {
            direction: rtl;
        }

            .owl-carousel.owl-rtl .owl-item {
                float: right;
            }

    /* No Js */
    .no-js .owl-carousel {
        display: block;
    }

    /*
 *  Owl Carousel - Animate Plugin
 */
    .owl-carousel .animated {
        animation-duration: 1000ms;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut;
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    /*
 *  Owl Carousel - Auto Height Plugin
 */
    .owl-height {
        transition: height 500ms ease-in-out;
    }

    .owl-carousel .owl-item .owl-lazy,
    .owl-carousel .owl-item video:not(.vid-animated) {
        opacity: 0;
        transition: opacity 400ms ease;
    }

    .owl-carousel .owl-item.active video:not(.vid-animated) {
        opacity: 1;
    }

    .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0;
    }

    .owl-carousel .owl-item img.owl-lazy {
        transform-style: preserve-3d;
    }

    /* Nav */
    .owl-nav {
        margin-top: 0;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        z-index: 99;
        display: none;
        align-items: center;
        justify-content: center;
        margin: 0;
        color: #d6d6d6;
        font-weight: 300;
        font-size: 4.4rem;
        padding: 2rem 1rem;
        border: none;
        line-height: 1;
        padding: 0;
        cursor: pointer;
        transform: translateY(-50%);
        text-transform: uppercase;
        transition: all 0.4s ease;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: -5rem
    }

    .owl-carousel .owl-nav .owl-next {
        right: -5rem
    }

        .owl-carousel .owl-nav .owl-prev:hover,
        .owl-carousel .owl-nav .owl-prev:focus,
        .owl-carousel .owl-nav .owl-next:hover,
        .owl-carousel .owl-nav .owl-next:focus {
            color: var(--primary-color);
            text-decoration: none;
            outline: none;
        }

        .owl-carousel .owl-nav .owl-prev.disabled,
        .owl-carousel .owl-nav .owl-next.disabled {
            visibility: hidden;
            pointer-events: none;
        }
    /* Dots */
    .owl-dots {
        margin-top: 1.5rem;
        line-height: 0;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
    }

        .owl-dots .owl-dot {
            display: inline-block;
            padding: .4rem .7rem;
        }

            .owl-dots .owl-dot span {
                display: block;
                width: 1.5rem;
                height: 1.5rem;
                margin: 0;
                border-radius: 50%;
                border-color: #e1e1e1;
                background: #e1e1e1;
                -webkit-backface-visibility: visible;
                transition: all 0.4s ease;
            }

            .owl-dots .owl-dot:hover,
            .owl-dots .owl-dot:focus {
                outline: none;
            }

            .owl-dots .owl-dot.active span {
                border-color: var(--primary-color);
                background: var(--primary-color);
                cursor: default;
            }

            .owl-dots .owl-dot:not(.active):hover span,
            .owl-dots .owl-dot:not(.active):focus span {
                border-color: var(--primary-color);
                background: var(--primary-color);
            }

    .owl-dots-inside .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5.5rem;
        margin: 0;
    }


    @media (min-width: 1200px) {
        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            display: flex;
        }
    }

    @media (min-width: 1600px) {
        .owl-dots-inside .owl-dots {
            bottom: 6.5rem;
        }
    }

    /*--------------------------------------- */
    /* ----------- 42.Utilities ------------- */
    /*--------------------------------------- */
    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

    .border-top {
        border-bottom: .2rem solid #ebebeb;
    }

    .border-bottom {
        border-bottom: .2rem solid #ebebeb;
    }

    .image-fluid {
        max-width: none;
        width: 100%;
    }

    .text-uppercase {
        text-transform: uppercase;
    }

    .text-left {
        text-align: right;
    }

    .text-center {
        text-align: center;
    }

    .text-right {
        text-align: right;
    }

    .text-white {
        color: #fff !important;
    }

    .text-dark {
        color: var(--text-color) !important;
    }

    .text-gray {
        color: #a6a9aa !important;
    }

    .text-primary {
        color: var(--primary-color) !important;
    }

    .text-secondary {
        color: var(--secondary-color-2) !important;
    }

    .font-400 {
        font-weight: 400;
    }

    .font-500 {
        font-weight: 500;
    }

    .font-600 {
        font-weight: 600;
    }

    .font-700 {
        font-weight: 700;
    }

    .bg-dots {
        background-image: url('../images/pattern-dots-red.png');
        background-repeat: repeat;
    }

    .bg-image {
        background-size: cover;
        background-color: #b1b1b1;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .parallax {
        background-attachment: fixed;
    }

    .touch .parallax {
        background-attachment: scroll;
    }

    .bg-no-repeat {
        background-repeat: no-repeat;
    }

    .bg-contain {
        background-size: contain;
    }

    .bg-position-top {
        background-position: center top;
    }

    .bg-position-bottom {
        background-position: center bottom;
    }

    .bg-position-left {
        background-position: left center;
    }

    .bg-position-right {
        background-position: right center;
    }

    .bg-position-left-top {
        background-position: left top;
    }

    .bg-position-right-top {
        background-position: right top;
    }

    .bg-overlay {
        position: relative;
    }

        .bg-overlay > * {
            position: relative;
            z-index: 2;
        }

        .bg-overlay:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: #474f56;
            opacity: .5;
        }

    .bg-overlay-light:after {
        opacity: .54;
        background-color: #fff;
    }

    .bg-primary {
        color: #fff;
        background-color: var(--primary-color) !important;
    }

        .bg-primary h1,
        .bg-primary h2,
        .bg-primary h3,
        .bg-primary h4 {
            color: inherit;
        }

    .bg-primary-light {
        color: #fff;
        background-color: var(--primary-color-light) !important;
    }

    .bg-secondary {
        color: #fff;
        background-color: var(--secondary-color) !important;
    }

    .bg-secondary-dark {
        color: #fff;
        background-color: var(--secondary-color-dark) !important;
    }

    .bg-dark {
        color: #fff;
        background-color: var(--text-color) !important;
    }

    .bg-white {
        background-color: #fff !important;
    }

    .bg-transparent {
        background-color: transparent !important;
    }

    .bg-gray {
        background-color: #b1b1b1 !important;
    }

    .bg-lightgray {
        background-color: #f7f7f7 !important;
    }

    .highlight {
        color: #fff;
        background-color: var(--primary-color);
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }

    .d-none {
        display: none !important;
    }

    .d-inline {
        display: inline !important;
    }

    .d-inline-block {
        display: inline-block !important;
    }

    .d-block {
        display: block !important;
    }

    .flex-wrap {
        flex-wrap: wrap !important;
    }

    .flex-nowrap {
        flex-wrap: nowrap !important;
    }

    .d-flex {
        display: flex !important;
        display: -ms-flex !important;
    }

    .d-inline-flex {
        display: inline-flex !important;
    }

    .flex-row {
        flex-direction: row !important;
    }

    .flex-column {
        flex-direction: column !important;
    }

    .flex-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-column-reverse {
        flex-direction: column-reverse !important;
    }

    .justify-content-start {
        justify-content: flex-start !important;
    }

    .justify-content-end {
        justify-content: flex-end !important;
    }

    .justify-content-center {
        justify-content: center !important;
    }

    .justify-content-between {
        justify-content: space-between !important;
    }

    .justify-content-around {
        justify-content: space-around !important;
    }

    .align-items-start {
        align-items: flex-start !important;
    }

    .align-items-end {
        align-items: flex-end !important;
    }

    .align-items-center {
        align-items: center !important;
    }

    .align-items-baseline {
        align-items: baseline !important;
    }

    .align-items-stretch {
        align-items: stretch !important;
    }

    .align-content-start {
        align-content: flex-start !important;
    }

    .align-content-end {
        align-content: flex-end !important;
    }

    .align-content-center {
        align-content: center !important;
    }

    .align-content-stretch {
        align-content: stretch !important;
    }

    .align-self-start {
        align-self: flex-start !important;
    }

    .align-self-end {
        align-self: flex-end !important;
    }

    .align-self-center {
        align-self: center !important;
    }

    .align-self-stretch {
        align-self: stretch !important;
    }

    .order-first {
        order: -1 !important;
    }

    .order-last {
        order: 6 !important;
    }

    [class^='mt-']:after,
    [class^='mb-']:after {
        content: '';
        display: table;
        clear: both;
    }

    .mt-0 {
        margin-top: 0 !important;
    }
    /* Negative */
    .mt--1 {
        margin-top: -1rem !important;
    }

    .mt--2 {
        margin-top: -2rem !important;
    }

    .mt--3 {
        margin-top: -3rem !important;
    }

    .mt--4 {
        margin-top: -4rem !important;
    }

    .mt--5 {
        margin-top: -5rem !important;
    }

    .mt-1 {
        margin-top: 1rem !important;
    }

    .mt-2 {
        margin-top: 2rem !important;
    }

    .mt-3 {
        margin-top: 3rem !important;
    }

    .mt-4 {
        margin-top: 4rem !important;
    }

    .mt-5 {
        margin-top: 5rem !important;
    }

    .mt-6 {
        margin-top: 6rem !important;
    }

    .mt-7 {
        margin-top: 7rem !important;
    }

    .mt-8 {
        margin-top: 8rem !important;
    }

    .mt-9 {
        margin-top: 9rem !important;
    }

    .mt-10 {
        margin-top: 10rem !important;
    }

    .mr-auto {
        margin-right: auto !important;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .mb-1 {
        margin-bottom: 1rem !important;
    }

    .mb-2 {
        margin-bottom: 2rem !important;
    }

    .mb-3 {
        margin-bottom: 3rem !important;
    }

    .mb-4 {
        margin-bottom: 4rem !important;
    }

    .mb-5 {
        margin-bottom: 5rem !important;
    }

    .mb-6 {
        margin-bottom: 6rem !important;
    }

    .mb-7 {
        margin-bottom: 7rem !important;
    }

    .mb-8 {
        margin-bottom: 8rem !important;
    }

    .mb-9 {
        margin-bottom: 9rem !important;
    }

    .mb-10 {
        margin-bottom: 10rem !important;
    }

    .mb-11 {
        margin-bottom: 11rem !important;
    }

    .mb-12 {
        margin-bottom: 12rem !important;
    }

    .mb-13 {
        margin-bottom: 13rem !important;
    }

    .mb-14 {
        margin-bottom: 14rem !important;
    }

    .mb-15 {
        margin-bottom: 15rem !important;
    }

    .ml-auto {
        margin-left: auto !important;
    }

    .p-0 {
        padding: 0 !important;
    }

    .pt-0 {
        padding-top: 0 !important;
    }

    .pt-1 {
        padding-top: 1rem !important;
    }

    .pt-2 {
        padding-top: 2rem !important;
    }

    .pt-3 {
        padding-top: 3rem !important;
    }

    .pt-4 {
        padding-top: 4rem !important;
    }

    .pt-5 {
        padding-top: 5rem !important;
    }

    .pt-6 {
        padding-top: 6rem !important;
    }

    .pt-7 {
        padding-top: 7rem !important;
    }

    .pt-8 {
        padding-top: 8rem !important;
    }

    .pt-9 {
        padding-top: 9rem !important;
    }

    .pt-10 {
        padding-top: 10rem !important;
    }

    .pt-11 {
        padding-top: 11rem !important;
    }

    .pt-12 {
        padding-top: 12rem !important;
    }

    .pt-13 {
        padding-top: 13rem !important;
    }

    .pt-14 {
        padding-top: 14rem !important;
    }

    .pt-15 {
        padding-top: 15rem !important;
    }

    .pt-16 {
        padding-top: 16rem !important;
    }

    .pt-17 {
        padding-top: 17rem !important;
    }

    .pt-18 {
        padding-top: 18rem !important;
    }

    .pb-0 {
        padding-bottom: 0 !important;
    }

    .pb-1 {
        padding-bottom: 1rem !important;
    }

    .pb-2 {
        padding-bottom: 2rem !important;
    }

    .pb-3 {
        padding-bottom: 3rem !important;
    }

    .pb-4 {
        padding-bottom: 4rem !important;
    }

    .pb-5 {
        padding-bottom: 5rem !important;
    }

    .pb-6 {
        padding-bottom: 6rem !important;
    }

    .pb-7 {
        padding-bottom: 7rem !important;
    }

    .pb-8 {
        padding-bottom: 8rem !important;
    }

    .pb-9 {
        padding-bottom: 9rem !important;
    }

    .pb-10 {
        padding-bottom: 10rem !important;
    }

    .pb-11 {
        padding-bottom: 11rem !important;
    }

    .pb-12 {
        padding-bottom: 12rem !important;
    }

    .pb-13 {
        padding-bottom: 13rem !important;
    }

    .pb-14 {
        padding-bottom: 14rem !important;
    }

    .pb-15 {
        padding-bottom: 15rem !important;
    }

    .pb-16 {
        padding-bottom: 16rem !important;
    }

    .pb-17 {
        padding-bottom: 17rem !important;
    }

    .pb-18 {
        padding-bottom: 18rem !important;
    }

    @media (min-width: 576px) {
        .d-sm-none {
            display: none !important;
        }

        .d-sm-inline {
            display: inline !important;
        }

        .d-sm-inline-block {
            display: inline-block !important;
        }

        .d-sm-block {
            display: block !important;
        }

        .d-sm-flex {
            display: flex !important;
        }

        .d-sm-inline-flex {
            display: inline-flex !important;
        }

        .flex-sm-row {
            flex-direction: row !important;
        }

        .flex-sm-column {
            flex-direction: column !important;
        }

        .flex-sm-row-reverse {
            flex-direction: row-reverse !important;
        }

        .flex-sm-column-reverse {
            flex-direction: column-reverse !important;
        }

        .justify-content-sm-start {
            justify-content: flex-start !important;
        }

        .justify-content-sm-end {
            justify-content: flex-end !important;
        }

        .justify-content-sm-center {
            justify-content: center !important;
        }

        .justify-content-sm-between {
            justify-content: space-between !important;
        }

        .justify-content-sm-around {
            justify-content: space-around !important;
        }

        .justify-content-sm-evenly {
            justify-content: space-evenly !important;
        }

        .align-items-sm-start {
            align-items: flex-start !important;
        }

        .align-items-sm-end {
            align-items: flex-end !important;
        }

        .align-items-sm-center {
            align-items: center !important;
        }

        .align-items-sm-baseline {
            align-items: baseline !important;
        }

        .align-items-sm-stretch {
            align-items: stretch !important;
        }

        .align-content-sm-start {
            align-content: flex-start !important;
        }

        .align-content-sm-end {
            align-content: flex-end !important;
        }

        .align-content-sm-center {
            align-content: center !important;
        }

        .align-content-sm-between {
            align-content: space-between !important;
        }

        .align-content-sm-around {
            align-content: space-around !important;
        }

        .align-content-sm-stretch {
            align-content: stretch !important;
        }

        .order-sm-first {
            order: -1 !important;
        }

        .order-sm-last {
            order: 6 !important;
        }

        .mt-sm-0 {
            margin-top: 0 !important;
        }

        .mt-sm-1 {
            margin-top: 1rem !important;
        }

        .mt-sm-2 {
            margin-top: 2rem !important;
        }

        .mt-sm-3 {
            margin-top: 3rem !important;
        }

        .mt-sm-4 {
            margin-top: 4rem !important;
        }

        .mt-sm-5 {
            margin-top: 5rem !important;
        }

        .mt-sm-6 {
            margin-top: 6rem !important;
        }

        .mt-sm-7 {
            margin-top: 7rem !important;
        }

        .mt-sm-8 {
            margin-top: 8rem !important;
        }

        .mt-sm-9 {
            margin-top: 9rem !important;
        }

        .mt-sm-10 {
            margin-top: 10rem !important;
        }

        .mb-sm-0 {
            margin-bottom: 0 !important;
        }

        .mb-sm-1 {
            margin-bottom: 1rem !important;
        }

        .mb-sm-2 {
            margin-bottom: 2rem !important;
        }

        .mb-sm-3 {
            margin-bottom: 3rem !important;
        }

        .mb-sm-4 {
            margin-bottom: 4rem !important;
        }

        .mb-sm-5 {
            margin-bottom: 5rem !important;
        }

        .mb-sm-6 {
            margin-bottom: 6rem !important;
        }

        .mb-sm-7 {
            margin-bottom: 7rem !important;
        }

        .mb-sm-8 {
            margin-bottom: 8rem !important;
        }

        .mb-sm-9 {
            margin-bottom: 9rem !important;
        }

        .mb-sm-10 {
            margin-bottom: 10rem !important;
        }

        .pt-sm-0 {
            padding-top: 0 !important;
        }

        .pt-sm-1 {
            padding-top: 1rem !important;
        }

        .pt-sm-2 {
            padding-top: 2rem !important;
        }

        .pt-sm-3 {
            padding-top: 3rem !important;
        }

        .pt-sm-4 {
            padding-top: 4rem !important;
        }

        .pt-sm-5 {
            padding-top: 5rem !important;
        }

        .pt-sm-6 {
            padding-top: 6rem !important;
        }

        .pt-sm-7 {
            padding-top: 7rem !important;
        }

        .pt-sm-8 {
            padding-top: 8rem !important;
        }

        .pt-sm-9 {
            padding-top: 9rem !important;
        }

        .pt-sm-10 {
            padding-top: 10rem !important;
        }

        .pb-sm-0 {
            padding-bottom: 0 !important;
        }

        .pb-sm-1 {
            padding-bottom: 1rem !important;
        }

        .pb-sm-2 {
            padding-bottom: 2rem !important;
        }

        .pb-sm-3 {
            padding-bottom: 3rem !important;
        }

        .pb-sm-4 {
            padding-bottom: 4rem !important;
        }

        .pb-sm-5 {
            padding-bottom: 5rem !important;
        }

        .pb-sm-6 {
            padding-bottom: 6rem !important;
        }

        .pb-sm-7 {
            padding-bottom: 7rem !important;
        }

        .pb-sm-8 {
            padding-bottom: 8rem !important;
        }

        .pb-sm-9 {
            padding-bottom: 9rem !important;
        }

        .pb-sm-10 {
            padding-bottom: 10rem !important;
        }

        .pb-sm-11 {
            padding-bottom: 11rem !important;
        }

        .pb-sm-12 {
            padding-bottom: 12rem !important;
        }

        .pb-sm-13 {
            padding-bottom: 13rem !important;
        }

        .pb-sm-14 {
            padding-bottom: 14rem !important;
        }

        .pb-sm-15 {
            padding-bottom: 15rem !important;
        }

        .pb-sm-16 {
            padding-bottom: 16rem !important;
        }

        .pb-sm-17 {
            padding-bottom: 17rem !important;
        }

        .pb-sm-18 {
            padding-bottom: 18rem !important;
        }
    }

    @media (min-width: 768px) {
        .d-md-none {
            display: none !important;
        }

        .d-md-inline {
            display: inline !important;
        }

        .d-md-inline-block {
            display: inline-block !important;
        }

        .d-md-block {
            display: block !important;
        }

        .d-md-flex {
            display: flex !important;
            display: -ms-flex !important;
        }

        .d-md-inline-flex {
            display: inline-flex !important;
        }

        .flex-md-row {
            flex-direction: row !important;
        }

        .flex-md-column {
            flex-direction: column !important;
        }

        .flex-md-row-reverse {
            flex-direction: row-reverse !important;
        }

        .flex-md-column-reverse {
            flex-direction: column-reverse !important;
        }

        .justify-content-md-start {
            justify-content: flex-start !important;
        }

        .justify-content-md-end {
            justify-content: flex-end !important;
        }

        .justify-content-md-center {
            justify-content: center !important;
        }

        .justify-content-md-between {
            justify-content: space-between !important;
        }

        .justify-content-md-around {
            justify-content: space-around !important;
        }

        .justify-content-md-evenly {
            justify-content: space-evenly !important;
        }

        .align-items-md-start {
            align-items: flex-start !important;
        }

        .align-items-md-end {
            align-items: flex-end !important;
        }

        .align-items-md-center {
            align-items: center !important;
        }

        .align-items-md-baseline {
            align-items: baseline !important;
        }

        .align-items-md-stretch {
            align-items: stretch !important;
        }

        .align-content-md-start {
            align-content: flex-start !important;
        }

        .align-content-md-end {
            align-content: flex-end !important;
        }

        .align-content-md-center {
            align-content: center !important;
        }

        .align-content-md-between {
            align-content: space-between !important;
        }

        .align-content-md-around {
            align-content: space-around !important;
        }

        .align-content-md-stretch {
            align-content: stretch !important;
        }

        .order-md-first {
            order: -1 !important;
        }

        .order-md-last {
            order: 6 !important;
        }

        .mt-md-0 {
            margin-top: 0 !important;
        }

        .mt-md-1 {
            margin-top: 1rem !important;
        }

        .mt-md-2 {
            margin-top: 2rem !important;
        }

        .mt-md-3 {
            margin-top: 3rem !important;
        }

        .mt-md-4 {
            margin-top: 4rem !important;
        }

        .mt-md-5 {
            margin-top: 5rem !important;
        }

        .mt-md-6 {
            margin-top: 6rem !important;
        }

        .mt-md-7 {
            margin-top: 7rem !important;
        }

        .mt-md-8 {
            margin-top: 8rem !important;
        }

        .mt-md-9 {
            margin-top: 9rem !important;
        }

        .mt-md-10 {
            margin-top: 10rem !important;
        }

        .mb-md-0 {
            margin-bottom: 0 !important;
        }

        .mb-md-1 {
            margin-bottom: 1rem !important;
        }

        .mb-md-2 {
            margin-bottom: 2rem !important;
        }

        .mb-md-3 {
            margin-bottom: 3rem !important;
        }

        .mb-md-4 {
            margin-bottom: 4rem !important;
        }

        .mb-md-5 {
            margin-bottom: 5rem !important;
        }

        .mb-md-6 {
            margin-bottom: 6rem !important;
        }

        .mb-md-7 {
            margin-bottom: 7rem !important;
        }

        .mb-md-8 {
            margin-bottom: 8rem !important;
        }

        .mb-md-9 {
            margin-bottom: 9rem !important;
        }

        .mb-md-10 {
            margin-bottom: 10rem !important;
        }

        .pt-md-0 {
            padding-top: 0 !important;
        }

        .pt-md-1 {
            padding-top: 1rem !important;
        }

        .pt-md-2 {
            padding-top: 2rem !important;
        }

        .pt-md-3 {
            padding-top: 3rem !important;
        }

        .pt-md-4 {
            padding-top: 4rem !important;
        }

        .pt-md-5 {
            padding-top: 5rem !important;
        }

        .pt-md-6 {
            padding-top: 6rem !important;
        }

        .pt-md-7 {
            padding-top: 7rem !important;
        }

        .pt-md-8 {
            padding-top: 8rem !important;
        }

        .pt-md-9 {
            padding-top: 9rem !important;
        }

        .pt-md-10 {
            padding-top: 10rem !important;
        }

        .pb-md-0 {
            padding-bottom: 0 !important;
        }

        .pb-md-1 {
            padding-bottom: 1rem !important;
        }

        .pb-md-2 {
            padding-bottom: 2rem !important;
        }

        .pb-md-3 {
            padding-bottom: 3rem !important;
        }

        .pb-md-4 {
            padding-bottom: 4rem !important;
        }

        .pb-md-5 {
            padding-bottom: 5rem !important;
        }

        .pb-md-6 {
            padding-bottom: 6rem !important;
        }

        .pb-md-7 {
            padding-bottom: 7rem !important;
        }

        .pb-md-8 {
            padding-bottom: 8rem !important;
        }

        .pb-md-9 {
            padding-bottom: 9rem !important;
        }

        .pb-md-10 {
            padding-bottom: 10rem !important;
        }

        .pb-md-11 {
            padding-bottom: 11rem !important;
        }

        .pb-md-12 {
            padding-bottom: 12rem !important;
        }
    }

    @media (min-width: 992px) {
        .d-lg-none {
            display: none !important;
        }

        .d-lg-inline {
            display: inline !important;
        }

        .d-lg-inline-block {
            display: inline-block !important;
        }

        .d-lg-block {
            display: block !important;
        }

        .d-lg-flex {
            display: flex !important;
            display: -ms-flex !important;
        }

        .d-lg-inline-flex {
            display: inline-flex !important;
        }

        .flex-lg-row {
            flex-direction: row !important;
        }

        .flex-lg-column {
            flex-direction: column !important;
        }

        .flex-lg-row-reverse {
            flex-direction: row-reverse !important;
        }

        .flex-lg-column-reverse {
            flex-direction: column-reverse !important;
        }

        .justify-content-lg-start {
            justify-content: flex-start !important;
        }

        .justify-content-lg-end {
            justify-content: flex-end !important;
        }

        .justify-content-lg-center {
            justify-content: center !important;
        }

        .justify-content-lg-between {
            justify-content: space-between !important;
        }

        .justify-content-lg-around {
            justify-content: space-around !important;
        }

        .justify-content-lg-evenly {
            justify-content: space-evenly !important;
        }

        .align-items-lg-start {
            align-items: flex-start !important;
        }

        .align-items-lg-end {
            align-items: flex-end !important;
        }

        .align-items-lg-center {
            align-items: center !important;
        }

        .align-items-lg-baseline {
            align-items: baseline !important;
        }

        .align-items-lg-stretch {
            align-items: stretch !important;
        }

        .align-content-lg-start {
            align-content: flex-start !important;
        }

        .align-content-lg-end {
            align-content: flex-end !important;
        }

        .align-content-lg-center {
            align-content: center !important;
        }

        .align-content-lg-between {
            align-content: space-between !important;
        }

        .align-content-lg-around {
            align-content: space-around !important;
        }

        .align-content-lg-stretch {
            align-content: stretch !important;
        }

        .order-lg-first {
            order: -1 !important;
        }

        .order-lg-last {
            order: 6 !important;
        }

        .mt-lg-0 {
            margin-top: 0 !important;
        }

        .mt-lg-1 {
            margin-top: 1rem !important;
        }

        .mt-lg-2 {
            margin-top: 2rem !important;
        }

        .mt-lg-3 {
            margin-top: 3rem !important;
        }

        .mt-lg-4 {
            margin-top: 4rem !important;
        }

        .mt-lg-5 {
            margin-top: 5rem !important;
        }

        .mt-lg-6 {
            margin-top: 6rem !important;
        }

        .mt-lg-7 {
            margin-top: 7rem !important;
        }

        .mt-lg-8 {
            margin-top: 8rem !important;
        }

        .mt-lg-9 {
            margin-top: 9rem !important;
        }

        .mt-lg-10 {
            margin-top: 10rem !important;
        }

        .mb-lg-0 {
            margin-bottom: 0 !important;
        }

        .mb-lg-1 {
            margin-bottom: 1rem !important;
        }

        .mb-lg-2 {
            margin-bottom: 2rem !important;
        }

        .mb-lg-3 {
            margin-bottom: 3rem !important;
        }

        .mb-lg-4 {
            margin-bottom: 4rem !important;
        }

        .mb-lg-5 {
            margin-bottom: 5rem !important;
        }

        .mb-lg-6 {
            margin-bottom: 6rem !important;
        }

        .mb-lg-7 {
            margin-bottom: 7rem !important;
        }

        .mb-lg-8 {
            margin-bottom: 8rem !important;
        }

        .mb-lg-9 {
            margin-bottom: 9rem !important;
        }

        .mb-lg-10 {
            margin-bottom: 10rem !important;
        }

        .pt-lg-0 {
            padding-top: 0 !important;
        }

        .pt-lg-1 {
            padding-top: 1rem !important;
        }

        .pt-lg-2 {
            padding-top: 2rem !important;
        }

        .pt-lg-3 {
            padding-top: 3rem !important;
        }

        .pt-lg-4 {
            padding-top: 4rem !important;
        }

        .pt-lg-5 {
            padding-top: 5rem !important;
        }

        .pt-lg-6 {
            padding-top: 6rem !important;
        }

        .pt-lg-7 {
            padding-top: 7rem !important;
        }

        .pt-lg-8 {
            padding-top: 8rem !important;
        }

        .pt-lg-9 {
            padding-top: 9rem !important;
        }

        .pt-lg-10 {
            padding-top: 10rem !important;
        }

        .pt-lg-11 {
            padding-top: 11rem !important;
        }

        .pt-lg-12 {
            padding-top: 12rem !important;
        }

        .pt-lg-13 {
            padding-top: 13rem !important;
        }

        .pt-lg-14 {
            padding-top: 14rem !important;
        }

        .pt-lg-15 {
            padding-top: 15rem !important;
        }

        .pt-lg-16 {
            padding-top: 16rem !important;
        }

        .pt-lg-17 {
            padding-top: 17rem !important;
        }

        .pt-lg-18 {
            padding-top: 18rem !important;
        }

        .pb-lg-0 {
            padding-bottom: 0 !important;
        }

        .pb-lg-1 {
            padding-bottom: 1rem !important;
        }

        .pb-lg-2 {
            padding-bottom: 2rem !important;
        }

        .pb-lg-3 {
            padding-bottom: 3rem !important;
        }

        .pb-lg-4 {
            padding-bottom: 4rem !important;
        }

        .pb-lg-5 {
            padding-bottom: 5rem !important;
        }

        .pb-lg-6 {
            padding-bottom: 6rem !important;
        }

        .pb-lg-7 {
            padding-bottom: 7rem !important;
        }

        .pb-lg-8 {
            padding-bottom: 8rem !important;
        }

        .pb-lg-9 {
            padding-bottom: 9rem !important;
        }

        .pb-lg-10 {
            padding-bottom: 10rem !important;
        }

        .pb-lg-11 {
            padding-bottom: 11rem !important;
        }

        .pb-lg-12 {
            padding-bottom: 12rem !important;
        }

        .pb-lg-13 {
            padding-bottom: 13rem !important;
        }

        .pb-lg-14 {
            padding-bottom: 14rem !important;
        }

        .pb-lg-15 {
            padding-bottom: 15rem !important;
        }

        .pb-lg-16 {
            padding-bottom: 16rem !important;
        }

        .pb-lg-17 {
            padding-bottom: 17rem !important;
        }

        .pb-lg-18 {
            padding-bottom: 18rem !important;
        }

        .pb-lg-19 {
            padding-bottom: 19rem !important;
        }

        .pb-lg-20 {
            padding-bottom: 20rem !important;
        }

        .pb-lg-21 {
            padding-bottom: 21rem !important;
        }

        .pb-lg-22 {
            padding-bottom: 22rem !important;
        }

        .pb-lg-23 {
            padding-bottom: 23rem !important;
        }

        .pb-lg-24 {
            padding-bottom: 24rem !important;
        }
    }

    @media (min-width: 1200px) {
        .d-xl-none {
            display: none !important;
        }

        .d-xl-inline {
            display: inline !important;
        }

        .d-xl-inline-block {
            display: inline-block !important;
        }

        .d-xl-block {
            display: block !important;
        }

        .d-xl-flex {
            display: flex !important;
            display: -ms-flex !important;
        }

        .d-xl-inline-flex {
            display: inline-flex !important;
        }

        .flex-xl-row {
            flex-direction: row !important;
        }

        .flex-xl-column {
            flex-direction: column !important;
        }

        .flex-xl-row-reverse {
            flex-direction: row-reverse !important;
        }

        .flex-xl-column-reverse {
            flex-direction: column-reverse !important;
        }

        .justify-content-xl-start {
            justify-content: flex-start !important;
        }

        .justify-content-xl-end {
            justify-content: flex-end !important;
        }

        .justify-content-xl-center {
            justify-content: center !important;
        }

        .justify-content-xl-between {
            justify-content: space-between !important;
        }

        .justify-content-xl-around {
            justify-content: space-around !important;
        }

        .justify-content-xl-evenly {
            justify-content: space-evenly !important;
        }

        .align-items-xl-start {
            align-items: flex-start !important;
        }

        .align-items-xl-end {
            align-items: flex-end !important;
        }

        .align-items-xl-center {
            align-items: center !important;
        }

        .align-items-xl-baseline {
            align-items: baseline !important;
        }

        .align-items-xl-stretch {
            align-items: stretch !important;
        }

        .align-content-xl-start {
            align-content: flex-start !important;
        }

        .align-content-xl-end {
            align-content: flex-end !important;
        }

        .align-content-xl-center {
            align-content: center !important;
        }

        .align-content-xl-between {
            align-content: space-between !important;
        }

        .align-content-xl-around {
            align-content: space-around !important;
        }

        .align-content-xl-stretch {
            align-content: stretch !important;
        }

        .order-xl-first {
            order: -1 !important;
        }

        .order-xl-last {
            order: 6 !important;
        }

        .mt-xl-0 {
            margin-top: 0 !important;
        }

        .mt-xl-1 {
            margin-top: 1rem !important;
        }

        .mt-xl-2 {
            margin-top: 2rem !important;
        }

        .mt-xl-3 {
            margin-top: 3rem !important;
        }

        .mt-xl-4 {
            margin-top: 4rem !important;
        }

        .mt-xl-5 {
            margin-top: 5rem !important;
        }

        .mt-xl-6 {
            margin-top: 6rem !important;
        }

        .mt-xl-7 {
            margin-top: 7rem !important;
        }

        .mt-xl-8 {
            margin-top: 8rem !important;
        }

        .mt-xl-9 {
            margin-top: 9rem !important;
        }

        .mt-xl-10 {
            margin-top: 10rem !important;
        }

        .mb-xl-0 {
            margin-bottom: 0 !important;
        }

        .mb-xl-1 {
            margin-bottom: 1rem !important;
        }

        .mb-xl-2 {
            margin-bottom: 2rem !important;
        }

        .mb-xl-3 {
            margin-bottom: 3rem !important;
        }

        .mb-xl-4 {
            margin-bottom: 4rem !important;
        }

        .mb-xl-5 {
            margin-bottom: 5rem !important;
        }

        .mb-xl-6 {
            margin-bottom: 6rem !important;
        }

        .mb-xl-7 {
            margin-bottom: 7rem !important;
        }

        .mb-xl-8 {
            margin-bottom: 8rem !important;
        }

        .mb-xl-9 {
            margin-bottom: 9rem !important;
        }

        .mb-xl-10 {
            margin-bottom: 10rem !important;
        }

        .pt-xl-0 {
            padding-top: 0 !important;
        }

        .pt-xl-1 {
            padding-top: 1rem !important;
        }

        .pt-xl-2 {
            padding-top: 2rem !important;
        }

        .pt-xl-3 {
            padding-top: 3rem !important;
        }

        .pt-xl-4 {
            padding-top: 4rem !important;
        }

        .pt-xl-5 {
            padding-top: 5rem !important;
        }

        .pt-xl-6 {
            padding-top: 6rem !important;
        }

        .pt-xl-7 {
            padding-top: 7rem !important;
        }

        .pt-xl-8 {
            padding-top: 8rem !important;
        }

        .pt-xl-9 {
            padding-top: 9rem !important;
        }

        .pt-xl-10 {
            padding-top: 10rem !important;
        }

        .pb-xl-0 {
            padding-bottom: 0 !important;
        }

        .pb-xl-1 {
            padding-bottom: 1rem !important;
        }

        .pb-xl-2 {
            padding-bottom: 2rem !important;
        }

        .pb-xl-3 {
            padding-bottom: 3rem !important;
        }

        .pb-xl-4 {
            padding-bottom: 4rem !important;
        }

        .pb-xl-5 {
            padding-bottom: 5rem !important;
        }

        .pb-xl-6 {
            padding-bottom: 6rem !important;
        }

        .pb-xl-7 {
            padding-bottom: 7rem !important;
        }

        .pb-xl-8 {
            padding-bottom: 8rem !important;
        }

        .pb-xl-9 {
            padding-bottom: 9rem !important;
        }

        .pb-xl-10 {
            padding-bottom: 10rem !important;
        }
    }


    @media (min-width: 1700px) {
        .d-xxl-none {
            display: none !important;
        }

        .d-xxl-inline {
            display: inline !important;
        }

        .d-xxl-inline-block {
            display: inline-block !important;
        }

        .d-xxl-block {
            display: block !important;
        }

        .d-xxl-flex {
            display: flex !important;
        }
    }


    /*--------------------------------------- */
    /* ----------- 43.Print ----------------- */
    /*--------------------------------------- */
    .d-print-block {
        display: none !important
    }

    .list-print {
        display: none;
    }

    @page {
        margin: 1cm;
    }

    @media print {
        .d-print-none {
            display: none !important;
        }

        .d-print-block {
            display: block !important
        }

        ::-webkit-scrollbar {
            width: 0px;
            background: transparent;
        }
        
        .list-print {
            display: table;
        }

        body {
            font-size: 12pt;
        }

        .main img,
        .main .image-fluid {
            max-width: 100%;
            width: auto;
        }

        .lead {
            font-size: 14pt;
        }

        h1 {
            font-size: 24pt;
            margin-bottom: 1rem;
        }

        h2 {
            font-size: 20pt;
            margin-bottom: 1rem;
        }

        h3,
        .event-details .event-host h3,
        .tab-details h3 {
            font-size: 16pt;
            margin-bottom: 1rem;
        }

        h4 {
            font-size: 14pt;
            margin-bottom: 1rem;
        }

        h5, h6 {
            font-size: 12pt;
            margin-bottom: 1rem;
        }

        .title-border {
            padding-bottom: 2rem;
        }

        .title.mb-6 {
            margin-bottom: 2rem !important;
        }

        .accordion-title,
        .title-box {
            padding: 0;
            color: #000;
            font-weight: normal;
            font-size: 16pt;
            margin-bottom: 1rem;
            margin-bottom: 2rem !important;
        }

            .accordion-title:after {
                display: none;
            }

        .bg-primary {
            padding-top: 2rem !important;
            padding-bottom: 2rem !important;
        }

            .bg-primary > * {
                color: #000 !important;
            }

        .text-white {
            color: #000 !important;
        }

        hr {
            margin-top: 1rem;
            margin-bottom: 2rem;
        }

        p a {
            color: var(--primary-color);
        }

            p a:before {
                content: "("attr(href)") ";
                font-size: 80%;
                display: inline;
                position: static;
                width: auto important;
                height: auto important;
                background-color: transparent;
                transform: scale(1, 1);
            }

        .page-wrapper,
        .main {
            display: block;
        }

        .tab-pane,
        .event-body,
        .person {
            page-break-inside: avoid;
        }

        .leaders .row,
        .members .row {
            display: block;
        }

            .leaders .row:after,
            .members .row:after {
                content: '';
                display: table;
                clear: both;
            }

        .leaders [class*="col-"],
        .members [class*="col-"] {
            display: block;
            float: left;
            width: 50%;
        }

        .event-info-list {
            margin-bottom: 1rem;
        }

        .header.sticky-header.fixed {
            position: static;
            box-shadow: none;
        }

        .header .row {
            padding-bottom: 0;
        }

        .header .col,
        .footer,
        .banner,
        .sidebar,
        .share-widget,
        .breadcrumb,
        .event-top,
        .more-link,
        .button,
        .nav-tabs,
        .print-link,
        .back-link,
        .content-footer,
        video,
        audio,
        iframe,
        .pagination,
        .media-box,
        .search-toolbar,
        .count,       
        .groups-nav,
        .member-toolbar,
        .flash-news-group,
        .flash-news,
        .entry-media,
        .addtocalendar,
        .cta,
        .secondments-toolbar,
        .item-media {
            display: none;
        }

        .logo {
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

        .container-fluid.pt-md-7 {
            padding-top: 2rem !important;
        }

        .bg-primary.pt-7.pb-6 {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important;
        }

        .bg-primary,
        .banner-title {
            color: var(--text-color);
        }

        .event-details-title {
            padding-bottom: 2rem;
            margin-bottom: 2.5rem;
        }

        .event-details .event-info {
            margin-bottom: 1rem;
        }

        .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }

        .content {
            margin-left: 0;
            margin-right: 0;
        }

        .container-fluid.pt-7 {
            padding-top: 0 !important;
        }

        .tab-details {
            padding-top: 0;
        }

        .fade:not(.show) {
            opacity: 1;
        }

        .tab-content > .tab-pane {
            display: block;
            margin-bottom: 2rem;
        }

        .tab-region.tab-content > .tab-pane {
            display: block;
            page-break-inside: avoid;
            margin-bottom: 1rem;
        }

        .practices-list {
            display: inline-block;
            page-break-inside: avoid;
        }

            .practices-list:after {
                content: '';
                display: table;
                clear: both;
            }

            .practices-list li {
                float: left;
                width: 50%;
            }

        .event-host .col-6 {
            width: 25%;
        }

        .objective-author {
            display: block;
        }


        .objective-author-media {
            margin-right: 2rem;
        }

        .objective-author-media,
        .objective-author-content {
            display: inline-block;
            vertical-align: middle;
        }
    }