/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 2025
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme Â© 2011-2017 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:100,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i');
@import 'editor-style.css';
@import 'print-style.css';
@import 'wmo-style.css';

* {
	font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}
h1
{
  font-size:30px;
  line-height:35px;
}
h2{
  font-size:24px;
  line-height:29px;
}
small{
	font-size:14px;
}

@media screen {
    body {
        font-size: 16px;
    }
}

.uppercase {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.light {
    font-weight: 100;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 700;
    letter-spacing: 2px;
}

.black {
    font-weight: 900;
}
.wmo-white-btn-orange-outline>.vc_general.vc_btn3 {
    font-family: Roboto;
    font-size: 16px !important;
    line-height: 1.31 !important;
    color: #ffffff !important;
    background-color: #dd6b28 !important;
    border-radius: 0px !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    max-width: 100%;
    padding-left: 25px !important;
    padding-right: 25px !important;
    width: 100%;
    border-style: solid;
    border-width: 2.5px;
    border-color: #dd6b28 !important;
}
.wmo-white-btn-orange-outline>.vc_general.vc_btn3:hover {
    border: 2.5px solid #dd6b28 !important;
}
input:focus,
button:focus {
    outline: none;
}

body {
    background-color: #ffffff;
}
.vimeo-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    height: 600px;
}
.vimeo-wrapper iframe {
    width: 100vw!important;
    height: 56.25vw!important;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-section{
	position:relative;
}
.video-section .video-heading{
	position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    text-align: center;
    transform: translateY(-50%);
    max-width: 80%;
    margin: auto;
}
.video-section .video-heading span{
	font-size:50px;
}
.video-section .video-heading p{
	margin:0px!important;
}
.search_alt_referral h3
{
	background: #dd6b28;
    color: #fff;
    padding: 5px 25px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
}
#header {
    position: relative;
    padding: 28px 12% 0 12%;
    text-align: right;
}
.learn-more-link
{
    font-size: 14px;
    font-weight: 600;
    color: #636363;
    text-decoration: none;
    padding: 10px 35px;
    position: relative;
}
.custom-grid-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.custom-grid-row .post_headline_medium {
    width: 31.33%;
    margin: 0 1% 20px;
}
.custom-grid-row .post_headline_medium p{
    margin-top: 0px!important;
    font-size: 16px!important;
}
.custom-grid-row .post_headline_medium img{
	width: 100%;
    height: auto;
}
.custom-grid-row .post_headline_medium h3{
	margin: 10px 0px;
}
.vc_general.vc_btn3, .vc_btn3.vc_btn3-shape-square
{
	border-radius:0px!important;
	border-top-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
}
.wmo-btn .vc_btn3.vc_btn3-size-md
{
	background-color: #3a91bf;
    color: #ffffff;
    padding: 14px 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
  background-image: none;
}
.wmo-btn.column
{
	position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
}
.single-post.projects .post_date
{
	display:none;
}
a.scroll-menu
{
	text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: block;
}
.vc_btn3-container.wmo-btn.banner
{
	position: absolute;
    right: 0;
    bottom: -175px;
}
.custom-btn
{
	text-align: center;
    display: block;
    text-decoration: none;
    padding: 4px 10px;
    border: 3px solid #d36524;
    width: 215px;
    margin: auto;
    border-radius: 30px;
    color: #d36524;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.learn-more-link:before
{
	content: '';
    background: url(../png/login-arrow.png);
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 0;
}
.white-cross-btn
{
	text-align: center;
}
.home #body{
 	margin-top:0px; 
}
.white-cross-btn a
{
	background-color: #d46828;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border: none;
    margin: 0;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 20px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
}
#header #login_info {
    color: #b5c82f;
    display: block;
    text-align: right;
    margin-bottom: 10px;
}
.category-projects  .post_block .post_date
{
	display:none;
}
@media screen and (max-width: 1300px) {
    #header #logo {
        position: relative;
        text-align: right;
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1300px) {
    #header #logo {
        position: absolute;
        left: 12%; /* same as container padding-left */
        top: 50%;
        margin-top: -37px; /* logo image height / 2 =~ 37px */
        z-index: 1;
    }
}

#header .menu-main-menu-container {
    display: inline-block;
}
#header .menu {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}
#header .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#header .menu li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
#header .menu li a {
    text-decoration: none;
    color: inherit;
    font-size: 120%;
    color: #4a4a4a;
}
#header .menu li a:hover,
#header .menu li.current_page_item a {
    border-bottom: 8px solid #d46828;
}

