@charset "UTF-8";

/*!
Theme Name: Neville Wright New
Theme URI: http://Nevillewright.com
Description: Bespoke Theme for Neville Wright
Author: Neville Wright
Author URI: http://Nevillewright.com
Version: 1.0
License: Public domain
License URI: http://unlicense.org/
Tags: white
*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Open+Sans:300,400,700);
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* Share Button */
.share-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.share-button {
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}

.share-button.facebook {
    background-color: #3b5998;
}

.share-button.twitter {
    background-color: #1da1f2;
}

.share-button.linkedin {
    background-color: #0077b5;
}

.share-button.email {
    background-color: #ff6f61;
}


/* Charities */

.charities-back {
  position: relative;
  padding: 2px 6px 4px 6px;
  background-color: #dddddd;
   border-top: 2px solid #C9C9C9;
  margin-bottom: 25px;
}
.charities {
  margin-left: 10px;
  text-align: justify;
  padding-right: 15px;
}
.charities img {
  float: left;
  height: auto;
  max-width: 400px;
  width: 100%;
  margin-right: 10px;
}
.charities .des {
  display: block;
  text-align: justify;
  margin-left: 20px;
}

.charities-back::after {
  content: "";
  display: block;
  clear: both;
  height: 55px;
}

/* Title with Video Header... */


.banner {
  position:relative;
  padding-top:60px;
  display:-ms-grid;
  display:grid;
  -ms-grid-columns: 1fr 0.25fr 0.50fr;
  grid-template-columns: 1fr 0.25fr 0.30fr;
  position:relative;
  box-shadow: 0 0.5vw #25719c, 0 1vw #bce9e5;
}

.banner-shape , .banner-text {
  -ms-grid-column:1;
  -ms-grid-column-span:2;
  grid-column:1/3;
  grid-row:1/-1;
}
.banner-shape {
  background:#01527b;
  background: url(https://nevillewright.com/wp-content/themes/theme_wp_nevillewright-New-2022/images/hero-bg.jpg);
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 84%, 86% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 80% 84%, 86% 100%, 0 100%);
transition:0.1s ease;
  //opacity:0.9;
}
.banner-shape.white {background:rgb(255 240 255 / .65); -webkit-transform:translate(2.2%,0px); transform:translate(2.2%,0px); }
.banner-shape.green {background:black; opacity:0.3; -webkit-transform:translate(2.6%,0px); transform:translate(2.6%,0px); }

.banner-text {
  color:#fff;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  margin:auto;
  padding:0em 0 ;
}
.videoWrapper {
  -ms-grid-column:2;
  -ms-grid-column-span:2;
  grid-column:2/4;
  grid-row:1/-1;
  background:url(https://nevillewright.com/wp-content/themes/theme_wp_nevillewright-New-2022/images/hero-bg.jpg);
  background-size:cover;
  background-position:35% 50%;
}
.videoWrapper video {
  //opacity:0.5;
  width:100%;
  height:100%;
  display:block;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:35% 90%;
     object-position:35% 90%;
}

.videoWrapper video::-webkit-media-controls-timeline {
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-left:auto;
  margin-right:auto;
  width:60%;
}

.videoWrapper video::-webkit-media-controls-play-button {
  margin-left:60px;
  border-radius: 50%;
}


@media screen and (max-width: 1024px) {
  .banner {
	padding-top:0px;
  }
}


@media(max-width:540px) {
  .banner {
    -ms-grid-rows:0.78fr 0.12fr 1fr;
    grid-template-rows:0.78fr 0.12fr 1fr;
    -ms-grid-columns:1fr;
    grid-template-columns:1fr;
	padding-top:0px;
  }
  .banner > *:nth-child(1) {
		-ms-grid-row:1;
		-ms-grid-column:1;
  }
  .banner > *:nth-child(2) {
		-ms-grid-row:2;
		-ms-grid-column:1;
  }
  .banner > *:nth-child(3) {
		-ms-grid-row:3;
		-ms-grid-column:1;
  }
  .banner-shape , .banner-text  {  -ms-grid-row:2;  -ms-grid-row-span:2;  grid-row:2/4; }
  .banner-shape {
    -webkit-clip-path: polygon(0% 0%, 14% 10%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0% 0%, 14% 10%, 100% 0, 100% 100%, 0 100%);
  }
  .banner-shape.white {-webkit-transform:translate(0px,-8px);transform:translate(0px,-8px);}
  .banner-shape.green {-webkit-transform:translate(0px,-10px);transform:translate(0px,-10px);}
  .banner-text  {font-size:5.5vw; margin-left:auto; margin-right:auto; }
  
  .videoWrapper {
    grid-column:1/-1;
    -ms-grid-row:1;
    -ms-grid-row-span:2;
    grid-row:1/3;
  }
}

/* IE Fallback */
@media all and (-ms-high-contrast:none) {
  .banner {display:flex;}
  .banner-text {
    background:linear-gradient(#01527b,#01233a);
    order:-1; 
    flex:2.5 1 40%;
    font-size:1.9vw;
    padding:1em;
    margin:0;
  }
  .videoWrapper {flex:3 2 auto;}
}





/* Blog image overlay grid... */


.navlinks {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
}

.navlinksprevious {
	  width: 25%;
	  border: .1rem blue solid;
	
}
.next-button {
	color: black;
    font-weight: bold;
	width: 50%;
	text-align: right;
	margin-left: auto; 
    margin-right: 0;
	
}
.next-button a {
	color: black;
    font-weight: bold;
	
}

.previous-button::before {
	
	content: "";
}

.previous-button {
	color: black;
    font-weight: bold;	
	width: 50%;
	
}

.previous-button a {
	color: black;
    font-weight: bold;
	
}


 .general-container {
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(4,1fr);
	display: -ms-grid;
	display: grid;
	justify-content: center;
	align-content: center;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-row-gap: 15px;
	grid-column-gap: 10px;
	padding: 20px 0;
	
}


@media only screen and (max-width: 1456px) {
 .general-container {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4,1fr);
	}
}
@media only screen and (max-width: 1024px) {
 .general-container {
	  -ms-grid-columns: (1fr)[3];
	  grid-template-columns: repeat(3,1fr);
	}
}
@media only screen and (max-width: 756px) {
 .general-container {
   -ms-grid-columns: (1fr)[2];
   grid-template-columns: repeat(2,1fr);
  }
}
@media only screen and (max-width: 496px) {
 .general-container{
   -ms-grid-columns: (1fr)[1];
   grid-template-columns: repeat(1,1fr);
  }
}


 .card-blog {
	 position: relative;
	 height: 250px;
	 background-color: lightGrey;
	 overflow-y: hidden;
	 box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.3);
   border-radius: .25rem;
}
.card-blog .title {
	 margin: 0;
	 display: block;
	 background-color: #fff;
	 padding: .70rem;
	 -webkit-transform: translate3d(0, -100%, 0);
	         transform: translate3d(0, -100%, 0);
	 transition: -webkit-transform 300ms;
	 transition: transform 300ms;
	 transition: transform 300ms, -webkit-transform 300ms;
   border-radius:.25rem .25rem 0 0;
}
.title h3{
  margin:0;
  font-size:1.8rem;
  font-weight: bold;
}
.title p{
  margin:0;
  font-size:1.5rem;
}
.card-blog a {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 1;
}
.card-blog a:hover ~ .card-overlay, .card-blog a:focus ~ .card-overlay {
	 -webkit-transform: translate3d(0, 0, 0);
	         transform: translate3d(0, 0, 0);
}
.card-blog a:hover ~ .card-overlay .title, .card-blog a:focus ~ .card-overlay .title {
	 -webkit-transform: translate3d(0, 0, 0);
	         transform: translate3d(0, 0, 0);
}
.card-blog a:hover ~ .card-overlay .card-body, .card-blog a:focus ~ .card-overlay .card-body {
	 opacity: 1;
}
 img {
	 width: 100%;
	 height: 100%;
	 display: block;
	 -o-object-fit: cover;
	    object-fit: cover;

}
 .card-overlay {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 height: 100%;
	 position: absolute;
	 width: 100%;
	 top: 1px;
	 transition: -webkit-transform 300ms;
	 transition: transform 300ms;
	 transition: transform 300ms, -webkit-transform 300ms;
   background-color:#ffffff;
	 -webkit-transform: translate3d(0, 100%, 0);
	         transform: translate3d(0, 100%, 0);
}
 .card-body {
	 flex-grow: 1;
	 padding: 1rem;
	 opacity: 0;
	 transition: opacity 500ms 100ms;
}
 .card-body p {
	 margin: 0;
   text-align: justify;
	 font-size: 1.2rem;
}

/* Blog image 1 grid... */
.video-sec-wrap {
	width: 100%;
	min-height: 100vh;
}
.video-sec {
	width: 100%;
	margin: 3em auto;
	text-align: left;
	padding-left:1px;
	padding-right:1px;
}
.video-sec-middle {
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(5,1fr);
	display: -ms-grid;
	display: grid;
	justify-content: center;
	align-content: center;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-row-gap: 15px;
	grid-column-gap: 10px;
	padding: 20px 0;

	
}
.video-sec-middle > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;

	
}
.video-sec-middle > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;

	
}
.video-sec-middle > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;

	
}
.video-sec-middle > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;

	
}
.video-sec-middle > *:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 9;

	
}
.video-sec-middle > *:nth-child(6) {
	-ms-grid-row: 1;
	-ms-grid-column: 11;

	
}
.thumb-wrap {
	display: inline;
	position: relative;
	cursor: pointer;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
	border-radius: 5px;
	border: 1px solid whitesmoke;
}

.thumb-wrap:hover {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	opacity: 1;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(1.08);
	        transform: scale(1.08);
	
}

.thumb {
	display: block;
    width:100%;
    max-width:auto;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	opacity: 1;
	transition: all .2s ease-in-out;
	border-radius: 20%;

}

.thumb-wrap img {
border-radius: 3px 3px 0px 0px; 
}


.thumb-info {
	display: inline-block;
	position: relative;
	height: auto;
	width: 100%;
	padding: .4em;
}
.thumb-title {
	height:auto;
	padding-bottom:15px;
	color: black;
	margin: 0;
	font-size: 1em;
}

.thumb-title a {
  margin-bottom: 8px;
  text-decoration: none;
  color: black;
}
.thumb-user {
	color: #7e7e7e;
	display: block;
	margin: 0;
	font-size: .9em;
}
.thumb-text {
	position:absolute;
	background-color: rgba(0,0,0,.5);
    bottom: 0px;
	height:auto;
	width:100%;
	color:white;
	text-align:center;
	font-size: .8em;
	border-radius: 0px 0px 5px 5px;
}
.video-sec-title {
	font-weight: bolder;
	font-size: 1.4em;
	color: #f5f5f5;
	margin: 5px 0 10px 10px;
}

.video-sec-title a {
  margin-bottom: 8px;
  text-decoration: none;
  color: black;
}

@media only screen and (max-width: 1456px) {
	.video-sec-middle {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4,1fr);
	}
}
@media only screen and (max-width: 1024px) {
	.video-sec-middle {
	  -ms-grid-columns: (1fr)[3];
	  grid-template-columns: repeat(3,1fr);
	}
}
@media only screen and (max-width: 756px) {
  .video-sec-middle {
   -ms-grid-columns: (1fr)[2];
   grid-template-columns: repeat(2,1fr);
  }
}
@media only screen and (max-width: 496px) {
  .video-sec-middle {
   -ms-grid-columns: (1fr)[1];
   grid-template-columns: repeat(1,1fr);
  }
}




/* Plan-Demic */



.column-post {
  float: left;
  width: 50%;
  padding-right: 10px;
}

/* Clear floats after the columns */
.row-post:after {
  content: "";
  display: table;
  clear: both;
}

/* Brainwashing */

 .video-post {
 
}
.brain-desc {
	  text-align: justify;
}


