/* ---------------- */
/* ----LAYOUTS ---- */
/* ---------------- */

/* Base elements and classes */
html {
	border-bottom: 1px solid #222;
	min-height: 100%;
}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section {
	/* class used in the full template-width containers */
	clear: both;
	margin: 0 auto;
}
section#gkPageTop {
	overflow: visible; /* Necessary to make menu working */
	width: 100%; /* Necessary to achieve full background width */
}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
	/* Positions blocks -clearing */
	clear: both;
}

#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box {
	margin-bottom: 10px;
}

#gkTop1,
#gkTop2 {
	overflow: hidden;
}

body .gkCols3.gkNoMargin,
body .gkCols4.gkNoMargin,
body .gkCols6.gkNoMargin {
	margin-left: 0!important;
	margin-right: 0!important;
}

/* clearfix */
#gkTop::after,
#gkPageContent::after,
#gkContent::after,
#gkSidebar::after,
.gkPage::after,
footer::after,
header::after,
section::after,
aside::after,
article::after,
.box::after,
article header::after,
.itemSocialSharing::after,
#gkTopMenu::after,
article header ul::after,
#gkTop1 > div::after,
#gkTop2 > div::after,
.gkTabsWrap::after,
.gkTabsWrap ol::after {
	clear: both;
	content: "";
	display: table;
}

/* Columns */
#gkContent,
#gkComponentWrap,
#gkSidebar,
#gkInset {
	/* Main columns */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}

#gkContent.gkColumnLeft {
	float: right;
	padding: 0;
}

#gkSidebar {
	/*overflow-x: hidden;*/
	padding: 0 0 0 45px;
}

#gkContent.gkColumnLeft + #gkSidebar {
	float: left;
	padding: 0 45px 0 0;
}

#gkSidebar > div > .box {
	margin-top: 14px;
}

#gkSidebar > div > .box:first-child {
	margin-top: 0;
}

#gkContentWrap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	padding: 0;
}

#gkContentWrap + #gkInset {
	float: left;
	padding: 0 0 0 45px;
}

#gkContentWrap.gkInsetLeft {
	float: right;
}

#gkContentWrap.gkInsetLeft + #gkInset {
	float: left;
	padding: 0 45px 0 0;
}

#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	padding-left: 0;
	padding-right: 0;
}

#gkMainbody .box {
	padding-left: 0!important;
	padding-right: 0!important;
	width: 100%;
}

#gkMainbodyTop + #gkMainbody {
	margin-top: 0;
	padding-top: 10px;
}

#gkMainbody + #gkMainbodyBottom {
	margin-top: 0;
	padding-top: 10px;
}

/* Module groups */
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box {
	/* Columns in the positions blocks */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-2 .column-2 {
	width: 50%;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
	float: left;
	width: 33.3%;
}
.column-1,
.column-2,
.column-3 {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/*
Layout calculations
 */
#gkMainbody .box {
	margin-bottom: 30px;
} 

/* base spaces */
body > footer:first-child,
body > header:first-child,
body > section:first-child,
section#gkPage > section:first-child,
section#gkContent > section:first-child,
section#gkComponentWrap > section:first-child {
	margin-top: 0;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-3 .column-1 {
	padding-right: 10px;
}
.cols-2 .column-2,
.cols-3 .column-3 {
	padding-left: 10px;
}
.cols-3 .column-2 {
	padding-left: 10px;
	padding-right: 10px;
}

/* 3-column layout */
.gkCols3 .box {
	float: left;
	padding: 0 20px;	
}
.gkCols3 .box.gkmod-1 {
	width: 100%;	
}
.gkCols3 .box.gkmod-2 {
	width: 50%;
}
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	width: 33.3%;
}
.gkCols3 .box.gkmod-more:nth-child(3n+1) {
	clear: both;
}
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}

/* 4-column layout */
.gkCols4 .box {
	float: left;
	padding: 0 20px;	
}
.gkCols4 .box.gkmod-1 {
	width: 100%;	
}
.gkCols4 .box.gkmod-2 {
	width: 50%;
}
.gkCols4 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	width: 25%;
}
.gkCols4 .box.gkmod-more:nth-child(4n+1) {
	clear: both;
}
.gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}

/* 6-column layout */
.gkCols6 .box {
	float: left;
	padding: 0 20px;	
}
.gkCols6 .box.gkmod-1 {
	width: 100%;	
}
.gkCols6 .box.gkmod-2 {
	width: 50%;
}
.gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-more {
	width: 25%;
}
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-more {
	width: 20%;
}
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	width: 16.66%;
}
.gkCols6 .box.gkmod-more:nth-child(6n+1) {
	clear: both;
}
.gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 20%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 16.66%!important;
}

/* Bottom */
#gkBottom3 .box {
	padding: 0 10px!important;
}

#gkBottom4 .box {
	padding: 0;
}

/* ----------------- */
/* ----TEMPLATE ---- */
/* ----------------- */

/******* Basic elements *******/

html {
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 auto;
	max-width: 2200px;
	min-height: 100%;
	padding: 0 0 0 0;
	word-wrap: break-word;
	position:relative;
	transition:left 0.3s ease 0s;
	left:0;
}

a,
#gkMainbody article a:active,
#gkMainbody article a:focus,
#gkMainbody article a:hover,
#gkMainbody article header a {
	color: #000;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
		 -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
	text-decoration: none;
}

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: #00A9E0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 38px;
}

h2,
.componentheading {
	font-size: 28px;
	font-weight: 300;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 17px;
}
h6 {
	font-size: 13px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 15px;
}

iframe {
	max-width: 100%!important;
}
/* Containers */

#gkPageContentWrap {
	background: #fff;
}

.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 50px;
}

#gkHeader {
	/*background-size: cover;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
}

#gkPageWrap {
	margin: 0 auto;
}

#gkContent,
#gkPageContent,
#gkPageCotnetnWrap {
	width: 100%;
}

#gkPageContent {
	margin-bottom: 150px!important;
    margin-top: 60px !important;
}

#gkPageContent + #gkFooter {
	margin-top: 20px;
}

/* Group modules */
#gkBottom3 .header,
#gkBottom4 .header {
	padding-bottom: 20px;
}

#gkBottom3 .content h3,
#gkBottom4 .content h3 {
	margin: 30px 0;
	padding: 10px 0;
}

#gkMainbodyBottom {
    float: left;
    width: 100%;
}

/******* MENU *******/
#gkMenuWrapper {
    background: none repeat scroll 0 0 #fff;
    padding: 0 0 20px;
}

#gkMainMenu {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
}

.gkMenu > ul {
    display: flex;
	display: -webkit-flex;
	font-size: 14px;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    margin: 0;
    padding: 0;
}

.gkMenu > ul > li {
	clear: none!important;
	float: left;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	width: auto;
}
.gkMenu > ul > li > a {
	border-bottom: 4px solid;
	border-color: transparent;
	color: #003da5;
	display: block;
	padding: 0;
	transition: border 0.3s ease 0s;
	-moz-transition: border 0.3s ease 0s;
	-webkit-transition: border 0.3s ease 0s;
}
.gkMenu > ul > li a small {
	color: #003da5;
	display: block;
	font-size: 11px;
}