#header #loginlogout_action {
    display: inline-block;
    position: relative;
}
#header #loginlogout_action .login_button {
    color: #b5c82f;
    margin-left: 20px;
    margin-right: 20px;
    background-color: inherit;
    border: none;
    text-transform: uppercase;
    background-image: url(../png/login-arrow.png);
    background-repeat: no-repeat;
    background-position: left 50%;
    min-height: 23px;
    padding-left: 31px;
    font-weight: bold;
    cursor: pointer;
}
.pdf-download-author-btn
{
    margin-top: 25px;
    text-align: center;
}
.pdf-download-author-btn a
{
 	display: inline-block;
    text-transform: uppercase;
    min-height: 35px;
    line-height: 35px;
    padding: 3px 25px;
    vertical-align: top;
    margin-top: 5px;
    background-color: #d46828;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 2px;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 602px) {
    #header #search {
        margin-bottom: 10px;
    }
}
#search {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#search .container {
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #cdcdc6;
    white-space: nowrap;
    min-height: 36px;
    line-height: 36px;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}
#search input[type=text] {
    border: none;
    background-color: #cdcdc6;
    color: #757575;
    text-transform: uppercase;
    /*min-width: 270px;*/
    min-width: 160px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -1px;
    /*line-height: 36px;*/
    font-size: 14px;
    vertical-align: middle;
}
#search img {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3px;
    cursor: pointer;
}

#header #give_action,
#body .find_global_servant_action {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}
#header #give_action .container,
#body .find_global_servant_action .container {
    position: relative;
    min-height: 36px;
    line-height: 0;
    vertical-align: top;
}
.vc_general.vc_btn3 {
    background-image: none!important;
    border: 1px solid transparent;
    outline: none;
}
#header #give_action .give_button,
#body .find_global_servant_action .button,
button.orangebutton {
    border: none;
    background-color: #d46828;
    color: #ffffff;
    line-height: 36px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    text-decoration: none;
}

#header #myaccount_action {
    line-height: 1.7;
    color: #b5c930;
}
#header #myaccount_action a {
    text-decoration: none;
    color: inherit;
}
#header #myaccount_action img {
    vertical-align: text-bottom;
    margin-left: 5px;
}

#banner {
    position: relative;
    line-height: 0;
    clear: both; /* fix to address menu float above doing strange things... */
}
#banner * {
    font-family: 'Roboto', sans-serif;
}
#banner.object-fit-compat {
    background-size: contain;
    background-position: center center;
    background-color: #D26629;
    background-repeat: no-repeat;
}
#banner.object-fit-compat > img {
    opacity: 0;
}
@media screen and (min-width: 860px) {
    #banner > img {
        width: 100%;
        max-height: 600px;
        object-fit: cover;
        object-position: 50% 50%;
    }
    body.home #banner > img {
        min-height: 382px;
    }
    body.page #banner > img,
    body.archive #banner > img {
      
    }
}
@media screen and (max-width: 860px) {
    #banner > img {
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    body.home #banner > img {
        min-height: 382px;
    }
    body.page #banner > img,
    body.archive #banner > img {
      
    }
}
@media screen and (max-width: 600px) {
    #banner {
        margin-top: 12px;
    }
}
#banner #banner_shadow_overlay {
display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../png/banner-shadow.png);
    background-position: left top;
    background-repeat: repeat-x;
    overflow: hidden;
}
#banner #banner_html_overlay {
    padding: 50px;
}
#banner .banner_content_justify_left,
#banner .banner_content_justify_center,
#banner .banner_content_justify_right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
#banner .banner_content_justify_left {
    text-align: left;
}
#banner .banner_content_justify_center {
    text-align: center;
}
#banner .banner_content_justify_right {
    text-align: right;
}
#banner #banner_content {
    position: relative;
    display: inline-block;
    line-height: normal;
    /*right: 10%;
    top: 15%;
    color: #ffffff;
    text-align: center;*/
}
.hm-banner-btn button
{
 	font-weight: 600;
  	letter-spacing:2px;
      border-top-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
}
#banner #banner_content .button {
    border: none;
    background-color: #d46828;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 13px;
    margin-bottom: 13px;
    line-height: 3em;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.page_separator {
    height: 26px;
    background-image: url(../png/separator-pattern.png);
    background-repeat: repeat-x;
    background-position: left top;
    clear: both;
}

#title {
    position: relative;
    margin: 38px auto;
    width: 70%;
    border-bottom: 1px dotted #cccccc;
    color: #d46828;
    padding: 8px 6px;
    font-size: 130%;
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-start;
}
@media screen and (max-width: 955px) {
    #title {
        flex-wrap: wrap;
    }
}
#title #authorname {
    font-size: inherit;
    flex-shrink: 2;
}
#title #contactbox {
    display: inline-block;
    flex-grow: 1;
}
#title #contactbox .email_container {
    display: inline-flex;
    line-height: 0;
    height: 28px;
    align-items: center;
    margin-top: 10px;
}
#title #contactbox .email_container a {
    line-height: 28px;
    vertical-align: bottom;
    text-decoration: none;
    color: #d46828;
    font-weight: bold;
    letter-spacing: 0;
}
#title #contactbox .email_container img {
    vertical-align: bottom;
    margin-right: 5px;
}
#title .subscribe_container,
#title .button_container {
    vertical-align: bottom;
    text-align: center;
}
@media screen and (min-width: 675px) {
    #title #avatar {
        text-align: right;
        width: 210px;
        display: inline-block;
    }
    #title #authorname {
        text-align: left;
        display: inline-block;
        margin-left: 10px;
        min-width: 180px;
    }
    #title #contactbox {
        text-align: right;
        margin-left: 20px;
    }
}
@media screen and (max-width: 675px) {
    #title #avatar {
        text-align: center;
        display: block;
        width: 100%;
    }
    #title #authorname {
        text-align: center;
        display: block;
        width: 100%;
    }
    #title #contactbox {
        text-align: center;
        margin-left: 0;
        width: 100%;
    }
}
#title .search_query {
    font-size: inherit;
    color: black;
}

