@font-face {
    font-family: 'Freestyle Script Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Freestyle Script Regular'), url('/wp-content/themes/neve/FREESCPT.woff') format('woff');
}

.wp-block-button .wp-block-button__link {
    border-color: #333;
    background-color: #333;
}

#content { 
    position: relative;
    height: 100vh;
    padding-top: 70px;
}

footer{
    display:none;
}
.fscreen #content{
    padding-top: 0;
}

.about-main h1 {
    text-align: center;
    text-transform: lowercase;
    font-size: 4em!important;
    font-weight: bold;
    margin-bottom: 0;
}

#content .assessment-duration {
    position: absolute;
    bottom: 100px;
    right: 100px;
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
}



/* Common */

.assessment-main .entry-header,
.project-experiences-main .entry-header, 
.methodologies-main .entry-header,
.development-programmes-main .entry-header {
    margin-bottom: 3em;
}
.assessment-main h1,
.project-experiences-main h1,
.methodologies-main h1,
.development-programmes-main h1 {
    text-align: center;
    text-transform: lowercase;
    font-size: 4em!important;
    font-weight: bold;
    margin-bottom: 0;
}

.development-programmes .entry-header,
.assessment .entry-header,
.project-experiences .entry-header {
    margin-bottom: 0;
}
.development-programmes h1,
.assessment h1,
.project-experiences h1 {
    color: #003366;
    text-align: center;
    text-transform: uppercase;
    font-size: 4em!important;
    font-weight: bold;
    margin-bottom: 0;
}
.development-programmes h2,
.assessment h2,
.project-experiences h2 {
    font-family:'Freestyle Script Regular';	
    color: #003366;
    text-align: center;
    font-size: 3.5rem;
    font-weight: normal;
}

.development-programmes .wp-block-group,
.assessment .wp-block-group,
.project-experiences .wp-block-group {
    color: #fff;
    background: rgba(0,51,102,0.7);
    padding: 10px;
    margin-bottom: 10px;
}
.development-programmes .wp-block-group h3,
.assessment .wp-block-group h3,
.project-experiences .wp-block-group h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.development-programmes .wp-block-group p,
.assessment .wp-block-group p,
.project-experiences .wp-block-group p {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}
.development-programmes .wp-block-group ul,
.assessment .wp-block-group ul,
.project-experiences .wp-block-group ul {
	list-style: none; 
}
.development-programmes .wp-block-group ul li,
.assessment .wp-block-group ul li,
.project-experiences .wp-block-group ul li {
	font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.development-programmes .wp-block-group ul li::before,
.assessment .wp-block-group ul li::before,
.project-experiences .wp-block-group ul li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f14a";	
	color: #fff; 
    width: 1.5em;
	display: inline-block;
    margin-left: -1.5rem;
}

/* Methodologies - Development Programmes */

.methodologies-main .wp-block-column ul {
    list-style: none; /* Remove default bullets */
    padding-left: 100px;
}
.methodologies-main .wp-block-column ul li {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}  
.methodologies-main .wp-block-column ul li a {
	color: #333;
}  
.methodologies-main .wp-block-column ul li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0c8";	
	color: #cc9900; 
	font-weight: bold; 
	display: inline-block; 
	width: 1.5em; 
	margin-left: -1.5em;
}

/* Methodologies - Development Programmes */

.development-programmes-main .wp-block-column h5 {
    font-weight: bold;
    color: #cc9900;
}

ul.development-list li {
    margin:0 0 10px 0;
}

ul.development-list li h5 {
    margin:0;
    font-size: 1.0rem;
}

ul.development-list li p {
    margin:0;
    font-style: italic;
    line-height: 1.0rem;
}


/* Methodologies - Assessment Tools */

.assessment-main .wp-block-column h5 {
    font-weight: bold;
    color: #cc9900;
}
.assessment-main h5.offset1 {
    margin-top: 100px;
}
.assessment-main h5.offset2 {
    margin-top: 0px;
}
.assessment-main h5.offset3 {
    margin-top: 50px;
}
.assessment-main h5.offset4 {
    margin-top: 200px;
}

/* Project Experiences */

