/* CSS Document */


*::selection {background: #CCD9E4;color: #000;}
*::-moz-selection {background:#CCD9E4;color: #000;}
::-webkit-scrollbar {display: none;}
::scrollbar {display: none;}
::-moz-scrollbar {display: none;}
*:not(.mega-menu):not(#pie1):not(#pie2):not(svg):not(path):not(.media-releases-tab):not(.accordion-container) {scroll-behavior:smooth;transition:.4s linear all;-moz-transition:.4s linear all;-webkit-transition:.4s linear all;-ms-transition: .4s linear all;}
body::-webkit-scrollbar {width: 0px; background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */}
@-moz-document url-prefix() {html {scrollbar-width: none;}
}
.clearfix:after, .clearfix:before {display: table;content:" "}
.clearfix:after {clear: both}

html {position: absolute; height: 100%; scrollbar-width: none; -ms-overflow-style: none; /* IE 11 */ width: 100%; scroll-behavior: smooth; overflow-x: hidden; font-size: 62.5%;}
body {font-family: "roboto",sans-serif; overflow: auto;  line-height: 1.6;height: 100%; scrollbar-width: none; scroll-behavior: smooth;}
a, a:focus {color: #5D6F77; text-decoration: none; outline: 0;}
a:hover {text-decoration: none; color: #333;}
body, input, select, textarea, button, tspan {font-family: "roboto",sans-serif;}
hr {width: 100%}
input, input:focus, select, select:focus {outline: none; border: 0;}
h1 {text-transform: uppercase;}
h1 span {color: #064181;}
h2 {color: #064181; /*  text-transform: uppercase*/}
h3 {color: #3263AB;font-size: clamp(1.6rem, calc(1.6 / 80 * 100vw), 2.5rem);font-weight: 400;margin: 30px 0;font-family: "roboto",sans-serif;}
h6 {color: #064181;font-size: clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.8rem);font-weight: 600;margin: 0px 0;font-family: "roboto",sans-serif;}
b, strong {font-weight: 600;line-height: 1.6;}
sup, sub {vertical-align: baseline;position: relative;top: -0.4em;font-size: 10px;}
sub {top: 0.4em;}

body {font-family: "roboto",sans-serif;font-weight: 300;color:#5D6F77;margin: 0;width: 100%;overflow: auto;overflow-x: hidden;}
p {font-size: 15px;margin-bottom: 15px;line-height: 1.7;font-family: "roboto",sans-serif;font-style: normal;font-weight: 300; color:#5D6F77; margin-top: 0px;}
h4 {color: #3263AB;font-size: clamp(1.8rem, calc(1.8 / 80 * 100vw), 3.5rem);font-weight: 400;margin: 0 0 25px 0;font-family: "roboto",sans-serif;}

a.nav-toggle {
    width: 120px;
    height: 120px;
    display: block;
    background: green;
    position: absolute;
    right: -152px;
    top: 30px;
    background: url(../img/menu-trigger.png);
    background-position: center center;
    background-size: cover;
}
nav.nav-side {
    width: 400px;
    background: #E8E8E9;
    padding: 60px;
    box-sizing: border-box;
    position: fixed;
    left: -400px;
    transition: 1.5s linear all;
    z-index: 999;
}
.graph-container{min-width: 310px;min-height: 400px;margin: 0 auto;position:sticky;top: 0;padding-top: 30px;}

nav.nav-side p {
    font-size: clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.9rem);
    font-weight: 400;
}
.div-spacer{position: absolute; bottom: 0; height: 20px; width: 100%;}
nav.nav-side ul li {
    font-size: clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.5rem);
    margin-bottom: 9px;
    font-weight: 400; line-height:1.4;
}

nav.nav-side ul {
    list-style: none;
    padding: 0;
}
.switch-white{ color: #fff!important; }
nav.nav-side.open {
    left: 0px;
    transition: 1.5s linear all;
}

nav.nav-side.open .nav-toggle {
    position: absolute;
    color: #000;
    z-index: 9;
}
.content-container {
    margin-bottom: 60px;
}


header {
    background: #1D326F;
    display: flex;
    position: relative;
}

header  h3{color: #fff;font-size: clamp(1.3rem, calc(1.3 / 80 * 100vw), 1.8rem);font-weight: 600;margin: 30px 0;font-family: "roboto",sans-serif;}

ul.logo-list {
    display: flex;
    list-style: none;
    padding-left: 60px;
    flex-basis: 56%;
}

ul.logo-list li {
    margin-right: 60px;
}
ul.logo-list li.white { display: block;}
body.downloads ul.logo-list li.white { display: none;}
body.home ul.logo-list li.white { display: none;}
.downloads img.white {display: none;}


footer .blue { display: none }
ul.logo-list li.blue { display: none }
body.downloads ul.logo-list li.blue { display: block; }
body.home ul.logo-list li.blue { display: block; }

@keyframes breathing {
    0%, 100% {
        background-size: 100%;    /* Start at normal size */
               /* Fully visible */
    }
    50% {
       background-size: 102%;  /* Slightly enlarged */
               /* Slightly faded */
    }
}

.dots-animation {      /* You can specify any height */
    animation: breathing 5s infinite; /* Adjust 5s to whatever duration you like */
}

.downloads .downloads-row {
    padding-top: 90px;
}

ul.nav-list {
    display: flex;
    list-style: none;
    color: #fff;
    padding: 0;
    flex-basis: 44%;
}

ul.nav-list li a {
    color: #fff;
    font-size: clamp(1.1rem, calc(1.1 / 80 * 100vw), 1.6rem);
    font-weight: 600;
}

ul.nav-list li {
    margin: 40px 14px;
}

h3 span {
    font-size: 80%;
    font-weight: 200;
}

header:after {
    content: '';
    background: #1D326F;
    width: 100%;
    position: absolute;
    height: 250px;
    top: 100%;
    z-index: -100;
}

section.bg-white {
    position: relative;
    z-index: 9;
    border-radius: 0 190px 0 190px;
    background: #fff;
}

section article {
    margin: 0 auto;
    max-width: 1440px;
    box-sizing: border-box;
    padding: 60px;
}

.grey-cont-row {background: #E8E8E9; display: flex; margin-bottom: 60px;}
.grey-cont-row .cont-col {flex-basis: 50%;padding: 30px;background: #3770B6;border-radius: 0 100px 0 0;}
.grey-cont-row .cont-col h3 {color: #fff;}
.grey-cont-row .grey-col {padding: 51px; flex-basis: 50%; box-sizing: border-box;}
.grey-cont-row .grey-col p {color: #3770B6; font-weight: 500;}

.switch-LblueBold{color: #2382AF;
    font-size: clamp(1.6rem, calc(1.6 / 80 * 100vw), 2.0rem);
    font-weight: 600; margin-bottom: 0; padding-bottom: 0;}

.director-table {display:table; width:100%;}
.director-table div {display:table-cell; width:50%;}

body.downloads header h3{
    color: #1D326F;
}

body.downloads header {
    background: #fff;
}

body.downloads ul.nav-list {
    color: #1D326F;
}

body.downloads ul.nav-list li a {
    color: #1D326F;
}

body.downloads header::after {
    background: #fff;
}





body.home header h3{
    color: #1D326F;
}

body.home header {
    background: #fff;
}

body.home ul.nav-list {
    color: #1D326F;
}

body.home ul.nav-list li a {
    color: #1D326F;
}

body.home header::after {
    background: #fff;
}




section.bg-blue-dots {
    position: relative;
    z-index: 999;
    background-color: #1E316F;
    border-radius: 0 190px 0 190px;
    background-image: url(../img/downloads-bg.png);
    background-size: 100%  100%;
    background-position: center;
}

body.downloads footer.bg-blue {
    background: #fff;
}

body.downloads footer.bg-blue::after {
    background: #fff;
}

body.downloads footer article:before {
    border-bottom: 3px solid #1E316F;
    bottom: 44px;
}




section.corp-info h5 {
    color: #fff;
	font-size: 18px;
	margin: 0; padding: 0;
}



body.home footer.bg-blue {
    background: #3670B6;
}

body.home footer.bg-blue::after {
    background: #3670B6;
}

body.home footer article:before {
    border-bottom: 3px solid #fff;
}

body.home footer article .blue {
   display: none
}





a.exl {
  background: transparent;
  border: solid 1px rgba(0, 65, 129, 0.91);
  border-radius: 2px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  float: right;
  margin-bottom: 15px;
}

a.exl span {
		background: rgba(0, 65, 129, 0.91);
		border-radius: 4px;
		color: #ffffff;
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
		line-height: normal;
		padding: 5px 10px;
		position: relative;
		text-transform: uppercase;
		z-index: 1;
}

a.exl span:last-child {
		margin-left: -20px;
}

a.exl:before,
a.exl:after {
		background: transparent;
		border: solid 3px rgba(0, 65, 129, 0.91);
		border-radius: 4px;
		content: '';

		display: block;
		height: 35px;
		left: 50%;
		margin: -17px 0 0 -12px;
		position: absolute;
		top: 50%;
		/*transform:translate(-50%,-50%);*/
		width: 25px;
}

a.exl:hover:before,
a.exl:hover:after {
		background: #F9F2EB;
}
/*a:before{transform:translate(-30%,-60%);}*/

a.exl:before {
		margin: -23px 0 0 -5px;
}

a.exl:hover {

		border-color: rgba(0, 65, 129, 0.91);
}

a.exl:active {
		background: #dae0e8;
		box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
}

a.exl span:first-child {
		display: none;
}

a.exl:hover span:first-child {
		display: inline-block;
}

a.exl:hover span:last-child {
		display: none;
}

a.exl:last-of-type {
    border-radius: 2px 2px 2px 30px;
}

.buttons {
    display: block;
    position: relative;
    min-height: 70px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.graph-trigger span {
    background: rgba(0, 65, 129, 0.91);
    border-radius: 4px;
    color: #ffffff;
    display: none;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.graph-trigger:hover span {
    display: inline-block;
    cursor: pointer;
}


table tr.active {background-color: #f0f0f0; /* Change this as needed */}	
	.table-row{display: flex}	
	.table-col{position: relative;flex-basis: 75%;flex-grow: 1;transition: .85s linear all;}	
	.graph-col{position: relative;overflow: hidden;flex-basis: 0%;flex-grow: 0;padding-left: 0;transition: .85s linear all!important;}	
	.graph-col.open{flex-basis: 25%;flex-grow: 0;transition: .85s linear all!important;padding-left: 60px;overflow: visible;}	
	
	.graph-trigger{display: inline-block;position: relative;height: 60px;line-height: 60px;margin: 5px;position: relative;text-align: center;vertical-align: middle;width: 100px;float: right;border: solid 1px rgba(0, 65, 129, 0.91);border-radius: 2px 30px 2px 2px;margin-bottom: 15px;}
	.graph-trigger:after{content: '\e7fa';font-family: 'icomoon';color: rgba(0, 65, 129, 0.91);cursor: pointer;font-size: 25px;position: absolute;left: 50%;transform: translateX(-50%);}
	


a.nav-toggle:after {
    content: 'Section NAV';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    text-align: center;
    font-weight: 400;
}

footer.bg-blue {
    position: relative;
    background: #1D326F;
}

footer.bg-blue:after {
    width: 100%;
    height: 250px;
    content: '';
    position: absolute;
    background: #1D326F;
    bottom: 100%;
    z-index: -1;

}
footer article {
    margin: 0 auto;
    max-width: 1695px;
    box-sizing: border-box;
    padding: 20px;
}

footer article:before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #fff;
    width: 90%;
    bottom: 48px;
}
body.downloads img.blue {
    display: block;
}
.downloads-col h4 {
    color: #fff;
}

.accordion {margin-bottom:15px;}
h4.expand a {font-size:20px;margin-bottom: 15px;border-top: 1px solid #3263AB;padding: 25px 25px 10px 0px;position: relative;font-weight: 400;}
.expand a {display:block;}
.expand a, .expand a {color: #3263AB;text-decoration:none;}
.expand a.open, .expand a.open {color:#51B2E6;}
h4.expand a:after{content: '+';position: absolute;border-radius: 50%;background: url("../img/menu-trigger.png"); background-size: contain; width: 35px;height: 35px;text-align: center;line-height: 35px;color: #fff;right: 15px;top: 70%;transform: translateY(-50%)}
h4.expand a.open:after{content: '-';position: absolute;border-radius: 50%;background: url("../img/menu-trigger.png");width: 35px;height: 35px;background-size: contain;text-align: center;line-height: 35px;color: #fff;}

.downloads-col {
    flex-basis: 45%;
    padding-right: 100px;
    box-sizing: border-box;
}

.downloads-row {
    display: flex;
    padding-top: 25px;
}

.img-col-downloads {
    flex-basis: 55%;
}

.grey-img-row {
    background: #E8E8E9;
    display: flex;
    margin-bottom: 60px;
}

.grey-img-row .grey-col {
    padding: 51px;
    flex-basis: 50%;
    box-sizing: border-box;
}

.grey-img-row .grey-col p {
    color: #44A93D;
    font-weight: 500;
}

.grey-img-row .img-col {
    border-radius: 0 100px 0 0;
    overflow: hidden;
    flex-basis: 50%;
}

.grey-img-row .img-col img {
    max-width: 100%;
    display: block;
}


.highlights-row {
    display: flex;
}

.highlights-row .highlight-col {
    flex-basis: 25%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 15px;
}

.highlights-row .highlight-col img {
    margin: 15px auto;
    display: block;
}

.highlights-row .highlight-col h4 {
    font-size: clamp(1.2rem, calc(1.2 / 80 * 100vw), 1.8rem);
    text-align: center;
    font-weight: 600;
    background: #3670B4;
    color: #fff;
    padding: 10px 0;
}

.highlights-row .highlight-col:nth-of-type(1) {
    border-bottom: 1px solid #007BBD;
}

.highlights-row .highlight-col:nth-of-type(2) {
    border-bottom: 1px solid #4BA734;
}

.highlights-row .highlight-col:nth-of-type(3) {
    border-bottom: 1px solid #003D7C;
}

.highlights-row .highlight-col:nth-of-type(4) {
    border-bottom: 1px solid #5C6A73;
}

.highlights-row .highlight-col:nth-of-type(1) h4 {
    background: #007BBD;
}

.highlights-row .highlight-col:nth-of-type(2) h4 {
    background: #4BA734;
}

.highlights-row .highlight-col:nth-of-type(3) h4 {
    background: #003D7C;
}

.highlights-row .highlight-col:nth-of-type(4) h4 {
    background: #5C6A73;
}

.highlights-row .highlight-col ul.list-note-fin {}

.highlights-row .highlight-col ul.list-note-fin li {
    font-size: clamp(1.0rem, calc(1.0 / 80 * 100vw), 1.5rem);
    margin-bottom: 15px;
}



.downloads-col a {
    position: relative;
    padding-left: 90px;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 39px;
}

.downloads-col a:after {
    content: '\ee56';
    border-radius: 50%;
    background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 12px;
    font-family: 'icomoon';
    top: 50%;
    transform: translateY(-50%);
    color: #8DC048;
    z-index: 9;
    line-height: 50px;
    text-align: center;
}

.downloads-col p {flex-basis: 50%;}

section.bg-blue-dots article {
    max-width: 1660px;
}

.exl-row {
    display: flex;
    flex-wrap: wrap;
}

.img-col-downloads img {
    max-width: 100%;
}


.downloads-col a.big-link {
    display: block;
    border: 1px solid #fff;
    padding: 20px;
    position: relative;
    color: #fff;
    padding-left: 90px;
    font-size: clamp(1.6rem, calc(1.6 / 80 * 100vw), 3.0rem);
}

.downloads-col a.big-link img {
    position: absolute;
    bottom: 0;
    right: -11%;
}


.exl-row p a {
    font-size: 12px;
}


.home-col {
    flex-basis: 45%;
    padding-left: 90px;
}

.home-col .box-white {
    border: 1px solid #fff;
    position: relative;
    padding: 30px;
    z-index: 9999;
}

.home-col .box-white img {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.home-col .box-white a {
    display: block;
    color: #fff;
    font-size: clamp(1.3rem, calc(1.3 / 80 * 100vw), 2.5rem);
    margin-bottom: 15px;
    padding-left: 60px;
    position: relative;
}

.home-blue-dots{
    position: relative;
    z-index: 999;
    background-color: #1E316F;
    border-radius: 0 190px 0 0px;
    background-image: url(../img/downloads-bg.png);
    background-size: 100% 100%;
    background-position: center;
    /* position: fixed; */
    width: 100%;
    z-index: 1;
}

.highlights {
    display: flex;
}

.highlights .highlight {
    flex-basis: 33.33%;
    margin-right: 20px;
}

.highlights .highlight .col-head {
    background: #919BA2;
    border-radius: 0 30px 0 0;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    margin: 0;
}

.highlights .highlight .col-mid {
    background: #fff;
    color: #44A93D;
    font-weight: 600;
    margin: 0;
    padding: 10px 20px;
    line-height: 1;
    font-size: 14px;
}

.highlights .highlight .col-big {
    background: #fff;
    color: #44A93D;
    font-weight: 600;
    margin: 0;
    padding: 10px 20px;
    font-size: clamp(1.6rem, calc(1.6 / 80 * 100vw), 2.5rem);
    line-height: 1;
}

.highlights .highlight .col-bot {
    background: #3770B6;
    color: #fff;
    padding: 10px 20px;
}

.scroll-trig {
    background: #C3D23D;
    padding: 10px;
    position: relative;
    margin-top: 20px;
}

.scroll-trig span {
    color: #1D326F;
    font-weight: 600;
    font-size: clamp(1.3rem, calc(1.3 / 80 * 100vw), 1.8rem);
    margin: 0 30px;
}

.scroll-trig span:first-of-type {
    font-size: clamp(1.0rem, calc(1.0 / 80 * 100vw), 1.4rem);
}

.scroll-trig:after {
    content: '';
    position: absolute;
    top: 100%;
    border: 20px solid transparent;
    border-top: 20px solid #C3D23D;
    left:  30px;
}

.home-blue-dots .img-col-downloads {
    flex-basis: 55%;
}

.home-col .box-white a:after {
    content: '\ee56';
    border-radius: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    font-family: 'icomoon';
    top: 50%;
    transform: translateY(-50%);
    color: #8DC048;
    z-index: 9;
    line-height: 40px;
    text-align: center;
    font-size: clamp(1.0rem, calc(1.0 / 80 * 100vw), 1.8rem);
}



.home-col h2 {
    color: #fff;
    font-weight: 200;
    font-size: clamp(2.3rem, calc(2.3 / 80 * 100vw), 3.8rem);
    display: inline-block;
    border-right: 9px solid #FFF;
    padding-right: 30px;
    line-height: 1;
    margin: 0 0 40px 90px;
}

section.corp-info {
    background: #3770B6;
    border-radius: 0 190px 0 0px;
    margin-top: 90px;
    position: relative;
    z-index: 9999;
    /* margin-top: 100vh; */
}
.home-blue-dots article {
    max-width: 1660px;
}
section.corp-info h3 {
    color: #fff;
}

.corp-row {
    display: flex;
}

.corp-row .corp-col {
    flex-basis: 33.33%;
    margin-right: 25px;
}

.corp-row .corp-col * {
    color: #fff;
}

.home-col .box-white a:first-of-type:after {
    content: '\ee08';
}


ul.bullet-list {list-style:none; margin:0; padding:0; margin-bottom:15px;}
ul.bullet-list li {font-size: 15px; margin-bottom:0; line-height: 1.7; font-family: "roboto",sans-serif; font-style: normal; font-weight: 300; color: #5D6F77; margin-top: 0px; position:relative; padding-left:15px;}
ul.bullet-list li:before {content:'';position:absolute;left: 0px;top: 9px;display:block;width:5px;height:5px;border-radius:50%;background:#4C4D4F;}




	
.trigger{ color: #fff; position: absolute; display: none}
.trigger:after{ content: ''; position: absolute; top: 0; left: 0; border-bottom: 2px solid #fff; width: 100%; height: 2px;}
.trigger:before{ content: ''; position: absolute; bottom: 0; left: 0; border-bottom: 2px solid #fff; width: 100%; height: 2px;}


.graph-col p {
    text-align: center;
    font-size: 11px;
}


/*FONT-WEIGHT RESETS*/
.B100 {font-weight: 100}
.B200 {font-weight: 200}
.B300 {font-weight: 300}
.B400 {font-weight: 400}
.B500 {font-weight: 500}	
.B600 {font-weight: 600}	


/*PADDING RESETS*/
.no-padding  {padding: 0 !important;}
.no-paddingT {padding-top: 0 !important;}
.no-paddingB {padding-bottom: 0 !important;}
.no-paddingL {padding-left: 0 !important;}
.no-paddingR {padding-right: 0 !important;}

.padding-60 {padding: 60px !important;}
.padding-60L {padding-left: 60px !important;}
.padding-60R {padding-right: 60px !important;}
.padding-60T {padding-top: 60px !important;}
.padding-60B {padding-bottom: 60px !important;} 
	
.padding-30  {padding: 30px !important;}
.padding-30L {padding-left: 30px !important;}
.padding-30R {padding-right: 30px !important;}
.padding-30T {padding-top: 30px !important;}
.padding-30B {padding-bottom: 30px !important;}

.padding-25  {padding: 25px !important;}
.padding-25L {padding-left: 25px !important;}
.padding-25R {padding-right: 25px !important;}
.padding-25T {padding-top: 25px !important;}
.padding-25B {padding-bottom: 25px !important;}

.padding-20  {padding: 20px !important;}
.padding-20L {padding-left: 20px !important;}
.padding-20R {padding-right: 20px !important;}
.padding-20T {padding-top: 20px !important;}
.padding-20B {padding-bottom: 20px !important;}

.padding-15  {padding: 15px !important;}
.padding-15L {padding-left: 15px !important;}
.padding-15R {padding-right: 15px !important;}
.padding-15T {padding-top: 15px !important;}
.padding-15B {padding-bottom: 15px !important;}

.padding-10  {padding: 10px !important;}
.padding-10L {padding-left: 10px !important;}
.padding-10R {padding-right: 10px !important;}
.padding-10T {padding-top: 10px !important;}
.padding-10B {padding-bottom: 10px !important;}

.padding-5  {padding: 5px !important;}
.padding-5L {padding-left: 5px !important;}
.padding-5R {padding-right: 5px !important;}
.padding-5T {padding-top: 5px !important;}
.padding-5B {padding-bottom: 5px !important;}

/*MARGIN RESETS*/
.no-margin  {margin: 0 !important;}
.no-marginT {margin-top: 0 !important;}
.no-marginB {margin-bottom: 0 !important;}
.no-marginL {margin-left: 0 !important;}
.no-marginR {margin-right: 0 !important;}

.margin-60  {margin: 60px !important;}
.margin-60L {margin-left: 60px !important;}
.margin-60R {margin-right: 60px !important;}
.margin-60T {margin-top: 60px !important;}
.margin-60B {margin-bottom: 60px !important;}

.margin-40  {margin: 40px !important;}
.margin-40L {margin-left: 40px !important;}
.margin-40R {margin-right: 40px !important;}
.margin-40T {margin-top: 40px !important;}
.margin-40B {margin-bottom: 40px !important;}

.margin-30  {margin: 30px !important;}
.margin-30L {margin-left: 30px !important;}
.margin-30R {margin-right: 30px !important;}
.margin-30T {margin-top: 30px !important;}
.margin-30B {margin-bottom: 30px !important;}

.margin-25  {margin: 25px !important;}
.margin-25L {margin-left: 25px !important;}
.margin-25R {margin-right: 25px !important;}
.margin-25T {margin-top: 25px !important;}
.margin-25B {margin-bottom: 25px !important;}

.margin-20  {margin: 20px !important;}
.margin-20L {margin-left: 20px !important;}
.margin-20R {margin-right: 20px !important;}
.margin-20T {margin-top: 20px !important;}
.margin-20B {margin-bottom: 20px !important;}

.margin-15  {margin: 15px !important;}
.margin-15L {margin-left: 15px !important;}
.margin-15R {margin-right: 15px !important;}
.margin-15T {margin-top: 15px !important;}
.margin-15B {margin-bottom: 15px !important;}

.margin-10  {margin: 10px !important;}
.margin-10L {margin-left: 10px !important;}
.margin-10R {margin-right: 10px !important;}
.margin-10T {margin-top: 10px !important;}
.margin-10B {margin-bottom: 10px !important;}

.margin-5  {margin: 5px !important;}
.margin-5L {margin-left: 5px !important;}
.margin-5R {margin-right: 5px !important;}
.margin-5T {margin-top: 5px !important;}
.margin-5B {margin-bottom: 5px !important;}




footer a.toTop {
    position: fixed;
    bottom: 100px;
    right: 40px;
    margin-left: -17px;
    height: 30px;
    width: 30px;
    display: block;
    color: #DEEAF3;
    background: #004282;
    z-index: 999999;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    }
footer a.toTop:before {content: '';position: absolute;left: 9px;top: 12px;display: block;height: 10px;width: 10px;border-top: 2px solid #DEEAF3;border-left: 2px solid #DEEAF3;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
footer a.toTop:hover { opacity: .6; }



/*FINANCIALS*/

.fin-tbl tr:hover {background:#F3F3F3; color:#000;} /*TABLE ON HOVER BACKGROUND COLOUR AND TEXT COLOUR*/
tr.no-hover:hover {color:#203263!important;} /*TABLE ON HOVER HIGHLIGHTED COLOUMN TEXT COLOUR TO REMAIN STAT*/
.fin-tbl {width:100%; margin:0 0 0 0; padding:0 0px; margin-top:25px;} /*THE COMPLETE TABLE TO BE GIVEN 100% WIDTH; O MARGINS AND O PADDING*/
.fin-tbl tr td {/*line-height:1.3font-size:16px!important;*/padding: 3px 10px 3px 3px;font-size: 15px;} /*EACH CELL IN TABLE TO HAVE A PADDING OF 3 AROUND CONTENT*/
.fin-tbl th {color:#004282; font-weight:bold; background:#E6F3F7; /*line-height:1.3;*/ padding:3px 10px 3px 3px;font-size:16px!important;} /*THE HIGHLIGHTED COLUMN BACKGROUND COLOUR; TEXT COLOUR; PADDING AND A FONT WEIGHT IF NEEDED*/

.finheader-bkr {background:#CCE6ED; color:#003F7F; font-weight:bold;}
.finheaderlighter-bkr {background:#004282; color:#fff; font-weight:bold;}
.finthinline {border-bottom:1px solid #000;}
.finthickline {border-bottom:2px solid #000;}
.finthicklineblue {border-bottom:3px solid #004282;}
.finthicklinelightblue {border-bottom:3px solid #00ABC0;}
.fintopblue {border-top:1px solid #004282;}
.finright {border-right:1px solid #58595B;}
.finleft {border-left:1px solid #58595B;}
.fintop {border-top:1px solid #58595B;}
.finbottom {bottom-top:1px solid #58595B;}
.fintopleft {border-top:1px solid #58595B; border-left:1px solid #58595B;}
.fintopright {border-top:1px solid #58595B; border-right:1px solid #58595B;}
.finbotleft {border-bottom:1px solid #58595B; border-left:1px solid #58595B;}
.finbotright {border-bottom:1px solid #58595B; border-right:1px solid #58595B;}
.finleft {border-left:1px solid #58595B;}
.finright {border-right:1px solid #58595B;}
.finthick-turquise {border-bottom:3px solid #00ABC0;}

.finheader-bkr-grey {background:#DEDEE1; color:#000;}
.fincolumnbkr-grey {background:#E6E7E8;}
.fincolumnbkr-grey-line {background:#E6E7E8; border-bottom:3px solid #004282;}
.finthinlinebkr {border-bottom:1px solid #58595B; background:#E6E7E8;}
.finthicklinebkr {border-bottom:2px solid #000; background:#E6E7E8;}
.finthicklinebluebkr {border-bottom:3px solid #004282; background:#E6E7E8;}
.finrightbkr {border-right:1px solid #58595B; background:#E6E7E8;}
.finleftbkr {border-left:1px solid #58595B; background:#E6E7E8;}
.fintopbkr {border-top:1px solid #58595B; background:#E6E7E8;}
.finbottombkr {bottom-top:1px solid #58595B; background:#E6E7E8;}
.fintopleftbkr {border-top:1px solid #58595B; border-left:1px solid #58595B; background:#E6E7E8;}
.fintoprightbkr {border-top:1px solid #58595B; border-right:1px solid #58595B; background:#E6E7E8;}
.finbotleftbkr{border-bottom:1px solid #58595B; border-left:1px solid #58595B; background:#E6E7E8;}
.finbotrightbkr {border-bottom:1px solid #58595B; border-right:1px solid #58595B; background:#E6E7E8;}
.finleftbkr {border-left:1px solid #58595B; background:#E6E7E8;}
.finrightbkr{border-right:1px solid #58595B; background:#E6E7E8;}
.finthickwhiteline {border-bottom:2px solid #fff;}

.fin-tbl tr td[width~="5"],
.fin-tbl tr th[width~="5"]{padding: 0;}
.fin-tbl tr td[height~="10"],
.fin-tbl tr th[height~="10"]{padding: 0;}

tr.finthineline td, tr.finthineline th {border-bottom:1px solid #58595B;}
tr.finthicklineblue td, tr.finthicklineblue th {border-bottom:2px solid #004282;}
tr.finthicklineLblue td, tr.finthicklineLblue th {border-bottom:2px solid #00ACC1;}
tr.finthickline td, tr.finthickline th {border-bottom:2px solid #58595B;}
tr.finthineline td, tr.finthineline th {border-bottom:1px solid #58595B;}

.finthicklineLblue{border-bottom:2px solid #00ACC1;}

.link {cursor: pointer;}

.fincaption {font-size:12px!important; font-style:italic;}
.switch-blue {color:#004181;}
.switch-grey {color:#5D6F78;}
.switch-turquise {color:#0081AE;}
.switch-green {color:#61AF58;}
.switch-black {color:#000;}
.switch-lblue {color:#1A71B5;}
.switch-darkerblue {color:#004282;}
.img-vertical-align {vertical-align:bottom;}
.switch-purple {color:#7A659E!important;}
.switch-lightblue {color:#00A4B7!important;}
.switch-lighterblue {color:#0082AF!important;}
.switch-lightestblue {color:#007BBD!important;}


