:root {
  --primaryHeader: #007BB8;
  --primaryHeaderRGB: 0, 123, 184;
  --secondaryHeader: #005985;
  --secondaryHeaderRGB: 0, 89, 133;
  --viewingPanelBG: #0E1E2F;
  --primaryText: #fff;
  --primaryTextRGB: 255, 255, 255;
  --secondaryText: #222;
  --tertiaryText: #555;
  --background: #fff;
  --backgroundRGB: 255, 255, 255;
  --backgroundOverride: #ffffff;
  --paneBorder1: #eee;
  --paneBorder2: #ddd;
  --displayStatusMssg: #EAEAEA;
  --helpContentBG: #f4f4f4;
  --helpContentBG2: #f5f5f5;
  --helpContentText: #333;
  --affirmativeText: green;
  --negativeText: #dd0000;
}

/* OPEN SANS */
@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans/opensans-regular.eot');
    src: url('/fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans/opensans-regular.woff2') format('woff2'),
         url('/fonts/OpenSans/opensans-regular.woff') format('woff'),
         url('/fonts/OpenSans/opensans-regular.ttf') format('truetype'),
         url('/fonts/OpenSans/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans/opensans-italic.eot');
    src: url('/fonts/OpenSans/opensans-italic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans/opensans-italic.woff2') format('woff2'),
         url('/fonts/OpenSans/opensans-italic.woff') format('woff'),
         url('/fonts/OpenSans/opensans-italic.ttf') format('truetype'),
         url('/fonts/OpenSans/opensans-italic.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans/opensans-semibold.eot');
    src: url('/fonts/OpenSans/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans/opensans-semibold.woff2') format('woff2'),
         url('/fonts/OpenSans/opensans-semibold.woff') format('woff'),
         url('/fonts/OpenSans/opensans-semibold.ttf') format('truetype'),
         url('/fonts/OpenSans/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans/opensans-semibolditalic.eot');
    src: url('/fonts/OpenSans/opensans-semibolditalic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans/opensans-semibolditalic.woff2') format('woff2'),
         url('/fonts/OpenSans/opensans-semibolditalic.woff') format('woff'),
         url('/fonts/OpenSans/opensans-semibolditalic.ttf') format('truetype'),
         url('/fonts/OpenSans/opensans-semibolditalic.svg#open_sanssemibold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans/opensans-bold.eot');
    src: url('/fonts/OpenSans/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans/opensans-bold.woff2') format('woff2'),
         url('/fonts/OpenSans/opensans-bold.woff') format('woff'),
         url('/fonts/OpenSans/opensans-bold.ttf') format('truetype'),
         url('/fonts/OpenSans/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: 900;
    font-style: normal;
}
/* END OPEN SANS */


/* POPPINS */
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Light.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: bold;
}

/* END POPPINS */






body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.graphCardHdrText {
  font-family: 'Poppins';
}

h2 {
  font-family: 'Poppins';
  font-size: 17px;
  padding: 10px;
  /*text-transform: uppercase;*/
  margin-top: 20px;
}

h3 {
  font-family: 'Poppins';
  background-color: #555;
  padding: 10px 10px 10px 6px;
  /*text-transform: uppercase;*/
  font-size: 14px; 
  color: white;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  position: relative;
  text-align: left;
  /*line-height: 30px;*/
  min-height: 30px;
}

.h4Banner {
  font-size: 14px;
  margin-left: 10px;
  margin-right: 0px;
  padding-left: 5px;
  font-weight: 700;
  background-color: #eee;
  height: 26px;
  vertical-align: middle;
  line-height: 26px;
}


.dropdownOption:hover {
  background-color: var(--primaryHeader);
  color: var(--primaryText);
}


.ui-datepicker-trigger {
	margin-bottom: -3px;
	cursor: pointer;
}


.portalFunctionIcon {
    color: #056993 !important;
    margin: 0px !important;
    cursor: pointer !important;
}



.tabletMenuItem {
    display: none !important;
}

.largeScreenMenuItem {
    display: block !important;
}

.screenPanel {
  background-color: white;
  padding-top: 1px;
  border-radius: 10px;
  /*box-shadow: 0px 0px 3px #888888;*/
}



.slick-arrow { 
    display: none !important;
}


#techBy {
  width: 125px; 
  float: right; 
  text-align: center;
}


.systemMessage {
  display: none; 
  padding: 10px; 
  text-align: left; 
  border-radius: 10px; 
  opacity: 1; 
  color: white; 
  box-shadow: 0 0 5px grey; 
  width: 98%; 
  min-width: 300px;
  min-height: 85px;
  position: fixed; 
  top: 10px; 
  right: 0; 
  left: 0; 
  margin-left: auto; 
  margin-right: auto; 
  z-index: 9999; 
  cursor: pointer;
  font-size: 13px;
}

#timeoutContainer {
  background-color: #4790c1; 
}

#sessionExpiredContainer {
  background-color: #bf4646; 
}

/* ============================================================================================================================ */
/* TITANIUM SIGNATURE PAD ===================================================================================================== */
/* ============================================================================================================================ */
  #titaniumSignaturePad {
    position: relative; 
    z-index: 1;
  }
  
  
  #titaniumSignaturePad .sigPadButton{
    top:20px; 
    position: absolute; 
    width: 30px; 
    height: 30px; 
  }
  
  #titaniumSignaturePad .sigPadButton1{
    right: 30px; 
  }
  
  #titaniumSignaturePad .sigPadButton2{
    right: 75px; 
  }
  
  #titaniumSignaturePad .sigPadButton3{
    right: 120px;
  }
  
  #titaniumSignaturePad .sigActivePen{
    bottom: 45px; 
    left: -10px; 
    position: absolute; 
    width: 50px; 
    height: 50px; 
    font-size: 50px;
  }
  
  
  #titaniumSignaturePad .sigDottedLine{
    position: absolute; 
    bottom:30px; 
    left: 0px; 
    z-index: -1; 
    width: 100%; 
    height: 1px; 
    padding: 0px 30px 0px 30px;
  }
  
  #titaniumSignaturePad .sigCanvasContainer {
    width: 100%; 
    padding: 15px 20px 0px 20px;
  }
  
  #titaniumSignaturePadHelpText {
    padding: 5px 25px 5px 25px; 
    font-size: 12px;
  }
  
  
  
  @media(max-height: 450px){
    #titaniumSignaturePad .sigCanvasContainer {
      padding: 15px 40px 0px 0px;
    }
    
    
    #titaniumSignaturePad .sigPadButton1{
      right: 50px; 
    }
    
    #titaniumSignaturePad .sigPadButton2{
      right: 95px; 
    }
    
    #titaniumSignaturePad .sigPadButton3{
      right: 140px;
    }
    
    
    #titaniumSignaturePad .sigDottedLine{
      left: -20px; 
    }
    
    #titaniumSignaturePad .sigActivePen{
      left: -15px; 
    }
    
    #titaniumSignaturePadHelpText {
      padding: 5px 40px 5px 0px; 
    }
  }
/* ============================================================================================================================ */




.requiredStar {
  position: absolute;
  top: 0px;
  right: 2px;
  color: #e00d0d;
  font-weight: bold;
  font-size: 16px;
}

.helpIcon {
  transition: all .2s;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 32px;
  height: 32px;
}

.helpIcon:hover {
  /*background-image: url('/img/icons/questionHover.svg');*/
  /*transform: scale(1.1);*/
  transition: all .2s;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}

.helpIcon i {
  position: absolute;
  top: 17px;
  right: 1px;
}

.printReview:hover {
  transform: scale(1.1);
  transition: all .2s;
  cursor: pointer;
}

.helpContent {
  padding: 10px;
  background-color: #f4f4f4;
  display: none;
  font-size: 12px;
  /*border-left: 1px solid #555;*/
  /*border-right: 1px solid #555;*/
  /*border-bottom: 1px solid #555;*/
  border-radius: 0px 0px 10px 10px;
  /*box-shadow: inset 0px 10px 4px -4px #555;*/
    color: #333;
}


.actionIcon {
  transition: all .2s;
  cursor: pointer;
  color: #444; 
  padding: 0px;
  border: 0px;
  background-color: transparent;
}

.actionIcon .glyphicon {
  display: inline-block;
	vertical-align: middle;
	padding: 0 !important;
	margin-right: 0px;
	border: none;
  font-size: 30px;
}

.actionIcon .actionText {
  font-size: 12px;
  color: #444;
}

.actionIcon:hover {
  color: rgba(71, 144, 193, 0.95) !important;
  transition: all .2s;
}

.actionIcon:focus {
  outline: 0px;
}

.actionIcon:focus-visible {
  outline: 0px;
}



