@import url(https://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,latin-ext);
@import "//hello.myfonts.net/count/2c6d3b";
@import "http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin-ext,greek";
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,latin-ext);

/
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}




@font-face {
    font-family: 'cooper_hewittmedium';
    src: url('../fonts/cooperhewitt/cooperhewitt-medium-webfont.eot');
    src: url('../fonts/cooperhewitt/cooperhewitt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt/cooperhewitt-medium-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt/cooperhewitt-medium-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt/cooperhewitt-medium-webfont.svg#cooper_hewittmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cooper_hewittbook';
    src: url('../fonts/cooperhewitt/CooperHewitt-Book.otf') format('opentype'),
		 url('../fonts/cooperhewitt/cooperhewitt-book-webfont.woff2') format('woff2'),
         url('../fonts/cooperhewitt/cooperhewitt-book-webfont.woff') format('woff'),		 
		 url('../fonts/cooperhewitt/cooperhewitt-book-webfont.eot'),
		 url('../fonts/cooperhewitt/cooperhewitt-book-webfont.svg'),
		 url('../fonts/cooperhewitt/cooperhewitt-book-webfont.eot?#iefix') format('embedded-opentype');
}

html {
}
body {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #333;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    word-wrap: break-word;
	font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
}
#gkBg {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 2600px 964px;
    overflow-x: hidden;
    overflow-y: hidden;
}
body.noBg #gkBg {
    background-image: none;
}
a, a:link, a:visited {
	text-decoration:none;
}

a, #gkMainbody a:active, #gkMainbody a:focus, #gkMainbody a:hover, #gkMainbody header h2 a, #k2Container article header h2 a {
    color: #000;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: color;
    transition-timing-function: linear;
	text-decoration:none;
}
a:hover, a:active, a:focus, #gkMainbody a, #gkMainbody header h2 a:active, #gkMainbody header h2 a:focus, #gkMainbody header h2 a:hover, #k2Container article header h2 a:active, #k2Container article header h2 a:focus, #k2Container article header h2 a:hover, #gkSidebar .box a:hover {
    color: #d82731;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-transform: uppercase;
}
figure.active figcaption.gkPage div h2 a {
    display: none;
    font-family: "Effra-Regular","Open Sans",sans-serif !important;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}
@media screen and (max-width: 910px)  {
}
@media screen and (min-width: 911px) and (max-width: 1199px)  {
}
@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 910px)  {
		.gkPage div p a.line1 {
	font-size: 20px!important;
	color: #fff;
    font-family: "Effra-Regular","Open Sans",sans-serif !important;
	}
	.gkPage div p a.line2 {
	font-size: 12px!important;
	color: #fff;
    font-family: "Effra-Regular","Open Sans",sans-serif !important;
	}	
	.gkIsWrapper-gk_game figcaption p {
	font-size: 12px!important;
	line-height: 18px;
}
}

@media screen and (min-width: 911px) and (max-width: 1199px)  {
	.gkPage div p a.line1 {
	font-size: 40px!important;
	color: #fff;
    font-family: "Effra-Regular","Open Sans",sans-serif !important;
	}
	.gkPage div p a.line2 {
	font-size: 25px!important;
	color: #fff;
    font-family: "Effra-Regular","Open Sans",sans-serif !important;
	}
}