.cat-title-brain {
	position: relative;
	top: 1px;
	height:100px;
	width:100px;
	
}

 .card-brain {
	 position: relative;
	 height: 270px;
	 background-color: lightGrey;
	 overflow-y: hidden;
	 box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.3);
     border-radius: .25rem;
}
.card-brain .title-brain {
	 display: block;
	 background-color: #fff;
	 -webkit-transform: translate3d(0, -100%, 0);
	         transform: translate3d(0, -100%, 0);
	 transition: -webkit-transform 300ms;
	 transition: transform 300ms;
	 transition: transform 300ms, -webkit-transform 300ms;
     border-radius:.25rem .25rem 0 0;
}
.title-brain h3{
  width:100%;
	padding-top:1px;
	padding-bottom:1px;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin:0;
  color: #ffffff;
  font-size:3rem;
  font-weight: bold;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.3);
  border-radius: .2rem;
}
.title-brain p{
  margin:0;
  font-size:1.5rem;
}
.card-brain a {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 1;
}
.card-brain a:hover ~ .card-overlay-brain, .card-brain a:focus ~ .card-overlay-brain {
	 -webkit-transform: translate3d(0, 0, 0);
	         transform: translate3d(0, 0, 0);
}
.card-brain a:hover ~ .card-overlay-brain .title-brain, .card-brain a:focus ~ .card-overlay-brain .title-brain {
	 -webkit-transform: translate3d(0, 0, 0);
	         transform: translate3d(0, 0, 0);
}
.card-brain a:hover ~ .card-overlay-brain .card-body-brain, .card-brain a:focus ~ .card-overlay-brain .card-body-brain {
	 opacity: 1;
}

 .general-container-bw {
    display: grid;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(1fr);
    grid-template-areas:
      "nav "
      "component1";
	 	box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.0);
    border-radius: .10rem;
	 padding:25px 5px 0px 5px;
	
}
.cat-title-bw {
    position: relative;
	height:38px;
    text-align: center;
    grid-area: nav;

	
}

 .card-overlay-brain {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 height: 100%;
	 position: absolute;
	 width: 100%;
	 top: 1px;
	 transition: -webkit-transform 300ms;
	 transition: transform 300ms;
	 transition: transform 300ms, -webkit-transform 300ms;
   background-color:#ffffff;
	 -webkit-transform: translate3d(0, 100%, 0);
	         transform: translate3d(0, 100%, 0);
}
 .card-body-brain {
	 flex-grow: 1;
	 padding: 1rem;
	 opacity: 0;
	 transition: opacity 500ms 100ms;
}
 .card-body-brain p {
	 margin: 0;
   text-align: justify;
	 font-size: 1.2rem;
}



.cat-page-bottom-top {	
	color: #fff;
	text-align: center;
	
}
.cat-page-bottom-top h3{
	text-align: center;
	height: 5.5rem;
	padding: .70rem;
    margin:0;
   color: #ffffff;
  font-size:1.6rem;
  font-weight: bold;
}

.card-blog .title-bw {
	position: relative;
	text-align: center;
	height: 55px;
	 margin: 0;
	 display: block;
	 background-color: #fff;
	color: #fff;
	 padding: .70rem;
	 -webkit-transform: translate3d(0, -100%, 0);
	         transform: translate3d(0, -100%, 0);
	 transition: -webkit-transform 300ms;
	 transition: transform 300ms;
	 transition: transform 300ms, -webkit-transform 300ms;
   border-radius:.25rem .25rem 0 0;
}
.title-bw h3{
  margin:0;
  font-size:1.7rem;
  font-weight: bold;
}
.title-bw p{
  margin:0;
  font-size:1.5rem;
}

.home-page-item {
  position: relative;
  background-color: #f0f0f0;
  border: 2px solid #000;
  border-radius: 5px;
  margin: 5px;
  -webkit-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  -moz-transition: 0.35s ease all;
  transition: 0.35s ease all;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(20% - 10px);
  -moz-box-flex: 0;
  -ms-flex: 0 1 calc(20% - 10px);
  flex: 0 1 calc(20% - 10px);
}

@media (max-width: 1200px) {
  .home-page-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(33% - 7px);
    -moz-box-flex: 0;
    -ms-flex: 0 1 calc(33% - 7px);
    flex: 0 1 calc(33% - 7px);
  }
}

@media (max-width: 1050px) {
  .home-page-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(50% - 10px);
    -moz-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
  }
}

.home-page-item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.home-page-item img {
  border-radius: 2px;
}

.home-page-tel {
  position: absolute;
  bottom: 0;
  border-top: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  height: 30px;
  color: #fff;
  background-color: #050a4b;
  text-align: center;
}

.home-page-title {
  position: absolute;
  top: -1px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 2px;
  width: 100%;
  height:60px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.attachment-post-thumbnail > img {
  border-radius: 50%;
}
.mind {
  width: 200px;
  background-color: #1eaedb;
}

.mind > img {
  width: 200px !important;
}

.category-posts-grid {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.category-page-item {
  position: relative;
  width: 100%;
  height: 330px;
  background-color: #aaaaaa;
  border: 2px solid black;
  border-radius: 5px;
  left: 25px;
  margin: 10px;
  -webkit-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  -moz-transition: 0.35s ease all;
  transition: 0.35s ease all;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(25% - 30px);
  -moz-box-flex: 0;
  -ms-flex: 0 1 calc(25% - 30px);
  flex: 0 1 calc(20% - 30px);
  /* <-- adjusting for margin */
}
@media (max-width: 1200px) {
  .category-page-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(30% - 1px);
    -moz-box-flex: 0;
    -ms-flex: 0 1 calc(30% - 1px);
    flex: 0 1 calc(30% - 1px);
    /* <-- adjusting for margin */
  }
}
@media (max-width: 1050px) {
  .category-page-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(46% - 6px);
    -moz-box-flex: 0;
    -ms-flex: 0 1 calc(46% - 6px);
    flex: 0 1 calc(46% - 6px);
    /* <-- adjusting for margin */
  }
}
@media (max-width: 768px) {
  .category-page-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(90% - 10px);
    -moz-box-flex: 0;
    -ms-flex: 0 1 calc(90% - 10px);
    flex: 0 1 calc(90% - 10px);
    /* <-- adjusting for margin */
  }
}

.category-page-item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.category-page-item img {
  border-radius: 2px;
  width: 100%;
  overflow: hidden;
}

.cat-page-tel {
  border-top: 1px solid white;
  border-radius: 2px;
  height: 30px;
  color: white;
  background-color: #050a4b;
  text-align: center;
}

.cat-page-des {
  position: absolute;
  width: 100%;
  min-height: 10px;
  color: white;
  background-color: #050a4b;
  text-align: center !important;
}

.cat-page-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.cat-page-bottom-cat {
  color: white;
}


.category-head-desc {
  font-size: 26px;
  text-align: center;
  background-color: #1d1d1d;
  color: white;
}

.cat-page-thumb {
  height: 100%;
  border-radius: 2px;
  width: 100%;
  background-size: cover;
}

.cat-page-thumb img {
  position: absolute;
  top: 40px;
  left: 0;
  overflow: hidden;
}

/* Header */

.navigation .menunav {
 position: relative;
 width:1200px;
 float: left;
 margin-right: auto;
	
}

.navigation .menuvid {
 position: relative;
 margin-left: auto;
 height:60px;
 width:auto;

}

.navigation .menuvid a {
  text-decoration: none;
  height: 60px;
  width: 100%;
  display: block;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1400px) {
.navigation .menuvid a {
  text-decoration: none;
  height: 60px;
  width: 100%;
  display: block;
  line-height: 58px;
  text-align: center;
  font-size: 0px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
}

.navigation .menuvid a:hover {
  background-color: rgba(231, 45, 10, 0.9);
}

.navigation .menuvid img {
  max-height:auto;
}



.navigation .container-video-button {
  display: flex;
  z-index:100;
  height:60px;
}

.navigation .container-video-button ul {
  height: 60px;
  width: 100%;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.navigation .container-video-button ul li {
  height: 60px;
  width: calc(100% / 14);
}

.navigation .container-video-button ul li:nth-child(1) {
  height: 60px;
  width: calc(95% / 14);
}

.navigation .container-video-button ul li:nth-child(2) {
  height: 60px;
  width: calc(100% / 14);
}
.navigation .container-video-button ul li:nth-child(3) {
  height: 60px;
  width: calc(110% / 14);
}

.navigation .container-video-button ul li:nth-child(4) {
  height: 60px;
  width: calc(100% / 14);
}

.navigation .container-video-button ul li:nth-child(5) {
  height: 60px;
  width: calc(125% / 14);
}

.navigation .container-video-button ul li:nth-child(6) {
  height: 60px;
  width: calc(120% / 14);
}
.navigation .container-video-button ul li:nth-child(7) {
  height: 60px;
  width: calc(140% / 14);
}
.navigation .container-video-button ul li:nth-child(8) {
  height: 60px;
  width: calc(90% / 14);
}
..navigation .container-video-button ul li:nth-child(9) {
  height: 60px;
  width: calc(65% / 14);
}

.navigation .container-video-button ul li:nth-child(10) {
  height: 60px;
  width: calc(100% / 14);
}

.navigation .container-video-button ul li:nth-child(11) {
  height: 60px;
  width: calc(65% / 14);
}
.navigation .container-video-button ul li:nth-child(12) {
  height: 60px;
  width: calc(145% / 14);
}

.navigation .container-video-button ul li:nth-child(13) {
  height: 60px;
  width: calc(100% / 14);
}

.navigation .container-video-button ul li:nth-child(14) {
  height: 60px;
  width: calc(130% / 14);
  white-space: nowrap;
}

.navigation .container-video-button ul li:hover .sub-menu {
  height: 100px;
  overflow: visible;
  z-index: 9999999;
}

.navigation .container-video-button ul li a {
  text-decoration: none;
  height: 60px;
  width: 100%;
  display: block;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navigation .container-video-button ul li a:hover {
  background-color: rgba(231, 45, 10, 0.9);
}

.navigation .container-video-button ul li .sub-menu {
  display: block;
  position: absolute;
  float: left;
  overflow: hidden;
  margin: 0;
  height: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  width: initial;
}

.navigation .container-video-button ul li .sub-menu li {
  z-index: 99999;
  overflow: hidden;
  width: inherit;
  height: initial;
  min-width: 290px;
  max-width: 290px;
}

.navigation .container-video-button ul li .sub-menu li a {
  background-color: rgba(231, 45, 10, 0.9);
  color: #fff;
  height: inherit;
  line-height: inherit;
  text-align: left;
  padding: 15px;
}

.navigation .container-video-button ul li .sub-menu li a:hover {
  background-color: rgba(5, 5, 5, 0.8);
  color: #fff;
}

.navigation .container-video-button ul .invest-port ul li:nth-child(odd) {
  float: left;
}


.video-head {
  position: absolute;
	z-index:100;
align-content:left;
background-color: #92a8d1;
  background-image: url("http://solar/wordpress/wp-content/uploads/2023/02/Video-Button.png");
  background-repeat: no-repeat;
  background-size: contain;
  height:60px;
  width: 120px;
  align-items: center;
	
}


/* Bottom Banner */

.bottom-banner {
  background-image: url("https://nevillewright.com/wp-content/themes/theme_wp_nevillewright-New-2022/images/hero-bg.jpg") !important;
  box-shadow: 1px 1px 2px grey;
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px 0 6px 0;
  box-shadow: 1px 1px 4px #999;
}

/* Home Page */

.color1 {
  color: #1bbc9b;
} /*MOUNTAIN MEADOW*/
.color2 {
  color: #c0392b; /*TALL POPPY*/
}

.card-book {
  color: #013243; /*SHERPA BLUE*/
  position: relative;
  margin: 0 auto;
  width: 16%;
  max-height: auto;
  left: 180px;
  top: 480px;
  background: #e0e1dc;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) perspective(2000px) rotate(-15deg);
  box-shadow: inset 300px 0 50px rgba(0, 0, 0, 0.5),
    10px 0 10px rgba(49, 49, 49, 0.5);
  transition: 1s;
}

@media screen and (max-width: 1024px) {
  .card-book {
    color: #013243; /*SHERPA BLUE*/
    position: relative;
    margin: 0 auto;
    width: 18%;
    max-height: auto;
    left: 150px;
    top: 480px;
    background: #e0e1dc;
    transform-style: preserve-3d;
    transform: translate(-50%, -50%) perspective(2000px) rotate(-15deg);
    box-shadow: inset 300px 0 50px rgba(0, 0, 0, 0.5),
      10px 0 10px rgba(49, 49, 49, 0.5);
    transition: 1s;
  }
}

.card-book:hover {
  transform: translate(-50%, -50%) perspective(2000px) rotate(0deg) scale(1.2);
  box-shadow: inset 20px 0 50px rgba(0, 0, 0, 0.5),
    0 10px 100px rgba(0, 0, 0, 0.5);
}

.card-book:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #bac1ba;
  transform-origin: bottom;
  transform: skewX(-45deg);
}

.card-book:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 5px;
  height: 100%;
  background: #92a29c;
  transform-origin: left;
  transform: skewY(-45deg);
}

.card-book .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
  transform-origin: left;
  transition: 0.7s;
}

.card-book .bark {
  position: absolute;
  background: #e0e1dc;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.7s;
}

.card-book .imgBox img {
  max-width: 100%;
  max-height: auto;
}

.card-book:hover .imgBox {
  transform: rotateY(-135deg);
}

.card-book:hover .bark {
  opacity: 1;
  transition: 0.6s;
  box-shadow: 300px 200px 100px rgba(0, 0, 0, 0.4) inset;
}

