/* @override
http://bsas.sanctusmedia.net/assets/css/bsas.css?*
https://bsas.sanctusmedia.net/assets/css/bsas.css?*
https://bsas.org.uk/assets/css/bsas.css?* */

/*
BSAS Stylesheet v2
Author: Owen Griffiths
Agency: Sanctus Media Ltd
*/


/**** nav ****/

button.navbar-toggler {
    position: absolute;
    right: 0px;
    bottom: 20px;
    background-color: #f1f1f1;
    color: #41904e;
}



/**** PRIMARY ****/

.fl-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 6px;
}

.fl-left {
    float: left;
    margin-bottom: 6px;
    margin-right: 20px;
}

body {
    font-family: acumin-pro;
}

footer {
    color: #fff;
    padding: 40px 0px 60px;
}

.social {}

.social a {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0px 10px;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

p,
article ul {
    font-family: acumin-pro;
    font-size: 18px;
    color: #575757;
}

article p {
    margin-bottom: 20px;
}

article figure img {
    width: 100%;
    border-radius: 3px;
}

article figure {
    float: right;
    margin: 0px;
    max-width: 30%;
    text-align: center;
    margin: 0px 0px 10px 20px;
}

article figure figcaption {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #979797;
    font-style: italic;
}

a {
    color: #575757;
    text-decoration: underline;
}

a.btn {
    text-decoration: none;
}

a:hover {
    color: #316f86;
}

.btn.bg-grey {
    background-color: #efefef !important;
    color: #616161 !important;
}

.logo {
    width: 220px;
    /*padding-bottom: 20px;*/
    margin-top: -28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: acumin-pro-condensed;
}

h1 {
    line-height: 56px !important;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn {
    font-family: acumin-pro-semi-condensed;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 14px;
    color: #fff;
}

.btn-sm {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
}

.btn-md {
    font-size: 16px;
    padding: 5px 13px;
}

.title-ib {
    display: inline-block;
}

.img-right {
    float: right;
    width: 30%;
    margin: 0px 0px 10px 20px;
    border-radius: 3px;
}

.crumbs {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 00px;
    z-index: 99999;
}

.crumbs span {
    color: #fff;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.35);
    position: relative;
    margin: 0px;
}

.crumbs span a {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding-right: 8px;

}

.crumbs span::after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -2px;
    z-index: 9999;
    font-size: 14px;
    line-height: 26px;
    color: #dadada;
}

.crumbs span:last-of-type {
    padding-right: 0px;
}

.crumbs span:last-of-type::after {
    content: '';

}

/**** Sections ****/

.default {
    padding: 60px 0px !important;
}

img {
    width: 90%;
}

/**** NEWS ****/

.news-widget article,
.job-widget article {
    margin-bottom: 20px;
    border-left: 5px solid #e9e9e9;
    background-color: #fcfcfc;
}

.news-widget .img {
    width: 25%;
    margin: 2%;
    display: inline-block;
    vertical-align: top;
}

.news-widget img {
    border-radius: 2px;
}

.news-widget .txt,
.job-widget .txt {
    display: inline-block;
    width: 65%;
    padding: 5px;
}

.news-widget .txt p,
.job-widget .txt p {
    line-height: 19px;
    font-size: 16px;
    margin-bottom: 5px;
}

.news-widget .txt a,
.job-widget .txt a {
    text-decoration: none;
    font-weight: 600;
}

.news-widget .more {
    text-align: right;
    font-family: acumin-pro-condensed;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.job-widget article {
    padding: 2px 1%;
}

.news-widget article.subscribe {
    padding: 20px 3%;
    border-color: #d74667;
    vertical-align: text-top;
    color: #575757;
}

article.subscribe input {
    width: 40%;
    line-height: 18px;
    font-size: 14px;
    padding: 5px;
    outline: 0;
    border: 1px solid #e3e3e3;
    vertical-align: text-top;
    border-radius: 3px;
    margin-right: 3px;
}

article.subscribe input:focus {
    border: 1px solid #c75167;
}

article.subscribe button {
    background-color: #53bc49;
    padding: 5px;
    line-height: 18px;
    vertical-align: text-top;
}

article.subscribe button:hover {
    background-color: #c75167;
}

.news-main .img {
    width: 18%;
}

.news-main p.headline {
    font-size: 20px;
    line-height: 26px;
}

.news-main article {
    margin-bottom: 30px;
}

.sidenav li a {
    color: #575757;

}


/*** CAROUSEL ***/

.carousel-item .heading {
    display: block;
}

.carousel-item h1 {
    display: inline-block;
    padding: 5px 20px;
    background-color: rgba(26, 89, 113, 0.6);
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 0px;
}

.carousel-item p.txt {
    background-color: rgba(59, 137, 99, 0.6);
    color: #fff;
    font-family: acumin-pro-semi-condensed;
    font-weight: 600;
    max-width: 60%;
    padding-bottom: 3px;
    margin: 10px auto;
    margin-top: 0px;
}

.carousel-item a.btn {
    background-color: #ffffff;
    text-decoration: none;
    color: #316f86 !important;
}

/**** Navi ****/

.navi a {
    text-decoration: none;
}

.navi.small.bsas-home {
    text-align: left;
}

.navi ul li {
    list-style: none;
    display: inline-block;
}

.navi ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

header {
    position: relative;
    font-family: acumin-pro-condensed;
}

.navi.small {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.navi.large {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

header.conference .navi.large {
    top: -3px;
}

.navi.small ul.navtext li {
    margin: 0px 8px;
    padding: 10px 0px 5px;
}

.navi.small ul.navbutton li {
    display: inline-block;
    width: 50px;
    text-align: center;
    white-space: 0 !important;
    padding: 10px 0px;
}

#navi-buttons {
    margin-left: 6px;
    float: right;
    /*display: block;*/
}

ul.navbutton {
    margin-left: 6px;
    display: block;
    width: 200px;
}

ul.navbutton li a {
    color: #fff !important;
    padding: 0px;
}

ul.navtext li:after {
    content: '|';
    color: #ccdbe1;
}

ul.navtext li:last-of-type:after {
    content: '';
}

.navi.small ul.navtext li a {
    color: #0d7189 !important;
}

.navi.small ul li {
    position: relative;
}

.navi.large ul li {
    padding: 8px 0px;
    margin: 0px 4px;
    position: relative;
    padding-bottom: 12px;
    transition: opacity 1s ease-in-out 0s;
}

.navi.large ul li a {
    color: #0d7189 !important;
    font-size: 0.9em;
}


.navi.large ul li::after,
.navi.small ul li::after {
    content: '';
    width: 0%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease-in-out 0s;
}

.navi.small ul li::after {
    height: 4px;
}

.navi.large ul li.active::after,
.navi.large ul li.selected::after,
.navi.large ul li:hover::after,
.navi.small ul li.active::after,
.navi.small ul li.selected::after,
.navi.small ul li:hover::after {
    width: 100%;
}


.conference .lower {}


.pageheader {
    position: relative;
    padding: 140px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.pageheader.slim {
    padding: 90px 0px;
}

.pageheader h1 {
    display: inline-block;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.47);
    padding: 5px 20px 13px;
    line-height: 56px;
    font-size: 60px;
    overflow: hidden;
}


.sidenav h4 {
    padding-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
}

.sidenav ul {
    background-color: #fcfcfc;
    padding: 10px 30px;
    border-left: 5px solid #b9b8b8;
}

.sidenav ul li {
    list-style: none;
    font-size: 18px;
    position: relative;
}

.sidenav ul li a {
    color: #575757;
    text-decoration: none;
}

.sidenav ul li::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: -20px;
    top: 3px;
    color: #b8b8b8;
}

.sidenav h4::after {
    content: '';
    width: 20%;
    height: 4px;
    display: block;
    margin-top: 6px;
    margin: 10px auto;
}

.sidenav li.active>a {
    font-weight: 700;
}

.sidenav li>ul {
    border-left: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 5px;
}

.sidenav li>ul>li:before {
    content: '\f105';
    left: -12px;
}

.sidenav li>ul>li a {
    color: #7a7a7a;
}

.sidenav li>ul>li.active a {
    color: #0c7088;
}

span.paginate {
    display: block;
    text-align: center;
    font-size: 17px;
}

span.paginate a {
    padding: 0px 3px;
}

span.paginate strong {}

article.article .img {
    width: 30%;
    float: right;
    margin-left: 5%;
    vertical-align: top;
}

article.article .img img {
    border-radius: 3px;
}

article.article ul {
    padding-left: 25px;
    margin-bottom: 30px;
}

article.article ul li {
    list-style: none;
    position: relative;
    font-size: 18px;
    margin-bottom: 6px;

}

article.article ul li::before {
    content: '\f192';
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
    left: -18px;
    top: 9px;
    font-size: 8px;
    position: absolute;
    color: #7cbb55;
}

article.event h2 {
    margin-bottom: 5px;
    margin-top: 20px;
    display: inline-block;
}

article.event p.sub {
    font-size: 22px;
    margin-bottom: 20px;
}

article.event p.sub i {
    color: #f05722;
}

article.article img {
    max-width: 100%;
    height: auto !important;
}

article.event ul li::before {
    color: #f05722;
}





dl.event-submit {}

dl.event-submit dt {
    color: #fff;
    float: left;
    font-size: 1.2em !important;
    font-weight: bold;
    margin-top: 20px !important;
    width: 150px;
    clear: left !important;
}

dl.event-submit dd {
    margin-left: 155px !important;
    padding-top: 20px !important;
}

dl.event-submit dd input[type="submit"] {
    background-color: hsl(199, 61%, 57%);
    padding: 10px 40px !important;
    color: white !important;
    border: none;
    border-radius: 7px;
}



/**** ELEMENTS ****/

.homebox {
    min-height: 320px;
    margin-bottom: 30px;
}

.homebox h3 {
    padding: 10px 15px;
    margin: 0px;
    color: #fff;
}

.homebox p {
    padding: 20px 20px 10px 20px;
    color: #fff;
    min-height: 110px;
    margin-bottom: 0px;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    line-height: 22px;
}

.homebox a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: opacity .2s ease-in-out .2s;
}

.homebox a:hover {
    opacity: 0.8;
}

.homebox sub.date {
    padding-left: 20px;
    padding-bottom: 20px;
    color: #fff;
    display: block;
    line-height: 20px;
    font-family: acumin-pro-condensed;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 0.4px;
}

.event {
    background-color: #fcfcfc;
    margin-bottom: 30px;
    padding: 0px 12px 10px 8px;
}

.event.single {
    border-left: 5px solid #e9e9e9;
}

.event p {
    font-family: acumin-pro-condensed;
    margin-bottom: 6px;
}

.event.featured p a {
    color: #fff;
}

.event.single p.title {
    font-weight: 600;
}

.event p a {
    text-decoration: none;
}

.event.single .title a {
    color: #d9642a;
}

.event h4 {
    color: #ea5b0b;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 5px;
}

.event.featured {
    padding: 0px;
    background-color: #f05722;
    color: #fff;
}

.event.featured p,
.event.featured h4 {
    color: #fff;
}

.event.featured p {
    padding-right: 20px;
    font-size: 20px;
}

.event.featured p.title {
    font-family: acumin-pro;
    margin-bottom: 8px;
    margin-top: 11px;
    font-weight: 600;
    line-height: 24px;
}

.event img.event-img {
    max-width: 25%;
    margin: 5px;
    margin-right: 10px;
    box-sizing: border-box;
    vertical-align: text-top;
    border-radius: 3px;
}

.event .text {
    display: inline-block;
    width: 60%;
    vertical-align: text-top;
}

.event-page p {
    font-family: acumin-pro;
    padding-right: 20px;
}

/** Conference **/

.showlogin,
.showregister {
    background-color: #f6c342;
    border-radius: 4px;
    padding: 2px 8px;
    text-decoration: none;
    color: #393939;
}

.showlogin:hover,
.showregister:hover {
    text-decoration: underline;
}

ul.footlist {
    list-style: none;
    margin: 0px;
    padding-left: 13px;
    font-family: acumin-pro-condensed;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 6px;
    margin-bottom: 30px;
}

ul.footlist li:before {
    content: '\f101';
    font-family: "Font Awesome 5 Pro";
    left: -8px;
    font-weight: 100;
    position: relative;
}

ul.footlist li a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
}