@media screen and (min-width: 1200px) {
.gkPage div p a.line1 {
    color: #fff;
    font-family: "Effra-Regular","Open Sans",sans-serif !important;
    font-size: 50px;
    line-height: 1;
    padding-top: 10px;
}
.gkPage div p a.line2 {
    color: #fff;
    font-family: "Effra-Regular","Open Sans",sans-serif !important;
    font-size: 35px;
    line-height: 1;
}
}
h1 {
    font-size: 44px;
    font-weight: 500;
}
h2, .componentheading {
    font-size: 42px;
    font-weight: 300;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 13px;
}
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul li {
    line-height: 2;
}
p {
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
}
iframe {
    max-width: 100% !important;
}
.gkPage {
    box-sizing: border-box;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#gkHeader {
    box-sizing: border-box;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 58px;
}
#gkHeader h1.gkPage {
    color: #fff;
    font-size: 44px;
    letter-spacing: -1.5px;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 75px;
    text-transform: none;
}
#gkHeaderNav {
    text-align: center;
    width: 95%;
}
#gkPageWrap {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
#gkContent, #gkPageContent {
    position: relative;
    width: 90%;
    z-index: 20;
	top:20px;
}
#gkPageContent:first-child {
    margin-top: 126px !important;
}
#gkPageContent > div {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    box-sizing: border-box;
    clear: both;
    padding-bottom: 0;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 15px;
    width: 100%;
}
#gkPageContent > div:first-child {
    min-height: 500px;
}
#gkPageContent > #gkBanners {
    min-height: 0;
}
#gkBanners {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    display: table;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
#gkBannerLeft {
}
#XgkBannerLeft .box {
    padding-bottom: 45px !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
    padding-top: 45px !important;
}
#gkBannerLeft .box.transparent {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
#gkBannerRight {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #d82731;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
#gkBanners .header {
    color: #fff;
}
#gkBanners > div > div:first-child {
}
#gkHeaderBottom {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #000 !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
}
#gkLogo {
    display: block;
    float: left;
    height: 61px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: -999em;
    text-shadow: none;
    width: 146px;
}
@media screen and (min-width: 770px)  {
#gkLogo img {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
#gkLogo.cssLogo {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/style5/logo-oaklins-memeber-firm.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;    
    margin-bottom: 0;
    margin-left: -8px;
    margin-right: 0px;
    margin-top: 28px;
    width: 550px;
	height: 69px;
	background-size: 550px 69px; 
}
}
@media screen and (max-width: 769px)  {
#gkLogo img {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
#gkLogo.cssLogo {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/style5/logo-oaklins-memeber-firm-small.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;    
    margin-bottom: 0;
    margin-left: -8px;
    margin-right: 0px;
    margin-top: 15px;
    width: 150px;
	height: 83px;
	background-size: 150px 83px; 
}
}



#gkLogo.text {
    color: #fff;
    display: block;
    float: left;
    height: 58px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-indent: 0;
    width: auto;
}
#gkLogo.text > span {
    display: block;
    font-size: 30px;
    line-height: 46px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#gkLogo.text .gkLogoSlogan {
    color: #e5e5e5;
    display: block;
    font-size: 10px;
    line-height: 4px;
    text-align: center;
}
#gkLogin {
    color: #fff;
    float: right;
    font-size: 13px;
    margin-left: 32px;
    text-transform: uppercase;
}
#gkLogin:active, #gkLogin:focus, #gkLogin:hover {
    color: #ddd;
}
#gkTopBar {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;    
    min-height: 125px;
    position: fixed;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.35s;
    transition-property: all;
    transition-timing-function: linear;
    width: 100%;
    z-index: 110;
}
#gkTopBar[data-menu-type="overlay"] {
    position: static;
}
#gkTopBar[data-menu-type="overlay"] + #gkBg > #gkHeader {
    margin-top: 0;
}
#gkTopBar::after {
    clear: both;
    content: "";
    display: table;
}
#gkTopBar > div {
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.35s;
    transition-property: all;
    transition-timing-function: linear;
}
#gkTopBar.active {
    margin-top: 0;
}
#gkTopBar.active > div {
    top: 8px;;
}
#gkMainbody {
    margin-bottom: 20px;
}
.frontpage #gkMainbody {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.frontpage #gkMainbody .box {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
#gkInset {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #18191b;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
#gkStyleArea {
    clear: both;
    display: block;
    line-height: 10px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    text-align: center;
}
#gkStyleArea a {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 15px;
    text-indent: -9999px;
    transform: scale(1);
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: transform;
    transition-timing-function: ease-out;
    width: 10px;
}
#gkStyleArea a:first-child {
    margin-left: 0;
}
#gkStyleArea a:hover {
    transform: scale(1.25);
}
#gkColor1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #d82731;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
#gkColor2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #6699ff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
#gkColor3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f49333;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
#gkColor4 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #548c07;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
#gkColor5 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #0c77cc;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
#gkColor6 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #94a4a5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
#gkBottom1, #gkBottom2, #gkBottom3 {
    overflow-x: hidden;
    overflow-y: hidden;
}
@media screen and (min-width: 900px) {
#gkBottom1 { 
    margin-top: 95px !important;
}
}
@media screen and (min-width: 600px) and (max-width: 899px) {
#gkBottom1 { 
    margin-top: 65px !important;
}
}
@media screen and (min-width: 100px) and (max-width: 599px) {
#gkBottom1 { 
    margin-top: 75px !important;
}
}