#staff_details {
    position: relative;
    margin: -38px auto 38px auto;
    padding: 0 6px;
}
@media screen and (min-width: 675px) {
    #staff_details {
        width: 75%;
    }
    #staff_details > * {
        margin-left: 215px; /* 210px + 5px (see #authorname margin-left) */
        margin-right: 215px;
    }
}
@media screen and (max-width: 675px) {
    #staff_details {
        width: 323px;
    }
}
#staff_details .job_title {
    padding-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 121%;
    letter-spacing: 3px;
}
#staff_details .phone_number,
#staff_details .email_address {
    font-size: 110%;
}
#staff_details .job_desc {
    padding-top: 10px;
}
#staff_details .job_desc * {
    font-size: inherit;
}

#body {
    position: relative;
    margin: 38px auto;
    width: 70%;
}
@media screen and (max-width: 602px) {
    #body {
        width: 100%;
    }
}

#body p {
    margin: 1em 0;
}

#footer {
    position: relative;
    background-color: #cecece;
    /*margin-bottom: 6px;*/
    text-align: center;
    padding: 13px;
}

#footer a {
    color: inherit;
}

.subscribe_container {
    position: relative;
}

.subscribe_modal {
    display: none;
    padding: 34px 0;
    background-color: #cdcccc;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.subscribe_modal iframe {
    height: 100%;
    width: 394px;
    border: none;
}

.button_container,
.subscribe_container {
    display: inline-block;
    min-height: 35px;
    line-height: 35px;
    padding: 0 7px;
    vertical-align: top;
    margin-top: 5px;
    background-color: #d46828;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 2px;
    margin-right: 2px;
}
.button_container .action_button,
.subscribe_container .subscribe_button {
    background-color: #d46828; /* bug in IE, cannot use inherit */
    line-height: inherit;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border: none;
    margin: 0;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
    white-space: nowrap;
}
#footer .subscribe_container .subscribe_button img {
    margin-left: 15px;
    margin-right: 15px;
    height: 18px;
    vertical-align: text-bottom;
}

#footer #social_media_icon_group {
    display: inline-block;
    position: relative;
    line-height: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    margin-top: 5px;
}
#footer #social_media_icon_group a {
    margin-left: 3px;
}

#footer #ministry_priorities {
    display: inline-block;
    position: relative;
    background-color: #e7e7e7;
    width: 90%;
    padding: 17px 28px;
    vertical-align: middle;
    margin-top: 13px;
    max-width: 825px;
}
@media screen and (max-width: 536px) {
    #footer #ministry_priorities {
        padding: 17px 14px;
    }
}
#footer #ministry_priorities .heading {
    text-transform: uppercase;
    color: #000000;
    font-size: 150%;
    margin-bottom: 20px;
}
#footer #ministry_priorities .subsection {
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #afafaf;
}
#footer #ministry_priorities .subsection:last-child {
    border-bottom: none;
    padding-bottom: 0;    
}
#footer #ministry_priorities .subsection .subheading {
    display: block;
    text-transform: uppercase;
    font-size: 85%;
    font-weight: bold;
}
#footer #ministry_priorities .priority {
    display: inline-block;
    position: relative;
    width: 128px;
    margin-top: 12px;
    vertical-align: top;
}
#footer #ministry_priorities .priority .priority_name {
    display: block;
    text-transform: uppercase;
    /*font-weight: lighter;*/
    font-size: 70%;
}

#footer #about {
    display: inline-block;
    max-width: 333px;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    color: #4a4a4a;
    margin-top: 17px;
    margin-bottom: 17px;
}
#footer #about .content {
    font-size: 95%;
}
#footer #about img {
    margin: 20px 0;
}
#footer #about .contact {
    color: #313131;
    text-transform: uppercase;
}
#footer #about .contact .name,
#footer #about .contact .address {
    font-size: 90%;
    font-weight: bold;
    display: block;
    line-height: 1.15;
}
#footer #about .copyright {
    margin-top: 15px;
    font-size: 70%;
    text-transform: uppercase;
    /*font-weight: lighter;*/
}
#footer #about .privacy {
    margin-top: 2px;
}
#footer #about .privacy a,
#footer #about .privacy a:hover,
#footer #about .privacy a:visited {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 65%;
    color: inherit;
}

