html {
    background: none repeat scroll 0 0 #FFFFFF;
}

body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    min-height: 100%;
    padding: 0;
    max-width: 100%;
    position: relative;
}

p {
    margin: 7px 0 10px;
}

label {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
}

b, strong {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
}

a,
#gkMainbody article a:active,
#gkMainbody article a:focus,
#gkMainbody article a:hover,
#gkMainbody article header a {
    color: #000000;
}

a:hover,
a:active,
a:focus,
#gkMainbody article a,
#gkMainbody article header a:active,
#gkMainbody article header a:focus,
#gkMainbody article header a:hover {
    color: #549EFF;
}

select, textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    border: medium none;
    border-radius: 0;
	color: #000000;
    font-size: 14px;
    height: 38px;
    max-width: 100% !important;
    padding: 0 10px;
    z-index: 10;
}

::-webkit-input-placeholder {
   color: #FFFFFF;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF;  
   opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF;  
   opacity: 1;
}
:-ms-input-placeholder {  
   color: #FFFFFF;  
   opacity: 1;
}

#gkPageContentWrap {
    position: relative;
    max-width: 100%;
}

#gkTop {
    padding: 0;
}

#gkTop > .gkPage {
	background: none repeat scroll 0 0 #549EFF;
	position: relative;
}

#gkTop.noheader {
    border-bottom: medium none;
}

#gkMainbody {
    float: left;
	max-width: 100%;
    position: relative;
}

#gkSidebar {
	float: right;
    padding: 0 0 0 21px!Important;
}

#gkInset {
    overflow: hidden;
}

#gkContentWrap.gkInsetLeft + #gkInset {
    padding: 0 21px 0 0!Important;
}

#gkTop.noheader ~ #gkPageContentWrap {
    padding-top: 45px;
}

#system-message dd.error,
#system-message dd {
    background-color: #D9EDF7;
    border-bottom: 1px solid #BCE8F1;
    color: #3A87AD;
    font-size: 14px;
    font-weight: 400;
	padding: 15px 25px;
}

/*---------- LOGO ----------*/
#gkLogo {
    width: auto;
}

.gkLogo {
    float: left;
    margin: 27px 0 32px;
}

/*---------- LANGUAGES ----------*/
#gkTopMenu {
    margin: 27px 15px 0;
}

#gkTopMenu li {
    padding: 0;
}

#gkTopMenu li a {
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: normal;
    min-width: 24px;
}

#gkTopMenu li a:hover,
#gkTopMenu li a:active,
#gkTopMenu li a:focus {
    color: #FFFFFF;
	font-weight: bold;
}

#gkTopMenu li.lang-active a {
    color: #FFFFFF;
	cursor: default;
    font-weight: bold;
}

/*---------- MENU ----------*/
#gkMenuWrapper {
    background: none no-repeat scroll right 0 transparent;
    bottom: 10px;
	cursor: pointer;
    height: 19px;
    left: auto;
	min-width: 26px;
    position: absolute;
    right: 20px;
    top: auto;
    width: auto;
}

#menuButton {
    float: right;
}

#gkMainMenu {
	clear: both;
    display: none;
    float: right;
    margin: 0 -20px 0 0 !important;
    padding: 10px 0 0;
    position: relative;
}

#gkMainMenu.isActive,
#gkMenuWrapper.isNotTouchDevice:hover #gkMainMenu {
	display: block;
}

#gkMenuWrapper.isNotTouchDevice #gkMainMenu.isActive {
	display: none;
}

#gkMenuWrapper.isNotTouchDevice:hover #gkMainMenu.isActive {
	display: block;
}

#gkExtraMenu {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 8px 0 125px 112px;
	text-align: right;
}

#gkMainMenu li.first {
    display: none!important;
}

.gkMenu > ul > li {
	border: none!Important;
    float: none;
	font-size: 14px;
	font-weight: normal;
	height: 26px;
	letter-spacing: 0;
	line-height: 26px;
}

.gkMenu > ul > li > a {
    color: #000000;
	height: 26px;
	letter-spacing: 0;
	line-height: 26px;
}

.gkMenu > ul > li.active > a {
    color: #549EFF;
	font-weight: bold;
}

.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
    color: #549EFF;
}

/*---------- HOME PAGE GRID ----------*/
#gkHeader {
    padding-bottom: 50px;
	padding-top: 45px;
}