#gkBottom1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #444;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
	border-top: 5px solid #6ead45 !important;
}
#gkBreadcrumb {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #e5e5e5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 36px;
    padding-bottom: 14px;
}
#gkBreadcrumb .breadcrumbs {
    color: #999;
    float: left;
}
#gkBreadcrumb .breadcrumbs li.separator {
    padding-bottom: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0 !important;
    width: 6px;
}
#gkBreadcrumb .breadcrumbs li.separator i {
    color: #d82731;
    font-size: 4px;
    line-height: 1.6;
    position: relative;
    top: -3px;
}
#gkBreadcrumb .breadcrumbs > ul > li {
    float: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}
#gkBreadcrumb .breadcrumbs > ul > li a {
    font-weight: normal;
}
#gkTools {
    float: right;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 4px;
}
#gkTools a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/font_size.png");
    background-origin: padding-box;
    background-position: -38px 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: left;
    height: 16px;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    text-indent: -99999em;
    width: 22px;
}
a#gkToolsReset {
    background-position: -15px 50%;
    margin-left: 6px;
}
a#gkToolsDec {
    background-position: 6px 50%;
}
#gkFooter {
    box-sizing: border-box;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#gkFooter > div {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#gkFooterNav {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    position: relative;

}
#gkFooterNav li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    display: inline-block;
    float: none;
    line-height: 67px;
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#gkFooterNav li:first-child {
    margin-left: 0;
}
#gkFooterNav li::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #d82731;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    display: block;
    height: 2px;
    left: -16px;
    position: relative;
    top: 34px;
    width: 2px;
}
#gkFooterNav li:first-child::before {
    display: none;
}
#gkFooter a {
    color: #fff;
}
#gkFooter a:active, #gkFooter a:focus, #gkFooter a:hover {
    color: #aaa;
}
#gkCopyrights {
    color: #999;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
#gkCopyrights a {
    color: #ccc;
}
#gkCopyrights a:active, #gkCopyrights a:focus, #gkCopyrights a:hover {
    color: #888;
}
#gkFrameworkLogo {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/gavern-logo.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 36px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    opacity: 0.4;
    text-indent: -9999em;
    width: 90px;
}
.box .search {
    position: relative;
}
.box .search::after {
    color: #111;
    content: "?";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 6px;
    z-index: 1;
}
.box .search .inputbox, .box .search #mod-search-searchword {
    padding-bottom: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 8px !important;
    width: 100%;
}
.box {
    box-sizing: border-box;
    color: #555;
    line-height: 1.6;
    margin-bottom: 42px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}
