/* Basic elements */

html {
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
}
a, #gkMainbody header h1 a:active, #gkMainbody header h1 a:focus, #gkMainbody header h1 a:hover, #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 {
	color: #e81f00;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-decoration: none;
}
a:hover, a:active, a:focus, #gkMainbody header h1 a, #gkMainbody header h2 a, #k2Container article header h2 a, #gkSidebar .box a:hover {
	color: #327fc6;
}
.itemBody a:hover{
	color: #327fc6;
	text-decoration: underline;	
}
h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 30px 0 5px;
}
h1, article header h1 {
	color: #333333;
	font-family: "Archer-Semibold";
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 20px;
}
h1 a, article header h1 a, #gkMainbody .item-page h1 a {
	color: #484747;
}
h2, .componentheading {
	font-size: 32px;
	line-height: 32px;
	color: #484747;
}
#gkMainbody h3 {
	font-size: 20px;
	line-height: 38px;
	color: #333333;
	font-weight: 600;
	text-align:center;
	padding: 10px 0 0;
	font-style: italic;
}
h4 {
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	font-weight: 600;
	text-align:center;	
}
h5 {
	font-size: 16px;
	line-height: 16px;
	color: #484747;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
    font-size: 16px;
    line-height: 24px;
}
p.large {
	font-size: 22px;
	line-height: 34px;
	color: #777777;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 20px 0;
	font-weight: 300;
}
p {
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	margin: 0;
	padding: 10px 0;
}
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;
	margin: 0 auto!important;
	padding: 0;
}
.frontapge #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;
	margin: 0 0 24px 0;
	padding: 0;
}
#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;
	margin: 0;
	padding: 0;
	height: auto;
	z-index: 500;
	background: #FFF;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
	position: relative;
	width: 100%;
}
.frontpage #gkHeader.nobreadcrumb {
	margin: 0;
}
#gkHeader.nobreadcrumb {
	margin: 0;
}
.frontpage #gkHeader {
	margin: 0 0 60px 0;
}
#gkHeaderTop {
    border-top: medium none;
    width: 100%;
}
#gkHeaderTop > .gkPage {
	position: relative;
}
#gkHeaderNav {
    background: #1b4d8a none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    margin: 33px 0 0;
    width: 100%;
}
#gkHeaderNav > div {
	position: relative;
}
#gkBg {
	background: #fff;
}
#gkPageWrap {
	margin: 0 auto;
}
.frontpage #gkContent, .frontpage #gkPageContent {
	padding: 0;
}
#gkContent {
	background: #fff none repeat scroll 0 0;
	padding: 50px 0 0;
	width: 100%;
}
.frontpage #gkPageContent {
	background: #fff none repeat scroll 0 0;
	padding: 0;
	width: 100%;
}
#gkPageContent {
	background: #fff none repeat scroll 0 0;
	padding: 0;
	width: 100%;
}
#gkLogo {
	height: 75px;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 16px;
	width: 234px;
	z-index: 900;
}
#gkLogo img {
	display: block;
	margin: 0;
	width: 100%;
}
#gkLogo.cssLogo {
	background: url('../images/logo.png') no-repeat center center;
	/* You can specify there logo size and background */



	height: 63px;
	width: 131px;
}
.svg #gkLogo.cssLogo {
	background-image: url('../images/logo.svg');
}
#gkLogo.text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 20px;
	height: 63px;
	line-height: 63px;
	margin: 0;
	text-align: center;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
}
#gkLogo.text > span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 63px;
	padding: 0;
	text-align: left;
}
#gkLogo.text .gkLogoSlogan {
	color: #ddd;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin-top: -20px;
	text-align: left;
	text-transform: none;
}
/* Cart */



#gkCart {
	float: right;
	height: 38px;
	line-height: 38px;
}
#gkCart i {
	color: #1b1d1f;
	font-size: 20px;
	line-height: 38px;
}
#gkCartCounter {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 38px;
	padding: 0 16px 0 24px;
	text-transform: uppercase;
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-ms-transition: color .5s ease-out;
	-o-transition: color .5s ease-out;
	transition: color .5s ease-out;
	white-space: nowrap;
}
#gkCartCounter.highlighted {
	color: #e81f00;
}
#gkCartCounter.loading:before {
	content: url('../images/loader_cart.gif');
	display: block;
	float: left;
	margin: 4px 10px 0 -26px;
}
#gkCartCounter strong {
	font-weight: bold;
}
#gkHeaderTop .top-container {
	display: block;
	padding: 45px 0 0;
}
/* Search */
#search-icon p:hover .gk-icon-search::before {
    color: #327FC6  !important;
}
#search-icon p:hover {
	 color: #327FC6
}
#gkSearchBtn {
    color: #1b1d1f;
    cursor: pointer;
    float: right;
    font-size: 16px;
    height: 38px;
    left: 5px;
    line-height: 44px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 71px;
}
#gkSearch {
	background: #327fc6 none repeat scroll 0 0;
    display: none;
    height: auto;
    max-width: 540px;
    opacity: 0;
    position: absolute;
    right: 247px;
    top: -80px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
    width: 100%;
    z-index: 10001;
}
#gkSearch.active {
	display: block;
	opacity: 1;
}
#gkSearch.active.hide {
	display: block;
	opacity: 0;
}
#gkSearch input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #fff;
    float: left;
    font-size: 21px;
    font-weight: 300;
    height: auto;
    line-height: 23px;
    margin: 0 0 0 20px !important;
    padding: 18px 0 !important;
    width: 100%;
}
#gkSearch .search {
	position: relative;
}
#gkSearch .search:after {
	color: #fff;
	content: "m";
	font-family: 'storefront-pixellove';
	font-size: 24px;
	line-height: 63px;
	position: absolute;
	right: 40px;
	top:0;
	width: 30px;
	font-weight: 900;
}
#gkSearch input::-webkit-input-placeholder { color: #fff; }
#gkSearch input:-moz-placeholder { color: #fff; }
#gkSearch input::-moz-placeholder { color: #fff; }
#gkSearch input:-ms-input-placeholder { color: #fff; }

/* Top menu */

.active .fa-bars::before {
    content: "\f00d";
}
#gkAccordion ul.menu li {
    display: block;
    float: left;
	margin: 0 24px 0 0;
} 
#gkTopMenu {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}
#gkTopMenu li {
    color: #fff;
    display: block;
    float: left;
    font-size: 19px;
    font-weight: 400;
    line-height: 19px;
    margin: 0 24px 0 0;
    padding: 0;
    text-transform: none;
}
#gkTopMenu li a, #gkAccordion ul.menu li a{
    padding: 10px 20px;
    text-transform: none;	
	color: #fff;
	-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;
}
#gkTopMenu li a:hover, #gkAccordion ul.menu li a:hover {
    color: #fff !important;
}
#gkTopMenu li.gkLogin a, #gkAccordion ul.menu li.gkLogin a {
    background: #cd5a24 none repeat scroll 0 0;
}
#gkTopMenu li.gkLogin a:hover, #gkAccordion ul.menu li.gkLogin a:hover{
	background: #f06727;
}
#gkTopMenu li.item-500, #gkAccordion ul.menu li.item-500 {
    margin: 0;	
}
#gkTopMenu li.item-500 a, #gkAccordion ul.menu li.item-500 a {
    background: #e38f1e none repeat scroll 0 0;
}
#gkTopMenu li.item-500 a:hover, #gkAccordion ul.menu li.item-500 a:hover {
    background: #fea226 none repeat scroll 0 0;
}
#gkContact {
    display: block;
    float: right;
    padding: 0px;
}
#gkContact ul li {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 30px 0;
    position: relative;
}
#gkContact ul li a {
    color: #000;
}
#gkContact ul li a:hover {
	color: #327FC6 
}
#gkContact ul li a::before {
    font-family: "fontawesome";
    left: 8px;
    position: absolute;
}

