/* Site framework */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #fff;
    overflow-x: hidden;
}

.contentDiv {
    min-height: 600px;
}

.admin_panel+.header_wrap {
    margin-top: 31px;
}

.admin_panel+.top_wrap {
    margin-top: 31px;
}


/* Header */

.top_wrap {
    background: #AFA57A;
    transition: transform 0.3s ease-in;
}

.top_wrap .container_16 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    font-size: 18px;
}

.top_wrap .header-number,
.top_wrap .header-mail {
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.top_wrap .header-number:before,
.top_wrap .header-mail:before {
    content: "";
    height: 30px;
    width: 30px;
    background: url(../images/phone-top-bar.png) center center no-repeat #fff;
    display: block;
    border-radius: 50%;
    margin-right: 5px;
}

.header_wrap {
    padding: 10px 0;
}

.header_wrap .container_16 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px;
}

.logo {
    margin: 0;
    display: block;
}


/* Menus */

.menu_wrap {
    background: #fff;
    height: 50px;
    border: 1px solid #D6D5CD;
    box-shadow: 0px 6px 10px #00000029;
    position: relative;
    z-index: 3001;
}

.mainmenu {
    z-index: 3000;
    margin: 0 auto;
    height: 50px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    list-style: none;
    font-family: 'franklin-gothic-urw-cond';
}

.mainmenu li {
    float: left;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    line-height: 50px;
}

.mainmenu li a {
    display: block;
    text-align: center;
    padding: 0 10px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #5C0A1E;
}

.mainmenu li ul {
    position: absolute;
    display: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    top: 50px;
    left: 0;
    clear: both;
    box-shadow: 0px 3px 6px #00000029;
}

.mainmenu li ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    float: none
}

.mainmenu li ul li a {
    text-align: left;
    font-size: 16px;
    padding: 0 15px;
    background: #fff;
    z-index: 100;
    width: 150px;
    word-wrap: break-word;
    line-height: 30px;
    font-weight: normal;
    text-transform: none;
}

.mainmenu li ul li:hover>a {
    background: #F4F4F4;
}

.mainmenu li ul li ul {
    position: absolute;
    right: -190px;
    top: 0;
    left: auto;
    display: none;
}

.mainmenu li:last-child ul li ul {
    right: auto;
    left: -190px;
}

.footermenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footermenu li {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 20px;
}

.footermenu li a {
    display: block;
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.topmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.topmenu li {
    margin: 7px 0;
    padding: 0 10px;
    display: inline-block;
    line-height: 16px;
    border-right: 1px solid #fff;
}

.topmenu li:last-child {
    border: 0;
}

.topmenu li a {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.topmenu li a:hover {
    text-decoration: underline;
}

.membermenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.membermenu li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}

.membermenu li a {
    display: block;
    margin: 0 0 0 20px;
    padding: 0 15px;
    font-size: 16px;
    background: #AFA57A;
    color: #fff;
    line-height: 46px;
    text-transform: uppercase;
}


/*Top Wrap Menu*/

.top_wrap .mainmenu li a {
    color: #fff;
}


/*Sticky Header*/

body.header_sticky {
    margin-top: 40px;
}

body.header_sticky .top_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transform: translateY(-100%);
}

body.header_sticky .top_wrap>.container_16 {
    height: 50px;
}

body.header_sticky.show .top_wrap {
    transform: translateY(0);
}

body.header_sticky .header-number {
    display: none;
}

body.header_sticky .membermenu {
    display: block;
    height: 34px;
    align-self: center;
}

body.header_sticky .membermenu li a {
    line-height: 34px;
    background: #fff;
    color: #AFA57A;
}

body.header_sticky .mainmenu {
    display: block;
    margin-right: auto;
    margin-left: 0;
    height: 50px;
}

body.header_sticky .mainmenu li a {
    line-height: 50px;
    text-transform: none;
    font-weight: normal;
}

body.header_sticky .mainmenu li ul {
    top: 50px;
}

body.header_sticky .mainmenu li ul li a {
    background: #AFA57A;
}


/* Footer */

.footer_wrap {
    background: url(../images/footer-bg.png) 80% top no-repeat #5C0A1E;
    margin-top: 20px;
    padding: 40px 0;
    line-height: 20px;
    color: #fff;
}

.footer_wrap span {
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'franklin-gothic-urw-cond'
}

.footer-phone {
    display: block;
    color: #fff;
    padding-left: 25px;
    background: url(../images/phone-white.png) no-repeat left center;
}


/* Byline */