#gkInset .box, #gkSidebar .box {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 42px;
}
#gkInset .box:first-child, #gkSidebar .box:first-child, #gkInset .box.clear + .box, #gkSidebar .box.clear + .box {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
div.content {
    clear: both;
}
.box li {
    border-bottom-color: #e5e5e5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.6;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.box li:last-child {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
}
.box li a {
    line-height: 1;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.box a {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.box ul ul {
    margin-left: 20px;
}
.box .header {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-transform: uppercase;
}
.box.clear {
    clear: none;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.clear div.content {
    clear: both;
}
.box.advertisement .header {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #c0c0c0 !important;
    font-size: 13px !important;
    font-style: italic;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-height: 21px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-transform: none;
}
.box.light {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f1f1f1;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
}
.box_text > div {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.box.dark, .dark-area .box {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #000 !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    color: #8b8b8b;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
}
.dark-area .box {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
.box.dark .header, .dark-area .box .header {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    color: #fff;
    line-height: 1.2;
}
.box.dark h1, .box.dark h2, .box.dark h3, .box.dark h4, .box.dark h5, .box.dark h6 {
    color: #ddd;
}
.box.dark ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.box.dark ul li {
    border-bottom-color: #333;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
}
.box.dark ul li:last-child {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
}
.box.dark a {
    color: #ddd !important;
}
.box.dark a:active, .box.dark a:focus, .box.dark a:hover {
    color: #d82731 !important;
}
.box.dark ul ul {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
    margin-top: 0;
}
.box.banner img {
    display: block;
}
.box.nomargin {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
.box.highlights {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #d82731;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.box.highlights .header {
    border-bottom-color: #e73f48;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
}
.box.color-bg1 .header, .box.color-bg2 .header, .box.color-bg3 .header {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #d82731;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
    float: left;
    line-height: 28px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
}
.box.color-bg1 .header + .content, .box.color-bg2 .header + .content, .box.color-bg3 .header + .content {
    clear: both;
}
.box.color-bg2 .header {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: #000 !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
}
.box.color-bg3 .header {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f7a834;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.box.color1 .header {
    color: #d82731;
}
.box.color2 .header {
    color: #8b8b8b;
}
.box.color3 .header {
    color: #f7a834;
}
.box .header i {
    font-size: 14px;
}
.box.color1 .header i {
    color: #d82731;
}
.box.color2 .header i {
    color: #8b8b8b;
}
.box.color3 .header i {
    color: #f7a834;
}
.box.icon-color1 .header > i {
    color: #d82731;
}
.box.icon-color2 .header > i {
    color: #8b8b8b;
}
.box.icon-color3 .header > i {
    color: #f7a834;
}
.box.icon-color4 .header > i {
    color: #000;
}
.box.transparent {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
#gkBottom2, #gkBottom3 {
    font-size: 12px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 80px;
}
#gkBottom2 .box, #gkBottom3 .box {
    color: #555;
}
#gkBottom2 .box .header, #gkBottom3 .box .header {
    color: #ccc;
    font-size: 12px;
    font-weight: 400;
}
#gkBottom2 .box li, #gkBottom3 .box li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
}
#gkBottom2 .box a, #gkBottom3 .box a {
    color: #555;
}
#gkBottom2 .box a:active, #gkBottom2 .box a:focus, #gkBottom2 .box a:hover, #gkBottom3 .box a:active, #gkBottom3 .box a:focus, #gkBottom3 .box a:hover {
    color: #aaa;
}
.onlydesktop {
    display: block;
}
.onlytablet {
    display: none;
}
.onlymobile {
    display: none;
}
#gkFBLogin {
    float: left;
    width: 45%;
}
#gkFBLogin p {
    line-height: 18px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 14px;
}
#gkFBLogin + #login-form, #gkFBLogin + #com-login-form {
    border-left-color: #e7e7e7;
    border-left-style: solid;
    border-left-width: 1px;
    float: left;
    margin-left: 4%;
    padding-left: 30px;
    width: 45%;
}
#form-login-remember {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
#form-login-remember label {
    color: #777;
    font-size: 11px;
    font-weight: normal;
    line-height: 27px;
}
#login-form fieldset {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
#login-form fieldset p {
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.5em;
}
#login-form ul {
    border-top-color: #e7e7e7;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 42px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
}
#login-form ul li {
    color: #999;
    display: inline-block;
    font-size: 11px;
    line-height: 1.6;
    margin-right: 12px;
}
#login-form input[type="text"], #login-form input[type="password"] {
    width: 95%;
}
label#jform_spacer-lbl {
    color: #666;
    font-size: 11px;
    font-weight: normal;
}
#gkPopupOverlay, #gkPopupLogin, #gkPopupCart {
    color: #777;
    display: none;
    left: 50%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 80px;
    z-index: 1000002;
}
#gkPopupOverlay {
    position: fixed;
}
#gkPopupLogin, #gkPopupCart {
    margin-left: -220px;
    width: 426px;
}
#gkPopupLogin > div, #gkPopupCart > div {
    margin-top: -40px;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
}
#gkPopupLogin .gkUserdata, #gkPopupLogin .gkUsermenu {
    float: left !important;
    width: 50% !important;
}
#gkPopupLogin.gk3Danim > div, #gkPopupCart.gk3Danim > div {
    margin-top: 0;
}
.gkPopupWrap {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}
.gkPopupWrap h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 32px;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.gkPopupWrap h3 small {
    font-size: 16px !important;
}
.gkPopupWrap h3 a {
    color: #d82731;
}
.gkPopupWrap h3 a:hover {
    color: #272727;
}
.gkPopupWrap ul.menu {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.gkPopupWrap .logout-button {
    margin-top: 20px;
}
#gkPopupOverlay {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 100%;
    left: 0;
    margin-left: 0;
    opacity: 0.45;
    top: 0;
    width: 100%;
    z-index: 1000001;
}
span#fb-auth small {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/fbauth.png");
    background-origin: padding-box;
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-right-color: #a0aecd;
    border-right-style: solid;
    border-right-width: 1px;
    display: block;
    float: left;
    height: 17px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 16px;
    margin-top: 3px;
    text-indent: -999em;
    width: 20px;
}
span#fb-auth {
    background-color: #798db9;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 26px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 24px;
    padding-top: 7px;
    position: relative;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-shadow: 1px 1px 0 #445375;
    top: -3px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: ease-out;
}
span#fb-auth:hover {
    background-color: #556b9b;
}
.login span#fb-auth {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 6px;
}
body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}
#gkMobileMenu > label {
    display: none;
}
.box-home h2, div.row.row-centered div.column h2, div.row.row-centered div.columnl h2 {
    color: #fff;
    font-family: "cooper_hewittbook",Open Sans,sans-serif !important;
    font-size: 16px;
    font-stretch: expanded;
    font-weight: 300;
    line-height: 0.3;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: -1px;
    margin-top: 0;
    padding: 17px 0px 15px 0px;
    text-align: center;
    text-transform: uppercase;
	background: #6ead45;
}
.box-home {
    background-color: #fff;
    font-family:"Open Sans",sans-serif;
    margin-bottom: 15px;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0;
    opacity: 0.95;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    vertical-align: top;
}
div.row row-centered {
    width: auto;
}
div.row div.column {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: center bottom;
    background-repeat: repeat;
    background-size: auto auto;
    float: left;
    margin-bottom: 0;
    margin-left: 7px;
    margin-right: 2.5%;
    margin-top: 0;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
    width: 31%;
}

