/*
**********************
--- GENERAL THEME CSS ---
**********************
*/
html {
    height: 100% !important;
    min-height: 100% !important;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background: #FFFFFF;
    font-size: 15px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        letter-spacing: 0.01em;
    line-height: 1.25em;
}
img {
    max-width:100%;
    height: auto;
}
p {
    margin: 0 0 20px;
}
.not-front h1.page-header {
    background-color:#223b6a;
    color: #ffffff;
    height: 140px;
    padding-top: 50px;
    margin-bottom: 20px;
}
.not-front .main-container {
    padding-top: 80px !important;
}

#block-block-129 {
        background-color: #223b6a;
    color: #ffffff;
    padding-top: 30px;
    margin-top: 80px;
    height: 140px;
}
#block-block-129 h3 {
    color: #ffffff;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
p.subheading {
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 5px;
}
h1{
    color:#272626;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 10px;
}
.upper{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 10px;
}
.clear {
    clear: both;
}

.blue {
    color: #009fe3;
}
.dark-blue {
    color: #16304a;
}

.not-front .main-container{
    padding-bottom: 0;
    padding-top: 240px;
    z-index: 101;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.node-type-news .main-container {
    padding-top: 180px;
}
.main-container{
 }

.main-container:before{
    height: 0px;
}
.main-container:after{
    height: 0px;
}

.sidebar-first .main-container section.col-sm-9{
    padding-left: 30px;
}

.sidebar-second .main-container section.col-sm-9{
    padding-right: 30px;
}

.main-container section.col-sm-9{
    padding-right: 30px;
}

.sidebar-first .main-container aside.col-sm-3{
    padding-right: 30px;
}

.sidebar-second .main-container aside.col-sm-3{
    padding-left: 30px;
}
.toolbar .main-container.not-front:before{
    height: 0px;
}

.main-container.not-front:before{
    height: 40px;
}

.boxed .main-container.not-front:before{
    height: 30px;
}

.page-contact .main-container{
    padding-top: 170px;
}
.page-contact .main-container.not-front:before{
    height: 0px;
}

#block-block-112 {
    
}

a.navbar-brand {
    display: none;
}

.nav-col1, .nav-col2 {
    width: 40%;
    float: left;
    /* margin-top: 15px; */
}
.nav-col1 {margin-top: 11px;width: 52%;margin-right: 10px;}
.nav-col2 {
    margin-top: 6px;
}
.nav-col2 p {
    line-height: 1.5em;
}
#block-block-112 h2 {
    text-align: left;
    font-size: 1.2em;
    color: #16304a;
    margin-top: 0;
}

.dropdown-menu>li>a{
color: #333;
    padding: 10px !important;
}

header#navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    padding: 0;
    z-index: 1500;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    /* background: #1e4e9c; */
    /* background: rgba(255,255,255,0.95); */
    border:none;
    border-radius: 0;
}

ul.breadcrumbs {
    margin-bottom: 0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    margin-right: 40px;
}
#block-block-112 .fa {
    font-size: 2em;
}
.not-front header#navbar a {
    /*color: #1e4e9c;*/
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #bbb;
    background: transparent;
}
.logo-scroll {
    text-align: center;
    padding-top: 10px;
}
.logo-scroll img {
    display: none; 
}

#logo-container {
    background-color: #fff;
    padding: 50px;
    max-width: 700px;
}

#logo-container img {
    max-width: 92%;
}
/* The Humburger */
 #showTop  {
    width: 100px;
    height: 100px;
    border: none;
    font-size: 1.5em;
    position: absolute;
    /* margin: 50px 10px; */
    z-index: 999999;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    /* background-color: #292929 !important; */
}

.not-front #showTop {
    /*background-color: #292929 !important;*/
    background-color: #2E3547 !important;
}
.nav-sticky-solid #showTop {
    /*background-color: #292929 !important;*/
    background-color: #2E3547 !important;
}


#navbar .hamburger-menu-text {
    position: absolute;
    top: 63px;
    left: 0;
    /* background-color: red; */
    z-index: 99999999999999;
    display: block;
    color: #fff;
    width: 97px;
    text-align: center;
    font-weight: 800;
    font-size: .65em;
} 

#showTop span  {
    display: block;
    position: absolute;
    height: 6px;
    width: 33px;
    background: #ffffff;
    margin: 12px 12px;
    opacity: 1;
    /* left: 16px; */
    left: 20px;
    border-radius: 2px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#showTop span:nth-child(1) {
  top: 16px;
}

#showTop span:nth-child(2), #showTop span:nth-child(3) {
  top: 28px;
}

#showTop span:nth-child(4) {
  top: 40px;
}

#showTop.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#showTop.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#showTop.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#showTop.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/*  Animated Hamburger Menu */
.nav-sticky-solid .logo-scroll img, .not-front .logo-scroll img {
    display: block;
    text-align: left;
    margin-left: 118px;
    margin-right: auto;
    width: 230px;
    margin-top: 0px;
    /*max-width: calc(100% - 150px);*/
}

.navbar-header {
    float: none;
    height: 80px;
    /* background: #fff; */
    /* width: 100%; */
}

.navbar-header .logo img {
    position: static;
    width: 210px;
    height: auto;
    margin-top: 15px;
}

.logo.navbar-btn {/*  margin-left: 130px;*//* margin-top: 14px; */}


.not-front #navbar-sticky-wrapper {
    /*background-color: #ffffff;
    width: 100% !important;
    height: 125px !important;*/
}

.nav-sticky-solid, .nav-sticky-solid a, .nav-sticky-solid p,.nav-sticky-solid .fa  {
    color: #1D1D1B;
}

#block-block-62 .phone-number {
    position: static;
    width: auto;
    right: auto;
    display: inline-block;
    margin-top: 20px;
}
.menu {
    /*height: 40px;*/
    /*margin-top: 52px;*/
}

.menu-call  .fa.fa-phone {
    z-index: 9;
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 5px;
    right: 5px;
    margin-top: 5px;
}
header#navbar{
    height: 100px;
    /* line-height: 80px; */
    position: relative;
    /*width: calc(100% - 190px);*/
}

/*
STICKY NAVBAR - FULL SLIDESHOW
*/

header#navbar.sticky-wrapper{
    position: relative;
    /* background-color: #292929; */
}

.logo{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1.logo img {
    max-height: 60px;
    vertical-align: middle;
        max-width: 70%;
            margin-top: 35px !important;
}

.navbar-default .navbar-toggle {
    border-color: #071833;
    line-height: 80px;
    margin-top: 25px;
    background-color: #071833;
    border-radius: 0;
    float: left;
    margin-left: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

.not-front header .navbar-collapse.collapse {
    background-color: ##061328;
    /* height: 80px !important; */
}

.mailchimp-signup-subscribe-form .form-wrapper #edit-submit {
    text-align: center;
    margin-left: auto;
    maring-right: auto;
    width:200px;
}

header .navbar-collapse.collapse{
    /*height: 100px !important;
    Removed as it removed and hid the menu 
    */
    /*    padding: 0;
    margin: 0;
    padding-left: 300px;
    box-sizing: border-box;
    width: 100%;
    max-height: inherit;
    position: absolute;
    top: 50px;
    left: 100px;
    padding-left: 0;*/
    /* width: calc(100% - 265px); */
    /* width: 100%; */
    /* padding-top: 15px; */
    /*    background:#ffffff;*/
    /* margin-left: -265px; */
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color:white;
}

.navbar-default .navbar-nav>li>a {
    display: block;
    vertical-align: baseline;
    box-sizing: border-box;
    line-height: 78px;
    padding-top: 0;
    padding-bottom: 0;

    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
letter-spacing: 0.02em;
}

.navbar-default .navbar-nav>.active>a{
    background:transparent;
}

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#ec6a05;
    background:transparent;
    border-bottom: 2px solid #ec6a05;
}
.page-node-273 li.last {
    /* border-bottom: 2px solid #009fe3; */
    font-weight: 800;
    color: #eeeeee;
}

/*header .navbar-collapse.collapse{
    line-height: 80px;
    height: 80px !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-height: none;
    box-sizing: border-box;
    position: relative;
}*/

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color:#223b6a;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    display: block;
    vertical-align: baseline;
    box-sizing: border-box;
    line-height: 78px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 8px 15px !important;
    /*font-size: 1em !important;*/
    font-size: .9em !important;
    /* font-weight: 600 !important; */
}

.navbar-default .navbar-nav>.active>a{
    background:transparent;
    /* border-bottom: 2px solid #009fe3; */
}



.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #eee;
    background:transparent;
    border-bottom: 2px solid #ffffff;
    font-weight: 900;
}

.cbp-spmenu a:active {
    background-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.nav > li > a:hover {
    opacity:.7;
    filter: alpha(opacity=70);
    /*color: #312031 !important;*/
/*  color: #f0eae5 !important;*/
    border-bottom: none !important;
}




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

h5 {
    font-size: 1.5em;
    color: #fff;
    line-height: 1em;
    text-align: left !important;
}

.node{
    /* margin-top:10px; */
}

.page-header{
    padding-bottom: 0px;
    border-bottom: 0;
}

/* for the menu right push liam may delete or use more effective absolute left 80  */
#page {
    margin-left: 80px;
}

h2, .h2{
    font-size: 30px;
}


.grid_system .row div{
    background: #f5f5f5;
    border:1px solid #ccc;
    padding:10px;
}

.underline_title_thin{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}

ul{
    padding-left: 0;
}

ul.inline-list{
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
}

ul.inline-list li:first-child{
    margin-left: 0;
}

ul.inline-list li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

 
/*
******************************
--- MAIN CONTAINER ---
******************************
*/

.container .block h2.block-title{
    margin-top: 10px;
    margin-bottom: 30px;
    color:#272626;
    font-weight: 400;
    text-transform: uppercase;
}
/* used with wysiwyg custom styles */
.white-text {
    color:#ffffff;
}
.blue-text {
    color: #1D1D1B;
}

/**********************************************
*               FRONT PAGE BLOCKS              *
***********************************************/
.ag-consultancey {padding: 100px 300px;text-align: center;}
.farm-tours {padding: 0px;}
.farm-tours .block-image  p {
    font-size: .8em;
}

.centre-hero {
/*    display: flex;*/
    justify-content: center;
    align-self: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
}

.centre-hero img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.hero-centre a {
    color: #fff;
    font-size: .8em;
}
.hero-info {
    background-color: #071833;
    /* padding: 50px 0px; */
}

#block-block-128.hero-info .btn {
    padding: 15px;
}

.front .hero-info h2.rtecenter {
    color: #fff;
    font-family: "futura-pt";
}

.region-hero #block-views-flexslider-block {
    height: calc(100% - 260px);
    background-color: #071833;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* text-align: center; */
}