ul.footlist li a:hover {
    color: #d1dee6;
}

footer p {
    color: #fff;
    font-size: 17px;
    font-family: acumin-pro-condensed;
}

footer p a {
    color: #fff;
    opacity: 0.7;
}

footer p a:hover {
    color: #fff;
    opacity: 0.5;
}

footer img {
    margin-bottom: 20px;
    max-width: 80%;
}

#membership.banner {
    background: url('/assets/img/jackrussel.png') right bottom no-repeat #ffe49c;
    background-size: 60%;
}

#accreditation.banner {
    background: url('/assets/img/agriculture-tr.png') left center no-repeat #ffe49c;
    background-size: 40%;
}

#career-hub.banner {
    text-align: right;
    background: url('/assets/uploads/images/entries/bulls-219952.jpg') center center no-repeat;
    background-size: cover;
    padding: 220px 0px 50px !important;
}

#career-hub h2,
#career-hub p {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px 8px;
}

#career-hub h2 {
    margin-bottom: 0px;
}

.blockbanner {
    text-align: center;
    padding-top: 0px !important;
}

.blockbanner .ech-link {
    position: relative;
}

.blockbanner img {
    border-radius: 3px;
}

.blockbanner span.title {
    position: absolute;
    left: 0px;
    text-align: center;
    width: 100%;
    bottom: 12%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: acumin-pro-condensed;
    line-height: 30px;
    padding-bottom: 2px;
}