#gkContact ul li.blog a:before {
	content:"\f0e5";
}
#gkContact ul li.lendervault a:before {
	content:"\f19c";
}
#gkContact ul li.terms a:before {
	content:"\f0f6";
}

#search-icon {
    display: block;
    float: right;
    padding: 0 20px 0 0;
}
#search-icon p {
    display: block;
    padding: 6px 0 0 27px;
    position: relative;
}
/* Mainbody */



#gkMainbody {
	margin-bottom: 10px;
}
.frontpage #gkMainbody {
	margin-bottom: 0px;
}
.frontpage #gkMainbody .box {
	margin: 0;
}
/* Stylearea */



#gkStyleArea {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 20px 0 40px 0;
	padding: 10px 0;
	text-align: center;
}
#gkStyleArea a {
	border-radius: 2px;
	display: inline-block;
	height: 10px;
	margin: 15px 0 0 5px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 10px;
}
#gkStyleArea a:first-child {
	margin-left: 0;
}
#gkStyleArea a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
#gkColor1 {
	background: #e81f00;
}
#gkColor2 {
	background: #a6382e;
}
#gkColor3 {
	background: #91c46c;
}
#gkColor4 {
	background: #8ea66a;
}
#gkColor5 {
	background: #69799a;
}
#gkColor6 {
	background: #6191a5;
}
#gkColor7 {
	background: #5999e8;
}
#gkColor8 {
	background: #f2a705;
}
#gkColor9 {
	background: #bf9169;
}
#gkColor10 {
	background: #9c9985;
}
/* Group modules */

#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5 {
	overflow: hidden;
}
#gkTop1 {
	padding: 20px 0;
}
#gkTop2 {
	padding: 30px 0 22px;
}
#gkBottom1 {
	padding: 55px 0;
}
#gkBottom3, #gkBottom4, #gkreferral {
	padding: 35px 0 55px;
}
#gkBottom2 {
	padding: 35px 0 10px;
}
#gkBottom4 .box {
	padding: 0;	
}
/* standard breadcrumb */



#gkBreadcrumb {
	background: url(../images/breadcrumb-bgjpg.jpg) repeat-x;
	border-bottom: medium none;
	display: block;
	margin-bottom: 0;
	width: 100%;
}
.breadcrumbs {
	color: #1B1D1F;
}
.breadcrumbs li.separator {
	font-size: 12px;
	width: 10px;
	text-align: center;
	padding: 0 6px!important;
	color: #ccc;
	display: none;
}
.breadcrumbs > li:first-child {
}
.breadcrumbs > li {
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	padding: 13px 0 13px 7px;
	display: block;
}
.breadcrumbs > li a {
	line-height: 14px;
}
.breadcrumbs > li:last-child:after {
	content: none;
}
.breadcrumbs > li:after {
	font-family: "fontawesome";
	content: "\f105";
	padding: 0 0 0 7px;
}
.breadcrumbs li a {
	color: #333333;
}
.breadcrumbs li a:hover {
	color: #333333;
}
#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}
#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}
a#gkToolsDec {
	background-position: 6px 50%;
}
/* 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;
	color: #999;
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 57px;
	text-align: center;
	margin: 16px 0 0;
}
#gkFooter .gkPage {
	border-top: 1px solid #717171;
}
#gkFooter > div {
	padding: 32px 0;
}
#gkFooterNav {
	display: block;
	float: left;
	margin: 0px 0px 0px 15px;
	text-align: left;
}
#gkFooterNav .menu {
	margin: 0;
	padding: 0;
}
#gkFooterNav li {
	border: medium none;
	display: inline-block;
	float: none;
	font-size: 14px;
	line-height: 14px;
	margin: 0 8px !important;
	padding: 0;
}
#gkFooterNav .menu li a {
	padding: 0;
}
#gkFooter a {
	color: #fff;
}
#gkFooter a:active, #gkFooter a:focus, #gkFooter a:hover {
	color: #e81f00;
}
#gkCopyrights {
	display: block;
	float: left;
}
#gkCopyrights p {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
}
/* Other footer elements */



#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}
/* Default modules */



.box .search {
	position: relative;
}
.box .search:after {
	color: #111;
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	right: 20px;
	top: 6px;
	z-index: 1;
}
.box .search .inputbox, .box .search #mod-search-searchword {
	padding: 8px 20px !important;
	width: 100%;
}
/* Suffixes */



.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
	line-height: 1.6;
	margin: 0 0 32px;
	padding: 20px;
	width: 100%;
}
#gkSidebar .box {
	border: 1px solid #e5e5e5;
	padding: 32px;
}
#gkBottom1 > .box, #gkBottom2 > .box, #gkBottom4 > .box {
	padding: 0;
}
div.content {
	clear: both;
}

/*
.box li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 1;
	padding: 5px 0;
}
.box li:last-child {
	border-bottom: none;
}
.box li a {
	line-height: 1.0;
	text-decoration: none;
}
.box a {
	text-decoration: none;
}
.box ul ul {
	margin-left: 20px;
}

*/


/* default suffix */



.box .header {
	color: #e38f1e;
    font-size: 40px;
    font-weight: 400;
	margin: 0;
	padding: 0 0 25px;
	text-align: center;
	text-transform: none;
}
/* Separator suffix */



.box.separator {
	position: relative;
}
.box.separator:after {
	border-top: 1px solid #e5e5e5;
	bottom: -60px;
	clear: both;
	content: "";
	display: block;
	left: 50%;
	margin: 0 auto 0 -200px;
	position: absolute;
	width: 400px;
}
/* Newsletter */



.box.newsletter {
	float: right!important;
	max-width: 340px;
	padding: 0!important;
}
/* clear suffix */



.box.clear {
	border: none !important;
	clear: none;
	padding: 0!important;
}
.clear div.content {
	clear: both;
}
/* parallax suffix */



.box.parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #aeaeae;
	margin: -60px 0!important;
	padding: 150px 0!important;
}
.box.parallax .header {
	color: #fff;
	font-size: 36px;
	line-height: 1;
	padding: 0 0 30px 0;
	text-align: center;
}
.box.parallax .header:after {
	border-top: 1px solid #fff;
	clear: both;
	content: "";
	display: block;
	margin: 30px auto 0 auto;
	width: 150px;
}
.box.parallax blockquote:before, .box.parallax blockquote p:after {
	color: #f5f5f5!important;
}
.box.parallax blockquote small {
	color: #fff;
}
/* bigtitle suffix */



.box.bigtitle .header {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}
.box.bigtitle .header span {
	background: #fff;
	padding: 0 40px;
}
.box.bigtitle .header:after {
	border-top: 2px solid #e5e5e5;
	content: "";
	display: block;
	margin-top: -15px;
}
/* advertisement suffix */



.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e0e0e0;
	color: #bbb!important;
	font-size: 12px!important;
	font-style: italic;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 16px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}
/* suffix light */



.box.light {
	background: #f6f6f6;
	padding: 20px!important;
}
/* suffix _text */



.box_text > div {
	background: #fff;
}
/* suffix color1 */



.box.dark {
	background: #000;
	color: #999;
	padding: 20px!important;
}
.box.dark .header {
	background: transparent!important;
	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: 0;
	padding: 0;
}
.box.dark ul li {
	border-bottom: 1px solid #444;
	position: relative;
}
.box.dark ul li:last-child {
	border-bottom: none;
}
.box.dark a {
	color: #ddd!important;
}
.box.dark a:active, .box.dark a:focus, .box.dark a:hover {
	color: #e81f00!important;
}
.box.dark ul ul {
	margin: 0 0 0 20px;
}
/* Suffix nomargin */



