.deleteme {
  display: none;
}
.opacity-change,
.opacity-change:hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.transition-all {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.disabled-block {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
::-webkit-input-placeholder {
  color: #999999;
  font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
:-moz-placeholder {
  color: #999999;
  font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.placeholder {
  color: #999999;
  font: 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}
/*** User Select ***/
/*** Rounded corners ***/
/* 
** Custom rounded corners
** Sets a border-radius for each of the 4 corners individually. 
** The values go in a clockwise rotation: top right, bottom right, bottom left, top left. 
*/
/*** Background Cover ***/
/*** Shadow ***/
/*** Box sizing ***/
/*** Opacity ***/
/*** CSS3 Animation ***/
/*.transition (@transition) {
	-webkit-transition: @transition;  
	-moz-transition:    @transition;
	-ms-transition:     @transition; 
	-o-transition:      @transition;  
}*/
.disply-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
@font-face {
  font-family: 'Alchemist_OERegular';
  src: url('/Statics/fonts/alchemist_oeregular-webfont.eot');
  src: local('☺'), url('/Statics/fonts/alchemist_oeregular-webfont.woff') format('woff'), url('/Statics/fonts/alchemist_oeregular-webfont.svg#webfontNjGuZ934') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Alchemist_OEBlack';
  src: url('/Statics/fonts/alchemist_oeblack-webfont.eot');
  src: local('☺'), url('/Statics/fonts/alchemist_oeblack-webfont.woff') format('woff'), url('/Statics/fonts/alchemist_oeblack-webfont.svg#webfontMoUSPMga') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Assistant;
  src: url(/Statics/fonts/Assistant-Regular.ttf);
}
@font-face {
  font-family: IC-Pangea;
  src: url(/Statics/fonts/ICPangeaText-Regular.ttf);
}
/* ===============================================================================
COLOUR REFERENCE SHEET
----------------------
Brand Primary Color                                  : #19398a (Jacksons Purple);
Brand Footer Color                                   : #3b3b3b (Mine Shaft);
Login Button, Sidebar Title Color                    : #ee3224 (Pomegranate);
Promotion Area Background Color                      : #ffcfcf (pink);
Promotion Area Font, Product/Service Box Title Color : #333334 (tuna);
================================================================================== */
/*@font-family--base: IC-Pangea ;*/
.brandColorBG {
  background: #19398a;
}
.brandColor {
  color: #19398a;
}
/*Home Page*/
/* rebranding */
/*digital-loans*/
/*rebrandColors*/
.breadcrumbs-nav {
  display: none;
}
.main-page {
  padding-top: 20px;
  padding-bottom: 20px;
}
.error404 {
  background-color: #19398a;
  color: white;
  padding-top: 32px;
  padding-right: 0px;
  padding-bottom: 438px;
  position: relative;
  direction: rtl;
  margin-top: 5.7%;
  margin-bottom: 5.7%;
  right: 15px;
  width: 988px;
  text-align: center;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .error404 {
    padding-top: 8px;
    margin-top: 18px;
    padding-bottom: 302px;
    width: 91%;
    right: 0px;
    margin: 0 auto;
  }
}
.error404 .bg-image {
  bottom: 0;
  right: 0;
  width: 988px;
  height: 420px;
  position: absolute;
}
@media (max-width: 767px) {
  .error404 .bg-image {
    width: 100%;
    height: 302px;
  }
}
@media (max-width: 767px) {
  .error404 .bg-image img {
    width: 100%;
  }
}
.error404 h1 {
  font-size: 50px;
  margin-top: -6px;
  margin-bottom: -13px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .error404 h1 {
    padding-right: 21px;
    padding-left: 21px;
    font-weight: bold;
    padding-top: 0.22em;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 0.8em;
  }
}
.error404 h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 13px;
  margin-bottom: -16px;
}
@media (max-width: 767px) {
  .error404 h2 {
    padding-right: 21px;
    padding-left: 21px;
    margin-top: 10px;
    font-weight: normal;
    line-height: 0.98em;
    margin-bottom: -23px;
    font-size: 26px;
  }
}
.error404 .title-of-list {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  display: table-cell;
  width: 30%;
  float: right;
  padding-right: 5%;
  padding-bottom: 1.5%;
}
@media (max-width: 767px) {
  .error404 .title-of-list {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 22px;
    margin-bottom: 3px;
    margin-top: -6px;
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .error404 hr {
    border-top: 1px solid transparent;
  }
}
.error404 .list-of-link {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .error404 .list-of-link {
    width: 100%;
    padding-right: 8%;
  }
}
.error404 .list-links {
  display: table-cell;
  padding-right: 5%;
  width: 70%;
}
@media (max-width: 767px) {
  .error404 .list-links {
    display: table;
    padding-right: 0;
    width: 100%;
  }
}
.error404 .text-of-list {
  font-size: 16px;
  text-align: right;
  display: inline-table;
  min-width: 49%;
  padding-right: 1%;
  color: white;
  text-decoration: none;
  float: right;
}
@media (max-width: 767px) {
  .error404 .text-of-list {
    font-size: 18px;
    display: block;
    line-height: 1.55em;
    width: 100%;
  }
}
.error404 .text-of-list .glyphicon {
  color: #ee3224;
  font-size: 9px;
  padding-left: 3px;
}
@media (max-width: 767px) {
  .error404 .text-of-list .glyphicon {
    top: -3px;
  }
}
@media (max-width: 767px) {
  .error404 .invisible-line {
    display: none;
  }
}