.gkMenu > ul > li.active > a,
.gkMenu > ul > li > a:hover {
	color: #003da5;
	text-decoration: none;
	border-color: #00A9E0;
}
.gkMenu > ul > li > a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#gkMobileMenu {
	display: none;
}

/******* LOGO  *******/
.gkLogo {
	float: left;
	margin: 35px 0 0;
}

#gkLogo {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 190px;
	display: block;
	float: left;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

#gkLogo img {
    display: block;
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
}

/******* TOP *******/
#gkTop {
	padding: 10px 0 45px;
	background: #fff;
}
.gkTopInner {
	float: left;
	position: relative;
	width: 100%;
}
.gkTopWrapper {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	float: right;
	position: relative;
}

#gkLang {
    clear: right;
    float: right;
}

.lang-inline > li::before {
    color: #003da5;
    content: "|";
	font-weight: 700;
    margin: 0 1px 0 0;
}

.mod-languages ul.lang-inline {
	display: inline-block;
	float: left;
	font-size: 12px;
}

div.mod-languages > ul.lang-inline > li {
    margin: 0 1px;
}

.lang-inline > li.first::before {
	display: none;
	content: "";
}

.mod-languages ul li.lang-active {
	font-weight: 700
}

div.mod-languages a {
    color: #003da5;
    text-decoration: none;
    text-transform: uppercase;
}

.first.lang-active a,
.mod-languages li::before {
    cursor: default;
}

/*----- Search -----*/
#gkSearch {
	clear: right;
	float: right;
	max-width: 200px;
	margin: 5px 0 0;
	position: relative;
}

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

.search {
	clear: left;
    display: block;
    float: left;
	max-width: 25%;
    width: auto;
}

form.k2SearchBlockForm {
	cursor: pointer;
    float: right;
	margin-right: 5px;
    overflow: hidden;
    padding-right: 0;
    position: relative;
    width: calc(100% - 30px);
}

form.k2SearchBlockForm .inputbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #003da5;
	border-color: #003da5;
	border-width: 0;
	border-radius: 0;
	color: #fff;
    float: left;
	font-size: 13px;
	font-weight: normal;
	height: 23px;
	margin: 0 0 0 150%;
	overflow: hidden;
	padding: 3px 8px;
	position: relative;
    width: 100%;
}

form.k2SearchBlockForm .inputbox:focus,
.search_module:hover form.k2SearchBlockForm .inputbox {
	background-color: #003da5;
	margin-left: 0;
}
.search_image {
	cursor: pointer;
    display: block;
    float: right;
    position: relative;
    z-index: 1;
}

.search_image::after {
	background: url('../../../images/template/search.png') no-repeat 0 0 transparent;
	color: #003da5;
    content: '';
    display: block;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
	height: 22px;
    position: relative;
	width: 20px;
    z-index: 1;
}

#gkTopMenu {
	float: right;
	margin: 22px 0 5px;
}

#gkTopMenu li {
	float: left;
	letter-spacing: 0.03em;
	padding: 0 0 0 30px;
}

#gkTopMenu li a {
	color: #bf0d3e;
	font-size: 12px;
	font-weight: 600;
}
#gkTopMenu li.active a {
	color: #00A9E0;
}
#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
	color: #00A9E0;
}

/******* SLIDESHOW *******/
.homepage .s5_photo_showcase_conent_wrap1 {
    padding: 0;
}

.homepage .s5_photo_showcase_conent_wrap_inner1 {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.homepage .s5_photo_showcase_text_background_dark {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: none;
	padding: 2% 10% 7% !important;
}

.homepage .s5_photo_showcase_text {
    font-size: 24px !important;
    font-weight: 300;
}

.homepage .s5_photo_showcase_inactive {
    opacity: 1;
}

.homepage #s5_photo_showcase_prev,
.homepage #s5_photo_showcase_next {
	width: 36px;
}

.s5_photo_showcase_conent_wrap2 > a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/******* SIDEBAR *******/

#gkSidebar img {
    height: auto;
    max-width: 100%;
}

/******* INSET *******/
/******* VERTICAL SUBMENU *******/

.vertical-submenu .nav.menu,
.vertical-submenu .nav.menu > li {
    float: left;
	letter-spacing: 0.03em;
	padding: 0;
    width: 100%;
}

.vertical-submenu .nav.menu {
	margin: 7px 0 0;
}

.vertical-submenu span.separator {
    color: #003DA5;
    cursor: default;
    font-size: 14px;
    font-weight: 700;
}

.box.vertical-submenu {
    margin: 0;
    padding-right: 21px;
}

.vertical-submenu .nav.menu li,
.vertical-submenu .nav.menu li a {
    /*color: #3e5365;*/
    color: #003DA5;
}

.vertical-submenu .nav.menu li a:hover,
.vertical-submenu .nav.menu li a:focus,
.vertical-submenu .nav.menu li a:active,
.vertical-submenu .nav.menu li.active > a,
.vertical-submenu .nav.menu li.current > a {
    /*color: #6bcbb5;*/
    color: #00A9E0;
}

.vertical-submenu .nav.menu > li > a,
.vertical-submenu .nav.menu > li > span,
.vertical-submenu .nav.menu > li > ul {
	float: left;
	padding: 0 0 7px;
}

.vertical-submenu ul.nav.menu > li > a {
    font-weight: 700;
}

.vertical-submenu .nav-child {
    transition: height 0.4s linear 0s, opacity 0.25s linear 0.15s;
}

/******* K2 CONTENT *******/
/* General */
.moduleItemTitle {
    font-size: 18px;
    font-weight: 300;
}

.moduleItemDateCreated,
.moduleItemExtraFields {
    color: #00A9E0;
    float: left;
    margin: 3px 0 0;
    width: 100%;
}

.moduleItemExtraField, .itemExtraField {
    color: #00A9E0;
    float: left;
}

.moduleItemExtraField.End-Date::before, .itemExtraField.End-Date::before {
    color: #00A9E0;
    content: " - ";
    float: left;
    margin: 0 5px;
}

.moduleItemImage {
	background-size: cover !important;
	background-position: center center !important;
    display: block;
    float: left;
	margin: 0 0 5px;
    padding-top: 71%;
    width: 100%;
}

.vertical .moduleItemImage {
	padding-top: 118%;
}

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

.box.news-right-sidebar .header {
	letter-spacing: 0.1em;
	padding: 0 0 25px;
}
/* Homepage */
#gkMainbodyBottom .box.news-homepage {
	float: left;
	margin: 30px 0;
}
#gkMainbodyBottom .box.events-homepage {
	float: left;
	margin: 60px 0 30px;
	padding-right: 20px;
	width: calc(66.66% + 10px);
}
#gkMainbodyBottom .box.covid-homepage {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 60px 0 30px;
	padding: 0 0 0 20px;
	width: calc(33.33% - 10px);
}
#gkMainbodyBottom .box.news-homepage .header {
	letter-spacing: 0.1em;
	padding: 0 0 25px;
}
.news-homepage .moduleK2Items {
    display: flex;
	display: -webkit-flex;
    float: left;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-left: -20px;
    width: calc(100% + 40px);
}
.news-homepage .moduleK2Item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	width: 33.33%;
}
.events-homepage .moduleK2Item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	width: 50%;
}
.covid-homepage .moduleK2Item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
}
/* left-sidebar */
.box.news-left-sidebar {
    margin: 0;
}