.card-book .details {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  z-index: -1;
  margin-top: 3px;
}

.card-book .details p {
  font-size: 15px;
  line-height: 5px;
  transform: rotate(-10deg);
  padding: 0 0 0 20px;
}

.card-book .details h4 {
  text-align: center;
}

.text-right {
  text-align: right;
}

.hero-Book-homepage-book img {
  max-width: calc(150px + 100vw - 1024px) !important;
  max-height: 570px;
  border-radius: 5px;
  background-color: #fff;
  padding: 2px;
  filter: drop-shadow(2px 2px 4px #1d1d1d);
  transform: rotate(-15deg);
}

.hero-Book-homepage {
  position: absolute;
  width: 100%;
  right: 40%;
  padding-left: 1%;
  height: calc(100vh + 10px);
  filter: drop-shadow(2px 2px 2px #1d1d1d);
}

@media screen and (max-width: 1024px) {
  .hero-Book-homepage {
    height: calc(100vh - 10px);
    width: 100%;
    right: 40%;
    padding-left: 2%;
    filter: drop-shadow(2px 2px 2px #1d1d1d);
  }
}

@media only screen and (max-width: 720px) {
  .hero-Book-homepage {
    display: none;
  }
}

.full-cont {
  min-width: 100%;
  position: relative;
  left: 0px;
}

.full-des {
  width: 100%;
  position: relative;
  padding: 10px;
}

.head {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #050505;
  line-height: 110%;
  font-weight: bold;
  text-align: left;
}

.fp-body {
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  width: 100%;
  font-size: 18px;
  text-align: justify;
  background: #f5f5f6;
}

p.large {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  text-align: justify;
  padding: 10px;
}

.circular--square {
  float: left;
  border-radius: 0%;
  width: 250px;
  height: 250px;
  margin-right: 10px;
}

.button-center {
  width: 100%;
  text-align: center;
}

/* Mentor Page */

.ment-text {
  font-size: 18px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
  text-align: justify;
}
.image-ment {
  float: left;
  height: auto;
  max-width: 255px;
  margin-right: 10px;
}
.myGallery {
  width: 80%;
  margin: auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.myGallery img {
  width: 100%;
}
.myGallery .item {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  text-align: justify;
  background-color: white;
  padding: 0px 10px 0px 10px;
}
.myGallery .item img {
  vertical-align: middle;
}
.myGallery .caption {
  margin: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.myGallery .title {
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.date {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  padding-bottom: 15px;
}
.stories {
  position: relative;
  padding: 2px 10px 4px 10px;
  background-color: #f5f5f6;
  border: #dddddd 1px solid;
  text-align: justify;
}

.full-cont {
  min-width: 100%;
  position: relative;
  left: 0px;
}
.full-des {
  margin: auto;
  width: 100%;
  position: relative;
  background: #f5f5f6;
  padding: 10px;
}

.full-des p {
  font-size: 18px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
  text-align: justify;
}
.ment-cont {
  width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  background: #f5f5f6;
}
.ment-cont > .image {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #050505;
  flex: 1 0 0%;
  height: auto;
  max-width: 180px;
  margin-right: 2px;
}
.image > img {
  display: flex;
  float: right;
  max-width: 180px;
  width: 100%;
  max-height: auto;

}
.ment-cont > .text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  flex: 2 0 0%;
  padding: 5px;
  margin: 5px 5px 5px 5px;
}
.ment-cont > .text-tes {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  flex: 2 0 0%;
  padding: 10px;
  margin: 5px 5px 5px 5px;
  background: white;
  text-align: justify;
}
.head-buy {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 20px;
  color: #050505;
  font-weight: bold;
  line-height: 120%;
  padding-bottom: 5px;
}
.head-book {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #050505;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
}
.buy-des {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 0px;
  text-align: center;
  color: #e72d0a;
  line-height: 100%;
}

figure {
  display: inline-block;
  float: left;
  padding: 2px;
  margin: 10px;
}
figcaption {
  font-style: italic;
  padding: 2px;
  text-align: center;
}
.full-des ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: 1em;
  /* Also needed for space (tweak if needed) */
}

h1,
.container-heading {
  font-size: 22px;
  color: rgb(255, 255, 255);
  text-align: center;
}

ul.b {
  list-style: none;
  /* Remove default bullets */
  font-family: Arial, Helvetica, sans-serif;
}

ul li {
  list-style-type: none;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
  .ment-title {
    font-size: 14px;
  }
  Gallery .caption {
    line-height: normal !important;
    margin: 0;
    padding: 5px;
    z-index: 1;
    left: 0;
    width: 100%;
    max-height: 100%;
  }

  p {
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
  }

  .myGallery .item {
    position: relative;
    overflow: hidden;
    font-size: 10px !important;
    text-align: center;
  }
  .myGallery {
    width: 100% !important;
    margin: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }

  .full-cont p {
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    text-align: justify;
  }
  .full-cont {
    min-width: 100% !important;
    position: relative;
    padding: 1px 10px 1px 10px;
  }
  .date {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .head-buy {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    color: #050505;
    font-weight: bold;
    line-height: 120%;
    padding-bottom: 5px;
  }

  .ment-cont {
    width: 100%;
    margin: auto;
    display: grid;
    grid-gap: 60px;
    grid-template-columns: repeat(1, 1fr) !important;
    font-size: 12px;
  }
  .full-des p {
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    text-align: justify;
  }
  .ment-text p {
    font-size: 12px !important;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    text-align: justify;
  }
  .image-ment {
    float: left;
    height: auto;
    max-width: 100px !important;
    margin-right: 10px !important;
  }
  ul {
    list-style: none;
    /* Remove default bullets */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
  }
  .head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    color: #050505;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
  }
  .internal-hero-heading-div .hero--child h1 {
    color: white;
    vertical-align: middle;
    font-size: 22px !important;
  }

  .grid {
    display: block !important;
    text-align: justify;
  }
  .grid img {
    float: left;
    width: auto;
    height: 100px;
    padding-right: 5px;
  }
  .grid .des {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-width: 1px 1px 1px 1px;
  }
  .grid .des:before {
    content: "";
    display: block;
    clear: both;
  }

  .grid div {
    box-shadow: 1px 1px 2px grey;
    padding: 1px 10px 1px 10px;
  }
}

/* Mindset Page */

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  grid-auto-rows: minmax(100px, auto);
  text-align: justify;
}
.grid img {
  float: left;
  width: auto;
  height: 100px;
  padding-right: 5px;
}
.grid .des {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  border-width: 1px 1px 1px 1px;
}
.grid .des:before {
  content: "";
  display: block;
  clear: both;
}

.grid div {
  box-shadow: 1px 1px 2px grey;
  padding: 1px 10px 1px 10px;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
  .ment-title {
    font-size: 14px;
  }
  .myGallery .caption {
    font-size: 12px;
    line-height: normal !important;
    margin: 0;
    padding: 5px;
    z-index: 1;
    left: 0;
    width: 100%;
    max-height: 100%;
  }
  .full-cont p {
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    text-align: justify;
  }
  .full-cont {
    min-width: 100% !important;
    position: relative;
    padding: 1px 10px 1px 10px;
  }
  .date {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .head-buy {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    color: #050505;
    font-weight: bold;
    line-height: 120%;
    padding-bottom: 5px;
  }
  .myGallery .item {
    position: relative;
    overflow: hidden;
    font-size: 10px !important;
    text-align: center;
  }
  .myGallery {
    width: 100% !important;
    margin: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .ment-cont {
    width: 100%;
    margin: auto;
    display: grid;
    grid-gap: 60px;
    grid-template-columns: repeat(1, 1fr) !important;
    font-size: 12px;
  }
  .full-des p {
    font-size: 12px !important;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    text-align: justify;
  }
  .ment-text p {
    font-size: 12px !important;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    text-align: justify;
  }
  .image-ment {
    float: left;
    height: auto;
    max-width: 100px !important;
    margin-right: 10px !important;
  }
  ul {
    list-style: none;
    /* Remove default bullets */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
  }
  .head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    color: #050505;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
  }
  .internal-hero-heading-div .hero--child h1 {
    color: white;
    vertical-align: middle;
    font-size: 22px !important;
  }

  .leftf2 {
    float: left;
    height: auto;
    max-width: 100px;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
  }

  .image span,
  .image figcaption {
    text-align: center;
    margin-top: 1px;
    height: auto;
  }

  .grid {
    display: block !important;
    text-align: justify;
  }
  .grid img {
    float: left;
    width: auto;
    height: 100px;
    padding-right: 5px;
  }
  .grid .des {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-width: 1px 1px 1px 1px;
  }
  .grid .des:before {
    content: "";
    display: block;
    clear: both;
  }

  .grid div {
    box-shadow: 1px 1px 2px grey;
    padding: 1px 10px 1px 10px;
  }

  .hlight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    color: #050505;
    line-height: 200%;
    font-weight: bold;
  }
}
.hlight {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #050505;
  line-height: 200%;
  font-weight: bold;
}
.full-cont {
  min-width: 100%;
  position: relative;
  left: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
.full-des {
  margin: auto;
  width: 100%;
  position: relative;
  background: #f5f5f6;
  padding: 10px;
}
.full-des p {
  font-size: 18px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
  text-align: justify;
}
.head {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #050505;
  line-height: 150%;
  font-weight: bold;
  text-align: left;
}
.head-small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #050505;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
}

.head-right {
  color: #303641;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
.child-content .container {
  padding: 55px 0;
}
.child-content .container .child--main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.child-content .container .child--main:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .child-content .container .child--main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .child-content .container .child--main:last-child {
    margin-right: 0;
  }
}

.row {
  display: flex;
}
.column {
  flex: 50%;
  margin-right: 10px;
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-word;
  font-family: Arial, Helvetica, sans-serif;
}
.containerq {
  background: #fff;
  width: 100%;
  max-width: 1024px;
  min-width: 320px;
  margin: 2em auto 0;
  padding: 1.5em;
}
p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
blockquote {
  background: #ffffff;
  border-left: 5px solid #ccc;
  margin: 10px 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.review-cont {
  display: flex;
  text-align: center;
  justify-content: space-between;
  max-width: 98%;
  padding: 5px;
}
.review-des {
  flex: 1;
  background: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 1px;
  color: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  box-shadow: 1px 1px 2px grey;
}
@media (max-width: 768px) {
  .review-cont {
    display: block;
  }
}
.review-des h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #e72d0a;
  text-align: center;
  letter-spacing: 0.07em;
  color: #e72d0a;
  line-height: 100%;
}
.review-des p {
  margin-top: 0;
  text-align: justify;
}
.review-des p span {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-align: justify;
  color: #666666;
}

/* Setbacks Page */

.review-cont-sb {
  display: flex;
  text-align: center;
  justify-content: space-between;
  max-width: 98%;
  padding: 5px;
}
.review-des-sb {
  flex: 1;
  background: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 1px;
  color: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  box-shadow: 1px 1px 2px grey;
}
@media (max-width: 768px) {
  .review-cont-sb {
    display: block;
  }
}
.review-des-sb h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #e72d0a;
  text-align: center;
  letter-spacing: 0.07em;
  color: #e72d0a;
  line-height: 100%;
}
.review-des-sb p {
  margin-top: 0;
  text-align: justify;
}
.review-des-sb p span {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-align: justify;
  color: #666666;
}

/* The Boy Page */

.wrapperl {
  width: 980px;
  max-width: 98%;
  margin: 30px auto;
  position: fixed;
  top: 85px;
  left: 3%;
  z-index: 999;
}

img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ededf0;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  moz-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  padding: 2px;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}

.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}
.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  background: #f5f5f6;
  /*left: 50%;
	*/
  top: 20px;
  bottom: 20px;
  margin-left: 30px;
}
.timeline-centered .timeline-entry {
  position: relative;
  /*width: 50%;
	float: right;
	*/
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry:after {
  clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry:after {
  clear: both;
}
.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}
.timeline-centered .timeline-entry.left-aligned {
  float: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}
.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}
.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-icon {
  float: right;
}
.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}
.timeline-centered
  .timeline-entry.left-aligned
  .timeline-entry-inner
  .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -59px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-time
  > span:first-child {
  font-size: 20px;
  font-weight: bold;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-time
  > span:last-child {
  font-size: 20px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f5f5f6;
  -webkit-box-shadow: 0 0 0 5px #f5f5f6;
  box-shadow: 0 0 0 5px #f5f5f6;
  line-height: 50px;
  font-size: 20px;
  float: left;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-primary {
  background-color: #303641;
  color: #fff;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-success {
  background-color: #00a651;
  color: #fff;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-info {
  background-color: #21a9e1;
  color: #fff;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-warning {
  background-color: #fad839;
  color: #fff;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.bg-danger {
  background-color: #cc2424;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f5f5f6;
  padding: 1em;
  margin-left: 65px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f5f5f6 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 0;
  text-align: justify;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 22px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 26px;
  margin-bottom: 2px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-label
  h2
  span {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}

.showcase-two {
  float: left;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
@media screen and (max-width: 600px) {
  .showcase-two {
    width: 100%;
  }
}

.showcase-two-row {
}

/* Clear floats after the columns */
.showcase-two-row:after {
  content: "";
  display: table;
  clear: both;
}

.image-Left {
  float: left;
  border: 1px;
}
.image-right {
  float: right;
}
.build {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  grid-auto-rows: minmax(auto, auto);
  text-align: justify;
}
.build img {
  float: left;
  height: auto;
  max-width: 250px;
  width: 100%;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .timeline-label {
    width: 85%;
  }
}

.card {
  padding: 1rem;
  height: auto;
  text-align: justify;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.cards-grid {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}

@media (min-width: 800px) {
  .cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 10px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gridx2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
  grid-auto-rows: minmax(auto, auto);
  text-align: justify;
}

.gridx2 img {
  float: left;
  width: 250px !important;
  height: auto;
  object-fit: cover;
  padding-right: 1px;
}
.gridx2 .des {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  border-width: 0px 0px 0px 0px;
}
.gridx2 .des:before {
  content: "";
  display: block;
  clear: both;
}
.gridx2 div {
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #c1272d;
  background: #f5f5f6;
  padding: 5px;
}
.awards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  grid-auto-rows: minmax(auto, auto);
  text-align: justify;
}
.awards img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-right: 5px;
}
.leftfl {
  float: left;
  height: auto;
  max-width: 320px;
  width: 100%;
  margin-right: 10px;
}
.leftf2 {
  float: left;
  height: auto;
  max-width: 320px;
  width: 100%;
  margin-right: 1px;
}
.figbtl {
  float: left;
  height: auto;
  max-width: 310px;
  width: 100%;
  margin-right: 1px;
}
.figbt2 {
  float: left;
  height: auto;
  max-width: 300px;
  width: 100%;
  margin-right: 0px;
}
.figbtl10 {
  float: left;
  height: auto;
  width: 100%;
  margin-right: 10px;
}
.figbtl1a {
  float: left;
  height: auto;
  width: 100%;
  margin-right: 1px;
}
.responsive {
  display: inline-block;
  float: left;
  width: 100%;
  height: auto;
}

.image {
  display: inline-block;
  margin: 2px;
  padding: 2px;
  border: 0px solid white;
  -moz-box-shadow: 0 0 2px #888;
  -webkit-box-shadow: 0 0 2px#888;
  box-shadow: 0 0 2px #888;
}
.imagefl {
  display: inline-block;
  width: 300px;
  margin: 2px;
  padding: 2px;
  border: 2px solid white;
  -moz-box-shadow: 0 0 2px #888;
  -webkit-box-shadow: 0 0 2px#888;
  box-shadow: 0 0 2px #888;
}

/* The Shop Page */

.myGallery-shop {
  width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, auto));
  background-color: white;
}

@media (max-width: 400px) {
  .myGallery-shop {
    width: 98%;
    margin: auto;
    display: block;
  }

  .myGallery-shop .item {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    text-align: justify;
    padding: 5px;
    box-shadow: 1px 1px 2px grey;
  }
}

.myGallery-shop .item {
  position: relative;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  text-align: justify;
  padding: 5px;
  box-shadow: 1px 1px 2px grey;
}

.myGallery_sh {
  width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.myGallery_sh img {
  width: 100%;
}
.myGallery_sh .item {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  text-align: justify;
  box-shadow: 1px 1px 2px grey;
}
.myGallery_sh .item img {
  vertical-align: middle;
}
.myGallery_sh .caption {
  margin: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  max-height: 100%;
  padding: 1px 10px 1px 10px;
  box-sizing: border-box;
}
.myGallery_sh .title {
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.myGallery-awards {
  width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(150px, auto));
  background-color: white;
}

@media (max-width: 500px) {
  .myGallery-awards {
    width: 100%;
    margin: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(100%, auto));
  }
  .myGallery-awards .item:last-child:nth-last-child(odd) {
    grid-column: auto / span 1;
  }
}
.myGallery-awards img {
  width: 95%;
}
.myGallery-awards .item {
  position: relative;
  height: 220px;
  overflow: hidden;
  font-size: 12px;
  text-align: justify;
  box-shadow: 1px 1px 2px grey;
}

.myGallery-awards .item:last-child:nth-last-child(odd) {
  grid-column: auto / span 2;
}

.myGallery-awards .item img {
  vertical-align: middle;
}
.myGallery-awards .caption {
  margin: 0;
  z-index: 1;
  position: absolute;
  text-align: center;
  bottom: 0px;
  font-size: 12px;
  left: 0;
  width: 100%;
  max-height: 100%;
  padding: 1px 10px 1px 10px;
  box-sizing: border-box;
}
.myGallery-awards .title {
  font-weight: bold;
  width: 100%;
  text-align: center;
}

/* Work Life */

.video-back {
  position: relative;
  padding: 2px 6px 4px 6px;
  background-color: #f5f5f6;
  border: #dddddd 1px solid;
  margin-bottom: 25px;
}
.video {
  margin-left: 10px;
  text-align: justify;
  padding-right: 15px;
}
.video img {
  float: left;
  height: auto;
  max-width: 400px;
  width: 100%;
  margin-right: 10px;
}
.video .des {
  display: block;
  text-align: justify;
  margin-left: 20px;
}

.video-back::after {
  content: "";
  display: block;
  clear: both;
  height: 55px;
}

.flex-container {
  display: flex;
  background-color: white;
}

.flex-container > div {
  background-color: white;
  padding: 10px;
  min-width: 22%;
  border: 1px solid grey;
}
.spanve {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: normal;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.spanve:after {
  clear: both;
}

.column4 {
  float: left;
  width: 25%;
  background-color: white;
  min-height: 200px;
  padding: 10px 10px 10px 10px;
  border: 1px solid grey;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Business */

.parent-content1 .container {
  margin-top: 30px;
}
.parent-content1 .container .content--single {
  float: left;
  display: block;
  border: 1px solid rgb(175, 175, 175);
  padding-right: 30px;
  width: 48.82117%;
  min-height: 350px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e8e7e7;
  position: relative;
  transition: 0.3s;
  margin-right: 0;
  margin-left: 10px;
}
.parent-content1 .container .content--single:last-child {
  margin-right: 0;
  margin-left: 10px;
}
.parent-content1 .container .content--single:nth-child(2n) {
  margin-right: 0;
}

.parent-content1 .container .content--single .overlay {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(232, 231, 231, 0);
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-flex: 1 1 auto;
  height: 350px;
}
.parent-content1 .container .content--single .overlay .page-title-link {
  width: 100%;
  text-align: center;
  max-width: 100%;
  display: block;
  word-wrap: break-word;
  position: relative;
  top: -50px;
  height: 250px;
}
.parent-content1 .container .content--single .overlay h4 {
  color: black;
  margin-top: 25px;
  width: 100%;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  word-wrap: break-word;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.parent-content1 .container .content--single .overlay .desc {
  color: #666;
  margin-top: 5px;
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
  display: block;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.parent-content1 .container .content--single .overlay .button--main {
  margin-bottom: 35px;
  border: color #e72d00;
  background-color: #e72d00;
  color: white;
}
.parent-content1 .container .content--single .overlay .button--main:before {
  background-color: #e72d00;
}
.parent-content1 .container .content--single .overlay .button--main:after {
  background-color: #e72d00;
}
.parent-content1 .container .content--single .overlay .button--main:hover {
  background-color: transparent;
  color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .parent-content1 .container .content--single {
    display: block;
    width: 93% !important;
    min-height: 300px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    transition: 0.3s;
    margin-right: 0;
    margin-left: 10px;
  }

  .parent-content1 .container {
    margin-top: 30px;
    width: 80%;
    min-height: 75px !important;
    padding: 10px 10px 10px 10px;
  }

  .parent-content1 .container .content--single .overlay h4 {
    color: black;
    margin-top: 90px;
    width: 80%;
    max-width: 80%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
    word-wrap: break-word;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .parent-content1 .container .content--single .overlay .button--main {
    margin-top: -10px;
    border-color: #e72d00;
    background-color: #e72d00;
    color: white;
  }
}

/* Fitness Page */
.warn {
  padding: 2px 6px 4px 6px;
  color: white;
  background-image: url("https://nevillewright.com/wp-content/themes/theme_wp_nevillewright-New-2022/images/hero-bg.jpg") !important;
  border: #dddddd 1px solid;
}
#heading {
  color: #ffffff;
}

.containerlnk {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.containerlnk::after {
  content: "";
  clear: both;
  display: table;
}

.child-content-fit .container {
  padding: 10px 0;
}

.child-content-fit .container .child--main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 72%;
}

.child-content-fit .container .child--main:last-child {
  margin-right: 0;
}
.child-content-fit .container .child--sidebar {
  float: left;
  padding: 10px 0;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-left: 1%;
  text-align: right;
}

.child-content-fit .container .child--sidebar:last-child {
  margin-right: 0;
}

.child-content-fit .container .child--sidebar .sidebar-links .related-link a {
  font-size: 14px;
  text-decoration: none;
  color: #e72d0a;
}

.child-content-fit
  .container
  .child--sidebar
  .sidebar-links
  .related-link
  a:hover {
  color: #f8775f;
}

.child-content-fit .container .child--sidebar .sidebar-book .book-img {
  min-height: 248px;
  margin-bottom: 20px;
}

.child-content-fit .container .child--sidebar .sidebar-book .book-title {
  font-weight: 700;
  color: #e72d0a;
}

.child-content-fit .container .child--sidebar .sidebar-book .book-title:hover {
  color: #f8775f;
}

.child-content-fit .container .child--sidebar h4 {
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #050505;
}

.child-content-fit .container .child--sidebar .sidebar-filters {
  margin-bottom: 60px;
}

.child-content-fit
  .container
  .child--sidebar
  .sidebar-filters
  .month-filter
  .month-filter-selector {
  width: 100%;
  border-color: #666;
  color: #666;
}

.child-content-fit
  .container
  .child--sidebar
  .sidebar-filters
  .category-filter {
  list-style: none;
}

.child-content-fit
  .container
  .child--sidebar
  .sidebar-filters
  .category-filter
  .postform {
  width: 100%;
  border-color: #666;
  color: #666;
}

.child-content-fit .container .child--sidebar .sidebar-links {
  margin-bottom: 60px;
}

/* Podcasters Page */

.pod {
  text-align: justify;
  padding-bottom: 60px;
}

.pod img {
  float: left;
  height: auto;
  max-width: 30% !important;
  width: 100%;
  margin-right: 10px !important;
}

.containerlnkpod {
  position: absolute;
  bottom: 0;
  right: 0;
}
.containerlnkpod::before {
  content: "";
  clear: both;
}
.containerlnkpod::after {
  content: "";
  clear: both;
  display: table;
}

.des {
  position: relative;
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}

.des img {
  padding-right: 10px;
}

.blog {
  text-align: justify;
}

.child-content .container .child--main h2 {
  font-size: 26px;
  color: #050505;
  margin-bottom: 0;
  line-height: 1.25;
}

.blog-item-footer {
  padding-left: 10px;
  font-weight: bold;
}

.blog-post-footer {
  font-weight: bold;
  padding-bottom: 20px;
}

.blog-back {
  height: 300px;
  border: 20px;
}

.content-area {
  background-color: #ffffff;
  margin-top: 20px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.content-blog {
  border-style: solid;
  border-width: 1px;
  background-color: #e8e7e7;
  padding-bottom: 20px;
}

.blog-dev {
  height: 30px;
  background-color: white;
}

.pagination {
  width: fit-content;
  padding: 0px 10px 0px 10px;
  border-style: solid;
  border-width: 1px;
  border-radius: 33px;
  background-color: whitesmoke;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.QA-Button {
  position: absolute;
  width: auto;
  bottom: 5px;
  height: auto;
  text-align: right;
  right: 5%;
}

.head-QA {
  font-size: 26px;
}

.head-QA a {
  color: #000000 !important;
  font-size: 26px;
}

.head-QA :hover {
  color: #e72d0a !important;
  font-size: 26px;
}

/* Charities Page */

.containerrev {
  border-bottom: 2px solid #ccc;
  padding: 16px;
  margin: 16px 0;
}

.containerrev::after {
  content: "";
  clear: both;
  display: table;
}

.containerrev img {
  margin-right: 20px;
}

.containerrev span {
  font-size: 20px;
  margin-right: 15px;
}

.containerlnk-char {
  height: auto;
  display: flex;
  float: right;
  padding: 5px;
  margin: 5px 0px 0px 0px;
}

.containerlnk-char::after {
  content: "";
  clear: both;
  display: table;
}

.warn-char {
  margin-top: 10px;
  padding: 6px 6px 4px 6px;
  color: white;
  background-image: url("https://nevillewright.com/wp-content/themes/theme_wp_nevillewright-New-2022/images/hero-bg.jpg") !important;
  background-color: #000000;
  border: #dddddd 2px solid;
}
.warn-char p {
  font-family: "MV Boli", sans-serif;
  font-size: 24px !important;
  color: white;
  text-shadow: 1px 1px #000000;
  font-weight: bold;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
}

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

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

p {
  font-size: 18px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}

.text {
  font-family: Calibri, sans-serif;
  text-align: justify;
  text-justify: inter-word;
  font-size: 18px;
  color: #666666;
}

.figbtl10 {
  float: left;
  height: auto;
  width: 100%;
  margin-right: 10px;
}

a {
  color: #1eaedb;
}

a:hover {
  color: #f8775f;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 400;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

td,
th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

.button,
button {
  margin-bottom: 1rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.4rem;
}

.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .container::after {
    clear: both;
    content: "";
    display: table;
  }
}

.child--main img {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 44px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h3 {
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
}

h4 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 18px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

a {
  color: #e72d0a;
  font-weight: 700;
  text-decoration: none;
}

.button,
button,
button:active,
input[type="button"] .button:active,
input[type="button"]:active,
input[type="reset"],
input[type="reset"]:active,
input[type="submit"],
input[type="submit"]:active {
  background: #e72d0a;
  color: #fff;
  border: 2px solid #e72d0a;
  padding: 14px 28px;
  -webkit-transition: border-color 0.3s ease 0s, color 0.2s ease 0s,
    background-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s, color 0.2s ease 0s,
    background-color 0.3s ease 0s;
  font-weight: 700;
}

.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover .button:focus,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  color: #e72d0a;
  border: 2px solid #e72d0a;
  background-color: transparent;
}

.button.secondary,
button.secondary,
button.secondary:active,
input[type="button"].secondary .button.secondary:active,
input[type="button"].secondary:active,
input[type="reset"].secondary,
input[type="reset"].secondary:active,
input[type="submit"].secondary,
input[type="submit"].secondary:active {
  background: #177772;
  color: #fff;
}

.button.secondary:hover,
button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover .button.secondary:focus,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover {
  background: rgba(23, 119, 114, 0.7);
  color: #fff;
}

.button:disabled,
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  background: #edf0f2;
  color: #666;
  border: #666;
}

.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
  padding: 20px 40px;
}

.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 10px 20px;
}

.button--main {
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 52px;
  left: 0;
  position: relative;
  right: 0;
  text-align: center;
  text-decoration: none solid #303030;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  top: 0;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-column-rule-color: #303030;
  column-rule-color: #303030;
  -webkit-perspective-origin: 124.609px 30px;
  perspective-origin: 124.609px 30px;
  -webkit-transform-origin: 124.609px 30px;
  transform-origin: 124.609px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  caret-color: #303030;
  background: #e72d0a none repeat scroll 0 0 / auto padding-box border-box;
  border-top: 2px solid transparent;
  border-right: 0 none transparent;
  border-bottom: 2px solid transparent;
  border-left: 0 none transparent;
  outline: transparent none 0;
  padding: 12px 28px 15px 28px;
  -webkit-transition: border-color 0.3s ease 0s, color 0.2s ease 0s,
    background-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s, color 0.2s ease 0s,
    background-color 0.3s ease 0s;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button--main:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button--main:hover:before {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  background-color: #fff;
}

.button--main:hover:after {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  background-color: #fff;
}

.button--main:before {
  bottom: -2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #303030;
  content: "";
  cursor: pointer;
  display: block;
  height: 52px;
  left: 0;
  position: absolute;
  right: 247.219px;
  text-align: center;
  text-decoration: none solid #303030;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  top: -2px;
  white-space: nowrap;
  width: 2px;
  -webkit-column-rule-color: #303030;
  column-rule-color: #303030;
  -webkit-perspective-origin: 1px 30px;
  perspective-origin: 1px 30px;
  -webkit-transform: matrix(1, 0, 0, 1, -10, 0);
  transform: matrix(1, 0, 0, 1, -10, 0);
  -webkit-transform-origin: 1px 30px;
  transform-origin: 1px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  caret-color: #303030;
  background: #e72d0a none repeat scroll 0 0 / auto padding-box border-box;
  border: 0 none transparent;
  outline: transparent none 0;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.button--main:after {
  bottom: -2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #303030;
  content: "";
  cursor: pointer;
  display: block;
  height: 52px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none solid transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  top: -2px;
  white-space: nowrap;
  width: 2px;
  -webkit-column-rule-color: #303030;
  column-rule-color: #303030;
  -webkit-perspective-origin: 1px 30px;
  perspective-origin: 1px 30px;
  -webkit-transform: matrix(1, 0, 0, 1, 10, 0);
  transform: matrix(1, 0, 0, 1, 10, 0);
  -webkit-transform-origin: 1px 30px;
  transform-origin: 1px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  caret-color: #303030;
  background: #e72d0a none repeat scroll 0 0 / auto padding-box border-box;
  border: 0 none transparent;
  outline: transparent none 0;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.red-red:hover {
  border-color: #e72d0a;
  background-color: transparent;
  color: #e72d0a;
}

.red-red:hover:before {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  background-color: #e72d0a;
}

.red-red:hover:after {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  background-color: #e72d0a;
}

.red-white:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.red-white:hover:before {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  background-color: #fff;
}

.red-white:hover:after {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  background-color: #fff;
}

.white-white {
  border-color: #fff;
  color: #050505;
  background-color: #fff;
}

.white-white:before {
  background-color: #fff;
}

.white-white:after {
  background-color: #fff;
}

.white-white:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.white-white:hover:before {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  background-color: #fff;
}

.white-white:hover:after {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  background-color: #fff;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.non-responsive {
  width: auto !important;
  height: auto !important;
}

blockquote {
  border-left: 1px solid #e72d0a;
  padding-left: 20px;
  margin: 50px 0;
}

.social-bar-wrap {
  position: fixed;
  top: calc(50% - 100px);
  display: block;
  z-index: 9999;
}

@media screen and (max-width: 1024px) {
  .social-bar-wrap {
    display: inline-block;
    top: inherit;
    bottom: 0;
  }
}

@media screen and (max-width: 550px) {
  .social-bar-wrap {
    width: 100%;
    display: block;
  }
}

.social-bar-wrap .share-box {
  display: none;
}

@media screen and (max-width: 1024px) {
  .social-bar-wrap .share-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #666;
    font-weight: 700;
    cursor: pointer;
  }
  .social-bar-wrap .share-box .fa {
    margin-right: 10px;
  }
}

@media screen and (max-width: 550px) {
  .social-bar-wrap .share-box {
    width: 100%;
  }
}

.social-bar-wrap .share-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 50px;
  display: flex;
  font-size: 26px;
  color: #fff;
  padding: 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .social-bar-wrap .share-btn {
    float: left;
    display: none;
  }
}

.social-bar-wrap .share-btn .social-name {
  width: 150px;
}

@media screen and (max-width: 1024px) {
  .social-bar-wrap .share-btn .social-name {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .social-bar-wrap .share-btn {
    width: 25%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.social-bar-wrap .facebook {
  background-color: #36619e;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.social-bar-wrap .facebook:hover {
  background-color: #6d95cd;
  width: 150px;
}

@media screen and (max-width: 1024px) {
  .social-bar-wrap .facebook:hover {
    width: 50px;
  }
}

@media screen and (max-width: 550px) {
  .social-bar-wrap .facebook:hover {
    width: 25%;
  }
}

.social-bar-wrap .facebook .social-name {
  margin: 0 10px;
  color: #fff;
  position: relative;
  left: 10px;
}

.social-bar-wrap .twitter {
  background-color: #29a8e0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.social-bar-wrap .twitter:hover {
  background-color: #82cced;
  width: 150px;
}

@media screen and (max-width: 1024px) {
  .social-bar-wrap .twitter:hover {
    width: 50px;
  }
}

@media screen and (max-width: 550px) {
  .social-bar-wrap .twitter:hover {
    width: 25%;
  }
}

.social-bar-wrap .twitter .social-name {
  margin: 0 10px;
  color: #fff;
  position: relative;
  left: 1px;
}

.social-bar-wrap .google {
  background-color: #db5442;
  font-size: 20px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.social-bar-wrap .google:hover {
  background-color: #eba298;
  width: 150px;
}

@media screen and (max-width: 1024px) {
  .social-bar-wrap .google:hover {
    width: 50px;
  }
}

@media screen and (max-width: 550px) {
  .social-bar-wrap .google:hover {
    width: 25%;
  }
}

.social-bar-wrap .google .social-name {
  margin: 0 10px;
  color: #fff;
}


.social-bar-wrap .instagram {
  background-color: #db5442;
  font-size: 20px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.social-bar-wrap .instagram:hover {
  background-color: #eba298;
  width: 150px;
}

@media screen and (max-width: 1024px) {
  .social-bar-wrap .instagram:hover {
    width: 50px;
  }
}

@media screen and (max-width: 550px) {
  .social-bar-wrap .instagram:hover {
    width: 25%;
  }
}

.social-bar-wrap .instagram .social-name {
  margin: 0 10px;
  color: #fff;
}


.social-bar-wrap .linkedin {
  background-color: #0077b5;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.social-bar-wrap .linkedin:hover {
  background-color: #1cb1ff;
  width: 150px;
}

@media screen and (max-width: 1024px) {
  .social-bar-wrap .linkedin:hover {
    width: 50px;
  }
}

@media screen and (max-width: 550px) {
  .social-bar-wrap .linkedin:hover {
    width: 25%;
  }
}

.social-bar-wrap .linkedin .social-name {
  margin: 0 10px;
  color: #fff;
  position: relative;
  left: 2px;
}

table {
  width: 100%;
  margin: 20px 0;
}

table tr:nth-of-type(odd) {
  background-color: rgba(102, 102, 102, 0.1);
}

table tr:nth-of-type(even) {
  background-color: rgba(102, 102, 102, 0.05);
}

table tr td {
  border: 0;
}

.bounce {
  position: relative;
  bottom: 15px;
  left: calc(50% - 25px);
  z-index: 198;
  width: 50px;
  height: 50px;
  background: 0 0;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

.bounce > .fa {
  width: 50px;
  position: relative;
  left: -2px;
  display: block;
  text-align: center;
  color: #fff;
  font: normal 45px FontAwesome;
  line-height: 50px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-angle-double-down:before {
  content: "\f103";
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-8px);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-8px);
  }
}

.cd-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  background: rgba(231, 45, 10, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top:hover {
  background: #e72d0a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: 1;
}

.no-touch .cd-top:hover {
  background-color: #e72d0a;
  opacity: 1;
}

.cd-top .fa {
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .cd-top {
    display: none;
  }
}

.image-left {
  width: auto !important;
  height: auto !important;
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 485px) {
  .image-left {
    width: 100% !important;
    height: auto !important;
  }
}

.image-right {
  width: auto !important;
  height: auto !important;
  float: right;
  margin-left: 20px;
}

@media screen and (max-width: 485px) {
  .image-right {
    width: 100% !important;
    height: auto !important;
  }
}

#header {
  height: 100px;
  color: #ffffff;
  background-color: black;
}

@media screen and (max-width: 1024px) {
  #header {
    height: 150px;
  }
}

#header .container .header--logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .container .header--logo:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1165px) {
  #header .container .header--logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .container .header--logo:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #header .container .header--logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    position: absolute;
    top: 85px;
  }
  #header .container .header--logo:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 485px) {
  #header .container .header--logo {
    float: left;
    display: block;
    margin-right: 16.03631%;
    width: 100%;
    text-align: center;
    left: 0;
  }
  #header .container .header--logo:last-child {
    margin-right: 0;
  }
}

#header .container .header--logo h1 {
  margin-bottom: 0;
}

#header .container .header--logo a {
  text-decoration: none;
}

#header .container .header--logo .logo-neville {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  #header .container .header--logo .logo-neville {
    font-size: 34px;
  }
}