div.row div.columnl {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: center bottom;
    background-repeat: repeat;
    background-size: auto auto;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 3px;
    padding-top: 0;
    width: 31%;
}

.box-home p.box-p-blue {
    font-size: 1.1em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
    min-height: 100px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}
.box-home p.box-p-black {
    color: #000;
    font-size: 1.1em;
    min-height: 180px;
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
}
.box-home img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #fff;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
}
.box-home span.box-link, .box-home span.box-link i {

}
.row-centered a:hover span.box-link, .row-centered a:hover span.box-link i {
    color: #6ead45;
}
div.row.row-centered {
    top: -10px;
}

html body div#gkBg section#gkBottom1.gkPage {
    max-width: none !important;
}



div.row {
margin-bottom:15px;
margin-left:0px;
margin-top:15px;
}


div.row div#heading h3 {
    font-family: "Effra-Light","Didact Gothic","Century Gothic",AppleGothic,"Open Sans",sans-serif;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul #secondary , ol #secondary  {
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#secondary li {
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 20px;
    text-align: center;
}
#secondary li {
    line-height: 20px;
}
#secondary li a {
    background-clip: padding-box;
    background-color: #76afca;
    background-image: linear-gradient(to bottom, #76afca, #5992ad);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 2px 0 rgba(50, 50, 50, 0.3) inset;
    color: #fff;
    display: inline-block;
    font-family: "Effra-Light","Didact Gothic","Century Gothic",AppleGothic,"Open Sans",sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
}
#secondary a:hover {
    background-attachment: scroll;
	color: #fff;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #61a5c5 0%, #417d9a 100%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    cursor: pointer;
    font-style: normal;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