@media print {
  @page { margin-top: 1.5cm; margin-bottom: 1.5cm; margin-left: 0.25cm; margin-right: 0.25cm;}
  
  .printLogo {
    max-width: 280px !important; 
    max-height: 80px; !important
  }
  
  .news {
    padding: 0px !important;
    margin: 0px !important;
  }
  
  h2 {
    font-size: 20px !important;
    padding: 10px 0px 10px 10px !important;
    text-transform: uppercase !important;
    margin-top: 20px !important;
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
  }
  
  h3 {
    background-color: #555 !important;
    padding: 0px 6px 0px 6px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    color: white !important;
    font-weight: normal !important;
    margin: 20px 0px 5px 0px !important;
    position: relative !important;
    text-align: left !important;
    line-height: 30px !important;
    height: 30px !important;
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
  }
  
  .h4Banner {
    font-size: 14px !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
    padding-left: 5px !important;
    font-weight: 700 !important;
    background-color: #f4f4f4 !important;
    height: 26px !important;
    vertical-align: middle !important;
    line-height: 26px !important;
    page-break-inside:avoid;
    page-break-before: auto;
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
  }
  
  .printPageBreakBefore {
    page-break-before: always;
  }
  
  .printDoNotShow {
    display: none !important;
  }
  
  .cbx span:first-child {
    display: none;
  }
  
  .cbx span:last-child {
    margin: 5px 5px 5px 5px !important;
  }
  
}

@media (hover: none) {
  .mobile {
    display: inline-block;
  }
  
  .desktop {
    display: none !important;
  }
  
  .showHidePasswordButton {
    display: none;
  }
}

@media (hover: hover) {
  .mobile {
    display: none !important;
  }
  
  .desktop {
    display: inline-block;
  }
}

@media screen {
  
  .screenDoNotShow {
    display: none;
  }
  
  .news {
    margin-top: 0px;
    padding-top: 120px;
    min-height: calc(100vh - 176px) !important;
  }
  
  .inp-cbx {
    display: none;
  }
  
  /* ============================================================================================================================ */
  /* SLIDER SWITCH ============================================================================================================== */
  /* ============================================================================================================================ */
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    /*box-shadow: inset 0 0 6px #ccc;*/
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before { /* this is the circle */
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    box-shadow: -1px 1px 2px 2px #999;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:not(:checked) + .slider {
    background-color: white;
    box-shadow: inset 0 0 4px #999;
  }
  
  input:checked + .slider {
    background-color: rgba(71, 144, 193, 0.95);
    box-shadow: inset 0 0 0px #000;
  }
  
  input:focus + .slider {
    /*box-shadow: 0 0 1px rgba(71, 144, 193, 0.95);*/
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    box-shadow: 0px 0px 0px 0px #999;
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  /* ============================================================================================================================ */
    
    

  /* ============================================================================================================================ */
  /* SLIDER SWITCH FIXED COLOR ================================================================================================== */
  /* ============================================================================================================================ */
  .switchFixedColor {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switchFixedColor input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .sliderFixedColor {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(71, 144, 193, 0.95);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .sliderFixedColor:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .sliderFixedColor {
    background-color: rgba(71, 144, 193, 0.95);
  }
  
  input:focus + .sliderFixedColor {
    box-shadow: 0 0 1px rgba(71, 144, 193, 0.95);
  }
  
  input:checked + .sliderFixedColor:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .sliderFixedColor.roundFixedColor {
    border-radius: 34px;
  }
  
  .sliderFixedColor.roundFixedColor:before {
    border-radius: 50%;
  }
  /* ============================================================================================================================ */
}


.progressDiv {
  color: white;
  cursor: pointer;
  transition: all .2s;
}

.progressDiv:focus {
  outline: 0px;
}

.progressDiv:hover .progressTick {
  transform: scale(1.2);
  transition: all .2s;
}

.progressDiv:hover .progressCircle {
  background-color: rgba(255,255,255,0.3);
  transition: all .2s;
}

  
.progressCircle{
  height: 50px;
  width: 50px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid var(--backgroundOverride);
  position: relative;
  transition: all .2s;
}


.progressTick {
  background-size: 35px 35px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  left:5px;
  top: 5px;
  position: absolute;
  display: none;
  transition: all .2s;
  color: var(--primaryHeader);
}



#appProgressBar {
  height: 100px;
  text-align: center;
  padding-top: 10px;
  background-color: rgba(71, 144, 193, 0.95);
}

  
.appFormContent {
  padding: 5px;
  background-color: white;
}


.detailTable {
  width: 100%;
}

.detailTable th {
  padding: 5px;
  background-color: #eee;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 13px;
}

.detailTable td {
  padding: 5px;
  border-bottom: 1px solid #999;
  font-size: 13px;
}


@media(min-width:769px){
  #appDetailsSmallView{
    display: none;
  }
  
  #appDetailsLargeView {
    display: table;
  }
}


@media(max-width:768px){
  #appDetailsSmallView{
    display: table;
  }
  
  #appDetailsLargeView {
    display: none;
  }
}


.news-left {
  font-size: 13px;
}


.form-control::-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #777;
}
.form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #777;
}
.form-control-left::-webkit-input-placeholder {
  font-size: 13px;
  color: #777;
}

.form-control {
  font-size: 13px;
}

select {
  text-align: center;
  font-size: 13px;
  appearance: textfield;
  -webkit-appearance: textfield;
}




.oafTable {
  width: 100%;
}

.oafTable td {
  padding: 5px;
}

.oafTable th {
  padding: 5px;
}

.validationSpinner {
  position: absolute;
  top: 10px;
  right: 8px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield; 
}

input[type=date] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield; 
}

.form-control:focus::-webkit-input-placeholder {
  color: #aaa;
}

.transDistModeSelect {
  border: solid 1px rgb(51, 51, 51);
}

.transDistModeSelect:hover {
  cursor: pointer;
}

.transDistModeSelected:hover {
  cursor: auto;
}

.transToolbar {
  font-size: 13px;
  padding: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); 
}


#tiSideMenu {
    position: absolute;
    top: -200px;
    right: 5px;
    width: 250px;
    height: 240px;
    z-index: -1;
    border: 2px solid var(--backgroundOverride);
    -webkit-box-shadow: 0px 1px 14px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 14px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 14px -5px rgba(0,0,0,0.75);
}

.btn-fill {
    width: 100%;
    font-size: 14px;
}

#addInvestmentPane {
    /*background-image: url('../img/brushedMetalLightBlue.jpg');*/
    padding: 5px;
    display: none;
    /*-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);*/
}

#printHoldingsReportPane {
    background-image: url('../img/brushedMetalLightBlue.jpg');
    padding: 5px;
    display: none;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);    
}

#profilePane {
    background-image: url('../img/brushedMetalLightBlue.jpg');
    padding: 5px;
    display: none;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.functionsButtonPane {
    background-image: url('../img/brushedMetalLightBlue.jpg');
    padding: 5px;
    margin: 10px !important;
    color: #444;
    border: 1px outset var(--backgroundOverride);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}


.functionsButtonPane:hover {
    background-color: #ccc;
    color: #222;
}

.accountDetailsHeading {
  text-transform: uppercase;
  font-size: 13px;
  /*color: darkslategrey;*/
  font-weight: bold;
  cursor: pointer;
}

.investmentAccountPane p {
  font-size: 13px;
}

.accountDetailsTable p {
  font-size: 13px;
}

.saveChangesButton {
  margin-top: 8px;
  max-width: 150px;
  font-size: 13px;
}

.cancelEditLink {
  margin-top: 8px;
  max-width: 100px;
  font-size: 13px;
}

.cancelEditLink:hover {
  color: #cc7116;
}


.editLink {
  cursor: pointer;
  color: rgba(71, 144, 193, 0.95);/*rgba(22, 128, 204, 0.5);*/
  font-size: 25px;
}

.editLink:hover {
  color: #cc7116;
}


.editField{
  margin-top: 5px
}

.accountDetailsInput {
  text-align: left;
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: var(--backgroundOverride);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.holdingFunctionsContainer {
  position: absolute;
  vertical-align: middle;
  top: 5px;
  right: 0px;
}


.holdingFunction {
  vertical-align: middle;
  cursor: pointer;
  display:inline-block;
  margin-left: 10px;
}

#viewMenu {
    position: absolute;
    z-index: 1001;
    width: 175px;
    height: 55px;
    background-color: #555;
    /*background-image: url('/img/brushedMetalLightGold.jpg');*/
    border: 1px outset var(--backgroundOverride);
    padding: 5px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    text-align: right;
    display: none;
}

#viewMenu a {
    color: #ddd;
}

#viewMenu a:hover {
    color: #eee;
    background-color: #777;
}



#OPEPerformanceTable {
    width: 100%;
    border: 1px outset var(--backgroundOverride);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

#OPEPerformanceTable th {
    font-size: 12px;
    background-color: #AED5E6;
    border-top: 1px solid var(--backgroundOverride);
    border-bottom: 1px solid #777;
    padding: 2px;
}

#OPEPerformanceTable td {
    font-size: 12px;
    padding: 2px;
}


html, body{
  font-size: 100%;
  background: #0E1E2F;
  overflow-x: hidden;
}
body {
	font-size: 100%;
	font-family: 'Open Sans', 'Arial';
	background: var(--backgroundOverride);
}
body input[type="button"]{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

body input[type="submit"]{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}

p {
  font-size: 14px;
}

option {
  text-align: left;
}


.btn-fill-white {
    background-color: white;
    color: #222;
}

#myProfileHandle {
    display: none;
}
#userMenuLi {
    display: inline-block;
}

#checkGlyph {
    display: inline-block;
}


/*--Header-Part-Starts-Here--*/
.header {
	background: var(--backgroundOverride);
}
.navbar-header {
  background-color: var(--backgroundOverride);
  width: 27%;
  float: left;
  text-align: left;
  padding: 0.15em 0px;
  vertical-align: middle;
  height: 100px;
  position: relative;
}
.navbar-default .navbar-nav > li > a {
	color: #333 !important;
}