#header .container .header--logo .logo-wright {
  font-size: 34px;
  color: #e72d0a;
}

#header .container .header--social {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .container .header--social:last-child {
  margin-right: 0;
}

#header .container .header--social p {
  margin-bottom: 0;
}

@media screen and (max-width: 1165px) {
  #header .container .header--social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .container .header--social:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #header .container .header--social {
    display: none;
  }
}

#header .container .header--social .social-facebook {
  color: #36619e;
  font-size: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .container .header--social .social-facebook:hover {
  color: #6d95cd;
}

#header .container .header--social .social-twitter {
  color: #29a8e0;
  font-size: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .container .header--social .social-twitter:hover {
  color: #82cced;
}

#header .container .header--social .social-linkedin {
  color: #0077b5;
  font-size: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .container .header--social .social-linkedin:hover {
  color: #1cb1ff;
}

#header .container .header--social .social-youtube {
  color: #cd201f;
  font-size: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .container .header--social .social-youtube:hover {
  color: #e86a6a;
}

#header .container .header--social .social-instagram {
  color: #cd201f;
  font-size: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .container .header--social .social-instagram:hover {
  color: #e86a6a;
}

#header .container .header--social .social-vimeo {
  color: #29a8e0;
  font-size: 32px
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .container .header--social .social-vimeo:hover {
  color: #82cced;
}