.blockbanner .ech-link:first-of-type .title {
    border-radius: 3px 0px 0px 3px;
}

.blockbanner .ech-link:last-of-type .title {
    border-radius: 0px 3px 3px 0px;
}

ul.awardlist {
    border-top: 3px solid #a23321;
    padding-top: 10px;
    list-style: none;
    padding-left: 20px;
    background: #f5f5f5;
    padding: 15px;
}

ul.awardlist li a {
    text-decoration: none;
}

ul.awardlist li {
    padding-left: 20px;
    margin-bottom: 5px;
}

ul.awardlist li:before {
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    padding-left: 10px;
    position: absolute;
    left: 20px;
    color: #c6c6c6;
}

.mini-member .inner {
    padding: 20px;
    border-top: 4px solid #eec55a;
    background-color: #fcfcfc;
}

.mini-member h4 {
    line-height: 20px;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #e7c66b;
    font-size: 30px;
}

.award {
    margin-bottom: 30px;
    min-height: 120px;
}

.award h5 {
    min-height: 70px;
    font-weight: 600;
}

.award h5 a {
    text-decoration: none;
}

.award img {
    border-radius: 3px;
}

.recipients {
    background-color: #f6f6f6;
    padding: 15px;
}

.recipients .item .year {
    color: #a23321;
    font-size: 20px;
    display: block;
    border-bottom: 1px dashed #a23321;
}

