/*
#------------------------------------------------------------------------
# StoreFront - April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Menu */
#gkTopBar {
	display: none;
}

/* Containers */
#gkHeader {
	margin-bottom: 20px;
}
#gkLogo {
	margin: 0!important;
}
#gkLogo.cssLogo {
	margin-top: 14px!important;
}

#gkTop1 .box,
#gkTop2 .box,
#gkSidebar .box,
#gkMainbody .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box {
	clear: both!important;
	float: none!important;
	margin: 0 auto!important;
	width: 100%;
}
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box {
	margin-bottom: 20px;	
}
#gkBottom1 .box.double, 
#gkBottom1 .box.double ~ .box, 
#gkBottom2 .box.double, 
#gkBottom2 .box.double ~ .box, 
#gkBottom3 .box.double, 
#gkBottom3 .box.double ~ .box,
#gkBottom4 .box.double, 
#gkBottom4 .box.double ~ .box,
#gkBottom5 .box.double, 
#gkBottom5 .box.double ~ .box {
	width: 100%!important;
}
#gkSidebar > div {
	margin-top: 20px!important;
	padding-top: 25px!important;
}
#gkSidebar > div > .box {
	float: none;
	margin-top: 0!important;
	margin-bottom: 12px!important;
	width: 100%;
}
#gkSidebar > div > .box:nth-child(2n+1) {
	clear: both!important;
}
#gkSidebar > div > .box:nth-child(odd) {
	padding-right: 0px;	
}
#gkSidebar > div > .box:nth-child(even) {
	padding-left: 0px;
}
.gkCols[data-cols="2"] > div,
.gkCols[data-cols="3"] > div,
.gkCols[data-cols="4"] > div,
.gkCols[data-cols="5"] > div {
	padding-bottom: 20px!important;
	width: 100%;
}
.breadcrumbs > li {
	line-height: 36px;
}
#gkSearch {
	width: 100%;
}

/* limitation suffixes */
.notablet {
	display: block!important;
}
.nomobile {
	display: none!important;
}
.onlytablet {
	display: none!important;
}
.onlymobile {
	display: block!important;
}
.notablet.nomobile {
	display: none!important;
}

/* Fix for the user profile */
.profile dt {
	width: 100% !important;
}

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	clear: both !important;
	padding-top: 20px !important;
}
.contact .contact-form input,
.contact .contact-form textarea {
	width: 100% !important;
}
.contact-form dl {
	width: 100%;
}

/* Fix for the search */
fieldset.word #search-searchword,
fieldset.word .inputbox {
	width: 50%;
}
fieldset.phrases .ordering-box,
fieldset.only input[type="checkbox"],
fieldset.phrases input[type="radio"] {
	clear: both;
}

/* Fix for the register */
#member-registration dd {
	clear: both !important;
	display: block !important;
}

/* Fix for tables */
fieldset {
	box-sizing: border-box!important;
	max-width: 100%!important;
	width: 100%!important;
	overflow: hidden;
}
#gkMainbody table:before {
	content: "Scroll horizontally to view the whole table";
	height: 14px;
	width: 100%;
	display: block;
	font-size: 10px;
	margin-top: -30px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}
#gkMainbody table {
	width: 540px!important;
	display: block!important;
	padding: 30px 0 20px 0; /* padding for the scrollbars and the top message */
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
}
#gkMainbody table tbody,
#gkMainbody table thead,
#gkMainbody table tfoot {
	width: 540px!important;
	display: table;
}

@media only screen and (max-width: 480px) {
	#gkMainbody table {
		width: 420px!important;
	}
}

@media only screen and (max-width: 440px) {
	#gkMainbody table {
		width: 260px!important;
	}
}

/* top/bottom modules */
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	float: left!important;	
}
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	width: 100%!important;
}
.box.gkmod-more.gkmod-last-1:last-child,
.box.gkmod-more.gkmod-last-2:last-child,
.box.gkmod-more.gkmod-last-2:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:last-child,
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* top/bottom modules */
body #gkPage .box {
	margin-bottom: 20px!important;
}

/* 3-column layout */
.gkCols3 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more,
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 100%!important;
}