#header .container .header--social .fa {
  margin-left: 15px;
}



#header .container .header--my-book {
  margin-left: 25.58941%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}

#header .container .header--my-book:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1165px) {
  #header .container .header--my-book {
    margin-left: 17.05961%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  #header .container .header--my-book:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #header .container .header--my-book {
    display: none;
  }
}

#header .container .header--my-book .my-book-button {
  background-color: #e72d0a;
  padding: 15px 28px;
  position: absolute;
  top: 0;
  color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .container .header--my-book .my-book-button:hover {
  background-color: #f8775f;
}

#header .container .header--my-book .my-book-button .fa {
  margin-right: 15px;
}

.navigation {
  min-height: 50px;
  background-color: rgba(5, 5, 5, 0.8);
  position: absolute;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .navigation {
    display: none;
  }
}

.navigation .container ul {
  min-height: 50px;
  height: auto;
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  padding: 2px 10px;
}

.navigation .container ul li {
  height: 40px;
  flex: 1 0 auto;
  min-width: 0;
}

/* Consolidated all nth-child rules since they're identical */
.navigation .container ul li:nth-child(1),
.navigation .container ul li:nth-child(2),
.navigation .container ul li:nth-child(3),
.navigation .container ul li:nth-child(4),
.navigation .container ul li:nth-child(5),
.navigation .container ul li:nth-child(6),
.navigation .container ul li:nth-child(7),
.navigation .container ul li:nth-child(8),
.navigation .container ul li:nth-child(9),
.navigation .container ul li:nth-child(10),
.navigation .container ul li:nth-child(11),
.navigation .container ul li:nth-child(12),
.navigation .container ul li:nth-child(13),
.navigation .container ul li:nth-child(14),
.navigation .container ul li:nth-child(15),
.navigation .container ul li:nth-child(16),
.navigation .container ul li:nth-child(17),
.navigation .container ul li:nth-child(18),
.navigation .container ul li:nth-child(19){
  height: 40px;
  flex: 1 0 auto;
  min-width: 50px;
	padding-right:5px;
}