.gkGridGK5 {
    transform: none!important;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    float: left;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay > a {
    display: block;
    height: 100%;
    padding: 0 !important;
    position: relative;
}
   
.gkGridElement .gkNspPM-CenteredTitleOverlay img {
    height: 100%;
    width: auto;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay.vertical_img img {
    height: auto;
    width: 100%;
}

.gkGridElement.gkGrid-customGrid1-1 .gkNspPM-CenteredTitleOverlay img {
	height: auto;
    width: 100%;
}

.gkGridElement > div {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    padding: 0;
}

.gkGridElement p {
    margin: 0;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay:hover img {
    transform: none !important;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay > figcaption > div > div {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay > figcaption {
	background-color: #000000;
	height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s, height 0s ease-in-out 0.4s;
	-moz-transition: all 0s ease-in-out 0s, opacity 0.3s eease-in-out 0s, height 0s ease-in-out 0.4s;
	-o-transition: all 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s, height 0s ease-in-out 0.4s;
	transition: all 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s, height 0s ease-in-out 0.4s;
    vertical-align: middle;
    width: 100%;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay:hover > figcaption {
	opacity: 1;
	height: 100%;
	-webkit-transition: all 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s, height 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s, height 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s, height 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s, height 0s ease-in-out 0s;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay h3 {
	padding:0
}

.gkGridElement .gkNspPM-CenteredTitleOverlay h3 a {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
	font-weight: 700;
    padding: 30px 25px 3px;
    text-align: left;
    text-transform: none;
    line-height: 18px;
}

.gkGridElement > .gkNspPM-CenteredTitleOverlay > figcaption > div > div:hover h3 a {
	color: #FFFFFF;
}

.gkGridElement > .gkNspPM-CenteredTitleOverlay h3 a:active,
.gkGridElement > .gkNspPM-CenteredTitleOverlay h3 a:focus,
.gkGridElement > .gkNspPM-CenteredTitleOverlay h3 a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay figcaption .gridItemCategory,
.gkGridElement .gkNspPM-CenteredTitleOverlay figcaption .gridItemTags {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 0 !important;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay figcaption .gridItemCategory a {
	color: #549EFF;
	font-size: 12px;
	font-weight: 400!Important;
    padding: 0 25px;
	text-transform: uppercase;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay figcaption .gridItemTags {
	color: #FFFFFF;
    font-size: 12px;
    font-weight: 400 !important;
    padding: 0 25px;
    text-transform: none;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    bottom: 25px;
    position: absolute;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay figcaption .gridItemTags a {
	color: #fff;
	font-size: 12px;
	font-weight: 400!Important;
    padding: 0;
	text-transform: capitalize;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay figcaption .gridItemCategory a:active,
.gkGridElement .gkNspPM-CenteredTitleOverlay figcaption .gridItemCategory a:focus,
.gkGridElement .gkNspPM-CenteredTitleOverlay figcaption .gridItemCategory a:hover {
	color: #549EFF;
	text-decoration: underline;
}

.gkGridElement .gkNspPM-CenteredTitleOverlay figcaption .gridItemTags a:active,
.gkGridElement .gkNspPM-CenteredTitleOverlay figcaption .gridItemTags a:focus,
.gkGridElement .gkNspPM-CenteredTitleOverlay figcaption .gridItemTags a:hover {
	color: #fff;
	text-decoration: underline;
}

.gkGridElement #gkIs-topSlideshow {
	height: 100%!Important;
	width: 100%!Important;
}

.gkGridElement .gkIsImage,
.gkGridElement .gkIsImage img {
    width: 100%!Important;
    height: 100%!Important;
}


/*---------- HOME PAGE GRID SLIDESHOW ----------*/
.gkGridElement .gkIsWrapper-gk_league_news1 h3.gkIsTitle {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    font-size: 24px;
    padding: 40px 20px;
    position: absolute;
    text-transform: none;
    width: 100%;
    z-index: 120;
}

.gkGridElement .gkIsWrapper-gk_league_news1 .gkIsTitle a:active,
.gkGridElement .gkIsWrapper-gk_league_news1 .gkIsTitle a:focus,
.gkGridElement .gkIsWrapper-gk_league_news1 .gkIsTitle a:hover {
	color: #fff!Important;
	text-decoration: underline;
}

.gkGridElement .gkIsWrapper-gk_league_news1 .gkIsMoreNews {
	display: none!Important;
}

.gkGridElement .gkIsWrapper-gk_league_news1 .gkIsLoader > div.gkIsProgress {
    background: none repeat scroll 0 0 #549EFF;
}

/*-----------------------------*/
/*---------- SIDEBAR ----------*/
/*-----------------------------*/
.box {
    margin: 0 0 20px;
}

.gridpage #gkSidebar {
    padding: 0 0 0 7.5%;
}

.gridpage #gkSidebar {
    padding: 0 0 0 7.5%;
}

.box .header {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
}

/*---------- MAILING LIST ----------*/
.acyfield_email .inputbox {
    background-color: #549EFF;
    box-shadow: none;
    color: #FFFFFF;
    font-weight: 400;
}

.onefield.fieldacyemail {
    margin: 3px 0 0;
}

.acyfield_email .inputbox:focus {
    background-color: #549EFF;
}

.acyfield_email .inputbox.invalid {
    border: none !important;
}

.acysubbuttons .button.subbutton  {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #549EFF !important;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    line-height: 18px;
    margin: 0 11px;
    padding: 0;
}

.acysubbuttons .button.subbutton:hover {
	text-decoration: underline;
}

.acysubbuttons .button.unsubbutton {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    float: left;
    font-size: 12px;
    line-height: 26px;
    margin: 5px 0 0;
    padding: 0px 11px;
    background: none!important;
    clear: both;
    font-weight: 400;
    height: auto;
}

.acysubbuttons .button.unsubbutton:hover {
	color: #549EFF;
}

/*---------- SEARCH ----------*/
.box.search-module {
    border-bottom: 1px solid #A5A5A5;
    float: left;
}

.box.search-module input {
    -moz-box-shadow: none !important;
  	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
	width: 100%;
}

.box.search-module input:focus {
	background-color: #FFFFFF;
}

.box.search-module input.inputbox {
	padding: 0 25px 0 10px;
}

.search-module .button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    float: right;
    height: auto;
    margin: -25px 0 0;
    padding: 0;
    position: relative;
    width: 17px !important;
    z-index: 1000;
}

/*---------- SOCIAL ----------*/
.box.social {
    margin-top: 35px;
}

.custom.social img {
    margin-right: 10px;
}

.custom.social img.email-icon {
    margin-right: 0;
}

/*---------- POPULAR ARTICLES ----------*/
.box.title-underline > h3 {
    border-bottom: 4px solid #549EFF;
    padding-bottom: 4px !important;
}

.popular-articles.box li a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px !important;
	position: relative;
	text-decoration:none;
	width: 100%;
}

.popular-articles.box li a:hover {
    color: #549EFF;
}

.popular-articles div .k2ItemsBlock ul {
    margin-right: 0;
	position: relative;
    width: 100%;
}

.popular-articles div .k2ItemsBlock ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: medium none;
    list-style: none outside none !important;
    margin: 0;
    padding: 15px 0 3px !important;
	position: relative;
	width: 100%;
}

/*---------- TAG CLOUD ----------*/
.tag-cloud {
    margin: 0 0 15px;
}

.tag-cloud > a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF !important;
    float: left;
    font-weight: normal;
    margin: 2px;
    padding: 0 4px;
    text-transform: uppercase;
}

.tag-cloud > a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #549EFF !important;
}

/*---------- SIGN IN----------*/
.box.sign-in {
    margin: 30px 0 0;
}

.box.sign-in .inputbox {
    background-color: #549EFF;
    box-shadow: none;
    color: #FFFFFF;
    font-weight: 400;
}

.box.sign-in fieldset p {
    margin: 0;
}

.box.sign-in li.forgot-password {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    float: left;
    font-size: 12px;
    line-height: 23px;
    margin: 0;
    padding: 0 11px;
    width: 100%;
}

.box.sign-in input.button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #549EFF !important;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    line-height: 23px;
    margin: 0 11px;
    padding: 0;
}

.box.sign-in input.button:hover {
	text-decoration: underline;
}

.box.sign-in .register-link {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin: 15px 0 0;
    padding: 0 11px;
    width: 100%;
}

.box.sign-in .register-link a {
	color: #549EFF;
}

.box.sign-in .register-link a:hover {
	text-decoration: underline;
}

.box ul.edit-profile li {
    font-size: 12px;
    padding: 0 11px;
}

/*-----------------------------*/
/*----------- INSET -----------*/
/*-----------------------------*/

/*----------- RELATED -----------*/
.related-items ul li h3 {
    float: left;
    font-size: 15px;
    font-weight: bold;
	text-transform: none;
    width: 100%;
}

.related-items ul li h3 a {
    line-height: 18px;
}

.related-items .k2ItemsCategoryLink a {
    color: #549EFF;
    font-size: 12px;
    font-weight: 600;
	line-height: 16px;
    text-transform: uppercase;
}

.related-items .k2ItemsCategoryLink a:hover {
	text-decoration: underline;
}

.related-items ul li div {
    float: left;
    width: 100%;
}

.related-items div.k2ItemImageleft, div.k2ItemImageright,
.related-items div.k2ItemImagetop, div.k2ItemImagebottom {
    margin: 0;
    padding: 0;
}

.related-items img.k2ItemImage {
    border: none;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.related-items.box li {
    border-bottom: medium none;
    float: left;
    padding: 15px 0;
    width: 100%;
}

/*----------- RE-DESCOVER -----------*/
.re-descover ul {
    width: 100%;
}

.re-descover div .k2ItemsBlock ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none;
    list-style: none outside none !important;
    margin: 0;
    padding: 15px 0 3px !important;
}

.re-descover.box li a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px !important;
    text-decoration: none;
}

.re-descover.box li a:hover {
    color: #549EFF;
}

/*---------- USER REGISTRATION - LOGIN ----------*/
#gkMainbody #easycalccheckplus {
    clear: both;
    float: left;
    margin: 0 0 20px !important;
    padding: 0 !important;
    width: 100%;
}