/* 4-column layout */
body .gkCols4 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
body .gkCols4 .box.gkmod-1,
body .gkCols4 .box.gkmod-2,
body .gkCols4 .box.gkmod-3,
body .gkCols4 .box.gkmod-4,
body .gkCols4 .box.gkmod-more,
body .gkCols4 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* 6-column layout */
body .gkCols6 .box.gkmod-more:nth-child(1n) { 
	clear: both; 
}
body .gkCols6 .box.gkmod-1,
body .gkCols6 .box.gkmod-2,
body .gkCols6 .box.gkmod-3,
body .gkCols6 .box.gkmod-4,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 100%!important;
}

/* article fix */
#gkContent article > time {
	display: none!important;
}
#gkContent article > time + header {
	padding-left: 0!important;
}
#gkContent article header li.itemDate,
#gkContent article header li.item-date {
	display: block;
}
article header ul {
	margin: 0 0 10px;
}

/* NSP adjustments */
.nspArtPage .nspArt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 99%!important;
}

/* other elements */
article header h1, 
.category header {
	line-height: 32px;
	padding: 18px 0 0px;
}

article header h1, 
.category header, 
article header h2 {
	font-size: 24px;
}

h1 {
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 10px;
}
h2 {
	font-size: 28px;
	line-height: 28px;	
}
h3 {
	font-size: 24px;
	line-height: 24px;
}

h4 {
	font-size: 20px;
	line-height: 20px;
}

p.large {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
}
#gkSocialAPI {
	overflow: hidden;
}

.cols-2 .column-2, 
.cols-3 .column-3 {
	padding: 0!important;
}

.itemBody {
	width: 100%!important;
}
#gkInset {
	padding: 0!important;
	width: 100%!important;
}

.itemComments .itemCommentsList li img {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	position: static;
}

.itemCommentsList li h3 {
	float: none;
	margin-top: 5px;
}

#gkMainbody .registration {
	width: 100%;
}

#gkFooterNav li {
	float: none;
}

/* NSP */
.box.header .nspImageWrapper h4 {
	font-size: 14px!important;
}

.nspArts,
.nspLinksWrap {
	clear: both;
	float: left!important;
	width: 100%!important;
}

.nspArt .nspImageWrapper {
	width: 100%;
}

/* K2 fixes */
.itemBody.containsItemInfo, 
.itemOtherElements.containsItemInfo,
.itemListView .itemBlock.containsItemInfo {
	margin-left: 0!important;
}
#k2Container .itemContainer{width:100%!important;}
#k2Container .subCategoryContainer{width:100%!important;}
#k2Container .subCategory{height:auto!important;}

aside.itemAsideInfo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0!important;
	position: static!important;
	width: 100%!important;
}
.itemCommentsList li > div > div > span {
	clear: both;
	display: block;
}
.itemCommentsList li > div {
	margin-left: 0!important;
	padding-left: 0!important;
}
.itemComments h3 {
	font-size: 20px;
	padding: 10px 0 0;
}
.items-row > div {
	margin-bottom: 30px;
	padding: 0!important;
}
article header h1,
article header h2 {
	font-size: 24px!important;
	line-height: 1.2;
}
.genericView .itemView {
	padding: 0!important;
	width: 100%!important;
}
.itemAuthorDetails {
	clear: both;
	margin: 0!important;
	padding: 10px;
}
.itemAuthorData {
	padding: 0;
}
.itemAuthorData img {
	display: block;
	margin: 0 0 20px 0;
}
.itemAuthorBlock > .gkAvatar > img {
	margin: 12px!important;
}
.itemComments h3, 
.itemAuthorContent h3 {
	padding: 0 0 24px;
}
.itemComments p {
	clear: both;
} 
.itemComments .itemCommentsList li span {
	font-size: 12px;
	margin: 0 12px 0 0;
	clear: both;
	float: left;
}
.itemComments .itemCommentsList li > img, 
.k2LatestCommentsBlock img, 
.itemAuthorBlock > .gkAvatar > img {
	margin: 10px 0;
}
.itemComments .itemCommentsList li {
	padding: 24px 0 12px 0;
}
#gkPopupCart,
#gkPopupLogin {
	margin-left: -150px;
	width: 300px;
}
#gkPopupCart .vmGkCartProducts > div > div {
	margin-left: 85px;
}
#gkPopupCart .gkTotal {
	font-size: 40px;
	margin: 0 0 0 85px;
}
span#fb-auth {
	padding: 7px 8px 7px 7px;
}
.gkPopupWrap {
	padding: 15px;
}
.gkPopupWrap h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 10px;
}
.gkPopupWrap h3 a {
	font-size: 14px;
}