.news-left-sidebar .moduleK2Item {
    border-bottom: 1px solid #aaa;
    float: left;
    margin: 9px 0 21px;
    padding-bottom: 20px;
    width: 100%;
}

.news-left-sidebar .moduleK2Item.lastItem {
    border: medium none;
    margin: 0;
    padding: 0;
}

.news-left-sidebar h3 {
    float: left;
    width: 100%;
}

/******* QUOTES *******/
.moduleQuotes {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    float: right;
    font-size: 22px;
    font-weight: 300;
    width: 77%;
}

.moduleQuotes p {
    margin: 12px 0 15px;
}

/******* K2 *******/
/* Category */

.itemListCategory > h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.ambassadors.itemListView .itemListCategoriesBlock {
	float: left;
	position: relative;
	width: 100%;
}

.ambassadors.itemListView .itemListCategory > h2 {
	font-size: 28px;
	font-weight: 300;
	margin: 0 0 15px;
}

.granteesGrid.itemListView,
.alumni.itemListView {
	float: left;
	position: relative;
	width: 100%;
	margin: 80px 0 0;
}

.itemList {
    float: left;
    position: relative;
    width: 100%;
}

.itemContainer {
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
}

.catItemTitle {
    float: left;
    font-size: 28px;
	font-weight: 300;
    width: 100%;
}

.k2Pagination .pagination > ul {
    display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
}

.k2Pagination .pagination > ul .pagination-prev {
    color: #BF0D3E;
    font-size: 18px;
	font-weight: 300;
}

.k2Pagination .pagination > ul .pagination-prev i {
    float: left;
    font-size: 20px;
    margin: 4px 7px 0 0;
}