.project-experiences-main .wp-block-column ul {
	list-style: none; /* Remove default bullets */
}
.project-experiences-main .wp-block-column ul li {
	margin-bottom: 1.5em;
	font-size: 1.5em;
}  
.project-experiences-main .wp-block-column ul li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0c8";	
	color: #cc9900; 
	font-weight: bold; 
	display: inline-block;
	width: 1.5em; 
	margin-left: -1.5em; 
}

.experience-slider {
    border: 1px solid #cc9900;
    border-radius: 200px;
    background-color: #fff;
}


/* Contact Us */

.contact h1 {
    font-family:'Freestyle Script Regular';	
    color: #cc9900;
    font-size: 6em!important;
    font-weight: normal;
}
.contact .address {
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #333;
    padding: 10px;
    margin-bottom: 1em;
}
.contact-form input,
.contact-form textarea {
    background-color: rgba(255,255,255,0.8)!important;
    border: 1px solid #333!important;
    max-width: 100%!important;
}
.contact-form .wpforms-description {
    background-color: rgba(255,255,255,0.8)!important;
    border: 1px solid #333!important;
    padding: 6px 10px!important;
    font-weight: bold;
}

/* EAR Exclusive */

.ear-faq ul.links,
.ear-product ul.links,
.ear-tutorial ul.links {
	list-style: none; /* Remove default bullets */
}
.ear-faq ul.links li,
.ear-product ul.links li,
.ear-tutorial ul.links li {
    font-size: 1.7em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.5em;
}
.ear-faq ul.links li a,
.ear-product ul.links li a,
.ear-tutorial ul.links li a {
    color: #fff;
}
.ear-faq ul.links li::before,
.ear-product ul.links li::before,
.ear-tutorial ul.links li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0c8";	
	color: #fff; /* Change the color */
	display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1.5em; /* Also needed for space (tweak if needed) */
    margin-left: -1.5em;
}

/* EAR Home  */
.ear-home h1 {
    color: #003366;
    font-size: 4em!important;
    font-weight: bold;
    text-align: center;
    text-shadow: -1px -1px 0px rgba(37,151,209,0.8), 1px 1px 0px rgba(4,50,73,0.8);
    padding: 50px 50px 400px;
}
.ear-home .wp-block-buttons {
    text-align: right;
}
.ear-home .wp-block-button__link{
    border-radius: 20px;
}
/* EAR About  */

/* EAR Purchase  */

.ear-purchase h1 {
    color: #003366;
    font-size: 4em!important;
    text-transform: uppercase;
    font-weight: bold;
}
.ear-purchase ul.links {
    list-style: none; /* Remove default bullets */
}
.ear-purchase ul.links li {
    font-size: 1.4em;
    margin-bottom: 0.25em;
}
.ear-purchase ul.links li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f14a";	
	color: #333; /* Change the color */
	display: inline-block; /* Needed to add space between the bullet and the text */
    width: 2rem; /* Also needed for space (tweak if needed) */
    margin-left: -2rem;
}
.ear-purchase .block-heading {
    text-align: center;
	color: #fff;
	background: #055b84;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    font-family: sans-serif;
    box-shadow:
        inset 0 0 2px 0 rgba(87, 73, 73, 0.4),
        inset 0 0 3px 0 rgba(0,0,0,.4),
        inset 0 0 3px 5px rgba(0,0,0,.05),
        2px 2px 4px 0 rgba(0,0,0,.25);
    padding: 1em;
}
.ear-purchase .block-heading a{
    color: #fff;
}
.ear-purchase h3{
    text-align: center;
	color: #055b84;
}
/* EAR Registration */
.ear-registration {
    background-color: #4d94b8!important;
    color:#fff;
}
.ear-registration h1 {
    color: #fff;
    background: #055b84;
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    box-shadow:
    inset 0 0 2px 0 rgba(255,255,255,.4),
    inset 0 0 3px 0 rgba(0,0,0,.4),
    inset 0 0 3px 5px rgba(0,0,0,.05),
    2px 2px 4px 0 rgba(0,0,0,.25);
}
.ear-registration .registration div {
    background: #edf4f8;
    padding: 0.5em;
    margin-bottom: 1em;
    border: 1px solid #000;
}
.ear-registration .registration div label {
    display: inline-block;
    color:#003366;
    font-weight: bold;
    width: 20%;    
}
.ear-registration .registration div input {
    display: inline-block; 
    width: 75%;  
    border: none;
    background: none; 
}
.ear-registration .registration input[type=submit]{
    float: right;
    clear: both;
    padding: 1.5em!important;
    background-color: #055b84!important;
    box-shadow:
    inset 0 0 2px 0 rgba(255,255,255,.4),
    inset 0 0 3px 0 rgba(0,0,0,.4),
    inset 0 0 3px 5px rgba(0,0,0,.05),
    2px 2px 4px 0 rgba(0,0,0,.25);
    border-radius: 2em!important;
}