/* VM */
.productDetails > div {
	margin: 0 0 20px 0;
	width: 100%!important;
}
.width50,
.width40,
.width33,
.width25,
.width20 {
    clear: both;
    float: none!important;
    margin: 0 auto;

    width: 100%!important;
}
.productDetails .floatright,
.productDetails .floatleft {
    clear: both;
    float: none!important;
    margin: 20px 0;
    width: 100%;
}
#product-tabs li {
	margin-top: 0;
}
#product-tabs-content dl {
	margin: 0 0 24px 0%;
	width: 100%;
}
.productDetails .additional-images .floatleft {
    clear: none;
    float: left!important;
    width: auto;
}
.product-related-products > div, 
.product-related-categories > div {
	margin: 32px 0 0!important;
	padding: 0;
	width: 100%;
}
.row > div {
    float: none!important;
}
.width50 .spacer img,
.width40 .spacer img,
.width33 .spacer img,
.width25 .spacer img,
.width20 .spacer img {
    display: block;
    margin: 0 auto;
}
.product-related-products, 
.product-related-categories {
    text-align: center;
}
.product-related-products > div, 
.product-related-categories > div {
    border-right: none!important;
    margin: 0 auto;
    float: none!important;
    clear: both!important;
}
.orderby-displaynumber:after {
    clear: both;
    content: "";
    display: table;
}
.orderby-displaynumber .display-number {
    clear: both;
    float: left;
    margin-top: 10px;
    min-width: 150px!important;
    text-align: left;
}
.vertical-separator {
    padding: 0!important;
}
.row .product,
.row .category {
    margin-bottom: 20px!important;
}
.width20:nth-child(odd),
.width25:nth-child(odd) {
    clear: both!important;
    padding-left: 0!important;
    padding-right: 0px!important;        
}
.width20:nth-child(even),
.width25:nth-child(even) {
    padding-left: 0px!important;
    padding-right: 0!important;        
}

#product-tabs,
.gkTabsWrap ol,
#ui-tabs ul#tabs {
    border: 1px solid #e5e5e5;
    margin: 20px 0 -1px;
    overflow: hidden;
}

#product-tabs li,
.gkTabsWrap ol li,
#ui-tabs ul#tabs li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none!important;
    border-top: 1px solid #e5e5e5!important;
    text-align: center;
    width: 100%;
}

#product-tabs li:first-child,
.gkTabsWrap ol li:first-child,
#ui-tabs ul#tabs li:first-child {
    border-top: none!important;
}

#product-tabs li.active,
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover,
#ui-tabs ul#tabs li.current {
    border: none!important;
    border-top: 1px solid #e5e5e5!important;
}
#facebox {
    max-width: 300px!important;
}
#facebox .popup > div > div > h4 {
    min-width: 200px!important;
    max-width: 300px!important;
}
.vmBTST .gkleft,
.vmBTST .gkright {
	width: 100%;
}
.gkright.BTdetails {
	margin-top: 75px;
}
.customer-note {
	max-width: 280px;
}

/* Frontpage elements */
#gkPopupCart .gkPopupWrap {
	width: 250px;
}
#gkPopupCart .gkTotal {
	font-size: 32px;
}
.gkIsWrapper-cloans figcaption h3 {
	font-size: 16px;
	line-height: 40px;
	padding: 0 20px;
}
.gkIsWrapper-cloans figcaption h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.gkIsWrapper-cloans figcaption p {
	font-size: 12px;
	line-height: 32px;
}
.gk-banners li div strong {
	top: 42%;
	width: 70%;
}
.gkTabsWrap ol li.active {
	margin: 0;
}
.box.bigtitle .header {
	font-size: 24px;
}
.box.bigtitle .header span {
	padding: 0 15px;
}
.products .nspArt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.products .nspArt .nspImageWrapper {
	margin: 0!important;
}
#gkSidebar .box.parallax, 
#gkBottom1 .box.parallax, 
#gkBottom2 .box.parallax, 
#gkBottom3 .box.parallax,
#gkBottom4 .box.parallax {
	margin: 0!important;
	max-width: 1000px;
	width: auto!important;
}
.gk-features[data-cols="2"] li { width: 100%; }
.gk-features[data-cols="3"] li { width: 100%; }
.gk-features[data-cols="4"] li { width: 100%; }
.box.parallax .header {
	font-size: 20px;
	padding: 0 0 20px 0;
}
blockquote {
	font-size: 14px;
	padding: 0 0 0 45px;
}
.box.separator {
	overflow: hidden;
}