nav.navbar.navbar-default {
	border: none;
}
.navbar {
	margin-bottom: 0px;
}
.container-fluid {
	padding: 0px;
}
div#bs-example-navbar-collapse-1 {
	background-color: white;
    padding: 0px;
}
ul.nav.navbar-nav {
	/*width: 73%;*/
	float: right !important
}
.navbar-nav li {
	width: auto;
    margin: 0px 10px 0px 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: rgb(255, 255, 255);
	background-color: #44402e;
}
.hvr-sweep-to-top::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgb(16, 199, 215);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100% 0px;
	transform-origin: 50% 100% 0px;
	transition-property: transform;
	-webkit-transition-property: transform;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.nav > li > a {
	padding: 34px 0em;
	font-size: 16px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	line-height: 22px;
	background-color: var(--backgroundOverride);
	margin: 4px 4px 4px 4px;
	font-family: 'Poppins';
  letter-spacing: 0;
	text-align: center;
	color: #333;
    max-height: 90px;
}

.nav > li > .menuicon {
    margin: 29px 0em;
}






.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	/*color: rgb(255, 255, 255);*/
	/*background-color: #00aeef;*/
    background: var(--backgroundOverride); /* Old browsers */
    background: -moz-linear-gradient(top, var(--backgroundOverride) 0%, var(--backgroundOverride) 96%, var(--backgroundOverride) 96%, var(--backgroundOverride) 96%, #DDDDDD 96%, #DDDDDD 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, var(--backgroundOverride) 0%,var(--backgroundOverride) 96%,var(--backgroundOverride) 96%,var(--backgroundOverride) 96%,#DDDDDD 96%,#DDDDDD 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, var(--backgroundOverride) 0%,var(--backgroundOverride) 96%,var(--backgroundOverride) 96%,var(--backgroundOverride) 96%,#DDDDDD 96%,#DDDDDD 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--backgroundOverride)', endColorstr='#DDDDDD',GradientType=0 ); /* IE6-9 */
}
/* Bounce To Top */
.hvr-bounce-to-top {

}
.hvr-bounce-to-top:before {

}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {

}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.navbar-logo {
	padding: 0px 0px 0px 0px;
  max-width: 280px;
  max-height: 80px;
}
.logoTopSpacer10 {
	margin-top: 10px;
}
.logoTopSpacer15 {
  margin-top: 15px;
}
.logoTopSpacer20 {
  margin-top: 20px;
}
.logoTopSpacer23 {
  margin-top: 23px;
}


