@charset "utf-8";
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #222222;
    background-color: #222222;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 26px;
}

html {
  scroll-behavior: smooth;
}



/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.imgfade {
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.imgfade:hover {
	opacity: 0.6;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #eeeeee;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    z-index: 0;
    background-color: undefined;
}
.white {
	background-color: #FFF;
}
.green {
    background-color: #05b64e;
}
.greenlt {
    background-color: #b3cc3a;
}
.blue {
    background-color: #24272d;
}
.blue2 {
    background-color: #05b64e;
}
.beige1 {
    background-color: #BCB3A6;
}
.beige2 {
    background-color: #24272d;
}
.red {
    background-color: #E63137;
}
.black {
    background-color: #24272d;
}
.greylt {
    background-color: #f6f7f7;
}
.greylt2 {
    background-color: #EEEDEB;
}
.text-white {
	color: #FFF;
}
.link-white {
	color: #FFF;
	text-decoration: none;
}
.link-white:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.link-button-outline {
    color: #05b64e;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 1px solid #05b64e;
    text-transform: uppercase;
}
.link-button-outline:hover {
    color: #FFFFFF;
    background-color: #05b64e;
    border-color: #05b64e;
}


.link-button-white {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
}
.link-button-white:hover {
    color: #FFFFFF;
    background-color: #24272D;
    border-color: #24272D;
}


.link-button-blue {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    background-color: #05b64e;
}
.link-button-blue:hover {
    color: #FFFFFF;
    background-color: #24272d;
}


.link-button-blue2 {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    background-color: #05b64e;
}
.link-button-blue2:hover {
    color: #24272d;
    background-color: #FFFFFF;
}

.link-button-yellow2 {
    color: #062F6E;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    background-color: #FFED00;
}
.link-button-yellow2:hover {
    color: #062F6E;
    background-color: #FFED00;
}






 *::-webkit-input-placeholder {
 color: #666666;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #666666;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #666666;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}


input:required {
  background-color: #ffffff;
}

.link-rotate {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-rotate:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.link-translate {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-translate:hover {
	-ms-transform: translate(20px, 0px); /* IE 9 */
	-webkit-transform: translate(20px, 0px); /* Chrome, Safari, Opera */
	transform: translate(20px, 0px);
}
.link-scale {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-scale:hover {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Chrome, Safari, Opera */
	transform: scale(1.1, 1.1);
}
.link-opacity {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.link-opacity:hover {
	opacity: 0.5;
}

.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.video-wrap {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.test {
    background-image: url(/images/banners/remuneration-management.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-right: auto;
    margin-left: auto;
    background-color: #F5F7FB;
    background-attachment: fixed;
    border-bottom: 0px solid #24272d;
}


.overlay {
	background: transparent;
	position: relative;
	width: 100%;
	height: 460px; /* your iframe height */
	top: 460px;  /* your iframe height */
	margin-top: -460px;  /* your iframe height */
}




.back-to-top {
	background: none;
	margin-bottom: 20px;
	margin-right: 20px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 100;
	display: none;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(135,135,135,0.5);
}
.back-to-top:hover {
	background-color: rgba(0,0,0,1);
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}


 @-webkit-keyframes spin1 {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin1 {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@-o-keyframes spin1 {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
}
}
@-ms-keyframes spin1 {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
}
}
@-keyframes spin1 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.spin {
	-webkit-animation: spin1 2s infinite linear;
	-moz-animation: spin1 2s infinite linear;
	-o-animation: spin1 2s infinite linear;
	-ms-animation: spin1 2s infinite linear;
	animation: spin1 2s infinite linear;
	display: block;
}
.showSingle {
	cursor: pointer;
}
.cnt {
}





**DESKTOP** {
}
h1 {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding: 0px;
    line-height: 52px;
    letter-spacing: -1px;
    text-transform: none;
}
h2,h3 {
    font-size: 28px;
    color: #24272d;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    line-height: 34px;
    text-transform: none;
}




h4 {
    font-size: 22px;
    font-weight: 600;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 26px;
    color: #24272d;
}
h5 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    color: #24272d;
    line-height: 24px;
    font-weight: 600;
}
h6 {
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    line-height: 20px;
    color: #24272d;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-transform: uppercase;
}
.gridContainer {
    width: 96%;
    max-width: 1220px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-bottom: 0%;
    padding-left: 2%;
}
.gridContainerMobile {
    width: 96%;
    max-width: 1220px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-bottom: 0%;
    padding-left: 2%;
}
.container_header {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    z-index: 100;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}



.header {
    width: 100%;
    float: left;
    padding-top: 16px;
    padding-bottom: 14px;
}

.header-logo {
    float: left;
    width: 213px;
    height: auto;
}




.container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}



/*.container_banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    z-index: 0;
    background-image: url(/images/banner.jpg);
}*/



.container_banner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 0;
    background-image: url(/images/website-banner-pattern.png);
    min-height: 350px;
    overflow: hidden;
}

/* Overlay that darkens the background */
.container_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.0); /* adjust opacity to make it darker/lighter */
    z-index: 1;
}

/* Child content on top of the overlay */
.container_banner > * {
    position: relative;
    z-index: 2;
}





/*.banner-content {
    float: left;
    margin-top: 80px;
    width: 94%;
    text-align: center;
}*/


.banner-content {
    width: 90%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5%;
    padding-right: 5%;
	
}




.banner-content h4 {
    font-size: 36px;
    color: #FFF;
    font-weight: 600;
    line-height: 30px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}
.banner-content h5 {
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    margin-top: 5px;
}

.content {
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
}
.columns-wrap {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.columns1 {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.columns1-pad {
    width: 84%;
    float: left;
    margin-bottom: 40px;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
}
.columns1.zerobm {
	margin-bottom: 0px;
}
.columns1 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 8px;
}




.columns2 {
    width: 48%;
    margin-right: 4%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}

.columns2.last {
	margin-right: 0%;
	position: relative;
}
.columns2-center {
	width: 48.5%;
	margin-right: 3%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}


.columns2 ul {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	
}
.columns2 li {
	clear: none;
	margin-left: -8px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 12px;
}
.columns2 li.ticks  {
    clear: none;
    margin-left: -8px;
	list-style-image: url(/images/bullet-tick.png);
	margin-bottom: 12px;
}



.columns3 {
    width: 30.666%;
    margin-right: 4%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}

.columns3.last {
	margin-right: 0%;
}




.columns-table {
    display: table;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.columns2-table-cell {
    display: table-cell;
    position: relative;
    width: 44%;
    vertical-align: top;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.columns2-table-cell li {
    clear: none;
	margin-left: -8px;
	list-style-image: url(/images/bullet-white.png);
	margin-bottom: 15px;
}
.columns2-table-cell.left {
    width: 70%;
}
.columns2-table-cell.right {
    width: 30%;
}
.columns2-table-cell.mid {
	position: relative;
	width: 6%;
	background-color: #FFF;
}







.container_footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}


.footer {
    width: 100%;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    line-height: 19px;
}






/*
==============================================
SlideInDown
==============================================
*/

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
/*
==============================================
fadeIn
==============================================
*/

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
 @keyframes fadeIn {
 0% {
 transform: scale(1);
 opacity: 0.0;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
 transform: scale(1);
 opacity: 0.0;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}





.text-center {
	text-align: center;
}
.text-center2 {
	text-align: center;
}




#tablefiles {

}

#tablefiles td {
    vertical-align: middle;

}

table tr:nth-child(even) td {
    background-color: #f9f9f9;
}

table tr:hover td {
    background-color: #f2f2f2;
}

.clickable-row {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.clickable-row:hover td {
    background-color: #f2f2f2;
}

.clickable-row h4 {
    color: #1c9ad6;
    margin: 0;
    transition: color 0.3s ease;
}

.clickable-row:hover h4 {
    color: #000000;
}



	



.hide-mobile {
	display: inline-block;
}
.hide-tablet {
	display: block;
}
.hide-desktop {
	display: none;
}
.hide-desktop-tablet {
	display: none;
}
.hide-tablet-mobile {
	display: block;
}
.hide-tabletsm-mobile {
    display: inline-block;
}













/* Tablet Layout: 1200px to 700px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 1200px) {




**TABLET** {
}

.gridContainer {
	width: 88%;
	clear: none;
	float: none;
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding: 0px;
}
.zeroMargin_tablet {
	margin-left: 0;
}
	
	
.header-logo {
	clear: none;
}



	

.banner-content {

}	
	

	
.container {
    padding-top: 60px;
    padding-bottom: 60px;
}
	

	
	
.content {
	margin-top: 1%;
}

	

	
.hide-mobile {
	display: inline-block;
}	
	
.hide-tablet {
	display: none;
}
.hide-tablet-mobile {
	display: none;
}
.hide-tabletsm-mobile {
    display: inline-block;
}

	
    
}







/* Tablet Layout: 700px to 481px. Inherits styles from: Desktop Layout. */
@media only screen and (max-width: 800px) {
**TABLET SMALL** {
}
h1 {
    font-size: 30px;
    line-height: 34px;
}
h2,h3 {
    font-size: 26px;
    line-height: 30px;
}




h4 {
    font-size: 20px;
    line-height: 24px;
}
h5 {
    font-size: 18px;
    line-height: 22px;
}
h6 {
    font-size: 16px;
    line-height: 20px;
}
	
.gridContainer {
    width: 84%;
    clear: none;
    float: none;
    padding-right: 8%;
    padding-left: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.gridContainerMobile {

}
	
		
.header {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 0px;
}

.header-logo {
	width: 90%;
	text-align: center;
	margin-left: 5%;
	margin-bottom: 15px;
}

	

.container_banner {

}	
	
.banner-content {

}


.banner-content h4 {

}
.banner-content h5 {

}

	
	
.container {
    padding-top: 40px;
    padding-bottom: 40px;
}
	

	
.columns2 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
}

.columns2.last {
    margin-right: 0%;
    position: relative;
    margin-bottom: 0px;
}
    
    
    
.columns3 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
}

.columns3.last {
    margin-right: 0%;
    position: relative;
    margin-bottom: 0px;
}    
	
	
	
.columns-table {

}

	
	
.columns2-table-cell.mid {
	display: block;
	width: 96%;
	padding: 2%;
}
.columns2-table-cell-content {
	width: 94%;
	padding: 3%;
	color: #FFF;
}
	
	
.columns2-table-cell {
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    width: 90%;
    display: block;
    min-height: 300px;
}	


	
.footer {
    text-align: left;
}



	
.text-center {
	text-align: left;
}
.text-center2 {
	text-align: center;
}	

#tablefiles td {
    padding-bottom: 30px;
	vertical-align: top;

}	
	

.hide-tabletsm-mobile {
	display: none;
}
	
	
}	
	


    
 @media only screen and (max-width: 481px) {
**MOBILE** {
}
/* Mobile Layout: 480px and below. */
 

	 
	 

.gridContainer {
	width: 84%;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 8%;
	padding-bottom: 0%;
	padding-left: 8%;
}
.gridContainerMobile {
	width: 100%;
	padding: 0px;
}
	 
.intro-home {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 24px;
    line-height: 28px;
}		 
	 
	

.content {
	width: 100%;
	padding: 0%;
	margin: 0px;
}
.columns-wrap {
	margin-bottom: 0px;
}
	 
	 
	 
	 
.columns2 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.columns2-center {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}


	 
	 
.hide-mobile {
	display: none;
}
.hide-tablet {
	display: block;
}
.hide-desktop {
	display: block;
}
.hide-tabletsm-mobile {
	display: none;
}
.hide-desktop-tablet {
	display: block;
}	
	 
	 
	 
}