/* Overlay menu */
.gkMenuOverlay + #gkMobileMenu {
	display: block!important;
}
#gkMainMenu.gkMenuOverlay {
	display: none!important;
}
#gkMenuOverlayWrap {
    margin: -20px 0 0 -150px!important;
    max-width: 300px!important;
}

#gkMenuOverlayWrap.open {
    margin-top: 0!important;
}

#gkMenuOverlayContent .gkcol li {
    font-size: 15px;
}

#gkMenuOverlayContent .gkcol li,
#gkMenuOverlayContent .gkcol li a {
    line-height: 38px;
}

#gkMenuOverlayHeader {
    font-size: 36px;
    line-height: 72px;
}

#gkMenuOverlayClose {
    font-size: 20px;
    line-height: 72px;        
}

/* HikaShop */
#gkMainbody .hikashop_product_stock table,
#gkMainbody .hikashop_product_stock table tr,
#gkMainbody .hikashop_product_stock table td,
#gkMainbody .hikashop_product_stock table tbody {
	width: 260px!important;
}
.hikashop_products {
	margin: 0 auto;
	max-width: 300px;
}
.hikashop_subcategories > div,
.hikashop_products > div {
	width: 100%!important;
}
#hikashop_show_tabular_description dl {
	width: 100%;
}
#gkHeaderNav h1 {
    top: 64px;
    width: 170px;
}
#gkSearch input {
    width: 88%;
}
#gkHeaderNav {
	margin: 33px 0 0;
}

#gkBottom1 .circle-container {
    padding: 20px 0 0;
}

#gkBottom1 .floatleft.width33 {
    float: none !important;
	padding: 0 0 20px;
}

#gkBottom5 .floatleft.width40 .padding {
    border-left: medium none;
    padding: 0;
}

#gkFooter .width60 {
    width: 100%;
}

#gkFooter .width40 {
    padding: 20px 0 0;
    width: 100%;
}
#gkCopyrights {
    padding: 0 0 0 20px;
}
.box {
    padding: 0;
}
#gkHeaderMod #slideContainer741.slide-template-simple div.navigation-wrapper {
    display: none;
}

#gkHeaderMod #slideContainer741.slide-template-simple div.navigation-wrapper2 {
    display: none;
}

#gkBottom4 p a::before {
    background: none;
}
#gkBottom4 p {

    padding: 0;
}
#gkBottom5 {
    padding: 20px 0 0;
}

#gkBottom5 .floatleft.width50.column2 {
    padding: 0;
}

#gkHeaderTop .top-container {
    padding: 10px 0 0;
}
#gkMobileMenu {

}
.frontpage #gkHeaderMod {
    padding: 0;
}
#gkBottom1 {
    border-top: 0 solid #fff;
}
.box .header {
    font-size: 30px;
    line-height: 35px;
}

#gkBottom5 .width60 {
    width: 100%;
}

#gkBreadcrumb {
    display: none;
}
.mijosearch_pagination {
  float: left;
  height: auto;
  width: 100%;
  padding-bottom:5px;
}
#mijosearch_bg {
  height: 80px;
}
#gkLogo {
top:15px;
}

#gkBottom1 .floatleft.width33 .circle-box h3, #gkBottom1 .floatleft.width33 .circle-box h3 a {
    font-size: 17px;
}
.partners .floatleft.width50.partner-left p {
    padding: 0;
}
.partners .floatleft.width50.partner-right p {
    padding: 0;
}
.program-boxes .floatleft.width33 .padding > h3 {
    min-height: auto;
}
.program-boxes p {
    min-height: auto;
}
#rsform_1_page_0 .floatleft.width20, #rsform_1_page_0 .floatleft.width15, #rsform_1_page_0 .floatleft.width10, #rsform_1_page_0 .floatleft.width40, #rsform_1_page_0 .floatleft.width100 {
    margin: 0;
    padding: 0;
    text-align: left !important;
    width: 100%;
}