#easycalccheckplus label {
    float: left;
    width: 100%;
}

label.invalid {
    color: #000 !important;
}

#member-registration legend,
.login legend.header,
#user-registration legend.header,
#users-profile-core legend,
#member-profile legend {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.login legend.header,
#user-registration legend.header {
	margin: 0 0 28px;
}

#member-registration .spacer {
    display: none;
}

#member-registration dd,
#member-profile dd,
.reset-confirm dd,
.reset-complete dd {
    clear: both;
    float: left;
    min-width: 200px;
	padding-bottom: 10px;
}

#member-profile dt,
.reset-confirm dt,
.reset-complete dt {
	clear: both;
    float: left;
    min-width: 200px;
}

section.login .login-fields {
    float: left;
    padding: 0;
}

.login-fields input,
#user-registration input {
	margin-bottom: 10px;
}

#member-registration dt,
section.login .login-fields label {
    clear: both;
    float: left;
    min-width: 170px;
    padding: 0;
	width: 100%;
}

#member-registration label,
section.login .login-fields label,
#user-registration label,
#member-profile label,
.reset-confirm label,
.reset-complete label {
    color: #000000 !important;
	font-weight: 400;
	line-height: 22px;
}

#member-registration input,
.login-fields input,
#user-registration input,
#member-profile input,
.reset-confirm input,
.reset-complete input {
	background-color: #ffffff!important;
    border: 1px solid #549EFF!important;
    -moz-box-shadow: none!Important;
  	-webkit-box-shadow: none!Important;
  	box-shadow: none!Important;
    float: left;
    width: 300px;
}

