/*GLOBAL STYLES*/
html, body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

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

body {
    color: #000;
    font-family: "lato", sans-serif;
    font-size: 18px;
}

b, strong {
    font-weight: 800;
}

a {
    color: #006981;
    font-weight: 700;
    text-decoration: none;
}

a img {
    border: none;
    outline: none;
}

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

.gm-style img {
    max-width: inherit;
    height: inherit;
    vertical-align: inherit;
}

.tpl-video-holder iframe {
    max-width: 100%;
    vertical-align: middle;
}

.tpl-loading-image {
    width: 100%;
    min-height: 100px;
    background: url("../img/ajax-loader.gif") 50% 50% no-repeat;
}

.tpl-body,
.tpl-summary {
    font-weight: 400;
}
.tpl-body a,
.tpl-summary a {
    font-weight: 700;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/* IE Fix */
select::-ms-expand {
    display: none;
}

/* Firefox fix */
input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -2px;
    margin-bottom: -2px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=numeric],
input[type=card],
input[type=phone],
input[type=file],
select,
textarea {
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 18px;
    width: 100%;
    border: 2px solid #EFE7E1;
    background: #fff;
    color: #796E65;
    padding: 4px 14px;
    margin: 0;
}

form .ajax-error,
.form-error,
.form-input-error span {
    color: #D0021B;
}

select {
    padding-top: 0;
    padding-bottom: 0;
}

textarea {
    line-height: 1.4;
    height: auto;
    padding: 6px 10px;
}

/* Fields with icons (Select/Dropdown, Search, Date, etc.) */
.tpl-input-search-holder,
.tpl-input-datepicker-holder,
.tpl-select-field-holder {
    position: relative;
}

.tpl-input-search-holder:after {
    position: absolute;
    z-index: 0;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #AEA298;
    top: 50%;
    right: 13px;
    margin-top: -12px;
}

.tpl-input-datepicker-holder:after {
    position: absolute;
    z-index: 0;
    font-family: "FontAwesome";
    content: "\f073";
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #AEA298;
    top: 50%;
    right: 13px;
    margin-top: -12px;
}

.tpl-select-field-holder:after {
    position: absolute;
    z-index: 0;
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #AEA298;
    top: 50%;
    right: 13px;
    margin-top: -12px;
    font-size: 24px;
}

.tpl-input-search-holder .search,
.tpl-input-search-holder input[type=text],
.tpl-input-datepicker-holder .datepicker,
.tpl-input-datepicker-holder input[type=text],
.tpl-select-field-holder select {
    padding-right: 35px;
    background: transparent;
    z-index: 1;
    position: relative;
}

.tpl-select-field-holder select {
    -webkit-appearance: none;
    -moz-appearance: none !important;
}

.form-input-holder .combo-options {
    border-color: #EFE7E1;
}
.form-input-holder .combo-options .records .option.focused {
    background-color: #F3EFED;
}

h1,
.h1,
.tpl-child-title-h1 .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 60px;
    margin: 20px 0 10px;
}

h2,
.h2,
.tpl-child-title-h2 .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 48px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    color: #000;
    margin: 20px 0 10px;
}

h3,
.h3,
.tpl-child-title-h3 .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 36px;
    margin: 10px 0;
}

h4,
.h4,
.tpl-child-title-h4 .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 28px;
    margin: 5px 0;
}

h5,
.h5,
.tpl-child-title-h5 .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 28px;
    margin: 5px 0;
}

h6,
.h6,
.tpl-child-title-h6 .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 24px;
    margin: 5px 0;
}

.h2-medium,
.tpl-child-title-h2-medium .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 48px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    color: #000;
    margin: 20px 0 10px;
    font-weight: 500;
}

.tpl-subtitle {
    color: #DB4523;
    font-weight: 500;
    font-size: 20px;
    margin: 5px 0;
}

.tpl-small-text {
    font-size: 16px;
}

.tpl-quote-reference {
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
    color: #000;
}

.tpl-sticky-float.tpl-fixed {
    position: fixed;
}

.tpl-sticky-float.tpl-sticky-in-footer {
    opacity: 0;
}

.tpl-color-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tpl-audio-thumbnail,
.tpl-video-thumbnail {
    position: relative;
}

.tpl-audio-thumbnail:after,
.tpl-video-thumbnail:after {
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #fff;
    z-index: 2; /* above tpl-color-overlay */
    margin-top: -26px;
}

.tpl-audio-thumbnail:after {
    content: "\f025";
}

.tpl-video-thumbnail:after {
    content: "\f144";
}

@media (min-width: 500px) {
    .tpl-video-thumbnail-big:after {
        font-size: 100px;
        margin-top: -50px;
    }
}
.tpl-background-color-teal {
    background-color: #006981;
}

.tpl-background-color-gold {
    background-color: #EEB015;
}

.tpl-background-color-navy {
    background-color: #1A263B;
}

.tpl-background-color-charcoal {
    background-color: #242424;
}

.tpl-background-color-clay {
    background-color: #DB4523;
}

.tpl-background-color-white {
    background-color: #F2F6F7;
}

.tpl-background-color-orange {
    background-color: #BF672A;
}

.tpl-background-color-purple {
    background-color: #693C5E;
}

.tpl-background-color-blue {
    background-color: #236192;
}

.tpl-background-color-light-blue {
    background-color: #D1DDE6;
}

.tpl-background-color-green {
    background-color: #737B4C;
}

.tpl-background-color-tanned {
    background-color: #796E65;
}

.tpl-background-color-light {
    background-color: #EEECEC;
}

.tpl-background-color-light-tanned {
    background-color: #F3EFED;
}

.tpl-button, .tpl-button-clay,
button.tpl-button-clay,
a.tpl-button-clay,
input[type=button].tpl-button-clay,
input[type=submit].tpl-button-clay,
input[type=reset].tpl-button-clay, .tpl-button-brown,
button.tpl-button-brown,
a.tpl-button-brown,
input[type=button].tpl-button-brown,
input[type=submit].tpl-button-brown,
input[type=reset].tpl-button-brown, .tpl-button-green,
.tpl-button-give,
button.tpl-button-green,
button.tpl-button-give,
a.tpl-button-green,
a.tpl-button-give,
input[type=button].tpl-button-green,
input[type=button].tpl-button-give,
input[type=submit].tpl-button-green,
input[type=submit].tpl-button-give,
input[type=reset].tpl-button-green,
input[type=reset].tpl-button-give, .tpl-button-small,
button.tpl-button-small,
a.tpl-button-small,
input[type=button].tpl-button-small,
input[type=submit].tpl-button-small,
input[type=reset].tpl-button-small,
a.tpl-button,
.appointee-button,
button,
button.edit,
.ui-widget button,
input[type=button],
input[type=submit],
input[type=reset] {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
}