.recipients .statement p {
    font-size: 15px;
    line-height: 20px;
}

.recipients .name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
}


/**** GLOBAL SEARCH ****/

#searchbox {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.64);
    text-align: center;
    padding-top: 30%;
}

#searchbox a#close_search {
    position: absolute;
    top: 20px;
    color: #fff;
    right: 20px;
    font-size: 50px;
}

#searchbox input {
    width: 500px;
    padding: 15px !important;
    font-size: 28px;
    display: inline;
    height: 70px;
    max-width: 70%;
}

#searchbox input::-webkit-input-placeholder {
    line-height: 40px;
}

#searchbox input:focus {
    outline: 0;
}

#searchbox button {
    background-color: #7cbb55;
    border: none;
    color: #fff;
    line-height: 32px;
    padding: 16px;
    font-size: 30px;
    display: inline;
    height: 70px;
    max-width: 15%;
    text-align: center;
}


article.result {}

article.result h2 {
    font-size: 1.4em;
    text-transform: inherit;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    font-weight: 300;
}

article.result h2 a {
    color: hsl(191, 85%, 29%);
    text-decoration: none;

}

article.result .link {
    font-size: 0.9em;
    padding: 0px;
    margin: 2px 0px 5px 0px;
    color: hsl(160, 36%, 44%);
    line-height: 1.4em;
}