/* EAR FAQ  */
.ear-faq {
    background-color: #4d94b8!important;
    color:#fff;
}
.ear-faq .entry-header{
    margin-top: 2em;
}
.ear-faq h1 {
    color: #fff;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: bold;
}
.ear-faq .block-heading {
	text-align: center;
	color: #fff;
	background: #055b84;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    font-family: sans-serif;
    box-shadow:
        inset 0 0 2px 0 rgba(87, 73, 73, 0.4),
        inset 0 0 3px 0 rgba(0,0,0,.4),
        inset 0 0 3px 5px rgba(0,0,0,.05),
        2px 2px 4px 0 rgba(0,0,0,.25);
    padding: 1em;
}
.ear-faq h2 {
    color: #fff;
    font-size: 4em;
    text-align: center;
}
.ear-faq h3 {
    color: #055b84;
    font-size: 3em;
    text-align: center;
}
.ear-faq-box {
    padding: 20px;
    background-color: #edf4f8;
    border: 1px solid #055b84;
    color: #055b84;
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px #333;
    min-height: 750px;
}
.ear-faq-box h6 {
    font-weight: bold;
    color: #055b84;
}
.ear-faq-box ul {
    margin-bottom: 20px;
}


/* EAR Product  */

.ear-product {
    background-color: #4d94b8!important;
    color:#fff;
}
.ear-product .entry-header{
    margin-top: 2em;
}
.ear-product h1 {
    color: #fff;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: bold;
}

/* EAR Tutorial  */

.ear-tutorial {
    background-color: #4d94b8!important;
    color:#fff;
}
.ear-tutorial .entry-header{
    margin-top: 2em;
}
.ear-tutorial h1 {
    color: #fff;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: bold;
}


/* EAR Contact  */
.ear-contact h1 {
    font-family:'Freestyle Script Regular';	
    color:#003366;
	text-shadow: -1px -1px 0px rgba(37,151,209,0.8), 1px 1px 0px rgba(4,50,73,0.8);
    font-size: 8em!important;
    font-weight: normal;
}
.ear-contact .address {
    background-color: rgba(255,255,255,0.8);
    border: 1px solid #333;
    padding: 10px;
    margin-bottom: 1em;
}
.ear-contact .address h5 {
    margin: 0;
}
.ear-contact .wpforms-field-label {
    color: #fff;
}
.ear-form input,
.ear-form textarea {
    background-color: rgba(255,255,255,0.8)!important;
    border: 1px solid #333!important;
    max-width: 100%!important;
}
.ear-form .wpforms-description {
    background-color: rgba(255,255,255,0.8)!important;
    border: 1px solid #333!important;
    padding: 6px 10px!important;
    font-weight: bold;
}

/* Navigation Changes */
.ear-home .main-header-menu .menu-link,
.ear-contact .main-header-menu .menu-link,
.ear-faq .main-header-menu .menu-link,
.ear-registration .main-header-menu .menu-link,
.ear-product .main-header-menu .menu-link,
.ear-tutorial .main-header-menu .menu-link {
    color: #fff;
}
.ear-home .main-header-menu .current-menu-item a,
.ear-contact .main-header-menu .current-menu-item a,
.ear-faq .main-header-menu .current-menu-item a,
.ear-registration .main-header-menu .current-menu-item a,
.ear-product .main-header-menu .current-menu-item a,
.ear-tutorial .main-header-menu .current-menu-item a {
    color: #cc9900;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}