/*--header-ends--*/
/*--banner-starts--*/
.banner{
	background: url(../images/Perth_Skyline.jpg) no-repeat;
    background-position: center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:680px;
}
.banner-top h1{
	color:#fff;
	font-size:2.5em;
	font-weight:400;
	margin:0;
	font-family: 'Open Sans';
}
.banner-top h2 {
	color: #ccc;
	font-size: 1.0em;
	font-weight: 400;
	margin: 13px 0 0 0;
	font-family: 'Open Sans';
}
.banner-top p {
	color: #fff;
	font-size: 14px;
	line-height:1.6em;
	margin: 18px 0 0 0;
	font-family: 'Open Sans';
	width: 78%;
}
.banner-top {
	text-align: left;
	margin-top: 10%;
	background: rgba(34, 34, 34, 0.65);
    padding: 20px;
    min-height: 380px;
}
.bnr-btn {
	margin-top: 4%;
	padding-bottom: 1%;
}
.bnr-btn a{
	border:2px solid var(--backgroundOverride);
	font-size:14px;
	font-weight:400;
	color:#fff;
	padding:5px 18px;
	font-family: 'Open Sans';
}
.bnr-btn a:hover{
	border:2px solid #05a6b3;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #05a6b3;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
	color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.flex-direction-nav {
	display: none !important;
}
/*--banner-end--*/
/*--provide-starts--*/
.provide-left {
	padding: 2em 20px;
}
.provide-one {
	background: #FFCD05;
}
.provide-two {
	background: #f2c40e;
}
.provide-tre {
  background: #e2ba16;
}
.provide-four {
	background: #ceab1c;
}
.provide-left h5{
	color:#000;
	font-size:12px;
	font-weight:400;
	margin:0;
}
.provide-left h3 {
	color: #000;
	font-size: 29px;
	font-weight: 400;
	margin: 10px 0 0 0;
}
.provide-left p{
	color: #000;
	font-size: 14px;
	line-height: 1.4em;
	margin: 9px 0 0 0;
	font-family: 'Open Sans';
}
/*--provide-end--*/
/*--welcome-starts--*/
.welcome {
	padding: 5em 0px;
}
.welcome-left h3{
	color: #EF6286;
	font-size: 2.1em;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
.welcome-left h4{
	font-family: 'Open Sans';
	color:#222;
	font-weight:400;
	font-size:1.3em;
	margin:12px 0 0 0;
	line-height: 1.2em;
}
.welcome-left p{
	color: rgb(119, 119, 119);
	font-size: 14px;
	margin: 13px 0px 0px;
	font-family: 'Open Sans';
	line-height: 1.6em;
}
.w-btn{
	margin-top:4%;
}
.w-btn a{
	border: 2px solid #05a6b3;
	font-size: 14px;
	font-weight: 400;
	color: #05a6b3;
	padding: 5px 18px;
	font-family: 'Open Sans';
}
/*--welcome-end--*/
/*--join-starts--*/
.join {
	padding: 6em 0px;
	background: rgba(34, 34, 34, 0.09);
}
.glyphicon-time,.glyphicon-user,
.glyphicon-time, .glyphicon-user, .glyphicon-map-marker, .glyphicon-calendar {
	font-size: 2.5em;
	color: #05a6b3;
	border: 3px solid #05a6b3;
	padding: 30px 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.join-left{
	text-align:center;
}
.join-left h4 {
	color: #EF6286;
	font-size: 1.27em;
	font-weight: 500;
	margin: 24px 0 0 0;
	text-transform: uppercase;
}
.join-left p{
	color: rgb(179, 177, 178);
	font-size: 14px;
	line-height: 1.6em;
	margin: 13px 0 0 0;
	font-family: 'Open Sans';
}
/*--join-end--*/
/*--news-starts--*/
.news {
	/*padding: 4em 0px;*/
  min-height: 65vh;
  margin-bottom: 20px;
}


.news-heading h4{
	color: #ccc;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0 0 0.5em;
	/*text-transform: uppercase;*/
    /*text-shadow: 0px 0px 10px #888;*/
    /*background-color: #FAD20B;*/
}

.news-heading h4 a{
	color: #60baf2;
}

.news-heading h4 a:hover{
	color: #119dc4;
}

.news-bottom h4{
	font-family: 'Open Sans';
	color: #222;
	font-weight: 400;
	font-size: 1.3em;
	margin: 0 0 0 0;
	line-height: 1.2em;
}
.news-bottom p{
	color: rgb(119, 119, 119);
	font-size: 14px;
	margin: 0px 0px 0px;
	font-family: 'Open Sans';
	line-height: 1.6em;
}
.news-bottom li{
	color: rgb(119, 119, 119);
	font-size: 14px;
	margin: 0px 0px 0px 35px;
    padding: 0px;
	font-family: 'Open Sans';
}
.news-one-left img{
	width:100%;
}
.news-one-right {
	width: 59%;
	float: right;
}
.news-one-left {
	width: 38%;
	float: left;
}
.news-one {
	margin-top: 15px;
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
	padding-top: 15px;
}
.news-1 img{
	width:100%;
}
.news-bottom {
	margin-top: 10px;
}
.news-btm {
	margin-top: 7%;
}
.news-1 {
	position: relative;
}
.n-1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:15px 15px;
	background:rgba(59, 158, 165, 0.2);
    border: 1px solid #ddd;
	text-align:center;
}
.n-1 h5{
	color:#fff;
	font-size:19px;
	font-weight:400;
	margin:0;
}
.n-1 p{
	color: #fff;
	font-size: 13px;
	margin: 1px 0px 0px;
	font-family: 'Open Sans';
	line-height: 1.6em;
}
/*--news-end--*/
/*--teacher-start--*/
.teacher {
	padding: 0px 0px 6em;
}
.teacher-top h3 {
	color: rgb(239, 98, 134);
	font-size: 2.25em;
	font-weight: 500;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.teacher-main {
	margin-top: 3%;
}
.teacher-left {
	width: 20%;
	float: left;
	padding: 0px 15px;
	text-align: center;
}
.teacher-left img {
	width: 100%;
}
.teacher-left h4 {
	color: rgb(34, 34, 34);
	font-size: 19px;
	font-weight: 400;
	margin: 15px 0px 0px;
}
.teacher-left p {
	color: rgb(119, 119, 119);
	font-size: 14px;
	margin: 5px 0px 0px;
	font-family: 'Open Sans';
	line-height: 1.3em;
}
/*--teachers-end--*/
/*--about-starts--*/
.about {
	padding: 4em 0px 4em;
}
.about-top {
	text-align: center;
}
.about-bottom {
	margin-top: 4%;
}
.about-bottom img {
	width: 100%;
}
.about-bottom h4 {
	color: rgb(34, 34, 34);
	font-size: 1.2em;
	margin: 2.1% 0px 0px;
	line-height: 1.3em;
	font-family: 'Open Sans';
}
.about-bottom p {
	color: rgb(119, 119, 119);
	font-size: 14px;
	margin: 5px 0px 0px;
	font-family: 'Open Sans';
	line-height: 1.6em;
}
.vision {
	padding: 6em 0px;
}
.vision-top {
	text-align: center;
}
.vision-bottom {
	margin-top: 4%;
}
.vsn-left img {
	width: 100%;
}
.vsn-right h4 {
	color: rgb(34, 34, 34);
	font-size: 1.2em;
	margin: 0px;
	line-height: 1.3em;
	font-family: 'Open Sans';
}
.vsn-right p {
	color: rgb(119, 119, 119);
	font-size: 14px;
	margin: 5px 0px 0px;
	font-family: 'Open Sans';
	line-height: 1.6em;
}
.vision-right ul {
	padding: 0px;
	margin: 0px;
}
.vision-right ul li {
	list-style: none;
	margin-bottom: 10px;
}
.glyphicon-share-alt {
	font-size: 14px;
	color: #222;
	border: none;
	display: inline-block;
	vertical-align: middle;
}
.vision-right ul li a {
	color: rgb(119, 119, 119);
	font-size: 14px;
	font-family: 'Open Sans';
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
/*--about-end--*/
/*--services-start--*/
.services {
	padding: 6em 0px;
}
.services-top {
	text-align: center;
}
.services-bottom {
	margin-top: 4%;
}
.heading h3,.heading h1,.heading h2 {
	color: #777;
    text-shadow: 0px 0px 1px #888;
	font-size: 2.1em;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
.services-left {
	text-align: center;
}
.services-left img {
	width: 100%;
}
.services-left h4 {
	color: #05a6b3;
	padding: 10px 0px;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Open Sans';
	background: rgba(34, 34, 34, 0.08);
	text-align: left;
	margin: 0;
}
.services-left h4 span {
	background: #05A6B3;
	color: #fff;
	padding: 9px 15px;
	margin-right: 16%;
}
.services-left p {
	color: #B3B1B1;
	font-size: 14px;
	margin: 15px 0 0 0;
	font-family: 'Open Sans';
	line-height: 1.6em;
	padding: 0 15px;
}
.additional {
	padding-bottom: 6em;
}
.additional-bottom{
	margin-top:4%;
}
.additional-left ul{
	padding:0;
	margin:0;
}
.additional-left ul li{
	list-style: none;
	margin-bottom: 10px;
}
.additional-left ul li a {
	color: rgb(119, 119, 119);
	font-size: 14px;
	font-family: 'Open Sans';
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.additional-left ul li a:hover{
	color:#0bc2d1;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.over {
	padding: 0 0 6em 0;
}
.over-top {
	text-align: center;
}
.over-bottom {
	margin-top: 4%;
}
.over-1:nth-child(2) {
	margin-top: 3%;
}
.o-left img {
	width: 100%;
}
.o-left h4 {
	color: #222;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.3em;
	font-family: 'Open Sans';
}
.o-left p {
	color: #B3B1B1;
	font-size: 14px;
	margin: 12px 0 0 0;
	font-family: 'Open Sans';
	line-height: 1.6em;
}
/*--services-end--*/
/*--footer-start--*/
.footer {
	padding: 3em 0px;
	background: #0E1E2F;
  opacity: 0.85;
}
.map-marker {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
	padding: 0 !important;
	margin-right: 12px;
	border: none;
}
.footer-left p {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	vertical-align: middle;
	display: inline-block;
	font-family: 'Open Sans';
}
.footer-left p a{
	color:#fff;
}
.footer-left p a:hover{
	color:#05a6b3;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.footer-left ul {
	padding: 0;
	margin-top: 4%;
}
.footer-left ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
.footer-left ul li a span {
	background: url(../images/social-icons.png) no-repeat;
	width: 34px;
	height: 34px;
	display: block;
}
.footer-left ul li a span.fb {
	background-position: 0px 0px;
}
.footer-left ul li a span.fb:hover {
	background-position: 0px -34px;
}
.footer-left ul li a span.twit {
	background-position: -34px 0px;
}
.footer-left ul li a span.twit:hover {
	background-position: -34px -34px;
}
.footer-left ul li a span.rss {
	background-position: -68px 0px;
}
.footer-left ul li a span.rss:hover {
	background-position: -68px -34px;
}
.footer-left ul li a span.ggl {
	background-position: -102px 0px;
}
.footer-left ul li a span.ggl:hover {
	background-position: -102px -34px;
}
.footer-left p span{
	display:block;
}
/*--footer-end--*/
/*--contact-start--*/
.map {
	padding: 6em 0px;
}
.map-bottom {
	margin-top: 2.5%;
}
.map-bottom iframe{
	width:100%;
	height:350px;
	border:none;
}
.contact-top p{
	color: rgb(119, 119, 119);
	font-size: 14px;
	margin: 1.2% 0px 0px;
	font-family: 'Open Sans';
	line-height: 1.6em;
}
.contact-bottom {
	margin-top: 3%;
}
.contact-left form input[type="text"], .contact-left textarea {
	width: 100%;
	padding: 12px 12px;
	border: 1px solid #BDBCBC;
	font-size: 14px;
	margin-bottom: 1.5em;
	color: #808080;
	outline: none;
	font-weight: 400;
	font-family: 'Open Sans';
}
.contact-left textarea {
	resize: none;
	height: 192px;
}
.contact-left form input[type="submit"] {
	font-size: 14px;
	display: inline-block;
	background: none;
	padding: 9px 30px;
	border: 2px solid #05a6b3;
	color: #05a6b3;
	text-decoration: none;
	font-weight: 700;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	font-family: 'Open Sans';
}
.contact-left form input[type="submit"]:hover {
	background: #05a6b3;
	color:#fff;
}
.contact {
	padding-top: 4em;
	padding-bottom: 4em;
}
/*--contact-end--*/
/*--pages-starts--*/
h3.ghj {
	color: #EF6286;
	font-size: 2em !important;
	margin: 0 0 1em;
	text-transform: uppercase;
}
.pages {
	padding: 6em 0px;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
	padding: 2em 0;
}
.progress-bars,.well,.appearance,.bs-example,
.Buttons,ol.breadcrumb,.alerts {
	font-family: 'Open Sans';
}
h4.b4 {
	margin: 15px 0px !important;
}
/*--pages-end--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 50px;
	height: 36px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat;
}

.carousel-inner > .item {
  height: 300px;
}
.carousel-inner img {
  margin: auto;
}
.carousel-inner .item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

  #englishModeSwitchMobile, #chineseModeSwitchMobile, #traditionalChineseModeSwitchMobile, #mobileLanguageSwitch, .languageModeTextSeparator {
    display: none;
  }

/*---- responsive-design -----*/
@media(max-width:1440px){



}
@media(max-width:1366px){

.banner {
	min-height: 620px;
}
.about {
	padding: 3em 0px 3em;
}
.vision, .services,.map,.pages{
	padding: 5em 0px;
}
.banner-top {
	margin-top: 10%;
}
.provide-left {
	padding: 1.8em 20px;
}
.join {
	padding: 5em 0px;
}
.nav > li > a {
	padding: 34px 0em;
}
.contact,.additional, .teacher, .over {
	padding: 3em 0px 3em;
}
}
@media(max-width:1280px){

.nav > li > a {
	padding: 34px 0em;
}
.services-bottom {
	margin-top: 3%;
}
.over-bottom {
	margin-top: 3%;
}
.additional-bottom {
	margin-top: 3%;
}
.about-bottom {
	margin-top: 3%;
}
.vision-bottom {
	margin-top: 3%;
}
.banner-top h1 {
	font-size: 2.25em;
}
.banner-top h2 {
	font-size: 1.0em;
}
.banner-top p {
	margin: 15px 0 0 0;
}
.bnr-btn {
	margin-top: 3.5%;
}
.banner {
	min-height: 585px;
}
.provide-left {
	padding: 1.6em 15px;
}
.provide-left h3 {
	font-size: 26px;
}
.welcome-left h3 {
	font-size: 2em;
}
.news-heading h3 {
	font-size: 14px;
}
.news-heading h4 {
	padding: 0 0 0.3em;
    font-size: 0.8em;
}
.news {
	/*padding: 4em 0px;*/
}
.teacher-top h3 {
	font-size: 2em;
}
.map-bottom {
	margin-top: 2%;
}
.map-bottom iframe {
	height: 320px;
}
}


@media(max-width:1199px){

  #techBy {
    width: 100%; 
    float: none; 
    text-align: center;
  }
  
  #checkGlyph {
      display: none;
  }
      
  .tabletMenuItem {
      display: block !important;
  }
  
  .largeScreenMenuItem {
      display: none !important;
  }    
      
  .nav > li > a {
      font-size: 13px;
  }
  #englishModeSwitchMobile, #chineseModeSwitchMobile, #traditionalChineseModeSwitchMobile, .languageModeTextSeparator {
    display: inline-block;
  }
  .news {
    padding-top: 100px;
  }
}


@media(max-width:1024px){
    
.map-bottom iframe {
	height: 281px;
}
.contact-top p {
	font-size: 13px;
	margin: 1% 0px 0px;
}
.contact-left form input[type="text"], .contact-left textarea {
	padding: 10px 12px;
	font-size: 13px;
	margin-bottom: 1.2em;
}
.contact-left textarea {
	height: 162px;
}
.contact-left form input[type="submit"] {
	font-size: 13px;
}
.services-left p {
	font-size: 13px;
	margin: 11px 0 0 0;
}
.services-left h4 {
	font-size: 20px;
}
.about {
	padding: 2em 0px 2em;
}
.heading h3, .heading h1, .heading h2 {
	font-size: 2em;
}
.o-left h4 {
	font-size: 1.1em;
}
.o-left p {
	font-size: 13px;
	margin: 7px 0 0 0;
}
.o-left:nth-child(2) {
	padding: 0;
}
.additional-left ul li a {
	font-size: 13px;
}
.vision-bottom {
	margin-top: 2%;
}
.vision, .services,.map,.pages {
	padding: 4em 0px;
}
.about-bottom h4 {
	font-size: 1.1em;
	margin: 1.5% 0px 0px;
}
.about-bottom p {
	font-size: 13px;
	margin: 2px 0px 0px;
}
.vsn-right h4 {
	font-size: 1.1em;
}
.vsn-right p {
	font-size: 13px;
	margin: 3px 0px 0px;
}
.vsn-right {
	padding: 0;
}
.vision-right ul li a {
	font-size: 13px;
	margin-left: 5px;
}
.vision-right ul li {
	margin-bottom: 8px;
}
.about-bottom {
	margin-top: 2%;
}
.nav > li > a {
	padding: 30px 0em;
	 font-size: 13px;
	 max-height: 82px;
}
.nav > li > .menuicon {
    padding: 25px 0em;
}
.banner-top h1 {
	font-size: 2em;
}
.banner-top h2 {
	font-size: 0.95em;
}
.banner-top p {
	margin:9px 0 0 0;
	width: 95%;
}
.banner {
	min-height: 500px;
}
.flex-control-paging li a {
	width: 12px !important;
	height: 12px !important;
}
.flex-control-nav {
	top: 105% !important;
}
.provide-left h3 {
	font-size: 23px;
	margin: 6px 0 0 0;
}
.provide-left p {
	font-size: 13px;
	margin: 4px 0 0 0;
}
.provide-left {
	padding: 1.2em 15px;
}
.bnr-btn a {
	font-size: 13px;
}
.welcome-left h3 {
	font-size: 1.9em;
}
.welcome-left h4 {
	font-size: 1.2em;
	margin: 9px 0 0 0;
}
.w-btn a {
	font-size: 13px;
	padding: 4px 15px;
}
.welcome {
	padding: 4em 0px;
}
.join {
	padding: 4em 0px;
}
.glyphicon-time, .glyphicon-user, .glyphicon-time, .glyphicon-user, .glyphicon-map-marker, .glyphicon-calendar {
	font-size: 2.3em;
	padding: 25px 25px;
}
.join-left h4 {
	font-size: 1.2em;
}
.news {
	/*padding: 3em 0px;*/
}
.news-heading h3 {
	font-size: 14px;
}
.teacher-top h3 {
	font-size: 1.9em;
}
.news-bottom h4 {
	font-size: 1.2em;
}
.news-bottom {
	margin-top: 2%;
}
.news-bottom p {
	margin: 0px 0px 0px;
	font-size: 13px;
}
.news-bottom li{
	font-size: 13px;
}
.join-left p {
	font-size: 13px;
	margin: 6px 0 0 0;
}
.welcome-left p {
	font-size: 13px;
	margin: 9px 0px 0px;
}
.news-one {
	/*margin-top: 2.5%;*/
	/*padding-top: 1.75%;*/
}
.n-1 h5 {
	font-size: 18px;
}
.n-1 p {
	font-size: 13px;
	margin: 0px 0px 0px;
}
.teacher-left h4 {
	font-size: 18px;
	margin: 13px 0px 0px;
}
.teacher-left p {
	font-size: 13px;
	margin: 3px 0px 0px;
}
.contact,.additional, .teacher, .over{
	padding: 2em 0px 2em;
}
.map-marker {
	margin-right: 6px;
	font-size: 25px !important;
}
.footer {
	padding: 2.5em 0px;
}
.footer-left p {
	font-size: 13px;
}
.additional-bottom {
	margin-top: 2%;
}
}













@media(max-width:991px){

.navbar-nav li {
	/*width: auto;*/
    margin: 0px 0px 0px 5px;
}

.nav > li > a {
	font-size: 12px;
}

.footer-left {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}

#checkGlyph {
    display: none;
}

.carousel-inner > .item {
  height: 400px;
}

}
















@media(max-width:1199px){

.tabletMenuItem {
    display: none !important;
}

.largeScreenMenuItem {
    display: block !important;
}

h4 {
 font-size: 15px;   
}

p {
    font-size: 13px;
}

#userMenuLi {
    display: none !important;
}
#myProfileHandle {
    position: absolute;
    top:20px;
    right: 5px;
    display: block;
}
    
.nav > li > a {
	padding: 10px 0em;
	font-size: 13px;
}
.label {
	font-size: 65%;
}
.map-bottom iframe {
	height: 250px;
}
.services-left {
	width: 33.3%;
	float: left;
	padding: 0 10px;
}
.o-left:nth-child(1) {
	width: 35%; 
	margin-bottom:3%;
}
.o-left:nth-child(2) {
	width: 65%; 
}
.over-1:nth-child(2) {
	margin-top: 0%;
}
.additional-left {
	width: 33.3%;
	float: left;
	padding: 0 5px;
}
.glyphicon-share-alt {
	font-size: 13px;
}
.additional-left ul li a {	
	margin-left: 4px;
}
.o-left:nth-child(1),.o-left:nth-child(2){
	float: left;
}
.services-left h4 span {
	margin-right: 6%;
}
.services-left h4 {
	font-size: 17px;
	padding: 9px 0px;
}
.heading h3, .heading h1, .heading h2 {
	font-size: 1.7em;
}
.about-bottom {
	margin-top: 1.2%;
}
.vision, .services,.map,.pages {
	padding: 3em 0px;
}
.vsn-left {
	width: 34%;
	float: left;
}
.vsn-right {
	width: 66%;
	float: right;
}
.vision-right {
	margin-top: 3%;
}
.vision-bottom {
	margin-top: 2.5%;
}
.about {
	padding: 1em 0px 1em;
}


.navbar-logo {
  max-width: 250px;
  max-height: 65px;
  padding: 0px;
}
.logoTopSpacer10 {
	margin-top: 10px;
}
.logoTopSpacer15 {
  margin-top: 12px;
}
.logoTopSpacer20 {
  margin-top: 14px;
}
.logoTopSpacer23 {
  margin-top: 17px;
}


.banner-top h1 {
	font-size: 1.6em;
}
.banner-top h2 {
	font-size: 0.9em;
}
.bnr-btn {
	margin-top: 4%;
}
.banner {
	min-height: 500px;
}
.flex-control-nav {
	top: 105% !important;
}
.banner-top {
	margin-top: 8%;
}
.provide-left {
	padding: 1em 15px;
	width: 25%;
	float: left;
}
.provide-left h5 {
	font-size: 12px;
}
.provide-left h3 {
	font-size: 20px;
}
.provide-left p {
	font-size: 13px;
	margin: 2px 0 0 0;
}
.welcome {
	padding: 3em 0px;
}
.welcome-left {
	width: 50%;
	float: left;
}
.welcome-left h3 {
	font-size: 1.7em;
}
.welcome-left h4 {
	font-size: 1.1em;
	margin: 7px 0 0 0;
}
.welcome-left p {
	font-size: 13px;
	margin: 7px 0px 0px;
}
.w-btn a {
	font-size: 13px;
	padding: 3px 10px;
}
.w-btn {
	margin-top: 5%;
}
.join-left {
	width: 25%;
	float: left;
	padding: 0 10px;
}
.glyphicon-time, .glyphicon-user, .glyphicon-time, .glyphicon-user, .glyphicon-map-marker, .glyphicon-calendar {
	font-size: 2em;
	padding: 20px 20px;
}
.join-left h4 {
	font-size: 1.05em;
	margin: 18px 0 0 0;
}
.join {
	padding: 3em 0px;
}
.news {
	/*padding: 2em 0px;*/
}
.news-heading h3 {
	font-size: 14px;
}
.news-right {
	margin-top: 3%;
}
.news-btm {
	margin-top: 2.5%;
}
.teacher-left {
	padding: 0px 5px;
}
.teacher-main {
	margin-top: 2%;
}
.teacher-top h3 {
	font-size: 1.7em;
}
.teacher-left h4 {
	font-size: 17px;
	margin: 11px 0px 0px;
}
.contact,.additional, .teacher, .over {
	padding: 2em 0px 2em;
}
.footer-left {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
.footer {
	padding: 2em 0px;
}
.footer-left ul li a span {
	width: 30px;
	height: 30px;
	background-size: 400%;
}
.footer-left ul li a span.fb:hover {
	background-position: 0px -30px;
}
.footer-left ul li a span.twit {
	background-position: -30px 0px;
}
.footer-left ul li a span.twit:hover {
	background-position: -30px -30px;
}
.footer-left ul li a span.rss {
	background-position: -60px 0px;
}
.footer-left ul li a span.rss:hover {
	background-position: -60px -30px;
}
.footer-left ul li a span.ggl {
	background-position: -90px 0px;
}
.footer-left ul li a span.ggl:hover {
	background-position: -90px -30px;
}


.navbar-toggle {
	margin-top: 18px;
}







button.navbar-toggle.collapsed, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    /*position: absolute;*/
    /*left: 30px;*/
    /*top: 5px;*/
	/*margin: 3.2% 3% 16px 0 !important;*/
}

ul.nav.navbar-nav {
	width: 100%;
	float: none;
	margin: 0 !important;
}

.navbar-nav li {
    padding: 0px;
    margin: 0px;
	width: 100%;
	float: none;
	display: inline-block;
}

.navbar-header {
	width: 100%;
	float: none;
    height: 80px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
	border-top: 1px ridge #ddd;
}


}