article.result .excerpt {
    font-size: 1.0em;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: hsl(101, 0%, 52%);
    line-height: 1.4em;
}

article.result .sub {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    color: #838383;
}



/**** home ****/

#banner-msg {
    padding: 20px 0px;
    background-color: #de793e;
    color: #fff;
    font-size: 24px;
    line-height: 24px;

}

#banner-msg i {
    font-size: 50px;

}

.banner-btn .btn {
    float: right;
}

.banner-ico {
    text-align: center;
}

.journal-promo {
    text-align: center;
    padding: 12px 20px;
    background-color: #f2faf3;
    margin-top: 5px;
    margin-bottom: 25px;
}

.journal-submit {
    padding: 12px 20px;
    background-color: #f6f6f6;
    margin-top: 5px;
    margin-bottom: 25px;
}

.journal-promo p {
    color: #41904e !important;
}

.journal-submit p,
.journal-submit {}

.journal-submit p a {
    color: #528165;
    font-weight: bold;
    display: inline-block;
}

section.error {
    padding: 100px 100px;
}

span.errorcode {
    font-size: 80px;
    line-height: 200px;
    display: block;
    text-align: center;
    color: #aaaaaa;
}

span.errormsg {
    color: #d74667;
}

/**** calendaring ****/

#calendar {
    width: 100%;
    table-layout: fixed;
}

#calendar thead tr.navi th {
    font-size: 30px;
    color: #7c7c7c;
}

#calendar thead tr.navi th a {
    color: #de793e;
}

#calendar th {
    text-align: center;
}

#calendar th.day_of_week {
    background-color: #7c7c7c;
    color: #fff;
    padding: 10px;
}

#calendar td {
    height: 100px;
    border: 1px solid #cecece;
    padding: 5px;
    vertical-align: text-top;
}

#calendar td .date {
    text-align: right;
    font-weight: bold;
    vertical-align: top !important;
}

#calendar td.out_of_range .date {
    color: #bdbdbd;
}

#calendar tr td:first-of-type {
    border-left: none;
}

#calendar tr td:last-of-type {
    border-right: none;
}

#calendar tr:last-of-type td {
    border-bottom: none;
}

#calendar .event {
    line-height: 15px;
    margin-bottom: 8px;
    padding-left: 3px;
}

#calendar .event a {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #316f86;
}

#calendar .event span.time {
    display: block;
    color: #737373;
}

#calendar tr.navi th {
    font-size: 20px;
    padding: 5px;
}

.datelookup #datepicker {
    outline: 0;
    border-radius: 4px;
    border: none;
    padding: 2px;
    width: 120px;
    margin-left: 3px;
    background-color: #de793e;
}

.datelookup #datepicker::placeholder {
    color: #fff;
    text-align: center;
}



.headblock {
    padding: 5px 13px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 5px 0px;
    max-width: 85%;
}

