/*!

 */



  
 .bg-light-grey {
  background-color: #EFEFEF; }   
   
  
.bg-blue {
  background-color: #2872bd; }  
  
 .bg-white {
  background-color: #ffffff; }   
   
.text-white {
  color: #FFFFFF !important; }
  
 .text-black {
  color: #000000 !important; }   
  
  .text-grey {
  color: #343837 !important; }
  
   .text-blue {
  color: #2872bd !important; }

   .text-rp_red {
  color: #ff0000 !important; }
  
  .text-rp_blue {
  color: #282395 !important; }
  
 .main-text {
 font-size: 14px; }
  
  

      @media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.menu-bg {
  background: linear-gradient(to right, #FFB03A, #FFCD51, #FFF4C5);
}

.border-grey {
  border-color: #FFB03A !important;
  border-width:3px !important;
}

.border-images {
  border-width:4px !important;
}


.headings {
	
	border-radius:15px;
	background-color:#2872bd;
	height:25;
	color:#FFFFFF;
	font-size: 14px;
}

.sponsortxt {
	
	color:#000000;
	font-size: 13px;

.diary {
	
	
	
	height:25;
	color:#000000;
	font-size: 14px;
}

.p-width {
  width: 50%;
  
}


.btn-submit-g {
  color: #FFFFFF;
  background-color: #2872bd;
  border-color: #2872bd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #2872bd;
    border-color: #2872bd; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(79, 112, 206, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #2872bd;
    border-color: #2872bd; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2872bd;
    border-color: #2872bd; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(79, 112, 206, 0.5); }