.k2Pagination .pagination > ul .pagination-prev span,
.k2Pagination .pagination > ul .pagination-prev a {
    float: left;
	height: auto;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.k2Pagination .pagination > ul .pagination-next {
	color: #BF0D3E;
	font-size: 18px;
	font-weight: 300;
}

.k2Pagination .pagination > ul .pagination-next i {
    float: left;
    font-size: 20px;
    margin: 4px 0 0 7px;
}

.k2Pagination .pagination > ul .pagination-next span,
.k2Pagination .pagination > ul .pagination-next a {
    float: left;
	height: auto;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.k2Pagination .pagination > ul .pagination-prev a,
.k2Pagination .pagination > ul .pagination-prev i,
.k2Pagination .pagination > ul .pagination-next a,
.k2Pagination .pagination > ul .pagination-next i {
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}

.k2Pagination .pagination > ul .pagination-prev:hover a,
.k2Pagination .pagination > ul .pagination-prev:hover i,
.k2Pagination .pagination > ul .pagination-next:hover a,
.k2Pagination .pagination > ul .pagination-next:hover i {
    color: #000;
}

/* Col-3 */
.col_3 #itemListLeading {
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	float: left;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	overflow: hidden;
    position: relative;
    width: 100%;
}

.col_3 .itemContainer {
    border-bottom: 1px solid #aaa;
    margin: 0 0 35px;
    max-width: 30%;
    padding: 0 0 30px;
}

.granteesGrid.itemListView .itemContainer,
.alumni.itemListView .itemContainer {
	border-bottom: none;
}

.col_3 .catItemImageBlock {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}

.col_3 .catItemImage > a {
    background-size: cover !important;
	background-position: center center !important;
    display: block;
    float: left;
    padding-top: 71%;
    width: 100%;
}

.col_3 .catItemHeader {
    float: left;
    margin: 5px 0 0;
    width: 100%;
}

.col_3 .catItemTitle {
    float: left;
    font-size: 18px;
	font-weight: 300;
    width: 100%;
}

.col_3 .catItemDateCreated {
    color: #00A9E0;
    float: left;
    margin: 3px 0 0;
    width: 100%;
}

.col_3 .catItemBody {
    float: left;
    margin: 15px 0 0;
    width: 100%;
}

.col_3 .catItemIntroText {
    float: left;
	margin: 3px 0 0;
    width: 100%;
}

.col_3 .catItemIntroText > p {
    line-height: 1.4;
	margin: 0;
}

.col_3 .blankLine {
    background-color: #fff;
    bottom: 34px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* Col-1 */
.col_1 .itemContainer {
	border: none;
    float: left;
    margin: 0 0 70px;
    width: 100%;
}

.ambassadors.itemListView .col_1 .itemContainer {
	margin: 50px 0 0;
}

.col_1 .catItemView.groupLeading {
    float: left;
    width: 100%;
}

.ambassadors .instituteContainer {
	border-bottom: 2px solid #000;
	color: #003da5;
	float: left;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 40px;
	padding: 0 0 3px;
	position: relative;
	width: 100%;
}

.col_1 .catItemImageBlock {
    float: left;
    padding-right: 40px;
    width: 116px;
}

.grantees.itemListView .catItemImageBlock {
	margin: 0 0 15px;
}

.col_1 .catItemImage img {
    border-radius: 50%;
}

.col_1 .catItemBody {
    float: right;
	margin: 12px 0 0;
    width: calc(100% - 156px);
}

.col_1 .catItemTitle {
    float: left;
    font-size: 28px;
	font-weight: 300;
    width: 100%;
}

.ambassadors.itemListView .col_1 .catItemTitle {
	margin: 0 0 5px;
}

.col_1 .catItemIntroText {
	float: left;
	position: relative;
	width: 100%;
}

.ambassadors.itemListView .col_1 .catItemIntroText p {
	margin: 0 0 5px;
}

.col_1 .catItemFullText {
	float: left;
	margin: 15px 0 0;
	position: relative;
	width: 100%;
}

/* Item */
#k2Container.itemView {
    float: left;
    width: 100%;
}

.homepage.itemView {
	margin: 0 0 20px;
}

.itemView.hasImage .itemBody {
    margin: 8px 0 0;
}

.itemView .itemTitle {
    margin: 0;
}

.homepage.itemView .itemTitle {
	color: #003da6;
	margin: 0 0 10px;
}

.itemImageBlock {
    margin: 0 0 25px;
}

.granteesItem.ambassadors .itemImageBlock {
	margin: 0;
}

body.newsPage .itemImageBlock {
    margin: 0 0 10px;
}

.itemView.hasDate .itemTitle {
    margin: 0;
}

.itemView .itemDateCreated,
.itemView .itemExtraFields {
    color: #00A9E0;
    float: left;
    margin: 15px 0 5px;
    width: 100%;
}

.itemFullText {
    float: left;
	margin: 15px 0 0;
    width: 100%;
}

.alumni.itemView .itemFullText {
	margin: 0;
}

.homepage.itemView .itemFullText {
	font-size: 17px;
	line-height: 1.8;
}

.itemFullText p {
    display: block;
	float: left;
    width: 100%;
}

.itemFullText hr {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #fff;
    float: left;
    width: 100%;
}

.itemFullText a {
    color: #00A9E0;
}

.itemFullText a:hover {
    text-decoration: underline;
}
.itemVideoBlock {
	float: left;
	margin: 30px 0 0;
	position: relative;
	width: 100%;
}
.alumni.itemView .itemVideoBlock,
.fulbright70.itemView .itemVideoBlock {
	margin: 0 0 25px;
}
.box.customImage {
	margin-top: 10px;
}
.customImage p {
	margin: 0;
}
.customImage img {
	display: block;
}

.itemHeading {
    color: #000;
    float: left;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin: 15px 0;
    width: 100%;
}

.greenColor {
	color: #00A9E0;
}

.blueColor {
	color: #259bbb;
}

.redColor {
	color: #d91a33;
}

.itemNavigation {
    float: left;
    margin: 70px 0 0;
    width: 100%;
}

.itemNavigation .itemPrevious {
    color: #BF0D3E;
    float: left;
    font-size: 18px;
	font-weight: 300;
}

.itemNavigation .itemPrevious i {
    float: left;
    font-size: 20px;
    margin: 4px 7px 0 0;
}

.itemNavigation .itemPrevious span {
    float: left;
}

.itemNavigation .itemNext {
	color: #BF0D3E;
    float: right;
	font-size: 18px;
	font-weight: 300;
}

.itemNavigation .itemNext i {
    float: left;
    font-size: 20px;
    margin: 4px 0 0 7px;
}

.itemNavigation .itemNext span {
    float: left;
}

.itemNavigation .itemPrevious:hover,
.itemNavigation .itemNext:hover {
    color: #000;
}

/* Grantees Category */
.grantees .subCategory {
    height: auto !important;
}

.grantees .itemListCategory {
	float: left;
	margin: 0 0 60px;
	position: relative;
	width: 100%;
}
.grantees .categoryImage {
	float: left;
	margin: 0 0 35px;
	position: relative;
	width: 100%;
}
.grantees .categoryImage img {
	float: left;
	position: relative;
	width: 100%;
}
.grantees .itemListCategory > h2.categoryTitle {
	color: #000;
	float: left;
	font-size: 28px;
	font-weight: 300;
	margin: 0 0 5px;
	position: relative;
	width: 100%;
}
.grantees .itemListCategory > h2.categoryTitle .fullWidth {
	float: left;
	position: relative;
	width: 100%;
}

.grantees .itemListCategory .categoryDescription {
	color: #000;
	float: left;
	font-size: 14px;
	position: relative;
	width: 100%;
}

.grantees .itemListCategoriesBlock {
	float: left;
	position: relative;
	width: 100%;
}

.grantees .subCategoryContainer {
	float: left;
	margin: 0 0 40px;
	position: relative;
	width: 100%;
}

.grantees .subCategoryContainer:last-child {
	margin: 0;
}

.grantees .subCategoryContainer h2.subCategoryTitle,
.grantees .subCategoryContainer h2.subCategoryTitle a {
	color: #1d63a7;
	font-size: 22px;
    font-weight: 400;
}
.grantees .subCategoryContainer h3.subCategoryChildTitle,
.grantees .subCategoryContainer h3.subCategoryChildTitle a {
	color: #1d63a7;
	font-size: 22px;
	font-weight: 300;
}

.grantees .subCategoryContainer a:hover {
	text-decoration: underline;
}

.subCategoryChildrenContainer {
	float: left;
	position: relative;
	width: 100%;
}
.subCategoryChild {
	float: left;
	margin: 15px 0 0;
	position: relative;
	width: 100%;
}

.grantees .itemListCategory > h2 {
	color: #00A9E0;
	font-size: 22px;
    font-weight: 300;
    margin: 0 0 70px;
}

/* Grantees Items */
.granteesItem .itemBody {
    float: left;
    width: 100%;
}

.granteesItem .itemImageBlock {
    float: left;
    padding-right: 40px;
    width: 116px;
}

.granteesItem .itemImageBlock img {
    border-radius: 50%;
}

.granteesItem .granteesItemBody {
    float: right;
	margin: 12px 0 0;
    width: calc(100% - 156px);
}

.granteesItem .itemTitle {
    float: left;
    font-size: 28px;
	font-weight: 300;
    width: 100%;
}
.granteesItem.ambassadors .itemTitle {
	margin: 0 0 5px;
}

.granteesItem.ambassadors .itemIntroText p {
	margin: 0 0 5px;
}
/* Sliders */
.contentSlider {
	float: left;
	position: relative;
	width: 100%;
}
.contentSlider.rl_sliders.accordion > .accordion-group {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: left;
	margin: 20px 0 15px;
	position: relative;
	width: 100%;
}
.contentSlider.rl_sliders.accordion > .accordion-group .panel-heading {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.contentSlider.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle {
	-webkit-appearance: none;
	background-color: transparent !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #1d63a7;
	font-size: 22px;
	font-weight: 400;
	padding: 0;
}
.contentSlider.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
	text-decoration: underline;
}
.contentSlider.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
	color: #1d63a7;
	text-decoration: underline;
}
.contentSlider.rl_sliders.accordion > .accordion-group > .accordion-body > .accordion-inner {
	border: none;
	padding: 15px 0;
}

.jwts_toggleContent {
    overflow: hidden;
    transition: height 0.3s ease 0s;
}

.jwts_toggleContent.hidden {
	height: 0;
}

.jwts_content,
.jwts_content ul,
.jwts_content ul li {
    float: left;
    width: 100%;
}

#gkMainbody div.jwts_toggleControlContainer {
    margin: 5px 0;
}

#gkMainbody .jwts_toggleControl.jwts_toggleOff,
#gkMainbody .jwts_toggleControl.jwts_toggleOn {
	background: none;
    border: medium none;
    
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

#gkMainbody .jwts_toggleControl.jwts_toggleOff {
	color: #BF0D3E;
}

#gkMainbody .jwts_toggleControl.jwts_toggleOn {
	color: #00A9E0;
}

#gkMainbody .jwts_togglePlus,
#gkMainbody .jwts_toggleMinus,
#gkMainbody .jwts_toggleControlNotice {
    display: none !important;
}

/* Events */
.catItemExtraFields {
	float: left;
	margin: 3px 0 0;
    width: 100%;
}

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

.catItemExtraField,
.itemExtraField {
    color: #00A9E0;
    float: left;
}

.catItemExtraField.End-Date::before,
.itemExtraField.End-Date::before {
    color: #00A9E0;
    content: " - ";
    float: left;
    margin: 0 5px;
}

/* Generic */
.genericView {
    margin: 8px 0 0;
}

.calendarListPage.genericView .componentheading,
.searchResultsPage.genericView .componentheading {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    float: left;
	padding-right: 40px;
    width: 300px;
}

.calendarListPage.genericView .genericItemList,
.searchResultsPage.genericView .genericItemList {
    float: left;
    width: calc(100% - 300px);
}