.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}
/* Bottom */
#gkBottom5 {
    background: #143b69 none repeat scroll 0 0;
    border-top: 7px solid #e38f1e;
    margin: 0;
}
#gkBottom5 > div {
	overflow: hidden;
	padding: 45px 0 0;
	margin: 0;
}
#gkBottom5 .box, #gkBottom5 .box .header {
	font-size: 12px;
}
#gkBottom5 .box .header {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
	font-style: normal;
}
#gkBottom5 .floatleft.width40 .padding {
	border-left: 1px solid #4d4d4d;
	padding: 0 0 0 27px;
}
#gkBottom5 .floatleft.width50.column2 {
	margin: 0;
	padding: 49px 0 0;
}
#gkBottom5 h4 {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 10px 10px 0 0;
}
#gkBottom5 .box li {
	border: none;
}
#gkBottom5 .bottom-top ul li {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 15px;
}
#gkBottom5 .floatleft.width25.one .padding {
    padding: 0 70px 0 0;
}
#gkBottom5 .floatleft.width25.two .padding {
    padding: 0 55px 0 0;
}
#gkBottom5 .floatleft.width25.three .padding {
    padding: 0 55px 0 0;
}
#gkBottom5 .floatleft.width25.four .padding {
    padding: 0 35px 0 0;
}
#gkBottom5 p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 20px;
}
#gkBottom5 a {
	color: #FFF;
}
#gkBottom5 .box p a {
	color: #ebebeb;
	text-decoration: underline;
}
#gkBottom5 .box li a {
	color: #ebebeb;
}
#gkBottom5 .box a:active, #gkBottom5 .box a:focus, #gkBottom5 .box a:hover {
	color: #81bef7;
	text-decoration: underline;
}
#gkBottom5 .gkCols > div {
	padding: 0;
}

#gkBottom5 .bottom-bottom {
    border-top: 1px solid #516e90;
    display: block;
    margin: 55px 0 0;
    padding: 35px 0;
}
#gkBottom5 .bottom-bottom ul li {
    display: block;
    float: left;
}

#gkBottom5 .bottom-bottom .floatleft.width70 ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 20px;
}
#gkBottom5 .bottom-bottom .floatleft.width30 ul li {
    border-radius: 100%;
    height: 32px;
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 32px;
	position: relative;
}
#gkBottom5 .bottom-bottom .floatleft.width30 ul li a {
    height: 32px;
    left: 0;
    position: absolute;
    width: 32px;
}
#gkBottom5 .bottom-bottom .floatleft.width30 ul li.yt {
	background:#e32114;
}
#gkBottom5 .bottom-bottom .floatleft.width30 ul li.rss {
	background:#ec7423;
}
#gkBottom5 .bottom-bottom .floatleft.width30 ul li.google {
	background:#d62121;
}
#gkBottom5 .bottom-bottom .floatleft.width30 ul li.twitter {
	background:#0598c9;
}
#gkBottom5 .bottom-bottom .floatleft.width30 ul li a:before {
	display: block;
	font-size: 20px;
    font-family: "fontawesome";
	padding: 5px 0 0;
}
#gkBottom5 .bottom-bottom .floatleft.width30 ul li.yt a:before {
	color: #fff;
    content: "\f167";	
}
#gkBottom5 .bottom-bottom .floatleft.width30 ul li.rss a:before {
	color: #143b69;
    content: "\f09e";	
}
#gkBottom5 .bottom-bottom .floatleft.width30 ul li.google a:before {
	color: #fff;
    content: "\f0d5 ";	
}
#gkBottom5 .bottom-bottom .floatleft.width30 ul li.twitter a:before {
	color: #fff;
    content: "\f099";	
}
f099 
#gkBottom5 .floatleft.width70 ul li::before {
    color: #fff;
    content: "|";
    padding: 0 5px;
}
#gkBottom5 .floatleft.width70 ul li:first-child::before {
    content: none;
    padding: 0;
}
#gkBottom5 .floatleft.width70 ul li::before {
    content: "|";
    padding: 0 5px;
}
/* tablet/mobile suffixes */



.onlydesktop {
	display: block;
}
.onlytablet {
	display: none;
}
.onlymobile {
	display: none;
}
/* Login form */



#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form, #gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}
#form-login-remember {
	margin: 10px 0;
}
#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
#login-form fieldset {
	margin: 0 0 20px;
}
#login-form fieldset p {
	margin: 0.5em 0;
}
#login-form ul {
	border-top: 1px solid #e5e5e5;
	margin: 32px 0 0;
	overflow: hidden;
	padding: 12px 0 0;
}
#login-form ul li {
	color: #999;
	font-size: 11px;
	display: inline-block;
	line-height: 1.6;
	margin-right: 12px;
}
#login-form input[type="text"], #login-form input[type="password"] {
	width: 95%;
}
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
/* Popup Login */



#gkPopupCart {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	display: none;
	position: absolute;
	right: 0;
	top: 38px;
	z-index: 10001;
}
#gkPopupCart {
	max-height: 800px;
	overflow: auto;
}

@media (max-height: 850px) {
#gkPopupCart {
	max-height: 700px;
}
}

@media (max-height: 750px) {
#gkPopupCart {
	max-height: 600px;
}
}

@media (max-height: 650px) {
#gkPopupCart {
	max-height: 500px;
}
}

@media (max-height: 550px) {
#gkPopupCart {
	max-height: 400px;
}
}

@media (max-height: 450px) {
#gkPopupCart {
	max-height: 300px;
}
}
#gkPopupOverlay, #gkPopupLogin {
	color: #777;
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 1000002;
	left: 50%;
	top: 80px;
}
#gkPopupOverlay {
	position: fixed;
}
#gkPopupLogin {
	margin-left: -220px;
	width: 426px;
}
#gkPopupLogin > div {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#gkPopupLogin .gkUserdata, #gkPopupLogin .gkUsermenu {
	float: left!important;
	width: 50%!important;
}
.gkUsermenu .menu {
	margin: 32px 0 0
}
.gkUsermenu .menu li a {
	border: 1px solid #E5E5E5;
	display: block;
	margin: 0 0 6px;
	padding: 3px 6px;
	text-align: center;
}
.gkPopupWrap {
	background: #fff;
	padding: 40px;
	overflow: hidden;
}
.gkPopupWrap h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin: 0 0 32px;
}
#gkPopupLogin h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}
#gkPopupLogin h3 span {
	background: #fff;
	color: #1b1d1f;
	padding: 0 15px;
}

#loginForm .clear.overflow input {
    margin: 0 10px 0 0 !important;
}
#gkPopupLogin h3:after {
	border-top: 1px solid #e5e5e5;
	content: "";
	display: block;
	margin: -16px 0 18px 0;
	width: 100%;
}
#gkPopupLogin h3 + small {
	display: block;
	font-size: 13px;
	margin: -6px 0 24px 0;
	text-align: center;
}
.gkPopupWrap h3 small {
	font-size: 16px!important;
}
.gkPopupWrap h3 a {
	color: #e81f00;
}
.gkPopupWrap h3 a:hover {
	color: #272727;
}
.gkPopupWrap .logout-button {
	margin-top: 20px;
}
#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	margin-left: 0;
}
/* Login with Facebook button */







span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}
span#fb-auth {
	background-color: #798db9;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 7px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 24px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}
span#fb-auth:hover {
	background-color: #556b9b;
}
.login span#fb-auth {
	margin: 6px 0 0 10px;
}
body[data-mobile="true"] #gkMobileMenu select {
	font-size: 50px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
#gkMobileMenu {
	color: #fff;
	cursor: pointer;
	display: none;
	float: right;
	font-family: FontAwesome;
	font-size: 40px !important;
	font-style: normal;
	font-weight: 400;
	height: 50px;
	line-height: 50px !important;
	margin: 10px 0px 0px 5px;
	padding: 0px !important;
	position: relative;
	width: 50px;
	z-index: 900;
}
#gkAccordion {
	clear: both;
	display: none;
	padding: 0; 
	position: relative;
	width: 100%;
	float:right;
}
#gkAccordion ul.accordion-menu {
	border: none;
	font-size: 14px;
	line-height: 17px;
	list-style: outside none none !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
