/* HEADINGS */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "UnileverShillingMedium", Arial, sans-serif;
  	color: #1f35c5;
}

/* PARAGRAPHS */
p, span {
  	font-family: "UnileverShilling", Arial, sans-serif;
    font-weight: 400;
  	font-size: 16px;
  	color: #73706e;
}


/* MENU */
.nav-bar {
    border-bottom: 0px solid #005eef;
    background: #ffffff;
    height: 105px;
    max-height: 105px;
    line-height: 103px;
    background-color: #005eef;
}

.menu li a {
  	font-family: 'UnileverShillingMedium', Arial, sans-serif;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
}

.menu li a:hover {
    opacity: 0.7 !important;
  	color: #fff;
}

.sub {
    font-size: 12px;
    font-family: 'Arial', sans-serif;
}

/* BUTTON */
.btn {
    font-family: 'UnileverShillingMedium', Arial, sans-serif;
    border: 2px solid #47b475;
    padding: 0 26px;
    height: 50px;
    min-width: 200px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Input Button */
input[type="submit"], button[type="submit"] {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

/* REGISTRATION SECTION */
h5.uppercase {
    font-family: 'UnileverShillingMedium', Arial, sans-serif;
  	font-size: 16px;
  	color: #005eef;
}

/*
.pricing-table select {
	visibility: hidden;
  	height: 0;
  	margin-bottom: 0;
}*/

/* SECTION */
section {
    padding: 90px 0;
}

/* Location */
.address-block {
  	margin-bottom: 5px!important;
}

.btn-organiser {
  margin-top: 20px;
}

.btn-organiser:hover {
  color: #3399cc!important;
}

/* FOOTER */
.fade-half {
    font-size: 12px;
}


/* STYLES TO STOP FLOATING FOOTER */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/* STYLES STOP */


.pricing-table .price {
    font-size: 60px;

}

.logo {
    max-height: 150%;
}

/*
.btn-lg {
    margin-left: 250px;
    margin-top: -100px;
}
*/

.overlay:before {
    background: #ffffff;
    opacity: 0;
}

.image-bg .btn.btn-filled, .image-bg .btn-filled:visited {
    border-color: #1F36C7;
}

.btn:visited {
  	background: #1F36C7!important;
    color: #fff;
}

.btn-filled {
    background: #1F36C7;
    color: #fff;
}


.btn-white:visited, .btn:visited:hover {
    color: #1F36C7!important;
  	background: #fff!important;
}

.btn {
    border: 2px solid #1F36C7;
  	background: #1F36C7;
  	color: #fff;
}

.btn-lg-reg {
    height: 50px;
    line-height: 46px;
    min-width: 200px;
}

input[type="submit"], button[type="submit"] {
    border: 2px solid #1F36C7;
    background: #1F36C7;
}

.btn:hover {
    background: #fff;
    color: #1F36C7;
}

.btn-white:hover, .image-bg .btn:hover, .image-bg .btn:visited:hover {
    background: #fff;
    color: #1F36C7;
}

.bg-dark {
    background: #005eef;
}

a {
    color: #0d179a;
}

a:hover {
    color: #75cec7;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 740px) {
/*.btn-lg {
    margin-left: 75px;
    margin-top: -100px;
} */
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

@media (max-width: 767px){
p {
    font-size: 16px;
}
  }

@media (max-width: 767px){
.nav-bar {
    height: 85px;
    max-height: 85px;
    line-height: 83px;
}
  }

@media (max-width: 767px){
  footer {
   margin-top: 100px;
}
}


@media (max-width: 990px){
.module.widget-handle {
    border-top: 0px solid #ccc;
  	color: #ffffff!important;
}
  }

@media (max-width: 990px) {
    .module.widget-handle {
        border-left: none;
        border-top: 0px solid #ccc;
        line-height: 100px;
        min-height: 100px;
    }
}

@media (max-width: 990px) {
    .mobile-toggle {
        border-left: 0px solid #ccc !important;
        border-bottom: none !important;
    }
}

/* Form */
.panel-heading {
    background-color: #f2f2f2;
}

.survey-header-label {
  	font-size: 20px;
}