/*LINKS */
.pink{ color:#FF1493; }


/*COLOURS*/
.text-main-blue{
	color: #0b4d9d;}
.text-blue{	color: #0b4d9d;}
.text-white {
  color: #ffffff;}
.text-black {
  color: #000000;}
.text-red{
	color: #e83f2c;}
.text-orange {
  color: #ef7b1f;}
.text-grey {
  color: #6f6f6e;}
.text-yellow {
  color: #fcc24c;}/*fbbe54*/
.text-pink{ color:#FF1493; }



/*HEADINGS*/
h1 {
  padding-bottom: 0rem;
  color: #0b4d9d;
  margin-bottom: 2.5rem;
  font-family: "Arial";
  font-size: 2.5rem; 
  font-weight: bold;}
h2 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #0b4d9d;
  line-height: 2.2rem;
  font-family: "Arial";
  margin-bottom: 0.5rem; }
  h3 {
  font-size: 1.4rem;
  color: #0b4d9d;
  line-height: 2.0rem;
  font-family: "Arial";
  margin-bottom: 0.5rem; }

h4 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #000000;
  line-height: 1.3rem;
  font-family: "Arial";
  margin-bottom: 0.2rem; 
}

  h5 {
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.3rem;
  font-family: "Arial";
margin-bottom: 0 !important}
  
  h6 {
  font-size: 1.1rem;
  color: #000000;
  line-height: 1.3rem;
  font-family: "Arial";
margin-bottom: 0 !important}

.para-intro{
	font-size: 1.25rem;
	color: #0b4d9d;
}
.para-intro-white{
	font-size: 1.25rem;
	color: #ffffff;
	font-weight: bold;
}
.font-normal {font-size: medium;}
.text-no-bold{font-weight: normal !important;}
.text-bold{font-weight: bold;}


.aa-rating{
  font-size: 1.4rem;
  color: #0b4d9d;
  font-weight: bold;
}



/*ORDERING*/
.bullet-list li{
	margin-left: -1.4rem;
}

.list-circle li{
  margin-left: -1.4rem;
}
.list-no-style{list-style-type: none;
   margin-left: -1.2rem;
}
ol li{ margin-left: -0.5rem;
padding-left: 1rem; }

/*TABLES*/
.fin-tbl{
  width: 100%;
  margin: 1rem 0;
}
.fin-tbl td{
  vertical-align: bottom !important;
  padding: 0.25rem;
}
.fin-tbl th{
  text-align: right;
 background-color:#eaebed;
  vertical-align: bottom !important;
  padding: 0.25rem;
}

.tbl-dash td{
  vertical-align: top;
  text-align: left;

}
.tbl-vAlignTop  td{
  vertical-align: top;
}
.tbl-vAlignBottom  td{
  vertical-align: bottom;
}
.tbl-scroll {
  width: 100%;
  overflow-x: auto;
}
.no-border {
  border-bottom: none !important;
  border: none;
}

.footnote {
  color: #818284;
  font-size: 0.8em;
}

.tbl-py td{
  padding: 0.2rem 0;

}
.tbl-px td{
  padding: 0 0.25rem;

}
.tbl-p td{
  padding: 0.25rem;

}


.tbl-p10 td{
  padding: 0.25rem 0.3rem 0.3rem 0.4rem;
}
.tbl-p10 td p{
 margin-bottom:0; 
}
.tbl-p10 td ul{
 margin-top:0.6rem; 
}


.no-border-tb{
  border-top: none !important;
  border-bottom: none !important;
}
.no-border-t{
  border-top: none !important;
}
.no-border-b{
  border-bottom: none !important;
}
.spacing-5mm{
  line-height: 5px;
  height: 5px;
}
.spacing-10mm{
  line-height: 10px;
  height: 10px;
}
.spacing-15mm{
  line-height: 15px;
  height: 15px;
}



/*LINES*/
.uline1-white-l { border-left: 1px solid #ffffff;}
.uline1-white-r { border-right: 1px solid #ffffff;}
.uline1-white-t { border-top: 1px solid #ffffff;}
.uline1-white-b { border-bottom: 1px solid #ffffff;}

.uline1-black-l { border-left: 1px solid #000000;}
.uline1-black-r { border-right: 1px solid #000000;}
.uline1-black-t { border-top: 1px solid #000000;}
.uline1-black-b { border-bottom: 1px solid #000000;}

.uline1-blue-l { border-left: 1px solid #0b4d9d;}
.uline1-blue-r { border-right: 1px solid #0b4d9d;}
.uline1-blue-t { border-top: 1px solid #0b4d9d;}
.uline1-blue-b { border-bottom: 1px solid #0b4d9d;}

.uline1-yellow-l { border-left: 1px solid #fbbe54;}
.uline1-yellow-r { border-right: 1px solid #fbbe54;}
.uline1-yellow-t { border-top: 1px solid #fbbe54;}
.uline1-yellow-b { border-bottom: 1px solid #fbbe54;}

.uline1-grey-l { border-left: 1px solid #c1c2c4;}
.uline1-grey-r { border-right: 1px solid #c1c2c4;}
.uline1-grey-t { border-top: 1px solid #c1c2c4;}
.uline1-grey-b { border-bottom: 1px solid #c1c2c4;}

.uline1-red-l { border-left: 1px solid #e83f2c;}
.uline1-red-r { border-right: 1px solid #e83f2c;}
.uline1-red-t { border-top: 1px solid #e83f2c;}
.uline1-red-b { border-bottom: 1px solid #e83f2c;}


.uline2-blue-l { border-left: 2px solid #0b4d9d;}
.uline2-blue-r { border-right: 2px solid #0b4d9d;}
.uline2-blue-t { border-top: 2px solid #0b4d9d;}
.uline2-blue-b { border-bottom: 2px solid #0b4d9d;}

.uline2-black-l { border-left: 2px solid #000000;}
.uline2-black-r { border-right: 2px solid #000000;}
.uline2-black-t { border-top: 2px solid #000000;}
.uline2-black-b { border-bottom: 2px solid #000000;}

.uline2-yellow-l { border-left: 2px solid #fbbe54;}
.uline2-yellow-r { border-right: 2px solid #fbbe54;}
.uline2-yellow-t { border-top: 2px solid #fbbe54;}
.uline2-yellow-b { border-bottom: 2px solid #fbbe54;}

.uline2-red-l { border-left: 2px solid #e83f2c;}
.uline2-red-r { border-right: 2px solid #e83f2c;}
.uline2-red-t { border-top: 2px solid #e83f2c;}
.uline2-red-b { border-bottom: 2px solid #e83f2c;}


.uline2-orange{ border: 2px solid #ef7b1f; }
.uline2-yellow{ border: 2px solid #fbbe54; }
.uline2-grey { border: 2px solid #c1c2c4;}
.uline2-blue { border: 2px solid #0b4d9d;}
.uline2-red { border: 2px solid #e83f2c;}


.uline4-blue-b { border-bottom: 4px solid #0b4d9d;}
.uline4-yellow{ border: 4px solid #fbbe54; }

/*BACKGROUNDS */
.bg-blue{background-color:#0b4d9d;} 
.bg-yellow{background-color:#fcc24c;}
.bg-orange{background-color:#ef7b1f;}
.bg-grey{background-color:#eaebed;}
.bg-black{background-color:#000000;}
.bg-red{background-color:#e83f2c;}
.bg-green{background-color:#a3c737;}

/*used in pg99*/
.bg-orangeish-dark{background-color:#f4984d;}
.bg-orangeish-normal{background-color:#f9bb86;}
.bg-orangeish-light{background-color:#fef3e9;}


/*BACKGROUND IMAGES */
.board-bg-img{
  /*background-image: url('../img/board/board-bg.png');*/
  background-repeat: no-repeat;
  background-size: 99% 99%;
}




/*DIRECTIONS*/
.vAlignTop {
  vertical-align: top;
}
.vAlignMiddle {
  vertical-align: middle;
}
.vAlignBottom {
  vertical-align: bottom;
}