@media(max-width:736px){

}





@media(max-width:640px){
  
.carousel-inner > .item {
  height: 300px;
}
  
.flex-control-nav {
    display: none;
}
ul.nav.navbar-nav {
	width: 100%;
	float: none;
	margin: 0 !important;
}
h3.ghj {
	font-size: 1.7em !important;
	margin: 0 0 12px;
}
.map-bottom iframe {
	height: 215px;
}
.services-bottom {
	margin-top: 2%;
}
.services-left h4 {
	font-size: 14px;
	padding: 8px 0px;
}
.services-left p {
	font-size: 13px;
	margin: 7px 0 0 0;
	padding: 0 0px;
}
.o-left h4 {
	font-size: 1em;
}
.services-left h4 span {
	margin-right: 6%;
	padding: 7px 10px;
}
.about {
	padding: 1em 0px 1em;
}
.about-bottom h4 {
	font-size: 1em;
}
.about-bottom p {
	font-size: 13px;
	margin: 5px 0px 0px;
}
.heading h3, .heading h1, .heading h2 {
	font-size: 1.45em;
}
.vision, .services,.map,.pages {
	padding: 2.5em 0px;
}
.vsn-right h4 {
	font-size: 1em;
}
.vsn-right p {
	font-size: 13px;
}
.vsn-left {
	width: 42%;
}
.vsn-right {
	width: 58%;
}


button.navbar-toggle.collapsed, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	/*margin: 3.2% 3% 16px 0 !important;*/
}
div#bs-example-navbar-collapse-1 {
	border: none !important;
	margin: 0 !important;
}
.navbar-nav li {
    margin: 0px;
    padding: 0px;
	width: 100%;
	float: none;
	display: inline-block !important;
}
.nav > li > a {
	padding: 10px 0em;
}
.banner-top h1 {
	font-size: 1.4em;
}
.banner-top h2 {
	font-size: 0.8em;
	margin: 8px 0 0 0;
}
.banner-top p {
	margin: 8px 0 0 0;
	width: 92%;
	font-size: 13px;
}
.bnr-btn a {
	font-size: 12px;
	padding: 4px 13px;
}
.flex-control-paging li a {
	width: 11px !important;
	height: 11px !important;
}
.banner {
    /*background-position: -200px 0px;*/
	min-height: 500px;
}
.banner-top {
	margin-top: 5%;
}
.provide-left h3 {
	font-size: 18px;
}
.provide-left {
	padding: 12px 10px;
}
.provide-left p {
	font-size: 12px;
	margin: 4px 0 0 0;
}
.welcome {
	padding: 2.5em 0px;
}
.welcome-left h3 {
	font-size: 1.45em;
}
.welcome-left h4 {
	font-size: 1.05em;
	margin: 4px 0 0 0;
}
.welcome-left p {
	font-size: 13px;
	margin: 5px 0px 0px;
}
.w-btn a {
	font-size: 11px;	
}
.join-left {
	width: 50%;
}
.join {
	padding: 2.5em 0px;
}
.join-left:nth-child(1),.join-left:nth-child(2) {
	margin-bottom:2%;
}
.news {
	/*padding: 2.0em 0px;*/
}
.news-heading h3 {
	font-size: 13px;
}
.news-heading h4 {
	padding: 0 0 0em;
    font-size: 0.7em;
}
.news-bottom h4 {
	font-size: 1.1em;
}
.join-left p {
	font-size: 13px;
}
.news-bottom p {
	margin: 0px 0px 0px;
	font-size: 13px;
}
.news-bottom li{
	font-size: 13px;
}
.news-bottom {
	margin-top: 1.2%;
}
.teacher-top h3 {
	font-size: 1.45em;
}
.contact,.additional, .teacher, .over {
	padding: 2.0em 0px 2.0em;
}
.teacher-left img {
	width: 50%;
}
.teacher-left {
	width: 100%;
	margin-bottom: 4%;
}
.teacher-left:nth-child(5){
	margin-bottom: 0%;
}
.footer-left {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
.footer-left:nth-child(3) {
	margin-bottom: 0%;
}
.footer-left ul {
	margin-top: 3%;
}
.footer-left p {
	text-align: center;
}
.navbar-default .navbar-nav > li > a {
	border-top: 1px ridge #ddd;
}

.vision-right ul li a {
	font-size: 13px;
}
.o-left p {
	font-size: 13px;
}
.additional-left {
  width: 33.3%;
  padding: 0 0px;
}
.additional-left ul li a {
	margin-left: 4px;
	font-size: 12px;
}
.contact-top p {
	font-size: 13px;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
	padding: 1em 0;
}
.label {
	font-size: 59%;
}
.pagination {
	margin: 15px 0;
}
}