ul.accordion-menu li ul {
	margin: 0;
	padding: 0 20px;
}
#gkAccordion ul.accordion-menu li {
	border-top: 1px solid #50637a;
	clear: both;
	font-size: 14px;
	line-height: 17px;
	position: relative;
}
#gkAccordion ul.accordion-menu > li.first, #gkAccordion ul.accordion-menu > li:first-child {
	border-top: 1px solid #1a1a1a;
}
#gkAccordion ul.accordion-menu.button-right li > .item-wrapper > .menu-button {
	width: 25%;
	text-align: center;
	line-height: 47px;
	font-family: FontAwesome;
	font-size: 10px;
	color: #FFF;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}
#gkAccordion ul.accordion-menu.button-right li > .item-wrapper > .menu-button.icon:before {
	content: "\f105";
	font-size: 16px;
    position: absolute;
    right: 12px;
}
#gkAccordion ul.accordion-menu.button-right li.opened > .item-wrapper > .menu-button.icon:before {
	content: "\f105";
}
#gkAccordion ul.accordion-menu li > .ul-wrapper {
	clear: both;
}
#gkAccordion ul.accordion-menu li > .item-wrapper > .menu-link {
	min-height: 0px;
	float: left;
	width: 100%;
	overflow-y: hidden;
}
#gkAccordion ul.accordion-menu > li > .item-wrapper > .menu-link > a {
	font-weight: bold;
}
#gkAccordion ul.accordion-menu li > .item-wrapper > .menu-link > a {
    display: block;
    padding: 16px;
    text-decoration: none;
    text-indent: 0;
    vertical-align: middle;
}
#gkAccordion ul.accordion-menu li li a {
    font-size: 15px;
}
#gkAccordion ul.accordion-menu a, ul.accordion-menu a:hover, #gkAccordion ul.accordion-menu a:visited, ul.accordion-menu a:active, #gkAccordion ul.accordion-menu a:focus {
	font-family: inherit;
}
/*Bottom1*/
#gkBottom1 {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 1px solid #c9c7c7;
    border-top: 1px solid #c9c7c7;
    padding: 35px 0;
	text-align:center;
	color: #ffffff;
}
#gkBottom1 h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 0 0 12px;
}
#gkBottom1 p {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}
#gkBottom1 p.footnote {
	font-size: 15px;
	line-height: 28px;
	font-weight: 600;
}
#gkBottom1 .floatleft.width33 {
    display: block;
    float: left;
    text-align: center;
}
#gkBottom1 .floatleft.width33.blue .padding {
    margin: 0 20px 0 0;
}
#gkBottom1 .floatleft.width33.yellow .padding {
    margin: 0 10px;
}
#gkBottom1 .floatleft.width33.orange .padding {
    margin: 0 0 0 20px;
}
#gkBottom1 .container.blue, #gkBottom1 .container.yellow, #gkBottom1 .container.orange {
	display: block;
    min-height: 225px;
    padding: 18px 30px;
}
#gkBottom1 .container.blue {
    background: #399fd9 none repeat scroll 0 0;
	position: relative;
}
#gkBottom1 .container.yellow {
	background: #e38f1e;	
	position: relative;
}
#gkBottom1 .container.orange{
	background: #cd5a24;
	position: relative;	
}
.container-content {
    position: relative;
    z-index: 200;
}
a.box-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 300;
}
#gkBottom1 .container.blue:hover {
    background: #50b9f4 none repeat scroll 0 0;
}
#gkBottom1 .container.yellow:hover {
	background: #fea226;	
}
#gkBottom1 .container.orange:hover {
	background: #f06727;	
}
#gkBottom1 .floatleft.width33 .padding a img {
    display: block;
    float: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 50;
}

/*Bottom2 & Bottom3 & Bottom4*/

#gkBottom2 {
    background: #fff none repeat scroll 0 0;
}
#gkBottom3 {
    background: #efefef none repeat scroll 0 0;
}
#gkBottom4 {
    background: #fff none repeat scroll 0 0;
}
#gkreferral {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 38px solid #fff;
}

#gkBottom2 .floatleft.width33.one .padding, #gkBottom4 .floatleft.width33.one .padding, #gkreferral .floatleft.width33.one .padding {
    margin: 0 20px 0 0;
}

#gkBottom2 .floatleft.width33.two .padding, #gkBottom4 .floatleft.width33.two .padding, #gkreferral .floatleft.width33.two .padding {
    margin: 0 10px;
}

#gkBottom2 .floatleft.width33.three .padding, #gkBottom4 .floatleft.width33.three .padding, #gkreferral .floatleft.width33.three .padding  {
    margin: 0 0 0 20px;
}
#gkBottom2 .header, #gkBottom4 .header, #gkreferral .header {
    color: #e38f1e;
    font-size: 40px;
    font-weight: 400;
    padding: 0 0 50px;
	text-align: center;
}
#gkBottom2 .box-container, #gkBottom4 .box-container, #gkreferral .box-container {
    background: #1d589f none repeat scroll 0 0;
    height: 95px;
    margin: 0 0 25px;
    overflow: hidden;
    position: relative;
}
#gkBottom2 a, #gkBottom4 a, #gkreferral a {
    background: #1d589f none repeat scroll 0 0;
    color: #fff;
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#gkBottom2 a:hover, #gkBottom4 a:hover, #gkreferral a:hover {
    background: #327fc6 none repeat scroll 0 0;
}
#gkBottom2 p, #gkBottom4 p, #gkreferral p {
    color: #fff;
    display: table;
    font-size: 19px;
    font-weight: 400;
    height: 95px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 21px;
    width: 100%;
}

/*
#gkBottom15 {
    background: #fff none repeat scroll 0 0;
}

#gkBottom15 .floatleft.width33.one .padding {
    margin: 0 20px 0 0;
}

#gkBottom15 .floatleft.width33.two .padding {
    margin: 0 10px;
}

#gkBottom15 .floatleft.width33.three .padding {
    margin: 0 0 0 20px;
}
#gkBottom15 .header {
    color: #e38f1e;
    font-size: 40px;
    font-weight: 400;
    padding: 0 0 50px;
	text-align: center;
}
#gkBottom15 .box-container {
    background: #1d589f none repeat scroll 0 0;
    height: 95px;
    margin: 0 0 25px;
    overflow: hidden;
    position: relative;
}
#gkBottom15 a {
    background: #1d589f none repeat scroll 0 0;
    color: #fff;
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#gkBottom15 a:hover {
    background: #327fc6 none repeat scroll 0 0;
}
#gkBottom15 p {
    color: #fff;
    display: table;
    font-size: 19px;
    font-weight: 400;
    height: 95px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 21px;
    width: 100%;
}
*/

.gold-button a {

    background: #E38F1E none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: auto;
    margin: 0 15px 40px 15px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    width: 330px;
	font-size: 18px;
	font-weight: 600;
}


.gold-button a:hover {
    background: #FEA226 none repeat scroll 0 0;
}


/*Social*/



#gkSocial-nav {
	padding: 0 0 0 27px;
}
#gkSocial-nav ul li {
	display: block;
	float: left;
}
#gkSocial-nav ul li a:after {
	background: #fff none repeat scroll 0 0;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	color: #3a3a3a !important;
	background: #FFF;
	display: block;
	font-family: "fontawesome";
	font-size: 22px;
	line-height: 35px;
	padding: 0px;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#gkSocial-nav ul li span:after {
	background: #fff none repeat scroll 0 0;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	color: #3a3a3a !important;
	background: #FFF;
	display: block;
	font-family: "fontawesome";
	font-size: 22px;
	line-height: 35px;
	padding: 0px;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor:pointer;
}
#gkSocial-nav ul li.youtube a:hover:after {
	background: #e32114;
	color: #FFF !important;
}
#gkSocial-nav ul li.share span:hover:after {
	background: #26a14b;
	color: #FFF !important;
}
#gkSocial-nav ul li.share span:after {
	content: "\f1e0";
}
#gkSocial-nav ul li.youtube a:after {
	content: "\f167";
}
/*Header Internal*/