.front .region-hero .hero-info {
    height: 260px;
    /* margin: calc(25% - 100px) 0px; */
    /* padding: 7%; */
    display: flex;
    justify-content: center;
    align-items:  center;
}
.region-hero .hero-scroll {
    margin-top: 10px;
    right: 30px;
    bottom: 30px;
    position: absolute;
}
.region-hero p.scroll, .region-hero p.scroll .fa  {
    color:#ffffff;
}
.front  #block-block-125 {
    height: 100px;
    /*display: flex;*/
    padding-top: 30px;
    justify-content: center;
    align-items: center;
}

.hero-centre h3 {
    color: #fff;
    padding-top: 5px;
}
.map {padding: 0px;}

.map .benchmark-box h3 {
    font-size: 1.7em;
    color: #fff;
    text-align: left;
}
.map .benchmark-box p {
    color: #ffffff;
    margin: 10px;
    font-size: .8em;
    text-align: left;
}
.farm-ranking {padding: 0px;}

.how-it-works {background-color: #fff;color: #071833;text-align: center;}

#block-block-125.how-it-works p {
    font-size: .8em;
}

.how-it-works a {
    color: #1D1D1B;
    font-weight: bold;
}

.how-it-works a.btn {
    color:#fff;
    padding: 7px 10px !important;
}
.ag-consultancey .list-box {width: 700px;margin-left: auto;margin-right: auto;padding: 10px 0px;}
 
.webform-component {

}


.farm-ranking-form {
    color: #fff;
    position: absolute;
    background-color: #071833;
    top: 50%;
    width: 450px;
    left: 50%;
    /* height: 0px; */
    margin-left: -225px;
    padding-top: 95px;
    padding-bottom: 95px;
    margin-top: -180px;
    height: 400px;
}


.farm-ranking-form h2.block-title, .farm-ranking-form h3 {
    color:#fff;
}
.consultancy-footer {
    clear: both;
    padding-top: 20px;
}
.img-responsive {
    margin-left: auto;
    margin-right: auto;
}
#block-views-upcoming-events-block {
    padding: 100px;
    /* height: 600px; */
}
.view-upcoming-events {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.view-upcoming-events .views-row {
    width: 32%;
    float: left;
    border: 1px #eeeeee solid;
}
.view-upcoming-events .views-fieldset {
    padding: 20px;
    height: 210px;
}
.views-fieldset .views-field-field-register, .views-fieldset .views-field-nothing {
    float: left;
    padding-bottom: 20px;
}
.views-field-field-tags {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
    background: #fff;
    padding: 7px;
}
.field-name-field-twitter2 {
        max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.view-id-upcoming_events .views-row-4,
.view-id-upcoming_events .views-row-7 {
    clear: both;
}

.view-id-upcoming_events .views-row {
    position: relative;
}
.view-id-upcoming_events .views-field-field-feature-text {
    font-size: .8em;
    padding: 2px 0px;
    min-height: 75px;
    line-height: 1.3em;
}
.view-id-upcoming_events .views-field-field-date {
    padding-top: 10px;
    font-style: italic;
    font-size: .7em;
}
 .view-id-upcoming_events .views-row .btn-primary {
    margin-left: 0px;
    padding: 5px 7px 4px 5px;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 600;
}
.view-id-upcoming_events  .views-row, .view-id-upcoming_events  .views-row {
    margin-left: 12px;
    max-height: 400px;
    margin-bottom: 12px;
}

.node-type-events .field-name-field-register a {
    background-color: #385B9F;
    color: #ffffff;
    padding: 10px;
    margin-left: 110px;
}


/* publications */
.page-node-333 img {
    width: 200px;
    padding: 0px 20px;
}



/* benchmarking */


.view-benchmarking .view-header {
    max-width: 800px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.benchmarking-page-block {
    max-width: 930px;
}

.view-benchmarking .views-row {
    width: 32%;
    float: left;
    border: 1px #eee solid;
}
.view-benchmarking .views-fieldset {
    padding: 20px;
    height: 180px;
}
.views-fieldset .views-field-field-register, .views-fieldset .views-field-nothing {
    float: left;
    padding-bottom: 20px;
}
.views-field-field-tags {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
    background: #fff;
    padding: 5px 7px 3px 7px;
}
.view-id-benchmarking .views-row-4,
.view-id-benchmarking .views-row-7 {
    clear: both;
}

.view-id-benchmarking .views-row {
    position: relative;
}
.view-id-benchmarking .views-field-field-feature-text {
    font-size: .8em;
    padding: 10px 0px;
    min-height: 75px;
    line-height: 1.3em;
}
.view-id-benchmarking .views-field-field-date {
    padding-top: 10px;
    font-style: italic;
    font-size: .7em;
}
 .view-id-benchmarking .views-row .btn-primary {
    margin-left: 0px;
    padding: 5px 7px 5px 7px;
    font-size: .8em;
    text-transform:  uppercase;
}
.view-id-benchmarking  .views-row, .view-id-benchmarking  .views-row {
    margin-left: 12px;
    min-height: 350px;
    margin-bottom: 12px;
}


/* end benchmarking */


.region-content .map h2 {
    color: #fff;
}
a.call-text {
    color:#071833;
    font-size: 1em;
    font-weight: bold;
}
.views-field-title a, .views-field-title a:hover {
    color: #071833;
    font-weight: bold;
}
.view-upcoming-events .view-header {
    padding-bottom: 20px;
}
.view-upcoming-events .views-field-field-tags {
    font-size: .7em;
    text-transform: uppercase;
    color: #071833;ÃŸ
}

.view-upcoming-events .view-footer p.norm {
 margin: 10px;
 font-size: .8em;
}
/*
*************************
 NEWS STUFF 
 *************************
 */

.front-page-news {
    clear: both;
}

#block-views-news-block.front-news-block {
    padding: 100px 10%;
    padding-bottom: 20px;
}
.background-image-formatter {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.front #main_container .vews-row a {
    padding-right: 0px;
}

.front .view-news .views-row{
    padding: 0px;
}

.not-front .view-news .views-field-body .field-content {
    text-align: left;
    font-size: .85em;
}

.front .view-news .views-field-title {
    font-size: 1em;
    font-weight: 900;
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    text-align: center;
    /* padding-top: 20px; */
    height: 40px;
    height: 100%;
    bottom: 0;
    /* bottom: 120px; */
    background-color: rgba(41,41,41,.82);
    text-transform: uppercase;
}
.front .view-news .views-field-created-1,
.front .view-news .views-field-created-3 {
    font-size: .8em;
    padding-left: 20px;
    padding-top: 20px;
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    /* background-color: #383130; */
    padding-bottom: 2px;
    color:#fff;
    /* background-color: rgba(0,182,226,.88); */
    background-color: rgba(242,153,162,.88);
    text-align: center;
}

.front .view-news .views-row-2 .views-field-title, .front .view-news .views-row-2 .views-field-created-1,
.front .view-news .views-row-2 .views-field-field-sub-title, 
.front .view-news .views-row-4 .views-field-title, .front .view-news .views-row-4 .views-field-created-1,
.front .view-news .views-row-4 .views-field-field-sub-title {
        text-align: center;
}

#block-views-news-block {
    padding: 0px; 
    clear:both;  
}

.not-front .view-news .views-row {
    float: left;
    min-height: 540px;
}
.not-front .view-news .views-field-title {
   font-size: 1.35em;
   line-height: 1.1em;
   margin-top: 10px;
   height: 45px;
   text-align: left;
   font-weight: 900;
}

.not-front .view-news .views-field-created-1 {
    font-size: .85em;
    color: #666;
}


.not-front .view-news .views-field-body a.views-more-link {
    display: block;
    margin-top: 10px;
}

#main_container .field-content .blog-title-image-front {
    width: 100%;
    padding: 0px;
    padding-right: 0px;
}

.node-type-service .field-name-field-view-services {
    display:none;
}

.node-service {
    
}

.node-service .field-name-field-feature-image img {
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
        max-width: 600px;
}

.view-services-homepage {
    max-width: 1400px;
    margin: auto;
    margin-top: 80px;
}

.view-services-homepage .views-row {
    margin-bottom: 80px;
}

.view-services-homepage h3 {
    font-size: 1.75em;
    margin-bottom: 5px;
}

.view-services-homepage .views-field-field-sub-title,
.node-service .field-name-field-sub-title  {
    font-size: 1em;
    margin-bottom: 5px;
    color: #1e4e9c;
    font-weight: 100;
    letter-spacing: .075em;
    text-align: center;
    text-transform: lowercase;
}

.node-service .field-name-field-sub-title  {
    margin-bottom: 35px;
    margin-top: 5px;
}

.view-services-homepage .views-field-field-feature-image img  {
    margin: auto;
}

.node-type-service #block-system-main {
    padding-top: 0;
}



.node-news .field-name-field-feature-image {
        padding-bottom: 40px;
}
.node-news .field-name-field-feature-image img {
    margin:auto;
}


/* end news */


.footer-text div {
    float: left;
    margin: auto;
}
  #block-imageblock-1 .block-image  {
/*    height: 800px !important;*/
}

#block-imageblock-1 .block-body {
    color: #ffffff;
    position: absolute;
    bottom: 10px;
}

#block-imageblock-1 p {
    font-size: 1.25em;
    line-height:1.1em;
    margin-bottom:40px;
}

#block-imageblock-1 .small-text {
    color: #ffffff;
    font-size: .7em;
    letter-spacing: .3em;
}

.not-front #block-imageblock-2 .block-image {
    height: 770px !important;
    background-position: bottom !important;
    background-size: auto !important;
}

#block-imageblock-2 .block-body {
    color: #ffffff;
    position: absolute;
    bottom: 100px;
}

#block-imageblock-3 .block-body {
text-align: right;
    right: 50%;
        bottom: 20px;
        width: 50%;
        color:#aea0a0;
}

#block-imageblock-3 .block-body p {
margin-right: 6px;
}


.footer-right {
    float: right !important;
}
.footer-text .footer-left {
    text-align: left;
}
.footer-left img {
    width: 180px;
}

/*
******************************
--- VIEWS ---
******************************
*/



/*
******************************
--- SECOND CONTAINER ---
******************************
*/

.second_content{
    padding-top: 80px;
    padding-bottom: 90px;
    background: #f5f5f5;
}

.cosmetic-second {
     padding-top: 40px;
    padding-bottom: 90px;
} 

/*
***************
--- SIDEBAR ---
***************
*/

.region-sidebar-second .block h2.block-title,.region-sidebar-first .block h2.block-title{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.region-sidebar-second,.region-sidebar-first{
    margin-top:0px;
}
#cboxLoadedContent #block-webform-client-block-203 {
    display: block;
    color: #333333;
}
#block-webform-client-block-203 {
    display: none;
}


/*********** 
FOOTER FORM
***********/

.publications-cta {
    background-color: #071833;
    color: #fff;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
}

.publications-cta a, .publications-cta p, .publications-cta h3, .publications-cta h2.block-title {
    color: #ffffff;
    text-align: center;
}

.publications-cta a.btn {
    color:#071833;
    font-weight: 800;
    margin-top: 10px;
}