@media(max-width:490px) {
  #filterMenuStringExtra, #exportMenuStringExtra, #printMenuStringExtra {
    display: none !important;
  }
}


@media(max-width:480px){
  
  .carousel-inner > .item {
    height: 200px;
  }
    
  h4 {
   font-size: 13px;   
  }
      
  h1.head {
    font-size: 30px;
  }
  h2.head {
    font-size: 28px;
  }
  h3.ghj {
    font-size: 1.5em !important;
  }
  .label {
    font-size: 40%;
  }
  .label {
    font-size: 51%;
  }
  .services-left {
    width: 100%;
    padding: 0 15px;
    margin-bottom:4%;
  }
  .map-bottom iframe {
    height: 180px;
  }
  .services-left:nth-child(3){
    margin-bottom:0;
  }
  .over-left {
    padding: 0;
  }
  .additional-left {
    width: 100%;
    padding: 0 15px;
  }
  .services-left h4 span {
    margin-right: 27%;
  }
  .services-left h4 {
    font-size: 16px;
  }
  .teacher-top h3 {
    font-size: 1.3em;
  }
  .teacher-left h4 {
    font-size: 16px;
  }
  .heading h3, .heading h1, .heading h2 {
    font-size: 1.3em;
  }
  .about-bottom h4 {
    font-size: 15px;
  }
  .vision, .services,.map,.pages {
    padding: 2em 0px;
  }
  .about {
    padding: 1em 0px 1em;
  }
  .vsn-left {
    width: 100%;
  }
  .vsn-right {
    width: 100%;
    margin-top: 3%;
  }
  button.navbar-toggle.collapsed, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    /*margin: 3.5% 3% 13px 0 !important;*/
  }
  .banner-top h1 {
    font-size: 1.2em;
  }
  .banner-top h2 {
    font-size: 0.8em;
    margin: 6px 0 0 0;
  }
  .bnr-btn a {
    font-size: 11px;
    padding: 3px 10px;
  }
  .flex-control-paging li a {
    width: 9px !important;
    height: 9px !important;
  }
  .banner {
    min-height: 500px;
  }
  .banner-top p {
    margin: 3px 0 0 0;
    width: 100%;
    font-size: 12px;
  }
  .flex-control-nav {
      display: none;
    top: 111% !important;
  }
  .provide-left {
    width: 50%;
  }
  .provide-left h3 {
    font-size: 17px;
  }
  .welcome-left {
    width: 100%;
    padding: 0;
  }
  .welcome-left h3 {
    font-size: 1.3em;
  }
  .welcome-left h4 {
    font-size: 1em;
    margin: 7px 0 0 0;
  }
  .welcome-left:nth-child(2){
    margin-top:5%;
  }
  .welcome {
    padding: 2em 0px;
  }
  .w-btn {
    margin-top: 3%;
  }
  .w-btn a {
    font-size: 10px;
  }
  .glyphicon-time, .glyphicon-user, .glyphicon-time, .glyphicon-user, .glyphicon-map-marker, .glyphicon-calendar {
    font-size: 1.5em;
    padding: 15px 15px;
  }
  .join-left h4 {
    font-size: 1em;
    margin: 13px 0 0 0;
  }
  .join-left p {
    margin: 4px 0 0 0;
  }
  .join {
    padding: 2em 0px;
  }
  .news-heading h3 {
    font-size: 1.0em;
  }
  .news-bottom h4 {
    font-size: 1em;
  }
  .news {
    /*padding: 1.5em 0px;*/
  }
  .news-one-left {
    width: 100%;
    float: none;
  }
  .news-one-right {
    width: 100%;
    float: none;
      /*margin-top: 3%;*/
  }
  .news-right {
    margin-top: 4%;
  }
  .n-1 h5 {
    font-size: 17px;
  }
  #toTop {
    width: 45px;
    height: 32px;
    background-size: 100%;
  }
  
  .navbar-logo {
      max-height: 65px;
      max-width: 190px;
  }
  .logoTopSpacer10 {
    margin-top: 10px;
  }
  .logoTopSpacer15 {
    margin-top: 20px;
  }
  .logoTopSpacer20 {
    margin-top: 20px;
  }
  .logoTopSpacer23 {
    margin-top: 23px;
  }
  
  .nav > li > a {
    padding: 11px 0em;
  }
  .contact,.additional, .teacher, .over{
    padding: 1.5em 0px 1.5em;
  }
  .vsn-right h4 {
    font-size: 15px;
  }
  #twoFAKey::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: " \f25a";
  }
}