#member-registration button.validate,
#form-login-buttons .button,
#user-registration button,
.profile a,
#member-profile button,
.reset-confirm button,
.reset-complete button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #549EFF !important;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    line-height: 23px;
    margin: 0 8px 0 11px;
    padding: 0;
}

#member-registration button.validate:hover,
#form-login-buttons .button:hover,
#user-registration button:hover,
.profile a:hover,
#member-profile button:hover,
.reset-confirm button:hover,
.reset-complete button:hover {
	text-decoration: underline;
}

#form-login-buttons {
    clear: both;
	margin: 0;
}

#user-registration button {
	clear: both;
	margin: 10px 8px 0;
}

#member-registration fieldset + div,
#member-profile > div {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

#form-login-remind {
    border-top: medium none;
    font-size: 12px;
    margin: 0 8px;
    padding: 16px 0 0;
}

#form-login-remind a {
    clear: both;
    float: left;
    margin: 0 4px;
}

.tip-wrap {
	display: none!Important;
}

/*---------- PROFILE ----------*/
.profile dt {
	font-size: 14px;
    font-weight: 700;
	min-width: 310px;
}

#users-profile-custom {
    display: none;
}

#member-profile .edit_2 {
	display: none;
}

/*---------- K2 ----------*/
#k2Container {
    float: left;
    max-width: 100%;
}

/*---------- K2 CATEGORY ----------*/
.itemContainer {
    float: left;
    margin: 0 0 45px;
}

.hasImage .catItemImageBlock {
    float: left;
    margin: 0 4% 0 0;
    width: 25%;
}

.noImage .catItemText {
    float: left;
    width: 100%;
}

.hasImage .catItemText {
    float: left;
    width: 70.9%;
}

.hasImage .catItemImage {
    float: left;
    width: 172px;
    max-width: 100%;
}

.hasImage .catItemImage a {
    max-width: 100%;
    position: relative;
}

.hasImage .catItemImage img {
    max-width: 100%;
    position: relative;
}