.publications-cta p a {
    color:#ff9000;
    font-size: .8em;
}

#webform-client-form-347 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #071833;
    padding: 20px 100px;
    width: 500px;

}

/*
***************
--- BUTTONS AND LINKS ---
***************
*/

.btn-lg{
    font-size: 16px;
}

.btn-small {
padding: 5px 10px !important;
}

.webform-client-form .btn-default {
    /*padding:6px 12px;*/
    margin: 10px 0px;
    /*color: #fff;*/
    font-size: 14px;
    width: 200px;
}
.submitted {
    display: none;
}
.btn-default,
input.form-submit{
    color: #fff;
    background-color: #2E3547;
    border: 1px solid #1D1D1B;
    display: inline-block;
    padding: 15px 20px;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: normal;
    margin-top: 15px;
    line-height: 1.428571429;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.view-footer {
    text-align:center;
    clear: left;
    padding: 30px;
}

.webform-submit {
    background-color: #1D1D1B;
}
.webform-submit:hover {
 background-color: #1D1D1B;
/* font-weight: 900;*/
}
.hero-specials .btn.btn-third {
    border: none;
}

a{
    color:#1D1D1B;
}

a:hover{
    /*color:#1D1D1B;*/
    text-decoration: none;
}

.top_button{
    width:100%;
    text-align: center;
    position: absolute;
    bottom: 45px;
    width: 60px;
    left: calc(50% - 30px);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.top_button a.back_to_top{
    cursor: pointer;

}

.top_button a.back_to_top i{
    width: 50px;
    line-height: 66px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
        font-size: 3em;
}
a.back_to_top span {
   /* z-index: 1;
    position: relative;
    color: #fff;
    font-size: .85em;*/
    display: none;
}
    


/*
*************************
--- FRONT PAGE HERO REGION ---
*************************
*/

.region-hero section.block{
    padding-top:0;
}

#hero {
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
}

.front #hero.header {
    height: 100%;
    /*height: 50%;
    min-height: 750px;
    max-height: 900px;*/
}

#hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    z-index: 2;
}

#hero .overlay {
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* background-color: #071833; */
    display: none !important;
}

.front #hero,
.front .full_width,
.front .region-hero,
.front .region-hero section,
.front .region-hero .view,
.front .region-hero .view .view-content{
    border: none !important;
    height: 100%;
    position: relative;
    z-index: 1;
    /* margin: calc(25% - 100px); */
}

#hero .flexslider {
    border: none !important;
    height: 100%;
    position: relative;
}

#hero .flexslider .flex-direction-nav a{
    border-radius: 3px;
}

#hero .flexslider .slides {
    height: 100%;
    position: relative;
    width: 100%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: center;
}

.flexslider .slides img{
    width:100%;
    height: auto;
}

#hero .flexslider  .slides li:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1000;
}

#hero .flexslider .slides .content_hero{
    position: absolute;
    width: 100%;
    top: 25%;
    z-index: 3;

}

#hero .flexslider .slides .field-content{

    color: white;
    text-transform: uppercase;
    z-index: 3;
    width: 80%;
    margin: auto;
    margin-bottom:0px;
    font-size: 90px;
    letter-spacing: -1px;

    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

#hero .flexslider .slides p{
    color:white;
    padding-left:10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top:10px;
}

#hero .flexslider .slides span{

    text-align: center;
    left: 0;
}
#hero .flexslider .slides a{

    text-transform: uppercase;
    margin: auto;
}

#hero .views-field-field-link{
    display: none;
}

#hero .flexslider .slides li {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover;
    height: 100%;
    position: relative;
    /* max-width: 1500px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.front #hero .hero-centre {
    z-index: 4;
    text-align: center;
    position: absolute;
    bottom: calc(50% - 300px);
    bottom: 0px;
    right: 10%;
    width: 80%;
    height: 60%;
    padding: 0 50px;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
}



/*
***************
--- FLEXSLIDER ---
***************
*/

#hero .region-hero {
    /*top: 195px;*/
    max-height: 100%;
}

.flexslider .flex-control-nav{
    display: none;
}

.flexslider .flex-direction-nav a{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 11;
    margin-top: -30px;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}

.flexslider .flex-direction-nav .flex-prev{
    left:0;
    font-size: 0
}

.flexslider .flex-direction-nav .flex-prev:before{
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
    content: '\f104';
}


.flexslider .flex-direction-nav .flex-next{
    right:0;
    font-size: 0;
}

.flexslider .flex-direction-nav .flex-next:before{
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
    content: '\f105';
}

/*HIGHLIGHT AREA*/

.highlight-icon a{
    font-family: 'FontAwesome';
    display: inline-block !important;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px !important;
    height: 90px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.highlight-icon a:before{
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;

}


.highlight_content h4{
    color: #1D1D1B;
    text-transform: uppercase;
}

#hero .content_hero .inline-list li{
    margin-right: 20px;
    margin-left: 20px;
}
/*
#hero h1 {
    font-size: 1em;
    letter-spacing: .35em;
    margin-bottom: 10px;
    font-weight: 100;
    line-height: 1.5em;
    text-align: right;
    text-transform: uppercase;
    color:#7d6969;
}*/

#hero h1 {
    font-size: 2.2em;
    letter-spacing: .01em;
    margin-top: 0;
    color:#ffffff;
    text-align:center;
    margin-bottom: 5px;
    display: block !important;
    float: none;
    font-family: "futura-pt";
    clear: both;
}
#hero h2 {
    font-size: 1.8em;
    letter-spacing: .01em;
    margin-top: 0;
    font-weight:500;
    /* text-transform: lowercase; */
    display: block;
    /* width: 100%; */
    padding-bottom: 10px;
}

.hero-logo {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 100;
    text-align: center;
    width: calc(100% - 100px);
    line-height: 1.1em;
    height: 550px;
    margin-left: 50px;
    margin-right: 50px;
    top: calc(30%);
    z-index: 3 !important;
}

.hero-logo h1 {
    font-size:1.5em;
    font-weight:400;
        line-height: 2em;
}

.hero-logo h1 strong {
    font-size:3em;
    font-weight:900;
}

.hero-phone {
    z-index: 9999;
    top: 0px;
    width: 170px;
    height: 80px;
    padding: 0;
    text-align: right;
    width: 165px;
    float: right;
    position: fixed;
    /* top: 7px; */
    right: 0px;
    background: #2E3547;
    /* background: #1e4e9c; */
    /* margin: 10px 10px 0 0; */
    line-height: 1em;
    font-size: .7em;
    color: #16304a;
}

.logged-in .hero-phone {
/*  display:none !important;*/
}

.hero-phone a.btn {
    letter-spacing: .2em !important;
    padding: 7px 10px !important;
}

#hero .hero-phone .email-us, #hero .hero-phone .call-us {
    padding: 22px 25px;
    height: 60px;
}

#hero .hero-phone .email-us {
    padding: 11px 25px;
    height: 40px;
    font-size: .85em;
    background-color: #212121;
}

#hero .hero-phone p, #hero .hero-phone strong {
}


.hero-feature a {font-size: 1.4em;letter-spacing: 0;line-height: .95em;text-align: left;padding: 25px !important;padding-bottom: 20px !important;padding-left: 30px !important;}

.hero-feature .fa {
    font-size: 2em;
    float: left;
    margin-right: 3px;
}

.logo-area {background-color: rgba(26,26,26,.8);width: 541px;margin: auto;}

.logo-area h2 {
    font-size: 1.2em;
    letter-spacing: 0;
    padding: 12px;
    }


.block-body {
    text-align: center;
    width: 100%;
}
.farm-tours.block-imageblock .block-body {
    z-index: 6;
    position: absolute;
    background-color: #ffffff;
    width: 450px;
    top: 230px;
    padding: 50px 10px;
    left: 50%;
    height: auto;
    margin-left: -225px;
}
.farm-tours h3 {
    margin-bottom: 25px;
}
.tour-tel {
    color: #071833;
    font-size: 1.2em;
    font-weight: bold;
}
.map .block-body {
    bottom: 40px;
    left: 20px;
    position: absolute;
    width: 250px;
}
.map .benchmark-box p.enquire-link {
    text-align: center;
}
.farm-tours p {
    /* margin: 0px; */
    /* padding:  0px; */
    /* line-height: 1em; */
}

.map a {
    color: #ff9000;
    font-size: .8em;
    text-align:  center;
    margin-left: auto;
    margin-right: auto;
}

.map a.btn {
    color: #ff9000;
    padding: 5px 10px;
    font-weight: bold;
    margin: 0px;
    font-size: 1em;
}
.map a.btn {
    color: #292929;
}
#block-imageblock-4 .block-body {
   margin-top: 75px;
}

#block-imageblock-4 img {
   max-width: 80%;
}
h3 {
    font-size: 1.8em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    color: #071833;
    }

h4 {font-size: 1.5em;}


.not-front .region-content li,
 .not-front .region-content p {
    font-size: 1em;
    line-height: 1.5em;
}
.page-node-342 h5 {
    margin-bottom: -30px;
}
.not-front .field-name-body li {
    list-style-position: outside;
    margin-left: 20px;
}
.not-front li {
 list-style-position: inside;
}
.not-front h5 {
    color: #333;
    font-family: "Open Sans";
    font-size: 1em;
    line-height:  1em;
    font-weight: bold;
    padding-top: 10px;
}

ol {
    padding-left: 0px;
}

.node-type-events .field-name-field-customer-image {
    padding-top: 20px;
}



/*
***************
--- FORMS ---
***************
*/

form label{
    text-transform: none;
    font-weight: normal;
}

.not-logged-in form .filter-wrapper{
    display: none;
}

.comment h3 a{
    text-transform: uppercase;
    font-size: 20px;
}

.form-control{
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 0px 0px;
    -moz-box-shadow:  0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px;
    border-radius: 0px;
    /* width: 200px; */
    margin-left:auto;
    margin-right: auto;
}


/*
***************
--- OTHER PAGES ---
***************
*/ 



/*
***************
--- LOADERS ---
***************
*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1600;
    /* background: #1a1a1a; */
    /* background-size: 40px; */
    color: #fff;
    background-color: #ffffff;
}
.la-anim-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    background: #272626;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
    dispay:none !important;
}