body.o-nas div#gkBg div#gkHeader h1.gkPage {
	display:none;
	visibility:hidden;
	}


@media screen (max-width: 1199px)  {
}
@media screen and (min-width: 1200px) {
html.o-nas body.o-nas div#gkBg div#gkPageContent.gkPage div section#gkContent {
	padding-left: 0%;
}
}

html.o-nas body.o-nas div.box.gkmod-1 h3.header {
	display:none;
	visibility:hidden;
}

body.o-nas div#gkBg div#gkPageContent.gkPage div.itemBody div.itemFullText div.banermergers{		
	height:140px;
	margin-top:0px;  
	background:none;		
}

body.o-nas #gkContent, body.o-nas #gkPageContent {
	margin-top: 30px;
	font-family: "Open Sans",sans-serif !important;
    font-size: 14px;
    font-weight: lighter;
	min-width: 260px;
}

body.o-nas div.banermergers-bg {
	height:140px;
	background-image: linear-gradient(to right, #c7c7c7, #ffffff, #c7c7c7);
}
body.o-nas div.banermergers-bg1, body.o-nas div.banermergers-bg2, body.o-nas div.banermergers-bg3 {
	height:140px;
	float:right;
	width: 500px;
	background-position: right center; 
    background-repeat: no-repeat;
}


@media screen and (min-width: 511px) {
div.banermergers-bg1 {
	background-image: url("../../../images/banners/banner-news-right.png");
}
div.banermergers-bg2 {
	background-image: url("../../../images/banners/banner-who-we-help.png");
}
div.banermergers-bg3 {
	background-image: url("../../../images/banners/banner-our-organization.png"); 
}
}
@media screen and (max-width: 510px) {
div.banermergers-bg1,div.banermergers-bg2,div.banermergers-bg3 {
	background-image: url("");
}
}


div.rowheader {	
	margin: 0 auto;
	position:relative;	
}
div.rowleft{
	float:left;	
	width:5%;
}
div.rowleft1{
	float:left;	
}

@media screen and (min-width: 906px){
div.rowleft2  {
	float:left;	
	margin-top:55px;
	margin-left:55px;
	overflow: hidden;
}
}
@media screen and (max-width: 905px) {
div.rowleft2  {
	float:left;	
	margin-top:55px;
	margin-left:55px;
	overflow: hidden;
	display:none;
}
}

div.rowright {
	background-image: url("http://mergers.net/sites/all/themes/mergers/images/banner-news-right.png");
    background-position: right center;
    background-repeat: no-repeat;
    height: 140px;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
}


body.o-nas div.banermergers h3, body.o-nas div#gkBg div#gkPageContent.gkPage header h1, body.o-nas  div.itemBody div.itemFullText h3 {
	color: #6ead45;
    font-family: "cooper_hewittbook","Open Sans",sans-serif !important;
    font-size: 18px;
    letter-spacing: 6px;
	text-transform: uppercase;
}
body.o-nas  div.itemFullText h3 {
	padding-top: 25px;
}

body.o-nas  div.itemBody div.itemFullText div.banermergers div.rowleft1 h3.block__title {
	padding-top: 55px;
}	

body.o-nas div#gkPageContent.gkPage {
}
html.o-nas body.o-nas div#gkBg div#gkHeader div.custom div.banermergers div.rowheader div.gkPage {
	padding-left: 50px;
	margin-right: auto;	
}

