
body {
  font-family: Calibri,"Work Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #63a537;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #63a537;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: Calibri,"Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #63a537;
}

::-moz-selection {
  color: #fff;
  background: #63a537;
}

::selection {
  color: #fff;
  background: #63a537;
}

.fh5co-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
}
.fh5co-nav .top {
  background: #63a537;
  padding: 7px 0;
  margin-bottom: 0;
}
.fh5co-nav .top .num, .fh5co-nav .top .fh5co-social {
  display: inline-block;
  margin: 0;
}
.fh5co-nav .top .num {
  font-size: 15px;
  padding-right: 20px;
  margin-right: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.7);
}
.fh5co-nav .top .fh5co-social li {
  font-size: 14px;
}
.fh5co-nav .top .fh5co-social li a {
  padding: 0 7px;
}
.fh5co-nav .top .fh5co-social li a i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.fh5co-nav #ryedale-logo {
    display: inline-block;
    font-size: 50px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: 'Calibri Light', Calibri, Carlito, Helvetica, Arial, sans-serif;
    color: black;
    border-bottom: 8px solid;
    border-bottom-color: #63A537;
    line-height: normal;
    margin-top: 10px;
    text-indent: -3px;
}
.fh5co-nav #ryedale-logo a {
    padding: 0;
}
.fh5co-nav #logo-subtitle {
    font-size: 0.9em;
    line-height: normal;
}
@media screen and (max-width: 1439px) {

    .fh5co-nav #ryedale-logo {
        display: inline-block;
        font-size: 41px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        font-family: 'Calibri Light', Calibri, Carlito, Helvetica, Arial, sans-serif;
        color: black;
        border-bottom: 8px solid;
        border-bottom-color: #63A537;
        text-indent: -2.5px;
    }
    .fh5co-nav #logo-subtitle {
        font-size: 0.65em;
    }
}
.fh5co-nav #fh5co-logo a span {
    color: #63a537;
}
.fh5co-nav .top-menu{
    border-bottom: 15px solid;
    border-bottom-color: #fff;
}
@media screen and (max-width: 1024px) {
    .fh5co-nav .top-menu {
        border-bottom: 8px solid;
        border-bottom-color: #fff;
    }
}
.top-menu .menu-nav {
    position: relative;
}
.top-menu .menu-nav .nav-bar {
    position: absolute;
    bottom: 25px;
    right: 0;
    margin-right: 0.1vw;
}
@media screen and (max-width: 1439px) {
    .top-menu .menu-nav .nav-bar {
        bottom: 20px;
        margin-right: 0;
    }
}
@media screen and (max-width: 1199px) {

    .nav-bar {
        margin-top: -80px;
    }
}

@media screen and (max-width: 768px) {

    .nav-bar {
        margin-top: 0px;
    }
}

.fh5co-nav a {
  padding: 1px 1px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 16px;
  padding: 5px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
}
@media screen and (min-width: 993px) and (max-width: 1439px) {
    .fh5co-nav ul li a {
        font-size: 12px;
    }
}
@media screen and (max-width: 992px) {
    .fh5co-nav ul li a {
        font-size: 11px;
    }
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: #63a537 !important;
}

.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #63a537;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #63a537;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #f2f2f2;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000 !important;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #000;
}
.fh5co-nav ul li.btn-cta a {
  color: #fff;
}
.fh5co-nav ul li.btn-cta a span {
  background: #63a537;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.fh5co-nav ul li.active > a {
  color: #63a537 !important;
}

    .fh5co-nav ul li.btn-cta .btn {
        border: none !important;
        padding: 18px 30px !important;
        background: #63a537;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        padding-left: 50px;
        padding-right: 50px;
    }

.fh5co-nav ul li.btn-cta .btn:hover {
    background: #375C1E !important;
}

.fh5co-nav ul li.btn-cta .btn.btn-lg {
    
}
#fh5co-header, #fh5co-counter, .bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}


.fh5co-nav .btn-cta .btn {
    border: none !important;
    background: #63a537;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
}

.fh5co-nav .btn-cta .btn:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    background: #375C1E !important;
}

.fh5co-nav .btn-cta .btn.btn-lg {
    padding: 18px 30px !important;
}

.fh5co-nav .btn-cta {
    padding-top: 6px;
}

/*.fh5co-nav .btn-cta .btn {
    border: none !important;
    background: #fff;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 20px;
}

.fh5co-nav .btn-cta .btn:hover {
    background: rgba(255, 255, 255, 0.7) !important;
}

.fh5co-nav .btn-cta .btn.btn-lg {
    padding: 8px 33px !important;
}

.fh5co-nav .btn-cta {
    padding-top: 6px;
}*/



.bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
}
.bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#ryedale-about,
#about,
#request-demo,
#our-people,
.people-summary,
#fh5co-blog,
#fh5co-contact,
#contact {
    padding: 4em 0;
    clear: both;
}
@media screen and (max-width: 768px) {
  #ryedale-about,
  #about,
  #request-demo,
  #our-people,
  .people-summary,
  #fh5co-blog,
  #fh5co-contact,
  #contact{
    padding: 3em 0;
  }
}

#ryedale-video {
    padding-bottom: 4em 0;
    clear: both;
}
@media screen and (max-width: 768px) {
    #ryedale-video {
        padding-bottom: 3em;
    }
}

#ryedale-video video {
    width: 64%;
    outline: none;
}

@media screen and (max-width: 991px) {
    #ryedale-video video {
        width: 95%;
    }
}

#peopleSummary .peopleSummaryTitle {
    padding-top: 4em;
    clear: both;
}

#peopleSummary .people-summary {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    #footer {
        padding: 1em 0;
    }
}

#footer {
    padding: 1em 0;
    clear: both;
}

.people {
  position: relative;
}
@media screen and (max-width: 768px) {
  .people {
    margin-bottom: 30px;
  }
    .people .title span {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 23px;
        color: rgba(0, 0, 0, 0.4);
    }

    .people .title h3 {
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-top: 24px;
        margin-bottom: 20px;
    }
}
.people img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.people .title {
  width: 100%;
  text-align: center;
}
.people .title h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  
}
.people .title h3 a {
  color: #000;
}
.people .title h3 a:hover, .people .title h3 a:focus {
  color: #63a537;
}
.people .title span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.4);
}
.our-people img {
    display: block;
    max-width: 60%;
    max-height: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.our-people .title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .our-people .our-people-heading h2 {
        margin-bottom: 70px;
    }
    .our-people img {
        margin-left: 60px;
    }
    .our-people .title {
        text-align: left;
        margin-top: 30px;
        margin-left: 60px;
        margin-right: 60px;
    }
    .our-people .our-people-content {
        padding-right: 100px;
    }
    .ryedale-5-elm {
        width: 20%;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
}


@media screen and (max-width: 425px) {
    .our-people .title {
        font-size: 1em;
    }
}

.our-people a {
    color: #cccccc;
    font-size: 25px;
}
.fh5co-heading {
  margin-bottom: 5em;
}
.fh5co-heading h2 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.fh5co-heading h3 {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #000;
  position: relative;
}
.fh5co-heading h2:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #63a537;
  content: '';
}
.fh5co-heading h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #63a537;
  content: '';
}
.fh5co-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}


#request-demo {
    position: relative;
    overflow: hidden;
}
#request-demo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#request-demo h2 {
  color: #fff;
  margin-bottom: 20px !important;
  line-height: 1.5em;
}
#request-demo h2 span {
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
}
#request-demo h2 .percent {
  color: #63a537;
  font-weight: 700;
}
#request-demo p {
  color: rgba(255, 255, 255, 0.5);
}
#request-demo .btn {
  height: 54px;
  border: none !important;
  background: #63a537;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}

#request-demo .btn:hover {
    background: #375C1E !important;
}
#request-demo .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#request-demo .form-inline .form-group .form-control {
  width: 100%;
}
#request-demo .demo-image {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}
.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog a img {
    width: 100%;
}

@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
    margin-bottom:300px;
  }
}

.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 90%;
  padding: 30px;
  float: right;
  margin-top: -2em;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text p {
    height:180px;
    overflow: hidden;
}

.fh5co-blog .blog-text span.posted_on {
  color: white;
  font-size: 18px;
  padding: 2px 10px;
  padding-left: 40px;
  margin-left: -40px;
  background: #63a537;
  position: relative;
  text-transform: uppercase;
}
.fh5co-blog .blog-text span.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #63a537 transparent;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #63a537;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
  height: 77px;
  overflow: hidden;
}
.fh5co-blog .blog-text h3 a {
  color: black;
    height: 75px;
}

#footer {
  position: relative;
}
#footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#footer p {
  color: rgba(255, 255, 255, 0.8);
}


#footer .copyright .block {
  display: block;
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas .dropdown-menu {
    position: static !important;
    float: none;
    transform: none !important;
}

#fh5co-offcanvas .dropdown-menu.show {
    display: block;
    background: black;
}

#fh5co-offcanvas .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 0px;
}