.genericItemExtraFields {
    float: left;
	margin: 3px 0 0;
    position: relative;
    width: 100%;
}

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

.genericItemExtraField {
    color: #00A9E0;
    float: left;
}

.genericItemExtraField.End-Date::before {
    color: #00A9E0;
    content: " - ";
    float: left;
    margin: 0 5px;
}

.calendarListPage.genericView .genericItemList .genericItemView,
.searchResultsPage.genericView .genericItemList .genericItemView {
    border-bottom: 1px solid #aaa;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.calendarListPage.genericView .genericItemList .genericItemView:last-child,
.searchResultsPage.genericView .genericItemList .genericItemView:last-child {
    border: medium none;
}

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

.calendarListPage.genericView .genericItemList h2.genericItemTitle,
.searchResultsPage.genericView .genericItemList h2.genericItemTitle {
    font-size: 28px;
}

.genericItemIntroText > p {
    float: left;
    margin: 5px 0;
    width: 100%;
}

.calendarListTitle,
.searchResultsTitle {
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin: -34px 0 6px;
    position: relative;
    width: 100%;
}

/* Item Slideshows */
#gkTop2 .box.small_slideshow {
    margin: 8px 0 25px !important;
    padding: 0;
}

.small_slideshow .gkIsOverlay {
    display: none;
}

.small_slideshow .gkIsWrapper-gk_storebox .gkIsPreloader {
	background-color: #fff;
}
.small_slideshow .gkIsWrapper-gk_storebox .gkIsPrev,
.small_slideshow .gkIsWrapper-gk_storebox .gkIsNext {
	margin-top: -25px;
	opacity: 1;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	z-index: 5;
}

.small_slideshow .gkIsWrapper-gk_storebox .gkIsPrev > span {
	background: transparent url('../images/s5_ps_prev.png') no-repeat 0 50%;
	display: block;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
}

.small_slideshow .gkIsWrapper-gk_storebox .gkIsNext > span {
	background: transparent url('../images/s5_ps_next.png') no-repeat 0 50%;
	display: block;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
}

.small_slideshow .gkIsWrapper-gk_storebox.hover .gkIsPrev {
	left: 30px;
	padding-right: 0;
}

.small_slideshow .gkIsWrapper-gk_storebox.hover .gkIsNext {
	padding-left: 0;
	right: 30px;
}

.small_slideshow .gkIsWrapper-gk_storebox .gkIsNext > span {
	background-position: 0 0;
}

.small_slideshow .gkIsWrapper-gk_storebox .gkIsPrev {
	left: 30px;
}

.small_slideshow .gkIsWrapper-gk_storebox .gkIsNext{
	padding: 9px 0 0 18px;
	right: 30px;
}

.small_slideshow .gkIsWrapper-gk_storebox .gkIsPrev > span:hover {
	background: transparent url('../images/s5_ps_prev_hover.png') no-repeat 0 50%;
}

.small_slideshow .gkIsWrapper-gk_storebox .gkIsNext > span:hover {
	background: transparent url('../images/s5_ps_next_hover.png') no-repeat 0 50%;
}

/******* K2 CALENDAR *******/
.k2CalendarBlock.k2-calendar {
    background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #003da5;
    color: #000;
    float: left;
	margin-top: 8px !important;
	min-height: 227px;
    padding: 20px 20px 8px;
	position: relative;
    width: 100%;
}

.calendarHeader {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	border-bottom: 1px solid #003da5;
	display: -webkit-flex;
	display: flex;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    margin-bottom: 15px;
	padding: 0 0 15px;
	position: relative;
	text-align: left;
	width: 100%
}

.calendarCurrentMonth {
	display: inline-block;
	float: left;
    margin: 0 !important;
	position: relative;
}
.calendarNavMonth {
	float: left;
	position: relative;
}
.calendarCurrentMonth .calendarYear {
	color: #003da6;
	float: left;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}

.calendarCurrentMonth .calendarMonth {
	color: #000;
	float: left;
	font-size: 18px;
	font-weight: 600;
	position: relative;
}

.calendarNavMonthPrev,
.calendarNavMonthNext {
	display: inline-block;
	float: right;
	position: relative;
}

.calendarNavMonthPrev a,
.calendarNavMonthNext a {
    color: #003da6;
    float: right;
    font-size: 28px;
    font-weight: 400;
	line-height: 1;
    margin: 3px 0 0 18px;
}

.calendarNavMonthPrev a:hover,
.calendarNavMonthNext a:hover {
	color: #00A9E0;
}

.k2-calendar .calendar {
    float: left;
    width: 100%;
}

table.calendarInner {
    float: left;
    width: 100%;
}

.k2-calendar .calendar .calendarDay.calendarToday {
    color: #6e6e6e;
    font-weight: 700;
}

.k2-calendar .calendar .calendarDayName {
    color: #000;
    font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}

.k2-calendar .calendar .calendarDay {
    font-size: 14px;
    line-height: 27px;
	padding: 5px 0;
	text-align: center;
}

.k2-calendar .calendar .calendarDay span {
	display: block;
	height: 28px;
	margin: 0 auto;
	width: 28px;
}
.k2-calendar .calendarDateLinked > a,
.calendarTodayLinked > a,
.calendarToday > a {
	border-radius: 50%;
	border: 1px solid transparent;
	color: #003da6;
	display: block;
	height: 28px;
	margin: 0 auto;
    width: 28px;
}

.k2-calendar .calendarDateLinked > a:hover,
.k2-calendar .calendarDateLinked > a.opened {
	border-color: #003da5;
	color: #003da5;
}

.calendarTodayLinked > a,
.calendarToday > a {
	background-color: #003da5;
    color: #fff;
}

.calendarTodayLinked > a:hover {
	background-color: transparent;
	border-color: #003da5;
	color: #003da5;
}

.calendarEventList {
	float: left;
	position: relative;
	width: 100%;
}
.calendarEvents {
	display: none;
	float: left;
	margin: 25px 0 10px;
	position: relative;
	width: 100%;
}
.calendarEvents .calendarEventItem {
	border-top: 2px solid #003da6;
	float: left;
	padding: 20px 0;
	position: relative;
	width: 100%;
}
.calendarEvents .calendarEventItemTitle {
	float: left;
	font-size: 14px;
	position: relative;
	width: 100%;
}
.calendarEventItemDate {
	color: #00a8e0;
	float: left;
	font-size: 14px;
	margin: 1px 0 0;
	position: relative;
}
.calendarEventItemDate.endDate::before {
	color: #00A9E0;
	content: " - ";
	float: left;
	margin: 0 5px;
}
.calendarEventsButton a {
	color: #003da5;
}
.calendarEventsButton a:hover {
	color: #00A9E0;
}