.tpl-button-small,
button.tpl-button-small,
a.tpl-button-small,
input[type=button].tpl-button-small,
input[type=submit].tpl-button-small,
input[type=reset].tpl-button-small {
    font-size: 16px;
    height: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.tpl-button-brown,
button.tpl-button-brown,
a.tpl-button-brown,
input[type=button].tpl-button-brown,
input[type=submit].tpl-button-brown,
input[type=reset].tpl-button-brown {
    border-color: #6B5A4D;
    background-color: #6B5A4D;
}

.tpl-button-clay,
button.tpl-button-clay,
a.tpl-button-clay,
input[type=button].tpl-button-clay,
input[type=submit].tpl-button-clay,
input[type=reset].tpl-button-clay {
    border-color: #DB4523;
    background-color: #DB4523;
}

.tpl-button.disabled, .disabled.tpl-button-small, .disabled.tpl-button-green,
.disabled.tpl-button-give, .disabled.tpl-button-brown, .disabled.tpl-button-clay,
.appointee-button.disabled,
button.disabled,
button.edit.disabled,
input[type=button].disabled,
input[type=submit].disabled,
input[type=reset].disabled,
.tpl-button:disabled,
.tpl-button-small:disabled,
.tpl-button-green:disabled,
.tpl-button-give:disabled,
.tpl-button-brown:disabled,
.tpl-button-clay:disabled,
.appointee-button:disabled,
button:disabled,
button.edit:disabled,
input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

input[type=reset] {
    color: #000;
    border: 1px solid #999;
    background-color: #999;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #AEA298 !important;
    -webkit-box-shadow: 0 0 0 1000px #EFE7E1 inset;
}

/* Paging toolbar */
.paging-toolbar,
.search-modules-results-container .paging-toolbar,
.com-advocacy .campaigns-select .body .paging-bar,
.com-advocacy .user-campaigns .body .paging-bar {
    font-size: 14px;
    margin: 22px 0;
}

.paging-toolbar .goToPage,
.search-modules-results-container .paging-toolbar .goToPage,
.com-advocacy .campaigns-select .body .paging-bar .goToPage,
.com-advocacy .user-campaigns .body .paging-bar .goToPage,
.paging-toolbar .goToPage:hover,
.search-modules-results-container .paging-toolbar .goToPage:hover,
.com-advocacy .campaigns-select .body .paging-bar .goToPage:hover,
.com-advocacy .user-campaigns .body .paging-bar .goToPage:hover {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: #AEA298;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    margin: 3px;
}

.paging-toolbar .goToPage.first,
.search-modules-results-container .paging-toolbar .goToPage.first,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.first,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.first,
.paging-toolbar .goToPage.prev,
.search-modules-results-container .paging-toolbar .goToPage.prev,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.prev,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.prev,
.paging-toolbar .goToPage.next,
.search-modules-results-container .paging-toolbar .goToPage.next,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.next,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.next,
.paging-toolbar .goToPage.last,
.search-modules-results-container .paging-toolbar .goToPage.last,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.last,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.last {
    width: 51px;
    position: relative;
    color: transparent;
    padding: 0 12px;
}

.paging-toolbar .goToPage.first:after,
.search-modules-results-container .paging-toolbar .goToPage.first:after,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.first:after,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.first:after,
.paging-toolbar .goToPage.prev:after,
.search-modules-results-container .paging-toolbar .goToPage.prev:after,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.prev:after,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.prev:after,
.paging-toolbar .goToPage.next:after,
.search-modules-results-container .paging-toolbar .goToPage.next:after,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.next:after,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.next:after,
.paging-toolbar .goToPage.last:after,
.search-modules-results-container .paging-toolbar .goToPage.last:after,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.last:after,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.last:after {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.paging-toolbar .goToPage.prev,
.search-modules-results-container .paging-toolbar .goToPage.prev,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.prev,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.prev {
    width: 70px;
}

.paging-toolbar .goToPage.first:after,
.search-modules-results-container .paging-toolbar .goToPage.first:after,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.first:after,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.first:after {
    content: "First";
}

.paging-toolbar .goToPage.prev:after,
.search-modules-results-container .paging-toolbar .goToPage.prev:after,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.prev:after,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.prev:after {
    content: "Previous";
}

.paging-toolbar .goToPage.next:after,
.search-modules-results-container .paging-toolbar .goToPage.next:after,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.next:after,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.next:after {
    content: "Next";
}

.paging-toolbar .goToPage.last:after,
.search-modules-results-container .paging-toolbar .goToPage.last:after,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.last:after,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.last:after {
    content: "Last";
}

.paging-toolbar .goToPage.current,
.search-modules-results-container .paging-toolbar .goToPage.current,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.current,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.current {
    color: #fff;
    background-color: #DB4523;
    border: none;
}

.paging-toolbar span,
.search-modules-results-container .paging-toolbar span {
    font-weight: 500;
    color: #9B9B9B;
    margin: 0 5px;
}

/*===============================*/
/* jQuery UI adjustments - Start */
/*===============================*/
.ui-widget-header {
    font-weight: 300;
    font-size: 24px;
}

.ui-dialog {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: 2px;
}
.ui-dialog .ui-dialog-titlebar {
    border-radius: 0;
    padding: 5px 15px 6px;
}
.ui-dialog .ui-dialog-titlebar .ui-button,
.ui-dialog .ui-dialog-titlebar .ui-state-default, .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-state-default {
    background: #AEA298;
    border: none;
    color: #fff;
}
.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon,
.ui-dialog .ui-dialog-titlebar .ui-state-default .ui-icon, .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-state-default .ui-icon {
    background-image: url("../css/lib/jquery-ui-1.11.4.custom/images/ui-icons_ffffff_256x240.png");
}
.ui-dialog .ui-dialog-content {
    color: #AEA298;
    padding: 20px 15px 5px 20px;
}
.ui-dialog .ui-dialog-content form label {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 7px;
}
.ui-dialog .ui-dialog-content form input[type=text] {
    font-size: 20px;
    padding: 4px 14px !important;
}
.ui-dialog .ui-dialog-content form textarea {
    font-size: 20px;
    height: 110px;
    padding: 6px 10px !important;
}
.ui-dialog .ui-dialog-buttonpane {
    border: none;
    padding: 20px 15px 5px 20px;
    padding-top: 0;
    padding-bottom: 22px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}
.ui-dialog .ui-dialog-buttonpane button {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
}
.ui-dialog .ui-dialog-buttonpane .ui-button-text {
    padding: 0;
}

.ui-datepicker {
    width: 13em;
}
.ui-datepicker .ui-datepicker-header {
    font-size: 20px;
}
.ui-datepicker .ui-datepicker-title {
    line-height: normal;
}
.ui-datepicker .ui-datepicker-title select {
    height: auto;
    margin: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    background: none;
    border: none;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin-top: -6px;
}
.ui-datepicker table {
    font-size: 13px;
}

/*=============================*/
/* jQuery UI adjustments - End */
/*=============================*/
/*======================*/
/* Custom Alert - Start */
/*======================*/
.customAlert {
    min-width: 510px;
    border: 2px solid #F3EFED;
    font-family: "lato", sans-serif;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.customAlert .customAlertLoading,
.customAlert .customAlertLoading img {
    border-radius: 4px;
}

.customAlert .customAlertInner {
    font-family: "lato", sans-serif;
    padding: 10px 9px;
}

.customAlert .customAlertInner .customAlertTitle {
    position: relative;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
    font-family: "lato", sans-serif;
    background: #F3EFED;
    padding: 10px 33px 10px 15px;
    margin: 0;
}

.customAlert .customAlertInner .customAlertTitle a.closeAlert {
    background: #AEA298;
    font-weight: 400;
    border-radius: 2px;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 9px;
    margin-top: -11px;
}

.customAlert .customAlertInner .customAlertTitle a.closeAlert:after {
    display: block;
    text-align: center;
    font-family: "FontAwesome";
    content: "\f00d";
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.customAlert .customAlertInner .customAlertMsg {
    font-family: "lato", sans-serif;
    position: relative;
    padding: 15px 10px;
}

.customAlert .customAlertMsg a {
    color: #006981;
}

.customAlert .customAlertInner .customAlertMsg img {
    display: none;
}

.customAlert .customAlertInner .customAlertMsg .confirmationIcon {
    background: none;
    position: relative;
    width: 100%;
    text-align: center;
}

.customAlert .customAlertInner .customAlertMsg .confirmationIcon:after {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 98px;
    height: 70px;
    line-height: 68px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
}

.customAlert .customAlertInner .customAlertMsg .title {
    font-weight: 300;
    font-size: 24px;
}

.customAlert .customAlertInner .customAlertMsg .required {
    background: none;
    vertical-align: middle;
    margin-right: 3px;
}

.customAlert .customAlertInner .customAlertMsg .required:after {
    content: "*";
}

.customAlert .customAlertInner .customAlertMsg span {
    vertical-align: middle;
}

.customAlert .customAlertInner .customAlertMsg input,
.customAlert .customAlertInner .customAlertMsg textarea,
.customAlert .customAlertInner .customAlertMsg select {
    margin: 5px 0 10px;
}

.customAlert .customAlertInner .customAlertMsg textarea {
    height: 108px;
}

.customAlert .customAlertInner .customAlertMsg input.last-row,
.customAlert .customAlertInner .customAlertMsg textarea.last-row,
.customAlert .customAlertInner .customAlertMsg select.last-row {
    margin-bottom: 0;
}

.customAlert .customAlertInner .customAlertMsg input.invalid,
.customAlert .customAlertInner .customAlertMsg textarea.invalid,
.customAlert .customAlertInner .customAlertMsg select.invalid {
    border-color: #D0021B;
}

.customAlert .customAlertInner .customAlertMsg input.readonly,
.customAlert .customAlertInner .customAlertMsg textarea.readonly,
.customAlert .customAlertInner .customAlertMsg select.readonly,
.customAlert .customAlertInner .customAlertMsg input.readonly:focus,
.customAlert .customAlertInner .customAlertMsg textarea.readonly:focus,
.customAlert .customAlertInner .customAlertMsg select.readonly:focus {
    background-color: #fff;
    border-color: #fff;
    color: #d4d4d4;
}

.customAlert .customAlertInner .customAlertMsg input[name=email] {
    margin-bottom: 15px;
}

.customAlert .customAlertInner .customAlertMsg .radio-wrapper {
    width: 70px !important;
    vertical-align: top !important;
    padding: 3px 0;
    margin-bottom: 5px;
}

/* Custom radio */
.customAlert .customAlertInner .customAlertMsg .radio-wrapper input[type=radio] {
    display: none;
}

.customAlert .customAlertInner .customAlertMsg .radio-wrapper label:before {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #EFE7E1;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}

.customAlert .customAlertInner .customAlertMsg .radio-wrapper label.checked:before {
    font-family: "FontAwesome";
    content: "\f111";
    color: #DB4523;
    background: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.customAlert .customAlertInner .customAlertError {
    display: block;
    color: #D0021B;
    padding-bottom: 0;
}

.customAlert .customAlertInner .pop-up-buttons {
    margin: 20px 0 0;
}

.customAlert .customAlertInner .pop-up-buttons a {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 22px;
    margin: 7px 0 0;
}

.customAlert .customAlertInner .customAlertButtons,
.customAlert .customAlertInner .customAlertButtons.right {
    text-align: left;
    padding: 0 6px;
    margin: 10px 0 15px;
}

.customAlert button,
.customAlert .customAlertInner .customAlertButtons button {
    font-size: 16px;
    background-color: #006981;
    border: 1px solid #006981;
    color: #fff;
    margin: 3px 5px;
}

/* New Campaign popup */
.customAlert.newCampaignOptions {
    min-width: 410px;
}

.customAlert.newCampaignOptions .customAlertInner .customAlertMsg {
    color: #AEA298;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.customAlert.newCampaignOptions .customAlertInner .customAlertMsg .description {
    padding: 8px 0;
}

/* Responsive - Custom Alert */
@media (max-width: 520px) {
    .customAlert,
    .customAlert.newCampaignOptions {
        min-width: 0;
    }
}
/*====================*/
/* Custom Alert - End */
/*====================*/
/* Global giving form */
.tpl-giving-form {
    position: relative;
}
.tpl-giving-form .tpl-field {
    float: left;
    width: 100%;
    padding-right: 82px;
}
.tpl-giving-form .tpl-amount-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75px;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.tpl-giving-form.tpl-giving-form-small .tpl-field {
    padding-right: 42px;
}
.tpl-giving-form.tpl-giving-form-small .tpl-field .amount {
    font-size: 10px;
    height: 28px;
    line-height: normal;
    padding: 2px 6px;
}
.tpl-giving-form.tpl-giving-form-small .tpl-amount-submit {
    font-size: 10px;
    height: 28px;
    width: 39px;
    padding: 8px 2px 7px;
}

/* Audio player */
.tpl-audio-holder {
    border-radius: 4px;
    background-color: #F3EFED;
    padding: 13px;
}
.tpl-audio-holder .audiojs .play-pause p {
    border-radius: 4px;
    background-color: #BF672A;
}
.tpl-audio-holder .audiojs .play-pause p:after {
    margin-left: 1px;
}
.tpl-audio-holder .audiojs .scrubber,
.tpl-audio-holder .audiojs .scrubber .loaded,
.tpl-audio-holder .audiojs .scrubber .progress {
    border-radius: 4px;
}
.tpl-audio-holder .audiojs .scrubber {
    background-color: #D7D2CB;
}
.tpl-audio-holder .audiojs .scrubber .loaded {
    background-color: #796E65;
}
.tpl-audio-holder .audiojs .scrubber .progress {
    background-color: #BF672A;
}
.tpl-audio-holder .audiojs .time span {
    color: #000;
    font-family: "lato", sans-serif;
    padding-top: 2px;
}

/* Share buttons */
.tpl-action-buttons {
    background: #F3EFED;
    border-radius: 4px;
    padding: 5px;
}
.tpl-action-buttons .tpl-action-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 51px;
    width: 43px;
    height: 43px;
    margin: 3px;
}
.tpl-action-buttons .tpl-action-button.fa:before {
    display: block;
    margin-top: -4px;
}
.tpl-action-buttons .tpl-action-button.tpl-facebook-button {
    color: #1954A1;
}
.tpl-action-buttons .tpl-action-button.tpl-twitter-button {
    color: #27B5E2;
}
.tpl-action-buttons .tpl-action-button.tpl-pray-button {
    background: url("../img/icon-pray.png") 50% 50% no-repeat;
}

/* Section Title Bar */
.tpl-section-title-bar {
    position: relative;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    z-index: 2;
    padding: 6px 20px 11px;
    margin: 0;
}

.tpl-section-title-bar:after {
    content: "";
    background-color: inherit;
    position: absolute;
    left: 50%;
    bottom: -25px;
    display: block;
    border-radius: 50%;
    width: 76px;
    height: 76px;
    z-index: -1;
    margin-left: -38px;
}

/* Listing Title (e.g. A-Z) */
.tpl-listing-title {
    font-size: 38px;
    font-weight: 300;
    color: #006981;
    margin: 33px 0;
}

/* Prayer Popup Summary */
.tpl-architect-prayer-popup-summary {
    padding: 0 5px;
}
.tpl-architect-prayer-popup-summary .tpl-image-holder {
    float: left;
    width: 20%;
    max-width: 150px;
    margin: 10px 0;
}
.tpl-architect-prayer-popup-summary .tpl-image-holder img {
    width: 100%;
}
.tpl-architect-prayer-popup-summary .tpl-content-holder {
    float: left;
    width: 80%;
    padding: 0 10px 20px 20px;
}
.tpl-architect-prayer-popup-summary .tpl-content-holder .tpl-title {
    line-height: 1.2;
}
.tpl-architect-prayer-popup-summary .tpl-content-holder .tpl-title .tpl-view-full {
    font-size: 20px;
    margin-left: 5px;
}

@media (max-width: 600px) {
    .tpl-architect-prayer-popup-summary .tpl-image-holder {
        width: 100%;
    }
    .tpl-architect-prayer-popup-summary .tpl-content-holder {
        width: 100%;
    }
}
/*=========================================================*/
/* Give Block (Missionaries and Projects/Partners) - Start */
/*=========================================================*/
.tpl-architect-give {
    position: relative;
    max-width: 570px;
    padding: 0 10px;
}
.tpl-architect-give table {
    width: 100%;
    height: 444px;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}
.tpl-architect-give table td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
}
.tpl-architect-give .tpl-title-indent-part {
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
    margin: 0 0 10px 2px;
}
.tpl-architect-give .tpl-title {
    font-size: 60px;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 15px;
}
.tpl-architect-give .tpl-body {
    font-size: 21px;
    margin-bottom: 30px;
}
.tpl-architect-give .tpl-giving-form {
    max-width: 243px;
}
.tpl-architect-give .tpl-giving-form .tpl-field .amount,
.tpl-architect-give .tpl-giving-form .tpl-amount-submit {
    font-size: 18px;
    height: 56px;
}
.tpl-architect-give .tpl-giving-form .tpl-field .amount {
    line-height: 56px;
}

/* In half positions */
.left-half-wrapper .tpl-architect-give,
.right-half-wrapper .tpl-architect-give,
.tpl-left-half .tpl-architect-give,
.tpl-right-half .tpl-architect-give,
.tpl-col-1-2 .tpl-architect-give,
.tpl-col-2-4 .tpl-architect-give {
    max-width: 370px;
    margin: 0 auto;
}
.left-half-wrapper .tpl-architect-give table,
.right-half-wrapper .tpl-architect-give table,
.tpl-left-half .tpl-architect-give table,
.tpl-right-half .tpl-architect-give table,
.tpl-col-1-2 .tpl-architect-give table,
.tpl-col-2-4 .tpl-architect-give table {
    height: 500px;
}
.left-half-wrapper .tpl-architect-give .tpl-title,
.right-half-wrapper .tpl-architect-give .tpl-title,
.tpl-left-half .tpl-architect-give .tpl-title,
.tpl-right-half .tpl-architect-give .tpl-title,
.tpl-col-1-2 .tpl-architect-give .tpl-title,
.tpl-col-2-4 .tpl-architect-give .tpl-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 31px;
}
.left-half-wrapper .tpl-architect-give .tpl-giving-form,
.right-half-wrapper .tpl-architect-give .tpl-giving-form,
.tpl-left-half .tpl-architect-give .tpl-giving-form,
.tpl-right-half .tpl-architect-give .tpl-giving-form,
.tpl-col-1-2 .tpl-architect-give .tpl-giving-form,
.tpl-col-2-4 .tpl-architect-give .tpl-giving-form {
    max-width: 350px;
}

@media (max-width: 800px) {
    .tpl-architect-give .tpl-title-indent-part {
        font-size: 23px;
        margin-bottom: 5px;
    }
    .tpl-architect-give .tpl-title {
        font-size: 48px;
        margin-bottom: 10px;
    }
    .tpl-architect-give .tpl-body {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .tpl-architect-give .tpl-giving-form .tpl-field .amount,
    .tpl-architect-give .tpl-giving-form .tpl-amount-submit {
        font-size: 18px;
        height: 50px;
    }
    .tpl-architect-give .tpl-giving-form .tpl-field .amount {
        line-height: 50px;
    }
    .left-half-wrapper .tpl-architect-give,
    .right-half-wrapper .tpl-architect-give,
    .tpl-left-half .tpl-architect-give,
    .tpl-right-half .tpl-architect-give,
    .tpl-col-1-2 .tpl-architect-give,
    .tpl-col-2-4 .tpl-architect-give {
        max-width: 340px;
    }
    .left-half-wrapper .tpl-architect-give .tpl-title,
    .right-half-wrapper .tpl-architect-give .tpl-title,
    .tpl-left-half .tpl-architect-give .tpl-title,
    .tpl-right-half .tpl-architect-give .tpl-title,
    .tpl-col-1-2 .tpl-architect-give .tpl-title,
    .tpl-col-2-4 .tpl-architect-give .tpl-title {
        font-size: 29px;
        margin-bottom: 18px;
    }
}
@media (max-width: 400px) {
    .tpl-architect-give {
        padding: 0;
    }
}
/*=======================================================*/
/* Give Block (Missionaries and Projects/Partners) - End */
/*=======================================================*/
/*=====================================================*/
/* Funding / Contributions (with progress bar) - Start */
/*=====================================================*/
.tpl-colored-progress {
    background-color: #693C5E;
}

.tpl-funding-wrapper .tpl-funding-title {
    line-height: 24px;
}
.tpl-funding-wrapper .tpl-funding-title span.tpl-funding-donated {
    font-weight: 300;
    font-size: 20px;
}
.tpl-funding-wrapper .tpl-funding-title label {
    font-weight: 500;
    font-size: 16px;
    color: #878787;
}
.tpl-funding-wrapper .tpl-funding-title span.tpl-funding-total {
    float: right;
    font-weight: 500;
    font-size: 16px;
}
.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-progress {
    background-color: #D8CFC8;
    border-radius: 1px;
}
.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-progress .tpl-funding-progress-level {
    height: 10px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span span {
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
}
.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span.tpl-funding-percentage {
    float: left;
    text-align: right;
}
.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span.tpl-funding-percentage span {
    width: 34px;
    text-align: left;
    margin-right: -17px;
}
.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span.tpl-funding-percentage-total {
    float: right;
}
.tpl-funding-wrapper.tpl-funding-almost-complete .tpl-funding-progress-wrapper .tpl-funding-progress .tpl-funding-progress-level {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}
.tpl-funding-wrapper.tpl-funding-almost-complete .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span.tpl-funding-percentage {
    display: none;
}

.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-title {
    line-height: 13px;
}
.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-title span.tpl-funding-donated {
    font-size: 11px;
}
.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-title label {
    font-size: 9px;
}
.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-title span.tpl-funding-total {
    font-size: 9px;
}
.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-progress-wrapper .tpl-funding-progress .tpl-funding-progress-level {
    height: 5px;
}
.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span span {
    font-size: 9px;
    vertical-align: top;
}
.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span.tpl-funding-percentage span {
    width: 18px;
    margin-right: -9px;
}

/*===================================================*/
/* Funding / Contributions (with progress bar) - End */
/*===================================================*/
/*=================================================*/
/* Summary - Global style for summary view - Start */
/*=================================================*/
.tpl-architect-summary {
    position: relative;
    background: #fff;
    margin: 25px 0;
}
.tpl-architect-summary .tpl-image-holder {
    display: block;
    float: left;
    width: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.tpl-architect-summary .tpl-image-holder img {
    width: 100%;
    min-height: 185px;
    max-height: 360px;
}
.tpl-architect-summary .tpl-color-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}
.tpl-architect-summary .tpl-content {
    padding: 10px 22px 15px;
}
.tpl-architect-summary.has-image .tpl-content {
    float: left;
    width: 70%;
}
.tpl-architect-summary.no-image .tpl-content {
    padding-bottom: 35px;
}
.tpl-architect-summary .tpl-title a {
    color: #000;
    font-weight: 400;
}
.tpl-architect-summary .tpl-bottom-actions {
    position: absolute;
    bottom: 10px;
    left: 30%;
    padding-left: 22px;
}
.tpl-architect-summary .tpl-bottom-actions .tpl-bottom-action {
    font-size: 16px;
    margin-right: 15px;
}
.tpl-architect-summary .tpl-bottom-actions .tpl-bottom-action i {
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-right: 5px;
}
.tpl-architect-summary .tpl-bottom-actions .tpl-bottom-action span {
    vertical-align: middle;
}
.tpl-architect-summary .tpl-button-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    border-radius: 0;
    border-top-left-radius: 4px;
    font-size: 14px;
    padding: 6px 12px;
}
.tpl-architect-summary .tpl-button-bottom-right:after {
    font-family: "FontAwesome";
    content: "\f061";
    margin-left: 10px;
}

@media (max-width: 1000px) {
    .tpl-architect-summary {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    .tpl-architect-summary .tpl-image-holder {
        float: none;
        width: 100%;
    }
    .tpl-architect-summary .tpl-content, .tpl-architect-summary.no-image .tpl-content {
        padding-bottom: 40px;
    }
    .tpl-architect-summary.has-image .tpl-content {
        float: none;
        width: 100%;
    }
    .tpl-architect-summary .tpl-bottom-actions {
        left: 0;
    }
}
@media (max-width: 550px) {
    .tpl-architect-summary .tpl-bottom-actions {
        position: static;
        padding: 10px 0 0;
    }
    .tpl-architect-summary .tpl-bottom-actions .tpl-bottom-action {
        display: block;
        float: left;
        clear: both;
        margin-top: 2px;
        margin-bottom: 2px;
    }
}
/*===============================================*/
/* Summary - Global style for summary view - End */
/*===============================================*/
/*==================================================*/
/* Other ways to give (Article and Project) - Start */
/*==================================================*/
.tpl-architect-other-ways-to-give .tpl-main-content {
    padding: 55px 10px 45px;
}
.tpl-architect-other-ways-to-give .tpl-main-content .tpl-image-holder {
    float: left;
    text-align: center;
    width: 31%;
    padding-left: 5px;
    padding-right: 6%;
    margin: 15px 0;
}
.tpl-architect-other-ways-to-give .tpl-main-content .tpl-text-content {
    float: left;
    width: 69%;
    margin: 10px 0;
}

@media (max-width: 470px) {
    .tpl-architect-other-ways-to-give .tpl-main-content {
        padding: 45px 10px 35px;
    }
    .tpl-architect-other-ways-to-give .tpl-main-content .tpl-image-holder,
    .tpl-architect-other-ways-to-give .tpl-main-content .tpl-text-content {
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
    }
}
/*================================================*/
/* Other ways to give (Article and Project) - End */
/*================================================*/
/*========================*/
/* Hero Full View - Start */
/*========================*/
*:not(.tpl-architect-give-full-view) .tpl-hero {
    overflow: hidden;
    background-color: #D1DDE6;
}
*:not(.tpl-architect-give-full-view) .tpl-hero .tpl-title,
*:not(.tpl-architect-give-full-view) .tpl-hero .tpl-subtitle {
    color: #F2F6F7;
}
*:not(.tpl-architect-give-full-view) .tpl-hero .tpl-elements-giving-form {
    margin: 20px auto;
    max-width: 340px;
}
*:not(.tpl-architect-give-full-view) .tpl-hero .tpl-elements-giving-form.tpl-campaign-has-fixed-amounts {
    max-width: 400px;
}
.tpl-architect-detail *:not(.tpl-architect-give-full-view) .tpl-hero .tpl-table .tpl-cell, .tpl-architect-campaign-one-hero *:not(.tpl-architect-give-full-view) .tpl-hero .tpl-table .tpl-cell {
    vertical-align: bottom;
    padding-bottom: 20px;
}
*:not(.tpl-architect-give-full-view) .tpl-hero .tpl-hero-content {
    height: 444px;
}
*:not(.tpl-architect-give-full-view) .tpl-hero .tpl-hero-content {
    z-index: 150;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 900px) {
    *:not(.tpl-architect-give-full-view) .tpl-hero .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-tiny .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-tiny .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-small .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-small .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-normal .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-normal .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-big .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-big .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-large .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-large .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-larger .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-larger .tpl-background-image .tpl-hero-content {
        height: 400px;
    }
}
@media only screen and (max-width: 600px) {
    *:not(.tpl-architect-give-full-view) .tpl-hero .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-tiny .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-tiny .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-small .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-small .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-normal .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-normal .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-big .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-big .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-large .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-large .tpl-background-image .tpl-hero-content, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-larger .tpl-hero-content,
    *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-larger .tpl-background-image .tpl-hero-content {
        height: auto;
        min-height: 400px;
    }
    *:not(.tpl-architect-give-full-view) .tpl-hero .tpl-hero-content .tpl-table, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-tiny .tpl-hero-content .tpl-table, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-small .tpl-hero-content .tpl-table, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-normal .tpl-hero-content .tpl-table, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-big .tpl-hero-content .tpl-table, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-height-large .tpl-hero-content .tpl-table, *:not(.tpl-architect-give-full-view) .tpl-hero.tpl-hero-larger .tpl-hero-content .tpl-table {
        min-height: 400px;
    }
}

.fixed-bg-image {
    background-attachment: fixed;
}
@media only screen and (max-width: 1100px) {
    .fixed-bg-image {
        background-attachment: initial;
    }
}

.tpl-architect-give-full-view .tpl-hero-wrapper {
    position: relative;
    height: 444px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tpl-architect-give-full-view .tpl-hero-wrapper .tpl-hero {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.tpl-architect-give-full-view .tpl-hero-wrapper .tpl-hero table {
    width: 100%;
    height: 444px;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}
.tpl-architect-give-full-view .tpl-hero-wrapper .tpl-hero table td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.tpl-architect-give-full-view .tpl-hero-wrapper .tpl-hero .tpl-title {
    color: #fff;
}
.tpl-architect-give-full-view .tpl-actions {
    background-color: #F3EFED;
    padding: 15px 0;
}
.tpl-architect-give-full-view .tpl-actions .tpl-funding-wrapper,
.tpl-architect-give-full-view .tpl-actions .tpl-giving-form,
.tpl-architect-give-full-view .tpl-actions .tpl-button-holder,
.tpl-architect-give-full-view .tpl-actions .tpl-action-buttons {
    float: left;
    padding-right: 28px;
    margin: 15px 0 10px 0;
}
.tpl-architect-give-full-view .tpl-actions .tpl-funding-wrapper {
    width: 46%;
    max-width: 500px;
    min-width: 200px;
}
.tpl-architect-give-full-view .tpl-actions .tpl-giving-form {
    width: 29%;
    max-width: 300px;
    min-width: 220px;
}
.tpl-architect-give-full-view .tpl-actions .tpl-giving-form .tpl-field input,
.tpl-architect-give-full-view .tpl-actions .tpl-giving-form .tpl-amount-submit {
    height: 56px;
    line-height: 56px;
}
.tpl-architect-give-full-view .tpl-actions .tpl-giving-form .tpl-amount-submit {
    margin-right: 28px;
    padding: 0 2px;
}
.tpl-architect-give-full-view .tpl-actions .tpl-other-actions {
    float: right;
    width: 300px;
    margin: 15px 0 10px 0;
}
.tpl-architect-give-full-view .tpl-actions .tpl-other-actions .tpl-start-a-campaign {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #796E65;
    border-color: #796E65;
    padding: 0 20px;
}
.tpl-architect-give-full-view .tpl-actions .tpl-button-holder {
    width: 25%;
    min-width: 165px;
    max-width: 255px;
    padding-right: 0;
}
.tpl-architect-give-full-view .tpl-actions .tpl-button-holder .tpl-start-campaign {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #796E65;
    border-color: #796E65;
    padding: 0 20px;
}
.tpl-architect-give-full-view .tpl-actions .tpl-action-buttons {
    width: 26%;
    min-width: 190px;
    padding-left: 20px;
    padding-right: 0;
}
.tpl-architect-give-full-view .tpl-main-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.tpl-architect-give-full-view .tpl-main-content .tpl-icon-holder {
    float: left;
    width: 30%;
    text-align: center;
    padding-right: 5%;
    margin: 18px 0;
}
.tpl-architect-give-full-view .tpl-main-content .tpl-text-content {
    position: relative;
    float: left;
    width: 70%;
    padding-right: 80px;
}
.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-location {
    font-size: 16px;
    margin: 15px 0;
}
.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-body {
    margin: 15px 0;
}
.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-more-links {
    margin: 15px 0;
}
.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-more-links b {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}
.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-more-links div {
    font-size: 14px;
}
.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-more-links div a {
    display: inline-block;
    margin: 3px 0;
}
.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    padding: 1px 5px;
    margin: 15px 0;
}
.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons .tpl-action-button {
    display: block;
    margin: 10px 3px 15px;
}
.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons .tpl-pray-button {
    margin-bottom: 11px;
}
.tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form {
    width: 40%;
}
.tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-button-holder {
    width: 25%;
}
.tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-action-buttons {
    width: 35%;
}
.tpl-architect-give-full-view.tpl-no-progress-bar .tpl-main-content .tpl-text-content {
    padding-right: 15px;
}
.tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-funding-wrapper {
    width: 30%;
}
.tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-giving-form {
    width: 70%;
    max-width: none;
}
.tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-giving-form .tpl-radios {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 20px;
}
.tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-giving-form .tpl-radios label {
    display: block;
    text-align: right;
}
.tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-giving-form .tpl-radios label input {
    float: left;
    display: none;
}
.tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-giving-form .tpl-radios label span {
    text-align: left;
    display: inline-block;
    line-height: 32px;
    position: relative;
    margin: 5px 0;
    padding-left: 40px;
    width: 160px;
}
.tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-giving-form .tpl-radios label span:before {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: solid 2px #AEA298;
    background: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Fontawesome", sans-serif;
    font-size: 16px;
    color: #DB4523;
}
.tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-giving-form .tpl-radios label span.checked:before {
    content: "\f111";
}
.tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-giving-form .tpl-field {
    width: 50%;
    float: left;
}
.tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-giving-form .tpl-field .tpl-label {
    display: none;
}
.tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-giving-form .tpl-field.tpl-has-label .tpl-label {
    display: block;
    padding-bottom: 5px;
}
.tpl-architect-give-full-view.tpl-has-presets.tpl-no-progress-bar .tpl-actions .tpl-action-buttons {
    width: 30%;
}

.tpl-architect-give-full-view .tpl-main-content.tpl-without-icon .tpl-text-content {
    float: none;
    width: 100%;
}

@media (max-width: 800px) {
    .tpl-architect-give-full-view .tpl-hero-wrapper {
        height: 344px;
    }
    .tpl-architect-give-full-view .tpl-hero-wrapper .tpl-hero table {
        height: 344px;
    }
    .tpl-architect-give-full-view .tpl-actions {
        padding-left: 10px;
        padding-right: 15px;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-funding-wrapper {
        float: none;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-giving-form {
        width: 55%;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-button-holder {
        width: 45%;
    }
    .tpl-architect-give-full-view .tpl-main-content {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-text-content {
        padding-right: 10px;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons {
        position: static;
        float: left;
        margin: 3px 0;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons .tpl-action-button {
        display: inline-block;
        margin: 8px 3px;
    }
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form {
        width: 55%;
    }
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-button-holder {
        width: 45%;
    }
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-action-buttons {
        width: auto;
        padding-left: 0;
        margin: 0;
    }
    .tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-funding-wrapper {
        width: 100%;
    }
    .tpl-architect-give-full-view.tpl-has-presets .tpl-actions .tpl-actions-inner .tpl-giving-form {
        width: 100%;
    }
    .tpl-architect-give-full-view.tpl-has-presets.tpl-no-progress-bar .tpl-actions .tpl-action-buttons {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 550px) {
    .tpl-architect-give-full-view .tpl-main-content {
        text-align: center;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-icon-holder {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-text-content {
        float: none;
        width: 100%;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons {
        float: none;
        background: none;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-giving-form,
    .tpl-architect-give-full-view .tpl-actions .tpl-button-holder,
    .tpl-architect-give-full-view .tpl-actions .tpl-action-buttons,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-button-holder,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-action-buttons {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 8px 0;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-giving-form,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form {
        padding-right: 0;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-giving-form .tpl-radios,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form .tpl-radios {
        width: 100% !important;
        float: none !important;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-giving-form .tpl-radios label,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form .tpl-radios label {
        text-align: left !important;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-giving-form .tpl-field,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form .tpl-field {
        width: 100% !important;
        float: none !important;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-giving-form .tpl-amount-submit,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form .tpl-amount-submit {
        margin-right: 0;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-action-buttons,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-action-buttons {
        text-align: center;
        background: none;
        margin: 0;
    }
}
/*======================*/
/* Hero Full View - End */
/*======================*/
/*===============================*/
/* Advocacy Details View - Start */
/*===============================*/
.tpl-advocacy-details .tpl-title {
    font-size: 36px;
    line-height: 1.1;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 18px 0 20px;
    margin: 35px 0 20px;
}
.tpl-advocacy-details .tpl-content-holder {
    padding: 15px 0 10px;
}
.tpl-advocacy-details .tpl-image-holder {
    float: right;
    width: 47.5%;
    max-width: 500px;
    padding: 5px 0 10px 4%;
}

@media (max-width: 800px) {
    .tpl-advocacy-details .tpl-title {
        font-size: 33px;
    }
}
@media (max-width: 600px) {
    .tpl-advocacy-details {
        text-align: center;
    }
    .tpl-advocacy-details .tpl-image-holder {
        float: none;
        width: 100%;
        padding: 0;
        margin: 5px auto 20px;
    }
}
/*=============================*/
/* Advocacy Details View - End */
/*=============================*/
/*==============================*/
/* Advocacy Review View - Start */
/*==============================*/
.tpl-advocacy-review .tpl-advocacy-page-title {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 12px 0;
}
.tpl-advocacy-review .tpl-advocacy-page-title h3 {
    float: left;
    width: 60%;
    line-height: 1.1;
    padding-right: 20px;
    margin: 12px 0 10px;
}
.tpl-advocacy-review .tpl-advocacy-page-title h3 a {
    color: #000;
    font-weight: 400;
}
.tpl-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button {
    float: right;
    width: 40%;
    max-width: 270px;
    height: auto;
    margin: 6px 0;
}
.tpl-advocacy-review .tpl-campaign-details {
    padding: 30px 0;
}
.tpl-advocacy-review .tpl-campaign-details .tpl-image-holder {
    float: left;
    width: 51.5%;
    padding-right: 4.5%;
    margin: 20px 0;
}
.tpl-advocacy-review .tpl-campaign-details .tpl-content-holder {
    float: left;
    width: 48.5%;
    margin: 15px 0;
}
.tpl-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-body {
    padding-right: 15px;
}
.tpl-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-funding-wrapper {
    margin: 52px 0 3px;
}
.tpl-advocacy-review .tpl-advocacy-page-footer {
    border-top: 1px solid #979797;
    text-align: right;
    padding: 12px 0;
}
.tpl-advocacy-review .tpl-advocacy-page-footer a {
    margin: 6px 0;
}
.tpl-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-go-back-button {
    margin-right: 6px;
}
@media (max-width: 800px) {
    .tpl-advocacy-review {
        text-align: center;
    }
    .tpl-advocacy-review .tpl-advocacy-page-title h3,
    .tpl-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button {
        float: none;
        width: 100%;
        margin: 8px auto;
    }
    .tpl-advocacy-review .tpl-advocacy-page-title h3 {
        padding-right: 0;
    }
    .tpl-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button {
        margin-bottom: 12px;
    }
    .tpl-advocacy-review .tpl-campaign-details {
        max-width: 590px;
        padding: 20px 0;
        margin: 0 auto;
    }
    .tpl-advocacy-review .tpl-campaign-details .tpl-image-holder,
    .tpl-advocacy-review .tpl-campaign-details .tpl-content-holder {
        float: none;
        width: 100%;
        padding: 0;
    }
    .tpl-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-body {
        padding-right: 0;
    }
    .tpl-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-funding-wrapper {
        text-align: left;
    }
    .tpl-advocacy-review .tpl-advocacy-page-footer {
        text-align: center;
    }
}
/*============================*/
/* Advocacy Review View - End */
/*============================*/
/*======================================================================================*/
/* Category Summary (Advocacy) and Contribution Summary (Contributions) modules - Start */
/*======================================================================================*/
.advocacy-modules-category-summary,
.contributions-modules-contribution-summary {
    padding: 20px 0;
    margin: 0 auto;
}
.advocacy-modules-category-summary .title-box,
.contributions-modules-contribution-summary .title-box {
    background: none;
    color: #000;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    padding: 8px 2px;
}
.advocacy-modules-category-summary .body-box,
.contributions-modules-contribution-summary .body-box {
    background: #F3EFED;
    min-height: 377px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0;
}
.advocacy-modules-category-summary .body-box .summary-text,
.contributions-modules-contribution-summary .body-box .summary-text {
    color: #fff;
    background: #75485E;
    font-style: normal;
    height: auto;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 17px;
    margin: 0;
}
.advocacy-modules-category-summary .body-box .summary-text span,
.contributions-modules-contribution-summary .body-box .summary-text span {
    color: #fff;
    font-weight: 400;
}
.advocacy-modules-category-summary .body-box .campaigns,
.contributions-modules-contribution-summary .body-box .campaigns {
    padding: 10px 20px;
}
.advocacy-modules-category-summary .body-box .campaigns .campaign,
.contributions-modules-contribution-summary .body-box .campaigns .campaign {
    min-height: 60px;
    padding-left: 70px;
    margin: 16px 0;
}
.advocacy-modules-category-summary .body-box .campaigns .campaign img,
.contributions-modules-contribution-summary .body-box .campaigns .campaign img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    box-shadow: none;
}
.advocacy-modules-category-summary .body-box .campaigns .campaign .name,
.contributions-modules-contribution-summary .body-box .campaigns .campaign .name {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    padding: 7px 5px 3px 0;
}

@media (max-width: 900px) {
    .advocacy-modules-category-summary .body-box .campaigns,
    .contributions-modules-contribution-summary .body-box .campaigns {
        padding: 4px 16px;
    }
}
/*====================================================================================*/
/* Category Summary (Advocacy) and Contribution Summary (Contributions) modules - End */
/*====================================================================================*/
/* Responsive - Global at 800px */
@media (max-width: 800px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 39px;
    }
    h3 {
        font-size: 29px;
    }
    h4 {
        font-size: 23px;
    }
    h5 {
        font-size: 23px;
    }
    h6 {
        font-size: 20px;
    }
    input[type=text],
    input[type=email],
    input[type=password],
    input[type=number],
    input[type=numeric],
    input[type=card],
    input[type=phone],
    input[type=file],
    select {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .tpl-button, .tpl-button-small,
    button.tpl-button-small,
    a.tpl-button-small,
    input[type=button].tpl-button-small,
    input[type=submit].tpl-button-small,
    input[type=reset].tpl-button-small, .tpl-button-green,
    .tpl-button-give,
    button.tpl-button-green,
    button.tpl-button-give,
    a.tpl-button-green,
    a.tpl-button-give,
    input[type=button].tpl-button-green,
    input[type=button].tpl-button-give,
    input[type=submit].tpl-button-green,
    input[type=submit].tpl-button-give,
    input[type=reset].tpl-button-green,
    input[type=reset].tpl-button-give, .tpl-button-brown,
    button.tpl-button-brown,
    a.tpl-button-brown,
    input[type=button].tpl-button-brown,
    input[type=submit].tpl-button-brown,
    input[type=reset].tpl-button-brown, .tpl-button-clay,
    button.tpl-button-clay,
    a.tpl-button-clay,
    input[type=button].tpl-button-clay,
    input[type=submit].tpl-button-clay,
    input[type=reset].tpl-button-clay,
    a.tpl-button,
    .appointee-button,
    button,
    button.edit,
    .ui-widget button,
    input[type=button],
    input[type=submit],
    input[type=reset] {
        font-size: 18px;
        height: 40px;
    }
    a.tpl-button, a.tpl-button-small, a.tpl-button-green,
    a.tpl-button-give, a.tpl-button-brown, a.tpl-button-clay {
        line-height: 1;
    }
}
/* Responsive - Global at 400px */
@media (max-width: 400px) {
    .tpl-button, .tpl-button-small,
    button.tpl-button-small,
    a.tpl-button-small,
    input[type=button].tpl-button-small,
    input[type=submit].tpl-button-small,
    input[type=reset].tpl-button-small, .tpl-button-green,
    .tpl-button-give,
    button.tpl-button-green,
    button.tpl-button-give,
    a.tpl-button-green,
    a.tpl-button-give,
    input[type=button].tpl-button-green,
    input[type=button].tpl-button-give,
    input[type=submit].tpl-button-green,
    input[type=submit].tpl-button-give,
    input[type=reset].tpl-button-green,
    input[type=reset].tpl-button-give, .tpl-button-brown,
    button.tpl-button-brown,
    a.tpl-button-brown,
    input[type=button].tpl-button-brown,
    input[type=submit].tpl-button-brown,
    input[type=reset].tpl-button-brown, .tpl-button-clay,
    button.tpl-button-clay,
    a.tpl-button-clay,
    input[type=button].tpl-button-clay,
    input[type=submit].tpl-button-clay,
    input[type=reset].tpl-button-clay,
    a.tpl-button,
    .appointee-button,
    button,
    button.edit,
    .ui-widget button,
    input[type=button],
    input[type=submit],
    input[type=reset] {
        height: auto;
    }
}
/*# sourceMappingURL=global.css.map */

/*====================================*/
/* Module / Component pages positions */
/*====================================*/
.tpl-centered, .tpl-centered-650, .tpl-centered-750, .tpl-centered-770, .tpl-centered-850, .tpl-centered-900, .tpl-centered-1220 {
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-1220 {
    max-width: 1240px;
}

.tpl-centered-900 {
    max-width: 920px;
}

.tpl-centered-850 {
    max-width: 870px;
}

.tpl-centered-770 {
    max-width: 790px;
}

.tpl-centered-750 {
    max-width: 770px;
}

.tpl-centered-650 {
    max-width: 670px;
}

/*===============================*/
/* Columns / Grid ===============*/
/*===============================*/
.tpl-left-half,
.tpl-right-half {
    float: left;
    width: 50%;
}

.tpl-col, .tpl-col-3-4, .tpl-col-2-4, .tpl-col-1-4, .tpl-col-2-3, .tpl-col-1-3, .tpl-col-1-2 {
    display: block;
    float: left;
}

/* GRID OF TWO  */
.tpl-col-1-2 {
    width: 50%;
}

/* GRID OF THREE  */
.tpl-col-1-3 {
    width: 33.3333%;
}

.tpl-col-2-3 {
    width: 66.6666%;
}

/* GRID OF FOUR  */
.tpl-col-1-4 {
    width: 25%;
}

.tpl-col-2-4 {
    width: 50%;
}

.tpl-col-3-4 {
    width: 75%;
}

@media (max-width: 1100px) {
    .tpl-col-break-at-1100 .tpl-col-1-2,
    .tpl-col-break-at-1100 .tpl-col-1-3,
    .tpl-col-break-at-1100 .tpl-col-2-3,
    .tpl-col-break-at-1100 .tpl-col-1-4,
    .tpl-col-break-at-1100 .tpl-col-2-4,
    .tpl-col-break-at-1100 .tpl-col-3-4 {
        float: none;
        width: 100%;
    }
    .tpl-col-1-4 {
        width: 50%;
    }
}
@media (max-width: 800px) {
    .tpl-left-half,
    .tpl-right-half,
    .tpl-col-1-2,
    .tpl-col-1-3,
    .tpl-col-2-3,
    .tpl-col-2-4,
    .tpl-col-3-4 {
        float: none;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .tpl-col-1-4 {
        float: none;
        width: 100%;
    }
}
/*===============================*/
/* HEADER =======================*/
/*===============================*/
.tpl-wrapper-header {
    border-bottom: 2px solid #F4F1EF;
    position: relative;
    z-index: 5;
    /* Search */
}
.tpl-wrapper-header .tpl-section-header-search-outer {
    display: none;
    background-color: #242424;
    border-bottom: 2px solid #F4F1EF;
    height: 75px;
    overflow: hidden;
}
.tpl-wrapper-header .tpl-section-header-search-outer .tpl-section-header-search {
    padding-top: 12px;
    padding-bottom: 12px;
}
.tpl-wrapper-header .tpl-section-header-search-outer .tpl-section-header-search .tpl-close-search {
    float: left;
    position: relative;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    width: 36px;
    height: 36px;
    font-size: 20px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-family: "FontAwesome";
    margin-top: 7px;
    margin-left: 9px;
}
.tpl-wrapper-header .tpl-section-header-search-outer .tpl-section-header-search .tpl-close-search:after {
    content: "\f00d";
}
.tpl-wrapper-header .tpl-section-header-outer {
    background-color: #fff;
}
.tpl-wrapper-header .tpl-section-header-inner {
    position: relative;
    padding: 15px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-logo {
    float: left;
    line-height: 68px;
    position: relative;
    z-index: 2;
    margin: 5px 10px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-logo img {
    width: 100%;
    max-width: 190px;
    vertical-align: middle;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-position-header-menu {
    position: absolute;
    top: 15px;
    left: 15px;
    width: auto;
    text-align: center;
    z-index: 1;
    margin: 28px 10px 25px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right {
    float: right;
    position: relative;
    z-index: 3;
    margin: 28px 10px 25px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-toggle {
    display: none;
    cursor: pointer;
    float: right;
    line-height: 20px;
    margin: 5px 10px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-toggle i {
    margin-right: 5px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-toggle span {
    font-weight: 300;
    font-size: 14px;
    vertical-align: top;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-trigger {
    display: inline-block;
    color: #242424;
    font-style: normal;
    cursor: pointer;
    font-size: 16px;
    margin: 5px 10px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-trigger.tpl-header-user-trigger {
    text-transform: uppercase;
    font-weight: 500;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-trigger.tpl-header-user-trigger span {
    padding-left: 8px;
    font-family: "lato", sans-serif;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-position-header-right {
    float: right;
    margin: 2px 10px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-section-user-drop-content {
    display: none;
    position: absolute;
    width: 476px;
    right: 0;
    top: 71px;
    z-index: 502;
    background: #fff;
    border: 2px solid #F3EFED;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-section-user-drop-content .tpl-logged-in-bar {
    border-bottom: 1px solid #F3EFED;
    margin-bottom: 10px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-section-user-drop-content .tpl-logged-in-bar .tpl-welcome-text {
    float: left;
    margin: 4px 2px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-section-user-drop-content .tpl-logged-in-bar .tpl-welcome-text span {
    font-weight: 300;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-section-user-drop-content .tpl-logged-in-bar .tpl-position-user-welcome-bar {
    float: right;
    margin: 4px 2px;
}
.tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-section-user-drop-content.tpl-user-logged-in {
    width: 447px;
    padding: 15px;
}

/* Responsive - HEADER */
@media (max-width: 1110px) {
    .tpl-wrapper-header .tpl-section-header-inner {
        padding: 15px 10px;
    }
    .tpl-wrapper-header .tpl-section-header-inner .tpl-position-header-menu {
        display: none;
        float: none;
        clear: both;
        width: auto;
        position: static;
        top: auto;
        left: auto;
        text-align: left;
        padding-top: 10px;
        margin: 22px 0 0 95px;
    }
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-trigger.tpl-header-user-trigger span {
        font-weight: 300;
        font-size: 14px;
        vertical-align: top;
        line-height: 20px;
    }
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-toggle {
        display: block;
    }
}
@media (min-width: 1110px) {
    .tpl-wrapper-header .tpl-section-header-inner .tpl-position-header-menu {
        display: block !important;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .tpl-wrapper-header .tpl-section-header-inner {
        padding: 5px;
    }
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-logo img {
        max-width: 140px;
    }
    .tpl-wrapper-header .tpl-section-header-inner .tpl-position-header-menu {
        margin-left: 15px;
    }
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right {
        position: static;
    }
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-section-user-drop-content,
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-section-user-drop-content.tpl-user-logged-in {
        width: 98%;
        top: 94px;
        margin: 0 1%;
    }
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-trigger.tpl-header-user-trigger span {
        display: none;
    }
    .tpl-wrapper-header .tpl-section-header-search-outer .tpl-section-header-search {
        position: relative;
        padding: 17px 60px 15px 15px;
    }
    .tpl-wrapper-header .tpl-section-header-search-outer .tpl-section-header-search .tpl-close-search {
        position: absolute;
        top: 17px;
        right: 15px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        margin-top: 0;
    }
}
@media (max-width: 415px) {
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right {
        margin-right: 0;
    }
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-trigger,
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-position-header-right,
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-toggle {
        margin-left: 5px;
        margin-right: 5px;
    }
    .tpl-wrapper-header .tpl-section-header-inner .tpl-section-header-right .tpl-header-trigger.tpl-header-search-trigger {
        display: none;
    }
}
/*===============================*/
/* BODY =========================*/
/*===============================*/
.tpl-section-body-wrapper {
    min-height: 440px;
}

/*===============================*/
/* FOOTER =======================*/
/*===============================*/
.tpl-section-footer-top-wrapper {
    background-color: #242424;
    color: #fff;
}
.tpl-section-footer-top-wrapper.tpl-fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 200;
}
.tpl-section-footer-top-wrapper .tpl-section-footer-top {
    padding: 0 15px;
}

.tpl-section-footer-wrapper {
    background-color: #242424;
    color: #F2F6F7;
    font-size: 16px;
}
.tpl-section-footer-wrapper .tpl-section-footer {
    padding: 20px 20px 57px;
}

/* Responsive - FOOTER */
@media (max-width: 800px) {
    .tpl-section-footer-top-wrapper.tpl-fixed {
        display: none !important;
    }
}
/*===============================*/
/* FIXED HEADER =================*/
/*===============================*/
@media (min-width: 800px) {
    .tpl-fixed-header .tpl-wrapper-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 700;
    }
    .tpl-fixed-header .tpl-section-body-wrapper {
        margin-top: 116px;
    }
}
/*# sourceMappingURL=positions.css.map */

.tpl-architect-article-accordion {
    padding: 20px 0;
    /* Custom Class - Narrow */
}
.tpl-architect-article-accordion .tpl-title {
    cursor: pointer;
    text-align: center;
    line-height: 0.8;
    color: #fff;
    padding: 18px 15px 18px 0;
    margin: 0;
}
.tpl-architect-article-accordion .tpl-title i {
    font-size: 90%;
    margin-right: 10px;
}
.tpl-architect-article-accordion .tpl-title i.tpl-accordion-arrow-up {
    display: none;
}
.tpl-architect-article-accordion .tpl-body {
    display: none;
    color: #fff;
    padding: 40px 50px 50px 0;
}
.tpl-architect-article-accordion.narrow {
    position: relative;
    border-radius: 4px;
    padding: 10px 10px 10px 70px;
    margin: 15px 0;
}
.tpl-architect-article-accordion.narrow .tpl-title {
    text-align: left;
    line-height: 1.2;
    color: #000;
    padding: 10px 15px 10px 0;
}
.tpl-architect-article-accordion.narrow .tpl-title i {
    position: absolute;
    top: 24px;
    left: 33px;
    color: #DB4523;
}
.tpl-architect-article-accordion.narrow .tpl-body {
    color: #000;
    padding: 10px 40px 20px 0;
}
.tpl-architect-article-accordion.tpl-child-text-light .tpl-title,
.tpl-architect-article-accordion.tpl-child-text-light .tpl-body, .tpl-architect-article-accordion.narrow.tpl-child-text-light .tpl-title,
.tpl-architect-article-accordion.narrow.tpl-child-text-light .tpl-body {
    color: #fff;
}
.tpl-architect-article-accordion.tpl-child-text-dark .tpl-title,
.tpl-architect-article-accordion.tpl-child-text-dark .tpl-body, .tpl-architect-article-accordion.narrow.tpl-child-text-dark .tpl-title,
.tpl-architect-article-accordion.narrow.tpl-child-text-dark .tpl-body {
    color: #000;
}
@media (max-width: 800px) {
    .tpl-architect-article-accordion.narrow {
        padding-left: 46px;
    }
    .tpl-architect-article-accordion.narrow .tpl-title i {
        left: 17px;
    }
}
/*# sourceMappingURL=Accordion.css.map */

.tpl-architect-article-anchor {
    height: 115px;
    margin-top: -115px;
    visibility: hidden;
}

/** Added styling to fix issue with fixed header **/
/*# sourceMappingURL=Anchor.css.map */

.tpl-architect-article-basic-slider {
    text-align: center;
}
.tpl-architect-article-basic-slider .tpl-subtitle {
    margin: 20px 0;
}
.tpl-architect-article-basic-slider .tpl-body {
    margin: 20px 0 10px;
}
.tpl-architect-article-basic-slider .tpl-quote-reference {
    margin: 10px 0;
}
.tpl-architect-article-basic-slider .tpl-subtitle {
    color: #000;
}
/*# sourceMappingURL=BasicSlider.css.map */

.tpl-architect-article-body-only.intro-text {
    font-size: 24px;
    font-weight: 300;
}
.tpl-architect-article-body-only .tpl-button, .tpl-architect-article-body-only a.tpl-button {
    margin: 15px 5px;
}

@media (max-width: 400px) {
    .tpl-architect-article-body-only .tpl-button, .tpl-architect-article-body-only a.tpl-button {
        margin: 10px 0;
    }
}
/*# sourceMappingURL=BodyOnly.css.map */

.tpl-architect-article-featured-text-with-button {
    padding: 18px 0;
}
.tpl-architect-article-featured-text-with-button .tpl-body {
    width: 81%;
    float: left;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    padding-right: 15px;
    margin: 7px 0;
}
.tpl-architect-article-featured-text-with-button .tpl-body p {
    margin: 0;
}
.tpl-architect-article-featured-text-with-button .tpl-button-holder {
    width: 19%;
    float: right;
    text-align: right;
}
.tpl-architect-article-featured-text-with-button .tpl-button-holder .tpl-button {
    font-size: 16px;
    height: auto;
    padding: 7px 12px;
}
.tpl-architect-article-featured-text-with-button.tpl-button-center .tpl-button-holder {
    width: 100%;
    float: none;
    text-align: center;
}
.tpl-architect-article-featured-text-with-button.tpl-button-center .tpl-button-holder .tpl-button {
    font-size: 18px;
    height: auto;
    padding: 13px 22px;
}

@media (max-width: 900px) {
    .tpl-architect-article-featured-text-with-button {
        padding: 15px 10px;
    }
    .tpl-architect-article-featured-text-with-button .tpl-body,
    .tpl-architect-article-featured-text-with-button .tpl-button-holder {
        width: 100%;
        float: none;
        text-align: center;
    }
    .tpl-architect-article-featured-text-with-button .tpl-body {
        padding-right: 0;
        margin-top: 0;
    }
    .tpl-architect-article-featured-text-with-button .tpl-button-holder {
        margin-top: 15px;
    }
}
/*# sourceMappingURL=FeaturedTextWithButton.css.map */

.tpl-architect-article-hero {
    text-align: center;
    position: relative;
}
.tpl-architect-article-hero .tpl-body {
    position: relative;
    height: 444px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.tpl-architect-article-hero .tpl-body .tpl-video-player {
    height: 444px;
}
.tpl-architect-article-hero .tpl-body .tpl-content-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.tpl-architect-article-hero table {
    width: 100%;
    height: 444px;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}
.tpl-architect-article-hero table td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.tpl-architect-article-hero .tpl-title,
.tpl-architect-article-hero .tpl-subtitle {
    color: #fff;
    margin: 2px 0;
}
.tpl-architect-article-hero .tpl-subtitle {
    font-style: italic;
}
.tpl-architect-article-hero .tpl-button {
    margin-top: 25px;
}

/* Custom Class - Text Shadow - Light */
.tpl-architect-article-hero.text-shadow-light .tpl-title,
.tpl-architect-article-hero.text-shadow-light .tpl-subtitle {
    text-shadow: 1px 1px 1px rgba(238, 238, 238, 0.7);
}

/* Custom Class - Text Shadow - Dark */
.tpl-architect-article-hero.text-shadow-dark .tpl-title,
.tpl-architect-article-hero.text-shadow-dark .tpl-subtitle {
    text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.7);
}

/* Custom Class - Small Layout */
.tpl-architect-article-hero.small-layout .tpl-body {
    height: 290px;
}
.tpl-architect-article-hero.small-layout .tpl-body .tpl-video-player {
    height: 290px;
}
.tpl-architect-article-hero.small-layout table {
    width: 100%;
    height: 290px;
}
.tpl-architect-article-hero.small-layout .tpl-title {
    font-size: 36px;
    margin: 0;
    margin-bottom: 31px;
}
.tpl-architect-article-hero.small-layout .tpl-subtitle {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
}
@media (max-width: 900px) {
    .tpl-architect-article-hero.small-layout .tpl-body {
        height: auto;
        min-height: 290px;
    }
    .tpl-architect-article-hero.small-layout .tpl-body .tpl-video-player {
        display: none;
    }
    .tpl-architect-article-hero.small-layout .tpl-body .tpl-content-holder {
        position: static;
        padding: 20px 10px;
    }
    .tpl-architect-article-hero.small-layout table {
        height: auto;
        min-height: 290px;
    }
    .tpl-architect-article-hero.small-layout .tpl-title {
        margin-bottom: 15px;
    }
}
@media (max-width: 800px) {
    .tpl-architect-article-hero.small-layout .tpl-body {
        background: rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 900px) {
    .tpl-architect-article-hero .tpl-body,
    .tpl-architect-article-hero .tpl-body .tpl-video-player,
    .tpl-architect-article-hero table {
        height: 356px;
    }
}
/*# sourceMappingURL=Hero.css.map */

.tpl-architect-article-icon-and-title {
    text-align: center;
    padding: 0 10px;
    max-width: 280px;
    margin: 15px auto;
}
.tpl-architect-article-icon-and-title .tpl-image-holder img {
    max-height: 75px;
}
.tpl-architect-article-icon-and-title .tpl-title {
    display: inline-block;
    font-size: 28px;
    color: #000;
    font-weight: 400;
    margin: 30px 0 10px;
}
.tpl-architect-article-icon-and-title.tpl-large-icon .tpl-image-holder img {
    max-height: 100px;
}
/*# sourceMappingURL=IconAndTitle.css.map */

.tpl-architect-article-icon-summary {
    text-align: center;
    padding: 0 10px 20px;
    max-width: 340px;
    margin: 0 auto;
}
.tpl-architect-article-icon-summary .tpl-image-holder {
    display: table;
    background-color: #fff;
    border-radius: 50%;
    width: 177px;
    height: 177px;
    margin: 0 auto;
}
.tpl-architect-article-icon-summary .tpl-image-holder .tpl-image-holder-inner {
    display: table-cell;
    vertical-align: middle;
}
.tpl-architect-article-icon-summary .tpl-image-holder .tpl-image-holder-inner img {
    max-width: 75px;
}
.tpl-architect-article-icon-summary .tpl-title {
    margin-top: -23px;
}
.tpl-architect-article-icon-summary a.tpl-arrow-action {
    display: inline-block;
    color: #D1D1D1;
    font-size: 24px;
    margin-top: 13px;
}
.tpl-architect-article-icon-summary .tpl-sep {
    color: #DB4523;
    font-weight: 500;
    font-size: 25px;
    line-height: 18px;
}
.tpl-architect-article-icon-summary .tpl-sep:after {
    content: ". . . . .";
}
.tpl-architect-article-icon-summary .tpl-body {
    margin: 15px 0;
}
.tpl-architect-article-icon-summary .tpl-button {
    font-size: 14px;
    height: auto;
    padding: 12px;
    margin: 3px 0 22px;
}
.tpl-architect-article-icon-summary.tpl-large-icon .tpl-image-holder-inner .tpl-image-holder img {
    max-height: 100px;
}
/*# sourceMappingURL=IconSummary.css.map */

.tpl-architect-article-image-with-hover {
    max-width: 600px;
    text-align: center;
    margin: 38px auto;
}
.tpl-architect-article-image-with-hover .tpl-image-holder {
    display: table;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.tpl-architect-article-image-with-hover .tpl-image-holder .tpl-body {
    display: table-cell;
    vertical-align: middle;
    height: 282px;
    color: #fff;
    font-weight: normal;
    padding: 20px 13% 40px;
}
.tpl-architect-article-image-with-hover .tpl-image-holder .tpl-body .tpl-body-inner {
    display: none;
}
.tpl-architect-article-image-with-hover .tpl-title {
    display: inline-block;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    z-index: 3;
    margin-top: 8px;
}
.tpl-architect-article-image-with-hover .tpl-arrow-holder {
    width: 90px;
    height: 45px;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    background-color: #fff;
    z-index: 2;
    margin: -32px auto 0;
}
.tpl-architect-article-image-with-hover .tpl-arrow-holder .tpl-arrow {
    color: #D1D1D1;
    font-size: 24px;
    padding-top: 18px;
}
.tpl-architect-article-image-with-hover .tpl-arrow-holder .tpl-arrow-down {
    display: block;
}
.tpl-architect-article-image-with-hover .tpl-arrow-holder .tpl-arrow-up {
    display: none;
}
.tpl-architect-article-image-with-hover:hover .tpl-image-holder .tpl-body {
    background-color: rgba(74, 74, 74, 0.75);
}
.tpl-architect-article-image-with-hover:hover .tpl-image-holder .tpl-body .tpl-body-inner {
    display: block;
}
.tpl-architect-article-image-with-hover:hover .tpl-arrow-holder .tpl-arrow-down {
    display: none;
}
.tpl-architect-article-image-with-hover:hover .tpl-arrow-holder .tpl-arrow-up {
    color: #006981;
    display: block;
}

@media (max-width: 800px) {
    .tpl-architect-article-image-with-hover {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
/*# sourceMappingURL=ImageWithHover.css.map */

.tpl-architect-article-leaders {
    padding: 58px 0 52px;
}
.tpl-architect-article-leaders .tpl-image-holder {
    float: left;
    width: 25%;
    padding-left: 1%;
    padding-right: 3%;
}
.tpl-architect-article-leaders .tpl-image-holder img {
    width: 100%;
    max-width: 230px;
    border-radius: 50%;
}
.tpl-architect-article-leaders .tpl-content {
    float: left;
    width: 71%;
}
.tpl-architect-article-leaders .tpl-content .tpl-title h4 {
    float: left;
    line-height: 1.1;
    margin: 0 0 10px;
}
.tpl-architect-article-leaders .tpl-content .tpl-title h5 {
    float: left;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 10px;
}
.tpl-architect-article-leaders .tpl-content .tpl-title .tpl-sep {
    padding: 0 8px;
}
.tpl-architect-article-leaders .tpl-content .tpl-body {
    margin-top: 15px;
}
.tpl-architect-article-leaders .tpl-content .tpl-read-more {
    margin-left: 5px;
}
.tpl-architect-article-leaders.tpl-rectangle-image-style {
    padding: 29px 0 26px;
}
.tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-image-holder {
    border-radius: 0;
    float: left;
    width: 59%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1%;
    margin-right: 3%;
    height: 260px;
    overflow: hidden;
    max-width: 540px;
    background-size: cover;
    background-position: center;
}
.tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-content {
    float: left;
    width: 37%;
}
.tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-content .tpl-title h4, .tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-content .tpl-title h5 {
    font-size: 24px;
    margin: 0 0 5px;
}
.tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-content .tpl-body {
    margin-top: 0;
    font-size: 16px;
}
.tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-content .tpl-body p {
    margin: 0;
    padding: 0;
}

@media (max-width: 600px) {
    .tpl-architect-article-leaders,
    .tpl-architect-article-leaders.tpl-rectangle-image-style {
        text-align: center;
        padding: 30px 0 40px;
    }
    .tpl-architect-article-leaders .tpl-image-holder,
    .tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-image-holder {
        float: none;
        width: 100%;
        padding: 0 20px 20px;
    }
    .tpl-architect-article-leaders .tpl-content,
    .tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-content {
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    .tpl-architect-article-leaders .tpl-content .tpl-title h4,
    .tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-content .tpl-title h4 {
        float: none;
        font-size: 28px;
    }
    .tpl-architect-article-leaders .tpl-content .tpl-title h5,
    .tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-content .tpl-title h5 {
        float: none;
    }
    .tpl-architect-article-leaders .tpl-content .tpl-title .tpl-sep,
    .tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-content .tpl-title .tpl-sep {
        display: none;
    }
    .tpl-architect-article-leaders.tpl-rectangle-image-style .tpl-image-holder {
        margin: 0 0 20px;
    }
}
@media (max-width: 420px) {
    .tpl-architect-article-leaders .tpl-image-holder img {
        max-width: 195px;
    }
}
/*# sourceMappingURL=Leaders.css.map */

.tpl-architect-article-magazine-latest-issue {
    padding: 40px 0;
}
.tpl-architect-article-magazine-latest-issue .tpl-image-holder {
    float: left;
    width: 29%;
    padding-left: 1%;
    padding-right: 6%;
}
.tpl-architect-article-magazine-latest-issue .tpl-image-holder img {
    width: 100%;
    max-width: 200px;
}
.tpl-architect-article-magazine-latest-issue .tpl-content {
    float: left;
    width: 64%;
}
.tpl-architect-article-magazine-latest-issue .tpl-content .tpl-title {
    margin: 12px 0;
}
.tpl-architect-article-magazine-latest-issue .tpl-content .tpl-body {
    margin: 10px 0;
}
.tpl-architect-article-magazine-latest-issue .tpl-content .tpl-read-more {
    margin-top: 30px;
}

@media (max-width: 620px) {
    .tpl-architect-article-magazine-latest-issue {
        padding: 30px 0;
    }
    .tpl-architect-article-magazine-latest-issue .tpl-image-holder,
    .tpl-architect-article-magazine-latest-issue .tpl-content {
        float: none;
        text-align: center;
        width: 100%;
    }
    .tpl-architect-article-magazine-latest-issue .tpl-image-holder {
        padding: 0 0 15px;
    }
    .tpl-architect-article-magazine-latest-issue .tpl-content .tpl-read-more {
        margin-top: 20px;
    }
}
/*# sourceMappingURL=MagazineLatestIssue.css.map */

.tpl-architect-article-magazine-thumbnail-list {
    display: inline-block;
    height: 200px;
    width: 154px;
    text-align: center;
    margin: 20px;
}
.tpl-architect-article-magazine-thumbnail-list .tpl-image-holder {
    position: relative;
    display: table;
    width: 100%;
}
.tpl-architect-article-magazine-thumbnail-list .tpl-image-holder img {
    width: 154px;
    height: 200px;
}
.tpl-architect-article-magazine-thumbnail-list .tpl-image-holder .tpl-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 200px;
    color: #fff;
    font-weight: normal;
    padding: 42px 5px 5px;
}
.tpl-architect-article-magazine-thumbnail-list .tpl-image-holder .tpl-content .tpl-content-inner {
    display: none;
}
.tpl-architect-article-magazine-thumbnail-list .tpl-issue {
    font-size: 15px;
    font-weight: 300;
    margin: 5px;
}
.tpl-architect-article-magazine-thumbnail-list .tpl-title {
    color: #fff;
    font-weight: 800;
    margin: 5px 0;
}
.tpl-architect-article-magazine-thumbnail-list .tpl-button-holder {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 9px;
}
.tpl-architect-article-magazine-thumbnail-list .tpl-button-holder .tpl-read-more {
    width: 100%;
    height: auto;
    font-size: 13px;
    padding: 6px 4px;
}
.tpl-architect-article-magazine-thumbnail-list:hover .tpl-image-holder .tpl-content,
.tpl-architect-article-magazine-thumbnail-list .active .tpl-image-holder .tpl-content {
    background-color: rgba(74, 74, 74, 0.75);
}
.tpl-architect-article-magazine-thumbnail-list:hover .tpl-image-holder .tpl-content .tpl-content-inner,
.tpl-architect-article-magazine-thumbnail-list .active .tpl-image-holder .tpl-content .tpl-content-inner {
    display: block;
}
/*# sourceMappingURL=MagazineThumbnailList.css.map */

.tpl-architect-article-members {
    border-top: 3px solid #F3EFED;
    border-bottom: 3px solid #F3EFED;
    padding: 22px 0;
    margin-top: -3px;
}
.tpl-architect-article-members .tpl-titles {
    float: left;
    max-width: 76%;
    padding-right: 20px;
    margin: 5px 0;
}
.tpl-architect-article-members .tpl-titles div {
    line-height: 24px;
    margin: 3px 0;
}
.tpl-architect-article-members.no-right-content .tpl-titles {
    max-width: 100%;
    padding-right: 0;
}
.tpl-architect-article-members.no-right-content .tpl-titles b {
    font-size: 24px;
}
.tpl-architect-article-members .tpl-content {
    float: right;
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0;
}
.tpl-architect-article-members .tpl-content .tpl-phone,
.tpl-architect-article-members .tpl-content .tpl-send-message {
    margin: 3px 0;
}

@media (max-width: 900px) {
    .tpl-architect-article-members .tpl-titles {
        max-width: 65%;
    }
}
@media (max-width: 400px) {
    .tpl-architect-article-members {
        padding: 10px 0 14px;
    }
    .tpl-architect-article-members .tpl-titles {
        max-width: 63%;
        padding-right: 10px;
    }
    .tpl-architect-article-members .tpl-titles div i {
        font-size: 16px;
    }
}
/*# sourceMappingURL=Members.css.map */

.tpl-architect-article-our-location .tpl-google-map-canvas {
    height: 445px;
    padding: 0;
    margin: 0;
}
.tpl-architect-article-our-location .tpl-google-map-canvas .tpl-architect-article-our-location-map-info-window {
    font-family: "lato", sans-serif;
    font-size: 18px;
    padding: 5px 0;
}
/*# sourceMappingURL=OurLocation.css.map */

.tpl-architect-article-press-release-list {
    padding: 8px 0;
}
/*# sourceMappingURL=PressReleaseList.css.map */

.tpl-architect-article-primary-article .tpl-title {
    color: #000;
    margin: 10px 0 23px;
}
.tpl-architect-article-primary-article .tpl-subtitle {
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
}
.tpl-architect-article-primary-article .tpl-body {
    color: #000;
    margin: 10px 0;
}
.tpl-architect-article-primary-article .tpl-button {
    margin-top: 32px;
}
.tpl-architect-article-primary-article.text-align-center {
    text-align: center;
}
.tpl-architect-article-primary-article.text-align-center .tpl-subtitle {
    color: #DB4523;
}
.tpl-architect-article-primary-article.tpl-child-text-light .tpl-title,
.tpl-architect-article-primary-article.tpl-child-text-light .tpl-subtitle,
.tpl-architect-article-primary-article.tpl-child-text-light .tpl-body {
    color: #fff;
}
/*# sourceMappingURL=PrimaryArticle.css.map */

.tpl-architect-article-secondary-article .tpl-title {
    margin: 10px 0;
}
/*# sourceMappingURL=SecondaryArticle.css.map */

.tpl-architect-article-speakers {
    position: relative;
    padding: 32px 10px;
}
.tpl-architect-article-speakers .tpl-image-holder {
    width: 100px;
    position: absolute;
    left: 0;
    top: 32px;
}
.tpl-architect-article-speakers .tpl-image-holder img {
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
}
.tpl-architect-article-speakers .tpl-content {
    padding-top: 3px;
}
.tpl-architect-article-speakers .tpl-content .tpl-title h4 {
    line-height: 1.2;
    margin: 0 0 7px;
}
.tpl-architect-article-speakers .tpl-content .tpl-title .tpl-job-title {
    line-height: 1.2;
    margin: 0 0 8px;
}
.tpl-architect-article-speakers.has-image .tpl-content {
    padding-left: 128px;
}

@media (max-width: 400px) {
    .tpl-architect-article-speakers {
        padding: 25px 10px;
    }
    .tpl-architect-article-speakers .tpl-image-holder {
        width: 85px;
        top: 25px;
    }
    .tpl-architect-article-speakers .tpl-content .tpl-title h4 {
        margin: 0 0 4px;
    }
    .tpl-architect-article-speakers .tpl-content .tpl-title .tpl-job-title {
        margin: 0 0 3px;
    }
    .tpl-architect-article-speakers.has-image .tpl-content {
        padding-left: 100px;
    }
}
/*# sourceMappingURL=Speakers.css.map */

.tpl-architect-article-summary .tpl-image-holder {
    float: left;
    width: 46%;
    padding-right: 6%;
}
.tpl-architect-article-summary .tpl-image-holder img {
    width: 100%;
    max-width: 400px;
}
.tpl-architect-article-summary .tpl-content {
    float: left;
    width: 54%;
}
.tpl-architect-article-summary .tpl-content .tpl-title {
    line-height: 1;
    margin: 40px 0;
}
.tpl-architect-article-summary .tpl-content .tpl-body {
    margin: 30px 0;
}
.tpl-architect-article-summary .tpl-content .tpl-button {
    margin-top: 18px;
}

@media (max-width: 950px) {
    .tpl-architect-article-summary .tpl-content .tpl-title {
        margin: 10px 0;
    }
    .tpl-architect-article-summary .tpl-content .tpl-body {
        margin: 10px 0;
    }
}
@media (max-width: 750px) {
    .tpl-architect-article-summary .tpl-image-holder {
        float: none;
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .tpl-architect-article-summary .tpl-content {
        float: none;
        width: 100%;
        text-align: center;
    }
    .tpl-architect-article-summary .tpl-content .tpl-title {
        margin: 28px 0 18px;
    }
}
/*# sourceMappingURL=Summary.css.map */

.tpl-architect-article-title-only.h2 {
    text-align: center;
    margin: 0 0 20px 0;
}

.tpl-architect-article-title-only.text-align-left,
.tpl-architect-article-title-only.text-align-left.h2 {
    text-align: left;
}

@media (max-width: 500px) {
    .tpl-architect-article-title-only.text-align-left.h2 {
        text-align: center;
    }
}
/*# sourceMappingURL=TitleOnly.css.map */

.tpl-architect-article-video {
    position: relative;
    min-height: 563px;
}
.tpl-architect-article-video .tpl-image-holder {
    width: 100%;
    height: 563px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.tpl-architect-article-video .tpl-video-holder iframe {
    height: 563px;
    width: 100%;
}

@media (max-width: 800px) {
    .tpl-architect-article-video {
        min-height: 440px;
    }
    .tpl-architect-article-video .tpl-image-holder {
        height: 440px;
    }
    .tpl-architect-article-video .tpl-video-holder iframe {
        height: 440px;
    }
}
@media (max-width: 500px) {
    .tpl-architect-article-video {
        min-height: 278px;
    }
    .tpl-architect-article-video .tpl-image-holder {
        height: 278px;
    }
    .tpl-architect-article-video .tpl-video-holder iframe {
        height: 278px;
    }
}
/*# sourceMappingURL=Video.css.map */

.tpl-architect-missionary-list {
    border-bottom: 3px solid #F3EFED;
    padding: 30px 0;
}
.tpl-architect-missionary-list .tpl-image-holder {
    float: left;
    width: 22%;
    padding-right: 4%;
    margin: 10px 0;
}
.tpl-architect-missionary-list .tpl-image-holder img {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
}
.tpl-architect-missionary-list .tpl-content {
    float: left;
    width: 60%;
    padding: 5% 20px 3% 0;
    margin: 10px 0;
}
.tpl-architect-missionary-list .tpl-content .tpl-title a {
    color: #000;
}
.tpl-architect-missionary-list .tpl-content .tpl-location b {
    font-weight: 400;
}
.tpl-architect-missionary-list .tpl-content .tpl-location span,
.tpl-architect-missionary-list .tpl-content .tpl-location a {
    font-weight: 500;
    color: #DB4523;
}
.tpl-architect-missionary-list.no-image .tpl-content {
    width: 82%;
}
.tpl-architect-missionary-list .tpl-button-holder {
    float: right;
    text-align: right;
    width: 18%;
    padding: 6% 0 3%;
    margin: 10px 0;
}
.tpl-architect-missionary-list .tpl-button-holder .tpl-button {
    height: auto;
    line-height: 1.1;
    padding: 12px 15px;
}

@media (max-width: 800px) {
    .tpl-architect-missionary-list .tpl-image-holder {
        width: 30%;
    }
    .tpl-architect-missionary-list .tpl-content,
    .tpl-architect-missionary-list .tpl-button-holder {
        float: left;
        text-align: left;
        width: 70%;
        padding: 0;
    }
    .tpl-architect-missionary-list.no-image .tpl-content, .tpl-architect-missionary-list.no-image .tpl-button-holder {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .tpl-architect-missionary-list {
        padding: 20px 0;
    }
    .tpl-architect-missionary-list .tpl-image-holder,
    .tpl-architect-missionary-list .tpl-content,
    .tpl-architect-missionary-list .tpl-button-holder {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .tpl-architect-missionary-list .tpl-button-holder {
        margin-top: 20px;
    }
}
/*# sourceMappingURL=List.css.map */

.tpl-architect-project-content-map-single .tpl-details-bottom {
    background-color: #F3EFED;
    padding: 10px 10px 1px !important;
}
.tpl-architect-project-content-map-single .tpl-details-bottom .tpl-funding-wrapper {
    text-align: left;
    float: right;
    width: 38%;
    padding-right: 14px;
    margin: 5px 0;
}
.tpl-architect-project-content-map-single .tpl-details-bottom .tpl-giving-form {
    float: right;
    width: 30%;
    margin: 5px 0;
}
.tpl-architect-project-content-map-single .tpl-details-bottom .tpl-button-holder {
    float: right;
    width: 32%;
    padding-left: 10px;
    margin: 5px 0;
}
.tpl-architect-project-content-map-single .tpl-details-bottom .tpl-button-holder .tpl-view-more-button {
    width: 100%;
    height: 28px !important;
    line-height: 1.2;
    padding: 8px 2px !important;
}

.tpl-architect-project-content-map-single.tpl-no-progress-bar .tpl-details-bottom {
    padding-bottom: 8px !important;
}
.tpl-architect-project-content-map-single.tpl-no-progress-bar .tpl-details-bottom .tpl-giving-form {
    width: 35%;
}

@media (max-width: 370px) {
    .tpl-architect-project-content-map-single .tpl-details-bottom {
        padding-top: 8px !important;
    }
    .tpl-architect-project-content-map-single .tpl-details-bottom .tpl-funding-wrapper {
        width: 34%;
        padding-right: 9px;
        margin: 0;
    }
    .tpl-architect-project-content-map-single .tpl-details-bottom .tpl-giving-form {
        width: 37%;
        margin: 0;
    }
    .tpl-architect-project-content-map-single .tpl-details-bottom .tpl-button-holder {
        width: 29%;
        padding-left: 8px;
        margin: 0;
    }
    .tpl-architect-project-content-map-single.tpl-no-progress-bar .tpl-details-bottom .tpl-giving-form {
        width: 40%;
    }
}
/*# sourceMappingURL=ContentMapSingle.css.map */


/*# sourceMappingURL=FullView.css.map */

.tpl-architect-project-hero {
    color: #F2F6F7;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-field input[name=amount] {
    border: 2px solid #EFE7E1;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-family: "lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    background: #fff;
    color: #796E65;
    padding: 4px 14px;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    padding-left: 20px;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
    -moz-appearance: textfield;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-field input[name=amount]:disabled,
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-field input[name=amount] .disabled, .tpl-architect-project-hero .tpl-elements-giving-form .tpl-field input[name=amount][disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-field input[name=amount]::-webkit-inner-spin-button, .tpl-architect-project-hero .tpl-elements-giving-form .tpl-field input[name=amount]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-amount-button-holder .tpl-amount-submit {
    display: inline-block;
    border-radius: 4px;
    font-family: "lato", sans-serif;
    border-width: 1px;
    border-style: solid;
    font-size: 18px;
    height: 50px;
    padding: 13px 22px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    -webkit-appearance: none;
    background-color: #006981;
    border-color: #006981;
    color: #fff;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-amount-button-holder .tpl-amount-submit:disabled, .tpl-architect-project-hero .tpl-elements-giving-form .tpl-amount-button-holder .tpl-amount-submit.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-amount-button-holder .tpl-amount-submit:hover {
    text-decoration: none;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-amount-button-holder .tpl-amount-submit:hover {
    background-color: tpl-hover-lighten(#006981);
    border-color: tpl-hover-lighten(#006981);
    color: #fff;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-amount-button-holder .tpl-amount-submit:hover {
    color: #F2F6F7;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-inline {
    position: relative;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-inline .tpl-field-and-button {
    position: relative;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-inline .tpl-field {
    padding-right: 93px;
    position: relative;
    width: 100%;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-inline .tpl-field input[name=amount] {
    border-radius: 0;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-inline .tpl-amount-button-holder {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-inline .tpl-amount-button-holder .tpl-amount-submit {
    display: inline-block;
    border-radius: 0;
    width: 95px;
    font-weight: 600;
    text-transform: none;
    padding-left: 4px;
    padding-right: 4px;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-small .tpl-field input[name=amount] {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 2px 10px;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-small .tpl-amount-button-holder .tpl-amount-submit {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 8px 4px;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-small.tpl-inline {
    position: relative;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-small.tpl-inline .tpl-field {
    padding-right: 73px;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-small.tpl-inline .tpl-amount-button-holder .tpl-amount-submit {
    width: 75px;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-fixed-amount.tpl-inline .tpl-amount-button-holder {
    position: static;
    display: block;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-fixed-amount.tpl-inline .tpl-amount-button-holder .tpl-amount-submit {
    width: 100%;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-set-amounts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-set-amounts .tpl-campaign-set-amount-option {
    margin: 5px;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-fixed-amounts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 20px 0;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-fixed-amounts .tpl-campaign-fixed-amount-option {
    overflow: hidden;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-fixed-amounts .tpl-campaign-fixed-amount-option .tpl-campaign-fixed-amount {
    display: none;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-fixed-amounts .tpl-campaign-fixed-amount-option .tpl-campaign-fixed-amount:checked + label {
    background-color: #DB4523;
    border-color: #DB4523;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-fixed-amounts .tpl-campaign-fixed-amount-option label {
    display: inline-block;
    border-radius: 4px;
    font-family: "lato", sans-serif;
    border-width: 1px;
    border-style: solid;
    font-size: 18px;
    height: 50px;
    padding: 13px 22px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    -webkit-appearance: none;
    background-color: #006981;
    border-color: #006981;
    color: #fff;
    background-color: #1A263B;
    border-color: #1A263B;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-fixed-amounts .tpl-campaign-fixed-amount-option label:disabled, .tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-fixed-amounts .tpl-campaign-fixed-amount-option label.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-fixed-amounts .tpl-campaign-fixed-amount-option label:hover {
    text-decoration: none;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-fixed-amounts .tpl-campaign-fixed-amount-option label:hover {
    background-color: tpl-hover-lighten(#006981);
    border-color: tpl-hover-lighten(#006981);
    color: #fff;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-fixed-amounts .tpl-campaign-fixed-amount-option label:hover {
    color: #F2F6F7;
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-campaign-fixed-amounts-count-2 .tpl-campaign-fixed-amounts, .tpl-architect-project-hero .tpl-elements-giving-form.tpl-campaign-fixed-amounts-count-4 .tpl-campaign-fixed-amounts {
    grid-template-columns: repeat(2, 1fr);
}
.tpl-architect-project-hero .tpl-elements-giving-form.tpl-campaign-fixed-amounts-count-2 .tpl-campaign-fixed-amounts .tpl-campaign-fixed-amount-option.custom, .tpl-architect-project-hero .tpl-elements-giving-form.tpl-campaign-fixed-amounts-count-4 .tpl-campaign-fixed-amounts .tpl-campaign-fixed-amount-option.custom {
    grid-column-start: 1;
    grid-column-end: -1;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-recurring-field {
    margin-top: 20px;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-recurring-field label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-recurring-field .tpl-switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-recurring-field .tpl-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-recurring-field .tpl-switch input:checked + .tpl-slider {
    background-color: green;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-recurring-field .tpl-switch input:checked + .tpl-slider:before {
    transform: translateX(16px);
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-recurring-field .tpl-switch input:focus + .tpl-slider {
    box-shadow: 0 0 1px green;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-recurring-field .tpl-switch .tpl-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: background-color 0.4s ease;
    border-radius: 16px;
    cursor: pointer;
}
.tpl-architect-project-hero .tpl-elements-giving-form .tpl-recurring-field .tpl-switch .tpl-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    transition: transform 0.4s ease;
    border-radius: 50%;
}
@media only screen and (max-width: 600px) {
    .tpl-architect-project-hero .tpl-elements-giving-form .tpl-campaign-fixed-amounts, .tpl-architect-project-hero .tpl-elements-giving-form.tpl-campaign-fixed-amounts-count-2 .tpl-campaign-fixed-amounts, .tpl-architect-project-hero .tpl-elements-giving-form.tpl-campaign-fixed-amounts-count-4 .tpl-campaign-fixed-amounts {
        grid-template-columns: repeat(1, 1fr);
    }
}
.tpl-architect-project-hero .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 60px;
    margin: 20px 0 10px;
    text-align: center;
}
.tpl-architect-project-hero .tpl-body {
    max-width: 620px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
}
.tpl-architect-project-hero .tpl-body.tpl-centered-without-side-padding {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
}
.tpl-architect-project-hero.tpl-hide-summary .tpl-body {
    display: none;
}
.tpl-architect-project-hero .tpl-title,
.tpl-architect-project-hero .tpl-body {
    padding: 10px 0;
}
.tpl-architect-project-hero .tpl-background-image {
    position: relative;
}
.tpl-architect-project-hero .tpl-background-image .tpl-color-overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
}
.tpl-architect-project-hero .tpl-scroll-down-arrow {
    color: #F2F6F7;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    z-index: 200;
    margin-left: -25px;
}
.tpl-architect-project-hero .tpl-scroll-down-arrow:after {
    font-family: "Linearicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e95f";
    font-weight: 300;
}
.tpl-architect-project-hero.tpl-hero-height-tiny .tpl-hero-content {
    height: 400px;
}
.tpl-architect-project-hero.tpl-hero-height-small .tpl-hero-content {
    height: 500px;
}
.tpl-architect-project-hero.tpl-hero-height-normal .tpl-hero-content {
    height: 600px;
}
.tpl-architect-project-hero.tpl-hero-height-big .tpl-hero-content {
    height: 700px;
}
.tpl-architect-project-hero.tpl-hero-height-large .tpl-hero-content {
    height: 800px;
}
.tpl-architect-project-hero.tpl-child-title-h2 .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 48px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    color: #000;
    margin: 20px 0 10px;
}
.tpl-architect-project-hero.tpl-child-title-h3 .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 36px;
    margin: 10px 0;
}
.tpl-architect-project-hero.tpl-child-title-h4 .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 28px;
    margin: 5px 0;
}
.tpl-architect-project-hero.tpl-child-title-h5 .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 28px;
    margin: 5px 0;
}
.tpl-architect-project-hero.tpl-child-title-h6 .tpl-title {
    font-weight: 800;
    padding: 0;
    font-size: 24px;
    margin: 5px 0;
}
.tpl-architect-project-hero.tpl-title-text-shadow .tpl-title {
    text-shadow: 1px 2px 5px #000000;
}
@media only screen and (max-width: 900px) {
    .tpl-architect-project-hero .tpl-scroll-down-arrow {
        display: none;
    }
}
/*# sourceMappingURL=Hero.css.map */

/* Global style for this view is in global.scss */
.tpl-architect-project-other-ways-to-give .tpl-giving-form {
    margin-top: 15px;
}
.tpl-architect-project-other-ways-to-give .tpl-giving-form .tpl-field.tpl-related-items-field,
.tpl-architect-project-other-ways-to-give .tpl-giving-form .tpl-field.tpl-notes-field {
    padding-right: 0;
}
.tpl-architect-project-other-ways-to-give .tpl-giving-form .tpl-field.tpl-notes-field textarea {
    height: 144px;
    font-family: "myriad-pro", sans-serif;
}
.tpl-architect-project-other-ways-to-give .tpl-giving-form .tpl-amount-field {
    margin-top: 7px;
}
.tpl-architect-project-other-ways-to-give .tpl-giving-form input.tpl-amount-submit {
    top: auto;
    bottom: 0;
}
.tpl-architect-project-other-ways-to-give .tpl-giving-form .tpl-select-field-holder select {
    position: relative;
    z-index: 1;
    background: transparent;
}
.tpl-architect-project-other-ways-to-give .tpl-giving-form .tpl-select-field-holder:after {
    z-index: 0;
}
/*# sourceMappingURL=OtherWaysToGive.css.map */

/* Global style for this view is in global.scss */
.tpl-architect-project-summary {
    position: relative;
}
.tpl-architect-project-summary .tpl-image-holder {
    width: 28%;
}
.tpl-architect-project-summary .tpl-image-holder img {
    min-height: 192px;
}
.tpl-architect-project-summary .tpl-content .tpl-summary {
    margin: 10px 0;
}
.tpl-architect-project-summary.no-image .tpl-content {
    float: left;
    width: 81%;
}
.tpl-architect-project-summary.has-image .tpl-content {
    float: left;
    width: 53%;
}
.tpl-architect-project-summary .tpl-giving-form {
    float: left;
    width: 19%;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}
.tpl-architect-project-summary .tpl-giving-form .tpl-field {
    padding-right: 58px;
}
.tpl-architect-project-summary .tpl-giving-form .tpl-field input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.tpl-architect-project-summary .tpl-giving-form input.tpl-amount-submit {
    border-radius: 0;
    font-size: 18px;
    width: 58px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

@media (max-width: 1000px) {
    .tpl-architect-project-summary .tpl-image-holder {
        float: none;
        width: 100%;
    }
    .tpl-architect-project-summary .tpl-content, .tpl-architect-project-summary.no-image .tpl-content, .tpl-architect-project-summary.has-image .tpl-content {
        float: none;
        width: 100%;
        padding-bottom: 15px;
    }
    .tpl-architect-project-summary .tpl-giving-form {
        float: none;
        width: 100%;
        max-width: 180px;
        position: relative;
        margin: 5px 10px 20px 20px;
    }
}
/*# sourceMappingURL=Summary.css.map */

.tpl-architect-project-give.three-column-layout, .tpl-architect-project-give.three-column-layout-small {
    min-height: 500px;
    max-width: 400px;
    margin: 0 auto;
}
.tpl-architect-project-give.three-column-layout .tpl-title, .tpl-architect-project-give.three-column-layout-small .tpl-title {
    font-size: 36px;
}
.tpl-architect-project-give.three-column-layout .tpl-giving-form, .tpl-architect-project-give.three-column-layout-small .tpl-giving-form {
    max-width: 100%;
}
.tpl-architect-project-give.three-column-layout .tpl-giving-form .tpl-field, .tpl-architect-project-give.three-column-layout-small .tpl-giving-form .tpl-field {
    float: none;
    padding-right: 0;
}
.tpl-architect-project-give.three-column-layout .tpl-giving-form .tpl-amount-submit, .tpl-architect-project-give.three-column-layout-small .tpl-giving-form .tpl-amount-submit {
    position: static;
    width: 100%;
    padding: 0 !important;
    margin-top: 10px;
}
.tpl-architect-project-give.three-column-layout .tpl-body, .tpl-architect-project-give.three-column-layout-small .tpl-body {
    margin-bottom: 20px;
}
.tpl-architect-project-give.three-column-layout-small {
    min-height: 290px;
}
.tpl-architect-project-give.three-column-layout-small table {
    height: 290px;
}
.tpl-architect-project-give.full-width-layout-small {
    max-width: 1020px;
    min-height: 290px;
    margin: 0 auto;
}
.tpl-architect-project-give.full-width-layout-small table {
    height: 290px;
}
.tpl-architect-project-give.full-width-layout-small .tpl-title {
    font-size: 36px;
}
/*# sourceMappingURL=Give.css.map */

/* Global style for this view is in global.scss */
.tpl-architect-project-global-collective-giving form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tpl-architect-project-global-collective-giving form .tpl-field {
    margin-bottom: 15px;
}
.tpl-architect-project-global-collective-giving form .tpl-field.tpl-radio-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tpl-architect-project-global-collective-giving form .tpl-field.tpl-radio-group label {
    margin-bottom: 15px;
    line-height: 24px;
    text-align: left;
    font-size: 18px;
    width: 90px;
}
.tpl-architect-project-global-collective-giving form .tpl-field.tpl-radio-group label:last-child {
    margin-bottom: 0;
}
.tpl-architect-project-global-collective-giving form .tpl-field.tpl-radio-group label:before {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #EFE7E1;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}
.tpl-architect-project-global-collective-giving form .tpl-field.tpl-radio-group label.checked:before {
    font-family: "FontAwesome";
    content: "\f111";
    color: #DB4523;
    background: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
.tpl-architect-project-global-collective-giving form .tpl-field.tpl-radio-group label input {
    display: none;
}
.tpl-architect-project-global-collective-giving form .tpl-field.tpl-other-amount {
    display: none;
}
.tpl-architect-project-global-collective-giving form .tpl-field.tpl-other-amount input {
    outline: none;
    width: 120px;
}
/*# sourceMappingURL=GlobalCollectiveGiving.css.map */

.tpl-architect-story-full-view .tpl-centered {
    max-width: 780px;
    padding-left: 15px;
    padding-right: 15px;
}
.tpl-architect-story-full-view .tpl-headers {
    background: #1A263B;
    padding: 20px 0;
}
.tpl-architect-story-full-view .tpl-headers .tpl-title {
    color: #fff;
    line-height: 1.1;
    text-align: left;
    margin: 20px 0;
}
.tpl-architect-story-full-view .tpl-headers .tpl-subtitle {
    text-align: left;
    margin: 20px 0 25px;
}
.tpl-architect-story-full-view .tpl-main-content {
    padding-top: 40px;
    padding-bottom: 25px;
}
.tpl-architect-story-full-view .tpl-main-content .tpl-action-buttons {
    float: right;
    padding: 1px 5px;
    margin: 15px 0 15px 5px;
}
.tpl-architect-story-full-view .tpl-main-content .tpl-action-buttons.tpl-fixed {
    position: fixed;
    top: 140px;
    margin-left: 691px;
}
.tpl-architect-story-full-view .tpl-main-content .tpl-action-buttons .tpl-action-button {
    display: block;
    margin: 13px 3px;
}
.tpl-architect-story-full-view .tpl-main-content .tpl-media,
.tpl-architect-story-full-view .tpl-main-content .tpl-date,
.tpl-architect-story-full-view .tpl-main-content .tpl-body,
.tpl-architect-story-full-view .tpl-main-content .tpl-button-holder {
    max-width: 550px;
    margin: 15px 0;
}
.tpl-architect-story-full-view .tpl-main-content .tpl-media .tpl-media-item {
    margin-bottom: 30px;
}
.tpl-architect-story-full-view .tpl-main-content .tpl-body {
    max-width: 595px;
    padding: 15px 0;
}
.tpl-architect-story-full-view .tpl-main-content .tpl-button-holder .tpl-button {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    padding: 12px 20px;
}

@media (max-width: 700px) {
    .tpl-architect-story-full-view .tpl-main-content {
        padding-top: 0;
    }
    .tpl-architect-story-full-view .tpl-main-content .tpl-action-buttons,
    .tpl-architect-story-full-view .tpl-main-content .tpl-action-buttons.tpl-fixed {
        position: static;
        float: left;
        padding: 0 10px;
        margin: 0 0 15px;
    }
    .tpl-architect-story-full-view .tpl-main-content .tpl-action-buttons .tpl-action-button,
    .tpl-architect-story-full-view .tpl-main-content .tpl-action-buttons.tpl-fixed .tpl-action-button {
        display: inline-block;
    }
    .tpl-architect-story-full-view .tpl-main-content .tpl-media .tpl-audio-holder {
        clear: both;
    }
}
/*# sourceMappingURL=FullView.css.map */

.tpl-architect-workshop-list {
    border-bottom: 1px solid #979797;
    padding: 30px 0 40px;
}
.tpl-architect-workshop-list .tpl-content {
    float: left;
    width: 77%;
    padding-right: 30px;
    margin: 10px 0;
}
.tpl-architect-workshop-list .tpl-content .tpl-date-time {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}
.tpl-architect-workshop-list .tpl-content .tpl-date-time span {
    font-weight: 500;
    color: #75485E;
}
.tpl-architect-workshop-list .tpl-button-holder {
    float: right;
    text-align: right;
    width: 23%;
    margin: 20px 0;
}
.tpl-architect-workshop-list .tpl-button-holder .tpl-button {
    height: auto;
    line-height: 1.1;
    padding: 12px 15px;
}

@media (max-width: 640px) {
    .tpl-architect-workshop-list .tpl-content,
    .tpl-architect-workshop-list .tpl-button-holder {
        float: none;
        text-align: left;
        width: 100%;
        padding: 0;
    }
    .tpl-architect-workshop-list .tpl-button-holder {
        margin-bottom: 0;
    }
}
/*# sourceMappingURL=List.css.map */

.tpl-architect-wrapper-basic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tpl-architect-wrapper-basic.left-half-wrapper {
    float: left;
    width: 50%;
    padding-right: 20px;
}
.tpl-architect-wrapper-basic.right-half-wrapper {
    float: right;
    width: 50%;
    padding-left: 20px;
}
.tpl-architect-wrapper-basic.text-align-center {
    text-align: center;
}
.tpl-architect-wrapper-basic.border-top, .tpl-architect-wrapper-basic.border-bottom, .tpl-architect-wrapper-basic.border-left, .tpl-architect-wrapper-basic.border-right {
    border-width: 0;
    border-color: #fff;
    border-style: solid;
}
.tpl-architect-wrapper-basic.border-top {
    border-top-width: 4px;
}
.tpl-architect-wrapper-basic.border-bottom {
    border-bottom-width: 4px;
}
.tpl-architect-wrapper-basic.border-left {
    border-left-width: 4px;
}
.tpl-architect-wrapper-basic.border-right {
    border-right-width: 4px;
}
.tpl-architect-wrapper-basic.padding-top {
    padding-top: 20px;
}
.tpl-architect-wrapper-basic.padding-bottom {
    padding-bottom: 20px;
}
.tpl-architect-wrapper-basic.padding-sides {
    padding-left: 10px;
    padding-right: 10px;
}
.tpl-architect-wrapper-basic.padding-top.padding-x-1-5 {
    padding-top: 30px;
}
.tpl-architect-wrapper-basic.padding-bottom.padding-x-1-5 {
    padding-bottom: 30px;
}
.tpl-architect-wrapper-basic.padding-sides.padding-x-1-5 {
    padding-left: 15px;
    padding-right: 15px;
}
.tpl-architect-wrapper-basic.padding-top.padding-x-2 {
    padding-top: 40px;
}
.tpl-architect-wrapper-basic.padding-bottom.padding-x-2 {
    padding-bottom: 40px;
}
.tpl-architect-wrapper-basic.padding-sides.padding-x-2 {
    padding-left: 20px;
    padding-right: 20px;
}
.tpl-architect-wrapper-basic.padding-top.padding-x-3 {
    padding-top: 60px;
}
.tpl-architect-wrapper-basic.padding-bottom.padding-x-3 {
    padding-bottom: 60px;
}
.tpl-architect-wrapper-basic.padding-sides.padding-x-3 {
    padding-left: 30px;
    padding-right: 30px;
}
.tpl-architect-wrapper-basic.padding-top.padding-x-4 {
    padding-top: 80px;
}
.tpl-architect-wrapper-basic.padding-bottom.padding-x-4 {
    padding-bottom: 80px;
}
.tpl-architect-wrapper-basic.padding-sides.padding-x-4 {
    padding-left: 40px;
    padding-right: 40px;
}
.tpl-architect-wrapper-basic.overlap-top {
    margin-top: -60px;
}
.tpl-architect-wrapper-basic.overlap-bottom {
    margin-bottom: -60px;
}
.tpl-architect-wrapper-basic.overlap-space-top {
    padding-top: 60px;
}
.tpl-architect-wrapper-basic.overlap-space-bottom {
    padding-bottom: 60px;
}

/* In Footer */
.tpl-section-footer-wrapper .tpl-architect-wrapper-basic.left-half-wrapper {
    max-width: 360px;
}

.tpl-section-footer-wrapper .tpl-architect-wrapper-basic.right-half-wrapper {
    max-width: 550px;
}

/* In User Drop Content */
.tpl-section-user-drop-content .tpl-architect-wrapper-basic.right-half-wrapper {
    border-left: 1px solid #F3EFED;
}

@media (max-width: 800px) {
    .tpl-architect-wrapper-basic.left-half-wrapper,
    .tpl-architect-wrapper-basic.right-half-wrapper {
        float: none;
        width: 100%;
        padding: 0;
    }
    .tpl-section-user-drop-content .tpl-architect-wrapper-basic.left-half-wrapper {
        padding-bottom: 30px;
    }
    .tpl-section-user-drop-content .tpl-architect-wrapper-basic.right-half-wrapper {
        border-left: none;
    }
    .tpl-architect-wrapper-basic.border-left, .tpl-architect-wrapper-basic.border-right {
        border-left: none;
        border-right: none;
    }
}
@media (max-width: 1100px) {
    .tpl-col-break-at-1100 .tpl-architect-wrapper-basic.border-left, .tpl-col-break-at-1100 .tpl-architect-wrapper-basic.border-right {
        border-left: none;
        border-right: none;
    }
}
/*# sourceMappingURL=Basic.css.map */

.com-advocacy {
    padding: 0 10px 40px;
}

/* Progress Bar */
.com-advocacy .progress-bar {
    padding: 24px 0 32px;
    margin: 15px 0;
}

.com-advocacy .progress-bar table {
    margin: auto;
}

.com-advocacy .progress-bar table tr {
    text-align: center;
}

.com-advocacy .progress-bar table tr td.separator {
    display: none;
}

.com-advocacy .progress-bar table tr td.step,
.com-advocacy .progress-bar table tr td.step .step-number,
.com-advocacy .progress-bar table tr td.step .step-name {
    display: inline-block;
    float: none;
    background: none;
    color: #AEA298;
    font-weight: 800;
    font-size: 28px;
    line-height: normal;
    vertical-align: middle;
}

.com-advocacy .progress-bar table tr td.step {
    padding: 10px 20px;
}

.com-advocacy .progress-bar table tr td.step .step-number {
    border: 2px solid #AEA298;
    width: 38px;
    height: 38px;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

/* selected */
.com-advocacy .progress-bar table tr td.step.selected .step-number {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    background: #75485E;
    border-color: #75485E;
}

.com-advocacy .progress-bar table tr td.step.selected .step-name {
    color: #75485E;
}

/* Responsive - Progress Bar */
@media (max-width: 870px) {
    .com-advocacy .progress-bar table tr td.step {
        padding: 10px 15px;
    }
}
@media (max-width: 800px) {
    .com-advocacy .progress-bar {
        max-width: 240px;
        padding: 15px 10px 20px;
        margin: 0 auto;
    }
    .com-advocacy .progress-bar table tr td.step {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
    }
}
/* Common - Start */
.com-advocacy .customize,
.com-advocacy .advocacy-promote {
    padding: 30px 0;
    margin: 0 auto;
}

.com-advocacy.confirmation,
.com-advocacy.view-campaign {
    padding-bottom: 30px;
}

.com-advocacy.view-campaign {
    padding-top: 46px;
    padding-bottom: 54px;
}

.com-advocacy .page-title,
.com-advocacy h2.main-title,
.com-advocacy .customize h2.main-title {
    width: 100%;
    border: none;
    background: none;
    font-size: 36px;
    line-height: normal;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 10px 0;
    margin: 10px 0 20px;
}

/* Responsive titles */
@media (max-width: 800px) {
    .com-advocacy .page-title,
    .com-advocacy h2.main-title,
    .com-advocacy .customize h2.main-title {
        font-size: 29px;
    }
}
/* Buttons */
.com-advocacy .rounded-button,
.com-advocacy .rounded-button.big,
.com-advocacy .rounded-button:hover {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
}

/* Share buttons */
.com-advocacy .share-campaign {
    margin: 13px 0;
}

.com-advocacy .share-campaign .title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    vertical-align: middle;
    padding-right: 10px;
    margin: 5px 0;
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins {
    margin: 5px 0;
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a {
    position: relative;
    font-family: FontAwesome;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 4px;
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a:before {
    position: absolute;
    font-size: 34px;
    font-weight: 400;
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a img {
    display: none;
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a.facebook_share:before {
    color: #1954A1;
    content: "\f082";
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a.twitter_share:before {
    color: #27B5E2;
    content: "\f081";
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a.linkedin_share:before {
    color: #308FB0;
    content: "\f08c";
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a.google_share:before {
    color: #E96A51;
    content: "\f0d4";
}

.com-advocacy .share-campaign .advocacy-elements-social-sharing-plugins a.awareness_share {
    display: none;
}

/* no results */
.com-advocacy .results .no-items {
    color: #000;
    padding: 10px;
}

/* Common - End */
/* Forms - Start */
.com-advocacy .form .input-group,
.com-advocacy .customize .form .input-group,
.com-advocacy .advocacy-promote .form .input-group {
    color: #AEA298;
}

.com-advocacy .form .input-group .title,
.com-advocacy .customize .form .input-group .title,
.com-advocacy .advocacy-promote .form .input-group .title {
    font-weight: normal;
}

.com-advocacy .form .input-group.required .title,
.com-advocacy .customize .form .input-group.required .title,
.com-advocacy .advocacy-promote .form .input-group.required .title {
    background: none;
    padding-left: 0;
}

.com-advocacy .form .input-group.required .title:before,
.com-advocacy .customize .form .input-group.required .title:before,
.com-advocacy .advocacy-promote .form .input-group.required .title:before {
    content: "*";
    color: #BF672A;
    margin-right: 4px;
}

.com-advocacy .form .input-group .desc,
.com-advocacy .form .input-group .hint,
.com-advocacy .customize .form .input-group .desc,
.com-advocacy .advocacy-promote .form .input-group .hint {
    color: #000;
    font-size: 16px;
}

.com-advocacy .customize .form .input-group.campaign-description .desc {
    margin-top: 5px;
}

.com-advocacy .form .input-group input,
.com-advocacy .form .input-group textarea,
.com-advocacy .customize .form .input-group input,
.com-advocacy .customize .form .input-group textarea,
.com-advocacy .advocacy-promote .form .input-group input,
.com-advocacy .advocacy-promote .form .input-group textarea {
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 18px;
    width: 100%;
    border: 2px solid #EFE7E1;
    background: #fff;
    color: #796E65;
    padding: 4px 14px;
    margin: 0;
    height: 56px;
    line-height: 56px;
}

.com-advocacy .form .input-group select,
.com-advocacy .customize .form .input-group select,
.com-advocacy .advocacy-promote .form .input-group select {
    padding-top: 0;
    padding-bottom: 0;
}

.com-advocacy .form .input-group textarea,
.com-advocacy .customize .form .input-group textarea,
.com-advocacy .advocacy-promote .form .input-group textarea {
    line-height: 1.4;
    height: auto;
    padding: 6px 10px;
}

.com-advocacy .form .input-group input[type=file],
.com-advocacy .customize .form .input-group input[type=file],
.com-advocacy .advocacy-promote .form .input-group input[type=file] {
    border: none;
    font-size: 16px;
    height: auto;
    line-height: normal;
    padding: 2px;
}

.com-advocacy .customize .form .input-group textarea {
    height: 200px;
}

.com-advocacy .form .input-group .errorMsg,
.com-advocacy .customize .form .input-group .errorMsg,
.com-advocacy .advocacy-promote .form .input-group .errorMsg {
    padding: 3px 4px;
}

/* Forms - End */
/* Search / Filters (on Select and All User Campaigns pages) - Start */
/*.com-advocacy .campaigns-select .body .search-bar,
.com-advocacy .user-campaigns .body .search-bar {
	position: relative;
	background: $color-brown;
	padding: 12px 8px;
	margin: 0 5px;
}
.com-advocacy .campaigns-select .body .search-bar .search-input,
.com-advocacy .user-campaigns .body .search-bar .search-input {
	width: 100%;
	background: none;
	-webkit-border-radius:	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
	padding-right: 133px; */ /* search button + 5px */ /*
}

.com-advocacy .campaigns-select .body .search-bar .search-input input,
.com-advocacy .campaigns-select .body .search-bar .combos select,
.com-advocacy .user-campaigns .body .search-bar .search-input input,
.com-advocacy .user-campaigns .body .search-bar .combos select {
	width: 100%;
	font-size: 15px;
	height: 32px;
	color: #4c4c4c;
	background: #fff;
	border: 1px solid #fff;
	padding: 2px 10px;
}
.com-advocacy .campaigns-select .body .search-bar .search-button,
.com-advocacy .campaigns-select .body .search-bar .search-button:hover,
.com-advocacy .user-campaigns .body .search-bar .search-button,
.com-advocacy .user-campaigns .body .search-bar .search-button:hover,
.com-advocacy .user-campaigns .body .search-bar .reset-button,
.com-advocacy .user-campaigns .body .search-bar .reset-button:hover {
	position: absolute;
	top: 12px;
	right: 8px;
	width: 128px;
	text-align: center;
	background-color: #9bc401;
	border: 1px solid #9bc401;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;
	height: 32px;
	line-height: 28px;
	-webkit-border-radius:	0;
	-moz-border-radius: 	0;
	border-radius: 			0;
	padding: 2px;
}

.com-advocacy .user-campaigns .body .search-bar .reset-button,
.com-advocacy .user-campaigns .body .search-bar .reset-button:hover {
	float: right;
	position: static;
	background-color: $color-brown;
	border: 1px solid $color-brown;
	margin: 8px auto 0;
}

.com-advocacy .campaigns-select .body .search-bar .combos,
.com-advocacy .user-campaigns .body .search-bar .combos {
	float: none;
	width: 100%;
}
.com-advocacy .campaigns-select .body .search-bar .combos select,
.com-advocacy .user-campaigns .body .search-bar .combos select {
  background: #fff url('../img/extjs/arrow-gray-down.png') right 12px center no-repeat;
  padding: 6px 35px 6px 10px;
  margin: 8px 0 0;
}
.com-advocacy .campaigns-select .body .search-bar .combos select option.label,
.com-advocacy .user-campaigns .body .search-bar .combos select option.label {
//	color: #4c4c4c;
}*/
/* Responsive - Search / Filters */
/*@media only screen and (max-width: 370px){
  .com-advocacy .campaigns-select .body .search-bar .search-input,
  .com-advocacy .user-campaigns .body .search-bar .search-input {
	padding-right: 0;
  }

  .com-advocacy .campaigns-select .body .search-bar .search-button,
  .com-advocacy .campaigns-select .body .search-bar .search-button:hover,
  .com-advocacy .user-campaigns .body .search-bar .search-button,
  .com-advocacy .user-campaigns .body .search-bar .search-button:hover,
  .com-advocacy .user-campaigns .body .search-bar .reset-button,
  .com-advocacy .user-campaigns .body .search-bar .reset-button:hover {
	position: static;
	width: 100%;
	margin: 8px auto 0;
  }
}*/
/* Search / Filters (on Select and All User Campaigns pages) - End */
/* Progress Bar (on All Campaigns and All User Campaigns) - Start */
/*.com-advocacy.all-advocacy-campaigns .all-campaigns .advocacy-campaign .progress-bar:after {
	display: none;
}
.com-advocacy.all-advocacy-campaigns .all-campaigns .advocacy-campaign .progress-bar .title {
	text-align: center;
	padding-bottom: 5px;
}
.com-advocacy.all-advocacy-campaigns .all-campaigns .advocacy-campaign .progress-bar .bar-wrapper,
.com-advocacy .user-campaigns .body .results .advocacy-campaign .content .details .founding-progress-wrapper .founding-progress {
	font-size: 1px;
	background: #EAEBEB;
	border: none 0;
	-webkit-border-radius:	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}
.com-advocacy.all-advocacy-campaigns .all-campaigns .advocacy-campaign .progress-bar .bar-wrapper .progress,
.com-advocacy .user-campaigns .body .results .advocacy-campaign .content .details .founding-progress-wrapper .founding-progress .progress-level {
	border: none;
	background: #9bc401;
	-webkit-border-radius:	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
	height: 38px;
}*/
/* Progress Bar (on All Campaigns and All User Campaigns) - End */
/*# sourceMappingURL=General.css.map */

.com-advocacy.confirmation {
    padding-top: 15px;
    padding-bottom: 52px;
}

.com-advocacy .campaign-url-info .title {
    font-size: 24px;
    font-weight: 800;
    padding: 0 3px 10px 3px;
    margin: 0;
}

.com-advocacy .campaign-url-info .link {
    border: 2px solid #EFE7E1;
    background-color: #F3EFED;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    word-wrap: break-word;
    flex-wrap: wrap;
    overflow-wrap: break-word;
    overflow: visible;
    border-radius: 4px;
    padding: 12px 15px;
}

.com-advocacy .campaign-url-info .registration {
    margin-top: 20px;
}

.com-advocacy .campaign-url-info .registration span {
    margin: 15px 0;
}

.com-advocacy .campaign-url-info .registration span.big {
    margin: 5px 15px 5px 0;
}

.com-advocacy .campaign-donations .title {
    font-size: 24px;
    margin-bottom: 3px;
}

.com-advocacy .campaign-donations .details .completion-bar-achieved {
    margin-top: 14px;
}

.com-advocacy .campaign-donations .details .completion-bar-achieved .achieved-value {
    font-size: 20px;
    font-weight: 300;
}

.com-advocacy .campaign-donations .details .completion-bar-achieved .achieved-title {
    font-size: 16px;
    font-weight: 800;
    color: #878787;
}

.com-advocacy .campaign-donations .details .completion-bar {
    width: 38%;
    background-color: #D8CFC8;
    border-radius: 1px;
    margin-top: 3px;
}

.com-advocacy .campaign-donations .details .completion-bar .copletion-progress {
    height: 10px;
    background-color: #75485E;
    border-radius: 1px;
}

.com-advocacy .campaign-donations .details .completion-bar .min,
.com-advocacy .campaign-donations .details .completion-bar .max,
.com-advocacy .campaign-donations .details .completion-bar .now_holder,
.com-advocacy .campaign-donations .details .completion-bar .now_holder .now {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    top: 11px;
}

.com-advocacy .campaign-donations .details .completion-bar .now_holder {
    margin-left: 10px;
}

.com-advocacy .campaign-donations .details .completion-bar .now_holder .now {
    max-width: 100%;
}

.com-advocacy .campaign-donations .details .financial-info {
    font-size: 24px;
    font-weight: 800;
    margin-left: 4%;
    margin-top: -35px;
}

.com-advocacy .campaign-donations .details .financial-info p {
    float: none;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    padding: 0;
    margin: 5px 0 0 0;
}

.com-advocacy .campaign-donations .details .donateNow {
    height: auto;
    padding: 15px 22px;
    margin-top: -36px;
}

.com-advocacy .campaign-details-body {
    padding: 52px 0 20px;
}

.com-advocacy .advocacy-campaign-details {
    border: none;
    padding-bottom: 0;
}

.com-advocacy .advocacy-campaign-details .title {
    position: relative;
    font-size: 36px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    line-height: 1.1;
    font-weight: 400;
    padding: 23px 215px 27px 0;
    margin: 20px 0;
}

.com-advocacy .advocacy-campaign-details .title a.edit {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #6B5A4D;
    border-color: #6B5A4D;
    height: 56px;
    padding: 15px 22px;
    margin: 0;
    margin-top: -28px;
}

.com-advocacy .advocacy-campaign-details .advocacy-details {
    font-size: 18px;
    color: #000;
    text-shadow: none;
    font-style: normal;
    padding-top: 15px;
    padding-bottom: 25px;
}

.com-advocacy .advocacy-campaign-details .advocacy-details img {
    float: left;
    width: 48%;
    height: auto;
    border: none;
    box-shadow: none;
    padding: 5px 4% 10px 0;
    margin: 0;
}

.com-advocacy .donation-details {
    border-top: 1px solid #979797;
    padding-bottom: 20px;
}

.com-advocacy .donation-details .title {
    line-height: normal;
    margin: 25px 0 10px;
}

.com-advocacy .donation-details .title p {
    font-size: 36px;
    font-weight: normal;
    padding: 0;
    margin: 10px 0;
}

.com-advocacy .donation-details .title .donateNow {
    margin: 5px 0;
}

.com-advocacy .donation-details .table table {
    border: none;
    color: #000;
}

.com-advocacy .donation-details .table table tr.head td {
    font-weight: 800;
    border-bottom: none;
    padding: 5px 20px 8px 13px;
}

.com-advocacy .donation-details .table table tr.records {
    background-color: #F3EFED;
    margin-bottom: 5px;
}

.com-advocacy .donation-details .table table tr.records:nth-child(odd) {
    background-color: #E8E1DC;
}

.com-advocacy .donation-details .table table tr.records td {
    border-bottom: 5px solid #fff;
    padding: 10px 20px 11px 13px;
}

@media (max-width: 800px) {
    .com-advocacy .campaign-url-info .title {
        font-size: 22px;
    }
    .com-advocacy .campaign-url-info .link {
        font-size: 18px;
    }
    .com-advocacy .campaign-donations .title {
        font-size: 22px;
    }
    .com-advocacy .campaign-donations .details .completion-bar {
        width: 100%;
        float: none;
        clear: both;
    }
    .com-advocacy .campaign-donations .details .financial-info {
        width: 23%;
        font-size: 22px;
        margin: 45px 0 0 0;
    }
    .com-advocacy .campaign-donations .details .financial-info p {
        margin-top: 5px;
    }
    .com-advocacy .campaign-donations .details .donateNow {
        margin: 45px 0 0 0;
    }
    .com-advocacy .campaign-details-body {
        padding-top: 40px;
    }
    .com-advocacy .advocacy-campaign-details .title {
        font-size: 33px;
    }
    .com-advocacy .donation-details .title p {
        font-size: 33px;
    }
}
@media (max-width: 600px) {
    .com-advocacy .page-title {
        text-align: center;
    }
    .com-advocacy .campaign-donations .details {
        text-align: center;
    }
    .com-advocacy .campaign-donations .details .completion-bar-achieved {
        text-align: left;
    }
    .com-advocacy .campaign-donations .details .financial-info {
        width: 50%;
        margin-top: 35px;
    }
    .com-advocacy .campaign-donations .details .donateNow {
        float: none;
        margin-top: 35px;
    }
    .com-advocacy .advocacy-campaign-details .title {
        text-align: center;
        padding-right: 0;
    }
    .com-advocacy .advocacy-campaign-details .title a.edit {
        position: static;
        display: block;
        max-width: 210px;
        margin: 20px auto 0;
    }
    .com-advocacy .advocacy-campaign-details .advocacy-details {
        text-align: center;
    }
    .com-advocacy .advocacy-campaign-details .advocacy-details img {
        float: none;
        width: auto;
        display: block;
        clear: both;
        text-align: center;
        padding: 0;
        margin: 5px auto 20px;
    }
    .com-advocacy .donation-details .title .donateNow {
        display: none;
    }
    .com-advocacy .donation-details .table table tr.head td.last,
    .com-advocacy .donation-details .table table tr.records td.last {
        display: none;
    }
}
@media (max-width: 450px) {
    .com-advocacy .donation-details .table table tr.head td,
    .com-advocacy .donation-details .table table tr.records td {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 400px) {
    .com-advocacy .donation-details .table table tr.head td,
    .com-advocacy .donation-details .table table tr.records td {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }
}
/*# sourceMappingURL=Confirmation.css.map */

.com-advocacy .editMode {
    font-size: 20px;
    font-weight: normal;
    background: none;
    border: 1px dotted #D0021B;
    color: #D0021B;
    padding: 10px;
    margin: 0 0 20px 0;
}

.com-advocacy .customize {
    border-top: 1px solid #979797;
    padding-top: 37px;
    padding-bottom: 5px;
}

.com-advocacy .customize h2.main-title {
    display: none;
}

.com-advocacy .customize .form {
    float: left;
    width: 54.5%;
    max-width: 100%;
    padding-right: 4.5%;
    margin: 0;
}

.com-advocacy .customize .form .input-group-firstname,
.com-advocacy .customize .form .input-group-lastname {
    float: left;
    width: 50%;
    margin-bottom: 8px;
}

.com-advocacy .customize .form .input-group-firstname {
    padding-right: 3px;
}

.com-advocacy .customize .form .input-group-lastname {
    padding-left: 3px;
}

.com-advocacy .customize .form .input-group .file_browse_wrapper {
    margin: 7px 0;
}

.com-advocacy .customize .form .input-group .file_browse_wrapper .upload-button:after {
    content: "Choose Photo";
    float: left;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    direction: ltr !important;
    position: relative;
    color: #fff;
    border: 1px solid #6B5A4D;
    background-color: #6B5A4D;
    border-radius: 4px;
    padding: 7px 14px;
    margin: 0 12px 12px 0;
}

.com-advocacy .customize .form .input-group .file_browse_wrapper input[type=file] {
    top: 0;
    right: 0;
    padding: 0;
    font-size: 16px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    zoom: 1;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.com-advocacy .customize .form .input-group .selected-file {
    display: inline-block !important;
    font-size: 16px;
    color: #AEA298;
    padding: 8px 3px;
}

.com-advocacy .customize .sample_preview {
    width: 45.5%;
    max-width: 100%;
    background: #F3EFED;
    border-radius: 4px;
    padding: 20px 35px;
}

.com-advocacy .customize .sample_preview .title {
    color: #693C5E;
    font-size: 20px;
    font-weight: 800;
    margin: 10px 0;
}

.com-advocacy .customize .sample_preview .title.help-description {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.com-advocacy .customize .sample_preview .image_holder {
    background: none !important;
    margin: 15px 0;
}

.com-advocacy .customize .sample_preview .image_holder img.sample_preview_image {
    display: block;
}

.com-advocacy .customize .sample_preview.no_image .image_holder {
    display: none;
}

.com-advocacy .customize .page-footer {
    font-size: 20px;
    text-align: right;
    line-height: normal;
    font-weight: normal;
    border-top: 1px solid #979797;
    padding: 12px 0;
}

.com-advocacy .customize .page-footer .rounded-button {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    position: relative;
    color: transparent;
    margin: 6px 0;
}

.com-advocacy .customize .page-footer .rounded-button:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 48px;
    color: #fff;
}

.com-advocacy .customize .page-footer .rounded-button.saveAdvocacyCampaign {
    width: 100%;
    max-width: 256px;
}

.com-advocacy .customize .page-footer .rounded-button.saveAdvocacyCampaign:after {
    content: "Continue";
}

.com-advocacy .customize .page-footer .rounded-button.go-back {
    background-color: #6B5A4D;
    border-color: #6B5A4D;
    margin-right: 6px;
}

.com-advocacy .customize .page-footer .rounded-button.go-back:after {
    content: "Go Back";
}

@media (max-width: 800px) {
    .com-advocacy .customize .form,
    .com-advocacy .customize .sample_preview {
        float: none !important;
        width: 100%;
        max-width: 455px;
        margin: 0 auto;
    }
    .com-advocacy .customize .form {
        max-width: 500px;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .com-advocacy .customize .page-footer {
        text-align: center;
    }
    .com-advocacy .customize .page-footer .rounded-button {
        float: none;
        font-size: 18px;
        height: 40px;
    }
    .com-advocacy .customize .page-footer .rounded-button:after {
        line-height: 38px;
    }
}
@media (max-width: 450px) {
    .com-advocacy .customize .form .input-group-firstname,
    .com-advocacy .customize .form .input-group-lastname {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .com-advocacy .customize .sample_preview {
        padding: 10px 22px;
    }
}
/*# sourceMappingURL=Customize.css.map */

.com-advocacy h2.main-title {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 22px 0;
}

.com-advocacy .advocacy-promote {
    padding-top: 2px;
    padding-bottom: 40px;
}

.com-advocacy .advocacy-promote .page-title {
    display: none;
}

.com-advocacy .advocacy-promote .form {
    width: 100%;
    max-width: 650px;
    padding-top: 8px;
}

.com-advocacy .advocacy-promote .form .input-group .hint {
    font-size: 20px;
    color: #AEA298;
}

.com-advocacy .advocacy-promote .form .square-button.send-invites {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    height: auto;
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 15px;
}

.com-advocacy .advocacy-promote .form .no-thanks {
    float: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    color: #006981;
    max-width: 235px;
    overflow: hidden;
    height: 38px;
    padding-top: 15px;
}

@media (max-width: 800px) {
    .com-advocacy h2.main-title {
        text-align: center;
    }
    .com-advocacy .advocacy-promote .share-campaign {
        text-align: center;
    }
    .com-advocacy .advocacy-promote .share-campaign div {
        display: inline-block;
    }
    .com-advocacy .advocacy-promote .share-campaign .title,
    .com-advocacy .advocacy-promote .share-campaign .advocacy-elements-social-sharing-plugins {
        float: none;
    }
    .com-advocacy .advocacy-promote .form {
        text-align: center;
        margin: 0 auto;
    }
    .com-advocacy .advocacy-promote .form .input-group {
        text-align: left;
    }
    .com-advocacy .advocacy-promote .form .square-button.send-invites,
    .com-advocacy .advocacy-promote .form .no-thanks {
        float: none;
        margin: 0 auto;
    }
}
/*# sourceMappingURL=Promote.css.map */

.checklist-form-wrapper .buttons .button {
    background-color: #BF672A;
}
/*# sourceMappingURL=ChecklistForm.css.map */

.reference-form-wrapper .buttons .button {
    background-color: #BF672A;
    border: solid 1px #BF672A;
}
/*# sourceMappingURL=ChecklistReferenceForm.css.map */

.contributions {
    text-align: center;
    margin: 30px 0;
}

/* Not logged in message */
.contributions .login-text {
    text-align: center;
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 40px 0;
}

.contributions .login-text a {
    color: #006981;
}

/* Title with wrapper */
.contributions .form-body .title-wrapper,
.payment-processors .forms .title-wrapper {
    font-weight: normal;
    font-size: inherit;
    border: none;
    background: none;
    padding: 10px;
}

.contributions .title,
.contributions .cart-summary-title,
.contributions .form-body .title-wrapper .title,
.payment-processors .title-wrapper .title,
.payment-processors #edit-payment-method-form .title {
    font-weight: 800;
    padding: 0;
    font-size: 48px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    color: #000;
    margin: 20px 0 10px;
    float: none;
    margin: 15px 0 20px;
}

.contributions .form-body .title-wrapper .title-options,
.payment-processors .forms .title-wrapper .title-options {
    float: none;
    text-align: center;
}

.contributions .form-body .title-wrapper .title-options.form-panel-payment-type,
.payment-processors .forms .title-wrapper .title-options.form-panel-payment-type {
    padding: 20px 0 7px;
}

.contributions .form-body .title-wrapper .title-options .payment-type-field,
.payment-processors .forms .title-wrapper .title-options .payment-type-field {
    display: inline-block;
}

.contributions .form-body .title-wrapper .title-options .form-input-label,
.payment-processors .forms .title-wrapper .title-options .form-input-label {
    font-size: 18px;
    color: #000;
}

.contributions .form-body .title-wrapper .title-options .form-input-holder,
.payment-processors .forms .title-wrapper .title-options .form-input-holder {
    width: auto;
}

.contributions .form-body .title-wrapper .title-options .form-input-wrapper .form-input-holder .radio,
.payment-processors .forms .title-wrapper .title-options .form-input-wrapper .form-input-holder .radio {
    margin-left: 14px;
}

/* Cart summary */
.contributions #cart-summary-container.loading {
    background: url("../img/ajax-loader.gif") center center no-repeat;
}

.contributions #cart-summary-container.loading * {
    visibility: hidden;
}

.contributions .cart-summary-title {
    background: none;
    padding: 2px 10px 47px;
    margin: 0;
}

.contributions .form-body {
    padding-top: 0 !important;
}

/* Background color */
.contributions .cart-summary,
.contributions .campaign-page-buttons,
.contributions .form-body .recurring-options {
    background-color: #F3EFED;
}

/* Centered content */
.contributions .cart-summary .summary-row,
.contributions .form-body .recurring-options .form-panel-recurring,
.contributions .form-body .register-options,
.contributions .form-body .secure-payment,
.payment-processors .forms .secure-payment,
.contributions .form-body .billing-information,
.payment-processors .forms .billing-information,
.contributions .form-body .organization-information,
.payment-processors .forms .organization-information {
    max-width: 595px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* Custom combo values */
.form-input-holder .combo-options {
    max-width: 562px;
}

.contributions .cart-summary {
    padding-top: 25px;
}

.contributions .cart-summary .summary-row {
    border-bottom: 1px solid #E8E1DC;
    background: none;
    padding: 20px 0 25px 2px;
}

.contributions .cart-summary .summary-row .campaign-thumbnail {
    display: none;
}

.contributions .cart-summary .summary-row .top-data {
    color: #000;
    text-transform: none;
    line-height: 1.1;
    margin: 0;
}

.contributions .cart-summary .summary-row .top-data .name,
.contributions .cart-summary .summary-row .top-data .amount {
    font-size: 28px;
    font-weight: 400;
}

.contributions .cart-summary .summary-row .top-data .name {
    max-width: 70%;
}

.contributions .cart-summary .summary-row .bottom-data {
    font-size: 16px;
    line-height: normal;
}

.contributions .cart-summary .summary-row .bottom-data .anonymous {
    margin-bottom: 10px;
}

.contributions .cart-summary .summary-row .bottom-data .notes {
    max-width: 70%;
    padding: 0;
    clear: left;
}

.contributions .cart-summary .summary-row .bottom-data .notes .instructions {
    color: #006981;
}

.contributions .cart-summary .summary-row .bottom-data .notes .instructions .edit-note {
    display: inline-block;
    margin-left: 5px;
}

.contributions .cart-summary .summary-row .bottom-data .notes .instructions .edit-note:before {
    font-family: "FontAwesome";
    content: "\f044";
    font-weight: 400;
    color: #333;
    margin-right: 4px;
}

.contributions .cart-summary .summary-row .bottom-data .buttons a {
    color: #006981;
}

.contributions .cart-summary .summary-row .bottom-data .buttons a:hover {
    text-decoration: none;
}

.contributions .cart-summary .summary-row .bottom-data .separator {
    color: #006981;
    padding: 0 2px;
}

.contributions .cart-summary .total,
.contributions .cart-summary .total .amount {
    color: #000;
    text-align: center;
    background: none;
    font-size: 28px;
    font-weight: 800;
}

.contributions .cart-summary .total {
    padding: 33px 0 12px;
}

/* Form labels*/
.contributions .forms .form-input-wrapper .form-input-label,
.payment-processors .forms .form-input-wrapper .form-input-label,
.payment-processors .forms .form-input-wrapper.form-label-left .form-input-label {
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    color: #000;
    padding-bottom: 5px;
    padding-left: 2px;
}

/* Form errors */
.contributions .forms .form-input-wrapper .form-input-error span,
.contributions .form-validation-errors span {
    display: block;
    color: #D0021B;
    padding: 3px 0 0 4px;
}

/* Global form errors */
.contributions .form-validation-errors {
    font-size: 18px;
    padding: 0 15px 25px;
}

.contributions .form-validation-errors span {
    padding-left: 0;
}

/* Forms */
.contributions .forms {
    padding-bottom: 30px;
}

.contributions .forms .form-input-wrapper .form-input-holder input[type=text],
.contributions .forms .form-input-wrapper .form-input-holder input[type=email],
.contributions .forms .form-input-wrapper .form-input-holder input[type=password],
.contributions .forms .form-input-wrapper .form-input-holder input[type=number],
.contributions .forms .form-input-wrapper .form-input-holder input[type=numeric],
.contributions .forms .form-input-wrapper .form-input-holder input[type=card],
.contributions .forms .form-input-wrapper .form-input-holder input[type=phone],
.contributions .forms .form-input-wrapper .form-input-holder select,
.contributions .forms .form-input-wrapper .form-input-holder textarea,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=text],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=email],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=password],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=number],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=numeric],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=card],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=phone],
.payment-processors .forms .form-input-wrapper .form-input-holder select,
.payment-processors .forms .form-input-wrapper .form-input-holder textarea {
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 18px;
    width: 100%;
    border: 2px solid #EFE7E1;
    background: #fff;
    color: #796E65;
    padding: 4px 14px;
    margin: 0;
    height: 56px;
    line-height: 56px;
}

.contributions .forms .form-input-wrapper .form-input-holder select,
.payment-processors .forms .form-input-wrapper .form-input-holder select {
    padding-top: 0;
    padding-bottom: 0;
}

.contributions .forms .form-input-wrapper .form-input-holder textarea,
.payment-processors .forms .form-input-wrapper .form-input-holder textarea {
    line-height: 1.4;
    height: auto;
    padding: 6px 10px;
}

.contributions .form-body .form-input-wrapper,
.payment-processors .forms .form-input-wrapper {
    margin: 8px 0;
}

.contributions .form-body .form-panel-payment-type .form-input-wrapper,
.payment-processors .forms .form-input-wrapper.payment-type-field {
    line-height: 25px;
    margin: 0;
}

.payment-processors .forms .form-input-wrapper.form-label-left {
    padding-left: 0;
}

.payment-processors .forms .form-input-wrapper.form-label-left .form-input-label {
    position: static;
    width: 100%;
    background: none;
}

.payment-processors .forms .form-panel-payment-type .form-input-wrapper.form-label-left .form-input-label {
    width: auto;
}

.contributions .form-body .form-input-wrapper.transfer-fee-choice-field {
    margin: 15px 0;
}

.contributions .form-body .form-input-wrapper.transfer-fee-choice-field label {
    display: block;
    width: 100%;
    padding: 1px 0;
}

/* Some name */
/* Billing Information */
.contributions .forms .billing-information,
.payment-processors .forms .billing-information {
    margin-top: 20px;
}

/* CVV / Check popup helpers */
.contributions .form-body .form-input-wrapper.payment-card-security-code-field,
.contributions .form-body .form-input-wrapper.payment-check-account-number-field,
.contributions .form-body .form-input-wrapper.payment-check-routing-number-field {
    position: relative;
}

.contributions .form-body .form-input-wrapper.payment-card-security-code-field input[type=text],
.contributions .form-body .form-input-wrapper.payment-check-account-number-field input[type=text],
.contributions .form-body .form-input-wrapper.payment-check-routing-number-field input[type=text] {
    padding-right: 30px;
}

.payment-processors .forms .field-group .form-input-wrapper.payment-card-security-code-field label .cvv-help {
    left: auto;
    top: auto;
    display: inline;
    border: none;
}

.contributions .form-body .form-input-wrapper label a.cvv-help-icon, .payment-processors .forms .field-group .form-input-wrapper.payment-card-security-code-field label .cvv-help {
    background: none;
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 1;
    right: 13px;
    bottom: 21px;
    margin: 0;
}

.payment-processors .forms .form-input-wrapper label .cvv-help {
    display: inline;
}

.contributions .form-body .form-input-wrapper label a.cvv-help-icon:before, .payment-processors .forms .form-input-wrapper label .cvv-help:before {
    font-family: "FontAwesome";
    content: "\f059";
    color: #AEA298;
    font-size: 20px;
}

.contributions .form-body .form-input-wrapper label a.cvv-help-icon:after, .payment-processors .forms .form-input-wrapper label .cvv-help:after {
    border: 1px solid #bbb;
    bottom: 3px;
    right: -3px;
}

.contributions .form-body .form-input-wrapper label a.cvv-help-icon.check:after, .payment-processors .forms .form-input-wrapper label .cvv-help.check:after {
    border: none;
}

.payment-processors .forms .field-group .form-input-wrapper.payment-card-security-code-field label img {
    display: none;
}

.payment-processors .forms .form-input-wrapper label .cvv-help:after {
    display: none;
    content: url("/Contributions/theme/Responsive/img/cvv-hint.jpg");
    width: 169px;
    height: 161px;
    position: absolute;
    top: 40px;
    right: -10px;
    border: solid 1px gray;
    z-index: 10;
    border: 1px solid #bbb;
    bottom: 3px;
    right: -3px;
}

.payment-processors .forms .form-input-wrapper label .cvv-help:hover:after {
    display: block;
}

.contributions .form-body input:focus,
.contributions .form-body select:focus,
.contributions .form-body textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Buttons */
.contributions .x-btn,
.contributions .forms .form-actions input,
.contributions .campaign-page-buttons a,
.payment-processors .x-btn,
.payment-processors .forms .form-actions input,
.payment-processors .campaign-page-buttons a,
.payment-processors .forms .form-actions a {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    text-shadow: none;
    margin-top: 10px;
}

.payment-processors .forms .form-actions a {
    background-color: #6B5A4D;
    border-color: #6B5A4D;
    margin-left: 10px;
}

.contributions .campaign-page-buttons {
    text-align: center;
    padding: 20px 15px;
}

.contributions .campaign-page-buttons a {
    min-width: 145px;
    width: auto;
    font-size: 18px;
    margin: 5px;
}

/* Add / Cancel buttons */
.contributions .form-body .form-input-wrapper .form-input-holder .form-field-button,
.payment-processors .forms .form-input-wrapper .form-input-holder .form-field-button {
    position: static !important;
    display: inline-block;
    display: inline-block !important;
    float: left !important;
    font-weight: normal;
    background: none;
    color: #006981;
    font-size: 16px;
    border: none;
    width: auto !important;
    text-shadow: none;
    padding: 2px 0;
    margin: 5px;
}

/* Fields with (add / cancel) buttons on right side which are now below these fields */
.contributions .form-body .form-input-wrapper.payment-id-field .form-input-holder,
.contributions .form-body .form-input-wrapper.address-id-field .form-input-holder,
.contributions .form-body .form-input-wrapper.group-id-field .form-input-holder,
.payment-processors .forms .form-input-wrapper.has-buttons .form-input-holder,
.payment-processors .form-body .form-input-wrapper.address-id-field .form-input-holder,
.payment-processors .form-body .form-input-wrapper.group-id-field .form-input-holder {
    padding-right: 0;
}

.contributions .form-body .billing-information .form-panel-saved-addresses,
.contributions .form-body .secure-payment .form-panel-existing-cards,
.contributions .form-body .billing-information .form-panel-address,
.contributions .form-body .secure-payment .form-panel-card {
    display: block;
}

/* Recurring dates */
.contributions .form-body .recurring-options {
    padding-top: 15px;
    padding-bottom: 45px;
}

.contributions .form-body .recurring-options .is-recurring-field {
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px auto;
}

.contributions .form-body .form-input-wrapper.recurring-type-field .form-input-holder label {
    padding: 4px 10px;
}

.contributions .form-body .field-group .form-input-wrapper.recurring-start-date-field .form-input-holder,
.contributions .form-body .field-group .form-input-wrapper.recurring-end-date-field .form-input-holder {
    position: relative;
}

.contributions .form-body .field-group .form-input-wrapper.recurring-start-date-field .form-input-holder:after,
.contributions .form-body .field-group .form-input-wrapper.recurring-end-date-field .form-input-holder:after {
    position: absolute;
    z-index: 0;
    font-family: "FontAwesome";
    content: "\f073";
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #AEA298;
    top: 50%;
    right: 13px;
    margin-top: -12px;
}

.contributions .form-body .field-group .form-input-wrapper.recurring-start-date-field .form-input-holder input[type=text],
.contributions .form-body .field-group .form-input-wrapper.recurring-end-date-field .form-input-holder input[type=text] {
    padding-right: 35px;
    background: transparent;
    z-index: 1;
    position: relative;
}

.contributions .form-body .field-group .form-input-wrapper.recurring-start-date-field,
.contributions .form-body .field-group .form-input-wrapper.recurring-end-date-field,
.contributions .form-body .field-group .form-input-wrapper.user-password-field,
.contributions .form-body .field-group .form-input-wrapper.user-password-repeat-field {
    width: 50%;
    padding: 0;
}

.contributions .form-body .field-group .form-input-wrapper.recurring-end-date-field,
.contributions .form-body .field-group .form-input-wrapper.user-password-repeat-field {
    width: 49%;
    margin-left: 1%;
}

/* Card and Check info */
.contributions .form-body .field-group .form-input-wrapper.payment-card-expiration-month-field,
.payment-processors .forms .field-group .form-input-wrapper.payment-card-expiration-month-field,
.contributions .form-body .field-group .form-input-wrapper.payment-card-expiration-year-field,
.payment-processors .form-body .field-group .form-input-wrapper.payment-card-expiration-year-field,
.payment-processors .forms .field-group .form-input-wrapper.payment-card-expiration-year-field,
.contributions .form-body .field-group .form-input-wrapper.payment-check-checking-type-field,
.payment-processors .form-body .field-group .form-input-wrapper.payment-check-checking-type-field,
.contributions .form-body .field-group .form-input-wrapper.payment-check-account-type-field,
.payment-processors .form-body .field-group .form-input-wrapper.payment-check-account-type-field {
    width: 50%;
    padding: 0;
}

.contributions .form-body .field-group .form-input-wrapper.payment-card-expiration-year-field,
.payment-processors .form-body .field-group .form-input-wrapper.payment-card-expiration-year-field,
.payment-processors .forms .field-group .form-input-wrapper.payment-card-expiration-year-field,
.contributions .form-body .field-group .form-input-wrapper.payment-check-account-type-field,
.payment-processors .form-body .field-group .form-input-wrapper.payment-check-account-type-field {
    width: 49%;
    margin-left: 1%;
    padding-top: 30px;
}

.contributions .form-body .field-group .form-input-wrapper.payment-card-security-code-field,
.payment-processors .forms .field-group .form-input-wrapper.payment-card-security-code-field {
    float: none;
    clear: both;
    width: 100%;
    padding: 0;
}

/* Person info (Name) */
.contributions .form-body .field-group .form-input-wrapper.person-firstname-field,
.contributions .form-body .field-group .form-input-wrapper.person-lastname-field {
    width: 50%;
    padding: 0;
}

.contributions .form-body .field-group .form-input-wrapper.person-lastname-field {
    width: 49%;
    padding-top: 30px;
    margin-left: 1%;
}

/* Phone info (in Organization and Billing Information) */
.contributions .form-body .field-group .form-input-wrapper.phone-number-field,
.contributions .form-body .organization-information .form-panel-organization .inputs-wrapper .group-phone-number-field {
    width: 50%;
    padding: 0;
    margin-left: 0;
}

.contributions .form-body .organization-information .form-panel-organization .inputs-wrapper .group-phone-is-outside-us-field,
.contributions .form-body .field-group .form-input-wrapper.group-phone-number-field,
.contributions .form-body .field-group .form-input-wrapper.phone-is-outside-us-field,
.contributions .form-body .field-group .form-input-wrapper.group-phone-is-outside-us-field {
    width: 49%;
    padding-top: 47px;
    margin-left: 1%;
}

/* Custom radios and checkboxes */
.contributions .cart-summary .summary-row .bottom-data .anonymous label input[type=radio],
.contributions .form-body .form-input-wrapper .radio input[type=radio],
.contributions .form-body .form-input-wrapper .form-input-label.form-checkbox-label input[type=checkbox],
.payment-processors .forms .payment-type-field .form-input-holder label input[type=radio] {
    display: none;
}

.contributions .cart-summary .summary-row .bottom-data .anonymous label,
.contributions .form-body .form-input-wrapper .radio,
.contributions .form-body .form-input-wrapper .form-input-label.form-checkbox-label,
.payment-processors .forms .payment-type-field .form-input-holder label {
    line-height: 24px;
    text-align: left;
    width: auto;
    display: inline;
    font-size: 18px;
}

.contributions .cart-summary .summary-row .bottom-data .anonymous label:before,
.contributions .form-body .recurring-options .form-input-wrapper .radio:before,
.contributions .form-body .recurring-options .form-input-wrapper .form-input-label.form-checkbox-label:before,
.contributions .form-body .form-input-wrapper .radio:before,
.contributions .form-body .form-input-wrapper .form-input-label.form-checkbox-label:before,
.payment-processors .forms .payment-type-field .form-input-holder label:before {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #EFE7E1;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}

/* Checkbox */
.contributions .form-body .recurring-options .form-input-wrapper .form-input-label.form-checkbox-label.checked:before,
.contributions .form-body .form-input-wrapper .form-input-label.form-checkbox-label.checked:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #DB4523;
    background: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
}

/* Radio */
.contributions .cart-summary .summary-row .bottom-data .anonymous label.checked:before,
.contributions .form-body .recurring-options .form-input-wrapper .radio.checked:before,
.contributions .form-body .form-input-wrapper .radio.checked:before,
.payment-processors .forms .payment-type-field .form-input-holder label.checked:before {
    font-family: "FontAwesome";
    content: "\f111";
    color: #DB4523;
    background: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

/* Custom combo */
.contributions .form-body .organization-information .is-combo input[type=text],
.contributions .form-body .billing-information .is-combo input[type=text],
.contributions .form-body .billing-information .form-panel-saved-addresses select,
.contributions .form-body .secure-payment .form-panel-existing-cards select,
.contributions .form-body .secure-payment .form-panel-card .payment-card-expiration-year-field select,
.contributions .form-body .secure-payment .form-panel-card .payment-card-expiration-month-field select,
.contributions .form-body .secure-payment .form-panel-check select,
.payment-processors .forms .form-input-wrapper .form-input-holder select,
.payment-processors .forms .form-input-wrapper.is-combo .form-input-holder input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    /* todo: convert to font awesome icon if it's possible (if there is wrapper for all these items) */
    background: #fff url("../img/extjs/arrow-gray-down.png") right 12px center no-repeat;
    padding-right: 35px;
}

.contributions .form-body .organization-information {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contributions .form-body .organization-information .group-yes-field {
    text-align: center;
    margin-bottom: 30px;
}

@-moz-document url-prefix() {
    .contributions .form-body .secure-payment .form-panel-card .payment-card-expiration-year-field select .contributions .form-body .secure-payment .form-panel-card .payment-card-expiration-month-field select {
        padding: 10px;
    }
}
/* Accepted Cards */
.contributions .form-body .accepted-cards {
    margin-top: 5px;
}

.contributions .form-body .accepted-cards img {
    height: 19px;
}

.contributions .form-body .accepted-cards .label {
    font-weight: normal;
}

/* Password Strength*/
.contributions .form-body .register-options {
    padding-top: 25px;
    padding-bottom: 25px;
}

.contributions .form-body .register-options .password-strength-info {
    display: none;
}

/* Submit button */
.contributions .form-actions input[type=submit] {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    height: 56px;
    padding: 15px 22px;
}

@media (max-width: 630px) {
    .contributions .title,
    .contributions .cart-summary-title,
    .payment-processors .title-wrapper .title,
    .contributions .form-body .title-wrapper .title {
        line-height: 1.1;
    }
    .contributions .cart-summary .summary-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 450px) {
    .contributions .cart-summary .summary-row .top-data .name {
        padding: 0 15px 4px 0;
    }
    .contributions .cart-summary .summary-row .bottom-data .anonymous {
        float: none;
        padding-top: 2px;
    }
    .contributions .cart-summary .summary-row .bottom-data .anonymous span {
        display: block;
        padding-bottom: 4px;
    }
    .contributions .cart-summary .summary-row .bottom-data .notes {
        float: none;
        padding: 2px 0 0 0;
    }
    .contributions .cart-summary .summary-row .bottom-data .notes .instructions {
        padding-right: 15px;
    }
    .contributions .form-body .title-wrapper .title-options .form-input-wrapper .form-input-label {
        display: block;
        width: 100%;
        font-size: 21px;
        padding-bottom: 10px;
    }
    .contributions .form-body .title-wrapper .title-options .form-input-wrapper .form-input-holder {
        float: none;
    }
    .contributions .form-body .title-wrapper .title-options .form-input-wrapper .form-input-holder .radio {
        margin-left: 0;
        margin-right: 14px;
    }
    /* Recurring dates */
    .contributions .form-body .field-group .form-input-wrapper.recurring-start-date-field,
    .contributions .form-body .field-group .form-input-wrapper.recurring-end-date-field,
    .contributions .form-body .field-group .form-input-wrapper.user-password-field,
    .contributions .form-body .field-group .form-input-wrapper.user-password-repeat-field {
        float: none;
        clear: both;
        width: 100%;
        margin-left: 0;
    }
    /* Card and Check info */
    .contributions .form-body .field-group .form-input-wrapper.payment-card-expiration-month-field,
    .payment-processors .forms .field-group .form-input-wrapper.payment-card-expiration-month-field,
    .contributions .form-body .field-group .form-input-wrapper.payment-card-expiration-year-field,
    .payment-processors .form-body .field-group .form-input-wrapper.payment-card-expiration-year-field,
    .payment-processors .forms .field-group .form-input-wrapper.payment-card-expiration-year-field,
    .contributions .form-body .field-group .form-input-wrapper.payment-check-checking-type-field,
    .payment-processors .form-body .field-group .form-input-wrapper.payment-check-checking-type-field,
    .contributions .form-body .field-group .form-input-wrapper.payment-check-account-type-field,
    .payment-processors .form-body .field-group .form-input-wrapper.payment-check-account-type-field {
        float: none;
        clear: both;
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }
    /* Person info (Name) */
    .contributions .form-body .field-group .form-input-wrapper.person-firstname-field,
    .contributions .form-body .field-group .form-input-wrapper.person-lastname-field {
        float: none;
        clear: both;
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }
    /* Phone info (in Organization and Billing Information) */
    .contributions .form-body .field-group .form-input-wrapper.phone-number-field,
    .contributions .form-body .organization-information .form-panel-organization .inputs-wrapper .group-phone-number-field {
        width: 100%;
    }
    .contributions .form-body .organization-information .form-panel-organization .inputs-wrapper .group-phone-is-outside-us-field,
    .contributions .form-body .field-group .form-input-wrapper.group-phone-number-field,
    .contributions .form-body .field-group .form-input-wrapper.phone-is-outside-us-field,
    .contributions .form-body .field-group .form-input-wrapper.group-phone-is-outside-us-field {
        width: 100%;
        padding-top: 0;
        margin-left: 0;
    }
    .contributions .form-body .accepted-cards {
        display: none;
    }
    .contributions .campaign-page-buttons a {
        width: 100%;
        margin: 3px auto;
    }
}
/*# sourceMappingURL=Checkout.css.map */

.contributions.thank-you {
    margin-bottom: 0;
}

.contributions.thank-you .thanks {
    max-width: 740px;
    padding: 0 15px;
    margin: 0 auto;
}

.contributions.thank-you .thanks img.thanks-icon {
    display: none;
}

.contributions.thank-you .thanks .thanks-message .title {
    font-weight: 800;
    padding: 0;
    font-size: 48px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    color: #000;
    margin: 20px 0 10px;
}

.contributions.thank-you .thanks .thanks-message .content {
    color: #000;
    margin: 50px 0 30px;
}

.contributions.thank-you .separator {
    display: none;
}

.contributions.thank-you .thank-you-login {
    background: #F3EFED;
    padding: 0 15px;
}

.contributions.thank-you .thank-you-login .title {
    font-size: 28px;
    font-weight: 800;
    padding-top: 50px;
    margin-bottom: 28px;
}

.contributions.thank-you .thank-you-login .password-strength-info {
    display: none;
}

.contributions.thank-you .thank-you-login .form-body {
    width: 100%;
    max-width: 563px;
    padding-top: 34px !important;
    padding-bottom: 48px;
}

.contributions.thank-you .thank-you-login .form-body .form-actions input[type=submit] {
    background-color: #006981;
    border-color: #006981;
}
/*# sourceMappingURL=ThankYou.css.map */

.contributions .edit-recurring-form .x-btn .x-btn-inner,
.contributions .edit-recurring-form .x-btn.x-over .x-btn-inner {
    height: auto;
    line-height: normal;
}

.contributions .edit-recurring-form .x-reset .x-toolbar .x-btn,
.contributions .edit-recurring-form .x-reset .x-toolbar .x-btn .x-btn-inner {
    background-color: #DB4523 !important;
    border-color: #DB4523 !important;
}

.contributions .edit-recurring-form .remove-button button {
    background-repeat: no-repeat;
    background-position: center right;
}

.contributions .edit-recurring-form .x-reset .x-container.x-box-layout-ct {
    padding: 0;
}

.contributions .edit-recurring-form .recurring-gift .x-form-field {
    margin-bottom: 5px;
}
/*# sourceMappingURL=EditRecurringBatch.css.map */

/* Style is in Checkout.scss */
/* Fixes for other forms */
.forms .form-input-wrapper {
    margin-bottom: 0;
}

.forms .form-input-wrapper.form-label-left {
    padding-left: 0;
}

.forms .form-input-wrapper .form-input-holder input {
    height: 50px;
}

.forms .form-input-wrapper.form-readonly .form-input-holder input {
    background: #fff;
    opacity: 0.5;
}

.forms .form-actions input {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    text-shadow: none;
}

.forms .form-actions input:hover {
    color: #fff;
}
/*# sourceMappingURL=EditPaymentMethod.css.map */

.prayer-list {
    background: #F3EFED;
}

.prayer-list .all-title,
.prayer-list .list#ordered-list {
    background: #fff;
}

/* Centered */
.prayer-list .navigation,
.prayer-list .list .item,
.prayer-list .all-title .all-title-inner,
.prayer-list .no-prayers {
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

/* Navigation */
.prayer-list .navigation {
    position: relative;
    overflow: visible;
    padding-top: 40px;
    padding-bottom: 31px;
    margin-bottom: 50px;
}

.prayer-list .navigation .date {
    color: #fff;
    font-size: 16px;
    background-color: #6B5A4D;
    border-radius: 4px;
    width: 90px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding: 0;
    margin: 0 3px;
}

.prayer-list .navigation .date #navigation-date {
    width: 90px;
    height: 50px;
}

.prayer-list .navigation .button {
    width: auto;
    height: auto;
    margin: 0;
}

.prayer-list .navigation .left,
.prayer-list .navigation .right {
    background: #6B5A4D;
    border-radius: 4px;
    color: #fff;
    font-family: "FontAwesome";
    width: 45px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.prayer-list .navigation .left:after {
    content: "\f060";
}

.prayer-list .navigation .right:after {
    content: "\f061";
}

.prayer-list .navigation .set_reminder_button {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    margin-top: -130px;
}

/* List */
.prayer-list .list {
    padding: 0 15px 66px;
}

.prayer-list .list#ordered-list {
    padding-bottom: 80px;
}

.prayer-list .list .item {
    position: relative;
    max-width: 1002px;
    border-bottom: 1px solid #979797;
    padding: 22px 144px 22px 113px;
}

.prayer-list .list .item .prayer-title {
    font-size: 21px;
    line-height: 1.1;
    font-weight: 800;
    margin-left: 0;
}

.prayer-list .list .item .actions {
    margin-left: 0;
}

.prayer-list .list .item .info {
    display: block;
    color: #000;
    font-size: 16px;
    margin-top: 4px;
}

.prayer-list .list .item .info .text {
    font-family: "lato", sans-serif;
}

.prayer-list .list .item .info .schedule {
    color: #693C5E;
    padding-right: 10px;
}

.prayer-list .list .item .info .dates {
    padding-left: 0;
}

.prayer-list .actions .edit,
.prayer-list .actions .view {
    position: absolute;
    right: 0;
    top: 50%;
    height: 38px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 14px;
    margin-top: -19px;
}

.prayer-list .actions .edit {
    background-color: #006981;
}

.prayer-list .actions .view {
    background-color: #6B5A4D;
    margin-right: 62px;
}

.prayer-list .list .item .pray {
    float: none;
    position: absolute;
    left: 0;
    top: 50%;
    height: 38px;
    font-size: 16px;
    width: 93px;
    padding: 8px 2px;
    margin-top: -19px;
}

.prayer-list .list .item .pray.unchecked {
    background-color: #006981;
}

.prayer-list .list .item .pray.checked {
    background-color: #693C5E;
}

.prayer-list .all-title {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    padding-top: 62px;
    padding-bottom: 15px;
    margin: 0;
}

.prayer-list .no-prayers {
    display: block;
    padding-top: 10px;
    padding-bottom: 40px;
}

@media (max-width: 800px) {
    .prayer-list .navigation .set_reminder_button {
        height: 40px;
        padding: 5px 16px;
        margin-top: -125px;
    }
}
@media (max-width: 550px) {
    .prayer-list .navigation {
        position: relative;
        text-align: center;
        margin-bottom: 0;
    }
    .prayer-list .navigation .date {
        width: 100%;
        margin: 10px 0;
    }
    .prayer-list .navigation .date #navigation-date {
        width: 100%;
        padding: 0 45px;
    }
    .prayer-list .navigation .left,
    .prayer-list .navigation .right {
        position: absolute;
        left: 15px;
        top: 50px;
        z-index: 2;
    }
    .prayer-list .navigation .right {
        left: auto;
        right: 15px;
    }
    .prayer-list .navigation .set_reminder_button {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        font-size: 18px;
        padding: 13px 22px;
        margin: 75px auto 0;
    }
    .prayer-list .list .item {
        text-align: center;
        padding: 5px 0 13px;
    }
    .prayer-list .list .item .pray {
        float: none;
        position: static;
        margin: 15px auto;
    }
    .prayer-list .list .item .prayer-title {
        margin: 20px 0 10px;
    }
    .prayer-list .actions .edit,
    .prayer-list .actions .view {
        position: static;
        float: none;
        display: inline-block;
        height: auto;
        font-size: 13px;
        padding: 4px 10px;
        margin: 10px 2px;
    }
    .prayer-list .all-title,
    .prayer-list .no-prayers {
        text-align: center;
    }
}
/*# sourceMappingURL=PrayerList.css.map */

.users.users-recover-password {
    text-align: center;
}
.users.users-recover-password h1 {
    font-weight: 800;
    padding: 0;
    font-size: 48px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    color: #000;
    margin: 20px 0 10px;
    margin: 10px 0 35px;
}
.users.users-recover-password .description {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 50px;
}
.users.users-recover-password .message {
    max-width: 400px;
    color: #D0021B;
    margin: 0 auto;
}
.users.users-recover-password .submit {
    margin-top: 35px;
}
/*# sourceMappingURL=RecoverPassword.css.map */

.tpl-menus-menu-dropdown {
    max-width: 678px;
    padding-right: 4px;
    margin: 0 auto -40px;
}

.tpl-menus-menu-dropdown .tpl-select-field-holder:after {
    z-index: -1;
}

.tpl-menus-menu-dropdown .tpl-select-field-holder select {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.tpl-menus-menu-dropdown .tpl-select-field-holder select::-ms-expand {
    display: none;
}
/*# sourceMappingURL=Dropdown.css.map */

.tpl-menus-menu-floating-button {
    position: absolute;
    left: -4px;
    top: 930px;
    z-index: 600;
}

.tpl-menus-menu-floating-button.tpl-fixed {
    position: fixed;
    top: 230px;
}

@media (max-width: 1220px) {
    .tpl-menus-menu-floating-button {
        display: none;
    }
}
/*# sourceMappingURL=FloatingButton.css.map */

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item {
    display: inline-block;
    position: relative;
    overflow: visible;
    /* Sub items */
}
.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item a.tpl-menu-item {
    display: inline-block;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin: 5px;
}
.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item a.tpl-menu-item.tpl-item-first-level {
    font-weight: 500;
    text-transform: uppercase;
    margin: 3px 20px;
}
.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item a.tpl-menu-item .tpl-expand-arrow {
    display: none;
    float: right;
    font-size: 14px;
    line-height: 24px;
}
.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper {
    display: none;
    position: absolute;
    width: 240px;
    left: 50%;
    top: 71px;
    z-index: 501;
    background: #fff;
    border: 2px solid #F3EFED;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: -120px; /* updated with JS in menu view */
}
.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper .tpl-sub-item-hover-bridge {
    display: block;
    position: absolute;
    left: 0;
    top: -53px;
    width: 100%;
    height: 60px;
}
.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper a.tpl-menu-item {
    display: block;
    font-size: 15px;
    font-weight: 400;
    word-wrap: break-word;
    border-radius: 2px;
    padding: 8px 15px;
    margin: 5px 10px;
}
.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper a.tpl-menu-item:hover {
    background-color: #F3EFED;
}
.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item:hover .tpl-sub-items-wrapper {
    display: block;
}

@media (max-width: 1110px) {
    .tpl-menus-menu-horizontal-menu .tpl-items {
        margin-right: 5px;
    }
    .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item {
        display: block;
        /* First show just down arrow */
        /* Toggle arrow on hover */
        /*&:hover a.tpl-menu-item .tpl-expand-arrow.tpl-expand-arrow-down {
          display: none;
        }
        &:hover a.tpl-menu-item .tpl-expand-arrow.tpl-expand-arrow-up {
          display: block;
        }*/
        /* Toggle arrow with "expanded" class from js */
        /* Sub items */
    }
    .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item a.tpl-menu-item.tpl-item-first-level {
        display: block;
        margin: 8px 10px;
    }
    .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item a.tpl-menu-item .tpl-expand-arrow.tpl-expand-arrow-down {
        display: block;
    }
    .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item.expanded a.tpl-menu-item .tpl-expand-arrow.tpl-expand-arrow-down {
        display: none;
    }
    .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item.expanded a.tpl-menu-item .tpl-expand-arrow.tpl-expand-arrow-up {
        display: block;
    }
    .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper {
        display: block;
        position: static;
        top: auto;
        left: auto;
        border: none;
        width: 100%;
        padding: 2px 0;
        margin: 0 !important;
    }
    .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper .tpl-sub-item-hover-bridge {
        display: none;
    }
    .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper a.tpl-menu-item {
        padding: 8px 12px;
        margin: 0 5px;
    }
}
/*# sourceMappingURL=HorizontalMenu.css.map */

.tpl-menus-menu-social-icons .tpl-items a.tpl-item {
    color: #F2F6F7;
    margin: 5px 5px 5px 0;
}
.tpl-menus-menu-social-icons .tpl-items a.tpl-item i.fa {
    font-size: 32px;
}
.tpl-menus-menu-social-icons .tpl-items a.tpl-item span {
    line-height: 32px;
    vertical-align: top;
}

/* In Footer Top */
.tpl-section-footer-top-wrapper .tpl-menus-menu-social-icons {
    float: right;
    text-align: right;
    width: 25%;
    padding-left: 15px;
    margin: 13px 0;
}

/* Responsive - In Footer Top (fixed) */
@media (max-width: 800px) {
    .tpl-section-footer-top-wrapper .tpl-menus-menu-social-icons {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        margin-top: 3px;
    }
}
/* In Footer */
.tpl-section-footer-wrapper .tpl-menus-menu-social-icons {
    margin: 12px 0;
}
.tpl-section-footer-wrapper .tpl-menus-menu-social-icons .tpl-items a.tpl-item {
    margin-right: 14px;
}
.tpl-section-footer-wrapper .tpl-menus-menu-social-icons .tpl-items a.tpl-item i.fa {
    font-size: 50px;
}
.tpl-section-footer-wrapper .tpl-menus-menu-social-icons .tpl-items a.tpl-item span {
    line-height: 50px;
}

/* Responsive - In Footer */
@media (max-width: 420px) {
    .tpl-section-footer-wrapper .tpl-menus-menu-social-icons .tpl-items a.tpl-item {
        margin-right: 10px;
    }
    .tpl-section-footer-wrapper .tpl-menus-menu-social-icons .tpl-items a.tpl-item i.fa {
        font-size: 42px;
    }
    .tpl-section-footer-wrapper .tpl-menus-menu-social-icons .tpl-items a.tpl-item span {
        line-height: 42px;
    }
}
/*# sourceMappingURL=SocialIcons.css.map */

.tpl-menus-menu-vertical-menu .tpl-items .tpl-item {
    margin: 5px 0;
}
.tpl-menus-menu-vertical-menu .tpl-items .tpl-item a {
    font-size: 16px;
}
.tpl-menus-menu-vertical-menu .tpl-items .tpl-item a i.fa {
    line-height: normal;
    margin-right: 5px;
}

/* In User Drop Content position */
.tpl-position-user-drop-content .tpl-menus-menu-vertical-menu .tpl-items .tpl-item a {
    font-size: 14px;
    font-weight: 500;
}
.tpl-position-user-drop-content .tpl-menus-menu-vertical-menu .tpl-items .tpl-item a i.fa {
    color: #333;
    margin-right: 10px;
}

/* In User Welcome Bar position */
.tpl-position-user-welcome-bar .tpl-menus-menu-vertical-menu .tpl-items .tpl-item {
    margin: 0;
}
.tpl-position-user-welcome-bar .tpl-menus-menu-vertical-menu .tpl-items .tpl-item a {
    font-size: 14px;
    font-weight: 400;
}
.tpl-position-user-welcome-bar .tpl-menus-menu-vertical-menu .tpl-items .tpl-item a i.fa {
    color: #333;
    margin-right: 10px;
}

/* In Footer */
.tpl-section-footer-wrapper .tpl-menus-menu-vertical-menu {
    margin: 10px 0 30px;
}
.tpl-section-footer-wrapper .tpl-menus-menu-vertical-menu .tpl-items .tpl-item {
    margin: 15px 0;
}
.tpl-section-footer-wrapper .tpl-menus-menu-vertical-menu .tpl-items .tpl-item a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #F2F6F7;
}
/*# sourceMappingURL=VerticalMenu.css.map */

.advocacy-modules-active-campaigns {
    padding: 20px 0;
    margin: 0 auto;
}
.advocacy-modules-active-campaigns .title-box {
    background: none;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding: 8px 0;
    margin-bottom: 8px;
}
.advocacy-modules-active-campaigns .title-box .link {
    display: none; /* todo: Show this link when we have User Campaigns page styled */
    font-size: 16px;
    margin-top: 6px;
}
.advocacy-modules-active-campaigns .title-box .link a img {
    display: none;
}
.advocacy-modules-active-campaigns .campaigns-table td {
    background-color: #F3EFED;
    text-align: left;
    padding: 20px 10px;
}
.advocacy-modules-active-campaigns .campaigns-table td.icon span {
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 27px;
    background-color: #AEA298;
    border-radius: 50%;
    margin-left: 4px;
}
.advocacy-modules-active-campaigns .campaigns-table td.icon span img {
    max-width: 18px;
    background: none;
    padding: 0;
    margin: 0;
}
.advocacy-modules-active-campaigns .campaigns-table td.campaign-name {
    max-width: 290px;
}
.advocacy-modules-active-campaigns .campaigns-table td.campaign-name span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.advocacy-modules-active-campaigns .campaigns-table td.completion {
    min-width: 88px;
    padding-top: 2px;
}
.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar {
    background-color: #D8CFC8;
    height: 6px;
}
.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .progress-bar-percentage {
    background-color: #75485E;
    height: 6px;
}
.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .completion-percent,
.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .total-percent {
    bottom: auto;
    top: 10px;
    font-size: 13px;
    font-weight: 300;
}
.advocacy-modules-active-campaigns .campaigns-table td.options a {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    font-size: 16px;
    height: 37px;
    padding: 7px 12px;
    margin-right: 5px;
}
.advocacy-modules-active-campaigns .campaigns-table td.options a.view {
    background-color: #6B5A4D;
    border-color: #6B5A4D;
}
.advocacy-modules-active-campaigns .campaigns-table td.options a.promote {
    background-color: #BF672A;
    border-color: #BF672A;
}
.advocacy-modules-active-campaigns .campaigns-table td.no-results {
    font-size: 16px;
    padding-left: 18px;
}
.advocacy-modules-active-campaigns .campaigns-table tr.even td {
    background-color: #fff;
}

@media (max-width: 800px) {
    .advocacy-modules-active-campaigns .campaigns-table table, .advocacy-modules-active-campaigns .campaigns-table tbody, .advocacy-modules-active-campaigns .campaigns-table tr, .advocacy-modules-active-campaigns .campaigns-table td {
        display: block;
    }
    .advocacy-modules-active-campaigns .campaigns-table colgroup {
        display: none;
    }
    .advocacy-modules-active-campaigns .campaigns-table tr {
        position: relative;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        text-align: center;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.campaign-name {
        max-width: 100%;
        padding-left: 62px;
        padding-top: 24px;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.completion {
        padding-left: 20px;
        padding-right: 20px;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.options {
        text-align: center;
    }
}
@media (max-width: 500px) {
    .advocacy-modules-active-campaigns .title-box .title,
    .advocacy-modules-active-campaigns .title-box .link {
        float: none;
        width: 100%;
        text-align: center;
    }
}
/*# sourceMappingURL=ActiveCampaigns.css.map */

/* Rest of the style is in global.scss */
.advocacy-modules-category-summary .body-box .campaigns .campaign .name a {
    color: #000;
}
.advocacy-modules-category-summary .body-box .campaigns .campaign .details {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.advocacy-modules-category-summary .body-box .campaigns .campaign .details a,
.advocacy-modules-category-summary .body-box .campaigns .campaign .details span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
/*# sourceMappingURL=CategorySummary.css.map */

.content-map-modules-show-map {
    background: #FAF8F8;
    position: relative;
}

/* Overwrite default google map style */
.content-map-modules-show-map .gm-style {
    font-size: 12px;
    font-family: "lato", sans-serif;
}

/* Box items with shadow */
.content-map-modules-show-map .map_header .map_select_container .dropdown dd ul,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items.scroll-pane,
.content-map-modules-show-map .no-map-items,
.content-map-modules-show-map .list_items,
.content-map-modules-show-map .content_map_single .tpl-architect-content-map-single {
    background: #fff;
    border: 2px solid #EFE7E1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.content-map-modules-show-map .map_header {
    background: #1A263B;
    width: 100%;
    margin: 0 auto;
    overflow: inherit;
    position: absolute;
    top: 0;
    z-index: 1;
}

.content-map-modules-show-map .map_header .map_header_inner {
    width: 100%;
    max-width: 960px;
    padding: 0 10px;
    margin: 0 auto;
}

.content-map-modules-show-map .map_header label.title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    margin: 3px 1px;
}

.content-map-modules-show-map .map_header .map_select_container,
.content-map-modules-show-map .map_header .map_search_container {
    padding: 16px 0 15px;
}

.content-map-modules-show-map .map_header .map_select_container {
    width: 30%;
    margin-right: 1%;
    z-index: 10;
}

/* General dropdown styles */
.content-map-modules-show-map .map_header .map_select_container .dropdown {
    width: 100%;
    max-width: 327px;
    font-size: 20px;
    color: #AEA298;
    line-height: 46px;
}

.content-map-modules-show-map .map_header .map_select_container .dropdown dd,
.content-map-modules-show-map .map_header .map_select_container .dropdown dt,
.content-map-modules-show-map .map_header .map_select_container .dropdown ul {
    width: 100%;
}

/* DT styles for sliding doors */
.content-map-modules-show-map .map_header .map_select_container .dropdown dt a {
    position: relative;
    border: 2px solid #EFE7E1;
    border-radius: 4px;
    padding-right: 0;
    background: #ffffff;
}

.content-map-modules-show-map .map_header .map_select_container .dropdown dt a:after {
    position: absolute;
    z-index: 0;
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #AEA298;
    top: 50%;
    right: 13px;
    margin-top: -12px;
    font-size: 24px;
}

/* UL styles */
.content-map-modules-show-map .map_header .map_select_container .dropdown dd ul {
    background: #fff;
    border-radius: 4px;
    line-height: 50px;
}

.content-map-modules-show-map .map_header .map_select_container .dropdown dd ul li.combine_all,
.content-map-modules-show-map .map_header .map_select_container .dropdown dt a.combine_all {
    font-size: 60%;
}

.content-map-modules-show-map .map_header .map_select_container .dropdown dd ul li.combine_all .all_icons,
.content-map-modules-show-map .map_header .map_select_container .dropdown dt a.combine_all .all_icons,
.content-map-modules-show-map .map_header .map_select_container .dropdown dt a b.icon,
.content-map-modules-show-map .map_header .map_select_container .dropdown dd ul li a b.icon {
    display: none;
}

.content-map-modules-show-map .map_header .map_select_container .dropdown dd ul li:hover {
    background: #FAF8F8;
}

/* Both selected and drop down items */
.content-map-modules-show-map .map_header .map_select_container .dropdown dt a,
.content-map-modules-show-map .map_header .map_select_container .dropdown dd ul li a {
    color: #AEA298;
    font-weight: 400;
    padding-left: 14px;
}

.content-map-modules-show-map .map_header .map_select_container .dropdown dt a img,
.content-map-modules-show-map .map_header .map_select_container .dropdown dd ul li a img {
    display: none;
}

.content-map-modules-show-map .map_header .map_search_container {
    position: relative;
    float: right;
    width: 69%;
}

.content-map-modules-show-map .map_header .map_search_container:after {
    position: absolute;
    z-index: 0;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #AEA298;
    top: 50%;
    right: 13px;
    margin-top: -12px;
    color: #D8D8D8;
    top: auto;
    right: auto;
    bottom: 28px;
    left: 13px;
    margin-top: 0;
}

.content-map-modules-show-map .map_header .map_search_container input {
    width: 83%;
    float: left;
    height: 50px;
    color: #AEA298;
    font-size: 20px;
    border: 2px solid #EFE7E1;
    border-radius: 4px;
    padding: 4px 12px 4px 41px;
    margin-top: 0;
    margin-right: 1%;
}

.content-map-modules-show-map .map_header .map_search_container a#search_button {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    float: left;
    width: 16%;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 2px;
    margin: 0;
}

.content-map-modules-show-map .map-tags {
    display: none;
}

.content-map-modules-show-map #map_wrapper #map-canvas {
    background: #FAF8F8 !important;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 6px;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button b {
    display: inline-table;
    line-height: 37px;
    vertical-align: middle;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    background: #796E65;
    border-radius: 4px;
    padding: 0 15px;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button.map,
.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button.satellite {
    margin-top: 120px;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button.map {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 0;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button.satellite {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*********************** CUSTOM ZOOM - Start **********************/
.content-map-modules-show-map #map-canvas #map_zoom_holder {
    margin: 135px 7px 7px 15px;
}

.content-map-modules-show-map #map-canvas #map_zoom_holder .map_zoom {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    height: 230px;
    width: 26px;
    position: relative;
}

.content-map-modules-show-map #map-canvas #increase_zoom_control,
.content-map-modules-show-map #map-canvas #decrease_zoom_control {
    cursor: pointer;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 15px;
    color: #796E65;
    left: 50%;
    width: 12px;
    margin-left: -6px;
}

.content-map-modules-show-map #map-canvas #increase_zoom_control {
    top: 7px;
}

.content-map-modules-show-map #map-canvas #increase_zoom_control:after {
    content: "\f067";
}

.content-map-modules-show-map #map-canvas #decrease_zoom_control {
    bottom: 2px;
}

.content-map-modules-show-map #map-canvas #decrease_zoom_control:after {
    content: "\f068";
}

.content-map-modules-show-map #map-canvas #zoom_control {
    background: #796E65;
    border: none;
    border-radius: 2px;
    position: relative;
    top: 27px;
    left: 50%;
    height: 178px;
    width: 10px;
    margin-left: -5px;
}

.content-map-modules-show-map #map-canvas #zoom_control .ui-slider-handle {
    background: #006981;
    border: 2px solid #fff;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    left: -8px;
}

/************************ CUSTOM ZOOM - End ***********************/
/********* MIXED SEARCH, LIST and SINGLE popups - Start ***********/
/* Popup close button - X */
.content-map-modules-show-map .map-pop-up > img,
.content-map-modules-show-map .map-pop-up-list > img {
    top: 10px;
    right: 7px;
    float: right;
    z-index: 10;
}

.content-map-modules-show-map .loading_img {
    background-color: #FAF8F8;
}

.content-map-modules-show-map .map-pop-up .loading_img,
.content-map-modules-show-map .map-pop-up-list .loading_img {
    display: block;
    min-height: 340px;
    width: 100% !important;
    max-width: 370px;
    background-color: transparent;
}

.content-map-modules-show-map .map-pop-up-list .loading_img {
    min-height: 367px;
}

/* list */
.content-map-modules-show-map .map-pop-up-list,
.content-map-modules-show-map .list_items .scroll-pane,
.content-map-modules-show-map .map-pop-up,
.content-map-modules-show-map .map-pop-up .content_map_single,
.content-map-modules-show-map #map_wrapper #map_search_results,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items.scroll-pane {
    width: 370px;
}

.content-map-modules-show-map .list_items {
    width: 100%;
    border: none;
}

.content-map-modules-show-map .map-pop-up-list,
.content-map-modules-show-map .map-pop-up {
    margin-left: 92.5px; /* calculate based on width form module */
    margin-bottom: 8px;
}

.content-map-modules-show-map .map-pop-up-list {
    margin-bottom: 27px;
}

.content-map-modules-show-map .list_items .scroll-pane {
    border: 2px solid #EFE7E1;
    border-top: none;
    max-height: 185px;
}

.content-map-modules-show-map .list_items .scroll-pane .jspContainer,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items.scroll-pane .jspContainer {
    width: 99% !important;
    min-height: 180px;
}

.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items.scroll-pane .jspContainer .jspPane {
    width: 100% !important;
    min-width: 100% !important; /* fix for some width bug with custom scroll */
}

.content-map-modules-show-map .list_items .scroll-pane .scroll-inner,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items.scroll-pane .scroll-inner {
    padding: 12px 10px;
}

.content-map-modules-show-map .list_items .scroll-pane .jspVerticalBar,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items.scroll-pane .jspVerticalBar {
    width: 10px;
    right: 1px;
    top: 5px;
    padding: 0;
}

.content-map-modules-show-map .list_items .scroll-pane .jspVerticalBar .jspTrack,
.content-map-modules-show-map .list_items .scroll-pane .jspVerticalBar .jspTrack .jspDrag,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items.scroll-pane .jspVerticalBar .jspTrack,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items.scroll-pane .jspVerticalBar .jspTrack .jspDrag {
    width: 100%;
}

.content-map-modules-show-map .list_items .scroll-pane .jspVerticalBar .jspTrack,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items.scroll-pane .jspVerticalBar .jspTrack {
    background: none;
    border: none;
}

.content-map-modules-show-map .list_items .scroll-pane .jspVerticalBar .jspTrack .jspDrag,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items.scroll-pane .jspVerticalBar .jspTrack .jspDrag {
    background: #DEDCDF;
    width: 100%;
}

/* single item / row */
.content-map-modules-show-map .list_items .scroll-pane .content_map_list {
    padding-right: 0;
}

.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items .one_item {
    padding-right: 10px;
}

/* title */
.content-map-modules-show-map .list_items,
.content-map-modules-show-map .list_items .page-title,
.content-map-modules-show-map .content_map_single,
.content-map-modules-show-map .content_map_single .tpl-architect-content-map-single,
.content-map-modules-show-map .content_map_single .tpl-page-title,
.content-map-modules-show-map .content_map_single .tpl-page-title .tpl-title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.content-map-modules-show-map .list_items .page-title,
.content-map-modules-show-map .content_map_single .tpl-page-title {
    background: #796E65;
    height: auto;
}

/* Title for Stories*/
.content-map-modules-show-map .map-pop-up-list.story .list_items .page-title,
.content-map-modules-show-map .map-pop-up-list.stories .list_items .page-title,
.content-map-modules-show-map .content_map_single .tpl-architect-story-content-map-single .tpl-page-title {
    background-color: #006981;
}

/* Title for Country / Region */
.content-map-modules-show-map .map-pop-up-list.country .list_items .page-title,
.content-map-modules-show-map .map-pop-up-list.countries .list_items .page-title,
.content-map-modules-show-map .map-pop-up-list.region .list_items .page-title,
.content-map-modules-show-map .map-pop-up-list.region .list_items .page-title,
.content-map-modules-show-map .content_map_single .tpl-architect-region-content-map-single .tpl-page-title {
    background-color: #DB4523;
}

/* Title for Projects (Partners and Projects)*/
.content-map-modules-show-map .map-pop-up-list.project .list_items .page-title,
.content-map-modules-show-map .map-pop-up-list.projects .list_items .page-title,
.content-map-modules-show-map .map-pop-up-list.partner-or-project .list_items .page-title,
.content-map-modules-show-map .map-pop-up-list.partners-and-projects .list_items .page-title,
.content-map-modules-show-map .content_map_single .tpl-architect-project-content-map-single .tpl-page-title {
    background-color: #EEB015;
}

.content-map-modules-show-map .list_items .page-title .title,
.content-map-modules-show-map .content_map_single .tpl-page-title .tpl-title {
    height: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 12px;
}

.content-map-modules-show-map .content_map_single .tpl-page-title .tpl-title a {
    color: inherit;
}

/*** LIST and SEARCH POPUPS - Start ***/
/* image */
.content-map-modules-show-map .list_items .scroll-pane .content_map_list .tpl-image-holder,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items .one_item .tpl-image-holder {
    float: left;
    width: 26%;
    margin-top: 2px;
    margin-right: 3%;
}

.content-map-modules-show-map .list_items .scroll-pane .content_map_list .tpl-image-holder img,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items .one_item .tpl-image-holder img {
    width: 100%;
    max-width: 132px;
}

/* details */
.content-map-modules-show-map .list_items .scroll-pane .content_map_list .tpl-details,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items .one_item .tpl-details {
    float: left;
    width: 71%;
    padding-right: 5px;
}

.content-map-modules-show-map .list_items .scroll-pane .content_map_list .tpl-details .tpl-title,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items .one_item .tpl-details .tpl-title {
    padding-bottom: 3px;
    margin-top: -2px;
}

.content-map-modules-show-map .list_items .scroll-pane .content_map_list .tpl-details .tpl-title a,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items .one_item .tpl-details .tpl-title a {
    display: inline-block;
    color: #000;
    font-size: 11px;
    line-height: 1.1;
}

.content-map-modules-show-map .list_items .scroll-pane .content_map_list .tpl-details .tpl-summary,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items .one_item .tpl-details .tpl-summary {
    font-size: 10px;
}

.content-map-modules-show-map .list_items .scroll-pane .content_map_list .tpl-details .tpl-read-more-link,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items .one_item .tpl-details .tpl-read-more-link {
    margin-left: 2px;
}

.content-map-modules-show-map .list_items .separator,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items .one_item .separator {
    border-top: none 0;
    border-bottom: 1px solid #DEDCDF;
}

/*** LIST and SEARCH POPUPS - End ***/
/********** MIXED SEARCH, LIST and SINGLE popups - End ************/
/********************** SEARCH POPUP - Start ***********************/
.content-map-modules-show-map #map_wrapper #map_search_results {
    display: none;
    top: 118px;
    margin-left: 290px;
}

.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items,
.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items .jspContainer {
    min-height: 200px;
}

.content-map-modules-show-map #map_wrapper #map_search_results .search_list_items.scroll-pane {
    border-radius: 4px;
}

.content-map-modules-show-map #map_wrapper #map_search_results .search_triangle {
    display: none;
}

/*********************** SEARCH POPUP - End ************************/
/********************** SINGLE POPUP - Start **********************/
.content-map-modules-show-map .content_map_single .tpl-architect-content-map-single {
    border: none;
    max-height: 250px;
    overflow: hidden;
}

.content-map-modules-show-map .content_map_single .tpl-content-holder {
    border: 2px solid #EFE7E1;
    border-top: none;
}

.content-map-modules-show-map .content_map_single .tpl-details {
    padding: 10px 15px 5px 11px;
}

.content-map-modules-show-map .content_map_single .tpl-details .tpl-image-holder {
    float: left;
    width: 36%;
    margin-top: 3px;
    margin-right: 4%;
}

.content-map-modules-show-map .content_map_single .tpl-details .tpl-image-holder img {
    width: 100%;
    max-width: 175px;
}

.content-map-modules-show-map .content_map_single .tpl-details .tpl-body {
    float: left;
    width: 60%;
    font-size: 12px;
    line-height: 1.36;
    font-weight: 300;
}

.content-map-modules-show-map .content_map_single .tpl-details .tpl-body p {
    margin: 0;
}

.content-map-modules-show-map .content_map_single .tpl-details-bottom {
    text-align: right;
    margin-top: 5px;
    padding: 3px 15px 15px 10px;
}

.content-map-modules-show-map .content_map_single .tpl-details-bottom .tpl-button-holder .tpl-view-more-button {
    font-size: 10px;
    height: auto;
    padding: 6px 9px;
}

/*********************** SINGLE POPUP - End ***********************/
.content-map-modules-show-map .no-map-items {
    color: #4c4c4c;
    padding: 10px 30px;
    margin-top: 10px;
}

.content-map-modules-show-map .map_footer {
    display: none;
}

@media only screen and (max-width: 800px) {
    .content-map-modules-show-map .map_header {
        height: auto;
        min-height: 230px;
    }
    .content-map-modules-show-map .map_header .map_select_container,
    .content-map-modules-show-map .map_header .map_search_container {
        float: left;
        width: 100%;
        clear: both;
        margin: 0 auto;
    }
    .content-map-modules-show-map .map_header label.title {
        text-align: center;
    }
    .content-map-modules-show-map .map_header .map_select_container .dropdown {
        margin-left: auto;
        margin-right: auto;
    }
    .content-map-modules-show-map .map_header .map_search_container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .content-map-modules-show-map .map_header .map_search_container:after {
        left: 43px;
    }
    .content-map-modules-show-map .map_header .map_search_container a#search_button {
        font-size: 19px;
    }
    /* Fixing map position */
    .content-map-modules-show-map #map_wrapper #map-canvas .gm-style {
        margin-top: 110px;
    }
    /* Fixing search results position */
    .content-map-modules-show-map #map_wrapper #map_search_results {
        top: 228px;
        margin-left: 30px;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 540px) {
    .content-map-modules-show-map .map_header .map_search_container {
        padding-left: 0;
        padding-right: 0;
    }
    .content-map-modules-show-map .map_header .map_search_container:after {
        left: 13px;
    }
    .content-map-modules-show-map .map_header .map_search_container input {
        width: 72%;
    }
    .content-map-modules-show-map .map_header .map_search_container a#search_button {
        width: 27%;
    }
    .content-map-modules-show-map #map_wrapper #map_search_results {
        left: 0;
        margin: auto;
    }
}
/*# sourceMappingURL=ShowMap.css.map */

/* Rest of the style is in global.scss */
.contributions-modules-contribution-summary .body-box .campaigns .campaign .details {
    font-size: 16px;
}
.contributions-modules-contribution-summary .body-box .campaigns .campaign .details span {
    font-size: 14px;
    font-weight: 500;
    color: #006981;
}
/*# sourceMappingURL=ContributionSummary.css.map */

.contributions-modules-shopping-cart {
    float: none;
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button {
    line-height: 25px;
    font-size: 18px;
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:after {
    font-family: FontAwesome;
    font-weight: 400;
    color: #000;
    content: "\f07a";
    margin-right: 5px;
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-icon {
    display: none;
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter {
    float: right;
    color: #DB4523;
    position: static;
    line-height: 25px;
    font-size: 18px;
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter:before {
    color: #000;
    content: "(";
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter:after {
    color: #000;
    content: ")";
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-label {
    display: none;
}

.contributions-modules-shopping-cart .cart-summary-popup {
    position: static;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary-anchor {
    position: absolute;
    left: 50%;
    top: 18px; /* bridge to reach icon so we have "hover" working properly */
    border: none;
    width: 60px;
    height: 60px;
    margin-left: -30px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 69px;
    background: #fff;
    border: 2px solid #F3EFED;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 401;
    box-shadow: none;
    padding: 8px;
    margin-left: -150px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row td {
    font-size: 14px;
    color: #000;
    border-bottom: none;
    background-color: #F3EFED;
    padding: 9px 5px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row:nth-child(even) td {
    background-color: #fff;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .thumbnail {
    width: 0;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .thumbnail img {
    display: none;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .actions {
    text-align: right;
    max-width: 20px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .actions a {
    position: relative;
    display: inline-block;
    border-radius: 2px;
    background: #AEA298;
    color: #fff;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .actions a:after {
    font-family: "FontAwesome";
    content: "\f00d";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    font-weight: 400;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .actions a img {
    display: none;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row.total td {
    background: #DB4523;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row.total .amount,
.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row.total .title a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row.total .amount {
    width: 50%;
}

@media (max-width: 1490px) {
    .contributions-modules-shopping-cart .cart-summary-popup .cart-summary {
        left: auto;
        right: 0;
        margin: 0;
    }
}
@media (max-width: 600px) {
    .contributions-modules-shopping-cart .cart-summary-popup .cart-summary {
        top: 59px;
    }
}
@media (max-width: 480px) {
    .contributions-modules-shopping-cart .cart-summary-popup {
        padding: 0 10px;
    }
    .contributions-modules-shopping-cart .cart-summary-popup .cart-summary {
        position: fixed;
        width: 100%;
        top: 91px;
        left: 0;
    }
}
/*# sourceMappingURL=ShoppingCart.css.map */

.contributions-modules-unknown-giving {
    color: #fff;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 450px;
    height: 500px;
    overflow: hidden;
}

.contributions-modules-unknown-giving .content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.contributions-modules-unknown-giving .title-box {
    color: #FFF;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.2;
}

.contributions-modules-unknown-giving .body-box {
    position: relative;
    max-width: 344px;
    padding-top: 20px;
    padding-bottom: 53px;
    margin: 0 auto;
}

.contributions-modules-unknown-giving .summary-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.contributions-modules-unknown-giving .summary-text a {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #DB4523;
    background-color: #DB4523;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    height: auto;
    width: 100%;
    font-size: 14px;
    padding: 8px 4px;
}

.contributions-modules-unknown-giving .form-input {
    margin-bottom: 9px;
}

/* fields and "give" button */
.contributions-modules-unknown-giving .form-input input,
.contributions-modules-unknown-giving .submit .form-button {
    font-size: 18px;
    height: 56px;
}

.contributions-modules-unknown-giving .form-input input {
    text-align: left;
    color: #796E65;
    border: 2px solid #EFE7E1;
    line-height: 56px;
}

.contributions-modules-unknown-giving .form-input.fullname-input {
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.contributions-modules-unknown-giving .form-input.fullname-input:after {
    content: "or";
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: -5px;
}

.contributions-modules-unknown-giving .form-input.amount-input {
    width: 100%;
}

.contributions-modules-unknown-giving .left-box-val {
    display: none;
}

.contributions-modules-unknown-giving .right-box-val {
    display: none;
}

.contributions-modules-unknown-giving .submit {
    width: 100%;
}

.contributions-modules-unknown-giving .submit .form-button {
    width: 100%;
    padding: 2px;
}

@media (max-width: 800px) {
    .contributions-modules-unknown-giving .body-box {
        padding-bottom: 50px;
    }
    .contributions-modules-unknown-giving .form-input input,
    .contributions-modules-unknown-giving .submit .form-button {
        font-size: 18px;
        height: 50px;
    }
    .contributions-modules-unknown-giving .form-input input {
        line-height: 50px;
    }
}
@media (max-width: 100px) {
    .tpl-position-custom-wide .contributions-modules-unknown-giving {
        float: none;
        width: 100%;
        min-height: 1px !important;
    }
    .tpl-position-custom-wide .contributions-modules-unknown-giving .content-wrapper {
        float: none;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        padding: 50px 20px;
    }
}
/*# sourceMappingURL=UnknownGiving.css.map */

.contribution-module .x-grid-cell .give-again-button {
    background-color: #006981 !important;
}
.contribution-module .x-grid-cell .give-again-button:hover {
    background-color: #006981 !important;
}
/*# sourceMappingURL=MyContributions.css.map */

.google-modules-google-search {
    padding: 10px 0 30px;
}
.google-modules-google-search form.custom-search-form {
    position: relative;
    border-radius: 4px;
    background: #6B5A4D;
    padding: 5px 15px;
    margin: 30px 0;
}
.google-modules-google-search form.custom-search-form .search-input-wrapper {
    position: relative;
    padding-right: 135px; /* width of filter button */
    margin: 10px 0;
}
.google-modules-google-search form.custom-search-form .search-input-wrapper:before {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 21px;
    content: "\f002";
    color: #EFE7E1;
    text-align: center;
    width: 22px;
    height: 22px;
    background: none;
    left: 15px;
    top: 50%;
    margin-top: -11px;
}
.google-modules-google-search form.custom-search-form .search-input-wrapper input {
    border-radius: 4px;
    width: 100%;
    font-family: "lato", sans-serif;
    border: 2px solid #F3EFED;
    color: #000;
    font-style: normal;
    background: #fff;
    font-size: 20px;
    height: 50px;
    padding: 8px 10px 8px 46px;
}
.google-modules-google-search form.custom-search-form .search-button {
    width: 100%;
    max-width: 125px;
    font-style: normal;
    line-height: normal;
    display: inline-block;
    border-radius: 4px;
    box-shadow: none;
    vertical-align: top;
    text-align: center;
    font-weight: 400;
    font-family: "lato", sans-serif;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background: #006981;
    border: 1px solid #006981;
    padding: 4px 2px;
    margin: 0;
}
.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area {
    margin: 0;
    padding: 10px 0;
}
.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area .gsc-above-wrapper-area-container .gsc-result-info-container .gsc-result-info {
    display: inline;
    padding: 0;
}
.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area .gsc-above-wrapper-area-container .gsc-orderby-container .gsc-orderby .gsc-option-menu-container,
.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area .gsc-selected-option-container {
    min-width: 62px;
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
}
.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area .gsc-above-wrapper-area-container .gsc-orderby-container .gsc-orderby .gsc-option-menu-container .gsc-selected-option {
    font-size: 12px;
    padding: 0;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gcsc-branding {
    display: none;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results {
    padding: 0;
    margin: 0;
    width: 100%;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult {
    border: none;
    background: #fff;
    margin: 35px 0;
    padding: 0;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-snippet-close {
    padding: 10px 20px 10px;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail {
    width: 19%;
    max-width: 220px;
    padding: 0;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box {
    float: none;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box a .gs-image {
    width: 100% !important;
    height: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gs-snippet,
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title,
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-url-bottom {
    font-family: "lato", sans-serif;
    color: #000;
    font-weight: 300;
    margin-bottom: 5px;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gs-snippet {
    font-size: 14px;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title,
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title b {
    text-decoration: none;
    font-size: 24px;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-snippet-close .gs-title {
    height: auto;
    width: 100%;
    max-width: 100%;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title b {
    color: #006981;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gs-visibleUrl {
    color: #006981;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box {
    border: none;
    text-align: center;
    margin: 20px 0 10px;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
    border-radius: 4px;
    border-color: #AEA298;
    background-color: #AEA298;
    width: 30px;
    line-height: normal;
    vertical-align: middle;
    color: #fff;
    padding: 6px 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
    background: #75485E;
}

@media (max-width: 990px) {
    .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail {
        width: 31%;
    }
}
@media (max-width: 700px) {
    .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-snippet-close {
        padding: 20px 20px 25px;
    }
    .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail {
        width: auto;
    }
    .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box {
        display: none;
    }
}
@media (max-width: 700px) {
    .google-modules-google-search form.custom-search-form .search-input-wrapper {
        padding-right: 105px;
    }
    .google-modules-google-search form.custom-search-form .search-button {
        max-width: 100px;
    }
}
/*# sourceMappingURL=GoogleSearch.css.map */

.motion-modules-checklist-items {
    padding: 20px 0;
    margin: 0 auto;
}

.motion-modules-checklist-items .x-grid-view .resend-reference-button {
    background: #bf672a;
}

.motion-modules-checklist-items .x-grid-view .x-no-records {
    text-align: left;
    font-size: 16px;
    color: #000;
    font-family: "lato", sans-serif;
    padding: 30px 18px;
}
/*# sourceMappingURL=ApplicationChecklistItems.css.map */

.motion-modules-interest-list {
    padding: 20px 0;
    margin: 0 auto;
}

.motion-modules-interest-list #interest-list-grid .x-panel-header-default-top {
    padding-right: 0;
}

.motion-modules-interest-list #interest-list-grid .x-panel-header .x-panel-header-body .x-box-inner {
    height: auto;
    min-height: 34px;
}

.motion-modules-interest-list #interest-list-grid .x-panel-header .x-panel-header-body .x-tool-default {
    top: 0 !important;
    height: auto !important;
}

.motion-modules-interest-list #interest-list-grid .x-panel-header .x-panel-header-body .x-tool-default .x-tool-view-all {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    font-size: 17px;
    text-transform: capitalize;
    height: auto;
    background-image: url("../img/extjs/view-all.png");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    padding: 4px 10px 4px 30px;
}

.motion-modules-interest-list #interest-list-grid .x-panel-header .x-panel-header-body .x-tool-default .x-tool-view-all img {
    display: none;
}

.motion-modules-interest-list #interest-list-grid .x-btn-default-toolbar-small {
    display: none;
}

.motion-modules-interest-list #interest-list-grid .x-grid-with-row-lines .x-action-col-cell .x-grid-cell-inner {
    position: relative;
    overflow: visible;
    min-height: 14px;
    padding: 0 0 0 4px;
}

.motion-modules-interest-list #interest-list-grid .x-grid-with-row-lines .x-action-col-cell .x-grid-cell-inner:after {
    font-family: "FontAwesome";
    content: "\f00d";
    color: #DB4523;
    font-size: 20px;
    line-height: 1;
}

.motion-modules-interest-list #interest-list-grid .x-grid-with-row-lines .x-action-col-cell .x-grid-cell-inner .interest-list-remove,
.motion-modules-interest-list #interest-list-grid .x-grid-with-row-lines .x-action-col-cell .x-grid-cell-inner .interest-list-remove:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: none !important;
    margin-top: -10px;
    margin-left: -10px;
}

.interest-list-item .intereset-list-item-title .button,
.interest-list-item .intereset-list-item-title .button:hover {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    font-size: 13px;
    height: auto;
    padding: 3px 8px;
    margin-left: 4px;
}

.interest-list-item .intereset-list-item-title .button.view {
    margin-left: 10px;
}

.interest-list-item .intereset-list-item-title .button.remove {
    background-color: #6B5A4D;
    border-color: #6B5A4D;
}
/*# sourceMappingURL=MotionInterestList.css.map */

.MotionDataSubmitApplication > .title {
    text-align: center;
}

.MotionDataSubmitApplication .form-wrapper .application-form .tpl-loading-image {
    min-height: 150px;
}

.MotionDataSubmitApplication .form-wrapper .title {
    display: none;
}

.MotionDataSubmitApplication .buttons .button {
    background-color: #006981;
    border: 1px solid #006981;
    color: #fff;
    font-size: 18px;
    padding: 13px 22px;
}

.MotionDataSubmitApplication .form-wrapper .application-form .MotionSubmitApplicationForm .crm-field-container {
    margin-bottom: -11px;
}
/*# sourceMappingURL=SubmitApplication.css.map */

.motion-modules-my-files .my-files-inner {
    border: none;
}

.motion-modules-my-files .my-files-inner .title-box {
    background-color: #DB4523;
    padding: 9px;
    padding-left: 50px;
    font-size: 16px;
}

.motion-modules-my-files .my-files-inner .body-box .file-data {
    padding: 10px;
    border: none;
}
/*# sourceMappingURL=MyFiles.css.map */

.newsletters-modules-newsletter-subscribe {
    max-width: 450px;
    margin: 6px 0;
}
.newsletters-modules-newsletter-subscribe .title {
    color: #fff;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.1;
    margin: 0 0 12px;
}
.newsletters-modules-newsletter-subscribe .subtitle {
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 20px;
}
.newsletters-modules-newsletter-subscribe .forms {
    position: relative;
}
.newsletters-modules-newsletter-subscribe .forms .field-group .form-input-wrapper {
    width: 50%;
}
.newsletters-modules-newsletter-subscribe .forms .field-group .form-input-wrapper.firstname-field {
    padding-right: 4px;
}
.newsletters-modules-newsletter-subscribe .forms .field-group .form-input-wrapper.lastname-field {
    padding-left: 4px;
}
.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper {
    padding-bottom: 0;
    margin-top: 8px;
}
.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper.email-field {
    padding-right: 121px;
}
.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper.form-disabled {
    opacity: 0.5;
}
.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper.form-readonly .form-input-holder input {
    cursor: not-allowed;
}
.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder input,
.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder select {
    border: none;
    padding: 4px 14px;
}
.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder .has-error {
    border: 2px solid #EFE7E1;
    border-color: #D0021B;
    color: #D0021B;
}
.newsletters-modules-newsletter-subscribe .forms .form-actions {
    position: absolute;
    right: 0;
    bottom: 0;
}
.newsletters-modules-newsletter-subscribe .forms .form-actions input {
    border: none;
    width: 113px;
    font-size: 18px;
}
.newsletters-modules-newsletter-subscribe .forms .form-actions input[disabled=disabled], .newsletters-modules-newsletter-subscribe .forms .form-actions input:disabled {
    color: transparent;
    background: transparent url("../img/ajax-loader.gif") 50% 50% no-repeat;
}
.newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation {
    background: none;
    padding: 10px 0;
}
.newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation .title {
    color: #333;
}
.newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation .message {
    color: #236192;
}

/* Centered with "Text Align - Centered" Wrapper class */
.text-align-center .newsletters-modules-newsletter-subscribe {
    max-width: 533px;
    margin: 47px auto 70px;
}
.text-align-center .newsletters-modules-newsletter-subscribe .title {
    color: #000;
    font-weight: 300;
    font-size: 48px;
    margin: 3px 0 33px;
}
.text-align-center .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder input,
.text-align-center .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder select {
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 18px;
    width: 100%;
    border: 2px solid #EFE7E1;
    background: #fff;
    color: #796E65;
    padding: 4px 14px;
    margin: 0;
    height: 56px;
    line-height: 56px;
}
.text-align-center .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder select {
    padding-top: 0;
    padding-bottom: 0;
}
.text-align-center .newsletters-modules-newsletter-subscribe .forms .form-actions input {
    font-size: 20px;
    height: 56px;
    padding: 15px 22px;
    padding-left: 2px;
    padding-right: 2px;
}

/* In Footer Top (fixed) */
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe {
    float: left;
    max-width: 100%;
    width: 75%;
    margin: 9px 0;
}
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .title {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    margin: 0;
}
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .subtitle {
    display: none;
}
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms {
    padding-left: 218px;
    padding-right: 67px;
}
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms .field-group {
    float: left;
    width: 66%;
    padding-right: 8px;
}
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper {
    margin-top: 0;
}
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper.email-field {
    float: left;
    width: 34%;
    padding-right: 0;
}
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder input,
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder select {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms .form-actions input {
    height: 40px;
    width: 58px;
    font-size: 14px;
}
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation {
    padding: 5px 0;
    height: 40px;
    background: #796E65;
    position: relative;
    z-index: 1;
}
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation .title {
    color: #fff;
    width: 100%;
    text-align: center;
}
.tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation .message {
    display: none;
}

/* Responsive - In Footer Top (fixed) */
@media (max-width: 800px) {
    .tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe {
        width: 100%;
        max-width: 100%;
    }
    .tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .title {
        color: #000;
        font-weight: 400;
        font-size: 35px;
        text-align: center;
        position: static;
        line-height: 1.1;
        margin: 2px 0 8px;
    }
    .tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .subtitle {
        display: none;
    }
    .tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms {
        padding-left: 0;
    }
}
@media (max-width: 480px) {
    .tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms {
        padding-right: 0;
    }
    .tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms .field-group {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper {
        margin-top: 8px;
    }
    .tpl-section-footer-top-wrapper .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper.email-field {
        float: none;
        width: 100%;
        padding-right: 67px;
    }
}
/* In Footer */
.tpl-section-footer-wrapper .newsletters-modules-newsletter-subscribe {
    max-width: 100%;
    margin: 25px 0 23px;
}
.tpl-section-footer-wrapper .newsletters-modules-newsletter-subscribe .title {
    color: #F2F6F7;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.1;
    margin: 3px 0;
}
.tpl-section-footer-wrapper .newsletters-modules-newsletter-subscribe .subtitle {
    display: none;
}
.tpl-section-footer-wrapper .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper.email-field {
    padding-right: 84px;
}
.tpl-section-footer-wrapper .newsletters-modules-newsletter-subscribe .forms .form-actions input {
    width: 76px;
}
/*# sourceMappingURL=NewsletterSubscribe.css.map */

.people-modules-edit-profile {
    max-width: 563px;
    padding: 8px 5px 6px;
    margin: 0 auto;
}
.people-modules-edit-profile .crm-field-container .add-phone-wrapper .x-box-inner > div {
    width: 100% !important;
}
.people-modules-edit-profile .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button {
    left: auto;
    right: 10px;
    top: 0 !important;
    background-color: transparent !important;
    border: none;
    height: auto;
    padding: 0;
}
.people-modules-edit-profile .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button button {
    float: right;
    width: auto;
    height: auto !important;
    line-height: normal;
}
.people-modules-edit-profile .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button .x-btn-inner {
    height: auto;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    color: #006981 !important;
    background-color: transparent !important;
}
.people-modules-edit-profile .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button .x-btn-inner:before {
    font-family: "FontAwesome";
    content: "\f055";
    font-weight: 400;
    margin-right: 8px;
}
.people-modules-edit-profile .x-toolbar .x-btn,
.people-modules-edit-profile .x-toolbar .x-btn .x-btn-inner {
    background-color: #006981 !important;
}
.people-modules-edit-profile .x-toolbar .x-btn {
    height: 50px;
    width: auto;
}
.people-modules-edit-profile .x-toolbar .x-btn .x-btn-inner {
    font-size: 20px;
    height: auto;
    width: auto;
}
.people-modules-edit-profile .payment-method-warning .x-form-display-field {
    font-size: 16px;
}
/*# sourceMappingURL=EditProfile.css.map */

.person-details-tpl {
    color: #000 !important;
    font-size: 18px !important;
}
.person-details-tpl .image img {
    border: none !important;
    box-shadow: none !important;
}
.person-details-tpl .section .row {
    padding-right: 20px;
}
.person-details-tpl .phone {
    border-right: 0 !important;
}
.person-details-tpl .phone .row span {
    display: none;
}
/*# sourceMappingURL=PersonDetails.css.map */

.people-modules-photo-bank-responsive {
    max-width: 573px;
    text-align: center;
    padding: 48px 5px 0;
    margin: 0 auto;
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .loading-mask {
    background: rgba(255, 255, 255, 0.9) url("../img/ajax-loader.gif") 50% 50% no-repeat;
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .loading-mask:after {
    content: "";
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-title {
    font-size: 24px;
    font-weight: 500;
    padding: 0;
    margin: 13px 0;
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .no-photos {
    font-size: 16px;
    margin: 10px 0;
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item {
    float: none;
    display: inline-block;
    margin: 8px;
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item span.delete-button {
    background-color: rgba(255, 255, 255, 0.8);
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 20px;
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item span.delete-button:after {
    content: "\f00d";
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section {
    float: none;
    width: 100%;
    margin: 0;
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .default-photo .current-photo img {
    width: 275px;
    height: 275px;
    max-width: 275px;
    border-radius: 50%;
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .default-photo.default-photo-empty {
    width: 275px;
    height: 275px;
    background: url("../img/user.png") 50% 50% no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .default-photo.default-photo-empty .current-photo img {
    display: none;
}
.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .upload-form .upload-button {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    width: 100%;
    max-width: 315px;
    margin: 25px auto;
}
/*# sourceMappingURL=PhotoBank.css.map */

.fancybox-pray-popup .fancybox-skin {
    background: #fff;
}

.fancybox-wrap.fancybox-pray-popup .loading {
    background-color: #fff;
    max-width: 100%;
}

.pray-popup .loading,
.second-pray-popup .loading {
    width: 100%;
    background-color: #fff;
}

.second-pray-popup .loading {
    min-width: 300px;
}

.com-prayers-popup .pop_up {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    position: relative;
    padding: 0;
}

.com-prayers-popup .pop_up .close {
    position: absolute;
    right: 0;
    height: 24px;
    width: 24px;
    z-index: 1;
}

.com-prayers-popup .pop_up .close span {
    cursor: pointer;
    float: none;
    background-image: none;
    width: 24px;
    height: 24px;
    position: relative;
    color: #000;
}

.com-prayers-popup .pop_up .close span:after {
    display: block;
    font-family: "FontAwesome";
    content: "\f00d";
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.com-prayers-second-popup .second_pop_up .close {
    position: absolute;
    right: 0;
    height: 24px;
    width: 24px;
    z-index: 1;
}

.com-prayers-second-popup .second_pop_up .close span {
    /*display: block;*/
    cursor: pointer;
    float: none;
    background-image: none;
    width: 24px;
    height: 24px;
    position: relative;
}

.com-prayers-second-popup .second_pop_up .close span:after {
    display: block;
    font-family: "FontAwesome";
    content: "\f00d";
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.com-prayers-popup .pop_up label {
    /*display: block;*/
    margin-top: 0;
    padding: 10px 0 5px 2px;
}

.com-prayers-popup .pop_up input,
.com-prayers-popup .pop_up select,
.com-prayers-popup .pop_up textarea {
    margin: 0;
    font-size: 15px;
}

.com-prayers-popup .pop_up .motion-integration {
    padding: 0 5px;
    padding-top: 10px;
}

.com-prayers-popup .pop_up .motion-integration .checkbox {
    width: auto;
    height: auto;
    background: none;
}

.com-prayers-popup .pop_up .motion-integration .checkbox input {
    margin: 0;
    margin-right: 5px;
    -webkit-appearance: checkbox;
    vertical-align: middle;
    line-height: 20px;
}

.com-prayers-popup .pop_up .motion-integration .checkbox label {
    display: inline;
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
}

.com-prayers-popup .pop_up .name_holder,
.com-prayers-popup .pop_up .note_holder {
    padding: 0 5px;
}

.com-prayers-popup .pop_up .note_holder textarea {
    width: 100%;
    height: 90px;
}

.com-prayers-popup .pop_up .start_date_holder,
.com-prayers-popup .pop_up .end_date_holder,
.com-prayers-popup .pop_up .recurring_holder,
.com-prayers-popup .pop_up .recurring_days_in_week_holder {
    float: left;
    width: 50%;
    margin: 0;
}

.com-prayers-popup .pop_up .start_date_holder {
    padding: 0 5px;
}

.com-prayers-popup .pop_up .end_date_holder {
    padding: 0 5px;
    /*display: none;*/
}

.com-prayers-popup .pop_up .recurring_holder {
    padding: 0 5px;
}

.com-prayers-popup .pop_up .recurring_days_in_week_holder {
    padding: 0 5px;
    /*display: none;*/
}

.com-prayers-popup .pop_up .recurring_days_in_week_holder table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    /*text-align: center;*/
}

.com-prayers-popup .pop_up .recurring_days_in_week_holder .one_chk {
    float: left;
    font-size: 90%;
    text-align: center;
    height: 30px;
    padding-right: 5px;
    width: 25%;
}

.com-prayers-popup .pop_up .recurring_days_in_week_holder .one_chk label {
    line-height: 30px;
    text-align: left;
    vertical-align: middle;
    padding: 0;
}

.com-prayers-popup .pop_up .recurring_days_in_week_holder input[type=checkbox] {
    display: none;
}

.com-prayers-popup .pop_up .recurring_days_in_week_holder input[type=checkbox] + label span {
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    background: none;
    color: #EFE7E1;
    margin: -3px 5px 0 0;
}

.com-prayers-popup .pop_up .recurring_days_in_week_holder input[type=checkbox] + label span:after {
    display: block;
    font-family: "FontAwesome";
    content: "\f096";
    font-size: 24px;
    width: 24px;
    height: 24px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px;
}

.com-prayers-popup .pop_up .recurring_days_in_week_holder input[type=checkbox]:checked + label span:after {
    content: "\f046";
}

/* Older IE fixes */
/*.com-prayers-popup .pop_up .recurring_days_in_week_holder .old_ie_wrapper input[type="checkbox"]{*/
/*display: block;*/
/*margin-left: 8px;*/
/*}*/
/*.com-prayers-popup .pop_up .recurring_days_in_week_holder .old_ie_wrapper label {*/
/*margin: 0;*/
/*}*/
/*.com-prayers-popup .pop_up .recurring_days_in_week_holder .old_ie_wrapper input[type="checkbox"] + label span {*/
/*display: none;*/
/*}*/
.com-prayers-popup .pop_up .user_name_holder {
    /*width: 100%;*/
    /*float: none;*/
    /*display: block;*/
}

.com-prayers-popup .pop_up .user_name_holder label {
    padding-left: 5px;
}

.com-prayers-popup .pop_up .user_name_holder .firstname,
.com-prayers-popup .pop_up .user_name_holder .lastname {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px;
}

.com-prayers-popup .pop_up .user_name_holder input {
    width: 100%;
}

.com-prayers-popup .pop_up .user_name_holder .firstname {
    margin-right: 0;
}

.com-prayers-popup .pop_up .email_holder {
    padding: 0 5px;
}

.com-prayers-popup .pop_up .error {
    color: #D0021B;
    padding: 2px 0 0 4px;
}

.com-prayers-popup .pop_up .submit_holder {
    margin: 0;
    padding: 10px 5px 5px;
}

.com-prayers-popup .pop_up .submit_holder button {
    font-size: 17px;
    height: auto;
    padding: 8px 11px;
    margin: 10px 10px 10px 0;
}

.com-prayers-popup .pop_up .submit_holder button[type=reset] {
    background: #6B5A4D;
    border-color: #6B5A4D;
}

@media only screen and (max-width: 640px) {
    .pray-popup .loading,
    .second-pray-popup .loading {
        min-width: 250px;
    }
    .com-prayers-popup .pop_up .start_date_holder,
    .com-prayers-popup .pop_up .end_date_holder,
    .com-prayers-popup .pop_up .recurring_holder,
    .com-prayers-popup .pop_up .recurring_days_in_week_holder {
        width: 100%;
    }
}
@media only screen and (max-width: 560px) {
    .com-prayers-popup .pop_up .thumbnail,
    .com-prayers-popup .pop_up .title_and_summary {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
}
/*** Second popup ***/
.second-pray-popup .loading {
    /*height: 100%;*/
    /*width: 380px;*/
    /*z-index: 10;*/
    /*background: #352C24 url("img/ajax-loader.gif") no-repeat 50% 50%;*/
    /*margin: 0 auto;*/
}

.com-prayers-second-popup .second_pop_up .email_holder label,
.com-prayers-second-popup .second_pop_up .password_holder label {
    /*display: block;*/
    /*margin-top: 8px;*/
}

.com-prayers-second-popup .second_pop_up .submit_holder {
    /*margin: 20px 0 0 0;*/
}

/*** Set Reminder Popup ***/
.set-reminder-fancybox-wrap {
    /*width: 600px !important;*/
}

.set-reminder-fancybox-wrap .fancybox-inner {
    /*width: auto !important;*/
}

.set-reminder-popup .loading {
    /*width: 500px;*/
    /*height: 100%;*/
    /*z-index: 10;*/
    /*background: url("img/ajax-loader.gif") no-repeat 50% 50%;*/
    /*margin: 0 auto;*/
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .title {
    /*font-size: 32px;*/
    /*margin-bottom: 20px;*/
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .fields {
    /*background: #fff;*/
    /*color: #222;*/
    /*padding: 20px 20px 20px 30px;*/
    /*margin-bottom: 10px;*/
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .fields input,
.com-prayers-set-reminder-popup .set_reminder_pop_up .fields select {
    /*margin: 0 5px;*/
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .fields input#PrayerReminderStartTime {
    /*width: 50px;*/
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .fields select#PrayerReminderRepeat {
    /*width: 35px;*/
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .fields select#PrayerReminderEvery {
    /*width: 70px;*/
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .fields .notify {
    /*margin-top: 10px;*/
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .submit_holder {
    /*text-align: right;*/
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .fields .field_error {
    /*color: #BD0000;*/
    /*margin-top: 10px;*/
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .fields .message {
    /*color: #444;*/
    /*font-size: 19px;*/
    /*margin-top: 10px;*/
}

.com-prayers-set-reminder-popup .set_reminder_pop_up .fields .message.error {
    /*color: #BD0000;*/
}

.com-prayers-popup .not-this-person {
    /*margin-top: 10px;*/
}
/*# sourceMappingURL=Popup.css.map */

.search-modules-results-responsive-view {
    padding: 0;
    margin: 10px 0;
}
.search-modules-results-responsive-view .search-modules-results-fields {
    background: #6B5A4D;
    border: none;
    border-radius: 4px;
    padding: 9px 10px;
    /* Dropdowns */
}
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper {
    /* Query, Dropdown and other fields*/
    /* Query Field */
}
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder {
    background: #fff;
    /* Search and other buttons */
}
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type=text],
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select {
    font-size: 18px;
    border: 2px solid #EFE7E1;
    background: #fff;
    color: #796E65;
    height: 56px;
    line-height: 56px;
    padding: 4px 14px;
}
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select {
    -webkit-appearance: none;
    -moz-appearance: none !important;
    padding-top: 0;
    padding-bottom: 0;
}
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder .form-field-button {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    height: 56px;
    padding: 15px 22px;
}
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field {
    padding-top: 0;
}
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder {
    position: relative;
    padding-right: 114px;
    /* search button */
}
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.reset {
    display: none !important;
}
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search {
    width: 104px;
    padding-left: 2px;
    padding-right: 2px;
}
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder:after {
    position: absolute;
    z-index: 0;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #AEA298;
    top: 50%;
    right: 13px;
    margin-top: -12px;
    right: auto;
    left: 13px;
}
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type=text] {
    padding-left: 40px;
}
.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder:after {
    position: absolute;
    z-index: 0;
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #AEA298;
    top: 50%;
    right: 13px;
    margin-top: -12px;
    right: 16px;
    margin-top: -10px;
}
.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder select {
    padding-right: 35px;
    background: transparent;
    z-index: 1;
    position: relative;
}
.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder input[type=text] {
    padding-right: 35px;
    background: transparent;
    z-index: 1;
    position: relative;
}
.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder .multiselect-options {
    z-index: 3 !important;
}
.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1) {
    padding-right: 5px;
}
.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n) {
    padding-left: 5px;
}

@media (max-width: 600px) {
    .search-modules-results-responsive-view .search-modules-results-fields {
        /* Dropdowns */
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper {
        /* Query, Dropdown and other fields*/
        /* Query Field */
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder {
        /* Search and other buttons */
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type=text],
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder .form-field-button {
        height: 40px;
        padding: 8px 4px;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder {
        padding-right: 95px;
        /* search button */
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search {
        width: 85px;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1),
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n) {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
/*# sourceMappingURL=Results.css.map */

.search-modules-search-field {
    float: left;
    width: 75%;
    text-align: right;
    padding: 0;
    margin-left: 1%;
}
.search-modules-search-field div.search-input {
    position: relative;
    width: 55%;
    max-width: 595px;
}
.search-modules-search-field div.search-input:before {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 21px;
    content: "\f002";
    color: #EFE7E1;
    text-align: center;
    width: 22px;
    height: 22px;
    background: none;
    left: 15px;
    top: 50%;
    margin-top: -11px;
}
.search-modules-search-field div.search-input input {
    border-radius: 4px;
    width: 100%;
    border: 2px solid #F3EFED;
    color: #AEA298;
    font-size: 20px;
    height: 50px;
    padding: 8px 10px 8px 46px;
}
.search-modules-search-field div.search-input .search-icon,
.search-modules-search-field div.search-input .reset-search-icon {
    display: none !important;
}
.search-modules-search-field input.submit-search {
    display: inline-block;
    border-radius: 4px;
    box-shadow: none;
    vertical-align: top;
    text-align: center;
    font-weight: 400;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background: #006981;
    border: 1px solid #006981;
    padding: 10px 31px;
    margin-left: 8px;
}
.search-modules-search-field input.submit-search:hover {
    text-shadow: none;
}

@media (max-width: 600px) {
    .search-modules-search-field {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }
    .search-modules-search-field div.search-input {
        width: 100%;
        max-width: 100%;
    }
    .search-modules-search-field div.search-input input {
        font-size: 18px;
        height: 40px;
        padding: 4px 10px 4px 45px;
    }
    .search-modules-search-field input.submit-search {
        display: none;
        height: 40px;
        padding: 10px 12px;
    }
}
/*# sourceMappingURL=SearchField.css.map */

.siteplanner-modules-article-rotator .bx-wrapper {
    position: relative;
    padding: 0 13%;
    margin: 0;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-viewport {
    background: transparent;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-viewport ul {
    margin: 0;
    padding: 0;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-viewport ul li {
    top: 0;
    left: 0;
    padding: 0 1px;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-prev,
.siteplanner-modules-article-rotator .bx-wrapper .bx-next {
    background: none;
    text-indent: 0;
    color: transparent;
    width: 60px;
    height: 60px;
    z-index: 100;
    padding: 3px;
    margin-top: -30px;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-prev {
    left: 0;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-next {
    right: 0;
    text-align: right;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-prev:before,
.siteplanner-modules-article-rotator .bx-wrapper .bx-next:before {
    font-family: "FontAwesome";
    color: #D7D2CB;
    font-size: 63px;
    line-height: 0.9;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-prev:before {
    float: left;
    content: "\f0a8";
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-next:before {
    float: right;
    content: "\f0a9";
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-controls .bx-pager {
    position: static;
    float: left;
    padding-top: 30px;
    margin: 0 auto;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-controls .bx-pager .bx-pager-item a,
.siteplanner-modules-article-rotator .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
    background: none;
    text-indent: 0;
    color: transparent;
    width: 14px;
    height: 14px;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:after,
.siteplanner-modules-article-rotator .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active:after {
    font-family: "FontAwesome";
    color: #D7D2CB;
    font-size: 14px;
    content: "\f111";
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active:after {
    color: #796E65;
}

@media (max-width: 800px) {
    .siteplanner-modules-article-rotator .bx-wrapper {
        padding: 0 10px;
    }
    .siteplanner-modules-article-rotator .bx-wrapper .bx-prev,
    .siteplanner-modules-article-rotator .bx-wrapper .bx-next {
        display: none;
    }
}
/*# sourceMappingURL=ArticleRotator.css.map */

.site-planner-module-timeline {
    /* Wide View */
    /* Compact View */
}
.site-planner-module-timeline h1 {
    font-weight: 500;
    font-size: 48px;
    margin: 20px 0 75px;
}
.site-planner-module-timeline .bar {
    width: 5px;
    background-color: #F3EFED;
    border-radius: 0;
}
.site-planner-module-timeline .interval-year {
    color: #006981;
    font-size: 36px;
    padding: 15px 10px;
}
.site-planner-module-timeline .interval-year-last {
    color: transparent;
    position: relative;
}
.site-planner-module-timeline .interval-year-last:after {
    content: "Today";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #006981;
    padding: 15px 0;
}
.site-planner-module-timeline .item {
    min-height: 172px;
    padding: 0;
}
.site-planner-module-timeline .item .item-year.body-marker {
    background: none;
    padding-right: 0;
}
.site-planner-module-timeline .item .item-thumbnail {
    border-radius: 50%;
    width: 162px;
    height: 162px;
}
.site-planner-module-timeline .item .item-content {
    padding-left: 184px;
    margin-top: 27px;
}
.site-planner-module-timeline .item .item-content .item-header {
    margin: 0;
}
.site-planner-module-timeline .item .item-content .item-title {
    font-weight: 500;
    line-height: 1;
    margin: 0;
}
.site-planner-module-timeline .item .item-content .item-subtitle {
    font-size: 22px;
    font-weight: 500;
    padding-top: 7px;
}
.site-planner-module-timeline .item .item-content .item-summary {
    padding: 7px 0;
}
.site-planner-module-timeline .item .item-content .item-summary p {
    margin: 0;
}
.site-planner-module-timeline .item.even .item-thumbnail {
    float: right;
}
.site-planner-module-timeline .item.even .item-content {
    text-align: right;
    padding-left: 0;
    padding-right: 184px;
}
.site-planner-module-timeline .item.without-image .item-thumbnail {
    display: none;
}
.site-planner-module-timeline .item .item-pin {
    top: 36px;
    width: 44px;
    height: 22px;
    background: none;
}
.site-planner-module-timeline .item .item-pin:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border: 5px solid #F3EFED;
    border-radius: 50%;
    margin-top: -11px;
}
.site-planner-module-timeline .item .item-pin:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    border-top: 5px solid #F3EFED;
    margin-top: -2px;
}
.site-planner-module-timeline .item.odd .item-pin, .site-planner-module-timeline .item.even .item-pin {
    background: none;
}
.site-planner-module-timeline .item.odd .item-pin:before {
    right: auto;
    left: 0;
}
.site-planner-module-timeline .item.odd .item-pin:after {
    left: auto;
    right: 0;
}
.site-planner-module-timeline .item.odd {
    margin-left: 21px;
}
.site-planner-module-timeline .item.even {
    margin-left: -21px;
}
.site-planner-module-timeline .item .item-popup {
    display: none;
}
.site-planner-module-timeline.wide .bar {
    margin-left: -10px;
}
.site-planner-module-timeline.wide .interval-year {
    padding-left: 2px;
}
.site-planner-module-timeline.wide .item.even .item-thumbnail {
    float: left;
}
.site-planner-module-timeline.wide .item.even .item-content {
    text-align: left;
    padding-left: 184px;
    padding-right: 0;
}
.site-planner-module-timeline.wide .item.even, .site-planner-module-timeline.wide .item.odd {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -30px;
}
.site-planner-module-timeline.wide .item.odd .item-pin {
    background: none;
    top: 36px;
}
.site-planner-module-timeline.wide .item.odd .item-pin:before {
    left: auto;
    right: 0;
}
.site-planner-module-timeline.wide .item.odd .item-pin:after {
    right: auto;
    left: 0;
}
.site-planner-module-timeline.wide .item.without-image .item-content {
    padding-left: 5px;
}
.site-planner-module-timeline.compact .item .item-thumbnail {
    border-radius: 50%;
}
.site-planner-module-timeline.compact .item, .site-planner-module-timeline.compact .item.odd, .site-planner-module-timeline.compact .item.even, .site-planner-module-timeline.compact.wide .item.odd {
    margin-left: -10px;
}
.site-planner-module-timeline.compact .item .item-content {
    padding-left: 85px;
}
.site-planner-module-timeline.compact .item.without-image .item-content, .site-planner-module-timeline.compact.wide .item.without-image .item-content {
    padding-left: 0;
}

@media (max-width: 800px) {
    .site-planner-module-timeline .item {
        min-height: 110px;
    }
    .site-planner-module-timeline .item .item-thumbnail {
        width: 100px;
        height: 100px;
    }
    .site-planner-module-timeline .item .item-content {
        padding-left: 116px;
        margin-top: 5px;
    }
    .site-planner-module-timeline .item.even .item-content {
        padding-right: 116px;
    }
    .site-planner-module-timeline.wide .item .item-content {
        margin-top: 0;
    }
    .site-planner-module-timeline.wide .item.even .item-content {
        padding-left: 116px;
    }
    .site-planner-module-timeline.wide .item.without-image .item-content {
        padding-left: 10px;
    }
    .site-planner-module-timeline.wide.compact .item.even .item-content {
        padding-left: 85px;
    }
    .site-planner-module-timeline.wide.compact .item.without-image .item-content {
        padding-left: 0;
    }
}
/*# sourceMappingURL=Timeline.css.map */

.users-modules-change-password-default {
    max-width: 583px;
    text-align: center;
    padding: 10px 10px 0;
    margin: 0 auto;
}
.users-modules-change-password-default .title {
    display: none;
}
.users-modules-change-password-default .body .form {
    padding-bottom: 3px;
}
.users-modules-change-password-default .body .form .form-options .submit {
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    font-weight: 500;
    text-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #006981;
    border-color: #006981;
    background-color: #006981;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    -webkit-appearance: none;
    margin-top: 8px;
}
/*# sourceMappingURL=ChangePassword.css.map */

.users-modules-login,
.users-modules-register {
    text-align: center;
}

.users-modules-login h1 {
    font-weight: 800;
    padding: 0;
    font-size: 48px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    color: #000;
    margin: 20px 0 10px;
    margin: 10px 0 40px;
}

.users-modules-login form,
.users-modules-register .form-wrapper .form {
    max-width: 560px;
    margin: 0 auto;
}

.users-modules-login .row,
.users-modules-register .users-modules-login .row,
.users-modules-register .form-wrapper .form .form-line {
    padding: 0;
    margin: 5px 0;
}

.users-modules-login .row .label,
.users-modules-register .form-wrapper .form .form-line .label {
    display: none;
}

.users-modules-login .row .input input,
.users-modules-register .form-wrapper .form .form-line .input input,
.users-modules-register .form-wrapper .form .form-line .input select {
    height: 50px;
    line-height: 50px;
    border: 2px solid #EFE7E1;
    color: #796E65;
    background-color: #fff;
    padding: 4px 14px;
}

.users-modules-register .form-wrapper .form .form-line .input select {
    padding-top: 0;
    padding-bottom: 0;
}

.users-modules-login .options {
    margin: 10px 0;
}

.users-modules-login .options .option.recover {
    display: none;
}

.users-modules-login .submit,
.users-modules-register .form-wrapper .form .submit {
    margin: 30px 0;
}

/* In User Dropdown */
.tpl-section-user-drop-content .users-modules-login h1,
.tpl-section-user-drop-content .tpl-position-user-drop-content .tpl-architect-article-title-only {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    margin: 7px 0 12px;
}
.tpl-section-user-drop-content .users-modules-login .row .input input,
.tpl-section-user-drop-content .users-modules-register .form-wrapper .form .form-line .input input,
.tpl-section-user-drop-content .users-modules-register .form-wrapper .form .form-line .input select {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.tpl-section-user-drop-content .users-modules-login .options .option.recover {
    display: block;
}
.tpl-section-user-drop-content .users-modules-login .submit,
.tpl-section-user-drop-content .users-modules-register .form-wrapper .form .submit {
    margin: 10px 0;
}
.tpl-section-user-drop-content .users-modules-login .submit input[type=submit],
.tpl-section-user-drop-content .users-modules-register .form-wrapper .form .submit button {
    font-size: 16px;
    font-weight: 400;
    height: 42px;
}

@media (max-width: 800px) {
    .users-modules-login h1 {
        font-size: 39px;
    }
    .tpl-section-user-drop-content .users-modules-login h1,
    .tpl-section-user-drop-content .tpl-position-user-drop-content .tpl-architect-article-title-only {
        font-size: 22px;
    }
}
/*# sourceMappingURL=Login.css.map */

/* There is some style in Login.scss */
.users-modules-register {
    margin-top: 30px;
}

.users-modules-register .form-wrapper .form .form-line .input.multi {
    text-align: left;
}

.users-modules-register .form-wrapper .form .form-line .input.multi input {
    width: 49%;
    margin-right: 2%;
}

.users-modules-register .form-wrapper .form .form-line .input.multi input:last-of-type {
    margin-right: 0;
}

.users-modules-register .form-wrapper .form .form-line.required .input input {
    border-left: 2px solid #EFE7E1;
}

.users-modules-register .form-wrapper .form .form-error {
    font-size: 14px;
    color: #D0021B;
}

/* In User Dropdown */
.tpl-section-user-drop-content .users-modules-register {
    margin-top: 0;
}
/*# sourceMappingURL=Register.css.map */