.navigation .container ul li:nth-child(14) {
  white-space: nowrap;
}

.navigation .container ul li a {
  text-decoration: none;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: 0.3s;
  padding: 1px 3px;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
}

.navigation .container ul li a:hover {
  background-color: rgba(231, 45, 10, 0.9);
}

/* Sub-menu styles */
.navigation .container ul li .sub-menu {
  display: block;
  position: absolute;
  float: left;
  overflow: hidden;
  margin: 0;
  height: 0;
  transition: height 0.3s;
  width: initial;
}

.navigation .container ul li:hover .sub-menu {
  height: 60px; /* Only need one hover rule - removed duplicate */
  overflow: visible;
  z-index: 9999999;
}

.navigation .container ul li .sub-menu li {
  z-index: 99999;
  overflow: hidden;
  width: inherit;
  height: initial;
  min-width: 290px;
  max-width: 290px;
}

.navigation .container ul li .sub-menu li a {
  background-color: rgba(231, 45, 10, 0.9);
  color: #fff;
  height: inherit;
  line-height: inherit;
  text-align: left;
  padding: 15px;
  font-size: 16px; /* Restored original font size for sub-menu */
  display: block; /* Changed from flex for sub-menu items */
}

.navigation .container ul li .sub-menu li a:hover {
  background-color: rgba(5, 5, 5, 0.8);
  color: #fff;
}

.navigation .container ul .invest-port ul li:nth-child(odd) {
  float: left;
}


.header-mob {
  background-color: #e8e7e7;
  color: #fff;
  display: none;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  z-index: 3;
}

.header-mob .sub-menu {
  display: none;
}

.header-mob .header-info {
  margin: 5px 0 0 15px;
  width: calc(100% - 120px);
  display: inline-block;
}

.header-mob .header-info a {
  color: #666;
  text-decoration: none;
  font-weight: 400;
}

.header-mob .header-info .social-facebook {
  color: #36619e;
  font-size: 32px;
}

.header-mob .header-info .social-facebook:hover {
  color: #6d95cd;
}

.header-mob .header-info .social-twitter {
  color: #29a8e0;
  font-size: 32px;
}

.header-mob .header-info .social-twitter:hover {
  color: #82cced;
}

.header-mob .header-info .social-linkedin {
  color: #0077b5;
  font-size: 32px;
}

.header-mob .header-info .social-linkedin:hover {
  color: #1cb1ff;
}

.header-mob .header-info .social-youtube {
  color: #cd201f;
  font-size: 32px;
}

.header-mob .header-info .social-youtube:hover {
  color: #e86a6a;
}

.header-mob .header-info .social-instagram {
  color: #cd201f;
  font-size: 32px;
}

.header-mob .header-info .social-instagram:hover {
  color: #e86a6a;
}

.header-mob .header-info .fa {
  margin-left: 15px;
}

.header-mob ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #e72d0a;
  color: #fff;
}

.header-mob li {
  margin-bottom: 0;
}

.header-mob li a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #fff;
}

.header-mob li a:hover {
  background-color: #e72d0a;
}

.header-mob .menu {
  clear: both;
  max-height: 0;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.header-mob .menu-icon {
  background: #e72d0a;
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 27px 16px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.header-mob .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 3px;
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  width: 26px;
}

.header-mob .menu-icon .navicon:before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  top: 10px;
}

.header-mob .menu-icon .navicon:after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  top: -10px;
}

.header-mob .menu-btn {
  display: none;
}

.header-mob .menu-btn:checked ~ .menu {
  max-height: 1000px;
}

.header-mob .menu-btn:checked ~ .menu-icon .navicon {
  background: 0 0;
}

.header-mob .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-mob .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-mob .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.header-mob .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media screen and (max-width: 1024px) {
  .header-mob {
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 700px) {
  .ment-title {
    font-size: 14px;
  }
  .myGallery .caption {
    font-size: 12px;
    line-height: normal !important;
    margin: 0;
    padding: 5px;
    z-index: 1;
    left: 0;
    width: 100%;
    max-height: 100%;
  }
  .full-cont p {
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    text-align: justify;
  }
  .full-cont {
    min-width: 100% !important;
    position: relative;
    padding: 1px 10px 1px 10px;
  }
  .date {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .head-buy {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    color: #050505;
    font-weight: bold;
    line-height: 120%;
    padding-bottom: 5px;
  }
  .myGallery .item {
    position: relative;
    overflow: hidden;
    font-size: 10px !important;
    text-align: center;
  }
  .myGallery {
    width: 100% !important;
    margin: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .ment-cont {
    width: 100%;
    margin: auto;
    display: grid;
    grid-gap: 60px;
    grid-template-columns: repeat(1, 1fr) !important;
    font-size: 12px;
  }
  .full-des p {
    font-size: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    text-align: justify;
  }
  .ment-text p {
    font-size: 12px !important;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    text-align: justify;
  }
  .image-ment {
    float: left;
    height: auto;
    max-width: 100px !important;
    margin-right: 10px !important;
  }
  ul {
    list-style: none;
    /* Remove default bullets */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
  }
  .head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    color: #050505;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
  }
  .internal-hero-heading-div .hero--child h1 {
    color: white;
    vertical-align: middle;
    font-size: 22px !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navigation .container ul li a {
    font-size: 15px;
  }
}

.hero {
  position: relative;
  height: calc(100vh + 10px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .hero {
    height: calc(60vh - 75px);
  }
}

@media screen and (max-width: 600px) {
  .hero {
    height: calc(40vh - 75px);
  }
}
.hero .hero--child {
  background-color: rgba(5, 5, 5, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none;
}

.hero .hero--child .container .child-intro {
  padding: 55px 0;
  margin-left: 17.05961%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.hero .hero--child .container .child-intro:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .hero .hero--child .container .child-intro {
    display: none;
  }
}

.hero .hero--child .container .child-intro h2 {
  color: #fff;
}

.hero .hero--child .container .child-intro h3 {
  color: #fff;
}

.hero .bounce--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .hero .bounce--container {
    display: none;
  }
}

.mob-hero--child {
  background-color: #050505;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .mob-hero--child {
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .mob-hero--child {
    display: block;
    height: auto;
  }
}

.mob-hero--child .container .child-intro {
  padding: 55px 0;
  margin-left: 17.05961%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.mob-hero--child .container .child-intro:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .mob-hero--child .container .child-intro {
    margin-left: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .mob-hero--child .container .child-intro:last-child {
    margin-right: 0;
  }
}

.mob-hero--child .container .child-intro h2 {
  color: #fff;
}

.mob-hero--child .container .child-intro h3 {
  color: #fff;
}

.about {
  background: #ffffff;
  border-top: 2px solid #e72d0a;
}

.about .container .about--child {
  background: #f0f0f0;
  padding: 10px 0;
  margin-left: 3%;
  float: left;
  display: block;
  margin-right: 3%;
  width: 100%;
}

.about .container .about--child:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .about .container .about--child {
    margin-left: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .about .container .about--child:last-child {
    margin-right: 0;
  }
}

.about .container .about--child h2 {
  color: #050505;
}

.about .container .about--child h3 {
  color: #666;
}

.blocks {
  border-top: 2px solid #e72d0a;
}

.blocks .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .blocks .container {
    max-width: 100%;
  }
}

.blocks .container .blocks--child {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.blocks .container .blocks--child:nth-last-child(-n + 2) .child-overlay {
  float: right;
}

@media screen and (max-width: 1024px) {
  .blocks .container .blocks--child {
    width: 100%;
  }
  .blocks .container .blocks--child:nth-child(odd) .child-overlay {
    float: left;
  }
  .blocks .container .blocks--child:nth-child(even) .child-overlay {
    float: right;
  }
}

@media screen and (max-width: 485px) {
  .blocks .container .blocks--child {
    width: 100%;
    height: 70vh;
    position: relative;
  }
}

.blocks .container .blocks--child .child-overlay {
  padding: 30px;
  background-color: rgba(5, 5, 5, 0.8);
  width: 50%;
  height: 292px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blocks .container .blocks--child .child-overlay:hover {
  background-color: rgba(231, 45, 10, 0.8);
}

.blocks .container .blocks--child .child-overlay:hover a {
  color: #e72d0a;
  background-color: #fff;
}

.blocks .container .blocks--child .child-overlay:hover a:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.blocks .container .blocks--child .child-overlay:hover a:before {
  background-color: #fff;
}

.blocks .container .blocks--child .child-overlay:hover a:after {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .blocks .container .blocks--child .child-overlay {
    height: 350px;
  }
}

@media screen and (max-width: 600px) {
  .blocks .container .blocks--child .child-overlay {
    height: 300px;
  }
}

@media screen and (max-width: 485px) {
  .blocks .container .blocks--child .child-overlay {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}

.blocks .container .blocks--child .child-overlay h3 {
  color: #fff;
  margin-bottom: 5px;
}

.blocks .container .blocks--child .child-overlay p {
  color: #fff;
}

.page-template-my-book .news {
  display: none;
}

.internal-hero .hero--child {
  padding: 70px 0;
  text-align: center;
}

.internal-hero .hero--child h1 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.book-intro {
  background-color: #e8e7e7;
}

.book-intro .container {
  padding: 55px 0;
}

.book-intro .container .intro--book {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.book-intro .container .intro--book:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .book-intro .container .intro--book {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    margin-bottom: 15px;
  }
  .book-intro .container .intro--book:last-child {
    margin-right: 0;
  }
}

.book-intro .container .intro--text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  color: #666;
  margin-top: 25px;
}

.book-intro .container .intro--text:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .book-intro .container .intro--text {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .book-intro .container .intro--text:last-child {
    margin-right: 0;
  }
}

.book-intro .container .intro--text h2 {
  color: #050505;
}

@media screen and (max-width: 1024px) {
  .book-intro .container .intro--text h2 {
    font-size: 26px;
  }
}

.book-intro .container .intro--text p {
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .book-intro .container .intro--text p {
    font-size: 24px;
  }
}

.content .container .content--child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  padding: 55px 0;
}

.content .container .content--child:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .content .container .content--child {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0;
  }
  .content .container .content--child:last-child {
    margin-right: 0;
  }
}

.content .container .content--child h4 {
  color: #050505;
}

.reviews {
  background-color: #e8e7e7;
}

.reviews .container {
  padding: 55px 0;
}

.reviews .container h2 {
  text-align: center;
  color: #050505;
}

.reviews .container .reviews--child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.reviews .container .reviews--child:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .reviews .container .reviews--child {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    margin-bottom: 30px;
  }
  .reviews .container .reviews--child:last-child {
    margin-right: 0;
  }
  .reviews .container .reviews--child:last-child {
    margin-bottom: 0;
  }
}

.reviews .container .reviews--child .review-stars {
  text-align: center;
  margin-bottom: 15px;
}

.reviews .container .reviews--child .review-stars .fa {
  font-size: 36px;
  margin: 0 5px;
  color: #e72d0a;
}

.reviews .container .reviews--child .review-single {
  text-align: center;
}

.internal-hero .hero--child {
  padding: 130px 30px 70px 30px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .internal-hero .hero--child {
    padding: 70px 15px 70px 15px;
  }
}

.internal-hero .hero--child h1 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-intro {
  background-color: #e8e7e7;
}

.about-intro .container {
  padding: 55px 0;
}

.about-intro .container .about--image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.about-intro .container .about--image:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .about-intro .container .about--image {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    margin-bottom: 15px;
  }
  .about-intro .container .about--image:last-child {
    margin-right: 0;
  }
}

.about-intro .container .about--text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  color: #666;
}

.about-intro .container .about--text:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .about-intro .container .about--text {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
  }
  .about-intro .container .about--text:last-child {
    margin-right: 0;
  }
}