/******* MOD AW 70 YEARS *******/
.moduleAw70Years {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 15px;
	position: relative;
	width: 100%;
}
.aw70YearsLeft {
	float: left;
	margin: 0 0 30px;
	position: relative;
	width: 30%;
}
.aw70YearsRight  {
	float: left;
	position: relative;
	width: 65%;
}
.aw70YearsImageCaption {
	float: left;
	position: relative;
	font-size: 12px;
	line-height: 1.5;
}
.aw70YearsTitle {
	color: #000;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	width: 100%;
}
.aw70YearsText {
	float: left;
	margin: 15px 0 30px;
	position: relative;
	width: 100%;
}
.aw70YearsText a {
	color: #00A9E0;
}
.aw70YearsText a:hover {
	text-decoration: underline;
}

/******* MOD AW ALUMNI CATEGORY *******/
.moduleAwAlumniCategory {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 15px;
	position: relative;
	width: 100%;
}
.awAlumniCategoryLeft {
	float: left;
	position: relative;
	width: 30%;
}
.awAlumniCategoryRight  {
	float: left;
	position: relative;
	width: 65%;
}
.awAlumniCategoryTitle {
	color: #000;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	width: 100%;
}
.awAlumniCategoryText {
	float: left;
	margin: 15px 0 30px;
	position: relative;
	width: 100%;
}
.awAlumniCategoryText a {
	color: #00A9E0;
}
.awAlumniCategoryText a:hover {
	text-decoration: underline;
}

/******* TOOLTIP *******/
/*Tooltip component by www.menucool.com */
/*For tooltip target element that has set class="tooltip" */
.tooltip {text-decoration: none; border-bottom:1px dotted #36c;color: #36c; outline: none; }
/*For tooltip box*/
div#mcTooltip 
{
    line-height:16px;
    border-width: 1px;   
    color:#fff; 
    padding:20px;
	border: none !important;
}
div#mcTooltip 
{
    background-color:#222222;
} 
/*The settings below should remain unchanged*/
div#mcTooltipWrapper {
	position:absolute;
	visibility:hidden;
	z-index:9999999999;
	overflow:hidden;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

div#mcTooltip {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	border-style:solid;
	min-width: calc(100% - 6px);
	position:relative;
	overflow:hidden;
}

div#mcttCo {
	position:absolute;
	text-align:left;
}

div#mcttCo em,
div#mcttCo b {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}

/*workable with bootstrap*/
div#mcTooltip, div#mcTooltip div {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#mcTooltip img {
  vertical-align: middle;border: 0;
}

#mcTooltip div {
    border-bottom: 1px solid #aaa;
	font-weight: 300;
	font-size: 13px;
    padding: 10px 0;
}

#mcTooltip div:last-child {
    border: medium none;
}

#mcTooltip div:nth-child(n+1) {
	color: #fff;
}

#mcTooltip div:nth-child(2n) {
	color: #6bcbb5;
}

span.tooltipWrapper {
	position:relative;
	display:inline-block;
	
	/*Hack for old IEs*/
	*position:static;
	*display:inline;
}

div#mcTooltipWrapper-before {
	width: 0; 
	height: 0; 
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #222;
	content: "";
    float: left;
	position:relative;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
/******* AW CALENDAR (Inside Item's Body) *******/
.moduleAWCalendar .calendarRow {
    border-top: 1px solid #aaa;
	float: left;
	padding: 15px 0;
	position: relative;
	width: 100%;
}

.calendarLeftCol {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    float: left;
	padding-right: 8%;
    width: 50%;
}

.calendarRightCol {
	float: left;
    width: 50%;
}

.calendarRow p {
    margin: 0;
}

/******* HOMEPAGE *******/
.mainbody.hasRightSidebar {
    float: left;
    width: 68%;
}

#mainbodyRightSidebar {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    float: right;
    padding-left: 3%;
    width: 32%;
}

#mainbodyRightSidebar .box {
    margin: 0;
}

body.homepage #gkMainbody > .box > .content {
    clear: none;
    float: left;
    margin: 0;
    width: 100%;
}

/******* NEWS *******/
body.newsPage #k2Container.itemListView {
    margin: -26px 0 0;
}

body.newsPage #gkInset .news-left-sidebar {
    margin: -26px 0 0;
}

body.newsPage #gkInset .news-left-sidebar h3.header {
	margin: 0 0 -4px;
}

/******* CONTACT FOOTER *******/
#acyarchivelisting {
	float: left;
	position: relative;
	width: 100%;
}
#acyarchivelisting .contentheading {
	float: left;
	font-size: 28px;
	font-weight: 300;
	position: relative;
	width: 100%;
}
#acyarchivelisting form {
	float: left;
	margin: 15px 0 0;
	width: 100%;
}
#gkMainbody #acyarchivelisting form tr {
	border: none !important;
}
#acyarchivelisting form .archiveList {
	float: left;
	position: relative;
	width: 100%;
}
#acyarchivelisting form .archiveRow {
	border-bottom: 1px solid #eee;
	float: left;
	padding: 15px 0;
	position: relative;
	text-align: left;
	width: 100%;
}
#acyarchivelisting form .archiveRow:last-child {
	border: none;
}
#acyarchivelisting form .archiveRow .acyarchivetitle {
	float: left;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	width: 100%;
}
#acyarchivelisting form .archiveRow .sentondate {
	float: left;
	font-size: 12px;
	margin: 5px 0 0;
	position: relative;
	width: 100%;
}


/******* CONTACT FOOTER *******/
#gkBottom4 .box.contactModule {
	margin-right: auto;
    width: 30%;
}

#gkBottom4 {
    background-color: #003DA5;
    color: #fff;
    padding: 35px 0 40px;
}
.awContacBody {
	float: left;
	position: relative;
	width: 100%;
}
.awContactDiv {
	float: left;
	position: relative;
	width: 100%;
}
.awContactDiv.awContactTitle {
	font-weight: 700;
	margin: 0 0 15px;
}
.awContactDiv.awContactAddress {
    margin: 0;
}
.awContactDiv.awContactAddress > p {
    margin: 3px 0;
}
.awContactDivExtra1 {
	float: left;
	margin: 20px 0 0;
	width: 100%;
}
.awContactDivExtra2 {
	float: left;
	margin: 20px 0 0;
	width: 100%;
}
.awContactDivExtra1 > p{
	margin: 0 0 3px;
}
.awContactDivExtra2 > p {
	margin: 0 0 2px;
}
#gkBottom4 a {
	color: #fff;
	position: relative;
	text-decoration: underline;
}
#gkBottom4 a:hover {
	color: #00A9E0;
}
.awContactDiv.awContactLinks {
	float: left;
	position: relative;
	width: 100%;
}
.awContactDiv.awContactLinks .awContactLink {
	float: left;
	margin: 2px 0;
	position: relative;
	width: 100%;
}
#gkBottom4 .awContactDiv.awContactLinks .awContactLink a {
	float: left;
	position: relative;
	text-decoration: none;
}
/******* SOCIAL FOOTER *******/
#gkBottom4 .box.socialModule {
	margin-top: 40px;
    width: 240px;
}

.awSocial {
    float: right;
}

.awSocialDiv {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    float: left;
	margin: 5px 0 0;
	position: relative;
    width: 100%;
}

.awSocialTitle {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
    padding: 0 0 15px 5px;
}