html.o-nas body.o-nas div#gkBg div#gkPageContent.gkPage div section#gkContent div#gkContentWrap section#gkMainbody article#k2Container.itemView div.itemBody,
html.o-nas body.o-nas div#gkBg div#gkPageContent.gkPage div {
	padding-top: 0;
}

body.o-nas a.arrow-slogan, body.o-nas  a.arrow-slogan i.fa.fa-arrow-circle-right {
	color: #76afca; 
	margin-left: 5px;
}
body.o-nas a.arrow-slogan:hover, body.o-nas  a.arrow-slogan i.fa.fa-arrow-circle-right:hover {
	color:#005580;
}
div.biodiv {
	padding: 5px; 
	width: 100%;
	background-color:#f5f5f5;
	margin-bottom: 20px;
	float: left;
}
div.biopic {
	float: left;
	padding:5px;
	width:20%;
	height:100%;
}
div.biodetail {
	display:block;
	padding-left: 0px;
	float: left;
	padding: 0 30px 15px 30px;
}
body.o-nas div.biodiv div.biopic img {
	max-height: 230px;
	display: block;
    height: auto;
	padding: 15px;
}

body.o-nas div.itemBody div.itemFullText div.biodetail  h3 {
	color: #000;
    font-family: "Effra-Light","Didact Gothic","Century Gothic",AppleGothic,"Open Sans",sans-serif;
    font-size: 20px;
}
body.o-nas div.itemBody div.itemFullText div.biodetail h4 {
	padding-top: 2px;
	margin-bottom: 10px;	
	color: #000;
    font-family: "Effra-Light","Didact Gothic","Century Gothic",AppleGothic,"Open Sans",sans-serif;
    font-size: 16px;
	text-transform: none;
}
body.o-nas div.itemBody div.itemFullText div.jwts_toggleControlContainer a.jwts_toggleControl.jwts_toggleOff span.jwts_toggleControlTitle:hover {
	color: #005580;
}

body.o-nas div.contact h2 span.contact-name {
	color: #6ead45;
    font-family: "cooper_hewittbook","Open Sans",sans-serif !important;
    font-size: 18px;
    letter-spacing: 6px;
    text-transform: uppercase;

body.o-nas  div#gkContentWrap section#gkMainbody div.contact, body.o-nas  div.contact  h2{
	margin-top: -25px; 	
}

body.o-nas  div#gkContentWrap section#gkMainbody div.contact, body.o-nas  div.contact h3 {
	margin-top: 25px;
}

html.o-nas body.o-nas div#gkBg div#gkPageContent.gkPage div section#gkContent div#gkContentWrap section#gkMainbody div.contact h2 span.contact-name {
	margin-bottom: 40px;
}


html.o-nas body.o-nas div#gkBg div#gkPageContent.gkPage div section#gkContent div#gkContentWrap section#gkMainbody div.contact h3 {
	font-size: 24px;
	color: #6a6a6a;
	font-family: "Effra-Light","Didact Gothic","Century Gothic",AppleGothic,"Open Sans",sans-serif;
	text-transform: none;
	font-weight: normal;
	border: 0px;
}

body.o-nas .pane-sliders .panel h3 {
	border: 0px;
}

body.o-nas div.contact p.contact-position {
	font-weight: bold;
	padding-top:10px;
}

body.o-nas div.contact div.contact-form form#contact-form.form-validate fieldset dl dd button.button.validate {
	font-family: "Effra-Light","Didact Gothic","Century Gothic",AppleGothic,"Open Sans",sans-serif;
	
}
body.o-nas div.contact div.contact-form form#contact-form.form-validate fieldset dl dd button:hover {
	background-color: #003C7B;
}

html body div#mbCenter div#mbBottom div#mbTitle {	
	display:none;
}
div.levelHolderClass.rtl h2, div.levelHolderClass.rtl h2  i {
	padding-top: 27px;
	height: 48px;
	color: #fff;
}
div.levelHolderClass.rtl div.backItemClass a i, div.jf_mm_trigger i {
	color: #fff;
}