.about-intro .container .about--text h3 {
  color: #050505;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-intro .container .about--text h4 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

.about-intro .container .about--text p {
  font-size: 30px;
}

.about-lower .container {
  padding: 55px 0 0 0;
}

.about-lower .container .lower--content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
}

.about-lower .container .lower--content:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .about-lower .container .lower--content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0;
  }
  .about-lower .container .lower--content:last-child {
    margin-right: 0;
  }
}

.parent-content .container {
  padding: 55px 0;
}

.parent-content .container .content--single {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  min-height: 350px;
  margin-bottom: 1.618em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e8e7e7;
  position: relative;
  transition: 0.3s;
}

.parent-content .container .content--single:last-child {
  margin-right: 0;
}

.parent-content .container .content--single:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .parent-content .container .content--single {
    min-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .parent-content .container .content--single {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .parent-content .container .content--single:last-child {
    margin-right: 0;
  }
}

.parent-content .container .content--single:hover .overlay {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(231, 45, 10, 0.8);
  transition: 0.3s;
}

.parent-content .container .content--single:hover .overlay .button--main {
  display: block;
}

.parent-content .container .content--single:hover .overlay h4 {
  color: #fff;
}

.parent-content .container .content--single:hover .overlay .desc {
  color: #fff;
}

.parent-content .container .content--single:hover .overlay .button--main {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .parent-content .container .content--single:hover .overlay .button--main {
    display: block;
    border-color: #fff;
    background-color: #fff;
    color: #e72d0a;
  }
  .parent-content
    .container
    .content--single:hover
    .overlay
    .button--main:before {
    background-color: #fff;
  }
  .parent-content
    .container
    .content--single:hover
    .overlay
    .button--main:after {
    background-color: #fff;
  }
}

.parent-content .container .content--single .overlay {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(232, 231, 231, 0.9);
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-flex: 1 1 auto;
  min-height: 152px;
}

.parent-content .container .content--single .overlay .page-title-link {
  width: 100%;
  max-width: 100%;
  display: block;
  word-wrap: break-word;
}

.parent-content .container .content--single .overlay h4 {
  color: #050505;
  margin-bottom: 5px;
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.parent-content .container .content--single .overlay .desc {
  color: #666;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
  display: block;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.parent-content .container .content--single .overlay .button--main {
  display: none;
  border-color: #fff;
  background-color: #fff;
  color: #e72d0a;
}

.parent-content .container .content--single .overlay .button--main:before {
  background-color: #fff;
}

.parent-content .container .content--single .overlay .button--main:after {
  background-color: #fff;
}

.parent-content .container .content--single .overlay .button--main:hover {
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .parent-content .container .content--single .overlay .button--main {
    display: block;
    border-color: #e72d0a;
    background-color: #e72d0a;
    color: #fff;
  }
  .parent-content .container .content--single .overlay .button--main:before {
    background-color: #e72d0a;
  }
  .parent-content .container .content--single .overlay .button--main:after {
    background-color: #e72d0a;
  }
}

.internal-hero .hero--child {
  padding: 130px 30px 70px 30px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .internal-hero .hero--child {
    padding: 70px 15px 70px 15px;
  }
}

.internal-hero .hero--child h1 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.child-content .container {
  padding: 20px 0;
}

.child-content .container .child--main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.child-content .container .child--main:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .child-content .container .child--main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .child-content .container .child--main:last-child {
    margin-right: 0;
  }
}

.child-content .container .child--main .child-charity {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 48.21067%;
  margin-top: 45px;
}

.child-content .container .child--main .child-charity:last-child {
  margin-right: 0;
}

.child-content .container .child--main .child-charity:nth-of-type(even) {
  margin-right: 0;
}

@media screen and (max-width: 485px) {
  .child-content .container .child--main .child-charity {
    float: left;
    display: block;
    margin-right: 16.03631%;
    width: 100%;
  }
  .child-content .container .child--main .child-charity:last-child {
    margin-right: 0;
  }
}

.child-content .container .child--main .child-charity h4 {
  margin-bottom: 5px;
}

.child-content .container .child--main .child-charity p {
  margin-bottom: 0;
}

.child-content .container .child--main .child-thumb {
  margin-bottom: 25px;
}

.child-content .container .child--main strong {
  color: #050505;
}

.child-content .container .child--main h4 {
  margin-bottom: 0;
}

.child-content .container .child--main hr {
  border-top: 1px solid #e72d0a;
}

.child-content .container .child--sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-left: 8.5298%;
  text-align: right;
}

.child-content .container .child--sidebar:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .child-content .container .child--sidebar {
    margin-left: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: left;
  }
  .child-content .container .child--sidebar:last-child {
    margin-right: 0;
  }
  .child-content .container .child--sidebar .sidebar-book {
    display: none;
  }
}

.child-content .container .child--sidebar h4 {
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #050505;
}

.child-content .container .child--sidebar .sidebar-filters {
  margin-bottom: 60px;
}

.child-content
  .container
  .child--sidebar
  .sidebar-filters
  .month-filter
  .month-filter-selector {
  width: 100%;
  border-color: #666;
  color: #666;
}

.child-content .container .child--sidebar .sidebar-filters .category-filter {
  list-style: none;
}

.child-content
  .container
  .child--sidebar
  .sidebar-filters
  .category-filter
  .postform {
  width: 100%;
  border-color: #666;
  color: #666;
}

.child-content .container .child--sidebar .sidebar-links {
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .child-content .container .child--sidebar .sidebar-links {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.child-content .container .child--sidebar .sidebar-links .related-link a {
  font-size: 14px;
  text-decoration: none;
  color: #e72d0a;
}

.child-content .container .child--sidebar .sidebar-links .related-link a:hover {
  color: #f8775f;
}

.child-content .container .child--sidebar .sidebar-book .book-img {
  min-height: 248px;
  margin-bottom: 20px;
}

.child-content .container .child--sidebar .sidebar-book .book-title {
  font-weight: 700;
  color: #e72d0a;
}

.child-content .container .child--sidebar .sidebar-book .book-title:hover {
  color: #f8775f;
}

.internal-hero .hero--child {
  padding: 130px 30px 70px 30px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .internal-hero .hero--child {
    padding: 70px 15px 70px 15px;
  }
}

.internal-hero .hero--child h1 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.news-content .container {
  padding: 55px 0;
	width: 100%;
}

.news-content .container .news--main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.news-content .container .news--main:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .news-content .container .news--main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 30px;
  }
  .news-content .container .news--main:last-child {
    margin-right: 0;
  }
}

.news-content .container .news--main .child-thumb {
  margin-bottom: 25px;
}

.news-content .container .news--main strong {
  color: #050505;
}

.news-content .container .news--main .news-single {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e72d0a;
}

.news-content .container .news--main .news-single:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-content .container .news--main .news-single h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.news-content .container .news--main .news-single h2 a {
  color: #050505;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}

.news-content .container .news--main .news-single h2 a:hover {
  color: #e72d0a;
}

.news-content .container .news--main .news-single .excerpt {
  margin-bottom: 5px;
}

.news-content .container .news--main .pagination {
  margin-top: 30px;
}

.news-content .container .news--main .pagination .page-numbers {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: transparent;
  color: #e72d0a;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #e72d0a;
  transition: 0.3s;
}

.news-content .container .news--main .pagination .page-numbers:hover {
  background-color: #e72d0a;
  color: #fff;
}

.news-content .container .news--main .pagination .page-numbers.current {
  background-color: #e72d0a;
  color: #fff;
}

.news-content .container .news--sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-left: 8.5298%;
  text-align: right;
}

.news-content .container .news--sidebar:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .news-content .container .news--sidebar {
    margin-left: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: left;
  }
  .news-content .container .news--sidebar:last-child {
    margin-right: 0;
  }
  .news-content .container .news--sidebar .sidebar-book {
    display: none;
  }
}

.news-content .container .news--sidebar h4 {
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #050505;
}

.news-content .container .news--sidebar .sidebar-filters {
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .news-content .container .news--sidebar .sidebar-filters {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.news-content
  .container
  .news--sidebar
  .sidebar-filters
  .month-filter
  .month-filter-selector {
  width: 100%;
  border-color: #666;
  color: #666;
}

.news-content .container .news--sidebar .sidebar-filters .category-filter {
  list-style: none;
}

.news-content
  .container
  .news--sidebar
  .sidebar-filters
  .category-filter
  .postform {
  width: 100%;
  border-color: #666;
  color: #666;
}

.news-content .container .news--sidebar .sidebar-links {
  margin-bottom: 60px;
}

.news-content .container .news--sidebar .sidebar-links .related-link a {
  font-size: 14px;
  text-decoration: none;
  color: #e72d0a;
}

.news-content .container .news--sidebar .sidebar-links .related-link a:hover {
  color: #f8775f;
}

.news-content .container .news--sidebar .sidebar-book .book-img {
  min-height: 248px;
  margin-bottom: 20px;
}

.news-content .container .news--sidebar .sidebar-book .book-title {
  font-weight: 700;
  color: #e72d0a;
}

.news-content .container .news--sidebar .sidebar-book .book-title:hover {
  color: #f8775f;
}

@media screen and (max-width: 1024px) {
  .single .child--main {
    margin-bottom: 60px;
  }
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
    no-repeat 98% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select {
    background-image: none !important;
  }
}

.lifeline-content.lifeline-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.lifeline-content.lifeline-container:after {
  content: "";
  display: table;
  clear: both;
}

.lifeline-content #lifeline-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

.lifeline-content #lifeline-timeline::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e8e7e7;
}

@media only screen and (min-width: 1170px) {
  .lifeline-content #lifeline-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .lifeline-content #lifeline-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.lifeline-content .lifeline-timeline-block {
  position: relative;
  margin: 2em 0;
}

.lifeline-content .lifeline-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.lifeline-content .lifeline-timeline-block:first-child {
  margin-top: 0;
}

.lifeline-content .lifeline-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .lifeline-content .lifeline-timeline-block {
    margin: 5em 0;
  }
  .lifeline-content .lifeline-timeline-block:first-child {
    margin-top: 0;
  }
  .lifeline-content .lifeline-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.lifeline-content .lifeline-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e72d0a;
}

.lifeline-content .lifeline-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

@media only screen and (min-width: 1170px) {
  .lifeline-content .lifeline-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .lifeline-content .lifeline-timeline-img.is-hidden {
    visibility: hidden;
  }
  .lifeline-content .lifeline-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: lifeline-bounce-1 0.6s;
    animation: lifeline-bounce-1 0.6s;
  }
}

@-webkit-keyframes lifeline-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lifeline-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.lifeline-content .lifeline-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: 0.25em;
  padding: 1em;
}

.lifeline-content .lifeline-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.lifeline-content .lifeline-timeline-content h2 {
  color: #303e49;
}

.lifeline-content .lifeline-timeline-content .image-container {
  display: block;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.lifeline-content .lifeline-timeline-content .lifeline-date,
.lifeline-content .lifeline-timeline-content .lifeline-read-more,
.lifeline-content .lifeline-timeline-content p {
  font-size: 13px;
}

.lifeline-content .lifeline-timeline-content .lifeline-date {
  color: #e72d0a;
  font-weight: 700;
}

.lifeline-content .lifeline-timeline-content .lifeline-date,
.lifeline-content .lifeline-timeline-content .lifeline-read-more {
  display: inline-block;
}

.lifeline-content .lifeline-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
  text-align: right;
}