.text_medium_upper {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 230%;
    line-height: 1;
}
.text_small_upper {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 110%;
    line-height: 1;
}
.text_large_upper_bold {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 600%;
    line-height: 1;
}
.text_medium_upper_bold {
    text-transform: uppercase;
    font-weight: bold;    
    font-size: 300%;
    line-height: 1;
}
.text_small_bold {
    text-transform: none;
    font-weight: bold;
    font-size: 125%;
    line-height: 1;
}
.text_micro_upper_bold {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 80%;
    line-height: 1;
}
.text_micro_upper {
    text-transform: uppercase;
    font-size: 80%;
    line-height: 1;
}

#posts_container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
}
#home_posts_outer_container {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#home_posts_outer_container .recents {
    display: none;
}
#home_posts_outer_container #highlights_imgbutton,
#home_posts_outer_container #recents_imgbutton {
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 23px;
}
.home_posts_container {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#posts_container .post_desc_block {
}
.home_posts_container .post_desc_block {
    position: relative;
    display: inline-block;
    width: 323px;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}
.post_block {
    position: relative;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
}
div#body.single #post_content .preheader, div#body.single #post_content .email-footer
{
	display:none!important;
}
body div#body.single #post_content .btn a
{
	border-radius: 0px!important;
    border-top-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border: none;
    font-size: 14px!important;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Noto Sans', sans-serif!important;
}
div#body.single #post_content h1, div#body.single #post_content h2, div#body.single #post_content h3, div#body.single #post_content h4, div#body.single #post_content h5, div#body.single #post_content h6
{
	font-family: 'Noto Sans', sans-serif!important;
}
#posts_container .post_block {
    display: inline-block;
    width: 323px;
}
.home_posts_container .post_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    text-align: center;
}
.post_block a {
    color: inherit;
    text-decoration: none;
}
.post_block .post_main_image {
    display: inline-block;
    max-width: 323px;
    margin-bottom: 13px;
}
.home_posts_container .post_block .post_main_image {
}
.post_block .post_title {
    margin-bottom: 10px;
    margin-top: 10px;
}
.post_title {
    display: block;
    font-size: 133%;
    margin-top: 6px;
}
.post_title * {
    font-size: inherit;
}
.post_block .post_category {
    display: block;
}
.post_category {
    color: #d46828;
}
.post_category a {
    color: inherit;
    text-decoration: none;
    font: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.post_block .post_date {
    font-size: 90%;
    margin-bottom: 10px;
}
div#body.single .post_category {
    display: inline;
    font-size: 130%;
}
div#body.single .post_date {
    font-size: 85%;
    letter-spacing: normal;
}
div#body.single .post_date {
    color: #696969;
    margin-left: 15px;
}
.post_block .post_author {
    font-size: 90%;
}
div#body.single .post_author_name {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
div#body.single .post_author_image{
	width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
}
  
#post_campaign_author_and_psg_block,
#post_campaign_region_map,
#post_give_action_block {
    position: relative;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}
#post_give_action_block {
    margin-top: 40px;
}
#post_campaign_region_map {
    display: block;
}
#post_campaign_region_map {
    margin-top: 20px;
}
#post_campaign_region_map .region_overlay_image {
    position: absolute;
    top: 0;
    left: 0;
}
#post_campaign_region_map .country_name_list {
    display: block;
    text-align: center;
}
#post_campaign_author_and_psg_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-start;
    text-align: center;
}
#post_campaign_author_and_psg_block img {
    margin-bottom: 8px;
}
#post_campaign_author_block {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
       width: 100%;
  	margin-bottom:20px;
}
#post_campaign_author_block a {
    text-decoration: none;
    color: inherit;
}
.post_block .post_excerpt p:after {
    vertical-align: baseline;
    content: "\00a0\00a0\00a0 " url('../png/see-more-icon.png');
}
.post_block .post_excerpt p:last-child {
    margin-bottom: 34px !important;
}
div#body.single #post_content,
div#body.single #campaign_details {
    position: relative;
    width: 70%;
    margin: 38px auto;
    font-size: 110%;
}
div#body.single #post_content *,
div#body.single #campaign_details * {
    font-size: inherit;
}

#mega-menu-wrap-main-menu {
    margin-top: 12px !important;
}
@media screen and (max-width: 602px) {
    #mega-menu-wrap-main-menu {
        display: block !important;
        margin-bottom: 12px !important;
    }
    #header #myaccount_action {
        display: block;
    }
}
@media screen and (min-width: 602px) {
    #mega-menu-wrap-main-menu {
        display: inline-block !important;
    }
    #header #myaccount_action {
        display: inline-block;
        position: relative;
        bottom: -2px;
    }
}