.la-anim-1.la-animate {
    z-index: 1601;
    opacity: 0;
    -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
    transition: transform 5s ease-in, opacity 1s 5s;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.loading_text{
    text-transform: uppercase;
    color: #272626;
    top:40%;
    position: absolute;
    width:100%;
    text-align: center;
}

.loading_text h3{
    font-size:15px;
    font-weight: normal;
    color: #fff;
    text-align: center !important;
}

.loading_text i{

}



@keyframes rotating {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.toolbar #navbar{
    /*margin-top:60px;*/
}


/*
***************
--- ICONS ---
***************
*/

.bg_circle{
    color: #fff;
    width: 60px;
    line-height: 60px;
    height: 60px;
    font-size: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.social_icons{
    margin-top:10px;
    margin-bottom: 10px;
    padding-left: 0;
}


.social_icons li{
    display: inline-block;
}

.social_icon{

}

.social_icon i{
    color: white;
    display: inline-block !important;
    cursor: pointer;
    margin: 10px;
    width: 50px;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #1D1D1B;
    border:2px solid #1D1D1B;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.social_icon i:hover{
    background: white;
    color: #1D1D1B;
}

.social_icon.small i{
    width: 35px;
    line-height: 35px;
    height: 35px;
    margin: 0px;
    border-radius: 100%;
    font-size: 15px;
}

ul.gray_icons i{
    width: 40px;
    line-height: 37px;
    height: 40px;
    margin: 0px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
}

.clear_item{
    clear:both;
}
.waypoint-effect {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.fadeIn, .fadeInLeft, .fadeInRight, .fadeInUp, .fadeInDown {
        animation: fadein 0.8s forwards;
}


/*
*****************
--- PORTFOLIO ---
*****************
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---- button ---- */

.filterbutton,
.sorterbutton {
  display: inline-block;
  padding: 0.25em .50em;
  background: #f5f5f5;
  border: none;
  border-radius: 7px;
  /*background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );*/
  color: #333;
  font-family: sans-serif;
  font-size: 14px;
  /* text-shadow: 0 1px white; */
  cursor: pointer;
  /* text-transform: uppercase; */
  text-decoration: none !important;
}

.filterbutton:hover,
.sorterbutton:hover {
  background-color: #8cf;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.filterbutton:active,
.filterbutton.selected,
.sorterbutton:active,
.sorterbutton.selected {
  background-color: #292929;
}

.filterbutton.selected,
.sorterbutton.selected {
  color: white;
  /* text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8); */
}

.filterbutton:active,
.sorterbutton:active {
  /* box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8); */
}

/* ---- button-group ---- */

ul.isotope-options {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.isotope-options li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.isotope-options:after {
  content: '';
  display: block;
  clear: both;
}

.isotope-options .filterbutton,
.isotope-options .sorterbutton {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.isotope-options li:first-child .filterbutton,
.isotope-options li:first-child .sorterbutton {
  /*border-radius: 0.5em 0 0 0.5em;*/
}

.isotope-options li:last-child .filterbutton,
.isotope-options li:last-child .sorterbutton {
  /*border-radius: 0 0.5em 0.5em 0;*/
}

.item-list ul.isotope-options {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}

.item-list ul.isotope-options li {
  padding: 0;
  margin: 0;
}

/* ---- isotope ---- */

.isotope-container {
  /*background: #ddd;*/
  max-width: 1200px;
}

.node-staff {
    
}

.node-staff  .field-name-field-image img {
    border-radius: 50%;
}

.node-staff .field-name-field-phone {
    text-align: center;
    font-size: 1em;
    line-height: 2em;
}
.node-staff .field-name-field-position {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    font-style: italic;
}

.node-staff .field-name-field-image {
    width: 250px;
    /* float: left; */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.node-staff .field-name-field-image img {
    margin: auto;
    margin-top: 40px;
}

.node-staff .field-name-body {
    /* float: left; */
    padding: 20px;
}

.node-staff .field-name-field-category .field-item {
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 80px;
}

.view-staff-isotope .views-field-title {
    /*padding-left: 7px;
    font-weight: 900;*/
}

.view-staff-isotope .views-field-field-category {
    font-size: .7em;
    padding-top: 0;
    margin-top: 0;
    padding-left: 7px;
    line-height: 1em;
}
.view-frequently-asked-questions {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.view-frequently-asked-questions ul.homepage-faqs {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
        padding-left: 40px;
    padding-right: 40px;
}
.view-frequently-asked-questions .views-field-title {
    font-weight: 900;
}

.view-frequently-asked-questions .homepage-faqs li {
    list-style-image:none;
}

.view-frequently-asked-questions .homepage-faqs li li {
    list-style-image: url(../images/bullet.png);
    margin-bottom: 20px;
}

.view-staff-isotope .views-field-field-image {
    margin-top:20px;
    
}

.view-staff-isotope ul li {
    list-style-image: none;
        margin-left: 0px;
        padding-left: 0px;
        list-style-type: none;
}

.refer-patients {
    padding-top: 60px;
    padding-bottom: 20px;

}

/* clear fix */
.isotope-container:after {
  content: '';
  display: block;
  clear: both;
}

.item-list ul.isotope-container {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* color-shape */

.item-list li.isotope-element {
  list-style: none;
  margin: 5px;
  padding: 0;
}

.isotope-element {
  width: 25%;
  width: 33%;
  float: left;
  list-style: none;
}

.show-menu nav.menu {
    background: rgba(29,29,29,0.95);
}

.region-hero ul li {
    text-align: left;
}
.front .region-hero .hero-logo-band {
    position: relative;
    background-color: #1D1D1B;
    height: 150px;
    text-align: center;
}

.front .logo-container {
    margin: 40px;

}
.front .logo-container img {
    width: 200px;
}
.menu-call {
    z-index: 1000;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: 2.5em;
    color: transparent;
    background: #abb0b4;
    position: fixed;
    width: 2.5em;
    height: 2.5em;
    font-size: 1.5em;
    right: 0px;
    top: 0px;
}
@media screen and (max-width: 50em) {
.icon-list {
    right: inherit !important;
}
}
#Grid .mix{
    opacity: 0;
    display: none;
}
.username{
    color: #1D1D1B;
}

header#navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 1500;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    /*background: #ffffff;*/
    border: none;
    border-radius: 0;
}
header#navbar {
    height: auto;
    line-height: 0;
    padding: 0;
    /* width: calc(100% - 160px); */
    background: transparent;
}

.navbar-nav > li {
 
}

.navbar-nav > li a {
    /*font-size: .8em !important;*/
    line-height: 1.75em !important;
}

.icon-list {
    width: auto !important;
    padding-left: 50px !important;
    /*padding-top: 130px !important;*/
    padding-top: 0 !important;
    margin-top: 129px !important;
}
.show-menu nav.menu {
    height: 300px;
    width: 220px;
    margin-left: 35px;
    margin-top: 35px;
}

#menu-label {
    position: absolute;
    left: 0;
    top: 0px;
    width: 75px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 48px;
    padding-top: 148px;
    font-weight: 600;
    color: #1e4e9c;
    display: none;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

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


/*
**********************************
--- FOOTER REGION ---
**********************************
*/

.footer-text .footer-right ul {
    list-style:none;
    /* display: inline; */
    /* clear: both; */
    margin: 0px;
    padding: 0px;
}

.footer-text .footer-right ul li {
    float:right;
    list-style:none;
    padding:0px 10px;
}
.footer-text .footer-right ul li a {
    color: #009fe3;
    font-weight: bold !important;
    font-size: 15px;
}

.footer-text {
    text-align:center;
    background-color: #ffffff;
}

.footer1 {
    background-color: #1e4e9c;
    height: 120px;
}
.footer-concept {
    background-color: #d3eafe;
}
.footer-text a {
    color: #ffffff;
}
.footer-text .footer-right {
    font-size: .75em;
    width: 33.33333333%;
}
.footer-left {
    width: 33.33333333%;
}
.footer-text .footer-right a {
    text-align: right;
    float: right;
    font-weight: 300 !important;
    color: #888888;
    clear: both;
    /* padding: 5px 15px; */
}
.footer-text .footer-right p a  {
    padding:10px;
}

#block-block-117 .footer-middle {
    text-transform: uppercase;
    float: left;
    width: 33.33333333%;
    padding: 10px;
}
#block-block-117 .footer-middle p {
    text-align: center;
    color: #292929;
}
.footer-email .lets-talk .tel-number {
    margin-top: 10px;
    font-weight: 200;
}
.footer-email .fa {
    font-size: 2em;
}

.footer-text p strong {
    letter-spacing: 0;
}
.footer-email {
    text-align: center;
    padding: 100px;
    clear: both;
}
.footer-email a {
    font-size: 2em;
    color:#231f20;
}
.footer-email .lets-talk {
    font-size: 1.2em;
}
.footer-text h3 {
    color:#fff;
    margin-bottom: 0;
    line-height: .8em;
}

.footer-text h4 {
    color:#fff;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 30px;
}

.footer-phone {
    font-size:3em;
    padding-top: 30px;
    line-height: .5em !important;
}

.footer{
    background: #f3f2ed;
    position: relative;
    color: #000000;
    text-align: center;
}
.client-details {width: 300px;margin: auto;}

.web-designer {position: absolute;right: 50px;bottom: 20px;}

.footer-grey-block {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
@media (min-width:1500px) {
    #hero .flexslider .slides {
    height: 100%;
    position: relative;
    width: 100%;
    /* margin-left: auto; */
    /* margin-right: auto; */
}
}

@media (max-width: 1000px){
    .view-work .views-row .social_icons{
        display: none !important;
    }

    .da-thumbs li.cols-3 a div span.title{
        margin: 40px 20px 20px 20px;
    }
}
.header-left {
  float: left;
  width: 500px;
  margin-left: 100px;
}
.header-right {
  float: right;
  background-color: #8a8430;
  width: 300px;
  margin: 56px;
  padding: 10px;
}

h1,h2,h3,h4,h5 {
  text-align: center;
}
.navbar .navbar-nav {
  display: inline-block;
  /* float: right; */
  margin-right: 0;
}
.navbar .navbar-collapse {
  text-align: center;
  padding-top: 25px;
  padding-right: 0;
  /*height: 300px !important;
        removed as issues with mobile jsg
      */
}
#navbar-sticky-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  width: calc(100% - 190px);
  z-index: 1000;
  background-color: transparent;
  height: 90px !important;
}
#menus {
  position: relative;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
}
.menu {
  margin-left: auto;
  margin-right: auto;
}

.menu a {
  /* text-transform: uppercase; */
  font-size: 1.2em;
padding: 20px 25px !important;
  font-size: 1em !important;
  text-transform: none !important;
}
 .menu li.first a {
    /* padding-left: 50px !important; */
}

.dropdown-menu li.first a {
    padding-left: 10px !important; 
}
.menu li.first li a {
    padding-left: 10px !important; 
}
.page-header {
    font-size: 3em;
     /*font-weight: 900;*/
    text-align: center;
}
.btn-default, .btn-default:hover {
  /*background-color: #1D1D1B;
  color: #fff;*/

}
.btn-read {
  background-color: #2a2a2a;
  color: #3b3837;
  width: 110px;
  height: 52px;
  font-size: .8em;
}
.btn {
  border: none;
  /* letter-spacing: 2px; */
  /* padding: 5px 20px 5px 5px !important; */
  border-radius: 1px;
  font-weight: bold;
}
.is-sticky nav.menu {
  opacity: 1;
  background-color: #2a2a2a;
}
.block-contact .btn {
  background-color: #2a2a2a;
  width: 125px;
}
#block-block-109 {
padding: 120px 20px;
text-align:center;
}



.block-contact,
.block-address {
  padding: 100px;
  background-color: #8a8430;
}
.block-contact p,
.block-address p {
  color: #ffffff;
  font-size: 1.2em;
}
.btn-two, .btn-two:hover {
  background-color: #2a2a2a;
}
.main {
  color: #ffffff;
}
.btn-container {
    width: 420px;/* ??? */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.pilates .btn-container {
    margin-left: -50px !important;
    margin-bottom: 50px;
    bottom: inherit;
}
.btn-container .btn-a {
    margin-right: 10px;
}
.good-design  ul {
  /*list-style-image: url('../images/icons/dot-point.png'); liam may want to reuse*/
  padding-left: 15px;
  list-style-type: decimal;
    counter-reset: item;
}
.good-design ul > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.good-design  ul > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  border-top-width: 0 !important;
  position: relative;
  /*height: 150px;*/
  background-color: #ffffff;
  clear: both;
}

footer .footer-text a {
    color: #071833;
    font-size: 1.1em;
    letter-spacing:  0px;
    text-transform: capitalize;
    font-weight: bold;
}
footer .footer-text {
    color: #1e4e9c;
    padding: 20px !important;
    clear: both;
    min-height: 50px;
    padding-top: 20px !important;
}

.footer p {
  color: #fff ;
  /* text-align: right; */
  line-height: 1.2em;
}
.footer .right p {
    padding:10px;
}
.contact {
  text-align: left;
  font-weight: bold;
  padding: 50px;
  font-size: 2em;
}
.contact .btn {
  background-color: #3b3837;
  color: #2a2a2a;
  width: 200px;
}
.page-contact p, .page-contact .checkbox,.page-contact .control-label {
    /*color: #333;*/
}
.contact-phone {
font-size: 1.75em;
}

.contact-phone a,.contact-phone a:hover {
    font-weight: normal !important;
}
.contact-phone .fa {
   color: #1e4e9c;
}

.contact-email {
margin-top: 10px;
}
.contact-address {

}
.btn {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  background-color: #292929;
  padding: 5px 20px;
  margin-bottom: 0px;
  /* text-transform: uppercase; */
  /* letter-spacing: .1em; */
  /*font-weight: normal !important;*/
  margin-left: 10px;
  margin-right: 10px;
}
.btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  /* background-color: #2a2a2a; */
  color: #ffffff;
  /* font-weight: normal !important; */
}

