/*!
Theme Name: Len Reynolds Trust
Theme URI: http://underscores.me/
Author: F6
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lenreynoldstrust
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Len Reynolds Trust is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/****

My styling

****/



/* Reboot CSS */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  font-weight: 700; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding: 0; }

li {
  list-style-type: none; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #fff;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */

/** Universal **/


h1 {
  color: #fff;
  font-size: 3.75rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase; }

h2 {
  color: #2e2f35;
  font-size: 2.125rem; 
  margin-bottom: 3rem;
}

h3 {
  color: #343434;
  font-size: 1.3125rem;
  margin-top: 1rem;
  margin-bottom: 1.25rem; }

  div#about-content-2 h3 {
    margin-top: 0;
  }

h5 {
  color: #fff;
  margin-bottom: 1.25rem;
  font-weight: normal; }

h6{
  color:#fff;
  font-size: 1rem;
  font-weight:normal;
}  

.padding-topbtm-style-1-v{
  padding-top: 0.01 rem;
  padding-bottom: 3.75rem;
}

.padding-topbtm-style-1 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }

.padding-topbtm-style-2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.no-padding {
  padding: 0; }

.widget{
  margin:0;
}  

.textwidget p{
  margin-bottom:0;
}

/** Button styling **/
.btn-style-1 {
  margin-top: 2rem;
  min-width: 250px;
  border: 2px solid #197b30;
  text-transform: uppercase;
  color: #197b30;
  font-weight: 600; }

.btn-style-1:hover 
{
  background-color: #197b30; 
}

/** Header **/
.heading-top {
  background-color: #252525;
  color: #fff;
  padding: 0.75rem 0; }

.nav-social-media li {
  display: inline-block;
  padding: 0 0.625rem; }

.main-nav li {
  padding: 0 1.25rem; }