@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#fh5co-offcanvas ul li.btn-cta a {
    color: #fff;
}
#fh5co-offcanvas li.btn-cta a {
    background: #63a537;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

#fh5co-offcanvas ul li.btn-cta .btn {
    border: none !important;
    background: #63a537;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 50px;
    padding-right: 50px;
}

#fh5co-offcanvas ul li.btn-cta .btn:hover {
    background: #375C1E !important;
}

#fh5co-offcanvas ul li.btn-cta .btn.btn-lg {
    padding: 8px 33px !important;
}




.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff !important;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #000;
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #000;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 21;
  /*padding: 6px 0 0 0;*/
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: Calibri,"Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #63a537;
  color: #fff;
  border: 2px solid #63a537;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #375C1E !important;
  border-color: #375C1E !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #63a537;
  border: 1px solid #63a537;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #63a537;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 1px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 1px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 1px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 1px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #63a537;
}

.radioLabel {
    margin: 10px 0px 20px 0px;
}

.radioList {
    list-style-type: none;
}
.radioButton {
    margin: 0px 0px 0px -40px;
    opacity: 0.7;
}

.radioButton input[type="radio"]{
    opacity: 0.7;
}

.radioButton input[type="radio"]:focus {
    border-color: #63a537;
}

.radioButton input[type="radio"]:checked {
    border-color: #63a537;
}

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

/*.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}*/

.js .animate-box {
  opacity: 0;
}

#fh5co-hero {
  min-height: 630px;
  height: 630px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 630px;
  height: 630px;
  position: relative;
}
#fh5co-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#fh5co-hero .flexslider .slides .header-image {
    pointer-events: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;    
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 1;
  min-height: 630px;
  height: 630px;
  z-index: 9;
  position: relative;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: Calibri, "Source Sans Pro", Arial, sans-serif;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 18px 30px !important;
  color: #fff;
  border: none !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #375C1E !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}


#fh5co-hero .caption {
  border: none;
  z-index: 1;
  margin-bottom: 0;
  margin-top: 0px;
}

#fh5co-hero .caption .caption-text {
  font-size: 14px;
  color: #767676
}

#ryedale-about {
    padding-top: 7em;
}

@media screen and (max-width: 768px) {
    #ryedale-about {
        padding-top: 7em 0;
    }
}

#ryedale-about img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    #ryedale-about col-md-12 {
        margin-bottom: 30px;
    }
    #ryedale-about .img-shadow {
        margin-bottom: 30px;
    }
    #ryedale-about .img-shadow {
        margin-bottom: 30px;
    }
}
#ryedale-about .fh5co-heading {
    margin-bottom: 0px;
}


#about {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {
    #about {
        padding: 4em 0;
    }
}

#about span img {
    width: 60px;
    margin: 60px auto;
}

@media screen and (max-width: 768px) {
    #about col-md-12 {
        margin-bottom: 30px;
    }

    #about .img-shadow {
        margin-bottom: 30px;
    }

    #about .img-shadow {
        margin-bottom: 30px;
    }
}

.fh5co-explore {
    padding-bottom: 40px;
}

.fh5co-explore-bg-color {
    width: 100%;
    background: #1a1b1e;
    padding: 7em 0;
    margin-bottom: 0;
}

.img-shadow {
    -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}

.news-item-heading {
  margin-bottom: 5em;
}
.news-item-heading h2 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #000;
  position: relative;
}
.news-item-heading h3 {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #000;
  position: relative;
}
.news-item-heading h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #63a537;
  content: '';
}
.news-item-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.news-item-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.article-item-heading h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1.5;
    color: #000;
    position: relative;
}
.article-item-heading {
    margin-bottom: 1em;
}
.article-item-heading h2 {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.5;
    color: #000;
    position: relative;
}
.article-item-heading h3 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1.5;
    color: #000;
    position: relative;
}
.article-item-heading h3:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background: #63a537;
    content: '';
}
.article-item-heading h4 {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    position: relative;
}
.article-item-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.article-item-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.article-item-heading .imageDescription {
    font-size: 0.8em;
    font-style: italic;
    letter-spacing: normal;
    text-transform: none;
}