.frontpage #gkHeaderMod {
	display: block;
	float: left;
	padding: 0;
	width: 100%;
}
#gkHeaderMod {
	display: block;
	padding: 0;
	width: 100%;
	background: #fff;
}
#gkHeaderMod .custom.internal img {
	display: block;
	width: 100%;
}
#gkHeaderMod .custom.internal .gkPage {
	position: relative;
}

#gkHeaderMod .custom.internal .text-container {
    margin: 0;
    position: absolute;
    right: 67px;
    top: 14%;
    width: 330px;
}
#gkHeaderMod .custom.internal .text-container p {
	font-size: 23px;
	color: #fff;
	font-family: "Archer-Medium-Italic";
	line-height: 40px;
	padding:0;
}
#gkHeaderMod .custom.internal .text.apply {
    display: block;
    position: absolute;
    top: 23px;
    width: 100%;
	margin:0;
}

#gkHeaderMod .custom.internal .text.apply h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    padding: 0;
    text-shadow: 2px 0 3px rgba(150, 150, 150, 0.75);
	text-transform: none;
}
#gkHeaderMod .custom.internal .text.apply h1 br{
	display:none;	
}
#gkHeaderMod .custom.internal .text.apply h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 0 0;
    text-shadow: 2px 0 3px rgba(150, 150, 150, 0.75);
	text-align:center;
}

/*FPSS*/



#gkHeaderMod #slideContainer741.slide-template-simple {
	border: medium none;
	height: auto;
	margin: 0 auto;
	max-height: 780px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
#gkHeaderMod #slideContainer741.slide-template-simple .slides-wrapper {
	background: #fff none repeat scroll 0 0;
	height: auto;
	margin: 0;
	max-height: 780px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
#gkHeaderMod #slideContainer741.slide-template-simple .slides-wrapper .slides {
	position: relative;
}
#gkHeaderMod .fpss-template-simple img {
	display: block;
	height: auto;
	width: 100%;
}
#gkHeaderMod #slideContainer741.slide-template-simple .slides-wrapper .slides .slide {
	height: auto;
	left: 0;
	max-height: 780px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
#gkHeaderMod #slideContainer741.slide-template-simple .slides-wrapper .slides .slide .slidetext {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 45px;
    width: 100%;
    z-index: 1;
}

#slideContainer741.slide-template-simple .slides-wrapper img {
    display: block;
    height: auto;
	width: auto !important;
}
#gkHeaderMod #slideContainer741.slide-template-simple .slides-wrapper .slides .slide .slidetext .text-container img {
    display: inline;
    max-width: 300px;
    padding: 0 0 0 5px;
    text-align: center;
}
#gkHeaderMod #slideContainer741.slide-template-simple div.container {
	margin: auto;
	max-width: 781px;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}
#gkHeaderMod #slideContainer741.slide-template-simple div.container2 {
    display: none;
    height: 100%;
    margin: auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
#gkHeaderMod #slideContainer741.slide-template-simple div.container .text-container {
    margin: 0;
}
#gkHeaderMod #slideContainer741.slide-template-simple div.container .text-container .main-text {
    background: rgba(1, 64, 119, 0.62) none repeat scroll 0 0;
    padding: 20px 20px 20px 20px;
}
#gkHeaderMod #slideContainer741.slide-template-simple div.container .text-container .sub-text {
    background: rgba(255, 255, 255, 0.74) none repeat scroll 0 0;
	display: block;
    margin: 0 auto;
    padding: 5px 10px 10px 20px;
    text-align: center;
}
#gkHeaderMod #slideContainer741.slide-template-simple .slidetext h3 {
    border: medium none;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none;
    width: auto;
}
#gkHeaderMod .slide-template-simple .slidetext p {
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: justify;
}

#gkHeaderMod .slide-template-simple .slidetext .sub-text p {
    color: #000;
    display: inline;
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#gkHeaderMod .slide-template-simple .slidetext .fpssReadMore {
	background: #ec812d none repeat scroll 0 0;
	border: 4px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 23px;
	line-height: 23px;
	margin: 0 0 23px;
	padding: 5px 15px;
}
#gkHeaderMod .slide-template-simple .slidetext .fpssReadMore:hover {
	background: #ec9d2d;
	-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;
}
#gkHeaderMod .fpss-template-simple .slidetext a.fpssReadMore:hover {
	background: #068ec9 none repeat scroll 0 0;
}
#gkHeaderMod #slideContainer741.slide-template-simple div.navigation-wrapper {
	display: block !important;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55%;
	width: 100%;
	z-index: 200;
}
#gkHeaderMod #slideContainer741.slide-template-simple div.navigation-wrapper2 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	bottom: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
	display: none;
}
#gkHeaderMod #slideContainer741.slide-template-simple .slides-wrapper .slides .slide a.slide-link {
	display: block;
	position: static;
}
#gkHeaderMod #slideContainer741.slide-template-simple .slides-wrapper .slides .slide a.slide-link span {
	display: block;
	position: static;
}
#gkHeaderMod #slideContainer741.slide-template-simple ul.navigation {
	background: transparent none repeat scroll 0 0;
	float: none;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
#gkHeaderMod #slideContainer741.slide-template-simple ul.navigation li.active, .fpss-template-simple ul.navigation li:hover, .fpss-template-simple div.navigation-background {
	border: medium none;
	display: none;
}
#gkHeaderMod #slideContainer741.slide-template-simple ul.navigation li.navigation-previous {
	background: url(../images/arrow-left.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	font-size: 61px;
	height: 67px;
	left: 40px;
	line-height: 61px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-indent: -999em;
	top: -30px;
	width: 39px;
	z-index: 9;
}
#gkHeaderMod #slideContainer741.slide-template-simple ul.navigation li.navigation-next {
	background: url(../images/arrow-right.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	font-size: 61px;
	height: 67px;
	line-height: 61px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 40px;
	text-align: center;
	text-decoration: none;
	text-indent: -999em;
	top: -30px;
	width: 39px;
	z-index: 9;
}
#gkHeaderMod .fpss-template-simple ul.navigation li a {
	padding: 0;
}
div.customheader-internal img {
	border-bottom: 5px solid #0b2336;
	display: block;
	height: 399px;
	width: auto;
}
#gkHeaderMod #slideContainer741.slide-template-simple div.navigation-wrapper2 ul.navigation {
	float: right;
}
#gkHeaderMod #slideContainer741.slide-template-simple ul.navigation li.navigation-button {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	display: block;
	float: left;
	font-size: 10px;
	height: 12px;
	line-height: 10px;
	margin: 0 12px 0 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-indent: -999em;
	width: 12px;
	z-index: 9;
}
#gkHeaderMod #slideContainer741.slide-template-simple ul.navigation li.navigation-button:last-child {
	margin: 0;
}
#gkHeaderMod #slideContainer741.slide-template-simple ul.navigation li.navigation-button.active, #gkHeaderMod #slideContainer741.slide-template-simple ul.navigation li.navigation-button:hover {
	background-color: rgba(255, 255, 255, 1);
}
#gkHeaderMod #slideContainer741.slide-template-simple ul.navigation li.navigation-control {
	display: none;
}
#gkHeaderMod #slideContainer741.slide-template-simple ul.navigation li.navigation-button {
	display: block;
}
#gkHeaderMod #slideContainer741.slide-template-simple ul.navigation li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	display: block;
	float: left;
	margin-right: 4px;
	width: 20px;
	z-index: 7;
}
/*Table*/


.slide-template-jj-obs div.container .text-container .sub-text {
    background: #FFF !important;
	display: block;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
}