.staff .posts_nav {
    margin-top: 25px;
    margin-bottom: 25px;
    /*margin-bottom: 70px;*/
    /*border-top: 1px dotted #cccccc;*/
    /*padding-top: 25px;*/
    width: 90%;
}
.places .posts_nav {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 90%;
}
.posts_nav {
    margin: 0 auto 15px auto;
    text-align: center;
    font-weight: bold;
}
.posts_nav .screen-reader-text {
    display: none;
}
.posts_nav a {
    text-decoration: none;
}
.posts_nav .page-numbers.current {
    color: inherit;
}
.posts_nav .page-numbers {
    color: #dc6a00;
    margin-left: 10px;
    margin-right: 10px;
}
.posts_nav a.next,
.posts_nav a.prev {
    font-weight: normal;
    font-size: 95%;
    text-transform: uppercase;
}
.posts_nav .next .arrow_icon {
    margin-left: 12px;
    vertical-align: text-bottom;
}
.posts_nav .prev .arrow_icon {
    margin-right: 12px;
    vertical-align: text-bottom;
}

#home_right_content_container {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#home_right_content_container .content_item {
    margin-top: 40px;
    margin-bottom: 40px;
}
#home_right_content_container .content_item:first-child {
    margin-top: 0;
}
#home_right_content_container .content_item:last-child {
    margin-bottom: 0;
}

div#body.home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    text-align: center;
    width: 85%;
}
div#body.single {
    width: 85%;
}

#post_campaign_details_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eeeeee;
    padding: 23px;
    max-width: 1160px;
}
#post_campaign_details_box .post_main_image {
    max-width: 800px;
    width: 100%;
}
#post_campaign_details_box .content_container {
    display: inline-block;
    margin: 5px 20px;
}

#post_campaign_give_status_block {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
}
#post_campaign_give_status_block a {
    text-decoration: none;
}
#post_campaign_author_block .wp-user-avatar,
#post_campaign_give_status_block .post_campaign_psg_graph,
#post_campaign_give_status_block .post_campaign_psg_text,
#post_campaign_give_status_block .post_campaign_psg_give_button {
    display: block;
}
#post_campaign_author_block .wp-user-avatar,
#post_campaign_give_status_block .post_campaign_psg_graph {
    margin-left: auto;
    margin-right: auto;
    /*width: 100px;*/
    height: 100px;
}
#post_campaign_give_status_block .post_campaign_psg_text,
#post_campaign_give_status_block .post_campaign_psg_give_button {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
#post_campaign_give_status_block .post_campaign_psg_give_button {
    color: #6faa1d;
    font-size: 120%;
    font-weight: bold;
    cursor: pointer;
    line-height: 1em;
}
#post_campaign_give_status_block .post_campaign_psg_label {
    position: absolute;
    width: 100%;
    top: calc(50px - 16px); /* 50px because it's half of the size of the pie graph and 15px because half of font-size */
    font-size: 30px;
    line-height: 32px;
    color: white;
    font-weight: bold;
    left: 0;
    text-align: center;
}

#post_campaign_details_secondary {
    position: relative;
    display: block;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#post_campaign_priorities_block {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
/*
#post_campaign_priorities_block {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
*/
#post_campaign_priorities_block .priority_item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 84%;
}
#post_campaign_priorities_block .priority_item:first-child {
    margin-left: none;
}
#post_campaign_priorities_block .priority_item:last-child {
    margin-right: none;
}
#post_campaign_priorities_block .priority_icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  	max-width: 65px;
}
#post_campaign_priorities_block .priority_name {
    display: block;
    margin-top: 10px;
    font-size: inherit;
    width: 85px;
}

#post_give_action_block .container {
    position: relative;
    min-height: 36px;
    line-height: 0;
    vertical-align: top;
    text-align: center;
}
#post_give_action_block .container .give_button:first-child {
    margin-top: 0;
}
#post_give_action_block .container .give_button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border: none;
    background-color: #71a829;
    color: #ffffff;
    line-height: 36px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
#post_give_action_block .container .blue {
    background-color: #3a91bf;
}