.byline_wrap {
    background: #8F5B59;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}

.byline_wrap a {
    color: #E7E7DA;
}

.contentDiv {
    margin: 10px 0;
}


/* Contact Forms */

.customform {
    font: 12px arial;
    color: #333;
}

.customform .fullwrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.customform .linewrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.customform .linewrap .leftwrap {
    float: left;
    width: 30%;
    height: 30px;
}

.customform .linewrap .leftwrap label {
    display: block;
    text-align: right;
    padding-right: 10px;
}

.customform .linewrap .rightwrap {
    float: left;
    width: 70%;
}

.customform .linewrap .textareawrap textarea {
    width: 95%;
    height: 120px;
    font: 13px Trebuchet MS;
    color: #000;
}

.customform .linewrap .textinputwrap input {
    width: 95%;
    font: 13px Trebuchet MS;
    color: #000;
}

.customform .linewrap .dropdownwrap select {
    width: 100%;
    font: 13px Trebuchet MS;
    color: #000;
}

.customform .infowrap {
    margin: 10px 0;
    font-weight: bold;
}


/* Fonts */

a {
    text-decoration: none;
    color: #f1592a;
}

html {
    overflow-y: scroll;
}

h1 {
    display: block;
    font-size: 34px;
    color: #5C0A1E;
    margin: 0 0;
    padding: 0;
    line-height: 40px;
    font-weight: normal;
    font-family: 'franklin-gothic-urw-cond';
}

h2 {
    display: block;
    font-size: 30px;
    color: #8F5B59;
    margin: 0 0;
    padding: 0;
    line-height: 30px;
    font-weight: normal;
    font-family: 'franklin-gothic-urw-cond';
}

h3 {
    display: block;
    font-size: 26px;
    color: #AFA57A;
    margin: 0 0;
    padding: 0;
    line-height: 30px;
    font-weight: normal;
    font-family: 'franklin-gothic-urw-cond';
}

h4 {
    display: block;
    font-size: 20px;
    color: #5C0A1E;
    margin: 0 0;
    padding: 0;
    line-height: 20px;
    font-weight: normal;
}

h5 {
    display: block;
    font-size: 20px;
    color: #5C0A1E;
    margin: 0 0;
    padding: 0;
    line-height: 20px;
    font-weight: normal;
    font-family: 'franklin-gothic-urw-cond';
}

h6 {
    display: block;
    font-size: 18px;
    color: #AFA57A;
    margin: 0 0;
    padding: 0;
    line-height: 20px;
    font-weight: normal;
    font-family: 'franklin-gothic-urw-cond';
}

p {
    padding: 5px 0 20px 0;
    font-size: 14px;
    color: #3a3a38;
    line-height: 24px;
}

ul {
    list-style-position: outside;
    padding: 5px 0 20px 20px;
    font-size: 14px;
    color: #3a3a38;
    list-style-type: disc;
    line-height: 24px;
}

ul li {
    padding: 0 0 15px 0;
    line-height: 20px;
}

ol {
    list-style-position: outside;
    padding: 5px 0 20px 20px;
    font-size: 14px;
    color: #3a3a38;
    list-style-type: circle;
    line-height: 24px;
}

ol li {
    padding: 0 0 5px 0;
}

hr {
    color: #dadbdc;
    background: #dadbdc;
    height: 1px;
    border: 0;
    margin-bottom: 20px;
}

.button-gold {
    display: inline-block;
    padding: 10px;
    color: #fff;
    background: #AFA57A;
}

.hidden {
    display: none;
}

.hideImportant {
    display: none !important;
}


/* Contact Forms */

.cf_line {
    clear: both;
    line-height: 30px;
}

.cf_label {
    float: left;
    width: 48%;
    margin: 0 1%;
}

.cf_field {
    float: left;
    width: 48%;
    margin: 0 1%;
}

.cf_field textarea,
.cf_field select,
.cf_field input[type=text] {
    width: 98%;
}

.cf_field textarea {
    height: 60px;
    resize: none;
}

.cf_submit,
.ff_submit {
    text-align: center;
    margin: 10px 0;
}

.cf_submit a,
.ff_submit a {
    font-size: 1.2em;
    color: #fff;
    background: #394cc1;
    border-radius: 5px;
    line-height: 30px;
    margin: 0 auto;
    display: inline-block;
    padding: 0 20px;
    text-decoration: none;
    background: #3344af;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3344af 0%, #505fb6 50%, #6973b5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3344af), color-stop(50%, #505fb6), color-stop(100%, #6973b5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3344af 0%, #505fb6 50%, #6973b5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3344af 0%, #505fb6 50%, #6973b5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3344af 0%, #505fb6 50%, #6973b5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3344af 0%, #505fb6 50%, #6973b5 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3344af', endColorstr='#6973b5', GradientType=0);
    /* IE6-9 */
}


/*Fading Gallery*/

.caroufredsel_wrapper {
    padding-bottom: 20px;
}

div[type=fading_gallery] a {
    position: relative;
}

div[type=fading_gallery] .banner,
div.fg_gallery .banner {
    position: absolute;
    bottom: 0;
    padding: 0px 5px;
    width: 100%;
    background: rgba(0, 105, 0, 0.9);
}


/*Full Screen Gallery*/

div.fullscreenwrap {
    margin-bottom: -10px !important;
    top: -15px !important;
    position: relative;
}

div.fullscreenfade {
    margin: 0 auto;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0s;
    position: relative;
}

div.fullscreenfade div.slide {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center top;
}

div.fullscreenfade div.slide .banner {
    margin: 0 auto;
    width: 1200px;
}

div.fullscreenfade div.slide .frame {
    height: 100%;
    align-self: center;
    display: inline-block;
    padding: 16px 20px;
}

div.fullscreenfade div.slide .frame h1,
div.fullscreenfade div.slide .frame h2,
div.fullscreenfade div.slide .frame h3,
div.fullscreenfade div.slide .frame h4 {
    position: relative;
}

div.fullscreenfade div.slide .frame p {
    padding: 15px 0;
    margin: 0;
    line-height: initial;
}

div.fullscreenfade .arrows {
    position: absolute;
    z-index: 10;
    right: calc(50% - 660px);
    top: 47%;
    width: 60px;
    height: 67px;
    cursor: pointer;
}

div.fullscreenfade .arrows:after {
    content: "";
    width: 15px;
    height: 15px;
    border: 5px solid #00476C;
    border-width: 5px 5px 0 0;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    right: calc(50% - 15px);
    top: calc(50% - 13px);
}

div.fullscreenfade .arrows.prev:after {
    transform: rotate(-135deg);
}

.pagination {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
    height: 15px;
    z-index: 1;
}

.pagination>div {
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 6px 5px;
}

.pagination a {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #8F5B59;
    background: #fff;
    border-radius: 16px;
    box-sizing: border-box;
}

.pagination a.selected {
    background: #8F5B59;
}

.paymentFields input[type=text],
.paymentFields select {
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
    width: 100%;
}

.accordian {
    border: 1px solid #D6D5CD;
    margin: 10px 0;
    color: #5C0A1E;
}

.acc-title {
    line-height: 40px;
    background: #fff;
    font-size: 20px;
    padding: 0 20px;
    cursor: pointer;
    color: #5C0A1E;
    display: flex;
    align-items: center;
}

.acc-title:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    background: #5C0A1E;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
    margin-left: auto;
}