.article-item-heading .floatLeft {
    float: left;
    margin-top: 2vw;
    margin-right: 2vw;
    margin-bottom: 2vw;
}
.article-item-heading .floatRight {
    float: right;
    margin-top: 2vw;
    margin-left: 2vw;
    margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
    .article-item-heading .floatLeft, 
    .article-item-heading .floatRight {
        float: none;
        margin: 0;
    }
    .article-item-heading .floatLeft img, 
    .article-item-heading .floatRight img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.fh5co-blog-top a img {
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .fh5co-blog-top {
    width: 100%;
    margin-bottom:400px;
  }
}

.fh5co-blog-top .blog-text {
  position: relative;
  background: #fff;
  width: 90%;
  padding: 30px;
  float: right;
  margin-top: -5em;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-blog-top .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog-top .blog-text p {
    height: auto;
    font-size: 20px;
}

.fh5co-blog-top .blog-text span.posted_on {
  color: white;
  font-size: 18px;
  padding: 2px 10px;
  padding-left: 40px;
  margin-left: -40px;
  background: #63a537;
  position: relative;
}
.fh5co-blog-top .blog-text span.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #63a537 transparent;
}
.fh5co-blog-top .blog-text span.comment {
  float: right;
}
.fh5co-blog-top .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog-top .blog-text span.comment a i {
  color: #63a537;
  padding-left: 7px;
}
.fh5co-blog-top .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
    height: 75px;
}
.fh5co-blog-top .blog-text h3 a {
  color: black;
  height: 75px;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
    .fh5co-blog .blog-text h3 {
        height: auto;
    }
    .fh5co-blog .blog-text p {
        height: auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .fh5co-blog .blog-text h3 {
        font-size: 16px;
        overflow: hidden;
    }
    .fh5co-blog .blog-text p {
        font-size: 14px;
        overflow: hidden;
    }
}

#opinion-about {
    padding-top: 40px;
}

#opinion-about img {
    margin-top: 40px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

.opinion-bg-section {
    background: rgba(0, 0, 0, 0.05);
}

.opinion-bg-section .image {
    display: block;
  margin-left: auto;
  margin-right: auto;
}

.ryedale-bg-section {
    background: rgba(0, 0, 0, 0.05);
}

.ryedale-item-heading {
  margin-bottom: 5em;
}
.ryedale-item-heading h2 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #000;
  position: relative;
}
.ryedale-item-heading h3 {
  font-size: 23px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #000;
  position: relative;
}
.ryedale-item-heading h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #63a537;
  content: '';
}
.ryedale-item-heading p {
  font-size: 19px;
  line-height: 1.5;
  color: #000;
  font-style: italic;
}

#opinion-author {
    padding-top: 40px;
}


.ryedale-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
    .ryedale-contact-info {
        margin-top: 40px;
    }
}
.ryedale-contact-info ul {
  padding: 0;
  margin: 0;
}
.ryedale-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.ryedale-contact-info ul li:before {
  color: #cccccc;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ryedale-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.ryedale-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.ryedale-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.ryedale-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}
.ryedale-contact-info ul li.linkedin:before {
  font-size: 23px;
  content: "\ea73";
}

.contact {
    background: rgba(0, 0, 0, 0.05);
}


.contact h3{
    margin-bottom: 50px;
}

.top-p{
    margin-top: 40px;
}

.etfMilestones img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 40px;
}

.exclusiveContact {
    background: rgba(0, 0, 0, 0.1);
}

.exclusiveArticle img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 40px;
}

.exclusiveArticle h4 {
    margin-bottom: 15px;
}
.exclusiveArticle p {
    text-align: justify;
}

.article {
    display: none;
}

.article.is-visible {
    display: block;
}

.loadMoreButton {
    margin-top: 20px;
}
.article .articleType {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}
.article .read-full-article {
    color: #63a537;
    font-weight: bold;
}

.blockquote {
    display: block;
    margin-left: 10px;
    margin-bottom: 30px;
    border-left: 5px solid #63A537;
    color: black;
    font-weight: bolder;
    box-sizing: border-box;
    padding: 20px;
}


.blockquote p {
    color: black;
    font-weight: bolder;
    font-style: italic;
    margin: 0;
    text-align: left;
}

.dropdown .dropdown-menu {
    margin-top: 0px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9e9e9e;
    margin-right: 12px; /* was 8px */
    vertical-align: middle;
    flex-shrink: 0;
}

.social-icon svg {
    display: block;
    width: 30px; /* was 16px */
    height: 30px; /* was 16px */
}

.social-item {
    display: flex;
    align-items: center; /* vertically centres icon with text */
    margin-bottom: 16px; /* was 12px — more breathing room between items */
    font-size: 18px; /* slightly larger text */
    padding-left: 16px; /* indents the whole row from the left */
}

.social-item a,
.social-item span.text {
    color: #6abf69;
    text-decoration: none;
}

.social-item a:hover {
    text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