.awSocialItem {
    float: left;
    margin: 0 25px 0 0;
    position: relative;
}

.awSocial i {
    font-size: 36px;
}

#gkBottom4 .gkCols6 {
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	position: relative;
	width: 100%;
}

#gkBottom4 .box.newsletter {
	margin-top: 40px;
	width: 40%;
}


.box.newsletter .header {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 0 0 15px;
}
.box.newsletter .acymailing_form {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.box.newsletter .fieldacyemail {
	margin: 0;
	width: 100%;
}
.box.newsletter .fieldacyemail input {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.box.newsletter .acysubbuttons {
	margin: 0 0 0 15px;
}
.box.newsletter .acysubbuttons input {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.box.newsletter .acysubbuttons input:hover {
	color: #00A9E0;
}

/******* 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;
	background-color: #fff;
	color: #000;
	font-size: 13px;
	line-height: 24px;
	padding: 10px 0 5px;
}

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

#gkFooter p {
    margin: 0;
}

.privacy_statement .modItemTitle {
    line-height: 1.1;
}

.privacy_statement .moduleItemTitle {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

#gkFooterMenu {
    float: left;
    padding: 0 !important;
    width: 100%;
}

.privacy_statement .moduleItemTitle:hover {
	color: #00A9E0;
}

#gkFooterNav {
	float: right;
}

#gkFooterNav li {
	border: none;
	float: left;	
	margin: 0 10px 0 0!important;
	padding: 0;
}

.custom.credits {
	display: -webkit-flex;
	display: flex;
	float: left;
	position: relative;
}
.custom.credits p {
	float: left;
	position: relative;
}
.custom.credits p:after {
	color: #003da5;
	content: "/";
	margin: 0 5px;
}
.custom.credits p:last-child:after {
	display: none;
}

#gkFooterNav a {
	color: #000;
}

#gkFooterNav li:hover,
#gkFooterNav a:hover {
	color: #00A9E0;
}

#gkFooterNav strong {
	font-weight: 600;
}

#gkCopyrights {
	float: left;	
	margin: 0;
}

/******* 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;
	margin: 0 0 50px;
	padding: 0;
	width: 100%;
}

.box:last-child {
	margin-bottom: 0!important;
}

div.content {
	clear: both;
}

.box li {
	padding: 7px 0;
}

.box li a {
	line-height: 1.3;
	text-decoration: none;
}

.box a {
	text-decoration: none;
}

.box ul ul {
	margin: 0 0 0 20px;
}

/* default suffix */

.box .header {
	color: #bf0d3e;
	font-size: 15px;
	font-weight: 700;
	padding: 0 0 15px;
}

.box .header a {
	color: #bf0d3e;
}

.box .header a:hover {
	color: #00A9E0;
}

/* clear suffix */

.box.clear {
	margin: 0;
	padding: 0;
}

.clear div.content {
	clear: both;
}

/* tablet/mobile suffixes */

.onlytablet {
	display: none;
}

.onlymobile {
	display: none;
}

/******* Login form *******/

#form-login-remember {
	margin: 10px 0 20px !important;
	
}

#form-login-remember label { 
   text-transform: inherit
}

#login-form fieldset p {
	margin: 0.5em 0;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	margin: 6px 0 0;
	width: 99%;
}

#form-login-buttons { 
    float: left;
}
#form-login-buttons .button { 
    height: 44px; 
	line-height: 44px; 
	padding: 0 22px 
}

#form-login-remind { 
    border-top: 1px solid #e5e5e5;
    font-size: 12px; 
	margin: 42px 0 0;	 
	padding: 16px 0 0  
}
#form-login-remind a { 
	margin: 0 4px
}


body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}

.tooltip {
	display: none !important;
}

.marginTop40 {
	margin: 40px 0 0;
}

.font18 {
	font-size: 18px;
	font-weight: 300;
}

/******* AW DECADES *******/
.moduleAWDecades {
    float: left;
	margin: 60px 0 0;
    position: relative;
    width: 100%;
}

.modAWDecades {
	float: left;
	position: relative;
	width: 100%;
}

.modAWDecadesMainTitleContainer {
	border-bottom: 3px solid #259bbb;
	float: left;
	margin: 0 0 10px;
	position: relative;
	width: 100%;
}
.modAWDecadesMainTitle {
	color: #259bbb;
	float: left;
	font-size: 28px;
	font-weight: 300;
	position: relative;
	text-align: center;
	width: 100%;
}

.decadesContainer {
	float: left;
	position: relative;
	width: 100%;
}

.decades {
    display: flex;
    float: left;
    justify-content: space-between;
	position: relative;
    width: 100%;
}

.decade {
    background-color: transparent;
    float: left;
    height: 135px;
    position: relative;
	width: 115px;
	z-index: 2;
}

.decade .inner {
    background-color: #00A9E0;
    border-radius: 50%;
	cursor: pointer;
    float: left;
    height: 14px;
	left: calc(50% - 7px);
    position: absolute;
	top: calc(50% - 13px);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width: 14px;
}

.decade .text {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: 60%;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
    width: 100%;
}

.decade .inner:hover,
.decade.active .inner {
	background-color: transparent;
	cursor: pointer;
    height: 115px;
    left: 0;
    top: 0;
    width: 115px;
}

.decade .inner:hover + .text,
.decade.active .inner + .text {
	top: calc(100% - 10px);
}

.decade .inner .decadeImage {
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
	opacity: 0;
    position: absolute;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
    width: 100%;
}

.decade .inner:hover .decadeImage,
.decade.active .inner .decadeImage {
	opacity: 1;
}

.moduleAWDecades .verticalLine {
    background-color: #00A9E0;
    height: 1px;
    left: 58px;
    position: absolute;
    top: calc(50% - 6px);
    width: calc(100% - 115px);
    z-index: 1;
}

.moduleAWDecadesDetails {
    float: left;
    position: relative;
    width: 100%;
}

.decadeDetails {
	display: none;
    float: left;
    position: relative;
    width: 100%;
}

.decadeDetails.active {
	display: block;
}

.decadeTitle {
	float: left;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
	margin: 0 0 8px;
    position: relative;
    width: 100%;
}

.decadeMain {
	float: left;
    padding: 50px 0;
    position: relative;
    width: 100%;
}

.decadeMain .years {
	display: flex;
	display: -webkit-flex;
    float: left;
	justify-content: space-between;
	-webkit-justify-content: space-between;
    position: relative;
    width: 100%;
}

.decadeMain .inner {
    background-color: #213d92;
    border-radius: 50%;
    float: left;
    height: 14px;
	left: calc(50% - 7px);
    position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width: 14px;
	z-index: 15;
}

.decadeMain .year {
    float: left;
    position: relative;
	min-width: 10%;
	min-height: 30px;
}

.decadeMain .text {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    top: 20%;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
    width: 100%;
	padding-top: 20px;
	color:#000;
}

.decadeMain .year a:hover .text {
	color:#000;
}

.decadeMain .year a:hover .inner {
	background-color:#000;
}

.decadeMain .inactive .text {
    color: #00A9E0;
}