.button-container {
        margin-top: 40px;
            text-align: center;
}
.button-container ul {
    
}
.button-container li {
    list-style-type: none;
    display: inline-block;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.button-container p {
    text-align:center;
    line-height: 40px;
}
.button-container a {
    margin-bottom: 10px;
}

.small-text {
    font-size:.85em;
    color:#aea0a0;
}

.footer-text a:hover {
/*    color: #666666;*/
}

footer {
  padding-top: 0px;
}
footer .container {
  width:100%;
  padding:0;
}

.open-times {
    top: 70px;
    right: 40px;
    position: absolute;
    text-align: right;
}

#main_container {
/* padding-top: 80px; */margin-top: 0;/* max-width: 1100px; */padding-bottom: 100px;}


.page-contact #main_container {
    padding-bottom: 0;
}

#inner-content {
  padding-top: 30px;
}

footer .aaweb-footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /*padding-top: 150px;*/
  font-weight: bold;
  letter-spacing: .1em;
  padding: 20px;
  height: 200px;
  background-color:#958679;
  /*background: url(../../../../default/files/hessian_dark.jpg);*/
  /* -webkit-background-size: cover; */
  -moz-background-size: cover;
  -o-background-size: cover;
  /* background-size: cover; *//* not supported :( *//*sepia, hue-rotate, invert....*/
  padding-right: 0;
  padding-top: 140px;
}
footer a {
  font-weight: 300;
  /* font-size: 14px; 
  letter-spacing: 1px;*/
  /* padding-bottom: 20px; */
  font-weight: bold;
/*  color: #bbb;*/
}
.page-node-273 #block-system-main {
    width:100%;
    /* margin: 0px; */
    padding: 0px 0px 50px 0px;
    max-width: none;
}

#block-system-main {
    max-width: 1100px;
    margin: auto;
    padding: 40px;
    padding-top: 0;
    padding-bottom: 80px;
}
.front #block-system-main {
  padding: 0;
}
.node-type-news #block-system-main {
    padding-top: 0 !important;
}
.field-name-field-sub-title {
    
}

#inner-content {
  max-width:1100px;
  margin:auto;
}
.not-front .aaweb-footer
{
  background-image:none;
  background-color:#2a2a2a;
}
.top_button {
  text-align:center;
  padding: 0px;
}
.main-container {
  background-color:#ffffff;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  /* max-width: 1000px; */
  clear: both;
}

section, section.content-second
 {
    padding-left:0;
    padding-right:0;
}

.block-footer-image img {
  margin-bottom:100px;
}
.not-front #navbar-sticky-wrapper .logo img {
    max-height: 60px;
    vertical-align: middle;
    margin-top: 18px;
}

#node-17 .two-col {
  padding-bottom:100px;
}

.menu-text {
position: fixed;top: 95px;left: 44px;font-size: 11px;color: #ffffff;font-weight: bold;line-height: 0;}

.phone-number .menu-text {
  right: 25px;
  left: inherit;
  /* top: 90px; */
  z-index: 900;
}
.phone-number {
  z-index: 20;
  margin-top: 10px;
  position: absolute;
  right: 0px;
  width: 400px;
}
.phone-number .ph {
    position: absolute;
    top: 27px;
    right: 60px;
    font-size: 1.4em;
}
.middle-buttons {
  margin-left: auto;
  margin-right: auto;
  width: 520px;
}
.phone-number .overlay {
    background-color: #000000;
    opacity: .4;
    right: 0px;
    width: 300px;
    top: 0px;
    position: absolute;
    z-index: -1;;;
    \: 200px;
    height: 200px;
}
.contact-map {
    margin-top: 0px;
    height: 450px !important;
    display: none; /* NO MAP */
}


.not-front .region-content {
    background-color: #ffffff;
}

.region-content {
    /*color: #333333;*/
}

.region-content p, .region-content ul {
    /*max-width:600px;*/
    margin-left:auto;
    margin-right:auto;
    line-height: 1.3em;
    /* font-size: .8em; */
}


/* S L I C K   G R I D */

.region-content .slick p, .region-content .slick ul {
    max-width:inherit;
}
.region-content .slick a.btn {
    color: #ffffff;
}

.slick  ul.slick-dots {
    max-width:100%;
}
.slick .views-field-body,
.front .view-news .views-field-field-sub-title {
min-height: 80px;
    margin-top: 10px;
}

.slick .btn {
/*   padding: 5px 10px;
    font-size: .85em;
    background-color: #1e4e9c !important;
    border-color: #1e4e9c !important;
    margin-top: 5px;
*/}

.slick .background-image-formatter {
    height: 600px;
}

/* END SLICKGRID STUFF */
.not-front .region-content p {}

.region-content h2, .content-second h2 {
    text-align: center;
    color: #4a4a4a;
    font-size: 2.5em;
    margin-bottom: 0px;
}

.region-content .ag-consultancey h2, .region-content .ag-consultancey h3 {
    color:#385b9f;

}
.region-content .ag-consultancey .enquire-now {
    font-size: 1.1em;
}
.ag-consultancey a.call-text {
    font-size: 1.4em;
}
.region-content .ag-consultancey li  {
    font-size: .7em;
    font-weight: 800;
    line-height: 1.5em;
    list-style-position: outside;
}
.ag-consultancey li a {
    text-decoration: underline;
}

.region-content .ag-consultancey h3 {
    padding-bottom: 20px;
}

.ag-consultancey p.p-consult, .farm-tours p.p-consult {
    margin-bottom: 5px;
}

.ag-consultancey p {
    font-size: .7em;
}

.region-content h2 {
    margin-top:0;
    color: #071833;
    text-transform:  uppercase;
}

.region-content h2 strong {
    font-size: .65em;
}

#block-block-109 h2 {
    color:#fff;
}

.overlay {
    background-color: rgba(26,26,26,.9);
    width: 50%;
    float: right;
    height: 430px;
    padding: 50px;
    /* text-align: center; */
    position: relative;
    padding-top: 55px;
}

.fa-facebook {
    color: #1D1D1B;
}
.content-hero .page-title {
    /*color: #ffffff;*/
}


.front .nav-sticky-solid .logo { 
    display: inline;
}
.navbar .logo {
    /* padding-left: 100px; */
    /*width: 100%;*/
    text-align: center;
    margin-left: 10px;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 100px; */
    /* z-index: 999999999999999; */
    /* height: 100px; */
    /* width: 100%; */
}



.shout-out {
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    padding: 40px;
    line-height: 1em;
}
.shout-out strong {
    font-weight:900;
}

/*
**********************
--- THEME OVERRIDES ---
**********************
*/

/*  G E N E R A L  */

body {
    color: #071833;
    background-color: #292929;  /*  required while flexslider loading (if no pre-loader enabled)  */
}


body.not-front {
    color: #333;  /*  reset  */
/*  font-weight:300;*/
    background-color: #fff;  /*  reset  */
}

.overlay {
    background-color: rgba(26,26,26,.9);
}


.loader {
    display:none;  /*  toggle on/off for pre-loader  */
}

.region-content li {
    /* list-style-image:url(../images/bullet.png); */  /*  custom bullet list  */
    text-align: left;
    /* margin-left: 40px; */
    padding-left: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: .8em;
    list-style-position: inside;
}

.slick li {
    padding-left: 0;
}



/* F R O N T  B L O C K S*/

.row1, .row2, .row3, .row4, .row5, .row6, .row7 {
    /* height: 300px; */
    padding: 80px;
    text-align: center;
}

.front .main-content {
    color: #1e4e9c;
}
/* We shop around */
.row1 {
   background-color: #f7f7f7;
   height: auto;
   padding: 80px 300px;
 
}
#steadfast {
      animation: fadeIn 1s ease-in both;
}

#steadfast.active {
    animation-delay: 3s;
}