#post_social_media_block {
    margin-top: 38px;
    margin-bottom: 38px;
    text-align: center;
    color: #777777;
    display: inline-block;
}
#post_social_media_block a {
    color: inherit;
    text-decoration: none;
}
#post_social_media_block .social_media_icon,
#post_social_media_block .tag_icon,
#post_social_media_block .tag_name {
    vertical-align: middle;
}
#post_social_media_block .tag_icon {
}
#post_social_media_block .social_media_icon {
    padding-left: 7px;
    padding-right: 7px;
}
#post_social_media_block .post_tags_block {
    display: inline-block;
    margin-left: 38px;
    margin-right: 38px;
}
div#body.single #post_content ul
{
	margin-left:18px;
}
div#body.single #post_content ul li ul
{
	margin-left:35px;
}
div#body.single #post_content ul li ul li ul
{
	margin-left:45px;
}
div#body.staff,
div#body.globalservant,
#body .contact-phonelist {
    text-align: center;
}
#body.staff .staff_item,
#body.staff .staff_header,
#body.globalservants .globalservant_item,
#body.globalservants .globalservant_header,
#body.places .globalservant_item,
#body.places .globalservant_header,
#body .contact-phonelist-header,
#body .contact-phonelist-item,
#body .contact-phonelist-item-wholerow {
    display: block;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 35px;
    padding-right: 35px;
    white-space: nowrap;
}
@media screen and (max-width: 850px) {
    #body.staff .staff_item,
    #body.staff .staff_header,
    #body.globalservants .globalservant_item,
    #body.globalservants .globalservant_header,
    #body.places .globalservant_item,
    #body.places .globalservant_header,
    #body .contact-phonelist-header,
    #body .contact-phonelist-item,
    #body .contact-phonelist-item-wholerow {
        padding-left: 15px;
    }
}
#body.staff .staff_header,
#body.globalservants .globalservant_header,
#body.places .globalservant_header,
#body .contact-phonelist-header {
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    background-color: #adadad;
}
#body.staff .staff_item,
#body.globalservants .globalservant_item,
#body.places .globalservant_item,
#body .contact-phonelist-item,
#body .contact-phonelist-item-wholerow {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #f0f0f0;
    border-bottom: 1px dotted #adadad;
}
#body .contact-phonelist-item-wholerow {
    text-align: center;
}
#body .contact-phonelist-mailingaddress {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
#body.staff .staff_item:last-child,
#body.globalservants .globalservant_item:last-child,
#body.places .globalservant_item:last-child,
#body .contact-phonelist-item:last-child,
#body .contact-phonelist-item-wholerow:last-child {
    border-bottom: inherit;
}
#body.staff .name,
#body.staff .job_title,
#body.staff .phone,
#body.staff .email_button,
#body.globalservants .name,
#body.globalservants .priorities,
#body.globalservants .country,
#body.places .name,
#body.places .priorities,
#body.places .country,
#body .contact-phonelist-department,
#body .contact-phonelist-name,
#body .contact-phonelist-phonenumber {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    overflow-wrap: break-word;
    padding: 3px;
}
#body.staff .name {
    width: 24%;
}
#body.staff .job_title {
    width: 40%;
}
#body.staff .phone {
    width: 22%;
}
#body.staff .email_button {
    width: 9%;
    word-break: keep-all;
    overflow-wrap: normal;
    min-width: 100px;
}
@media screen and (max-width: 1100px) {
    #body.staff .staff_header > div {
        font-size: 90%;
    }
}
#body.globalservants .name,
#body.globalservants .priorities,
#body.globalservants .country,
#body.places .name,
#body.places .priorities,
#body.places .country,
#body .contact-phonelist-department,
#body .contact-phonelist-name,
#body .contact-phonelist-phonenumber {
    width: 33%;
}
#body.staff .staff_item .name,
#body.globalservants .globalservant_item .name,
#body.places .globalservant_item .name {
    color: #D26628;
}
#body.staff .staff_item a,
#body.globalservants .globalservant_item a,
#body.places .globalservant_item a {
    text-decoration: none;
    color: inherit;
}
#body .contact-phonelist-header div {
    text-transform: uppercase;
}
#body .contact-phonelist-item div {
    color: #101010;
}

#body.search #content .entry-title a {
    color: #d26628;
    font-size: 16px;
}
#body.search article {
    margin-top: 38px;
}
#body.search article:first-child {
    margin-top: inherit;
}
#body.search #content {
    margin-bottom: 80px;
}

#body.places div {
    padding-left: 10px;
    padding-right: 10px;
}
#body.places #globalservant_dynamic_container {
    padding-left: 0;
    padding-right: 0;
}
#body.places #tagline {
    color: #1e1e53;
    font-size: 230%;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: center;
}
#body.places #instructions {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}
#body.places #worldmap {
    display: block;
    margin: 35px auto;
    width: 100%;
    max-width: 920px;
}
#body.places map area {
    border: none;
    outline: none;
}
#body.places #map_legend {
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    width: 60%;
    text-align: center;
}
@media screen and (max-width: 1020px) {
    #body.places #map_legend {
        width: 80%;
    }
}
#body.places #map_legend .legend_entry {
    position: relative;
    display: inline-block;
    line-height: 2.5em;
    white-space: nowrap;
    cursor: pointer;
}
#body.places #map_legend .legend_entry * {
    vertical-align: middle;
}
#body.places #map_legend .legend_entry img {
    margin-right: 10px;
}
#body.places #currently_displaying {
    color: #1e1e53;
    text-align: center;
    font-size: 145%;
    margin-bottom: 20px;
}

#missionary_description {
    color: #4f4f4f;
    width: 60%;
    display: block;
    margin: 35px auto;
    max-width: 782px;
    /*white-space: pre-wrap;*/
    font-size: 15px;
}
#posts_section_title {
    font-size: 195%;
    text-align: center;
    margin-top: 100px;
}

