/*---------------*/
/* NORMILIZE.CSS */
/*---------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*------------*/
/* LAYOUT.CSS */
/*------------*/
/* Base elements and classes */
html {
	border-bottom: 1px solid transparent;
	min-height: 100%;
}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section {
	/* class used in the full template-width containers */
	clear: both;
	margin: 0 auto;
}
section#gkPageTop {
	overflow: visible; /* Necessary to make menu working */
	width: 100%; /* Necessary to achieve full background width */
}
#gkTop1,
#gkTop2,
#gkTop3,
#gkTop4,
#gkTop5,
#gkTop6,
#gkTop7,
#gkTop8,
#gkTop9,
#gkTop10,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5,
#gkBottom6,
#gkBottom7,
#gkBottom8,
#gkBottom9,
#gkBottom10 {
	clear: both;
}
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5,
#gkBottom6,
#gkBottom7,
#gkBottom8,
#gkBottom9,
#gkBottom10 {
	margin-bottom: 75px;
}
/* Columns */
section#gkContent,
section#gkComponentWrap,
aside#gkSidebar {
	/* Main columns */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
.itemBody {
	float: left;
	width: 100%;
}
/*------------*/
/* JOOMLA.CSS */
/*------------*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-color: #bcbcbc #dadada #e5e5e5;
	border-style: solid;
	border-width: 1px;
	color: #777;
	padding: 10px 12px;
	max-width: 100%;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	padding: 24px
}
legend {
	color: #000000;
}
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 39px;
	line-height: 39px;
	padding: 12px;
}
html.-moz-select {
	padding: 3px 5px
}
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.readon {
	-webkit-appearance: none;
	background: #eee;
	border: 1px solid #eee;
	color: #000000!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	line-height: 39px;
	margin: 0 5px 2px 2px;
	padding: 0 24px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover {
	background: #000000;
	border-color: #000000;
	color: #fff!important;
}
input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
	background: transparent!important;
	border: none!important;
	height: auto!important;
}
select[size] {
	font-size: 12px;
	height: auto
}
select[size="1"] {
	height: 39px;
	line-height: 39px;
}
.invalid {
	border: 1px solid #e25527!important;
	color: #000
}
label {
	color: #111;
	font-size: 13px;
	font-weight: 600;
	padding: 0 6px 0 0;
}
label.invalid {
	background: #fff;
	border: none!important;
	color: #e25527!important
}
section img {
	display: block;
	height: auto;
	max-width: 100%;
}
table {
	margin-bottom: 20px;
	width: 100%
}
th {
	background: #000000;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}
tbody tr td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px
}
tbody tr td p {
	margin: .5em 0
}
section.login .login-fields {
	padding-bottom: 16px
}
section.login .login-fields label {
	display: block;
	float: left;
	line-height: 34px;
	min-width: 100px
}
section.login ul {
	font-size: 11px;
	margin-top: 40px
}
.profile dl {
	margin: 32px 0;
}
.profile dt {
	clear: both;
	color: #444;
	float: left;
	font-size: 14px;
	font-weight: 400;
	min-width: 200px;
}
.tip-wrap {
	z-index: 1;
}
#system-message {
	margin: 0;
	position: relative;
}
#system-message a.close,
#system-message h4.alert-heading {
	display: none;
}
#system-message p { margin: 0; padding:  0; text-align: center; font-size: 14px}
#system-message dd ul { list-style: none!important }
#system-message dd ul,
#system-message dd ul li { line-height: 1; }
#system-message dd,
#system-message .alert {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
	color: #080808;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	min-height: 24px;
	padding: 12px 10px;
	text-align: center;
}
#system-message dd.error,
#system-message .alert-error {
	background: #000000;
	color: #fff;
}
#system-message dd.notice,
#system-message .alert-notice {
	background: #ffde00;
	color: #080808;
}
#system-message-container {
	margin: 0;
	padding: 0;
}
#system-message dt {
	display: none
}
/* Languages */
#gkLang {
    float: right;
	margin: 28px 0 0;
}
#gkLang .gkPage {
    padding: 0;
}
div.mod-languages > div,
div.mod-languages > form {
	display: inline-block;
	margin: 0 3px
}
div.mod-languages {
	text-align: center
}
div.mod-languages p {
	margin-bottom: .5em
}
.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
	display: inline-block;
	float: left
}
div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
	font-size: 13px;
	line-height: 34px;
	margin: 0
}
div.mod-languages ul.lang-inline li:after {
    content: "/";
    margin: 0;
}
div.mod-languages ul.lang-inline li:last-child:after {
	content: '';
}
.mod-languages ul li.lang-active {
	font-weight: 700
}
div.mod-languages ul.lang-inline li a {
	color: #000000;
}
/*-------------*/
/* TEMPATE.CSS */
/*-------------*/
/* Basic elements */
html {
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	background: #fff;
	color: #000000;
	font-family: 'Arial';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 2000px;
	min-height: 100%;
	overflow-x: hidden;
	padding: 0;
	word-wrap: break-word;
}
a {
	color: #000000;
	position: relative;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	text-decoration: none;
}
a:hover {
	color: #008380;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 44px;
	font-weight: 500;
}
h2,
.componentheading {
	font-size: 42px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 15px 0 30px;
}
iframe {
	max-width: 100%!important;
}
/* Containers */
.gkPage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	margin: 0 auto!important;
	padding: 0;
	width: 100%;
}
.gkPageS {
	width: 100%;
	max-width: 820px;
	float: left;
	padding-left: 100px;
	box-sizing: border-box;
}
.gkPageXS {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	margin: 0 auto!important;
	padding: 0;
	width: 100%;
	max-width: 710px;
}
#gkHeader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#gkHeaderTop {
	position: relative;
	width: 100%;
	z-index: 10001;
}
#gkHeaderTop > .gkPage {
	position: relative;
}
#gkHeaderMod {
	float: left;
	position: relative;
	width: 100%;
}
#gkHeaderNav {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	max-width: 2000px;
	position: relative;
	float: left;
	top: 0;
	width: 100%;
}
#gkHeaderNav.scroll {
	background-color: #fff;
	/*-webkit-box-shadow: 0 0 13px -10px #000000;
	-moz-box-shadow: 0 0 13px -10px #000000;
	box-shadow: 0 0 13px -10px #000000;*/
}
#gkHeaderNav > div {
	position: relative;
}
/* TEMPLATE MENU */
#gkMainMenu {
	float: left;
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
}
#gkMainMenu:after {
	clear: both;
	content: "";
	display: table;
}
#gkMainMenu .gkMenu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0;
	position: relative;
	text-align: center;
}
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkmenu.level0 {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
	max-width: 760px;
    width: 100%;
}
.gkMenu > ul > li {
	clear: none!important;
	display: inline-block;
	font-size: 14px;
	text-align: left;
}
.gkMenu > ul > li:first-child {
	display: none;
}
.gkMenu > ul > li > a {
	display: block;
	float: left;
	font-weight: 500;
	position: relative;
}
/* main menu CSS */
.gkMenu > ul > li > a,
.gkMenu > ul > li > a:after {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.gkMenu ul ul {
	padding: 12px 0 8px;
}
.gkMenu > ul li div.childcontent {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eee;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.2); 
	margin-top: 0;
	text-transform: none;
}
.gkMenu > ul li div.childcontent-inner {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gkMenu > ul li > .childcontent .gkcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0;
}
.gkMenu > ul li div.childcontent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	margin: 0;
	padding: 0 20px;  
	text-align: left;
}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.gkMenu > ul li div.childcontent li:first-child  { 
	border: none;
}
.gkMenu > ul li div.childcontent a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 7px 0; 
}
.gkMenu > ul li li div.childcontent small {
	padding-bottom: 5px;
}
.gkMenu > ul li div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}
.gkMenu > ul li div.childcontent .header {
	display: block;
	font-weight: 600;
	margin: 6px 0 0;
	padding: 0 20px;
}
.gkMenu > ul li div.childcontent .header small {
	display: block;
	text-transform: none;
}
.gkMenu .childcontent.active,
.gkMenu > ul > li:hover > .childcontent {
    pointer-events: auto;
}
.gkMenu .childcontent {
    pointer-events: none;
}
/* hide mobile menu */
#gkMobileMenu {
	display: none;
}
/* Logo  */
div.logoContainer {
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
	padding: 32px 0;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #CFCFCF;
}
#gkLogo {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
}
#gkLogo img,
#gkLogo svg {
	display: block;
	margin: 0;
	height: auto;
	width: auto;
}
/* Group modules */
#gkTop1,
#gkTop2,
#gkTop3,
#gkTop4,
#gkTop5,
#gkTop6,
#gkTop7,
#gkTop8,
#gkTop9,
#gkTop10,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5,
#gkBottom6,
#gkBottom7,
#gkBottom8,
#gkBottom9,
#gkBottom10 {
	overflow: hidden;
	padding: 0;
}
#gkPageWrap {
	margin: 0 auto;
}
#gkContent,
#gkPageContent {
	width: 100%;
}
/* footer */
#gkFooter {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
}
/* Suffixes */
div.content {
	clear: both;
}
#fancybox-overlay {
	z-index: 10002;
}