/* backgounrd image peace of mind*/
.row2 {
   padding: 0px;
   color: #ffffff;
   /* height: 1000px; */
}
/* white background */
.row3 {
   /*background-color: #f7f7f7; */
   background-color: #fff;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   /* width: 1000px; */
}
/* */
.row4 {
   background-color: #f7f7f7;
   height: auto;
}
.row4 .conainter {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.col1, .col2, .col3  {
    float: left;
    width: 33.333333333333333%;
}

.row5 {
    background-color: #009fe3;
    /* height: 400px; */
    color: #ffffff;
    padding: 100px;
}
.row6 {
    padding: 0px;
    /* height: 1000px; */
}
.row7 {
    background-color: #16304a;
    color: #ffffff;
    height: auto;
}
.row3 h2, .row4 h2, .row4 h2 {
 color: #16304a;
 font-size: 1.3em;
 font-weight: 700;
}
.row5 h2, .row6 h2, .row7 h2 {
 color: #ffffff;
 font-size: 1.4em;
 font-weight: 700;
}
.footer-concept {
    height: 400px;
}

.hero-cta {font-size: 1.2em;height: 50%;background-color: #ff9000;padding: 14px;}
.hero-cta p, .hero-phone-number p {
    
    text-align: center;
}

.hero-cta a {
    color: #071833;
}

.hero-phone-number a {
    font-size: 1.5em;
    color: #fff;
    
}
.hero-phone-number {
    height: 50%;
    background-color: #071833;
    color: #fff;
    padding: 15px;
}


.page-events .page-header {
    display: none;
}


/*  L I N K S   &   B U T T O N S  */
#hero .btn {
    font-size:1em;
    padding: 4px 15px;
}
#hero .btn:hover, #hero .btn {
    font-weight:600;
    color: #fff;
}

a, a:hover {
    color: #385B9F;
    font-weight: 900;
}

a:hover {
    text-decoration: underline;
}
/*, .btn:hover, .btn:active, .btn:focus*/
.btn  {
    background-color: #1e4e9c;  /* all btns */
    border: #1e4e9c solid 2px;
    font-size: .8em;
}
.btn-primary, .btn-primary:hover  {
    background-color: transparent;  /* primary btn color */
    border: 1px solid #385b9f;
    color: #fff;
    background-color: #385b9f;
    /* border: 1px solid #d3eafe; */
    font-size: 1.3em;
    font-weight: 600 !important;
}

#block-webform-client-block-196 {
    padding-bottom: 20px;
}

.webform-client-form-322 {
    /*width: 500px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #071833;
padding: 20px 100px;
}

.webform-client-form-322 .btn, .webform-client-form-322 .btn:hover {
    background-color: #385b9f;
    color: #ffffff;

}

.farm-ranking-form p {
    text-align: center;
    font-size: .7em;
}

button.webform-submit, button.webform-submit:hover {
    /*font-size:1em;*/
    margin-left: auto;
    margin-right: auto;
    background-color: #ff9000;
    color: #071833;
    border: 0px;
/*  width: 150px;*/
    text-align: center;
}
.btn-secondary, .btn-secondary:hover  {
    background-color: #ff9000;  /* secondary btn color */
    border: 1px solid #ff9000;
    font-weight: 600;
    /* font-size: 1.2em; */
    color: #292929;
}
.btn-third, .btn-third:hover  {
    background-color: transparent;
    border: 1px solid #ffffff;
    font-weight: normal;
    /* padding: 15px; */
}
.btn-fourth, .btn-fourth:hover  {
    background-color: #223b6a;
    border: 1px solid #223b6a;
    font-weight: 600;
    font-size: 1.5em;
}
.btn-fifth, .btn-fifth:hover  {
    background-color: #071833;
    color: #1e4e9c;
    border: 1px solid #071833;
}

.fa {
    color: #2E3547;  /* font-awesome icon color */
}

.front .full_width {
        border: none !important;
        height: 100%;
        position: relative;
        z-index: 1;
        /* width: 100%; */
        margin-right: 0;
        position: static;
        /* top: 0; */
}

html, body {
    min-height: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
}


.hero-logo .btn.btn-primary  {
    border-color: #f3f2ed;
}

.hero-logo .btn  {
    margin:10px;
    margin-top: 30px;
    text-transform:none !important;
        letter-spacing: .01em;
    font-size: 1.2em;
}

/*  N A V B A R  */

.cbp-spmenu-top {
    /*top: 0px !important;*/  /* uncomment to leave navbar alwys visible */
}
.cbp-spmenu {
    /*background-color: #fff !important;*/  /* navbar background */
    background-color: #292929 !important;
}

#showTop {
    background-color: #292929;  /* hamburger background */
}
#showTop.active {
    background-color: #2E3547;  /* hamburger:active background */
}
#showTop.active span {
    background-color: #fff;  /* hamburger icon color */
}
#showTop.active .hamburger-menu-text {
    color: #fff;  /* hamburger 'Menu' text color */
 }
 #navbar.nav-sticky-solid, .not-front #navbar {
     background-color: #617090;
     
}
.not-front header#navbar.sticky-wrapper {
    background-color: #fff;
        background-color: #f4f4f4;
}
.cbp-spmenu a {
    /*color: #292929 !important;*/
    color: #fff !important;
    font-weight: 500 !important;
    font-weight: 600 !important;
}

#block-views-menu-block {
    padding-top:80px;
    padding-bottom: 40px;
}
 p.lead {color: #16304a;font-weight: 100;/* font-size: 1em; */letter-spacing: .025em;text-align: center;text-transform: none;font-size: 1.2em !important;line-height: 1.2em !important;}

.protect .lead {
    color: #16304a;
}
.protect h3 {
    padding-top: 5px;
    font-size: 1.3em;
}
.risks .lead {
    color: #16304a;
}
.fear .lead, .package .lead {
    color: #ffffff;
}
.risks p, .protect p, .business p {
    font-size: .7em;
    line-height: 1.5em;
}
.service-contact {
    margin-top: 50px;
}  
/* V I E W S */

.view-brands {
    margin-left: auto;
    margin-right: auto;
}
/* see media query for below 960 */
.view-brands ul {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* inheritance override for the first two so they appear top then 1/3 split */
.view-brands .views-row {
    width: 33.33333333%;
}
.view-brands .views-row-1, .view-brands .views-row-2  {
    width: 50%;
}
.view-brands .item-list ul, 
.view-brands .footer-item-list ul {
    list-style: none;
}
.view-brands li {
    float: left;
    margin: 0px;
    padding: 0px;
}




#block-views-home-insurance-providers-block {
    padding: 80px;
}

/* now the footer brands */
.view-brands .footer-item-list ul {
    /*width: */
}
.view-brands .footer-item-list .views-row {
    width: 20%;
}
.view-brands .footer-item-list img {
    width: 192px;
}

/* **************** 
    SLICK 
*/
.view-menu {
        max-width: 1200px;
    margin: auto;
}

.view-menu .view-content  {
    margin-top:50px;
}

.slick--skin--boxed-carousel .slide__content {
    border: none;
    border-radius: 0;
}

.slick--skin--boxed-carousel .slide__content:hover {
    box-shadow: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-color: none;
}

.slick--skin--boxed-carousel li {
    list-style-type:none;
    text-align:center;
    margin-left: 10px;
    margin-right: 10px;
}

.slick--skin--boxed-carousel .views-field-title-1 {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 1.25em;
    text-align: center;
    margin-top: 15px;
    color: #1e4e9c;
}

.slick--skin--boxed-carousel .views-field-field-feature-text {
    margin-top: 10px;
    line-height: 1.1em;
    color: #444;
}

.footer-col1, .footer-col2 {
    width: 50%;
    float: left;
}

/*  I M A G E   B L O C K S  */
.block-image {
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-position: center;
    /* height: 430px; */
}

.no-parallax .block-image {
    background-attachment: inherit; /* toggle parallax effect */
}


/* V I E W S */

.front .views-row img {
    margin-left: auto;
    margin-right: auto;
    animation: fadeIn 1s ease-in both;
}

/*  F E A T U R E D   B L O G   P O S T   */


/*  S O C I A L   B L O C K   */
.social-icons-list {
    margin-top: 20px;
}

.social-icons {
    text-align: center;
}
.social-block {
    background-color:#1e4e9c;
    height: 400px;
    padding-top:80px;
    padding-bottom:80px;
    color: #ffffff;
}
.social-block h3 {
    font-size: 3em;
    font-weight:300;
}
.social-block .fa.fa-comment {
    font-size: 7em;
    margin-left: 38px;
}
.social-block .fa {
    color: #fff;
    font-size: 3em;
}
 .social-icons .fa {
    color: #ffffff;
    float: none;
}
.social-block h4,  
.social-block h3,
.social-block p,
.social-block a {
 color: #ffffff !important;   
}

.social-block .social-icons li {
    display: inline;
    margin:5px;
}
/*  M A I L C H I M P   B L O C K   */
.mailchimp-signup-info {
    background-color: #faf8f3;
}


.mailchimp-signup-info h2 {
    font-size: 4em;
    line-height: .45em;
    padding-top: 120px;
}


.mailchimp-signup-info h2 strong {
    font-size: .35em;
    color:#1e4e9c;
}

.mailchimp-signup-info p {
    color:#1e4e9c;
}


.mailchimp-signup-subscribe-form {
    /*width: 500px;*/
    margin-left: auto;
    margin-right: auto;
}


.newsletter-block-header, .contact-catch-all {
    background-color: #292929;
    color:#fff;
    padding-top:80px;
}

.not-front .newsletter-block-header, .not-front  .contact-catch-all {
    background-color: #2E3547;
    color: #fff;
}

.not-front .newsletter-block-header .btn, .not-front  .contact-catch-all .btn {
    background-color: #292929;
}

.newsletter-block-header h3, .contact-catch-all h3 {
    font-size: 2.25em;
    font-weight: 300;
    margin-bottom: 8px;
    text-transform: uppercase;

}
.newsletter-block {
    background-color: #071833;
    padding: 50px;
}
#cboxWrapper, #cboxContent {
    background-color: #071833;
}
#block-mailchimp-signup-newsletter p {
    color: #ffffff;
    text-align: center;
}

#block-mailchimp-signup-newsletter .block-title {
    color: #ffffff;
}
#cboxLoadedContent #block-mailchimp-signup-newsletter {
    display: inline;
}
#block-mailchimp-signup-newsletter .form-actions {
    text-align: center;
}
#block-mailchimp-signup-newsletter {
    display: none;
}
#block-mailchimp-signup-newsletter .btn {
    background-color: #ff9000;
    border-color: #ff9000 !important;
}
#block-mailchimp-signup-newsletter label {
    display:none;
}
.embedded-video iframe {
    width: 100% !important;
    height: 500px !important;
}

.field-name-field-video {
    margin-top: 40px;
}


/*  N O T - F R O N T   P A G E S   */

.page-header {
     color: #292929;
}
.not-front .page-header, .not-front #page-header {
    margin: auto;
    text-align: center;
    letter-spacing: 0em;
    color: #16304a;
    font-size: 2.3em;
    margin-bottom: 20px;
}

.page-contact .page-header, .page-contact #page-header {
    max-width: 1000px;
}

.not-front.page-node-273 .field-name-body {
    padding:20px 0px;
    width:100%;
    max-width: 100%;
}