.slide-template-jj-obs {
    position: relative;
    width: 100% !important;
    margin: 0px auto !important;
    border: 1px solid #ccc !important;
    padding: 0px !important;
	max-width:1170px;
    overflow: hidden;
    font-family: "proxima nova", Trebuchet, Arial, Verdana, sans-serif !important;
}
.slide-template-jj-obs .slides-wrapper {
    width: 100% !important;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #FFF !important;
}
.slide-template-jj-obs .slide {
    width: 100% !important;
    overflow: hidden;
    list-style: none;
}
.slide-template-jj-obs .slide img {
    width: 100% !important;
}
.slide-template-jj-obs .slide-loading {
	width: 100% !important;
}


section article {
	margin-top: 0;
}
table.wic {
	border-bottom: 1px solid #cccccc;
	max-width: 100%;
	width: 100%;
}
table.wic th {
	background: #2baaaa none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding: 10px;
	text-align: left;
	text-transform: none;
}
table.wic tbody tr td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #333333;
	font-size: 16px;
	width: 16.6666%;
}
table.wic tr:nth-child(2n+1) {
	background-color: #ffffff;
}
table.wic tr:nth-child(2n) {
	background-color: #f0f0f0;
}
table.wic .first > td {
	font-weight: 600;
}
table.wic .last > td {
	border-right: medium none !important;
}
table.wic tbody tr td span {
	font-weight: 600;
}
/*Widgetkit Accordion*/



.accordion-wic {
	display: block;
	margin: 0;
	padding: 60px 0 0;
}
.wk-accordion-default .content {
	padding: 10px 0 50px;
}
.wk-accordion-default .toggler:before {
	content: "\f055";
	color: #1B4D8A;
	font-family: "fontawesome";
	font-size: 22px;
	left: 7px;
	padding: 0;
	position: absolute;
}
.job .wk-accordion-default .toggler::before{
	left: auto;
	right: 7px;	
}
.job .wk-accordion-default .toggler {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;	
	color: #333333;
	font-size: 16px;
	padding: 7px 35px 7px 10px;
	font-weight: 400;
	margin-bottom: 20px;
}
.wk-accordion-default .toggler {
	background: #f3f3eb none repeat scroll 0 0;
	border: 1px solid #dddcdc;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	font-size: 20px;
	line-height: normal !important;
	margin-bottom: 10px;
	text-shadow: none;
	position: relative;
	font-style: normal !important;
	padding: 10px !important;
	
	
	
}
.job .wk-accordion-default .toggler.active:before {
	right: 7px;
	left: auto;	
}
.wk-accordion-default .toggler.active:before {
	font-family: "fontawesome";
	content: "\f056";
	color: #fff;
	position: absolute;
	padding-right: 5px;
	left: 7px;
}
.wk-accordion-default .toggler.active {
	background: #666666 none repeat scroll 0 0;
	border: medium none;
	color: #fff !important;
	margin-bottom: 10px;
	position: relative;
	font-style: normal !important;
	padding: 10px !important;
	line-height: normal !important;
}
.content.wk-content.clearfix > h3 {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-weight: 900
}
.content.wk-content.clearfix li::before {
	content: "•";
	font-family: "arial";
	position: absolute;
	left: 0;
}
.content.wk-content.clearfix li {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 0 0 18px;
	position: relative;
}
/*Programs Boxes*/

.program-boxes .floatleft.width33.orange .padding {
	background: #ec812d;
	margin: 0 24px 0 0;
	text-align: center;
}
.program-boxes .floatleft.width33.green .padding {
	background: #88b719;
	margin: 0 12px;
	text-align: center;
}

.program-boxes .floatleft.width33.blue .padding {
	margin: 0 0 0 24px;	
}
.program-boxes .floatleft.width33.blue .padding {
	background: #51beb4;
	text-align: center;
}
.program-boxes img {
	display: block;
	width: 100%;
}
.program-boxes .floatleft.width33.orange .padding > h3 {
	border-top: 5px solid #d76105;
	padding: 10px 25px;
}
.program-boxes .floatleft.width33.orange .padding > h3 a {
	color: #fff;
}
.program-boxes .floatleft.width33.orange .padding > h3 a:hover {
	color: #f7d1bc;
}
.program-boxes .floatleft.width33.green .padding > h3 {
	border-top: 5px solid #6d9904;
	padding: 10px 25px;
}
.program-boxes .floatleft.width33.green .padding > h3 a {
	color: #fff;
}
.program-boxes .floatleft.width33.green .padding > h3 a:hover {
	color: #dde9c9;
}
.program-boxes .floatleft.width33.blue .padding > h3 {
	border-top: 5px solid #029e90;
	padding: 10px 25px;
}
.program-boxes .floatleft.width33.blue .padding > h3 a {
	color: #fff;
}
.program-boxes .floatleft.width33.blue .padding > h3 a:hover {
	color: #afddd8;
}
.program-boxes p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	min-height: 250px;
	padding: 0 22px 25px;
}
.program-boxes .learn {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 0;
}
.program-boxes .learn:after {
	font-family: "fontawesome";
	content: "\f105";
	padding: 0 0 0 5px;
}
.program-boxes .floatleft.width33.orange .learn {
	background: #d76105;
}
.program-boxes .floatleft.width33.orange .learn:hover {
	background: #ba5404;
}
.program-boxes .floatleft.width33.green .learn {
	background: #6d9904;
}
.program-boxes .floatleft.width33.green .learn:hover {
	background: #5a8002;
}
.program-boxes .floatleft.width33.blue .learn {
	background: #029e90;
}
.program-boxes .floatleft.width33.blue .learn:hover {
	background: #028074;
}
.program-boxes .floatleft.width33.blue a:hover, .program-boxes .floatleft.width33.green a:hover, .program-boxes .floatleft.width33.orange a:hover {
    color: #FFFFFF;
	text-decoration: none;
}
#gkMainbody ul {
	margin: 0;
	padding: 5px 0 10px 20px;
}

ul li {
	line-height: 24px;
}
#gkMainbody ol {
    list-style: outside none none !important;
    margin: 0;
    padding: 5px 0 10px 10px;
}
#gkMainbody ol li::before {
    color: #333333;
    content: counter(customlistcounter, decimal) ".";
    font-weight: bold;
    left: 0;
    padding: 0 10px 0 0;
    position: absolute;
}
#gkMainbody ol li {
    color: #333333;
    counter-increment: customlistcounter;
    font-size: 16px;
    line-height: 24px !important;
    margin: 0;
    padding: 0 0 10px 25px;
}


/*Locations*/