h3.catItemTitle {
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
}

.catItemIntroText a {
    color: #549EFF;
}

.catItemIntroText a:hover {
	text-decoration: underline;
}

.catItemCommentsLink > a:before {
    background: url("../images/comments.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    float: left;
    height: 15px;
    margin: 0 4px 0 0;
    width: 13px;
}
.catItemCommentsLink > a {
    color: #B0ABAB;
    float: left;
    font-size: 11px;
    line-height: 15px;
}

.pagination .pagenav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #549EFF !important;
    font-size: 22px;
    font-weight: 300;
}

.pagination .pagenav:hover {
	color: #549EFF !important;
	text-decoration: underline;
}

.pagination span.pagenav {
    color: #B0ABAB !important;
}

.pagination span.pagenav:hover {
    color: #B0ABAB !important;
	cursor: default;
	text-decoration: none;
}

.pagination-prev .pagenav:before {
    content: "<";
}

.pagination-next .pagenav:after {
    content: ">";
}

/*---------- TAGS RESULTS ----------*/
.tagPageTitle {
    font-size: 14px;
    font-weight: normal;
	margin: 0 0 15px;
    text-transform: none;
}

.tagPageTitle .tagTitle {
    color: #549EFF;
    text-transform: capitalize;
}

.hasImage .itemImageBlock {
    float: left;
    margin: 0 4% 0 0;
    width: 25%;
}

.noImage .tagItemText {
    float: left;
    width: 100%;
}

.hasImage .tagItemText {
    float: left;
    width: 70.9%;
}

.hasImage .itemImage {
    float: left;
    width: 172px;
	max-width: 100%;
}

.hasImage .itemImage a {
    max-width: 100%;
    position: relative;
}

.hasImage .itemImage img {
    max-width: 100%;
    position: relative;
}

#k2Container article header h2.tagItemTitle {
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin: 1px 0 0;
    text-transform: none;
}

.tagItemText ul {
    float: left;
    margin: 0;
}

.tagItemText ul li {
    float: left !important;
    font-size: 13px !important;
    margin: 0 !important;
    text-transform: none;
}

.tagItemText ul li.itemDate {
	margin: 0 0 0 5px !important;
}

.tagItemText ul li.itemCategory {
	float: left;
    line-height: 13px;
}

.tagItemText ul li.itemCategory a {
    color: #549EFF !important;
    font-weight: 400 !important;
}

.tagItemText ul li.itemCategory a:hover {
	text-decoration:underline !important;
}

.tagItemText ul li time {
    float: left;
    line-height: 13px;
}

.tagItemText header {
    margin: 0;
}

.tagItemText .itemBody {
    margin: 0;
}

.pagination ul li.counter {
    display: none;
}

.itemList article {
    margin: 0 0 45px !important;
    padding-top: 0;
}

.itemIntroText a {
    color: #549EFF;
}

.itemIntroText a:hover {
	text-decoration: underline;
}

/*---------- CALENDAR RESULTS ----------*/
.calendarPageTitle {
    font-size: 14px;
    font-weight: normal;
	margin: 0 0 15px;
    text-transform: none;
}

.calendarPageTitle .calendarTitle {
    color: #549EFF;
    text-transform: capitalize;
}

.hasImage .genericItemImageBlock {
    float: left;
    margin: 0 4% 0 0;
    width: 25%;
}

.noImage .genericItemText {
    float: left;
    width: 100%;
}

.hasImage .genericItemText {
    float: left;
    width: 70.9%;
}

.hasImage .genericItemImage {
    float: left;
    width: 172px;
	max-width: 100%;
}

.hasImage .genericItemImage a {
    max-width: 100%;
    position: relative;
}

.hasImage .genericItemImage img {
    max-width: 100%;
    position: relative;
}

#k2Container .genericItemHeader h2.genericItemTitle {
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin: -2px 0 0;
    text-transform: none;
	width: 100%;
}

.genericItemHeader {
    float: left;
    width: 100%;
}

.genericItemBody {
    float: left;
    width: 100%;
}

.genericItemList .genericItemView  {
	float: left;
    margin: 0 0 45px;
}

.genericItemIntroText a {
    color: #549EFF;
}

.genericItemIntroText a:hover {
	text-decoration: underline;
}

/*---------- SEARCH RESULTS ----------*/
.searchPageTitle {
    font-size: 14px;
    font-weight: normal;
	line-height: 14px;
    margin: 0 0 15px;
    text-transform: none;
}

.searchPageTitle .searchTitle {
    color: #549EFF;
    text-transform: capitalize;
}