.not-front .field-name-field-date {
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.not-front .field-name-body {
    max-width: 800px;
    margin: auto;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.node-type-news .field-name-body {
    text-align: left;
}

.lead, .field-name-field-sub-title {
    font-size: 1.25em;
    color: #ffffff;
    padding-top: 20px;
}
.lead.credit {
font-size: .85em;
    letter-spacing: 0.01em;
}
.lead.credit em {
    font-style: normal;
}
.field-name-field-sub-title {
    text-align: center;
        margin-bottom: 50px;
}
.business .lead {
    font-size:1em;
    color: #ffffff;
}

.mobile {
    display:none;
}
.not-front p.lead {font-weight: 600;text-align: left;}

/*  C O N T A C T   P A G E  */

.contact-address a {
    display:none; /* hide 'view map' btn if no map */
}


/* I S O T O P E */


#block-views-staff-isotope-block-1 {
    clear: both;
    /*background-color: #f5f5f5;*/
    margin-top: 0;
    /* text-align:  center; */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#block-views-staff-isotope-block-1 ul {
    max-width: 1000px;
}

.view-staff-isotope img {
    border-radius: 50%;
    margin: auto;
    width: 230px;
}

.view-staff-isotope {
    padding: 0 0 60px 0;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.view-staff-isotope .views-row {
    margin-bottom: 60px;
    float: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    /* text-align: center; */
    width: 20%;
}

.view-staff-isotope .views-row-5 {
    clear: both;
}

.view-staff-isotope ul.isotope-container {
    margin: auto;
}

.view-staff-isotope .isotope-element {
    background: transparent;
    padding: 10px;
}

.view-staff-isotope .isotope-element li {
    list-style-type: none;
}

.view-staff-isotope .isotope-options {
    text-align: center;
}

.view-staff-isotope .isotope-options li {
    float: none;
    display: inline-block;
}


.view-staff-isotope .views-field-title {
    text-align: center;
    font-weight: 500;
        padding-top: 5px;
}

.view-staff-isotope .views-field-field-category {
    font-size: .8em;
    padding-top: 0;
    margin-top: 0;
    padding-left: 7px;
    line-height: 1em;
    padding-top: 10px;
    text-align: center;
        color: #2E3547;
}

.view-staff-isotope .views-field-field-position {
    text-align: center;
    color: #16304a;
}



.view-staff-isotope .views-field-field-image {
    margin-top: 20px;
    height: 180px;
}

.isotope-container:after {
    content: '';
    display: block;
    clear: both;
}

.item-list ul.isotope-container {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-list li.isotope-element {
    list-style: none;
    margin: 5px;
    padding: 0;
}

.isotope-element {
  width: 33%;
    float: left;
    list-style: none;
}

/* NEWS OR  VIEW G A L L E R Y  */

/*.view-gallery .views-field-field-feature-image {
    overflow: hidden;
}

.view-gallery .views-field-field-feature-image img {
    min-width: 100%;
    float: left;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
  .view-gallery .views-field-field-feature-image .overlay:hover  img {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
  .view-gallery .views-field-field-feature-image:hover .overlay {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
*/


#block-views-gallery-block,#block-views-list-events-no-feature-block,#block-views-functions-block {
    padding: 0;
}

#block-views-gallery-block .overlay,#block-views-gallery-block .overlay {
    width: 100%;
    max-width: 300px;
    max-width: 300px;
    float: none;
    height: 100%;
    padding: 0;
    position: inherit;
    top: inherit;
    opacity: .5;
    background-color: #1e4e9c;
}

#block-views-gallery-block,#block-views-functions-block {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 60px;
}

#block-views-gallery-block .views-row,#block-views-functions-block .views-row {
    padding: 2px;
    text-align: center;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 30px;
    max-width: 300px;
    display: inline-block;
    line-height: 0;
    margin-bottom: 4px;
}

#block-views-gallery-block .views-field-nothing-1,#block-views-functions-block .overlay-wrapper {
    top: 0;
    left: 2px;
    position: absolute;
    width: calc(100% - 4px);
    max-width: 300px;
    height: 100%;
}

#block-views-gallery-block .views-field-nothing-2,#block-views-functions-block .views-field-nothing-2 {
    position: absolute;
    top: 200px;
    width: calc(100% - 4px);
    max-width: 300px;
}

#block-views-functions-block .views-field-nothing-2 {
    top: 157px;
}

#block-views-gallery-block .views-field-field-sub-title {
    position: absolute;
    top: 157px;
    top: 110px;
    color: #fff;
    width: calc(100% - 4px);
    width: 100%;
    max-width: 300px;
    padding: 0 20px;
}

#block-views-gallery-block .overlay,#block-views-functions-block .overlay {
    width: 100%;
    max-width: 300px;
    max-width: 300px;
    float: none;
    height: 100%;
    padding: 0;
    position: inherit;
    top: inherit;
    opacity: .5;
    background-color: #1e4e9c;
}

#block-views-gallery-block .view-content,#block-views-functions-block .view-content {
    text-align: center;
}

#block-views-gallery-block .views-field-field-image,#block-views-functions-block .views-field-field-image {
    max-width: 300px;
    display: inline-block;
}

#block-views-gallery-block .views-field-title,#block-views-functions-block .views-field-title {
    font-size: 1.25em;
    position: absolute;
    top: 120px;
    color: #fff;
    width: calc(100% - 16px);
    max-width: 300px;
    padding: 10px 20px;
}

#block-views-gallery-block .views-field-title a,#block-views-functions-block .views-field-title a {
    color: #fff;
    line-height: .85em;
}

#block-views-gallery-block .views-field-field-sub-title {
    font-size: .85em;
}

#block-views-gallery-block .views-row {
    padding: 0px;
    margin: 0px;
    color: #fff;
    text-align: center;
}

#block-views-gallery-block .views-row a {
    color: #fff;
    margin-top: 25px;
}

.events-block .views-fieldset {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    width: 100%;
    height: 100%;
    background-color: rgba(35,23,40,0.5);
}
.view-upcoming-events .views-field-title  {
    min-height: 40px;
}
.views-field-field-event-flyer,.views-field-nothing,.overlay-wrapper {
    display: inline-block;
}

.events-block .views-field-title {
    text-transform: uppercase;
    margin-top: 25px;
    font-size: 1.25em;
}

.events-block .views-field-field-date {
    font-size: 4em;
    padding-bottom: 15px;
    font-weight: 600;
    margin-top: 90px;
}

.events-block .views-field-field-date-1 {
    font-weight: 600;
}

.events-block a.rsvp {
    background-color: #c5b856;
    color: #2E3547 !important;
}




/* slick grid */

.slick-arrow::before {
    color: #1e4e9c;
    font-size: 36px;
    font-size: 3.25rem;
}

.slick-arrow:hover::before {
    color: #1e4e9c;
}

.slick-slider {
    margin-bottom: 0;
}

.slick-slide {
   display:none;
}

.slick-active {
    display:block;
}

.slide__title {
    /*color: #292929 !important;
    font-family: 'futura-pt';
    font-style: normal;
    font-weight: 400;
    font-size: 1em !important;
    line-height: 1.5em;*/
    display:none;
}

.slide__description {
    /*display:none;*/
}

.slide__caption {
    padding-top: 20px;
}


/*  M E D I A   Q U E R I E S  */



@media screen and (min-width: 1200px) {
.navbar .navbar-nav {
    text-align: center;
    float: none;
    /* margin-right: 40%; */
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
.hero-logo h1 strong {
    font-size: 2em;
}

#navbar .nav a {
    padding: 8px 15px !important;
    font-size: .9em !important;
}
}

@media screen and (max-width: 1199px) {
.hero-phone {
    display:none;
}

.navbar .navbar-nav {
    text-align: right;
    float: right;
    margin-right: 20px;
}
}

@media screen and (max-width: 1100px) {
#navbar .nav a {
    padding: 8px 15px !important;
    font-size: .9em !important;
}

.view-upcoming-events .views-row,
.view-id-benchmarking .views-row {
    width: 45%;
    float: left;
    list-style: none;
}
.view-upcoming-events {
width: 100%;    
}

.not-front .view-id-upcoming_events .views-row, .not-front .view-id-upcoming_events .views-row {
    clear: none;
}



.front .view-upcoming-events .views-row-3 {
    clear: both;
}

.ag-consultancey {
    padding: 30px;
}

#block-views-upcoming-events-block {
    padding: 30px;
}
}

@media screen and (max-width: 1120px) {

}

@media screen and (max-width: 1000px) {
  #hero .flexslider .slides .content_hero {
    padding-top: 0;
  }
  
  #block-imageblock-1 .block-image  {
    height: 500px !important;
}

}

@media screen and (max-width: 991px) { /* bootstrap col-md breakpoint */
    #navbar .nav a {
     padding: 8px 15px !important;
    font-size: 1em !important;
}

#hero .flexslider .slides li {
    background-position: center center !important;
    background-size: cover!important;
}

.not-front .page-header, .not-front #page-header,
.region-content h2, .content-second h2,
.mailchimp-signup-info h2 {
    font-size: 1.3em;
    padding: 0px 40px;
}
    
}

@media screen and (max-width: 960px) {

.view-staff-isotope {
    width:100%;
}

.not-front .main-container {
    padding-top: 160px;
}


/* v i e w s below 960 */

/* liam to adjust here perhaps 50% front logos are limited to top 5 */
.view-brands .views-row {
    width: 100%;
}
.front .logos {
    width: 100%;
    margin: 0px;
}
.item-list li.views-row {
    width: 50%;
    margin: 0px;
}

.front .shop-around {
    width: 100%;
    padding: 30px;

}
.front .col1 {
    width: 50%;
}
.front .col2 {
    width: 50%;
}
.front .col3 {
    width: 100%;
}
.front .services-block {
    width: 100%;
}
.front .protect {
    margin: 0px;
}
.menu li.first a {
    padding-left: 25px !important;
}
.footer-middle {
    display: none !important;
}

.footer-text .footer-middle, .footer-text .footer-left, .footer-text .footer-right {
    width: 100%;
    clear: both;
    text-align: center;
    float: none;
    display: block;
    padding: 5px;
}

.footer-text .footer-right a {
    text-align: center;
    float: none;
}

.footer-text .footer-right p a {
    padding:10px;
}

.top_button {
    bottom: 85px;
}

.bio-granger .block-body {
    width: 100%;
    margin-left: 0;
}

.bio-granger h2 {
    padding-left: 0;
}

.bio-granger img {
     max-width: inherit; 
     position: inherit; 
     padding: inherit; 
     right: inherit; 
     top: inherit; 
     padding-top: inherit; 
     max-height: inherit; 
     padding-right: inherit; 
     padding: inherit; 
    height: auto !important;
    width: 90% !important;
}
    
.node-page .field-type-image {
    padding-top:40px;
    padding-bottom:40px;
    width:  100%;
    float:none;
    clear:both;
}

.node-page  .field-name-body {
    width:100%;
    margin-right:0;
    float:none;
    text-align:center !important;
}

.front #wrapper_overall.full_width   {
        /*height: initial;*/
    }

.cbp-spmenu-top.cbp-spmenu-open {
    height: auto !important;
    top: 100px !important;
    padding-left: 0;
    padding-bottom: 40px;
}

.cbp-spmenu-horizontal li a {
    height: 40px;
    padding-top: 8px !important;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 18px !important;
}