.lifeline-content .lifeline-timeline-content .lifeline-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: #fff;
  border-radius: 0.25em;
}

.lifeline-content
  .no-touch
  .lifeline-timeline-content
  .lifeline-read-more:hover {
  background-color: #bac4cb;
}

.lifeline-content .lifeline-timeline-content .lifeline-date {
  float: left;
  padding: 0.8em 0;
}

@media only screen and (min-width: 768px) {
  .lifeline-content .lifeline-timeline-content {
    padding-top: 0;
  }
  .lifeline-content .lifeline-timeline-content h2 {
    font-size: 20px;
  }
  .lifeline-content .lifeline-timeline-content p {
    font-size: 16px;
  }
  .lifeline-content .lifeline-timeline-content .lifeline-date,
  .lifeline-content .lifeline-timeline-content .lifeline-read-more {
    float: none;
    padding: 0;
    font-size: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .lifeline-content .lifeline-timeline-content {
    padding-top: 0;
  }
  .lifeline-content .lifeline-timeline-content h2 {
    font-size: 20px;
  }
  .lifeline-content .lifeline-timeline-content p {
    font-size: 16px;
    text-align: left;
  }
  .lifeline-content .lifeline-timeline-content .image-container {
    margin-top: 15px;
    min-height: 220px;
  }
  .lifeline-content .lifeline-timeline-content .lifeline-date,
  .lifeline-content .lifeline-timeline-content .lifeline-read-more {
    float: none;
    padding: 0;
    font-size: 26px;
  }
}

@media only screen and (min-width: 1170px) {
  .lifeline-content .lifeline-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    padding-top: 0;
    width: 45%;
  }
  .lifeline-content .lifeline-timeline-content .lifeline-read-more {
    float: left;
  }
  .lifeline-content .lifeline-timeline-content .lifeline-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 28px;
  }
  .lifeline-content
    .lifeline-timeline-block:nth-child(even)
    .lifeline-timeline-content {
    float: right;
  }
  .lifeline-content
    .lifeline-timeline-block:nth-child(even)
    .lifeline-timeline-content
    .lifeline-read-more {
    float: right;
  }
  .lifeline-content
    .lifeline-timeline-block:nth-child(even)
    .lifeline-timeline-content
    .lifeline-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .lifeline-content
    .lifeline-timeline-block:nth-child(even)
    .lifeline-timeline-content
    p {
    text-align: left;
  }
  .lifeline-content .lifeline-timeline-content.is-hidden {
    visibility: hidden;
  }
  .lifeline-content .lifeline-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: lifeline-bounce-2 0.6s;
    animation: lifeline-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  .lifeline-content
    .lifeline-timeline-block:nth-child(even)
    .lifeline-timeline-content.bounce-in {
    -webkit-animation: lifeline-bounce-2-inverse 0.6s;
    animation: lifeline-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes lifeline-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes lifeline-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes lifeline-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes lifeline-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

#map {
  height: 400px;
}

@media screen and (max-width: 1024px) {
  .wpcf7-form {
    margin-bottom: 60px;
  }
}

.wpcf7-form p label {
  font-weight: 400;
}

.wpcf7-form p label span input {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border: 1px solid #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form p label span input:hover {
  border: 1px solid #e72d0a;
}

.wpcf7-form p label span input:active {
  border: 1px solid #e72d0a;
}

.wpcf7-form p label span input:focus {
  border: 1px solid #e72d0a;
}

.wpcf7-form p label span textarea {
  width: 100%;
  min-height: 250px;
  margin-top: 10px;
  border: 1px solid #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form p label span textarea:hover {
  border: 1px solid #e72d0a;
}

.wpcf7-form p label span textarea:active {
  border: 1px solid #e72d0a;
}

.wpcf7-form p label span textarea:focus {
  border: 1px solid #e72d0a;
}

.wpcf7-form .wpcf7-response-output {
  margin: 0;
}

.wpcf7-form .wpcf7-validation-errors {
  border: 2px solid #e72d0a;
}

.sent p {
  display: none;
}

.sent .wpcf7-form-control-wrap {
  display: none;
}

#rc-imageselect,
.g-recaptcha {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin-bottom: 15px;
}

.sidebar-address {
  margin-bottom: 60px;
}

#firstHeading {
  margin-top: 25px;
  margin-bottom: 0;
  color: #e72d0a;
}

.text--single {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e72d0a;
}

.text--single .text-only {
  margin-bottom: 20px;
}

.text--single h2 {
  font-size: 26px;
  margin-bottom: 1.4rem;
}

.text--single h2 a {
  color: #050505;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}

.text--single h2 a:hover {
  color: #e72d0a;
}

.text--single:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#footer {
  border-top: 2px solid #e72d0a;
}

#footer .news {
  background-color: #e8e7e7;
}

#footer .news .container {
  padding: 55px 0;
}

#footer .news .container .news--child--latest {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

#footer .news .container .news--child--latest:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  #footer .news .container .news--child--latest {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .news .container .news--child--latest:last-child {
    margin-right: 0;
  }
}

#footer .news .container .news--child--latest .section-header {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #979797;
}

#footer .news .container .news--child--latest .section-header:after,
#footer .news .container .news--child--latest .section-header:before {
  content: " ";
  display: table;
}

#footer .news .container .news--child--latest .section-header:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

#footer .news .container .news--child--latest .section-header .section-title {
  float: left;
  color: #050505;
  margin-bottom: 0;
}

#footer .news .container .news--child--latest .section-header .see-more {
  float: right;
}

#footer .news .container .news--child--latest .news-content .date {
  font-size: 16px;
  line-height: 18px;
}

#footer .news .container .news--child--book {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

#footer .news .container .news--child--book:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  #footer .news .container .news--child--book {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  #footer .news .container .news--child--book:last-child {
    margin-right: 0;
  }
}

#footer .news .container .news--child--book .section-header {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #979797;
}

#footer .news .container .news--child--book .section-header:after,
#footer .news .container .news--child--book .section-header:before {
  content: " ";
  display: table;
}

#footer .news .container .news--child--book .section-header:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

#footer .news .container .news--child--book .section-header .section-title {
  float: left;
  color: #050505;
  margin-bottom: 0;
}

#footer .news .container .news--child--book .book-image {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 30.11389%;
  min-height: 258px;
}

#footer .news .container .news--child--book .book-image:last-child {
  margin-right: 0;
}

@media screen and (max-width: 485px) {
  #footer .news .container .news--child--book .book-image {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-bottom: 14px;
    min-height: 385px;
  }
  #footer .news .container .news--child--book .book-image:last-child {
    margin-right: 0;
  }
}

#footer .news .container .news--child--book .book-desc {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 65.05695%;
}

#footer .news .container .news--child--book .book-desc:last-child {
  margin-right: 0;
}

@media screen and (max-width: 485px) {
  #footer .news .container .news--child--book .book-desc {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
  }
  #footer .news .container .news--child--book .book-desc:last-child {
    margin-right: 0;
  }
}

#footer .news .container .news--child--book .book-desc .book-title {
  font-weight: 700;
  color: #e72d0a;
}

#footer .news .container .news--child--book .book-desc .book-title:hover {
  color: #f8775f;
}

#footer .footer-end {
  background-color: #050505;
}

#footer .footer-end .container {
  padding: 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

@media screen and (max-width: 1024px) {
  #footer .footer-end .container {
    display: block;
  }
}

#footer .footer-end .container .sitemap {
  float: left;
  display: block;
  margin-right: 1%;
  width: 100%;
  -webkit-column-count: 3;
  column-count: 3;
}

#footer .footer-end .container .sitemap:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  #footer .footer-end .container .sitemap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 55px;
  }
  #footer .footer-end .container .sitemap:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 485px) {
  #footer .footer-end .container .sitemap {
    -webkit-column-count: 1;
    column-count: 1;
    border-bottom: 1px solid #e72d0a;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
}

#footer .footer-end .container .sitemap ul {
  list-style: none;
}

#footer .footer-end .container .sitemap ul li {
  margin: 15px 0;
}

#footer .footer-end .container .sitemap ul li:first-child {
  margin: 0;
}

#footer .footer-end .container .sitemap ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

#footer .footer-end .container .sitemap ul li a:hover {
  color: #e72d0a;
}

#footer .footer-end .container .footer--social {
  float: left;
  display: block;
  margin-right: 1%;
  width: 35%;
  font-size: 14px;
}

#footer .footer-end .container .footer--social:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  #footer .footer-end .container .footer--social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  #footer .footer-end .container .footer--social:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 485px) {
  #footer .footer-end .container .footer--social {
    float: left;
    display: block;
    margin-right: 16.03631%;
    width: 100%;
    border-bottom: 1px solid #e72d0a;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #footer .footer-end .container .footer--social:last-child {
    margin-right: 0;
  }
}

#footer .footer-end .container .footer--social p {
  color: #fff;
  margin-bottom: 0;
}

#footer .footer-end .container .footer--social .social-facebook {
  color: #fff;
  font-size: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-end .container .footer--social .social-facebook:hover {
  color: #e72d0a;
}

#footer .footer-end .container .footer--social .social-twitter {
  color: #fff;
  font-size: 32px;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-end .container .footer--social .social-twitter:hover {
  color: #e72d0a;
}

#footer .footer-end .container .footer--social .social-linkedin {
  color: #fff;
  font-size: 32px;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-end .container .footer--social .social-linkedin:hover {
  color: #e72d0a;
}

#footer .footer-end .container .footer--social .social-youtube {
  color: #fff;
  font-size: 32px;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-end .container .footer--social .social-youtube:hover {
  color: #e72d0a;
}

#footer .footer-end .container .footer--social .social-instagram {
  color: #fff;
  font-size: 32px;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-end .container .footer--social .social-instagram:hover {
  color: #e72d0a;
}

#footer .footer-end .container .footer--social .social-vimeo {
  color: #fff;
  font-size: 32px;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-end .container .footer--social .social-vimeo:hover {
  color: #e72d0a;
}

#footer .footer-end .container .footer--logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 35.23176%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#footer .footer-end .container .footer--logo:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  #footer .footer-end .container .footer--logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  #footer .footer-end .container .footer--logo:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 485px) {
  #footer .footer-end .container .footer--logo {
    float: left;
    display: block;
    margin-right: 16.03631%;
    width: 100%;
  }
  #footer .footer-end .container .footer--logo:last-child {
    margin-right: 0;
  }
}

#footer .footer-end .container .footer--logo h1 {
  margin-bottom: 0;
  float: right;
}

@media screen and (max-width: 1024px) {
  #footer .footer-end .container .footer--logo h1 {
    float: left;
  }
}

#footer .footer-end .container .footer--logo a {
  text-decoration: none;
}

#footer .footer-end .container .footer--logo .logo-neville {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 600px) {
  #footer .footer-end .container .footer--logo .logo-neville {
    font-size: 30px;
  }
}

@media screen and (max-width: 485px) {
  #footer .footer-end .container .footer--logo .logo-neville {
    font-size: 34px;
  }
}

#footer .footer-end .container .footer--logo .logo-wright {
  font-size: 34px;
  color: #e72d0a;
}

#footer .copyright .container {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 550px) {
  #footer .copyright .container {
    height: 100px;
    padding-bottom: 50px;
  }
}

#footer .copyright .container .copyright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: right;
}

#footer .copyright .container .copyright:last-child {
  margin-right: 0;
}

@media screen and (max-width: 550px) {
  #footer .copyright .container .copyright {
    text-align: center;
  }
}

#footer .copyright .container .copyright ul {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
  margin-bottom: 0;
}

#footer .copyright .container .copyright ul li a {
  font-weight: 400;
  color: #666;
}

#footer .copyright .container .copyright ul li a:hover {
  color: #e72d0a;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url(fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0);
  src: url(fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-cog:before,
.fa-gear:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-cogs:before,
.fa-gears:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-gavel:before,
.fa-legal:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-bolt:before,
.fa-flash:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}

.fa-eur:before,
.fa-euro:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-inr:before,
.fa-rupee:before {
  content: "";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}

.fa-krw:before,
.fa-won:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram-square:before {
  content: ' \f16d';
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: url(http://nevillewright.com/wp-content/uploads/2023/03/icons8-tiktok-64-e1679930862570.png);
}

.fa-vimeo-square:hover {
  filter: brightness(150%);
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "";
}

.fa-empire:before,
.fa-ge:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-bed:before,
.fa-hotel:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-television:before,
.fa-tv:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "http://nevillewright.com/wp-content/uploads/2023/03/icons8-tiktok-1.svg";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=map/style.css.map */