.acc-content {
    display: none;
    padding: 10px;
    border-top: 1px solid #D6D5CD;
}

.acc-active .acc-title:after {
    transform: rotate(180deg);
}

.dashboard-form {
    display: flex;
    flex-wrap: wrap;
}

.acc-content .label {
    width: 200px;
    margin-right: 20px;
    line-height: 42px;
    font-size: 15px;
    color: #4B4949;
}

.acc-content .value {
    flex: 1 auto;
}

.acc-content input,
.acc-content textarea,
.acc-content select {
    border: 1px solid #D6D5CD;
    display: block;
    height: 100%;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0 30px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.acc-content .clear {
    width: 100%;
    margin-bottom: 20px;
}

.acc-content input[name=memName],
.acc-content input[name=memContactName],
.acc-content input[name=memEmail] {
    background-image: url(../images/user-red.png);
}

.acc-content input[name=memAddress],
.acc-content select[name=memCounty],
.acc-content input[name=memEircode] {
    background-image: url(../images/map-marker-red.png);
}

.acc-content input[name=memContactNo] {
    background-image: url(../images/phone-red.png);
}

.acc-content input[name=memWebsite] {
    background-image: url(../images/website-red.png);
}

.acc-content input[name=memFacebook] {
    background-image: url(../images/facebook-red.png);
}

.member-image {
    font-size: 14px;
    color: #4B4949;
    display: flex;
    line-height: 24px;
    max-width: 300px;
}

.member-image span {
    padding-right: 30px;
}

.member-image div {
    margin-left: auto;
}

.member-add-image {
    border: 1px solid #D6D5CD;
    background: url(../images/add-photo-red.png) 5px center no-repeat #fff;
    color: #4B4949;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 15px 10px 30px;
}

.ui-autocomplete {
    z-index: 10001 !important;
}


/*ARTICLE MANAGER*/


/*Article Details*/

.article {
    margin-top: 10px;
}

.a_image {
    position: relative;
    margin-bottom: 10px;
}

.a_image img {
    max-width: 100%;
}

.a_details {
    padding: 10px 0;
}

.a_title {
    margin-bottom: 10px;
    font-weight: bold;
    color: #5C0A1E;
    font-size: 34px;
    line-height: 38px;
    font-family: 'franklin-gothic-urw-cond';
}

.a_date {
    font-size: 14px;
    margin-bottom: 20px;
    color: #4B4949;
    padding-left: 25px;
    background: url(../images/article-date.png) left center no-repeat;
}

.a_back {
    font-size: 18px;
}

.a_assoc_title {
    font-size: 24px;
    color: #10152a;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.a_tags {
    margin-top: 10px;
    color: #8F5B59;
    font-size: 15px;
    margin-bottom: 20px;
}

.a_tags a {
    color: inherit;
}

.a_tag:last-child:after {
    content: "";
}

.a_downloads_title {
    color: #00b5cb;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0 15px;
    border-top: 1px solid #e1e1e1;
}

.a_download {
    background: url(../images/icon_download.png) 10px center no-repeat #f3f3f3;
    color: #00b5cb;
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 16px 0 16px 50px;
    display: block;
}

.a_download:hover {
    background-color: #ecebeb;
}

.a_seeall {
    font-size: 15px;
    color: #8F5B59;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
}

.a_seeall:before {
    content: "";
    display: inline-block;
    border: 2px solid #8F5B59;
    border-width: 0 0 2px 2px;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    margin-right: 5px;
}

.a_art_assocs .a_list .a_list_details {
    width: 74%;
}

.a_content,
.a_content p {
    font-size: 17px;
    line-height: 30px;
}

.recent_articles h6 {
    font-size: 22px;
    color: #363636;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
}


/*Article List*/

.tagheader {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.tagheader>span {}

.a_list {
    padding: 10px 0;
    width: 380px;
    margin: 0 10px 20px 10px;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
}

.a_list_image {
    margin-bottom: 10px;
    height: 280px;
    overflow: hidden;
    line-height: 280px;
    text-align: center;
}

.a_list_image img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.a_list_details {
    background: #FBFBF9;
    padding: 10px;
}

.a_list_details .readmore {
    font-size: 16px;
    color: #0060af;
    font-weight: bold;
    clear: both;
    display: block;
}

.a_list_title {
    font-size: 18px;
    color: #AFA57A;
    line-height: 22px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'franklin-gothic-urw-cond';
}

.a_list_title a {
    color: inherit;
    text-decoration: none;
}

.a_list_content {
    color: #4B4949;
    font-size: 15px;
    margin-bottom: 10px;
    height: 44px;
    overflow: hidden;
}

.a_list_author {
    display: none;
}

.a_list_calendar {
    color: #4B4949;
    font-size: 15px;
    padding-right: 40px;
}

.a_list_readmore {
    color: #8F5B59;
}

.showmore {
    margin-bottom: 20px;
}

.a_list.third {
    width: 300px !important;
    float: left;
    display: block;
    height: 320px;
}

.a_list.third:nth-child(2) {
    margin: 0 20px;
}

.a_list.third .a_list_image {
    max-width: initial;
    width: 300px;
    height: 240px;
    line-height: 240px;
}

.a_list.third .a_list_image img {
    width: auto !important;
    max-width: 100%;
    vertical-align: bottom;
}

.a_list.third .a_list_title {
    font-size: 16px;
    line-height: 22px;
}

.a_list.third .a_list_content,
.a_list.third .a_list_calendar,
.a_list.third .a_list_author {
    display: none;
}

.a_list.third .readmore {
    display: block !important;
}


/*Article Module*/

.article_module {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
}

.article_module>.container_16 {
    overflow: hidden;
    position: relative;
}

.art_gal_next,
.art_gal_prev {
    position: absolute;
    left: -20px;
    top: calc(50% - 7px);
    transform: rotate(45deg);
    border-radius: 2px;
    border: 3px solid #0060af;
    border-width: 0 0 4px 4px;
    height: 18px;
    width: 18px;
    display: block;
}

.art_gal_next {
    border-width: 4px 4px 0 0;
    left: initial;
    right: -20px;
}

.am_list {
    margin-bottom: 20px;
}

.am_list .a_list {
    float: left;
    margin: 0 10px;
    border: 0;
    background: none;
    padding: 0;
}

.article_module .pagination {
    bottom: 0;
    position: relative;
}

.article_module_view_all {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 10px 0;
}

.article_module_view_all a {
    display: block;
    padding: 0 20px;
    background: #AFA57A;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
}


/*Article Search Page*/

.as_bg {
    background: #E7E7DA;
    position: relative;
    top: -10px;
}

.article_search_header {
    display: flex !important;
    align-items: center;
    height: 80px;
}

.as_title {
    font-weight: bold;
    font-size: 34px;
    color: #5C0A1E;
    flex: 1 auto;
    font-family: 'franklin-gothic-urw-cond';
}

.article_search {}

.article_search .search_title {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 40px;
}

.article_search .article_results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article_search .article_results .a_list:first-child,
.article_search .article_results .a_list:nth-child(3n+1) {
    margin-left: 0;
}

.article_search .article_results .a_list:nth-child(3n) {
    margin-right: 0;
}

.article_search .article_results .a_list:last-child {
    margin-right: auto;
}

.aside {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
}

.aside span {
    color: #5C0A1E;
    background: #F7F7F3;
    padding: 0 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 50px;
}

.aside>a {
    color: #575857;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
}

.aside>a:last-of-type {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.aside .recentPosts {
    font-weight: bold;
    font-size: 14px;
    color: #575857;
}

.aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #F7F7F3;
}

.aside ul li {
    margin: 0;
    padding: 0;
}

.aside ul li a {
    margin: 0;
    padding: 10px 10px 10px;
    display: block;
    color: #4B4949;
    position: relative;
    font-size: 15px;
}

.aside ul li ul {
    padding-bottom: 10px;
}

.aside ul li ul li {
    padding-left: 10px;
    border: 0;
}

.aside ul li ul li a {
    font-size: 16px;
    padding: 5px 5px 5px 10px;
}

.aside ul li ul li a:before {
    background: #575857;
    top: 15px;
}

.aside_recent_articles img {
    display: block;
    margin: 0 auto 10px auto;
}

.aside_recent_articles a.a_list_link {
    background: #F7F7F3;
    color: #AFA57A;
    border: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    padding: 10px;
    margin-bottom: 20px;
    font-family: 'franklin-gothic-urw-cond';
}

.viewmore {
    font-size: 18px;
    font-weight: bold;
}

.article_widgets {
    margin-top: 10px;
}


/*Article Pager*/

.pager_pages {
    display: flex;
    justify-content: flex-end;
    height: 42px;
}

.pager_link:not(.hidden) {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E7E7DA;
    background: #F7F7F3;
    min-width: 32px;
    color: #AFA57A;
    font-size: 18px;
    margin-left: 5px;
    cursor: pointer;
}

.pager_link a {
    color: inherit;
}

.pager_link.pager_current_page {
    color: #5C0A1E;
}

.pager_prev_button:after,
.pager_next_button:after {
    content: "";
    border: 2px solid #5C0A1E;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    display: inline-block;
    height: 8px;
    width: 8px;
}

.pager_prev_button:after {
    transform: rotate(-135deg);
}


/*Article Search Box*/

.article_searchbox {
    border: 0;
    box-sizing: border-box;
    border: 1px solid #d2cbcb;
    background: url(../images/search-red.png) 10px center no-repeat #fff;
    overflow: hidden;
    width: 380px;
    padding-left: 30px;
}

.article_searchbox input {
    color: #000;
    background: none;
    font-size: 16px;
    text-indent: 10px;
    display: block;
    float: left;
    border: 0;
    outline: none;
    padding: 0;
    line-height: 44px;
    height: 46px;
    font-weight: normal;
}

.article_searchbox a {
    display: block;
    line-height: 46px;
    padding: 0 10px;
    float: right;
    color: #AFA57A;
    font-size: 16px;
    border-left: 1px solid #d2cbcb;
    box-sizing: border-box;
}

.member_wrap .article_searchbox {
    float: right;
    border: 1px solid #ebebeb;
    width: 210px;
    height: 37px;
    line-height: 35px;
    border-radius: 5px;
    margin-top: 7px;
    margin-right: 20px;
}

.member_wrap .article_searchbox input {
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    color: #b6b6b6;
}

.member_wrap .article_searchbox a {
    height: 35px
}


/*Members Directory*/

.full-width-fix {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 0px;
}

.member-header {
    background: url(../images/members-directory-desktop.png) center top no-repeat;
    height: 120px;
    position: relative;
    top: -10px;
    display: flex;
    align-items: center;
}

.member-header-title {
    color: #fff;
    font-size: 34px;
}


.member-search {}

.member-search-title {
    font-size: 22px;
    line-height: 28px;
    color: #5C0A1E;
    padding: 0 0 20px 35px;
    background: url(../images/icon-bird-red.svg) no-repeat left top;
    width: 100%;
}


.member-search {
    background: #F7F7F3 0% 0% no-repeat padding-box;
    border: 1px solid #D6D5CD;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: -20px;
    padding: 10px 40px 10px 10px;
}

/* .member-search { background: #F7F7F3 0% 0% no-repeat padding-box; border: 1px solid #D6D5CD; display: flex; flex-wrap:wrap; align-items: center; justify-content: space-between; position: relative; top: -20px; padding: 10px 40px; } */

.member-search img {
    width: auto;
    flex-grow: none;
    flex-shrink: 0;
    margin-right: 20px;
}

/* .member-search-title { color: #8F5B59; font-size: 30px; text-transform: uppercase; display: flex; align-items: center; font-family: 'franklin-gothic-urw-cond'; margin-right: 20px; flex: 1 auto; } */

.member-search-counties,
.member-search-input {
    position: relative;
    background: #fff;
    border: 1px solid #D6D5CD;
    height: 46px;
    margin-right: 20px;
    flex: 1 auto;
}

.member-search-input {
    flex: 2 auto;
}

.member-search-counties label,
.member-search-input label {
    position: absolute;
    transform: translateY(-50%);
    left: 10px;
    color: #8F5B59;
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    font-size: 12px;
}

.member-search-input input {
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    padding-left: 10px;
}

.member-search-input input::placeholder {
    font-style: italic;
    color: #727271;
    font-size: 16px;
}

.member-search-dropdown {
    background: url(../images/icon-map.png) 10px center no-repeat;
    padding: 0 0 0 30px;
    height: 100%;
}

.member-search-dropdown select {
    background: none;
    border: 0;
    outline: none;
    box-shadow: none;
    height: 100%;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #727271;
}

.member-search-action {
    background: #5C0A1E url(../images/icon-search-white.svg) no-repeat 90% center;
    padding: 0 50px 0 25px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    line-height: 46px;
}

/* .member-search-action { background: #AFA57A; padding: 0 30px; color: #fff; font-size: 16px; text-transform: uppercase; display: block; line-height: 46px; } */

.members-search-stats {
    font-size: 15px;
    color: #4B4949;
    position: relative;
    top: -10px;
    margin-bottom: 10px;
}

.members-search-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.members-search-map {
    background: #F7F7F3;
    padding: 10px;
}

.members-map-title {
    color: #5C0A1E;
    font-size: 20px;
    border-bottom: 2px solid #CFCFB4;
    line-height: 32px;
    margin-bottom: 10px;
}

.members-map-map>div {
    height: 500px;
}

.members-map-map .gm-style .gm-style-iw-c {
    padding: 10px 0 0 0 !important;
}


/*Members Categories*/
/* .category { width: calc((100% - 40px)/3); margin-bottom: 30px; position: relative; opacity: 0; transform: scale(0, 0); transition: all 0.6s ease-in; } */
/* .category.animate { opacity: 1; transform: scale(1, 1); } */
.category {
    width: calc((100% - 40px)/3);
    margin-bottom: 40px;
    position: relative;
    transition: all 0.6s ease-in;
    cursor: pointer;
}

.category .catImage {
    height: 280px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.category .catTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.category .catTitle a {
    transform: translateY(50%);
    background: #AFA57A;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid #AFA57A;
    text-align: center;
    display: block;
}

.category:hover .catTitle a {
    background: #fff;
    color: #AFA57A;
}

/*Members Block*/

.member-block {
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
    background: #F7F7F3;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
}

.member-block-image {
    width: 95px;
    margin-right: 10px;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}

.member-block-image img {
    max-width: 100%;
}

.member-block-details {
    flex: 1 auto;
    color: #4B4949;
    font-size: 14px;
    line-height: 19px;
}

.member-block-title {
    color: #5C0A1E;
    font-family: 'franklin-gothic-urw-cond';
    font-size: 18px;
    margin-bottom: 10px;
}

.member-block-address {
    background: url(../images/icon-map.png) left center no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
}

.member-block-phone {
    background: url(../images/phone-gold.png) left center no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
}

.member-block-view {
    color: #5C0A1E;
    background: url(../images/user-gold.png) left center no-repeat;
    padding-left: 25px;
}

.member-block.map-block {
    background: none;
    padding: 0;
    width: auto;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.map-block .member-block-link {
    background: #FBFBF9;
    width: 100%;
    line-height: 32px;
    text-align: center;
    color: #5C0A1E;
}

.map-block .member-block-link:after {
    content: "";
    border: 1px solid #5C0A1E;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    margin-left: 5px;
    display: inline-block;
}


/*Member Details*/

.member-details-images {
    margin-bottom: 20px;
}

.member-details-images>img {
    max-width: 190px;
    margin-bottom: 20px;
}

.member-details-images:after {
    content: "";
    display: block;
    clear: both;
}

.member-image-small {
    float: left;
    width: calc((100% - 40px)/3);
    margin-bottom: 20px;
    margin-right: 20px;
}

.member-image-small img {
    max-width: 100%;
}

.member-details-block {
    font-size: 15px;
    color: #4B4949;
    line-height: 23px;
    background: #F7F7F3;
    padding: 10px;
    margin-bottom: 20px;
}

.member-details-heading {
    font-size: 20px;
    color: #5C0A1E;
    line-height: 32px;
    border-bottom: 1px solid #CFCFB4;
    margin-bottom: 10px;
}

.member-details-contact,
.member-details-address:not(.hidden),
.member-details-phone,
.member-details-website,
.member-details-facebook {
    display: block;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 5px;
}

.member-details-contact {
    background-image: url(../images/user-red.png);
}

.member-details-address {
    background-image: url(../images/map-marker-red.png);
}

.member-details-phone {
    background-image: url(../images/phone-red.png);
}

.member-details-website {
    background-image: url(../images/website-red.png);
    word-wrap: break-word;
}

.member-details-facebook {
    background-image: url(../images/facebook-red.png);
}

.member-details-website a,
.member-details-facebook a {
    color: inherit;
}


/*Login Form*/

.login_form .label,
.signup_form .label {
    font-size: 14px;
    line-height: 24px;
}

.login_form input,
.signup_form input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 32px;
    margin-bottom: 10px;
}

.dashboardSave {
    display: inline-block;
    background: #AFA57A;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 10px;
}


/*Member Signup*/
.member-signup .formline {
    display: flex;
    flex-direction: column;
}

.member-signup .formline .label {
    line-height: 36px;
}

.member-signup .formline .value {
    margin-bottom: 20px;
}

.member-signup .formline input,
.member-signup .formline select {
    width: 100%;
    height: 46px;
    padding:0 10px;
    box-sizing: border-box;
    border:1px solid #D6D5CD;
    background: #fff;
}

.member-signup .formline input:focus {
    border-color: #AFA57A;
}

.member-signup .signupButton {
    display: block;
    width: 150px;
    text-align: center;
    margin:0 auto;
    text-transform: uppercase;
    border:0;
    outline: none;
    cursor: pointer;
}

.member-signup p {
    padding-bottom: 5px;
}

.member-signup .filename {
    line-height: 36px;
    margin-bottom: 10px;
    border: 1px solid #AFA57A;
    padding:0 10px;
}

.member-signup .filename:empty {
    display: none;
}

/*Custom Text Boxes*/

.custombuttons {
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custombuttons.full-width-fix {
    background: #F7F7F3;
    display: block;
}

.custombuttons .container_16 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custombutton {
    width: calc((100% - 40px)/4);
    margin-bottom: 30px;
    position: relative;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 0.6s ease-in;
}

.custombutton.animate {
    opacity: 1;
    transform: scale(1, 1);
}

.custombutton .cb_image {
    height: 280px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.custombutton .cb_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.custombutton .cb_title a {
    transform: translateY(50%);
    background: #AFA57A;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid #AFA57A;
    text-align: center;
    display: block;
}

.custombutton .cb_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5C0A1ED9;
    transform: translateX(100%);
    opacity: 0;
    display: flex;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.3s ease-in;
}

.custombutton .cb_moreinfo {
    align-self: flex-end;
    width: 100%;
    margin-bottom: 40px;
    color: #fff;
}

.custombutton:hover .cb_title a {
    background: #fff;
    color: #AFA57A;
}

.custombutton:hover .cb_text {
    transform: translateX(0);
    opacity: 1;
}

.g-recaptcha>div {
    margin: 20px auto;
}

/* ----- EXCELLENCE LANDING PAGE ----- */
.excellence_page {
    padding: 30px 0;
}

.ep_title {
    padding: 10px 0;
}

.ep_title span {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.36px;
}

.ep_subtitle {
    padding: 10px 0;
}

.ep_subtitle span {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.24px;
}

.ep_regions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
}

.ep_region {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 100px;
    border: 1px solid #9A9270;
    background: #AFA57A linear-gradient(249deg, #AFA57A 0%, #BCB38D 50%, #AFA67B 100%);
    transition: 0.2s ease-in-out all;
}

.ep_region span {
    font-size: 18px;
    letter-spacing: 0.27px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    transition: 0.2s ease-in-out all;
}

.ep_region:hover {
    background: #fff;
}

.ep_region:hover span {
    color: #9A9270;
}


/* ----- PAYMENT MODULE ----- */
.flex-row-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.flex-row-mid {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-row-btm {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.flex-col-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.flex-col-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-col-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.stripe_payment_form {
    font-family: 'Open Sans';
    padding: 20px;
    margin: 20px 0;
}

.stripe_payment_form .form_title {
    font-size: 36px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.stripe_payment_form .form_subtitle {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000;
}

.sf_form_wrap {
    box-sizing: border-box;
    width: 100%;
}

.sf_form_inner {
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.sf_form_inner.sf_step_2 {
    display: none;
}

.sf_title {
    font-size: 20px;
    line-height: 27px;
    color: #5C0A1E;
    width: 100%;
    margin: 0 0 10px;
}

.sf_form {
    width: 100%;
    box-sizing: border-box;
}

.sf_col {
    width: 50%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.sf_col:nth-of-type(2n+1) {
    padding: 0 0 0 10px;
}

.sf_row {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.sf_field {
    width: 100%;
}

.sf_field label {
    width: 100%;
    color: #4B4949;
    font-size: 16px;
    line-height: 27px;
}

.sf_field label span.required {
    color: #D14944;
}

.sf_field.sf_half {
    width: calc(50% - 10px);
    margin: 0 10px 0 0;
}

.sf_field.sf_half:last-child {
    margin: 0 0 0 10px;
}

.sf_field input, .sf_field select {
    font-size: 14px;
    color: #4B4949;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #E3E3E1;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.sf_field select {
    background: #fff url(../images/chevron-down-grey.svg) no-repeat 98% center;
}

.sf_field input::placeholder {
    opacity: 1;
    color: #4B4949;
}

.sf_field input::-webkit-outer-spin-button,
.sf_field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.stripe_info {
    width: 100%;
    box-sizing: border-box;
    background: #F7F7F3;
    padding: 20px 0;
}

.sf_stripe_left {
    width: 200px;
    margin: 0 20px;
}

.sf_stripe_left span {
    font-size: 16px;
    color: #6772E5;
    font-weight: bold;
}

.sf_stripe_right {
    margin: 0 15px;
    font-size: 15px;
    line-height: 23px;
    color: #4B4949;
}

.sf_paylogos {
    width: 100%;
    height: 182px;
    background: url(../images/sf-paylogos.png) no-repeat left center;
    background-size: contain;
}

.sf_row.sf_button .sf_field {
    justify-content: flex-end;
    margin: 0 10px 0 0;
}

.sf_row.sf_button a {
    font-size: 16px;
    letter-spacing: 0.24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 80px;
    height: 45px;
    line-height: 45px;
    background: #8F5B59;
    box-sizing: border-box;
}

.sf_step_2 .sf_button {
    justify-content: flex-end;
}

.sf_step_2 .sf_button a {
    margin: 0 10px 0 0;
}

.sf_amount {
    font-size: 20px;
    line-height: 27px;
    color: #5C0A1E;
}

.sf_amount span {
    font-weight: bold;
}

.stripe_payment_form .card-element-wrap {
    width: 100%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
}

.sf_agree {
    font-size: 14px;
    line-height: 27px;
    color: #707070;
    margin-left: 20px;
}

.sf_agree a {
    color: #078ADF;
}

/* stripe element styling */
.stripe-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.stripe-overlay>div {
    background: #fff;
    width: 260px;
    padding: 20px;
    line-height: 40px;
    font-size: 14px;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#card-element {
    margin: 10px 0;
}

.stripe-overlay-loader {
    display: block;
    width: 64px;
    height: 64px;
    margin: 20px auto;
}

.stripe-overlay-loader:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #23385d;
    border-color: #23385d transparent #23385d transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.stripe_payment_form iframe {
    height: 19.2px !important;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 479px) {
    #card-element {
        max-width: 300px;
    }

    .secure_line {
        padding-left: 35px;
    }
}