#hero .hero-phone {
        display: none;
}
header .navbar-collapse.collapse {
    width: 100%;
    background-color: #617090;
}
header#navbar.sticky-wrapper {
        background-color: #ffffff;
}

#showTop {
    background-color: #292929 !important;
}
.view-service-category .views-row {
    width: 50%;
        max-height: 300px;
    overflow: hidden;
}

.front .logo-container {
    display:none;
}

#logo-container {
margin-top: 98px;
}


}

@media screen and (max-height: 700px) {



.front .hero-logo {
    top: 100px;
}
.front #hero, .front .full_width, .front .region-hero, .front .region-hero .view, #block-views-flexslider-block, .front .region-hero .view .view-content, #hero .hero-overlay {
    /* height: 600px; */
}
}

@media screen and (max-width: 768px) {
.hero-logo h1 strong {
    font-size: 2em;
}

#block-block-128.hero-info .btn {
    margin-bottom: 10px;
}

.navbar .logo {position: absolute;top: 0px;left: 70px;z-index: 999999999999999;height: 80px;width: 100%;margin-left: 0px;padding: 0px;text-align:  left;}


header .navbar-collapse.collapse {
    top: 100px;
    left: 0px;
    padding-left: 0px;
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    margin-left: 0px;
}


#block-block-111 {
    padding: 80px 20px;
}

#menu-label {
    display: none;
}

#block-imageblock-3 .block-image  {
    height: 190px !important;
}

.front #hero .hero-bottom-block {
    display:none;
}
.navbar .navbar-collapse {
    margin-top: 80px;
}


.navbar .navbar-nav {
        float: none;
        clear:both;
}

.row5-col1 .block-body {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 20px;
    left: 0;
    margin-top: 110px;
}

.view-frequently-asked-questions ul.homepage-faqs {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
        border-bottom: none;
    }

    /*MENU ITEMS*/

    .da-thumbs li a div i{
        display: none;
    }

    .view-filter-controls li{
        margin:5px;
    }

    div.navbar-collapse {
        float: none !important;
    }

    .container>.navbar-header, .container>.navbar-collapse.navbar-collapse{
        /*min-height: 100%;*/
        background: #f3f2ed;
        /*height: 100%;*/
        max-height: none;
        border:none;
    }

    .container>.navbar-header, .container>.navbar-collapse.navbar-collapse .navbar-nav{

    }

    .navbar-collapse .navbar-nav>li>a{
        padding-left: 30px;
    }

    .navbar-collapse .navbar-nav>li>a{
        line-height: 50px;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
        background: inherit;
    }

    .navbar-default .navbar-nav >li a:hover{
        /*background-color: #1D1D1B !important;
        color:white !important;*/
    }

    .navbar-default .navbar-toggle{
        border:none;
        outline: none;
    }

    .navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
    width: 25px;
    height: 3px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background-color: #071833;
        border:none;
    }

    .navbar-default .navbar-toggle:hover span, .navbar-default .navbar-toggle:focus span{
        background-color: white;
    }
    


    .work-list ul.items .work-item,
    .work-list ul.items .work-item.cols-3{
        list-style: none;
        float:left;
        width:48%;
        padding:1%;
        margin:1%;
    }

    .node-blog .post_blog_info .blog_category{
        width:7%;
    }

    .node-blog .post_blog_info a{
        display:none;
    }

    .node-blog .post_blog_info .submitted{
        font-size: 12px;
    }

    .node-blog .blog_post_type{
        display:none;
    }

    .node-blog .blog_post_date{
        display:none;
    }
    .node-blog .blog_content{
        margin-left: 0;
    }

    .node-blog{
        padding:0;
    }
    video{
        max-width: 100%;
    }

    .mejs-container,.mejs-overlay-play,audio, canvas,iframe{
        max-width: 100% !important;
        height: auto;
    }
    .node-project .project_info span{
        width:100%;
        border:none;
    }

    .node-project .project_info{
        text-align: center;
        margin-top: 50px;
    }

    .da-thumbs li.cols-3 a div span.title{
        margin: 80px 20px 20px 20px;
    }

    .view-id-work.view-display-id-page_3 .item{
        width:100%;
    }

    .view-id-work.view-display-id-page_3 .item.w2{
        width:100%;
    }

    .view-id-work.view-display-id-page_3 .item.w1{
        width:100%;
    }

    .view-id-work span.title,.view-id-work span.title,.da-thumbs li a div span.title{
        margin: 80px 20px 20px 20px;
        font-size: 30px;
    }

    .flexslider .contrast .hi-icon-wrap{
        display: none;
    }
    .navbar-default .navbar-nav>li>a {
       text-align: center;
    }
#hero .flexslider .slides .content_hero {
    padding-top: 0;
  }
  .logo img {
      /* width: 40% !important; */
      float: right;
      margin-right: 150px;
  }
  .flexslider .slides img {
    width: 100% !important;
    /* padding: 10%; */
    height: 100%;
  }
  .no-tablet {
    display:none;
  }
  .portfolio {
    width: 500px
  }
  .footer-phone {
    font-size: 1.5em;
  }
  .logo-area {
    width: 90%;
}


}

@media screen and (max-width: 680px) {

.view-staff-isotope .views-row {
    width: 100%;
    
}

.ag-consultancey .list-box {
    width: 100%;
}

.view-staff-isotope .views-row .views-field-field-image  {
    height: auto;
    text-align:  center;
    margin-left: auto;
    margin-right: auto;
}


#hero .flexslider .slides li {
    background-position: center center !important;
    /* background-size: inherit !important; */
    /* background-origin: initial; */
}



.view-id-upcoming_events .views-row, .view-id-upcoming_events .views-row {
    max-height: inherit;
}


   .view-upcoming-events .views-row, .view-benchmarking .views-row {
    width: 90%;
   }

   .how-it-works a.btn {
        margin-top: 10px;
   }

.view-frequently-asked-questions ul.homepage-faqs {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding-left: 0;
    padding-right: 20px;
}

.front .col1 {
    width: 100%;
}
.front .col2 {
    width: 100%;
}
.front .col3 {
    width: 100%;
}
.front .services-block {
    width: 100%;
}
.front .protect {
    margin: 0px;
}

#hero h1, .region-content h1 {
    font-size: 1.5em;
}
#hero h2, .region-content h2 {
    font-size: 1.2em;
}

p.lead {
    font-size: 1em;
}

#block-imageblock-7 .block-body {
    left:10%;
     width: 500px;
}
.front #hero.header {
    /* height: 500px; */
    min-height: inherit;
    max-height: inherit;
}
 
.peace .block-body {
 width: 100%;
 right: 0px; 
}

.front .hero-centre a {
    margin: 5px;
}
nav {
    margin-top: 0px;
}
}


@media screen and (max-width: 500px) {

.region-hero .hero-scroll {
    margin-top: 10px;
    right: 5px;
    bottom: 5px;
    position: absolute;
}


.front .content_hero .centre-hero {
    width: 400px;
}

   .hero-logo h1 strong {
    font-size: 1.25em;
}
#block-imageblock-9 .block-body,
#block-imageblock-10 .block-body,
#block-imageblock-10 .farm-ranking-form {
        width: 100%;
    margin-left: 0px;
    left: 0px;
}
.farm-ranking-form,
#block-imageblock-9 .block-body {
    opacity: .8;
}

#block-imageblock-7 .block-body {
    left: 0px;
    width: 400px;
}
#block-views-news-block.front-news-block {
    display:none;   
}
.front .logos {
    width: 100%;
    margin: 0px;
}
.item-list li.views-row {
    width: 100%;
    margin: 0px;
}

.menu {
    /*height: 100px;
    margin-top: 52px;*/
}
.mailchimp-signup-info h2 {
    font-size: 3em;
}

header#navbar.sticky-wrapper {
        background-color: #fff;
}

.bio-granger * {
    text-align:center !important;
}

 .hero-logo img {
    /*max-width: 80%;
    height: auto;*/
    /*display:none;*/
}
 .isotope-element {
        width:100%;
        float: left;
        list-style: none;
        background: black;
    }
.front .hero-logo {
    /*width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    height: 200px !important;
    top:inherit !important;
    bottom: calc(50% - 50px) !important;*/
}

.isotope-element {
      width: 100%;
     /* height: 0px;
      margin: 5px;
     */ float: left;
      list-style: none;
      background: black;
  }
  /* list goes to single column and get's a bit long */
  .front .region-hero .hero-commercial-electrican, .front .region-hero .hero-level {
        height: auto;
    }
  .hero-points ul {
 -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
    height: 220px;
}
.front .honest, .front .considered-solutions {
    padding: 20px 20px;
}
  .navbar .navbar-nav {
      float: none;
  }
  #navbar-sticky-wrapper {
      width: 100% !important;
      z-index: 1000;
  }
  .show-menu nav.menu {
    width: 83%;
    background: rgba(29,29,29,0.95);
}
    .footer-text .footer-middle,.footer-text .footer-left,.footer-text .footer-right {
    width: 100%;
    clear: both;
    text-align: center;
    float: none;
    display: block;
    padding: 5px;
    }
.top_button {   
    bottom: 85px;
}
.footer-text .footer-right a {
    text-align: center;
    float: none;
}
.footer-middle {
    display: none !important;
}
/* responsive menu */
.cbp-spmenu-open .menu li {
    /*width: 500px;*/
    display: block;
    height: 20px;
    padding: 25px;
}
.region-top-menu .cbp-spmenu-open.cbp-spmenu-horizontal {
    font-size: 75%;
    height: 300px;
}

  .no-mobile {
    display:none;
  }
 .mobile {
    display: inline;
 }

.logo-scroll img {
    width: 200px;
    /*margin-left: 100px;*/
    display: inline;
    display: block;
    text-align: left;
    margin-left: 130px;
    margin-right: auto;
    /*width: 293px;*/
    max-width: calc(100% - 150px);
}
  .overlay {
    width: 100%;
  }
  h3 {
    font-size: 1.8em;
}
    #hero .flexslider .slides a {
    clear: both;
    width: 100%;
    }
    .hero-level h2 {
        width: auto;
    }
    .front .footer-email {
        padding: 20px;
    }
}



@media screen and (max-height: 800px) {
 .hero-logo img {
    max-height: 175px;
    width: auto;
}
.front .region-hero section {
     /*height: 500px;*/
}

.flexslider .slides img {
    padding: 5px 15px !important;
    width:450px !important;
}

#hero h1 {
    font-size: 1.6em;
}

#hero h2 {
    font-size: 1.8em;   
    padding-bottom: 0px;
}

#hero .flexslider .slides .content_hero {
    top:20%;
}
.front .region-hero #block-views-flexslider-block {
    height: calc(100% - 160px);
}

 .front .region-hero #block-block-128 {
    height: 160px;
}
#block-block-128.hero-info .btn {
    padding: 10px;
}


}
@media screen and (max-height: 600px) {

.flexslider .slides img {
    padding: 5px 15px !important;
    width:350px !important;
}

}