.htmlInput ul{
  padding-left: 20px;
  padding-bottom: 10px;
}

.htmlInput li{
  padding-top: 10px;
}




/* FANCY RADIOS */
.fancyRadios ul li{
  /*color: #AAAAAA;*/
  display: block;
  position: relative;
  float: left;
  width: 100%;
  /*height: auto;*/
  border-bottom: 1px solid #ccc;
}

.fancyRadios ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.fancyRadios ul li label{
  width: 100%;
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  padding: 15px 10px 25px 60px;
  margin: 0px auto;
  height: 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.fancyRadios ul li:hover label{
  /*font-weight: bold;*/
  text-shadow: 0 0 1px #ccc, 0 0 1px #ccc;
}

.fancyRadios ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #555;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 12px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.fancyRadios ul li:hover .check {
  border: 5px solid rgba(71, 144, 193, 0.95);
}

.fancyRadios ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.fancyRadios input[type=radio]:checked ~ .check {
  border: 5px solid #555;
}

.fancyRadios input[type=radio]:checked ~ .check::before{
  background: #4cb0f7;
}

.fancyRadios input[type=radio]:checked ~ label{
  text-shadow: 0 0 1px #ccc, 0 0 1px #ccc;
}

.fancyRadios input[type=radio]:disabled ~ label{
  color: #ccc;
}
/*===========================================================*/










/* SVG CHECKBOXES */
/*===========================================================*/
.cbx {
	-webkit-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
  position: relative;
}

.cbx span {
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
  font-weight: normal;
}

.cbx span:first-child {
	position: absolute;
  top: 2px;
	width: 24px;
	height: 24px;
	border-radius: 25%;
	transform: scale(1);
	vertical-align: middle;
	border: 1px solid #B9B8C3;
	transition: all .2s ease;
}

.cbx span:first-child svg {
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 6px;
	fill: none;
	stroke: white;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all .3s ease;
	transition-delay: .1s;
	transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #506EEC;
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
	transition-delay: .2s;
}

.cbx span:last-child {
	margin: 5px 5px 5px 35px;
}

.cbx span:last-child:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #B9B8C3;
	transform-origin: 0 0;
	transform: scaleX(0);
}

.cbx:hover span:first-child {
	border-color: rgba(71, 144, 193, 0.95);
}

.inp-cbx:checked + .cbx span:first-child {
	border-color: rgba(71, 144, 193, 0.95);
	background: rgba(71, 144, 193, 0.95);
	animation: check .6s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
	stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
	transform: scale(2.2);
	opacity: 0;
	transition: all .6s ease;
}

.inp-cbx:checked + .cbx span:last-child {
  /*text-shadow: 0 0 1px #ccc, 0 0 1px #ccc;*/
  color: #000;
	transition: all .3s ease;
}

.inp-cbx:checked + .cbx span:last-child:after {
	/*transform: scaleX(1);*/
	transition: all .3s ease;
}

@keyframes check {
	50% {
		transform: scale(1.2);
	}
}
/*===========================================================*/



/* FLOATING PLACEHOLDERS */
/*===========================================================*/

.box {
  background-color: var(--backgroundOverride);
}

.form-control {
  height: 42px;
  padding: 10px 12px 0px 12px;
}

.input-wrapper {
  position: relative;
  margin: 12px auto;
}
.control-label {
  display: block;
  position: absolute;
  opacity: 0;
  top: 12px;
  left: 5px;
  color: #5d5d5d;
  transition: 0.2s ease-in-out transform;
  font-size: 12px;
  visibility: hidden;
  white-space: nowrap;
  overflow: hidden;
  width: 98%;
  
}
.form-control:placeholder-shown + .control-label {
  visibility: hidden;
  z-index: -1;
  transition: 0.2s ease-in-out;
}
.form-control:not(:placeholder-shown) + .control-label,
.form-control:focus:not(:placeholder-shown) + .control-label {
  visibility: visible;
  z-index: 0;
  opacity: 1;
  transform: translateY(-10px);
  transition: 0.2s ease-in-out transform;
  color: #555;
}


.control-label-bsb {
  display: block;
  position: absolute;
  opacity: 0;
  top: 18px;
  left: 5px;
  color: #5d5d5d;
  transition: 0.2s ease-in-out transform;
  font-size: 12px;
  z-index: -1;
}
.form-control:placeholder-shown + .control-label-bsb {
  visibility: hidden;
  z-index: -1;
  transition: 0.2s ease-in-out;
}
.form-control:not(:placeholder-shown) + .control-label-bsb,
.form-control:focus:not(:placeholder-shown) + .control-label-bsb {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translateY(-10px);
  transition: 0.2s ease-in-out transform;
  color: #555;
}

/*===========================================================*/








/* ============================================================================================================================ */
/* DROPZONE CSS =============================================================================================================== */
/* ============================================================================================================================ */

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzoneElement, .dropzoneElement * {
  box-sizing: border-box; }

.dropzoneElement {
  margin-top: 10px;
  min-height: 150px;
  border: 2px dashed rgba(71, 144, 193, 0.95);
  background: white;
  padding: 20px 20px; }
  .dropzoneElement.dz-clickable {
    cursor: pointer; }
    .dropzoneElement.dz-clickable * {
      cursor: default; }
    .dropzoneElement.dz-clickable .dz-message, .dropzoneElement.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzoneElement.dz-started .dz-message {
    display: none; }
  .dropzoneElement.dz-drag-hover {
    border-style: solid; }
    .dropzoneElement.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzoneElement .dz-message {
    text-align: center;
    margin: 2em 0; }
    .dropzoneElement .dz-message .dz-button {
      font-size: 20px !important;
      font-weight: bold !important;
      color: #777 !important;
      background: none;
      color: inherit;
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit; }
  .dropzoneElement .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 13px;
    min-height: 120px; 
    background-color: #eee;
    border-radius: 20px;    
    box-shadow: 0px 0px 2px #888888;
  }
    .dropzoneElement .dz-preview:hover {
      z-index: 1000; }
      .dropzoneElement .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzoneElement .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: var(--backgroundOverride);
      /*background: linear-gradient(to bottom, #eee, #ddd); */
    }
    .dropzoneElement .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzoneElement .dz-preview.dz-image-preview {
      /*background: white;*/
    }
      .dropzoneElement .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzoneElement .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzoneElement .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzoneElement .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzoneElement .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 30px 8px;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzoneElement .dz-preview .dz-details .dz-size {
        margin-bottom: 4px;
        font-size: 16px; }
      .dropzoneElement .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzoneElement .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzoneElement .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzoneElement .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzoneElement .dz-preview .dz-details .dz-filename span, .dropzoneElement .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzoneElement .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzoneElement .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 180px;
      min-height: 100px;
      position: relative;
      display: block;
      z-index: 10; 
      box-shadow: 0px 0px 2px #888888;
      text-align: center;
      background-color: white;
    }
      .dropzoneElement .dz-preview .dz-image img {
        display: block; 
        min-width: 180px;
      }
    .dropzoneElement .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzoneElement .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzoneElement .dz-preview .dz-success-mark, .dropzoneElement .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzoneElement .dz-preview .dz-success-mark svg, .dropzoneElement .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzoneElement .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzoneElement .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzoneElement .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzoneElement .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzoneElement .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzoneElement .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzoneElement .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzoneElement .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 150px;
      left: 20px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzoneElement .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
/* ============================================================================================================================ */