.wpcf7 {
    text-align: center;
}
.wpcf7-form {
    display: inline-block;
    text-align: left;
}
.wpcf7-form #firstname,
.wpcf7-form #lastname {
    position: relative;
    display: inline-block;
    margin: 10px 15px;
}
.wpcf7-form #firstname input,
.wpcf7-form #lastname input {
    width: 270px;
}
.wpcf7-form #emailaddress {
    margin: 10px 15px;
}
.wpcf7-form #emailaddress input {
    width: 420px;
}
.wpcf7-form #subject {
    margin: 10px 15px;
}
.wpcf7-form #subject .note {
    display: block;
    margin-top: 7px;
}
.wpcf7-form #message {
    position: relative;
    margin: 10px 15px;
}
.wpcf7-form #message textarea {
    width: 100%;
}
.wpcf7-form #buttons {
    text-align: right;
    margin: 20px 15px;
}
.wpcf7-form #buttons .wpcf7-submit,
.wpcf7-form #buttons input[type=reset] {
    border: none;
    color: #ffffff;
    line-height: 36px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 57px;
    padding-right: 57px;
    font-weight: bold;
}
.wpcf7-form #buttons .wpcf7-submit {
    background-color: #d46828;
}
.wpcf7-form #buttons input[type=reset] {
    background-color: #adadad;
}
.wpcf7-form #requirednote {
    text-align: right;
    margin: 5px 15px;
    padding-right: 30px;
}
.wpcf7-form .required {
    color: red;
}

.contact-formtitle,
.contact-phonelisttitle {
    text-align: center;
    text-transform: uppercase;
    color: #565560;
    font-size: 20pt;
    margin-bottom: 20px;
}
.contact-phonelisttitle {
    margin-top: 50px;
}

#campaign_details #campaign_goal,
#campaign_details #campaign_summary,
#campaign_details #campaign_description,
#campaign_details #campaign_suggested_gifts,
#campaign_details #campaign_prayer_requests, #campaign_prayer_managed_by {
    margin-top: 32px;
}
#campaign_details .label {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}
#campaign_details #campaign_goal .label,
#campaign_details #campaign_summary .label,
#campaign_details #campaign_description .label,
#campaign_details #campaign_suggested_gifts .label,
#campaign_details #campaign_prayer_requests .label, #campaign_prayer_managed_by .label {
    display: block;
    margin-bottom: 8px;
}

#campaign_details .value {
    white-space: pre-wrap;
}

.search_alt_referral {
    display: block;
    font-size: 110%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
.search_alt_referral.first {
    margin-top: -34px;
}
.search_alt_referral > a {
    color: #d46828;
    text-decoration: none;
    font-size: inherit;
    font-weight: bold;
}

#body iframe {
    border: 0;
    margin: 0 auto;
    display: block;
}

#body iframe[allowfullscreen],
.mejs-mediaelement video {
    width: 50vw;
    height: 28.125vw;
}

.wp-video {
    margin-left: auto;
    margin-right: auto;
}

#body .list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    /*max-width: 1000px;*/
    margin-top: 40px;
}
#body .list p {
    margin: 0 0 6px 0 !important;
}
#body .list p a {
    text-decoration: none;
    color: inherit;
}
#body .list p a:hover {
    color: #d46828;
}
@media screen and (max-width: 1725px) and (min-width: 1100px) {
    #body .list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media screen and (max-width: 1100px) and (min-width: 650px) {
    #body .list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 650px) {
    #body .list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        /*text-align: center;*/
    }
    #body .find_global_servant_action {
        display: block;
        /*text-align: center;*/
    }
}

article.attachment section.entry-content {
    margin: 40px auto;
    text-align: center;
}
article.attachment section.entry-content .entry-caption {
    font-weight: bold;
    margin-top: 5px;
}

