:root {
    color: #FF6617;
    color: #000;
    color: #707070;
    color: #00000029;
}

body {
    margin: 0;
	padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #000;
}

img {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
    font-weight: 700;
}

.h3, h3 {
    font-size: 1.75rem!important;
}

p, li, a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

strong {
    font-weight: 900;
}

ul {
	padding-left: 20px;
}

a:hover, a:focus {
	border-bottom: 0;
	text-decoration: none;
    color: inherit;
}

i {
    vertical-align: middle;
}

.orange-txt {
    color: #FF6617!important;
}

.sml-grey-txt {
    color: #7A7A7A!important;
    font-size: 13px;
}

.border-bottom  {
    border-bottom: 1px solid #707070!important;
}

.border-top  {
    border-top: 1px solid #707070!important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary {
	background-color: #FF6617;
	border: 1px solid #FF6617;
	border-radius: 5px;
	padding: 10px 30px;
	font-size: 15px;
	color: #fff!important;
	font-weight: 300;
	min-width: 180px;
	width: auto;
}

.btn-primary:hover {
	background-color: #FF6617;
	border: 1px solid #FF6617;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #FF6617!important;
    border-color: #FF6617!important;
    box-shadow: none;
}

.btn-primary.wht {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px 30px;
	font-size: 15px;
	color: #FF6617!important;
	font-weight: 400;
	min-width: 180px;
	width: auto;
}

.btn-primary.wht:hover {
	background-color: #fff;
	border: 1px solid #fff;
}

.btn-primary.wht.focus, .btn-primary.wht:focus {
    color: #FF6617;
    background-color: #fff!important;
    border-color: #fff!important;
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary:disabled:hover {
    color: #fff;
    background-color: #0000005E;
    border-color: transparent;
}

.btn-primary:disabled:hover {
    color: #fff;
    background-color: #707070;
    border-color: transparent;
}

button:focus {
    outline: none;
    outline: none;
}

.card-img-overlay {
    position: absolute;
    top: 55%;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 20px 0;
    text-align: center;
}

.card-img-overlay i {
    color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
}

.overlay-right {
    text-align: right;
    top: 25%;
    right: 10%;
}

.logo img {
    width: 100%;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 0;
    padding-left: 50px;
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
    color: #000;
    font-weight: 400;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active  {
    border-bottom: 1px solid #FF6617;
}

.header {
    background-color: #fff;
}

.header-social {
    text-align: right;
    float: right;
}

.header-social i {
    font-size: 25px;
}

/* Home */
.home-header {
    background-image: url('/images/home/homeheader.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10% 0;
    background-attachment: fixed;
}

.home-about {
    padding: 5% 0;
}

.year-comp {
    padding: 5% 0;
    background-color: #000;
}

/* Programme pages */
.page-header {
    background-image: url('/images/main-header-image.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.page-header .row {
    height: 130px;
    align-items: center;
    align-self: center;
}

.programme-body {
    padding: 5% 0;
}

.programme-body a {
    color: #000;
}

/* About */
.about-tabs .nav-tabs .nav-item.show .nav-link, .about-tabs .nav-tabs .nav-link.active {
    color: #fff;
    font-weight: 300;
    min-width: 180px;
    background-color: #fff;
    border: 1px solid #FF6617;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    color: #FF6617;
    font-weight: 700;
    min-width: 180px;
    width: auto;
    line-height: 30px;
}

.about-tabs .nav-tabs {
    border-bottom: 0;
}

.about-tabs .nav-tabs .nav-link {
    color: #707070;
    font-weight: 300;
    min-width: 180px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    min-width: 180px;
    width: auto;
    line-height: 30px;
    text-align: center;
}

.about-tabs a {
    color: #000;
}

li::marker {
    color: #FF6617;
    font-size: 23px;
}

.about-tabs .enter-img {
    background-position: center; 
    background-size: cover; 
    height: 400px;
}

.tab-content #prizes img {
    width: 100%;
    height: auto;
    float: right;
    margin-bottom: 20px;
}

/* Blogs */
.blogs .card-img-overlay, .recent-blogs .card-img-overlay {
    position: absolute;
    top: 16%;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 20px 0;
    text-align: center;
}

.blog-content img {
    max-width: 60%;
    margin: 10px;
}

/* .blogs .card-title {
    min-height: 50px;
} */

/* .blogs .card-body, .recent-blogs .card-body {
    position: relative;
    min-height: 230px;
}

.blogs .card-body .btn-primary, .recent-blogs .card-body .btn-primary {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
} */

/* Contact */
.contact-details i {
    background-color: #FF6617;
    color: #fff;
    padding: 5px;
    border-radius: 100%;
    font-size: 8px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}

.contact a {
    color: #000;
}

.facebook-icon {
    color: #FF6617;
    font-size: 30px;
}

/* Entry forms */
.file-upload {
    height: 250px;
    text-align: center;
    background-color: #E8E8E8;
    border-radius: 5px;
    border: 1px solid #707070;
}

.file-upload p {
    font-size: 18px;
}

.entry-confirmation  a {
    color: #000;
    border-bottom: 1px solid #707070;
}

/* Form */
.close-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #FF6617;
    font-size: 14px;
}

.pdf-icon {
    font-size: 60px;
    color: #707070;
}

.form-group .card {
    background-color: #E8E8E8;
    border: 1px solid #9F9F9F;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000;
    font-weight: 400;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3D3D3D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9F9F9F;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
    height: 180px;
}

.form-control:focus {
    color: #3D3D3D;
    background-color: #fff;
    border-color: #3D3D3D;
	border: 1px solid #3D3D3D;
    outline: 0;
    box-shadow:none;
}

.custom-select {
    display: block;
    /* width: 70%; */
    height: auto;
    padding: 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3D3D3D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9F9F9F;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url('/images/angle-down-light.png') 97% / 15px 8px no-repeat;
    background-color: #fff;
}

input:focus, textarea:focus, select:focus, .custom-control-input {
	outline: none;
    box-shadow: none;
}

.custom-control-label.popi-checkbox {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 14px;
}

.custom-control-label::before {
    position: absolute;
    top: 5px;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
}

.custom-control-label::after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: none;
    background-image: none!important;
}

.custom-control-input:checked~.custom-control-label::before, .contact-form .custom-control-input:checked~.custom-control-label::before, .list-residential-property-form .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: #FF6617;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: transparent;
    border: #adb5bd solid 1px;
}

.error, .error2 {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output, .output2 {
	margin-top: 15px;
	padding: 10px;
	background-color: #25da68;
	color: #fff;
	display: none;
}

#participants-email2, #participants-email3, #teacher-email3, #email2 {
	display: none;
}

/* Bootstrap Notify */
[data-notify="container"][class*="alert-pastel-"] {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-left: 15px solid #6FC152;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
  }
  
  [data-notify="container"].alert-pastel-info {
    border-left-color: #6FC152;
  }
  
  [data-notify="container"].alert-pastel-danger {
    border-left-color: #F2493B;
  }
  
  [data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
    color: #333;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  [data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
    font-weight: 400;
  }

  .dz-clickable {
    background-color: #E8E8E8!important;
    border-radius: 5px!important;
    border: 1px solid #707070!important;
  }

  .uploadedPdfs {
      padding-left: 0;
      padding-right: 0;
  }

  .dropzone2 {
    min-height: 150px;
    border: 2px solid rgba(0,0,0,0.3);
    background: white;
    padding: 50px 20px
  }

.dropzone2 .dz-message {
    text-align:center;
}

/* footer */

footer {
    background-color: #000;
    color: #fff;
    padding: 3% 0;
}