#location-cat h2 {
	border-bottom: medium none;
	border-top: 4px solid #dbdbdb;
	color: #333333;
	margin: 0;
	padding: 28px 0 0;
}
#location-cat .itemList article {
	border-top: none;
	padding-top: 36px;
}
.locations .floatleft.width33 {
	width: 33.333333% !important;
}
.locations .floatleft.width33.block1 {
	padding: 0 30px 0 0;
}
.locations .floatleft.width33.block2 {
	padding: 0 15px;
}
.locations .floatleft.width33.block3 {
	padding: 0 0 0 30px;
}
.locations h3 {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	margin: 0;
	padding: 0;
}
.locations .itemExtraFields {
	font-size: 16px;
	line-height: 21px;
	margin: 0;
}
.locations p {
	color: #000000;
	font-size: 16px;
	line-height: 21px;
	margin: 0;
	padding: 0;
}
.locations p span {
	font-weight: 600;
}
.locations .service-container {
	display: block;
	padding: 20px 0 0;
}
.locations p.directions > a {
	display: block;
	font-weight: 600;
	text-align: right;
}
.locations p.directions > a:after {
	font-family: "fontawesome";
	content: "\f105";
	padding: 0 0 0 5px;
}
#location-cat .itemList article {
	border-top: 1px solid #cccccc;
	border-bottom: medium none;
	margin-bottom: 0 !important;
	padding-top: 30px;
	padding-bottom: 25px;
}
#location-cat .itemList .noborder article {
	border-top: 0px solid #cccccc;
}
#location-cat .itemBody {
	margin: 0;
}
#location-cat li {
	list-style: outside none none;
}
.itemImageBlock img:hover {
	opacity: 0.85;
	transform: scale(1.1);
}
div.searchMod {
	background: #f8f8f8;
	padding: 15px 20px 20px;
}
div.searchMod div.label {
	font-size: 18px;
	line-height: 22px;
}
div.searchMod div.field {
	padding: 3px 0px;
}
div.searchMod div.field input[type="text"] {
	font-size: 14px;
	width: 90%;
	padding: 10px 15px !important;
}
div.searchMod div.field input[type="text"] .button {
}
div.map-container {
	padding: 30px 0px;
}
#map {
	height: 350px;
}
#gkBottom1 a {
	color: #FFF;
	text-decoration: none;
}
#gkBottom1 a:hover {
	text-decoration: none;
}
.gkMenu > ul li div.childcontent li.haschild {
	position: relative;
	padding-right: 25px;
}
.gkMenu > ul li div.childcontent li.haschild:after {
	content: none;
	position: absolute;
	right: 11px;
	top: 12px;
	color: #3a3a3a;
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 14px;
	display: block;
	z-index: 50;
}
.partner-border-bottom {
	border-bottom: 3px solid #d2ecf0;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.partners .floatleft.width50 {
	padding: 20px 0 10px 0;
}
.itemBody input {
	margin: 10px 0 0;
}
.wic-locations .floatleft.width30 .padding {
	display: block;
	padding: 16px 15px 0 0;
}

.row.border {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 0 0 20px;
}


.floatleft.width40.max input {
    max-width: 100%;
    width: 100%;
}
.floatright.width40.max input {
    max-width: 100%;
    width: 100%;
}

#gkTop1 {
    background: #327fc6 none repeat scroll 0 0;
    border-top: 4px solid #0e4c98;
	text-align:center;
}
#gkTop1 h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    line-height: 44px;
    margin: 0;
    padding: 0;
}
#gkTop1 p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    padding: 10px 0 20px;
    position: relative;
}
#gkTop1 a {
	width: 30px;
	height: 30px;
	position: relative;	
}
#gkTop1 a.arrow:before {
	font-size: 30px;
	content:"\f063";
    bottom: -23px;
    font-family: "fontawesome";
    left: 49%;
    position: absolute;
	color: #fff;
}
#gkTop2 {
    background: #efefef none repeat scroll 0 0;
}
#gkTop2  .box {
    margin: 0;
}
#gkTop2 .custom {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#gkTop2 .custom p {
    display: inline;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}

#gkTop2 .return {
    display: inline;
    padding: 0 0 0 20px;
}

.return > form {
    display: inline;
}
#gkTop2 .return input[type="text"] {
    height: auto;
    margin: 0 0 0 15px;
    padding: 9.5px 8px 8.5px !important;
    width: 360px;
}
#gkTop2 .return input[type="submit"] {
    font-size: 20px;
    font-weight: 600;
    height: auto;
    line-height: 20px;
    margin: 0 0 0 15px;
    padding: 10px 24px;
    width: auto;
}

#gkform {
    padding: 30px 0px 65px;
}

#gkform .custom {
    display: block;
    float: none;
    margin: 0 auto;
	text-align:center;
}
#gkform .custom .formblock {
	text-align: left;	
}
#gkform p {
    color: #333333;
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    padding: 10px 0;
}

#gkform input {
    margin: 0 0 5px;
    max-width: 360px !important;
    padding: 5px 8px !important;
    width: 100%;
}
#gkform select {
	margin: 0 0 5px;
    border-radius: 5px;	
	background: rgba(232,232,232,1);
	background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(232,232,232,1) 0%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#fefefe', GradientType=0 );
	border: solid 1px #bfbfbf;
	font-size: 15px;
    height: 28px;
    line-height: 15px;
    padding: 0 !important;

}

.form-submit {
    display: inline;
}

#gkform .form-submit input {
    background: #e38f1e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 18px;
    font-weight: 600;
    height: auto;
    line-height: 18px;
    margin: 30px 34px 0 auto;
    max-width: 100% !important;
    padding: 11px 23px !important;
    transition: all 0.3s ease-out 0s;
    width: auto !important;
	-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;	
}
#gkform .form-submit input:hover {
	background: #fea226 none repeat scroll 0 0;
}

.form-reset {
    display: inline;
}
#gkform .form-reset > input {
	background: #fff;
    border: 2px solid #e38f1e;
    color: #e38f1e;
    display: inline-block;
    float: none;
    margin: 30px auto 0 34px;
    padding: 8px 23px !important;
    width: auto !important;
	-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;		
}
#gkform .form-reset > input:hover {
	background: #ffebce;
}
#gkform .floatleft.width30 input {
    max-width: 150px !important;
}
.mijosearch_bg_module {
    height: auto;
    position: relative;
    width: 100%;
}
.search.mijosearch_bg_module .mijosearch_input_module_simple {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-bottom: 1px solid #fff;
    border-left: medium none !important;
    border-right: medium none !important;
    border-top: medium none !important;
    float: left !important;
    margin: 0 0 0 20px !important;
    padding: 20px 0 !important;
    width: 84% !important;
}
#gkSearch .mijosearch_clear {
    clear: none;
}
.mijosearch_bg_module button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 10px;
    height: 35px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 45px;
    text-indent: -999em;
    top: 15px;
    width: 28px;
    z-index: 999;
}
.mijosearch_bg_module button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#gkSearch a.close::before {
    content: "X";
    font-weight: 600;
	font-size: 20px;
	line-height: 20px;
}
#gkSearch a.close {
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    height: 20px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    width: 11px;
    z-index: 999;
}
#gkHeaderMod .custom.internal {
    display: block;
    position: relative;
}
#gkHeaderMod .custom.internal.apply {
    height: 148px;
    overflow: hidden;	
}
#gkHeaderMod .custom.internal.apply img {
    width: auto;
}
#gkHeaderMod .custom.internal > .gkPage {
    position: relative;	
}
#gkHeaderMod .custom.internal .container {
    display: block;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
} 
#gkHeaderMod .custom.internal .text {
    display: block;
    margin: -15px 0 0;
    position: absolute;
    top: 50%;
}
#gkHeaderMod .custom.internal .text h1{
	font-size: 35px;
	font-weight: 600;
	line-height: 35px;
	color: #fff;
	text-shadow: 2px 0px 3px rgba(150, 150, 150, 0.75);
	text-transform: uppercase;
	padding:0;
}
#gkHeaderMod .custom.internal .text h3{
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	text-shadow: 2px 0px 3px rgba(150, 150, 150, 0.75);
	padding:10px 0 0;
}
#gkHeaderMod .custom.internal .rank-portal {
	background: url(../images/header-internal-bg.png) repeat-y scroll right bottom;
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
}
#gkHeaderMod .rank-portal p {
    color: #000;
    display: block;
    float: right;
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    margin: 0;
    padding: 10px 0;
    text-align: right;
}
#gkHeaderMod .rank-portal img {
    clear: none;
    display: block;
    float: right;
    max-width: 70px;
    padding: 6px 0 0 5px;
    width: 100%;
}
#gkMainbodyTop .box {
    margin: 0;
    padding: 0;
}
#gkMainbodyTop .custom.audio {
    float: right;
}
#gkSidebar .box.side-button  {
    border: medium none;
    padding:0;
}
#gkSidebar .box.side-button p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
	margin:0;
}
#gkSidebar .box.side-button.orange  p a:hover{
	background: #fea226;
	color: #fff;
}
#gkSidebar .box.side-button.red  p a:hover{
	background: #f06727;
	color: #fff;
}
#gkSidebar .box.side-button.orange  p a {
	background: #e38f1e none repeat scroll 0 0;
}
#gkSidebar .box.side-button.red  p a {
	background: #cd5a24 none repeat scroll 0 0;
}
#gkSidebar .box.side-button  p a {
	display: block;
	color: #fff;
	position: relative;
    padding: 15px 15px 15px 25px;
	-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;
}
#gkSidebar .box.side-button  p a::after {
	content:"\f105";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 25px;
}
/*Menu Sidebar*/