.genericItemCategory {
    float: left;
	font-size: 13px;
}

.genericItemDateCreated {
    float: left;
	font-size: 13px;
	margin: 0 0 0 5px;
}

.genericItemCategory > a {
	color: #549EFF !important;
    font-weight: 400 !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.genericItemCategory > a:hover {
	text-decoration: underline;
}

.genericItemList {
    float: left;
}

.k2Pagination {
    float: left;
}

/*---------- K2 ITEM ----------*/
#k2Container.itemView {
    border-top: 4px solid #000000;
    margin-top: 24px;
    padding-top: 15px;
	width: 100%;
}

.itemView h2.itemTitle {
    float: left;
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    width: 100%;
}

#k2Container.itemView.aboutAndTerms {
    border-top: medium none;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
}

.itemView.aboutAndTerms h2.itemTitle {
    border-bottom: 4px solid #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 3px 0 0;
    padding: 0 0 2px;
    text-transform: uppercase;
}

.itemView.aboutAndTerms .itemFullText {
    margin-top: 15px;
}

.itemView .itemHeader {
    float: left;
    margin: 0;
    width: 100%;
}

.itemView .itemDateCreated,
.itemView .itemDatePublished {
    float: left;
    font-size: 13px;
    line-height: 13px;
	margin: 5px 0;
    width: 100%;
}

.itemView .itemCategory {
    float: left;
    line-height: 12px;
    margin: 0;
}

.itemView .itemCategory a {
    color: #549EFF;
    font-size: 12px;
	font-weight: 600;
    text-transform: uppercase;
}

.itemView .itemCategory a:hover {
    text-decoration: underline;
}

.itemToolbar > ul {
    float: left;
}

.itemToolbar li {
    float: left;
    margin: 12px 10px 0 0;
}

.itemView .itemFullText {
    float: left;
    margin-top: 25px;
    max-width: 100%;
    position: relative;
}

.itemBody {
    float: left;
    margin: 0 0 40px;
	max-width: 100%;
}

.itemVideoBlock > h3 {
    display: none;
}

.itemVideoBlock {
	float: left;
    margin: 0 0 40px;
	width: 100%;
}

#k2Container .avVideo .avPlayerContainer .avPlayerBlock iframe,
#k2Container .avVideo .avPlayerContainer .avPlayerBlock object,
#k2Container .avVideo .avPlayerContainer .avPlayerBlock embed,
#k2Container .avVideo .avPlayerContainer .avPlayerBlock div {
	min-width: 280px !important;
}

.itemComments {
    float: left;
    margin: 45px 0 0;
    width: 100%;
}

.itemCommentsForm {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    border-bottom: 1px solid #A5A5A5;
    border-top: 1px solid #A5A5A5;
    padding: 20px 0 15px 12%;
}

.itemComments h3,
.itemAuthorContent h3 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 0;
    width: 100%;
}

.itemCommentsForm textarea.inputbox {
	background-color: #FFFFFF !important;
    border: 1px solid #A5A5A5;
    -moz-box-shadow: none!Important;
  	-webkit-box-shadow: none!Important;
  	box-shadow: none!Important;
	font-size: 13px;
    font-weight: normal;
    height: 140px;
    margin: 10px 0 20px;
    padding: 10px;
	resize: none;
}

#comment-form input.inputbox {
	background-color: #FFFFFF !important;
    border-bottom: 1px solid #A5A5A5;
    -moz-box-shadow: none!Important;
  	-webkit-box-shadow: none!Important;
  	box-shadow: none!Important;
	clear: both;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 22px;
    margin: 0 0 10px;
    max-width: 300px !important;
    padding: 0;
    width: 100%;
}

#comment-form input.button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #549EFF !important;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    line-height: 18px;
    margin: 25px 0 0;
    padding: 0;
}

#comment-form input.button:hover {
    text-decoration: underline;
}

.itemComments .itemCommentsList li {
    border-top: 1px solid #A5A5A5;
    float: left;
    margin: 0;
    padding: 24px 0;
    width: 100%;
}

.itemComments .itemCommentsList li div img,
.k2LatestCommentsBlock img {
    float: left;
    margin: 1px 0 0;
    padding: 0;
}

.itemComments .itemCommentsList li div.commentImage {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    float: left;
    margin: 0;
    padding: 0 0 0 0;
    width: 10%;
}

.itemComments .itemCommentsList li div.commentBody {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    float: left;
    margin: 0;
    padding: 0 0 0 2%;
    width: 90%;
}

.itemComments p {
	color: #000;
    float: left;
    line-height: 17px;
    margin: 0;
    width: 100%;
}