/* ============================================================================================================================ */
/* ROTATE YOUR DEVICE OVERLAY ================================================================================================= */
/* ============================================================================================================================ */
.rotateDeviceOverlay{
      display:none;
      position:fixed;
      top: 0px;
      left: 0px;
      background-color:rgba(0,0,0,0.9);
      width:100%;
      height:100%;
      z-index: 1000;
  }
  
  .rotateDeviceOverlay .rotateDeviceIconContainer{
      width:250px;
      height:200px;
      position:absolute;
      left:50%;
      top:50%;
      margin-left:-125px;
      margin-top:-100px;
  }
  
  .rotateDeviceOverlay .rotateDeviceIconContainer p {
    display:inline-block;
    width:100%;
    text-align:center;
    margin:0;
    font-size:15px;
    opacity:0;
    color: white;
  }
  
  .rotateDeviceOverlay .rotateDeviceIconContainer .rotateDevicePhoneIcon{
      position:relative;
      left:50%;
      margin-left:-50px;
      width:0;
      height:0;
      border:0 solid #000;
      background:#ccc;
      border-radius:10px;
      box-sizing:border-box;
  }
  
  .rotateDeviceOverlay .rotateDeviceIconContainer .rotateDevicePhoneIcon i{
    text-align:center;
    width: 100%;
    line-height:120px;
    font-size:50px;
    color:#000;
    opacity:0;
  }
  
  @media only screen and (max-width : 500px){
      .rotateDeviceOverlay{	display:block; }
  
      .rotateDeviceOverlay .rotateDevicePhoneIcon{
          animation:
              rotateDeviceSizeIncrease .5s forwards ease, 
              rotateDeviceBorderIncrease .5s .5s forwards ease, 
              rotateDeviceRotateRight .7s 1s forwards ease;
      }
  
      .rotateDeviceOverlay .rotateDeviceIconContainer .rotateDevicePhoneIcon i{
          animation:
              rotateDeviceFadeIn .5s .8s forwards ease;
      }
  
      .rotateDeviceOverlay .rotateDeviceIconContainer p{
          animation:
              rotateDeviceFadeIn .5s 1.3s forwards ease;
      }
  }
  
  /* KEYFRAMES
  ------------------------------------------- */
  /* Animate width + height */
  @keyframes rotateDeviceSizeIncrease {
    0%   { width: 0; height:10px; }
      50%  { width: 100px; height: 10px; }
    100% { width: 100px; height:160px; }
  }
  /* Add borders */
  @keyframes rotateDeviceBorderIncrease { 
      100% { border-width:20px 10px; } 
  }
  
  /* fade-in  */
  @keyframes rotateDeviceFadeIn { 
      100% { opacity:1; } 
  }
  
  /* Rotate device */
  @keyframes rotateDeviceRotateRight { 
      100% { transform: rotate(90deg); } 
  }
  
/* ============================================================================================================================ */


@media (max-height: 400px) and (max-width: 1199px){
  .navbar-logo {
    max-height: 50px;
  }
  .logoTopSpacer10 {
    margin-top: 5px;
  }
  .logoTopSpacer15 {
    margin-top: 5px;
  }
  .logoTopSpacer20 {
    margin-top: 5px;
  }
  .logoTopSpacer23 {
    margin-top: 8px;
  }
  
  .navbar-header {
    height: 60px;
  }
  
  #myProfileHandle {
    top: 10px;
  }
  
  .navbar-toggle {
    margin-top: 7px;
  }
  
  .news {
    padding-top: 80px;
  }
}

body {
  background-color: var(--background);
}

textarea {
  background-color: var(--background);
}

.screenPanel,
.datePickerFocus,
.appFormContent,
input:not(:checked) + .slider,
.dropzoneElement,
.box {
  background-color: var(--background);
}

.helpContent {
  color: var(--helpContentText);
  background-color: var(--helpContentBG);
}

.ms-choice, .ms-drop {
  color: var(--secondaryText) !important;
  background-color: var(--background) !important;
}

.ms-choice > div > div.icon-close:hover:before {
  color: var(--secondaryText) !important;
}

input.editField, select.editField {
  background-color: var(--background);
  color: var(--tertiaryText);
  border: 1px solid #ccc;
  border-radius: 4px;
}

input.editField {
  padding: 6px 12px;
}

#viewingPanel {
  background-color: var(--viewingPanelBG);
  color: rgba(var(--primaryTextRGB));
}

.editLink:hover {
  color: var(--viewingPanelBG);
}

.transToolbar {
  color: rgba(var(--primaryTextRGB), 1);
  background-color: #509ACE;
}

#tiSideMenu, #editProfileLink, #logOutIcon {
  color: var(--primaryText);
}

.evEditBrokenAddressField {
  background-color: var(--background);
}

#twoFAKey {
  cursor:pointer;
}

#twoFAKey:hover {
  color: var(--affirmativeText);
}

.cbx:hover span:first-child {
  border-color: var(--primaryHeader);
}

@media (prefers-color-scheme: dark) {
  
  :root {
    --primaryHeaderRGB: 0, 123, 184;
    --secondaryHeader: #005985;
    --secondaryHeaderRGB: 0, 89, 133;
    --viewingPanelBG: #666;
    --primaryText: #EEE;
    --primaryTextRGB: 238, 238, 238;
    --secondaryText: #CCC;
    --tertiaryText: #AAA;
    --background: #333;
    --backgroundRGB: 51, 51, 51;
    --paneBorder1: #666;
    --paneBorder2: #666;
    --displayStatusMssg: #151515;
    --helpContentBG: #444;
    --helpContentBG2: #555;
    --helpContentText: #DDD;
    --affirmativeText: limegreen;
    --negativeText: #ff0000;
  }
  
  .svgIcon, .actionText, .showHidePasswordButton, img[src="/img/spinners/spinner_black.svg"], img[src="/img/spinners/flower.gif"], .languageModeText, .serverWorking {
    filter: invert(80%);
  }
  
  body {
    color: var(--primaryText);
  }
  
  .greyBarLoader {
    filter: invert(100%);
  }
  
  .form-control {
    color: var(--primaryText);
    background-color: var(--background);
  }

  .form-control::-webkit-input-placeholder {
    color: var(--primaryText);
  }

  .transDistModeSelect {
    border-color: #CCC;
  }

  .inp-cbx:checked + .cbx span:last-child {
    color: var(--secondaryText);
  }

  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #666;
  }

  .actionIcon {
    color: var(--primaryText);
  }

  #appProgressBar {
    background-color: var(--primaryHeader);
  }

  .sigActivePen {
    color: #333;
  }

  a {
    color: #78acd9;
  }

  .h4Banner {
    background-color: var(--paneBorder1);
  }

  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--primaryText);
    -webkit-box-shadow: 0 0 0px 1000px var(--background) inset;
    transition: background-color 5000s ease-in-out 0s;
  }

  .navbar-default:has(.collapse.in, .collapsing){
    filter: invert(75%) grayscale(100%);
  }

  .navbar-default:not(:has(.collapse.in, .collapsing)) {
    filter: none;
    transition: filter 500ms;
  }

  .accountDetailsHeader {
    color: rgba(66, 164, 235, 0.85);
  }
  
  .editLink:hover {
    color: var(--primaryText);
  }
  .transToolbar {
    background-color: #3d749c;
  }
  #signatureImage {
    filter: invert(100%) brightness(100%) grayscale(100%);
  }
  .activePen {
    text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white;
  }
  .requiredStar {
    color: var(--negativeText);
  }
  .h4Banner .glyphicon-edit, #payIdIcon {
    filter: invert(80%);
  }
  .control-label {
    font-size: 13px;
  }
  .cbx:hover span:first-child {
    border-color: var(--primaryText);
  }
  /*Firefox fixes*/
  @supports (-moz-appearance:none) {
    .form-control::placeholder {
      color: var(--primaryText);
    }
  }
}



/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0E1E2F;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader img {
  max-width: 500px;
  height: 150px;
}
/* /preloader */


.titanium-background-image {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.accountDetailsButtonGlyphUp, .accountDetailsButtonGlyphDown,
.redemptionConditionsButtonGlyphUp, .redemptionConditionsButtonGlyphDown {
  color: var(--primaryHeader);
}

.accountDetailsButtonGlyphUp:hover, .accountDetailsButtonGlyphDown:hover,
.redemptionConditionsButtonGlyphUp:hover, .redemptionConditionsButtonGlyphDown:hover {
  color: rgba(var(--primaryHeaderRGB), 0.8)
}

.toggleUserMenu {
  font-size: 1.5em;
}

.userMenuToggle, .userMenuToggled {
  color: var(--secondaryHeader);
}

.removeInvestment {
  /*font-size: 1.5em;*/
}

.viewTransIcon {
  width: 22px;
  height: 23px;
  vertical-align: middle;
  cursor: pointer;
}

.viewTransIconTable {
  width: 22px;
  height: 23px;
  vertical-align: middle;
  cursor: pointer;
}

.downloadFile, .helpIconStatic  {
  color: var(--primaryHeader);
}

.downloadFile:hover{
  color: var(--secondaryHeader);
}

.homeFAIcon {
  position: absolute;
  /*margin-left: -18px;*/
  /*margin-right: 5px;*/
  /*margin-top: 3px;*/
  /*margin: 3px 5px 0 -18px;*/
  top: 3px;
  left: -18px;
}

.investorDetailColumn {
  /*tile view*/
  padding-left: 5px;
}

.accountDetailsTable .investorDetailColumn {
  /*table view*/
  padding-left: 25px;
}

.entityTypeIcon {
  color: var(--tertiaryText);
}

.ui-datepicker-trigger{
  border:none;
  background:none;
}

.ui-datepicker-trigger:before {
  content: "\f333";  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: "Font Awesome 6 Pro";
  font: var(--fa-font-light);
  font-size: 20px;
}

/* Firefox: remove dotted lines on anchor tags */
a:focus {
  outline:none
}

[type="date"]::-webkit-inner-spin-button {
  display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

[type="date"]  {
  position:relative;
}

[type="date"]:before {
  content: "\f133";  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: "Font Awesome 6 Pro";
  position:absolute;
  right: 14px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: var(--tertiaryText);
}

.dropdown-menu {
  background-color: var(--background);
}




#video-fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#video-light {
  display: none;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 100vh;
  width: 90%;
  border: 2px solid #FFF;
  background: #000;
  z-index: 1002;
  overflow: visible;
}

#video-light video {
  width: 100%; /* Fill the available width */
  max-height: 90vh;
}

#video-boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.video-boxclose:before {
  content: "×";
}

#video-fade:hover ~ #boxclose {
  display:none;
}