div.wp-caption.alignleft,
div.wp-caption.alignleft > img,
img.alignleft,
caption.alignleft {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    height: auto;
}
div.wp-caption.alignright,
div.wp-caption.alignright > img,
img.alignright,
caption.alignright {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    height: auto;
}
@media screen and (min-width: 450px) {
    div.wp-caption.alignleft,
    div.wp-caption.alignleft > img,
    img.alignleft,
    caption.alignleft {
        float: left;
        margin-right: 1em;
        margin-left: 0;
        max-width: 100%;
    }
    div.wp-caption.alignright,
    div.wp-caption.alignright > img,
    img.alignright,
    caption.alignright {
        float: right;
        margin-right: 0;
        margin-left: 1em;
        max-width: 100%;
    }
}
@media screen and (max-width: 450px) {
    div.wp-caption.alignleft,
    div.wp-caption.alignleft > img,
    img.alignleft,
    caption.alignleft {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    div.wp-caption.alignright,
    div.wp-caption.alignright > img,
    img.alignright,
    caption.alignright {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
div.wp-caption.alignnone,
div.wp-caption.alignnone > img,
img.alignnone,
caption.alignnone,
div.wp-caption.aligncenter,
div.wp-caption.aligncenter > img,
img.aligncenter,
caption.aligncenter {
    display: block;
    margin: 0.75em auto;
    max-width: 100%;
    height: auto;
}

.post_normal a,
.post_normal_small a {
    font-size: inherit;
    color: inherit;
}
.post_normal_small strong {
    font-size: inherit;
}

.privacy_heading {
    margin-top: 30px !important;
    margin-bottom: -8px !important;
}
.privacy_subheading1 {
    margin-top: 25px !important;
    margin-bottom: -8px !important;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: Alpha(Opacity=40); /* support: IE8 */
}
.ui-front {
    z-index: 100;
}
.ui-dialog-titlebar {
    display: none;
}
*:focus {
    outline: none;
}


@media only screen and (max-width:767px){
.custom-grid-row .post_headline_medium {
    width: 100%;
    margin: 0 0 20px;
}
div#body.single #post_content, div#body.single #campaign_details {
    width: 100%;
}
div#body.single #post_content .layout
	{
	width: 100%!important;
	}
div#body.single #post_content .layout .column
	{
	width: 100%!important;
    max-width: 90%!important;
    margin: auto!important;
    float: none!important;
	}
 .home_posts_container .post_block .post_main_image {
    width: 100%;
    max-width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
}
}
/* ============================================== */
/* Mobile banner styles - added by PWI 11/26/2019 */
/* ============================================== */
@media (min-width: 320px) and (max-width: 480px) {
  
 .mobile-bg-white{
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
 }
 .mobile-bg-black{
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
 }
  
}
/* ============================================== */
/* ============================================== */

#post_learn_more_action_block{
	text-align: center;
    margin-top: 15px;
}
#post_learn_more_action_block a{
	text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    border: solid 2.5px #dd6b28;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.4px;
    text-align: center;
    color: #dd6b28;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#post_learn_more_action_block a:hover{
	background:#dd6b28;
  	color:#fff;
}




/* ============================================== */
/* 				Button Styles 				      */
/* ============================================== */

.imbtn-white button {
	text-transform: uppercase;
	background-color: #ededed !important;
	color: #666666 !important;
	border:2px solid #ededed !important;
	font-weight:bold !important;
}

.imbtn-white:hover button {
	background-color:rgba(237,237,237,0.01) !important; 
	color: #ffffff !important;
}

.imbtn-trans button {
	text-transform: uppercase;
	background-color:rgba(237,237,237,0.01) !important; 
	color:#ffffff !important;
	border:2px solid #ffffff !important;
	font-weight:bold !important;
}

.imbtn-trans:hover button {
	background-color: #ffffff !important;
	color: #666666 !important;
}

.imbtn-green button {
	text-transform: uppercase;
	color: #ffffff !important;
	background-color: #56b59f !important;
	border:2px solid #56b59f !important;
	font-weight:bold !important;
}
.imbtn-green:hover button {
	background-color: #ffffff !important;
	color: #56b59f !important;
	border:2px solid #56b59f !important;
}

.imbtn-orange button {
	text-transform: uppercase;
	color: #dd6b28 !important;
	background-color: #ffffff !important;
	border:2px solid #dd6b28 !important;
	font-weight:bold !important;
}
.imbtn-orange:hover button {
	background-color: #dd6b28 !important;
	color: #ffffff !important;
	border:2px solid #dd6b28 !important;
}


/* ============================================== */
/* ////////////////////////////////////////////// */
/* ============================================== */
.testimonial-image {
    object-fit: cover;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.testimonial-info-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    row-gap: 15px; 
}
.testimonial-info-details {
    font-weight: 400;    
}
.testimonial-category-place {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    color: #d26628;    
}
.testimonial-slider {
    overflow: hidden;
}
.testimonial-slider .slick-track {
  display: flex;
	justify-content: center;
  overflow: hidden;
}

.testimonial-slide {
    padding: 20px;
    margin: 20px;
    box-sizing: border-box;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
    border: solid 3px #d26629;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 35%;
}

.testimonial-slider .slick-center {
    opacity: 100%;
}

.testimonial-content {
    font-family: ProximaNova;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.33;
    color: #1c1c1c;
}
.testimonial-excert {
    margin-top: 0px!important;
}
.testimonial-title {
	font-size: 16px;
}
.testimonial-button {
	font-size: 16px;
}
 
.testimonial-button {
    display: inline-block;
    color: #cf713a;
    text-decoration: none;
    margin-top: 10px;
	position: relative;
}

.testimonial-button:before {
    content: '\f105';
    font-family: 'fontawesome';
    position: absolute;
    right: -10px;
}
.slider-arrows>.arrow {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #5490bc;  
}
.slider-arrows>.prev-slide {
    left: 30px;    
}
.slider-arrows>.next-slide {
    right: 30px;    
}
@media screen and (max-width: 767px) {
.slick-list.draggable {
    padding: 0px 10%!important;
  }
}