#gkSidebar .box.menu {
	background: #efefef;
	padding: 20px 15px;
	border:none;
}
#gkSidebar .box.menu ul.menu li li::before {
	content: none;
	padding-right: 0px;
}
#gkSidebar .box.menu .header {
	color: #333333;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0px 0px 15px;
	text-align: left;
	text-transform: uppercase;
}
#gkSidebar .box.menu li:before {
	font-family:"fontawesome";
	content:"\f105";
	position: absolute;
	left:0;
	top:6px;
	color: #e38f1e; 
}
#gkSidebar .box.menu li {
	margin: 0;
	padding: 0 0 10px 10px;
	text-align: left;
	position: relative;
	border:none;
}
#gkSidebar .box.menu li:last-child {
	border-bottom: none;
}
#gkSidebar .box.menu li.deeper.parent {
}
#gkSidebar .box.menu li a:hover {
	color: #e38f1e !important;	
}
#gkSidebar .box.menu li ul {
	padding: 0;
	margin: 0;
}
#gkSidebar .box.menu li ul {
	padding: 10px 0;
}
#gkSidebar .box.menu li li {

}
#gkSidebar .box.menu li li a {
	color: #000000;
	margin: 0;
	padding: 0 20px 0 0px;
}
#gkSidebar .box.menu li.current.active > a {
	color:#e38f1e;
}
.top-menulinks {
    left: 42%;
    position: absolute;
    top: -52px;
} 
#gkAccordion {
	clear: both;
	display: none;
	width: 260px;
	position: absolute;
	right: -260px;
	top: 0px;
	background: #0f2949;
	height: auto;
	z-index: 950;
}
#gkAccordion.expanded {
  display: block;
  right: 0;
  top: -45px;
}
#gkAccordion #accordion_menu_770, #gkAccordion #accordion_menu_712 {
	background-attachment: scroll;
	background-color: #0f2949;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	border-left: 0 solid #1A1A1A;
	border-right: 0 solid #1A1A1A;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
#gkAccordion #accordion_menu_770 li.opened > .item-wrapper, #gkAccordion #accordion_menu_712 li.opened > .item-wrapper {
	border-top: none;
	margin-top: 0px;
}
#gkAccordion .accordion-menu div.menu-link a:hover, #gkAccordion .accordion-menu li.current > div.item-wrapper > div.menu-link a {
	background: #327fc6 !important;
	color: #FFF !important;
}
#gkAccordion.accordion-menu .opened {
	border-bottom: none !important;
}
#gkAccordion ul.accordion-menu li ul li .item-wrapper {
	margin: 0;
}
#gkAccordion #accordion_menu_770 li ul li a, #gkAccordion #accordion_menu_712 li ul li a {
	padding-left: 24px !important;
}
#gkAccordion ul.accordion-menu li ul {
	margin: 0 0 0px;
	padding: 0;
}
#gkAccordion .accordion-menu li ul li .item-wrapper {
	display: block;
	width: 100%;
}
#gkAccordion .accordion-menu li .item-wrapper .menu-button {
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 12px 15px 12px 30px;
	width: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}
#gkAccordion .accordion-menu li .item-wrapper .menu-button img {
	display: block;
}
#gkAccordion #accordion_menu_770 li, #gkAccordion #accordion_menu_712 li {
	border-top: 1px solid #50637a;
}
#gkAccordion #accordion_menu_770 li, #gkAccordion #accordion_menu_712 li {
	line-height: 14px;
	position: relative;
	clear: both;
}

#gkAccordion #accordion_menu_770.accordion-menu li:last-child, #gkAccordion #accordion_menu_770.accordion-menu > li.last {
	border-bottom: 1px solid #50637a !important;
	margin-bottom: 0px;
}
#gkAccordion #accordion_menu_770 li .item-wrapper .menu-link, #gkAccordion #accordion_menu_712 li .item-wrapper .menu-link {
	float: left;
	font-size: 14px;
	line-height: 14px;
	padding-left: 0;
}
#gkAccordion #accordion_menu_770 a, #gkAccordion #accordion_menu_712 a {
	color: #fff;
	display: block;
	float: none;
	padding: 12px 0 12px 15px;
}
#gkAccordion .accordion-menu li .item-wrapper .menu-link {
	width: 100%;
}
#gkAccordion #accordion_menu_770 ul li ul li a, #gkAccordion #accordion_menu_712 ul li ul li a {
	display: block;
	float: none;
	font-size: 14px;
	padding: 6px 0 6px 25px;
}
#gkAccordion .accordion-menu li ul li .item-wrapper a {
	line-height: 16px;
}
#gkAccordion .accordion-menu > li > .item-wrapper a {
    display: block;
    float: none;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 17px;
    text-transform: uppercase;
}
#gkAccordion .accordion-menu a {
	font-family: inherit;
}
#gkAccordion .accordion-menu > li > .item-wrapper {
	display: block;
	height: auto;
	width: 100%;
	position: relative;
}
#gkAccordion ul.accordion-menu li ul li .item-wrapper {
	margin: 0;
	padding-left: 0 !important;
} 
.icon-navicon::before, .icon-reorder::before, .icon-bars::before {
    content: "\f0c9";
	font-family:"fontawesome";
	font-style:normal;
	position:relative;
	color: #000;
}
#gkAccordion .custom.signup {
    display: block;
    margin: 10px 0 0;
    padding: 10px 0 20px;
}
#gkAccordion li.item-1084.gkLogin, #gkAccordion li.item-500 {
	display: block;
	float:left;	
	color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 0 15px;
    padding: 0;
    text-transform: none;
}
#gkAccordion li.item-1084.gkLogin a{
	color: #fff;
	padding: 10px 15px;
    background: #cd5a24 none repeat scroll 0 0;	
	-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;	
}
#gkAccordion li.item-500 a{
	color: #fff;	
	padding: 10px 15px;
	background: #e38f1e none repeat scroll 0 0;	
	-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;   
}

#gkAccordion .close::before {
    color: #fff;
	font-family:"fontawesome";
    content: "\f00d";
    cursor: pointer;
    position: absolute;
    right: 10px;
}
#mijosearchModule-802 a.close {
    display: none;
}
#gkAccordion #mijosearchModule-802 .mijosearch_input_module_simple {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    color: #fff;
    display: block;
    float: none;
    font-size: 15px;
    margin: 22px auto 0 !important;
    padding: 6px 0 6px 10px !important;
    text-align: left;
    width: 226px !important;
}
#link1193 div.childcontent.loaded, #link1195 div.childcontent.loaded, #link1198 div.childcontent.loaded,  #link1197 div.childcontent.loaded, #link1196 div.childcontent.loaded{
	left: 0 !important;	
	max-width:100% !important;
	width: 100% !important;
}

/*
#link1197 div.childcontent.loaded {
  left: 470px !important;
  max-width: 100% !important;
}*/

/*Submenu*/
.gkMenu ul li li li.haschild {
	position: relative;	
}

.gkMenu ul li li li.haschild::after {
	color: #fff !important;
    content: "\f067" !important;
	font-size: 10px !important;
	position: absolute;
	right: 0;
	
}
#link1422 div.childcontent.loaded {
    left: 275px !important;
    margin-left: 0 !important;
    max-width: 250px !important;
    overflow: visible !important;
    top: -171px !important;
    width: 100% !important;
}
#link1353 div.childcontent.loaded {
    left: 285px !important;
    margin-left: 0 !important;
    max-width: 250px !important;
    overflow: visible !important;
    top: -289px !important;
    width: 100% !important;
}
.mijosearch_input_image {
    background: none !important;
}