.itemComments .itemCommentsList li span.commentAuthorName {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin-right: 0;
}

.itemComments .itemCommentsList li span.commentDate {
    color: #000000;
}

.loginToPostComment {
    margin: 20px 0 0 12%;
}

.recaptchatable a,
.recaptchatable a:hover {
    color: #549EFF !important;
}

#recaptcha_area .recaptchatable,
#recaptcha_response_field,
#recaptcha_area .recaptchatable #recaptcha_image {
    border-color: #A5A5A5 !important;
}

.itemNavigation {
	float: left;
    margin: 40px 0 0;
}

.itemNavigation a {
    color: #549EFF !important;
    font-size: 22px;
    font-weight: 300;
	margin: 0 7px 0 0;
}

.itemNavigation a:hover {
	text-decoration: underline;
}

.itemBody a {
    color: #549EFF;
}

.itemBody a:hover {
	text-decoration: underline;
}


/*---------- CALENDAR ARTICLES ----------*/
.box.calendar-items {
    border-bottom: 1px solid #A5A5A5;
}

.nspArtPage.nspCol20 {
    width: 100%;
}

.calendar-items .nspArts {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    overflow: hidden;
    padding: 3px 70px;
}

.calendar-items .nspArt.nspCol3 {
    border-right: 1px solid #A5A5A5;
    margin: 0 2% 10px 0;
    padding: 0 2% 0 0 !important;
    width: 31.3333%;
}

.calendar-items .nspArt.nspCol3:last-child {
	border: none!Important;
}

.nspImageWrapper {
    float: left !important;
	margin: 0 6% 0 0 !important;
	max-height: 114px;
	overflow: hidden;
    width: 46.3%;
}

.nspArt .nspImageWrapper img {
    float: left;
    height: 114px !important;
    position: relative;
    width: auto !important;
}

.nspArt p.nspInfo {
    color: #000000;
    display: block !important;
    float: left;
    font-size: 13px;
    font-weight: bold;
	line-height: 15px;
    margin: 0;
    padding: 15px 0 0;
	text-transform: uppercase;
    width: 47.6%;
}

.nspArtPage .nspArt h4.nspHeader {
    padding: 0;
	width: 47.6%;
}

.nspArt h4.nspHeader a {
	color: #000000;
    float: left;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}

.nspArt h4.nspHeader a:hover {
	color: #549EFF;
}

.nspArts .nspTopInterface {
    position: inherit;
    right: 0;
    top: 0;
}

.nspArts .nspNext,
.nspArts .nspPrev {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    height: auto;
    position: absolute;
    text-indent: -9999px;
    top: 24%;
    width: auto;
}

.nspArts .nspNext {
	right: 0;
}

.nspArts .nspPrev {
    left: 0;
}

.nspArts .nspNext:before,
.nspArts .nspPrev:before,
.nspArts .nspNext:after,
.nspArts .nspPrev:after {
    display: none;
    float: none;
}

.nspArts .nspTopInterface img {
    display: block;
    height: 63px;
    width: 33px;
}

.calendar-items .nspArts,
.calendar-items .nspLinksWrap {
    position: static;
}

.calendar-items-mobile.activated {
    min-height: 154px;
}

.nspMain.calendar-items-mobile.activated .nspArtScroll2.nspPages20 {
    margin-left: 0 !important;
	width: 100%;
}

.nspMain.calendar-items-mobile.activated .nspArts {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #A5A5A5;
    padding: 0 32px;
    position: relative;
}

.nspMain.calendar-items-mobile.activated .nspArtPage {
    display: none;
}

.nspMain.calendar-items-mobile.activated .nspArtPage.active {
    display: block;
    margin: 0;
    width: 100% !important;
	position:relative;
}

.nspMain.calendar-items-mobile.activated .nspArts .nspTopInterface {
    display: block;
    height: 36px;
    position: absolute;
    right: 0;
    top: 30%;
    width: 100%;
}

.nspMain.calendar-items-mobile.activated .nspArts .nspPrev, .nspMain.calendar-items-mobile.activated .nspArts .nspNext {
	border-style: none;
	margin: 0;
}

.nspMain.calendar-items-mobile.activated .nspArts .nspTopInterface img {
    height: auto;
    width: 12px;
}

/*---------- CONTACT ----------*/
.contact h3 {
    border-top: medium none;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

#contact-form dl {
    margin: 5px 0;
}

.contact-form input {
    background-color: #549EFF!Important;
	border: none!Important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
    margin: 0 0 7px;
    max-width: 312px !important;
    width: 100%;
}