.row > div label {
    display: block;
    padding: 0 30px 0 0;
}
.row > div {
    margin: 0;
    padding: 0;
}

.wic-locations .floatleft.width30, .wic-locations .floatleft.width70 {
    width: 100%;
}

#rsform_1_page_0 .floatleft.width50, #rsform_1_page_0 .floatleft.width20{
    padding: 10px 0;
    width: 100%;
}
#rsform_1_page_0 .floatleft.width100 {
    padding: 10px 0;
}
#gkHeaderTop .top-container {
    display: none;
}

.frontpage #gkPageContent {
    padding: 0;
}
.top-menulinks {
    left: 10%;
}
#gkTop2 .return input[type="text"] {
    width: 274px;
}

#gkTop2 .custom {
    padding: 0;
}

#gkform .form-submit input {
    display: inline-block;
    padding: 11px 15px !important;
    width: auto;
	line-height: 22px;
}
#gkform {
    padding: 30px 0;
	overflow: hidden;
}

#gkBottom2 .floatleft.width33.one .padding, #gkBottom3 .floatleft.width33.one .padding, #gkBottom4 .floatleft.width33.one .padding, #gkreferral .floatleft.width33.one .padding {
    margin: 0;
}

#gkBottom2 .floatleft.width33.two .padding, #gkBottom3 .floatleft.width33.two .padding, #gkBottom4 .floatleft.width33.two .padding, #gkreferral .floatleft.width33.two .padding {
    margin: 0;
}

#gkBottom2 .floatleft.width33.three .padding, #gkBottom3 .floatleft.width33.three .padding, #gkBottom4 .floatleft.width33.three .padding, #gkreferral .floatleft.width33.three .padding {
    margin: 0;
}

#gkHeaderMod #slideContainer741.slide-template-simple .slides-wrapper .slides .slide .slidetext {
    display: none;
}
#slideContainer741.slide-template-simple .slides-wrapper img {
    width: 100% !important;
}
#gkTop2 .custom p {
    display: block;
}
#gkHeaderMod .custom.internal {
	 height:74px;
	 overflow:hidden;
}
#gkHeaderMod .custom.internal img {
	 height:74px;
	 width:1000px;
	 position:absolute;
	 left:50%;
	 top:0px;
	 margin-left:-500px;
}
#gkHeaderMod .custom.internal.apply .rank-portal {
    z-index: 400;
}
#gkHeaderMod .custom.internal.apply > .gkPage {
    z-index: 400;
}
#gkHeaderMod .custom.internal.apply img {
    height: auto;
    left: 0;
    margin-left: 0;
    position: relative;
    top: 0;
    width: auto;
}
#gkHeaderMod .custom.internal.apply .text.apply {
    top: 10px;
}
#gkHeaderMod .custom.internal .text.apply h1 {
    font-size: 24px;
    line-height: 26px;
	text-align:center;
}
#gkHeaderMod .custom.internal .text.apply h3 {
    font-size: 18px;
    line-height: 20px;
}
#gkHeaderMod .custom.internal .text h1 {
  padding: 0px 0px 0px 20px;
}

#gkform .form-submit input {
    display: block;
    font-size: 16px;
    line-height: 18px;
    max-width: 285px !important;
    padding: 11px 20px !important;
    text-align: left;
	white-space:normal;
}
#gkAccordion.expanded {
  display: block;
  right: 0;
  top: -33px;
}
#gkHeaderMod .custom.internal.apply .rank-portal .gkPage > img {
    right: 20px !important;
    margin-left: auto;
    position: absolute !important;
    text-align: right;
}
#gkHeaderMod .custom.internal.apply .rank-portal p {
    display: block;
    float: right;
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    padding: 10px 80px 10px 0;
    text-align: right;
    width: 190px;
}
#gkHeaderMod .custom.internal .text.apply h1 br{
	display:block;	
}