/* Main Menu */
.modMenu {
	float: left;
	width: 100%;
	margin: 15px 0 100px;
}
.modMenu .menu {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.modMenu .menuItem.item-137 {
	display: none;
}
.modMenu .menuItem {
	margin: 0 17px;
}
.modMenu .menuItem a {
	font-size: 14px;
}
.modMenu .menuItem.active a,
.modMenu .menuItem a:hover {
	color: #008380;
}

/* Gg Footer */
.ggFooter {
	float: left;
	width: 100%;
	background-color: #E7E7E7;
	padding: 40px 100px;
	box-sizing: border-box;
	font-size: 14px;
}
.ggFooter .contact {
	float: left;
	width: auto;
	text-align: left;
}
.ggFooter .menu {
	float: right;
	width: auto;
}
.ggFooter .menuItem {
	float: left;
	padding: 0 20px;
	border-right: 2px solid #000;
}
.ggFooter .menuItem:last-child {
	padding-right: 0;
	border-right: none;
}
.ggFooter .menu a {
	float: left;
	line-height: 1;
}
.ggFooter .copyright {
	float: right;
	clear: right;
	margin-top: 50px;
}
.ggFooter .createdBy {
	float: right;
	clear: right;
}

/* Pagination */
.pagination {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.paginationText {
	float: left;
	width: auto;
	font-size: 14px;
	text-transform: uppercase;
}
.paginationPages {
	float: right;
	width: auto;
}
.paginationPage {
	float: left;
	width: auto;

	font-size: 14px;
}
.paginationPage * {
	padding: 0 10px;
}
.paginationPage span {
	color: #008380;
}

/* Main Title */
.mainTitle {
	float: left;
	width: 100%;
	background-color: #008380;
	padding: 80px 100px;
	box-sizing: border-box;
	margin-bottom: 85px;
}
.blogArticle .mainTitle {
	padding: 80px 20%;
}
.mainTitle .title {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.blogArticle .mainTitle .title {
	font-size: 28px;
	font-weight: normal;
}

/* Typography */
.article p {
	margin: 0 0 50px;
}
.article .subtitle {
	float: left;
	width: 100%;
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #008380;
}
.article .quote {
	position: relative;
	padding-left: 0 !important;
	color: #008380;
}
.article .quote:before {
	content: '';
	width: 35px;
	height: 35px;
	background-image: url('../../../images/template/quote.png');
	position: absolute;
	left: -65px;
	top: -10px;
}
.customArticle.article ul,
.blogArticle .fullText ul {
	padding-left: 36px;
	margin-bottom: 50px;
	list-style: none;
}
.customArticle li,
.blogArticle .fullText li{
	position: relative;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.article li:last-child {
	border-bottom: none;
}
.article li:before {
	content: ">";
	position: absolute;
	left: -36px;
	font-weight: bold;
	font-size: 14px;
	top: 1px;
}
.article .subtitleWithLine {
	padding-top: 10px;
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 300;
	color: #00847F;
	border-top:1px solid #00847F;
}

/* Blog Category */
.blogItems {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.blogItems .blogItem {
	width: calc(33.33% - 22px);
	margin-bottom: 100px;
}
.blogItems .blogItemImage {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.blogItems .blogItemCreationDate {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	color: #808080;
	line-height: 1;
	margin-bottom: 20px;
}
.blogItems .blogItemTitle {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
}
.blogItems .blogItemViewMore {
	float: left;
	width: auto;
	clear: left;
	margin-top: 30px;
}
.blogItems .blogItemViewMore a {
	text-transform: uppercase;
	font-size: 12px;
	color: #008380;
	border-bottom: 1px solid #008380;
}
.blogItems .blogItemViewMore a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

/* Blog Articles */
.blogArticle .date {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.blogArticle .imageContainer {
	float: left;
	width: 100%;
	margin: -120px 0 85px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	position: relative;
}
.blogArticle .imageContainer .image {
	width: 820px;
}
.blogArticle .imageContainer .image div,
.blogArticle .imageContainer .image img {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}
.blogArticle .imageContainer .image:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #008380;
}
.blogArticle .fullText p {
	margin: 0 0 30px;
/*	float: left;*/
}
.blogArticle .share {
	float: left;
	width: 100%;
	margin: 30px 0 25px;
	padding: 15px 0;
	border-top: 1px solid #008380;
	border-bottom: 1px solid #008380;
}
.blogArticle .shareText {
	float: left;
	width: auto;
	font-size: 14px;
	line-height: 32px;
	color: #008380;
}
.blogArticle .shareButtons {
	float: right;
	width: auto;
}
.blogArticle .shareButtons i {
	color: #008380;
	transition: color 0.3s ease 0s;
}
.blogArticle .shareButtons i:hover {
	color: #000;
}

/* Contact Us Banner */
.ggContactUsBanner {
	float: left;
	width: 100%;
	background-color: #DDEFEE;
	padding: 40px 100px;
	box-sizing: border-box;
}
.ggContactUsBanner .text {
	margin-bottom: 50px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #00847F;
}
.ggContactUsBanner .title {
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.ggContactUsBanner .contact {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.ggContactUsBanner .contact > div {
	margin-top: 15px;
}
.ggContactUsBanner .contact * {
	font-size: 20px;
	font-weight: 300;
}

/* Custom Articles */
.customArticle .fieldsIntro .blueText {
	font-size: 24px;
	font-weight: 300;
	color: #008380;
	margin-bottom: 75px;
}
.customArticle .fieldsIntro .image {
	margin-bottom: 75px;
}
.customArticle .fieldsIntro .blackText {
	margin-bottom: 75px;
}
.customArticle .fullText {
	margin-bottom: 75px;
}
.customArticle .fieldsImageText,
.customArticle .fieldsTextImage {
	float: left;
	width: 100%;
	margin-bottom: 75px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.customArticle .fieldsTextImage {
	justify-content: flex-end;
}
.customArticle .fieldsImageText .image {
	width: 50%;
	padding-right: 50px;
	box-sizing: border-box;
}
.customArticle .fieldsTextImage .image {
	width: 50%;
	padding-left: 50px;
	box-sizing: border-box;
}
.customArticle .fieldsImageText .image img {
	float: right;
}
.customArticle .fieldsTextImage .image img {
	float: left;
}
.customArticle .fieldsImageText .text {
	width: 50%;
	max-width: 620px;
	padding: 0 100px 0 50px;
	box-sizing: border-box;
}
.customArticle .fieldsTextImage .text {
	width: 50%;
	max-width: 620px;
	padding: 0 50px 0 100px;
	box-sizing: border-box;
}
.customArticle .fieldsLinks {
	float: left;
	width: 100%;
	margin: 50px 0 100px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.customArticle .fieldsLinks a {
	position: relative;
	margin: 0 25px 45px;
	border-bottom: 1px solid #008380;
	color: #008380;
	padding: 5px 30px;
	font-size: 14px;
	font-weight: bold;
	transition: color 0.3s ease 0s;
}
.customArticle .fieldsLinks a:before {
	content: '';
	background-color: #008380;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-image: url("../../../images/template/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	bottom: -45px;
	left: calc(50% - 15px);
	transition: background-color 0.3s ease 0s;
}
.customArticle .fieldsLinks a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.customArticle .fieldsLinks a:hover:before {
	background-color: #000;
}
.customArticle .fieldsBannerSlider {
	padding:0 100px;
	margin: 75px 0;
	box-sizing: border-box;
}
.customArticle .fieldsBannerSlider .owl-carousel {
	padding: 0 100px;
	box-sizing: border-box;
}
.customArticle .fieldsBannerSlider .owl-prev {
	width: 62px;
	height: 62px;
	font-size: 26px;
	line-height: 62px;
	text-align: center;
	transform: rotate(90deg);
	position: absolute;
	background-color: #fff;
	color: #008380;
	transition: all 0.3s ease 0s;
}
.customArticle .fieldsBannerSlider .owl-next {
	width: 62px;
	height: 62px;
	font-size: 26px;
	line-height: 62px;
	text-align: center;
	transform: rotate(-90deg);
	position: absolute;
	background-color: #fff;
	color: #008380;
	transition: all 0.3s ease 0s;
}
.customArticle .fieldsBannerSlider .owl-prev:before,
.customArticle .fieldsBannerSlider .owl-next:before {
	content: '';
	width: 62px;
	height: 62px;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #fff;
	border: 1px solid #008380;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: -1;
	transition: all 0.3s ease 0s;
}
.customArticle .fieldsBannerSlider .owl-prev:hover,
.customArticle .fieldsBannerSlider .owl-next:hover{
	color: #000;
}
.customArticle .fieldsBannerSlider .owl-prev:hover:before,
.customArticle .fieldsBannerSlider .owl-next:hover:before {
	border: 1px solid #000;
}
.customArticle .fieldsStuff {
	float: left;
	width: 100%;
	margin: 75px 0 175px;
}
.customArticle .fieldsStuff .title {
	color: #008380;
	font-size: 20px;
	font-weight: bold;
}
.customArticle .fieldsStuff .stuffList {
	float: left;
	width: 100%;
	margin-top: 75px;
}
.customArticle .fieldsStuff .stuff {
	float: left;
	width: 100%;
	border-bottom: 1px solid #D5D5D5;
	padding: 10px 0;
}
.customArticle .fieldsStuff .stuff:last-child {
	border-bottom: none;
}
.customArticle .fieldsStuff .name {
	float: left;
	width: auto;
	font-size: 18px;
}
.customArticle .fieldsStuff .specialty {
	float: left;
	clear: left;
	font-size: 14px;
	color: #4D4D4D;
	margin-top: 2px;
}
.customArticle .fieldsStuff .pdf {
	float: right;
	font-size: 12px;
	line-height: 21px;
	color: #008380;
	position: relative;
	padding-right: 40px;
	margin-top: -12px;
}
.customArticle .fieldsStuff .pdf:before {
	content: '';
	background-color: #008380;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-image: url("../../../images/template/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	bottom: -4px;
	right: -4px;
	transition: background-color 0.3s ease 0s;
	transform: scale(0.7);
}

/* gkBottom5 */
#gkBottom5 .container {
	background-color: #E7E7E7;
	padding: 75px 100px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
body.homePage #gkBottom5 .container {
	background-color: #FFF;
}

/* Gg Banner */
.ggBanner.layoutOne,
.ggBanner.layoutTwo,
.ggBanner.layoutThree,
.ggBanner.layoutFour {
	float: left;
	width: 100%;
	padding: 75px 100px;
	box-sizing: border-box;
}
.ggBanner.layoutFive {
	float: left;
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}
.ggBanner.layoutTwo,
.ggBanner.layoutThree,
.ggBanner.layoutFour {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
}
.ggBanner.layoutThree.green,
.ggBanner.layoutFour.green {
	background-color: #DDEFEE;
}
.ggBanner.layoutThree.grey,
.ggBanner.layoutFour.grey {
	background-color: #E7E7E7;
}
.ggBanner.layoutTwo > div,
.ggBanner.layoutThree > div {
	width: 42%;
}
.ggBanner.layoutOne .sectorOne {
	float: left;
	width: 100%;
	max-width: 710px;
}
.ggBanner.layoutOne .sectorTwo {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.ggBanner.layoutFive .sectorOne {
	width: auto;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	position: relative;
}
.ggBanner.layoutTwo .sectorTwo {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.ggBanner.layoutThree .sectorTwo {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.ggBanner.layoutOne .title,
.ggBanner.layoutTwo .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}
.ggBanner.layoutFive .title {
	position: absolute;
	bottom: 65px;
	left: -170px;
	font-size: 44px;
	font-weight: 300;
	max-width: 250px;
	line-height: 1.2;
}
.ggBanner.layoutOne .text {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 50px;
	line-height: 1.5;
}
.ggBanner.layoutTwo .text,
.ggBanner.layoutThree .text {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 1.3;
}
.ggBanner.layoutTwo ul {
	padding-left: 36px;
	margin: 50px 0;
	list-style: none;
}
.ggBanner.layoutTwo li{
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.ggBanner.layoutTwo li:last-child {
	border-bottom: none;
}
.ggBanner.layoutTwo li:before {
	content: ">";
	position: absolute;
	left: -36px;
	font-weight: bold;
	font-size: 14px;
	top: 1px;
}
.ggBanner.layoutThree .title {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 25px;
}
.ggBanner.layoutTwo .link,
.ggBanner.layoutThree .link {
	align-self: flex-start;
	-webkit-align-self: flex-start;
	float: left;
	width: auto;
	margin-top: auto;
	line-height: 40px;
	padding: 0 40px;
	background-color: #00847F;
	border: 1px solid #00847F;
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
}
.ggBanner.layoutOne .link:hover,
.ggBanner.layoutTwo .link:hover,
.ggBanner.layoutThree .link:hover,
.ggBanner.layoutFour .link:hover{
	background-color: transparent;
	color: #00847F;
}
.ggBanner.layoutFour .sectorOne {
	width: 100%;
	max-width: 400px;
}
.ggBanner.layoutFour .title {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ggBanner.layoutFour .text {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
}
.ggBanner.layoutOne .link,
.ggBanner.layoutFour .link {
	float: left;
	width: auto;
	line-height: 40px;
	padding: 0 40px;
	background-color: #00847F;
	border: 1px solid #00847F;
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
}
.ggBanner.layoutOne .link:hover
.ggBanner.layoutFour .link:hover {
	background-color: transparent;
	color: #00847F;
}

/* Gg Slider */
#gkBottom6 {
	background-image: linear-gradient(#fff, #CCE7E6);
}
.ggSlider {
	padding:0 100px 75px;
	margin: 75px 0 0;
	box-sizing: border-box;
	position: relative;
}
.ggSlider .intro {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.ggSlider .intro .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
}
.ggSlider .intro .text {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 1.3;
	max-width: 560px;
	text-align: center;
}
.ggSlider .slider {
	margin-top: 50px;
	padding: 0 20%;
	box-sizing: border-box;
}
.ggSlider .owl-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(50% - 30px);
}
.ggSlider .owl-prev {
	width: 60px;
	height: 60px;
	font-size: 26px;
	line-height: 64px;
	text-align: center;
	transform: rotate(90deg);
	position: absolute;
	color: #008380;
	background-color: transparent;
	transition: all 0.3s ease 0s;
}
.ggSlider .owl-next {
	width: 60px;
	height: 60px;
	font-size: 26px;
	line-height: 64px;
	text-align: center;
	transform: rotate(-90deg);
	position: absolute;
	color: #008380;
	background-color: transparent;
	transition: all 0.3s ease 0s;
}
.ggSlider .owl-prev:before,
.ggSlider .owl-next:before {
	content: '';
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	position: absolute;
	border: 1px solid #008380;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: -1;
	transition: all 0.3s ease 0s;
}
.ggSlider .owl-prev:hover,
.ggSlider .owl-next:hover{
	color: #000;
}
.ggSlider .owl-prev:hover:before,
.ggSlider .owl-next:hover:before {
	border: 1px solid #000;
}
.slideInfo {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 30px;
}
.ggSlider .counter {
	text-align: center;
}
.ggSlider .currentSlide {
	font-size: 32px;
	font-weight: 300;
	float: left;
	line-height: 0.9;
}
.ggSlider .sumOfSlides {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.ggSlider .slideText {
	font-weight: 300;
	margin-top: 20px;
}
.ggSlider .link {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: auto;
	line-height: 40px;
	padding: 0 40px;
	background-color: #00847F;
	border: 1px solid #00847F;
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
}
.ggSlider .link:hover {
	background-color: transparent;
	color: #00847F;
}

/* Blog List */
.blogList {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	float: left;
	width: 100%;
	padding: 75px 0;
	box-sizing: border-box;
}
.blogList .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 75px;
	width: 100%;
	text-align: center;
}
.blogList .blogItems .blogItem {
	margin-bottom: 0;
}
.blogList .link {
	width: auto;
	margin: 100px auto 0;
	line-height: 40px;
	padding: 0 40px;
	background-color: #00847F;
	border: 1px solid #00847F;
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
}
.blogList .link:hover {
	background-color: transparent;
	color: #00847F;
}

/* Gg Google Maps */
.ggGoogleMap {
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 100px;
}
.ggGoogleMaps * {
	font-size: 18px;
}
.ggGoogleMaps .embedded {
	margin: 0 0 100px;
}
.ggGoogleMaps .embedded iframe {
    width: 100% !important;
    height: 540px !important;
    max-height: 80vh;
}
.ggGoogleMaps .contactInfo {
	margin-bottom: 90px;
}
.ggGoogleMaps .place,
.ggGoogleMaps .phoneNumbers,
.ggGoogleMaps .webAddress {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 10px;
}
.ggGoogleMaps .place .postcode,
.ggGoogleMaps .phoneNumbers .separator {
	padding: 0 5px;
}

/* RS Form */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
}
.rsFormContainer {
	margin: 0 auto 175px;
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 850px;
	padding: 0 150px;
	box-sizing: border-box;
}
.rsFormContainer > p {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}
.contactForm h2 {
	color: #00847F;
	padding: 0 30px 2px;
	margin: 0 auto 90px;
	border-bottom: 1px solid #00847F;
	font-size: 18px;
	width: auto;
	display: table;
	table-layout: fixed;
}
.contactForm {
	margin: 0;
}
.contactForm .formContainer div.rsform-block {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.contactForm .formContainer label.formControlLabel {
	display: none;
}
.contactForm .formContainer div.formControls {
	margin: 0;
}
.contactForm .formContainer input[type="text"],
.contactForm .formContainer input[type="email"] {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 15px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	line-height: 32px;
	height: 32px;
	font-size: 14px;
	color: #000;
}
.contactForm .formContainer textarea {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 15px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	height: 150px;
	min-height: 32px;
	font-size: 14px;
	color: #000;
	resize: vertical;
}
.contactForm .formContainer .rsform-block-gdpr label {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 30px;
	margin-top: 25px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: normal;
}
.contactForm .formContainer .rsform-block-gdpr label input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	margin: 3px 0 0;
}
.contactForm .formContainer .rsform-block-gdpr label span {
	color: #E70000;
}
.contactForm .formContainer div.rsform-block-captcha {
	height: 0;
	margin: 0;
}
.contactForm .formContainer .rsform-block-submit .formControls {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 75px;
}
.contactForm .formContainer button.rsform-submit-button {
	float: left;
	width: auto;
	margin: 0;
	line-height: 37px;
	padding: 0 40px;
	background-image: none;
	background-color: #00847F;
	border: 1px solid #00847F;
	border-radius: 0;
	box-shadow: none;
	color: #fff !important;
	font-size: 12px;
	text-shadow: none;
	font-weight: normal;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
}
.contactForm .formContainer button.rsform-submit-button:hover {
	background-color: #FFF;
	color: #00847F !important;
}
.contactForm .formValidation {
	position: absolute;
}
.contactForm .rsform-block-gdpr .formValidation {
	margin-top: 15px;
}
.contactForm .formValidation span {
	background-image: url("../../../images/template/error.png");
	float: left;
	width: auto;
	height: auto;
	padding-left: 50px;
	font-size: 10px;
	color: red;
	margin: 0;
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: 20px 10px;
}

/* Back To Top */
.backToTop {
	position: fixed;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #005754;
	font-family: 'aw-font';
	font-size: 35px;
	text-align: center;
	line-height: 42px;
	transform: rotate(-90deg);
	color: #005754;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.backToTop:hover {
	background-color: #005754;
	color: #fff;
}

/* Hamburger Animated Menu */
.hamburgerMenu {
	display: none;
	width: 60px;
	height: 45px;
	position: absolute;
	margin: 0;
	-webkit-transform: scale(0.8) rotate(0deg);
	-moz-transform: scale(0.8) rotate(0deg);
	-o-transform: scale(0.8) rotate(0deg);
	transform: scale(0.8) rotate(0deg) ;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	top: 20px;
	right: 20px;
	z-index: 100;
}
.hamburgerMenu span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	background: #00847F;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.hamburgerMenu span:nth-child(1) {
	top: 0px;
}
.hamburgerMenu span:nth-child(2),
.hamburgerMenu span:nth-child(3) {
	top: 18px;
}
.hamburgerMenu span:nth-child(4) {
	top: 36px;
}
.hamburgerMenu.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.hamburgerMenu.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburgerMenu.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hamburgerMenu.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.menuOneLine {
    width: 100%;
    display: flex;
    justify-content: center;
}
.modMenu {
    float: unset;
    width: auto;
    margin: 15px 0 100px;
}
.mod-languages {
    padding-top: 11px;
    padding-left: 18px;
}

/* Responsive */
@media screen and (max-width: 1240px) {
	.blogItems .blogItem {
		margin: 0 10px 100px;
	}
	.ggBanner.layoutOne,
	.ggBanner.layoutTwo,
	.ggBanner.layoutThree,
	.ggBanner.layoutFour {
		padding: 75px 50px;
	}
	.ggSlider {
		padding: 0 50px 75px;
	}
	.ggFooter {
		padding: 40px 50px;
	}
	.mainTitle {
		padding: 80px 50px;
	}
	.gkPageS {
		padding: 0 50px;
	}
	.customArticle .fieldsImageText .text {
		padding: 0 50px 0 50px;
	}
	.customArticle .fieldsTextImage .text {
		padding: 0 50px 0 50px;
	}
	.customArticle .fieldsBannerSlider {
		padding: 0 50px;
	}
}
@media screen and (max-width: 1000px) {
	div.logoContainer {
		padding: 15px 0;
	}
	.modMenu .menuItem {
		margin: 0 10px;
	}
	.ggBanner.layoutFive .title {
		bottom: 20px;
		left: 20px;
	}
	.ggBanner.layoutOne .sectorTwo {
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.ggBanner.layoutOne .sectorTwo img {
		margin-bottom: 50px;
	}
	.customArticle .fieldsImageText .image {
		padding-right: 0;
	}
	.customArticle .fieldsTextImage .image {
		padding-left: 0;
	}
	.customArticle .fieldsLinks a {
		margin: 0 10px 45px;
		padding: 5px 15px;
	}
	.article .quote {
		padding-left: 60px !important;
	}
	.article .quote::before {
		left: 0;
	}
}
@media screen and (max-width: 820px) {
	.hamburgerMenu {
		display: block;
	}
	body.menuOpen {
		overflow: hidden;
	}
	#gkHeaderNav .modMenu {
		position: fixed;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		width: 100%;
		height: 100vh;
		left: -100%;
		background-color: #fff;
		margin: 0;
		overflow: scroll;
		z-index: 10;
		transition: left 0.3s ease 0s;
	}
	#gkHeaderNav .modMenu.open {
		left: 0;
	}
	.modMenu .menu {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-webkit-align-items: center;
	}
	.modMenu .menuItem {
		margin: 10px 0;
	}
	.modMenu .menuItem.item-137 {
		display: block;
	}
	.ggBanner.layoutFive .title {
		font-size: 35px;
	}
	.ggFooter {
		padding: 40px 25px;
	}
	.ggSlider {
		padding: 0 25px 50px;
	}
	.ggBanner.layoutOne,
	.ggBanner.layoutTwo,
	.ggBanner.layoutThree,
	.ggBanner.layoutFour {
		padding: 50px 25px;
	}
	.ggContactUsBanner {
		padding: 50px 25px;
	}
	.ggBanner.layoutFour {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.ggBanner.layoutFour .sectorOne {
		max-width: 500px;
		margin-bottom: 25px;
	}
	.ggBanner.layoutTwo > div,
	.ggBanner.layoutThree > div {
		width: 46%;
	}
	.mainTitle {
		padding: 50px 25px;
	}
	.mainTitle {
		margin-bottom: 50px;
	}
	.gkPageS {
		padding: 0 25px;
	}
	.customArticle .fieldsIntro .blueText {
		font-size: 22px;
	}
	.customArticle .fieldsImageText, .customArticle .fieldsTextImage {
		padding: 0 25px;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.customArticle .fieldsLinks {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-webkit-align-items: center;
	}
	.customArticle .fieldsLinks a {
		margin: 0 10px 75px;
		padding: 5px 15px;
	}
	.customArticle .fieldsLinks {
		margin: 25px 0 50px;
	}
	.customArticle .fieldsImageText,
	.customArticle .fieldsTextImage {
		padding: 0 25px;
		box-sizing: border-box;
	}
	.customArticle .fieldsImageText .image,
	.customArticle .fieldsTextImage .image {
		padding-right: 0;
		margin: 0 0 25px;
		width: 100%;
		order: 1;
	}
	.customArticle .fieldsImageText .image img,
	.customArticle .fieldsTextImage .image img {
		float: left;
		width: auto;
	}
	.customArticle .fieldsTextImage .text,
	.customArticle .fieldsImageText .text {
		padding: 0;
		width: 100%;
		max-width: unset;
		order: 2;
	}
	.ggContactUsBanner .text {
		margin-bottom: 35px;
		font-size: 20px;
	}
	.blogArticle .mainTitle {
		padding: 50px 25px;
	}
	.blogArticle .imageContainer {
		margin: -50px 0 85px;
	}
	.blogArticle .mainTitle .title {
		font-size: 22px;
	}
	.gkPageXS {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 !important;
		padding: 0 25px;
		max-width: 100%;
	}
	.shareButtons .ampz_container ul li {
		float: left;
		width: 32px !important;
		min-width: unset;
		margin: 0 !important;
		clear: none;
		display: block;
		height: 32px !important;
		border: none;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 700px) {
	.ggBanner.layoutTwo,
	.ggBanner.layoutThree {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.ggBanner.layoutTwo > div,
	.ggBanner.layoutThree > div {
		width: 100%;
	}
	.ggBanner.layoutTwo .sectorOne,
	.ggBanner.layoutThree .sectorOne {
		margin-bottom: 25px;
	}
	.ggSlider .slider {
		padding: 0 85px;
	}
	#gkBottom1,
	#gkBottom2,
	#gkBottom3,
	#gkBottom4,
	#gkBottom5,
	#gkBottom6,
	#gkBottom7,
	#gkBottom8,
	#gkBottom9,
	#gkBottom10 {
		margin-bottom: 25px;
	}
	.blogItems {
		justify-content: center;
		-webkit-justify-content: center;
	}
	.blogList .blogItems .blogItem,
	.blogItems .blogItem {
		width: 100%;
		max-width: 400px;
		margin: 0 25px 50px;
	}
	.blogList .title {
		margin-bottom: 50px;
	}
	.blogList .link {
		margin: 25px auto 0;
	}
	.ggFooter .menu {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		margin-bottom: 50px;
	}
	.ggFooter .menuItem:first-child {
		padding-left: 0;
	}
	.ggFooter .contact {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-webkit-align-items: center;
		margin-bottom: 50px;
	}
	.ggFooter .copyright {
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.ggFooter .createdBy {
		float: right;
		clear: right;
		width: 100%;
	}
	.rsFormContainer {
		margin: 0 auto 75px;
		padding: 0 25px;
	}
}
@media screen and (max-width: 600px) {
	.ggBanner.layoutFive {
		padding: 0;
	}
	.ggBanner.layoutOne .text {
		font-size: 18px;
	}
	.ggSlider .slider {
		padding: 0;
	}
	.ggSlider .owl-prev,
	.customArticle .fieldsBannerSlider .owl-prev {
		transform: rotate(90deg) scale(0.7);
	}
	.ggSlider .owl-next,
	.customArticle .fieldsBannerSlider .owl-next {
		transform: rotate(-90deg) scale(0.7);
	}
	.customArticle .fieldsIntro .blueText {
		font-size: 20px;
	}
	.customArticle .fieldsBannerSlider {
		padding: 0 25px;
		margin: 25px 0;
	}
	.customArticle .fieldsBannerSlider .owl-carousel {
		padding: 0 65px;
	}
}
@media screen and (max-width: 460px) {
	div.logoContainer {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	#gkLogo {
		padding: 0 0 0 15px;
		width: 150px;
	}
	#gkLogo img {
		width: 100%;
	}
	.hamburgerMenu {
		top: 14px;
		right: 15px;
	}
	.ggFooter .menu {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-webkit-align-items: center;
	}
	.ggFooter .menuItem {
		float: left;
		padding: 0 0 10px;
		border-right: none;
	}
	.ggFooter .menuItem:last-child {
		padding: 0;
	}
	.ggFooter .menuItem a {
		color: #00847F;
	}
	.customArticle .fieldsStuff .pdf {
		float: left;
		clear: left;
		margin-top: 5px;
	}
}