.moduleAWDecadesDetails .verticalLine {
    background-color: #213d92;
    height: 1px;
    left: 58px;
    position: absolute;
    top: calc(50% - 8px);
    width: calc(100% - 115px);
    z-index: 1;
}

/******* CONTACT *******/
.contact h3 {
	font-size: 24px;
	font-weight: 300;
	margin: 4px 0;
    padding: 0;
}

.contact-form legend {
    color: #333;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    text-transform: none;
}

.contact-form label {
    box-sizing: border-box;
    float: left;
    font-weight: 400;
    padding: 8px 5px 2px;
    width: 100%;
}

.contact-form label span.star {
    display: none;
}

.contact-form button {
    padding: 0 5px;
}

#gkSidebar {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    width: 310px !important;
}

#gkSidebar .box {
	margin-bottom: 70px;
}

#gkContent {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    width: calc(100% - 310px) !important;
}

/* Mobile Menu */

#MobileMenu {
    background-color: #fff;
    float: left;
    position: fixed;
    width: 100%;
    z-index: 300;
	height:100%;
	left: -100%;
	transition:all 0.3s ease 0s;
}

#MobileMenu.active {
	left: 0;
}

#MobileMenu .close_menu {
    background-image: url("../images/tablet_menu.png");
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 44px;
    margin-left: 20px;
    margin-top: 7px;
    position: relative;
    width: 44px;
    z-index: 305;
}

#MobileMenu .mobile_menu {
    height: calc(100% - 90px);
    margin: 0;
    overflow: scroll;
    position: absolute;
    top: 60px;
    width: 100%;
}

#MobileMenu .nav.menu {
    position: relative;
    width: 100%;
	float:left;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin:0;
}

#MobileMenu .nav.menu li {
    display: block;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

#MobileMenu .nav.menu li a,
#MobileMenu .nav.menu li span {
	color:#003da5;
	line-height:20px;
}

#MobileMenu .nav.menu li a:hover,
#MobileMenu .nav.menu li span:hover,
#MobileMenu .nav.menu li .submenu:hover,
#MobileMenu .nav.menu li.active > a,
#MobileMenu .nav.menu li.active > span {
    color: #00A9E0;
}

#MobileMenu .nav.menu li.deeper a,
#MobileMenu .nav.menu li.deeper span {
	max-width:calc(100% - 30px);
	float:left;
}

#MobileMenu .nav.menu li a,
#MobileMenu .nav.menu li.deeper a,
#MobileMenu .nav.menu li.deeper span,
#MobileMenu .nav.menu li.deeper div.submenu {
	display: block;
	padding-bottom: 7px;
    padding-top: 7px;
}

#MobileMenu .submenu {
	float:right;
	width:30px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#003da5;
	cursor:pointer;
	font-size: 20px;
}

#MobileMenu .submenu:after {
    color: #003da5;
	font-family: 'FontAwesome';
	font-size: 10px;
    content: "\f067";
    display: block;
}

#MobileMenu .deeper.open > .submenu:after {
	content: "\f068";
}

#MobileMenu .nav.menu li.parent ul {
	height:0;
	overflow:hidden;
	float:left;
	width:100%;
	display:block;
	position:relative;
	padding-left:25px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	transition: height 0.3s ease 0s;
}

#MobileMenu .nav.menu li.parent ul.closed {
	height:0 !important;
}

#MobileMenu .nav.menu li.parent ul.active {
	height:auto;
}

/* CONTACT */

.contact-miscinfo {
    float: left;
    width: 300px;
}

.contact-miscinfo dl {
	margin:0;	
}


.contactFormWrapper {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    float: left;
    padding-left: 40px;
    width: calc(100% - 300px);
}

.contact h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 4px;
    padding: 0;
}


.contact-form,
.contact-form form,
.contact-form form fieldset,
.contact-form legend,
.contact-form dl,
.contact-form dl textarea {
    float: left;
    width: 100%;
	position:relative;
	display:block;
}

#gkMainbodyTop > .box {
    margin: 8px 0 0;
}

#gkMaincontentBottom {
	float: left;
	position: relative;
	width: 100%;
}
#gkMainbodyTop {
	float: left;
	position: relative;
	width: 100%;
}
#gkMainbodyTop .box {
	margin: 0;
}

#gkInset .box.contactInfo {
    margin: 6px 0 0;
}

.frameResponsiveContainer {
	padding-top: 60%;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.frameResponsive {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/* FORMS */
.fbForm {
	float: left;
	position: relative;
	width: 100%;
}
.fbForm h2 {
	margin: 0 0 30px;
}

.fbForm.formResponsive .formRow {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	float: left;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.fbForm.formResponsive .formRow::before,
.fbForm.formResponsive .formRow::after {
	display: none;
}
.fbForm.formResponsive .formRow .formSpan12 {
	float: left;
	margin: 0 0 20px;
	position: relative;
	width: 100%;
}
.fbForm.formResponsive .formRow .formSpan6 {
	float: left;
	margin: 0 0 20px;
	position: relative;
	width: 48%;
}
.fbForm.formResponsive .rsform-block {
	float: left;
	position: relative;
	width: 100%;
}
.fbForm.formResponsive .rsform-block .formControlLabel {
	float: left;
	margin: 0 0 5px;
	position: relative;
	width: 100%;
}
.fbForm.formResponsive .rsform-block .formControls {
	float: left;
	position: relative;
	width: 100%;
}
.fbForm.formResponsive .rsform-block .formControls .formBody {
	float: left;
	position: relative;
	width: 100%;
}
.fbForm .rsform-block .formControls input[type="text"] {
	background-color: #fff;
	border: 1px solid #D1D1D1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	float: left;
	font-weight: 400;
	height: auto;
	margin: 0 0 5px;
	padding: 10px;
	width: 100%;
}
.fbForm .rsform-block .formControls textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	float: left;
	font-weight: 400;
	height: 70px;
	max-height: 300px;
	min-height: 70px;
	padding: 10px;
	position: relative;
	resize: vertical;
	width: 100%;
}
.fbForm .rsform-block .formControls select {
	background-color: transparent;
	border: 1px solid #D1D1D1;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 40px;
	padding: 10px;
	position: relative;
	width: 100%;
}
.fbForm .rsform-block .formValidation {
	float: left;
	position: relative;
	width: 100%;
}
.fbForm .rsform-block .formDescription {
	float: left;
	font-size: 13px;
	font-style: italic;
	margin: 0;
	position: relative;
	width: 100%;
}
.fbForm .rsform-block .rsform-calendar-button {
	background: none #00A9E0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none !important;
	color: #fff;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
}
.fbForm .rsform-block .rsform-calendar-button:hover {
	background: none #003DA5;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.fbForm.formResponsive .formControls label {
	min-height: 18px;
	margin: 3px 15px 3px 0;
	padding: 0;
}
.fbForm input[type="checkbox"],
.fbForm .checkbox, input[type="radio"],
.fbForm .radio {
	margin-right: 5px !important;
	position: relative;
	top: 1px;
}

.avPlayerWrapper .avPlayerContainer .avPlayerBlock {
	padding: 0 !important;
}