div.levelHolderClass.rtl ul li:hover {
	background: #6C96BC;
}
div.levelHolderClass.rtl div.backItemClass:hover {
	background: #6C96BC;
}

div.levelHolderClass.rtl div.backItemClass {
	background: none;
}
div.jf_mm_trigger {
	background: none;
	padding-top: 10px;
	color:#fff;
	padding-left: 10px;
}
@media screen and (min-width: 1101px)  {
	div.jf_mm_trigger {
	display:none;	
	}
}



@media screen and (max-width: 481px) {
img.tstone{
	width: 35%;
	max-width: 290px; 
	min-width: 180px; 
	padding: 15px;
	margin: 0 auto;
	display:block;
	}
}
@media screen and (min-width: 482px) {
img.tstone{
	width: 35%;
	max-width: 290px; 
	min-width: 180px;
	float:left; 
	padding-right: 15px
}
}


div.jwts_toggleContent div.jwts_content ul, body.o-nas div.itemBody div.itemFullText ul {
	margin: 0 0 0 10px;
	padding: 0;
}	
div.jwts_toggleContent div.jwts_content ul li, body.o-nas div.itemBody div.itemFullText ul li {
	list-style-type:square	;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 1.8;
}
body.o-nas div.itemBody div.itemFullText ul li::before {
	content: "";
}
div.contact div.contact-form form#contact-form.form-validate fieldset dl dd.inline input#jform_contact_email_copy {
	width: 15px;
}

html.o-nas body.o-nas div#gkBg div#gkPageContent.gkPage div section#gkContent div#gkContentWrap section#gkMainbody div.contact div.contact-address address {
	font-style: normal;
}

.bottomtable-c h3 {
	color: #000;
    font-family: "Effra-Light","Century Gothic","Open Sans",sans-serif;
    font-size: 14px;
    text-transform: none;
	text-align: center;
	padding: 5px;
	font-weight: 400;
}
.bottomtable-m {	
	margin: 0 auto;	
	display: inline-block;
}
.bottomtable-c {
	color: #969595;
	float:left;
	width: 20%;
	min-width: 160px;
	text-align: center;
	font-size: 14px;	
    font-family: Helvetica,Arial,sans-serif;
	margin:5px;
	display:block;
}
@media screen and (min-width: 800px) {
.bottomtable-r {
	display:block;
	float:left;
}
}
@media screen and (max-width: 799px) {
.bottomtable-r {
	display:block;	
}
}
.bottomtable-c h3 a, .bottomtable-c h3 a:hover {
	color: #000;
}
.bottomtable-c a {
	color: #969595;
}
.bottomtable-c a:hover {
	color: #969595;
	text-decoration: underline;
}

table.bottomtable {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
table.bottomtable td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    text-align:center;
}
table.bottomtable td img {
    width: 180px;
}
table.bottomtable td h3, table.bottomtable td h3 a {
    color: #000;
    font-family: "Effra-Light","Century Gothic","Open Sans",sans-serif;
    font-size: 14px;
    text-transform: none;
}
table.bottomtable p, table.bottomtable a {
    color: #969595;
    font-family: Helvetica,Arial,sans-serif;
}
table.bottomtable a:hover {
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

@media (max-height: 321px) {.levelHolderClass ul{height:60vh;overflow-x:hidden;overflow-y:auto}}
@media (min-height: 322px) and (max-height: 599px) {.levelHolderClass ul{height:65vh;overflow-x:hidden;overflow-y:auto}}
@media (min-height: 600px) and (max-height: 800px) {.levelHolderClass ul{height:64vh;overflow-x:hidden;overflow-y:auto}}
@media (min-height: 801px) and (max-height: 1024px} {.levelHolderClass ul{height:75vh;overflow-x:hidden;overflow-y:auto}}
@media (min-height: 1025px) {.levelHolderClass ul{height:85vh;overflow-x:hidden;overflow-y:auto}}