.contact-form input:focus {
    background-color: #549EFF;
}

#easycalccheckplus input {
    background-color: #549EFF !important;
    box-shadow: none !important;
    color: #FFFFFF;
    font-weight: 400;
}

.contact-form textarea {
	background-color: #FFFFFF !important;
    border: 1px solid #549EFF !Important;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #000;
	font-size: 13px;
    font-weight: normal;
    height: 255px;
    max-height: 255px;
    max-width: 100%;
    min-height: 255px;
    min-width: 100%;
    padding: 10px;
	resize: none;
    width: 540px;
}

.contact-form textarea:focus {
	background-color: #FFFFFF;
}

#jform_contact_message::-webkit-input-placeholder {
   color: #000000;
}
#jform_contact_message:-moz-placeholder { /* Firefox 18- */
   color: #000000;
}
#jform_contact_message::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;
}
#jform_contact_message:-ms-input-placeholder {  
   color: #000000;
}

.contact-form .button.validate {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #549EFF !important;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    line-height: 18px;
    margin: 0 11px;
    padding: 0;
}

.contact-form .button.validate:hover {
	text-decoration: underline;
}

/*---------- FOOTER ----------*/
#gkFooter {
    color: #939598;
    font-size: 11px;
    padding: 0 0 15px;
}

#gkFooterNav {
    color: #000000;
}

#gkFooterNav .menu {
    font-size: 13px;
	clear: both;
    float: left;
}

#gkFooterNav .custom {
    font-size: 12px;
    clear: both;
    float: left;
}

#gkFooterNav li:after {
    color: #549EFF;
    content: "/";
    font-weight: bold;
    margin: 0 0 0 6px;
}

#gkFooterNav li:last-child:after {
    color: #549EFF;
    content: "";
    font-weight: bold;
    margin: 0 0 0 2px;
}

#gkFooterNav li {
    margin: 0 5px 0 0 !important;
}

#gkFooterNav li:last-child {
    margin: 0 !important;
}

#gkBottom3, #gkBottom4 {
	overflow: hidden;
    padding: 40px 0 0;
}

#gkTop1 .box, #gkTop2 .box, #gkBottom1 .box, #gkBottom2 .box, #gkBottom3 .box, #gkBottom4 .box {
    margin-bottom: 0 !important;
}

#gkBottom3 + #gkFooter, #gkBottom4 + #gkFooter {
    border-top: none;
}

/*---------- VIDEOS ----------*/
#gkBottom3 .evoslider.rotation {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: none repeat scroll 0 0 #1A1A1A;
    box-shadow: none;
    float: left;
    height: 100% !important;
    margin: 0;
    padding: 50px 76px !important;
    position: relative;
    width: 100% !important;
}

#gkBottom3 .evoslider.rotation dl {
	max-width: 604px;
    width: 72% !important;
}

#gkBottom3 .evoslider.rotation dd {
	background: none repeat scroll 0 0 #000000;
	max-width: 100% !important;
	position: relative;
}

#gkBottom3 .evoslider.rotation .evoImage {
    max-width: 100% !important;
    height: auto!important;
	position: relative;
	overflow: visible;
}

#gkBottom3 .evoslider dd .evoImage img {
    float: left!important;
    height: auto;
    position: relative;
    width: 100%;
}

#gkBottom3 .content .evoslider.rotation .outer_control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 0 0 0 35px !important;
    width: 28% !important;
    height: auto!important;
}

#gkBottom3 .content .evoslider.rotation .controlNav,
#gkBottom3 .content .evoslider.rotation .controlNav #ControlWrapper,
#gkBottom3 .content .evoslider.rotation .controlNav ul {
	height: auto !important;
}

#gkBottom3 .content .evoslider.rotation .controlNav ul {
    max-width: 100%;
	width: 100% !important;
}

#gkBottom3 .content .evoslider.rotation .controlNav li.rotator {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	clear: both;
    height: auto !important;
	max-width: 100%;
	width: auto !important;
}

#gkBottom3 .content h3.videoModuleTitle {
    border-bottom: 4px solid #549EFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 5px;
}

#gkBottom3 .content h3.evoVerNavTitle {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 0;
    padding: 0;
    text-transform: none;
}

#gkBottom3 .content h3.evoVerNavTitle:hover,
#gkBottom3 .content .active h3.evoVerNavTitle {
    text-decoration: underline;
}

/*---------- COPYRIGHTS ----------*/
#gkCopyrights {
    padding: 0;
}

#gkFooter > div > div {
    padding: 0;
}

#gkFooterNav p {
    line-height: 12px;
    margin: 0;
}