.headblock p {
    margin: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

article.listing {}

/* ********************************
    PAGINATION
    ******************************** */
.pagination {}

.pagination a {
    text-decoration: none;
    background-color: hsl(144, 80%, 32%);
    padding: 5px 10px;
    color: #fff;
}

.pagination .page-first {
    padding-right: 8px;
}

.pagination .page-previous {
    padding-right: 8px;
}

.pagination .page-item {
    padding-right: 8px;
    padding-left: 8px;
}

.pagination .active {
    font-weight: bold;
    background-color: hsl(144, 80%, 42%);
}

.pagination .page-next {
    padding-left: 8px;
}

.pagination .page-last {
    padding-left: 8px;
}

/* ********************************
       MEMBERSHIP APPLICATION
    ******************************** */

.m_application .headblock {
    display: block;
    /*margin-top: 20px;*/
}

.m_application label {
    color: #575757 !important;
    font-family: "acumin-pro";
    line-height: 19px;
}

.m_application dt label {
    font-weight: bold;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    display: block;

}

.m_application dd input[type="text"],
.m_application dd input[type="email"] {
    max-width: 85% !important;
}

.m_application dd input[type="radio"] {
    margin-right: 10px !important;
}

p.success {
    margin-bottom: 0px;
    text-align: center;
    padding: 5px 20px;
    background-color: #7cbb55;
    color: #fff;
    font-weight: bold;
}



/**** teams ****/
article.person {
    clear: both;
    margin-bottom: 50px;
    display: block;
}

article.person img {
    width: 20%;
    float: left;
    margin: 0px 20px 10px 0px;
    border-radius: 2px;
    border: 5px solid #f9f9f9;
}

article.person h4 {
    font-weight: 600;
}

article.person h4 span.role {
    color: #7cbb55;
    font-weight: 300;

}

article.person p {
    font-size: 16px;
    margin-bottom: 5px;
}





/*** contact ***/

p.contact_info,
p.contact_info a {
    font-size: 24px;
}


/**** accred reg ****/

form.register-search {
    display: inline-block !important;
    width: auto !important;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #85c57e;
    float: right;
    border-radius: 2px;
    border-bottom: 1px solid #357b49;
}

form.register-search input:focus {
    outline: 0;
}

form.register-search input {
    border: none;
    padding: 4px 5px;
    font-size: 16px;
    vertical-align: top;
}

form.register-search button {
    border: none;
    background-color: #357b49;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 4px 10px;
    vertical-align: top;
}

form.register-search a {
    border: none;
    background-color: #676767;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 4px 10px;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
}

.newsletter-signup label {
    margin-bottom: 0px;
}

.newsletter-signup input {
    display: block;
    margin-bottom: 10px;
    width: 90% !important;
}

.newsletter-signup p {
    line-height: 18px;
    margin-top: 20px;
}

.newsletter-signup p input {
    display: inline;
    width: auto !important;
}

.newsletter-signup p label {
    display: inline !important;
    font-size: 14px;
    line-height: 14px !important;
    vertical-align: text-top;

}


/*** videos ***/

article.video {
    text-align: center;
}

article.video img {
    border-radius: 2px;
}

article.video .v-thumb {
    position: relative;
}

article.video .v-thumb:after {
    position: absolute;
    content: '\f144';
    opacity: 0.6;
    font-family: 'Font Awesome 5 Pro';
    width: 20%;
    text-align: center;
    left: 40%;
    color: #fff;
    top: 30%;
    pointer-events: none;
    font-size: 28px;
    vertical-align: middle;
}

article.video h5 {
    margin-bottom: 0px;

}

article.video h5 a {
    text-decoration: none !important;
    font-weight: bold;
}

img.center {
    justify-self: center;
}

article.video h5 i {
    font-size: 18px;
    padding: 0px 3px;
    color: #f5c242;
}

article.video p.meta {
    font-size: 13px;
}

/**** stakeholders ****/

.stakeholders {
    margin-bottom: 25px;
}

.stakeholders h5 a {
    text-decoration: none;
    color: #4daad2;
}

article.stakeholder-single h1 {
    line-height: 30px !important;

}

article.stakeholder-single .heading {
    margin-bottom: 25px;
}

article.stakeholder-single .contact a {
    text-decoration: none;
    color: #0c7088;
    font-weight: 600;
}

article.stakeholder-single h4 {
    border-bottom: 1px solid #dddddd;
}

article.stakeholder-single ul {
    padding-left: 20px;
}

article.stakeholder-single ul li {
    list-style: none;
    font-size: 15px;
    position: relative;
    margin-bottom: 3px;
}

article.stakeholder-single ul li:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f058';
    position: absolute;
    left: -20px;
    top: 1px;
    color: #4daad2;

}

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

    .fl-left,
    .fl-right {
        max-width: 90% !important;
        display: block !important;
        height: auto !important;
        max-width: none;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        float: none !important;

    }
}