.navbar-expand-lg .navbar-nav .menu-item a{
  padding: 2.3rem 0;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  border-top: 6px solid transparent;
  color: #868686; }
  .navbar-expand-lg .navbar-nav .menu-item a:hover {
    color: #3ec6ff; 
    text-decoration:none;
  }

 .navbar-brand {
   padding: 1rem;
 }

.navbar-light .navbar-nav .active > a {
  border-top: 6px solid #3ec6ff!important;
  color: #3ec6ff!important; 
}

/** Home - Hero banner **/
.hero-banner {
  width: 100%; }


.hero-content {
  position: relative;
  height: 520px;
  color: #fff; }

.hero-heading, .hero-caption {
  font-weight: 700;
  position: absolute;
  right: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: right; }

.hero-heading {
  font-size: 4rem;
  bottom: 14%;
  text-transform: uppercase; }

.hero-caption {
  font-size: 1.125rem;
  bottom: 5%; }

/** Home - Counter **/
.container-full-style-1 {
  padding: 1.25rem 0;
  background-color: #007236; }

.counter-numbers {
  color: #fff;
  font-weight: 600;
  font-size: 3.5rem; }

.counter-heading {
  color: #fff;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase; }

 .counter-icon{
  width:40px;
 } 

/** Home - About section **/
.home-heading-s1 {
  margin-top: 0;
  line-height: 1;
  font-size: 1.5rem;
  text-transform: uppercase; }

/** Home - Closing Date for application **/
.container-full-style-2 {
  padding: 2rem 0;
  background-color: #83b6c9; }

.txt-head-style-light {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.75rem; }

.txt-para-style-light {
  color: #fff; }



.application-date {
  text-align: center; 
  /* margin: 1rem 0 0.5rem; */
}

  .application-date li {
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 0 1.25rem;
    vertical-align: middle;
    line-height: 1; }
    .application-date li span {
      display: block;
      font-size: 1rem;
      text-transform: uppercase;
      line-height: 1.2rem; }

/** Home- Newsletter Signup **/
.heading-signup {
  font-size: 2.25rem;
  text-transform: uppercase; }

/** Generic page - universal styling **/
.bg-banner-2 {
  background: url("../lenreynoldstrust/assets/images/banner-inner.jpg") center center no-repeat;
  background-size: cover; }

.hero-content-inner {
  width: 100%;
  height: 310px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center; }

.inner-page-content-s1 {
  justify-content: center;
  text-align: center; }
  .inner-page-content-s1 p {
    color: #979dac; }

/** About page styling **/
.inner-page-content-s2 {
  text-align: center; }
  .inner-page-content-s2::after {
    width: 130px;
    height: 2px;
    background: #acacac;
    content: '';
    margin: 2.5rem auto;
    display: block; }

#about-content-2 li {
	list-style-type: initial;
}

#about-content-2 ul {
	margin-bottom: 1rem;
	margin-left: 2rem;
}

#about-content-2 a {
  color: #3EC6FF;
}

/** About page - our history **/
.bg-history-layer1 {
  width: 100%;
  height: 250px;
  background: url("../lenreynoldstrust/assets/images/bg-our-history.png") center bottom repeat-x; }

.bg-history-layer2 {
  width: 100%;
  padding: 0.5rem 0 2.5rem;
  background: #e4e4e4; }

/** About page - our people **/
.box-people {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem; }

.box-people:hover{
	cursor: pointer;
}

.box-people-hover {
  width: 100%;
  height: 360px;
  background-color: #73b5d3;
  position: relative;
  z-index: 3;
  display: none; 
/*  overflow-y: scroll;*/
}

.box-people-details {
  width: 100%;
  padding: 0.75rem 5%;
  background-color: rgba(134, 134, 134, 0.8);
  position: absolute;
  z-index: 1;
  bottom: 0;
  color: #fff;
  height: 95px;
  overflow: hidden; }

.box-people-details-hover {
  width: 90%;
  margin: 0.55rem 5%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  color: #fff;
  height: 95%;
  overflow-y: scroll}

.box-people-details-hover p {
	height: 100%;
	margin-bottom: 0;}

::-webkit-scrollbar {
display: none;}

.box-people-headshot {
  width: 100%; }

.people-name {
  font-size: 1rem;
  margin-bottom: 0.25rem; }

.people-designation {
  margin-bottom: 0; }

.people-caption{
  bottom:0;
  position:absolute;
}  

/** About page -history timeline **/
.timeline{
  width:100%;
  position:relative;

}

/* .timeline::before{
  position:absolute;
  width:16px;
  height:16px;
  background-color:#67a2bd;
  border:2px solid #155d34;
  border-radius:50%;
  z-index:1;
  content:'';
  right:calc(50% - 8px);
  top:-5px;
} */

.timeline::after{
  content:'';
  background-color:#155d34;
  width:2px;
  position:absolute;
  left:calc(50% - 1px);
  top:33px;
  bottom:70px;
}

.box-timeline{
  width:100%;
  padding:0.75rem 0;
  position:relative;
  margin-bottom:1rem;
}

.box-timeline h4 {
  margin: 0;
}

.box-timeline:first-child{
  top:10px;
}

.box-timeline::after{
  position:absolute;
  width:16px;
  height:16px;
  background-color:#67a2bd;
  border:2px solid #155d34;
  border-radius:50%;
  z-index:1;
  content:'';
  right:calc(50% - 8px);
  top:18px;
}

.box-timeline:last-child::after{
  top:18px;
}

.timeline-heading, .timeline-caption {
  width:50%;
  padding:0 4%;
  vertical-align: top;
}

.timeline-heading{
  float:left;
  text-align: right;
}

.timeline-caption{
  float:right;
  text-align:left;
}

.timeline-caption p{
  margin-bottom:0;
}

.box-timeline:nth-child(even) .timeline-heading{
  float:right;
  text-align: left;
}

.box-timeline:nth-child(even) .timeline-caption{
  float:left;
  text-align:right;
}


/** Inner page - Stories section **/
.box-stories {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative; }

.box-stories-hover-outer {
  background-color: #73b5d3;
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: absolute;
  display: none; }

.box-stories-hover-outer a:hover{
  text-decoration: none;
}  

.box-stories-hover-inner {
  width: 90%;
  height: 240px;
  overflow: hidden;
  padding: 5% 10%;
  border: 2px solid #fff;
  margin: 5% auto;
  color: #fff;
  text-align: center; }

.stories-read-more {
  text-transform: uppercase;
  font-weight: bold; }

/** Inner page - Apply Now - Step by step box styling **/
.box-step {
  height: 350px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%; }

.step-bg-1 {
  background-color: #007236; }

.step-bg-2 {
  background-color: #95c06a; }

.step-bg-3 {
  background-color: #73b5d3; }

.box-step-arrow-1, .box-step-arrow-2 {
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1; }

.box-step-arrow-1 {
  right: -20px; }

.box-step-arrow-2 {
  left: -20px; }

.txt-link{
  color: #007bff;
}

.txt-link:hover{
  color: #007bff;
  text-decoration: underline;
}

/** Contact Form **/
#wpcf7-f111-o1 .wpcf7-text, .wpcf7-form .wpcf7-textarea{
  width:500px;
  border-radius:6px;
  border:1px solid #ccc;
  padding:0.5rem 1rem;
}

#wpcf7-f111-o1 .wpcf7-submit{
  width:70%;
  background-color: #3ec6ff;
  border:none;
  padding:0.5rem 0;
  color:#fff;
  border-radius:6px;
}

/** Newsletter Form **/
#wpcf7-f113-o1 .wpcf7-text{
  width:500px;
  border:none;
  border-bottom:1px solid #333;
  padding:0.5rem 0.75rem;
}

#wpcf7-f113-o1 .wpcf7-submit{
  width: 100%;
  border: 2px solid #197b30;
  text-transform: uppercase;
  color: #197b30;
  font-weight: 600; 
  background:white;
  padding:0.5rem 0.75rem;
}

#wpcf7-f113-o1 .wpcf7-submit:hover{
  background-color: #197b30; 
  color:#fff;
}


/** Footer **/
.footer-container {
  padding: 1.75rem 0;
  width: 100%;
  background-color: #252525; }

.footer-container p {
  margin: 2rem 0 1rem;
}

.footer-container span {
  line-height: 24px;
}

.footer-container a {
  color: #fff;
  text-decoration: none;
}

.footer-container img.fb-logo {
  margin-right: 0.5rem;
}

.footer-container a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-nav {
  margin-bottom: 1.75rem; }
  .footer-nav li {
    padding: 0.25rem 0; }

.copyright{
  color:#fff;
  font-size:0.75rem;
}


@media (max-width: 575px) {

  /** Universal **/
  .margin-btm-sm-1 {
    margin-bottom: 2.5rem; }

  /** Header **/
  .navbar-brand {
    width: 60%;
    margin: 0.5rem 0; 
  }

  .nav-social-media li {
    padding: 0 0.45rem; 
  }

  /** Main nav **/
  .navbar-expand-lg .navbar-nav .menu-item a {
    padding: 0.75rem 0!important; 
  }

  .navbar-nav{
    margin-top:1rem;
  }

  .main-nav li{
    padding:1rem 1.25rem;
  }

   .navbar-light .navbar-nav .active > a{
    border:none!important;
  }  

  /** Home - hero banner **/
  .hero-heading {
    font-size: 3rem;
    bottom: 25%; }
  .hero-caption {
    font-size: 1.125rem;
    bottom: 5%; }

  /** Home - closing date **/
  .application-date li {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }

  /** Inner page - Apply Now - Step by step box styling **/
  .box-step-arrow-1, .box-step-arrow-2 {
    display: none; } 

  /** About us - history timeline **/
  .timeline::before{
    left:-7px;
  }

  .timeline::after{
    left:0;
  }

  .box-timeline{
    padding:1rem 0;
    margin-bottom:0;
    margin-left:18px;
  }

  .box-timeline::after{
    right:0;
    left:-25px;
    top:50%;
  }

  .timeline-heading, .timeline-caption{
    width:100%;
    text-align: left;
    left:0;
  }

  .box-timeline:nth-child(even) .timeline-caption{
    text-align:left;
  }

  /** Form **/
  #wpcf7-f111-o1 .wpcf7-text, #wpcf7-f111-o1 .wpcf7-textarea, #wpcf7-f111-o1 .wpcf7-submit{
    width:100%;
  }

  /** Newsletter Form **/
  #wpcf7-f113-o1 .wpcf7-text{
    width:100%;
  }


}


@media (min-width: 768px) and (max-width: 991px) {
  /** Universal **/
  .margin-btm-md-1 {
    margin-bottom: 2.5rem; }
  /** Main nav **/
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.75rem 0; } 

    /** Main nav **/
  .navbar-expand-lg .navbar-nav .menu-item a {
    padding: 0.75rem 0!important; 
  }

  .navbar-nav{
    margin-top:1rem;
  }

  .main-nav li{
    padding:1rem 1.25rem;
  }

   .navbar-light .navbar-nav .active > a{
      border:none!important;
    } 

  .box-timeline::after{
      right:48.4%;
  }

   /** Form **/
  #wpcf7-f111-o1 .wpcf7-submit{
    width:50%;
  }

  /** Newsletter Form **/
  #wpcf7-f113-o1 .wpcf7-text{
    width:680px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  /** About page - our people **/
  .box-people {
    height: 300px; 
  }

  .box-people-details {
    height: 90px; } 

   .box-timeline::after{
      right:48.6%;
  }

   /** Form **/
  #wpcf7-f111-o1 .wpcf7-text, #wpcf7-f111-o1 .wpcf7-textarea{
    width:420px;
  }

  /** Newsletter Form **/
  #wpcf7-f113-o1 .wpcf7-text{
    width:400px;
  }


}
