div.divPageScroller{
	overflow: hidden;
	opacity: 0;
}

          /* ONLY USE IF YOU KNOW CSS - Replace hexadecimal color code for button properties */
          html a.orange-btn-hover {
            background-color: #003366 !important;
            color: #ffffff !important;
			
          }
          html a.orange-btn-hover:hover {
              background-color: rgba(0, 102, 0, .9)  !important;
              border-color: rgba(0, 102, 0, .9)  !important;
			  
          }
          html span.orange-btn-hover {
            background-color: #003366 !important;
            color: #ffffff !important;
          }

          /* ONLY USE IF YOU KNOW CSS - Replace hexadecimal color code for vacancy title properties */
          html a.orange-link-wrapper .orange-vacancy-title {
            color: #003366 !important;
          }

          /* ONLY USE IF YOU KNOW CSS - Replace hexadecimal color code for icon properties */
          html a.orange-link-wrapper .orange-vacancy-icon {
            color: #003366 !important;
          }

          /* ONLY USE IF YOU KNOW CSS - Replace hexadecimal color code for miles / distance text properties */
          html .orange-vacancy-link {
            color: #003366 !important;
          }

          /* ONLY USE IF YOU KNOW CSS - Replace hexadecimal color code for talent pool more text background properties */
          html .orange-vacancy-div-bg {
            background-color: #003366 !important;
          }
     