@charset "UTF-8";
/* z-index scale */
html, body {
    margin: 0;
    padding: 0;
}

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

body {
    color: #4A4A4A;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    html {
        overflow-x: visible;
    }
    html, body {
        padding: 0;
        margin: 0;
        border: none;
        background: none;
    }
    p {
        page-break-inside: avoid;
    }
    /*@page {
        size: A4;
        margin: 0 !important;
        padding: 0 !important;
        border: none;

        @top-center {
            margin: 0;
            padding: 0;
        }
        @top-left {
            margin: 0;
            padding: 0;
        }
        @top-right {
            margin: 0;
            padding: 0;
        }
    }*/
}

a {
    color: #439E33;
    outline: none;
    text-decoration: underline;
}

a:hover {
    color: #636566;
    text-decoration: underline;
}

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

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

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

.tpl-image-no .tpl-image-holder {
    display: inline-block ;
    position: relative;
    background-color: #D8D8D8;
}

.tpl-image-no .tpl-image-holder img {
    opacity: 0;
}

.tpl-image-no .tpl-image-holder:after {
    font-family: "FontAwesome";
    color: #636566;
    content: "\f03e";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    font-size: 60px;
    margin: -30px 0 0 -30px;
}

@media only screen and (max-width: 700px) {
    .tpl-hide-on-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 701px) and (max-width: 900px) {
    .tpl-hide-on-tablet {
        display: none !important;
    }
}

@media only screen and (min-width: 901px) {
    .tpl-hide-on-desktop {
        display: none !important;
    }
}

.tpl-architect-missionary-summary.tpl-image-no .tpl-image-holder:after,
.tpl-architect-missionary-detail.tpl-image-no .tpl-image-holder:after,
.tpl-elements-advocacy-review.tpl-image-no .tpl-image-holder:after,
.tpl-elements-advocacy-details.tpl-image-no .tpl-image-holder:after {
    font-family: "Linearicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.tpl-architect-story-summary.tpl-image-no .tpl-image-holder:after,
.tpl-architect-story-detail.tpl-image-no .tpl-image-holder:after {
    font-family: "Linearicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.tpl-architect-person-summary.tpl-image-no .tpl-image-holder:after,
.tpl-architect-person-detail.tpl-image-no .tpl-image-holder:after {
    font-family: "Linearicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.tpl-architect-location-detail.tpl-image-no .tpl-image-holder:after {
    font-family: "Linearicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.tpl-background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tpl-hero {
    height: 600px;
    position: relative;
}

.tpl-hero .tpl-color-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tpl-hero .tpl-table .tpl-cell {
    text-align: center;
    vertical-align: middle;
}

.tpl-hero .tpl-hero-content {
    position: relative;
    z-index: 3;
    padding: 20px 10px;
}

.tpl-hero .tpl-hero-content .tpl-title {
    color: #fff;
    padding: 20px 0;
}

.tpl-hero.tpl-hero-240 {
    height: 240px;
}

.tpl-section-featured .tpl-hero.tpl-hero-240 .tpl-hero-content {
    padding: 100px 10px 20px;
}

.tpl-hero.tpl-hero-350 {
    height: 350px;
}

.tpl-hero.tpl-hero-500 {
    height: 500px;
}

.fixed-bg-image {
    background-attachment: fixed;
}

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

.tpl-table {
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.tpl-table .tpl-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

iframe {
    max-width: 100%;
}

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

button,
textarea,
input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
}

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

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: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
}

input[type=text]:disabled,
input[type=text] .disabled, input[type=text][disabled=disabled],
input[type=email]:disabled,
input[type=email] .disabled,
input[type=email][disabled=disabled],
input[type=password]:disabled,
input[type=password] .disabled,
input[type=password][disabled=disabled],
input[type=number]:disabled,
input[type=number] .disabled,
input[type=number][disabled=disabled],
input[type=numeric]:disabled,
input[type=numeric] .disabled,
input[type=numeric][disabled=disabled],
input[type=card]:disabled,
input[type=card] .disabled,
input[type=card][disabled=disabled],
input[type=phone]:disabled,
input[type=phone] .disabled,
input[type=phone][disabled=disabled],
input[type=file]:disabled,
input[type=file] .disabled,
input[type=file][disabled=disabled],
select:disabled,
select .disabled,
select[disabled=disabled],
textarea:disabled,
textarea .disabled,
textarea[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

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

.info-message {
    color: #079CC9;
}

select {
    background-image: url("../img/arrow-gray-down.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none !important;
    padding: 4px 14px;
    padding-right: 34px;
    padding-top: 0;
    padding-bottom: 0;
}

textarea {
    line-height: 1.4;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

.tpl-input-search-holder,
.tpl-input-datepicker-holder,
.tpl-select-field-holder {
    position: relative;
}

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

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

.tpl-select-field-holder:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #dddddf;
    z-index: 1;
    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 {
    position: relative;
    background-color: transparent;
    z-index: 2;
    padding-right: 35px;
}

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

.form-input-holder .combo-options {
    border-color: #dddddf;
}

.form-input-holder .combo-options .records .option.focused {
    background-color: #002a3a;
    color: #fff;
}

h1,
.tpl-h1,
.tpl-child-title-h1 .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 50px;
}

h2,
.tpl-h2,
.tpl-child-title-h2 .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 38px;
}

h3,
.tpl-h3,
.tpl-child-title-h3 .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
}

h4,
.tpl-h4,
.tpl-child-title-h4 .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 22px;
}

h5,
.tpl-h5,
.tpl-child-title-h5 .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

h6,
.tpl-h6,
.tpl-child-title-h6 .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.tpl-subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 38px;
}

.tpl-summary,
.tpl-body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.tpl-summary p,
.tpl-body p {
    margin: 1em 0;
}

.tpl-summary ul,
.tpl-body ul {
    list-style: none;
    padding: 0;
}

.tpl-summary ul li,
.tpl-body ul li {
    position: relative;
    margin: 14px 0;
}

.tpl-summary ul li:before,
.tpl-body ul li:before {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 5px;
    position: absolute;
    top: 7px;
    left: -13px;
}

.tpl-text-align-left {
    text-align: left;
}

.tpl-text-align-center {
    text-align: center;
}

.tpl-text-align-right {
    text-align: right;
}

.tpl-fixed {
    position: fixed;
}

.tpl-color-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tpl-background-color-green {
    background-color: #439E33;
}

.tpl-background-color-blue {
    background-color: #002a3a;
}

.tpl-background-color-red {
    background-color: #CD2C2C;
}

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

.tpl-background-color-morka {
    background-color: #F0662E;
}

.tpl-background-color-udu {
    background-color: #A1ABAD;
}

.tpl-background-color-kyandi {
    background-color: #8EA8C3;
}

.tpl-background-color-kajuree {
    background-color: #8CADB4;
}

.tpl-background-color-mabu {
    background-color: #CCB0A2;
}

.tpl-background-color-belye {
    background-color: #C3BABF;
}

.tpl-background-color-sahra {
    background-color: #E5D2C4;
}

.tpl-background-color-black {
    background-color: #000;
}

.tpl-background-color-dark {
    background-color: #4A4A4A;
}

.tpl-background-color-gray {
    background-color: #636566;
}

.tpl-background-color-gray-light {
    background-color: #dddddf;
}

.tpl-background-color-gray-lighter {
    background-color: #f0f0f1;
}

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

.tpl-button,
a.tpl-button,
.appointee-button,
button,
button.edit,
button.submit,
button.reset,
.ui-widget button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
}

.tpl-button:hover,
a.tpl-button:hover,
.appointee-button:hover,
button:hover,
button.edit:hover,
button.submit:hover,
button.reset:hover,
.ui-widget button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.mfp-image-holder button.mfp-close,
.mfp-iframe-holder button.mfp-close {
    background-color: transparent;
    width: auto;
}

.mfp-image-holder button.mfp-close:hover,
.mfp-iframe-holder button.mfp-close:hover {
    border-color: inherit;
    background-color: inherit;
}

.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 {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
}

.tpl-button-small:hover,
button.tpl-button-small:hover,
a.tpl-button-small:hover,
input[type="button"].tpl-button-small:hover,
input[type="submit"].tpl-button-small:hover,
input[type="reset"].tpl-button-small:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.tpl-button.disabled,
.appointee-button.disabled,
button.disabled,
button.edit.disabled,
input[type=button].disabled,
input[type=submit].disabled,
input[type=reset].disabled,
.tpl-button:disabled,
.appointee-button:disabled,
button:disabled,
button.edit:disabled,
input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.paging-toolbar span,
.search-modules-results-container .paging-toolbar span {
    margin: 0 5px;
}

.paging-toolbar,
.search-modules-results-container .paging-toolbar,
.com-advocacy .campaigns-select .body .paging-bar,
.com-advocacy .user-campaigns .body .paging-bar {
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    margin: 22px 0;
}

.paging-toolbar .goToPage, .paging-toolbar .goToPage:hover,
.search-modules-results-container .paging-toolbar .goToPage,
.search-modules-results-container .paging-toolbar .goToPage:hover,
.com-advocacy .campaigns-select .body .paging-bar .goToPage,
.com-advocacy .campaigns-select .body .paging-bar .goToPage:hover,
.com-advocacy .user-campaigns .body .paging-bar .goToPage,
.com-advocacy .user-campaigns .body .paging-bar .goToPage:hover {
    font-size: 14px;
    font-weight: 800;
    color: #002a3a;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    text-decoration: none;
    padding: 0 3px;
    border-bottom: 3px solid transparent;
    margin: 4px;
}

.paging-toolbar .goToPage.first, .paging-toolbar .goToPage.last,
.search-modules-results-container .paging-toolbar .goToPage.first,
.search-modules-results-container .paging-toolbar .goToPage.last,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.first,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.last,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.first,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.last {
    display: none;
}

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

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

.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: 82px;
}

.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.prev:before,
.search-modules-results-container .paging-toolbar .goToPage.prev:before,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.prev:before,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.prev:before {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 11px;
    text-align: left;
}

.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.next:before,
.search-modules-results-container .paging-toolbar .goToPage.next:before,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.next:before,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.next:before {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 11px;
    text-align: right;
    left: auto;
    right: -3px;
}

.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: #439E33;
    border-color: #439E33;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.fancybox-skin {
    border-radius: 0;
    background: none;
}

.fancybox-skin .fancybox-outer,
.fancybox-skin .fancybox-inner,
.fancybox-skin .fancybox-image {
    border-top-radius: 2px;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fancybox-title-outside-wrap {
    background: #fff;
    color: #4A4A4A;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    border-bottom-radius: 2px;
    padding: 20px 22px;
    margin: 0;
}

.fancybox-close {
    background-image: none;
    font-weight: 400;
    text-decoration: none;
    position: absolute;
    background: none;
    border: none;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    margin-top: -12px;
    top: 0;
    right: 0;
    margin-right: -12px;
}

.fancybox-close:after {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #fff;
    font-size: 15px;
}

.fancybox-close, .fancybox-close:hover {
    text-decoration: none;
}

.fancybox-close:after {
    background-color: #001a27;
}

.fancybox-nav {
    width: 45px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    top: 50%;
    margin-top: -22.5px;
}

.fancybox-nav span {
    visibility: visible;
    background: none;
    width: 100%;
    text-align: center;
    margin-top: -22.5px;
}

.fancybox-nav span:after {
    color: #fff;
    font-size: 30px;
}

.fancybox-prev {
    left: -130px;
}

.fancybox-prev span {
    left: -1px;
}

.fancybox-prev span:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.fancybox-next {
    right: -130px;
}

.fancybox-next span {
    right: -1px;
}

.fancybox-next span:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

@media only screen and (max-width: 1440px) {
    .fancybox-prev {
        left: 20px;
    }
    .fancybox-next {
        right: 20px;
    }
}

@media only screen and (max-width: 450px) {
    .fancybox-nav {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
    }
    .fancybox-nav span {
        margin-top: -15px;
    }
    .fancybox-nav span:after {
        font-size: 22px;
    }
}

.customAlertModalFrame {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) !important;
    z-index: 499;
}

.customAlert {
    min-width: 510px;
    border: none;
    font-family: "Montserrat", sans-serif;
    z-index: 500;
}

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

.customAlert .customAlertInner {
    font-family: "Montserrat", sans-serif;
    padding-bottom: 15px;
}

.customAlert .customAlertInner .customAlertTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 20px;
    position: relative;
    line-height: 1.2;
    color: #fff;
    background: #002a3a;
    padding: 16px 46px 16px 22px;
    margin: 0;
}

.customAlert .customAlertInner .customAlertTitle a.closeAlert {
    font-weight: 400;
    text-decoration: none;
    position: absolute;
    background: none;
    border: none;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    margin-top: -12px;
}

.customAlert .customAlertInner .customAlertTitle a.closeAlert:after {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #fff;
    font-size: 15px;
}

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

.customAlert .customAlertMsg a {
    color: #439E33;
}

.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: 400;
    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: #CD2C2C;
}

.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: #636566;
}

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

.customAlert .customAlertInner .customAlertMsg textarea.last-row {
    resize: vertical;
}

.customAlert .customAlertInner .customAlertMsg .radio-wrapper {
    width: auto !important;
    padding: 4px 0 0 15px;
}

.customAlert .customAlertInner .customAlertMsg .radio-wrapper input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.customAlert .customAlertInner .customAlertMsg .radio-wrapper label {
    position: relative;
    line-height: 22px;
    text-align: left;
    width: auto;
    display: inline-block ;
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
    padding: 0 0 3px 28px;
}

.customAlert .customAlertInner .customAlertMsg .radio-wrapper label:before {
    content: " ";
    display: inline-block ;
    border: 1px solid #dddddf;
    width: 22px;
    height: 22px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    background: none;
    position: absolute;
    top: 50%;
    left: 0;
    vertical-align: middle;
    margin-top: -13px;
    border: 1px solid #dddddf;
    border-radius: 50%;
}

.customAlert .customAlertInner .customAlertMsg .radio-wrapper label.checked {
    background-color: transparent;
    border-color: #dddddf;
}

.customAlert .customAlertInner .customAlertMsg .radio-wrapper label.checked:after {
    content: "";
    display: block;
    border-radius: 50%;
    background: #439E33;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 -5px;
}

.customAlert .customAlertInner .customAlertMsg .radio-wrapper label.checked:after {
    left: 6px;
    margin-left: 0;
    margin-top: -7px;
}

.customAlert .customAlertInner .customAlertError {
    display: block;
    color: #CD2C2C;
    font-family: "Montserrat", sans-serif;
    padding: 0 0 10px;
}

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

.customAlert .customAlertInner .pop-up-buttons a {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 28px;
    margin: 7px 0 0;
}

.customAlert .customAlertInner .pop-up-buttons a:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

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

.customAlert button,
.customAlert .customAlertInner .customAlertButtons button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    margin: 3px 5px;
}

.customAlert button:hover,
.customAlert .customAlertInner .customAlertButtons button:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.customAlert.newCampaignOptions {
    min-width: 410px;
}

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

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

.customAlert.custom-alert-audio-player .customAlertInner {
    padding-bottom: 0;
}

.customAlert.send-to-friend .customAlertInner .customAlertMsg input[name="friendfirstname"],
.customAlert.send-to-friend .customAlertInner .customAlertMsg input[name="friendlastname"] {
    width: 49% !important;
}

.customAlert.send-to-friend .customAlertInner .customAlertMsg input[name="friendemail"] {
    margin: 0 0 10px;
}

.customAlert.send-to-friend .customAlertInner .customAlertButtons button {
    width: 100%;
    margin: 0;
}

.customAlert.advocacy-donate-popup-custom-alert .customAlertInner .customAlertMsg {
    padding-bottom: 0;
}

.customAlert.advocacy-donate-popup-custom-alert .customAlertInner .customAlertMsg .advocacy-donate-popup .not-logged-in-info-holder {
    padding-bottom: 10px;
}

.customAlert.advocacy-donate-popup-custom-alert .customAlertInner .customAlertMsg .advocacy-donate-popup .field-holder.anonymous-holder {
    padding-bottom: 20px;
}

.customAlert.advocacy-donate-popup-custom-alert .customAlertInner .customAlertButtons button {
    width: 100%;
    margin: 0;
}

@media only screen and (max-width: 520px) {
    .customAlert,
    .customAlert.newCampaignOptions {
        min-width: 0;
        max-width: 340px;
    }
    .customAlert .customAlertInner {
        padding-bottom: 10px;
    }
    .customAlert .customAlertInner .customAlertMsg {
        padding: 15px;
    }
    .customAlert .customAlertInner .customAlertButtons,
    .customAlert .customAlertInner .customAlertButtons.right {
        padding: 0 15px 10px;
    }
}

@media only screen and (max-width: 420px) {
    .customAlert.custom-alert-audio-player {
        width: 300px !important;
        left: 50% !important;
        margin-left: -150px;
    }
}

.ui-widget-header {
    font-weight: 400;
    font-size: 24px;
}

.ui-widget-overlay.ui-front {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    z-index: 499;
}

.ui-dialog, .ui-dialog.ui-widget-content {
    background: #fff;
    border: none;
    border-radius: 2px;
    padding: 0;
    z-index: 500;
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
    cursor: move;
    border: none;
    line-height: 1.2;
    background: #002a3a;
    border-radius: 2px;
    border-bottom-radius: 0;
    padding: 14px 46px 14px 22px;
    margin: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.ui-dialog .ui-dialog-titlebar .ui-button {
    font-weight: 400;
    text-decoration: none;
    position: absolute;
    background: none;
    border: none;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    margin-top: -12px;
}

.ui-dialog .ui-dialog-titlebar .ui-button:after {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #fff;
    font-size: 15px;
}

.ui-dialog .ui-dialog-titlebar .ui-button .ui-button-icon-primary,
.ui-dialog .ui-dialog-titlebar .ui-button .ui-button-text {
    display: none;
}

.ui-dialog .ui-dialog-content {
    font-family: "Montserrat", sans-serif;
    border: 1px solid #dddddf;
    border-bottom: none;
    padding: 20px 20px 10px;
}

.ui-dialog .ui-dialog-content .errors-holder {
    color: #CD2C2C !important;
    text-align: center;
    margin: 0 0 10px;
}

.ui-dialog .ui-dialog-content label {
    display: inline-block ;
    font-weight: 400;
    padding-bottom: 5px;
}

.ui-dialog .ui-dialog-content input[type=text],
.ui-dialog .ui-dialog-content input[type=password] {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 2px 14px;
    width: 100% !important;
    padding: 4px 14px !important;
}

.ui-dialog .ui-dialog-content input[type=text]:disabled,
.ui-dialog .ui-dialog-content input[type=text] .disabled, .ui-dialog .ui-dialog-content input[type=text][disabled=disabled],
.ui-dialog .ui-dialog-content input[type=password]:disabled,
.ui-dialog .ui-dialog-content input[type=password] .disabled,
.ui-dialog .ui-dialog-content input[type=password][disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.ui-dialog .ui-dialog-content textarea {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 2px 14px;
    line-height: 1.4;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100% !important;
    padding: 4px 14px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ui-dialog .ui-dialog-content textarea:disabled,
.ui-dialog .ui-dialog-content textarea .disabled, .ui-dialog .ui-dialog-content textarea[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.ui-dialog .ui-dialog-content .system-messages-captcha {
    padding-top: 2px;
}

.ui-dialog .ui-dialog-content .system-messages-captcha #recaptcha_response_field {
    height: auto;
    line-height: normal;
}

.ui-dialog .ui-dialog-content .info-message {
    padding-top: 10px;
}

.ui-dialog .ui-dialog-buttonpane {
    border: 1px solid #dddddf;
    border-top: none;
    padding: 0 20px 25px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    background-image: none;
    width: 100%;
}

.ui-dialog .ui-dialog-buttonpane .ui-button:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.ui-dialog .ui-resizable-handle {
    display: none !important;
}

.ui-datepicker {
    width: 220px;
    -webkit-box-shadow: 0 0 5px #dddddf;
    box-shadow: 0 0 5px #dddddf;
}

.ui-datepicker .ui-datepicker-header {
    background: #000;
    font-size: 20px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: normal;
}

.ui-datepicker .ui-datepicker-title select {
    height: auto;
    line-height: normal;
    font-weight: 400;
    border-color: #000;
    background: #000;
    color: #fff;
    padding: 4px 3px 3px;
    margin: 2px 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 table {
    font-size: 12px;
}

.ui-datepicker th {
    font-weight: 400;
}

.ui-datepicker td {
    background: #fff;
    border: 1px solid #dddddf;
}

.ui-datepicker td span,
.ui-datepicker td a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-shadow: none;
    padding: 5px 0 6px;
}

.ui-datepicker td span.ui-state-hover,
.ui-datepicker td a.ui-state-hover {
    background: #337727;
    color: #fff;
}

.ui-datepicker td.ui-datepicker-current-day span,
.ui-datepicker td.ui-datepicker-current-day a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background: #439E33;
    font-weight: 400;
}

.ui-datepicker td.ui-datepicker-week-end span,
.ui-datepicker td.ui-datepicker-week-end a {
    color: #CD2C2C;
    text-shadow: none;
}

.ui-datepicker td.ui-datepicker-week-end span.ui-state-hover,
.ui-datepicker td.ui-datepicker-week-end a.ui-state-hover {
    background: #337727;
    color: #fff;
}

.ui-datepicker td.ui-datepicker-today span,
.ui-datepicker td.ui-datepicker-today a {
    font-weight: 400;
    text-shadow: none;
}

.ui-datepicker td.ui-state-disabled {
    opacity: .4;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    height: auto;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 0 5px;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.ui-autocomplete-input.ui-autocomplete-loading,
.search-modules-results-responsive-view .search-modules-results-fields .ui-autocomplete-loading {
    background-image: url("../img/ajax-loader.gif") !important;
    background-position: center right 16px !important;
    background-repeat: no-repeat;
}

.ui-autocomplete {
    border-top-radius: 0;
    border-bottom-radius: 2px;
    border: 1px solid #dddddf;
    border-top: 0;
    padding: 0;
    margin-top: -3px;
}

.ui-autocomplete.ui-menu .ui-menu-item a {
    color: #636566;
    font-size: 16px;
    line-height: normal;
    border-radius: 2px;
    padding: 10px 14px 8px;
}

.ui-autocomplete.ui-menu .ui-menu-item a .highlight-row {
    border: none;
    padding: 0;
}

.ui-autocomplete.ui-menu .ui-menu-item a .highlight-row .highlight-label {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 16px;
    color: #636566;
}

.ui-autocomplete.ui-menu .ui-menu-item a .highlight-row .highlight-item .highlight-fragment {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 13px;
    color: #636566;
    font-style: italic;
}

.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-hover, .ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus {
    color: #636566;
    border: none;
    background: #fff;
    border-radius: 2px;
    margin: 0;
}

.ui-autocomplete.ui-menu .ui-menu-item a:hover, .ui-autocomplete.ui-menu .ui-menu-item a.ui-state-hover {
    background: #439E33;
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 31px;
    }
    h3 {
        font-size: 21px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
}

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

@charset "UTF-8";
/* z-index scale */
.tpl-architect-opportunity-action-buttons .tpl-featured-button-holder .tpl-button {
    width: 100%;
    border-radius: 0;
}

.tpl-architect-opportunity-action-buttons .tpl-featured-button-holder .tpl-button-placeholder {
    min-height: 60px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
}

.tpl-architect-opportunity-action-buttons .tpl-secondary-buttons .tpl-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    border-radius: 0;
    float: left;
    width: 100%;
}

.tpl-architect-opportunity-action-buttons .tpl-secondary-buttons .tpl-button:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.tpl-architect-opportunity-action-buttons .tpl-secondary-buttons .tpl-button.tpl-secondary-button {
    border-bottom-left-radius: 2px;
    border-right: 1px solid #004f6d;
}

.tpl-architect-opportunity-action-buttons .tpl-secondary-buttons .tpl-button.tpl-send-to-friend {
    border-bottom-right-radius: 2px;
    border-left: 1px solid #004f6d;
}

.tpl-elements-get-tags {
    font-size: 14px;
}

.tpl-elements-get-tags .tpl-label {
    font-weight: 800;
    margin-right: 2px;
}

.tpl-elements-get-tags .tpl-tag {
    font-weight: 400;
    color: #439E33;
    text-decoration: none;
}

.tpl-elements-get-tags .tpl-tag.a:hover {
    color: #4bb139;
}

.tpl-elements-get-tags .tpl-sep {
    font-weight: 400;
    color: #555459;
}

.tpl-elements-get-tags .tpl-external-id .tpl-tag {
    color: #555459;
}

.tpl-elements-get-tags.tpl-tag-categories-yes .tpl-all-tags-label {
    display: none;
}

.tpl-elements-get-tags.tpl-tag-categories-yes .tpl-tag-category {
    display: block;
    line-height: 1.4;
    margin: 1px 0;
}

.tpl-elements-get-tags.tpl-tag-categories-yes .tpl-tag-category .tpl-sep-tag-cat {
    display: none;
}

.tpl-architect-content-map-list .tpl-elements-get-tags,
.tpl-architect-content-map-single .tpl-elements-get-tags {
    font-size: 12px;
}

.tpl-architect-content-map-list .tpl-elements-get-tags .tpl-tag-category,
.tpl-architect-content-map-single .tpl-elements-get-tags .tpl-tag-category {
    display: inline;
    padding-right: 8px;
}

.tpl-elements-giving-form {
    position: relative;
}

.tpl-elements-giving-form .tpl-notes {
    padding-bottom: 5px;
}

.tpl-elements-giving-form .tpl-notes .tpl-notes-holder .notes {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
    padding-left: 20px;
    height: 120px;
    font-size: 17px;
    resize: none;
}

.tpl-elements-giving-form .tpl-notes .tpl-notes-holder .notes:disabled,
.tpl-elements-giving-form .tpl-notes .tpl-notes-holder .notes .disabled, .tpl-elements-giving-form .tpl-notes .tpl-notes-holder .notes[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.tpl-elements-giving-form .tpl-field {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 89px;
}

.tpl-elements-giving-form .tpl-field input[name=amount] {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
    border-right-radius: 0;
    padding-left: 20px;
    font-size: 17px;
}

.tpl-elements-giving-form .tpl-field input[name=amount]:disabled,
.tpl-elements-giving-form .tpl-field input[name=amount] .disabled, .tpl-elements-giving-form .tpl-field input[name=amount][disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.tpl-elements-giving-form .tpl-amount-button-holder {
    display: inline-block ;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tpl-elements-giving-form .tpl-amount-button-holder .tpl-amount-submit {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    display: inline-block ;
    border-left-radius: 0;
    width: 90px;
    text-transform: none;
    padding-left: 4px;
    padding-right: 4px;
}

.tpl-elements-giving-form .tpl-amount-button-holder .tpl-amount-submit:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.tpl-elements-giving-form.tpl-elements-giving-form-small .tpl-field input[name=amount] {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 2px 14px;
}

.tpl-elements-giving-form.tpl-elements-giving-form-small .tpl-amount-button-holder .tpl-amount-submit {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
}

.tpl-elements-giving-form.tpl-elements-giving-form-hidden {
    display: none;
}

.tpl-architect-content-map-single .tpl-elements-giving-form {
    width: 55%;
    display: inline-block;
    float: left;
}

.tpl-architect-content-map-single .tpl-elements-giving-form.tpl-architect-location-content-map-single {
    display: none;
}

.tpl-elements-giving-form.tpl-small .tpl-field {
    padding-right: 54px;
}

.tpl-elements-giving-form.tpl-small .tpl-field input[name=amount] {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 2px 14px;
    border-right-radius: 0;
}

.tpl-elements-giving-form.tpl-small .tpl-field input[name=amount]:disabled,
.tpl-elements-giving-form.tpl-small .tpl-field input[name=amount] .disabled, .tpl-elements-giving-form.tpl-small .tpl-field input[name=amount][disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.tpl-elements-giving-form.tpl-small .tpl-amount-button-holder .tpl-amount-submit {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    width: 55px;
    border-left-radius: 0;
    padding: 0 10px;
}

.tpl-elements-giving-form.tpl-small .tpl-amount-button-holder .tpl-amount-submit:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.tpl-elements-progress-bar .tpl-funding-title {
    font-size: 14px;
    white-space: nowrap;
    padding: 8px 2px;
}

.tpl-elements-progress-bar .tpl-funding-progress-wrapper .tpl-funding-progress {
    width: 100%;
    background-color: #dddddf;
    border-radius: 2px;
}

.tpl-elements-progress-bar .tpl-funding-progress-wrapper .tpl-funding-progress-level {
    height: 10px;
    width: 1%;
    background: #439E33;
    border-radius: 2px;
}

.tpl-elements-progress-bar .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper {
    font-size: 14px;
    padding-top: 5px;
}

.tpl-elements-progress-bar .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper .tpl-funding-percentage {
    float: left;
    text-align: right;
    max-width: 100% !important;
}

.tpl-elements-progress-bar .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper .tpl-funding-percentage span {
    width: 30px;
    text-align: center;
    margin-right: -15px;
}

.tpl-elements-progress-bar .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper .tpl-funding-percentage-total {
    float: right;
}

.tpl-elements-progress-bar.tpl-percent-above-75 .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper .tpl-funding-percentage-total {
    display: none;
}

.tpl-elements-progress-bar.tpl-percent-above-95 .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper .tpl-funding-percentage span {
    width: auto;
    margin-right: 0;
}

.tpl-elements-image-slider {
    position: relative;
    z-index: 1;
}

.tpl-elements-image-slider .owl-dots {
    background: #439E33;
    position: absolute;
    bottom: 0;
    right: 1px;
    border-top-left-radius: 2px;
    z-index: 2;
    padding: 0 25px 0 6px;
}

.tpl-elements-image-slider .owl-dots .owl-dot {
    display: block;
    float: left;
    color: #fff;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 3px;
}

.tpl-elements-image-slider .owl-dots .owl-dot:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
}

.tpl-elements-image-slider .owl-dots .owl-dot.active:after {
    color: #fff;
}

.tpl-elements-image-slider .tpl-full-view-trigger-holder {
    background: #439E33;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    border-bottom-right-radius: 2px;
    z-index: 3;
}

.tpl-elements-image-slider .tpl-full-view-trigger-holder.tpl-slider-yes {
    text-align: left;
    padding-left: 5px;
}

.tpl-elements-image-slider .tpl-full-view-trigger-holder a {
    display: none;
    text-decoration: none;
}

.tpl-elements-image-slider .tpl-full-view-trigger-holder a:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 14px;
    color: #fff;
}

.tpl-elements-image-slider .tpl-full-view-trigger-holder a.active {
    display: block;
}

.tpl-timeline-items-holder .tpl-elements-image-slider .owl-dots {
    display: none;
}

.tpl-timeline-items-holder .tpl-elements-image-slider .tpl-full-view-trigger-holder {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.tpl-timeline-items-holder .tpl-elements-image-slider .tpl-full-view-trigger-holder.tpl-slider-yes {
    padding-left: 7px;
}

.tpl-elements-share-buttons {
    position: absolute;
    top: 50px;
    left: 0;
}

.tpl-elements-share-buttons .tpl-share-buttons-label {
    width: 48px;
    background: #002a3a;
    color: #fff;
    border-top-right-radius: 2px;
    font-size: 14px;
    text-align: center;
    padding: 9px 0;
}

.tpl-elements-share-buttons .tpl-share-button {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

.tpl-elements-share-buttons .tpl-share-button i:after {
    color: #fff;
    font-size: 26px;
}

.tpl-elements-share-buttons .tpl-share-button.tpl-facebook {
    background: #345796;
}

.tpl-elements-share-buttons .tpl-share-button.tpl-facebook i:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.tpl-elements-share-buttons .tpl-share-button.tpl-twitter {
    background: #38A5D6;
}

.tpl-elements-share-buttons .tpl-share-button.tpl-twitter i:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.tpl-elements-share-buttons .tpl-share-button.tpl-pinterest {
    background: #C63624;
}

.tpl-elements-share-buttons .tpl-share-button.tpl-pinterest i:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.tpl-elements-share-buttons .tpl-share-button.tpl-email {
    background: #68b271;
}

.tpl-elements-share-buttons .tpl-share-button.tpl-email i:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.tpl-elements-share-buttons .tpl-share-button.tpl-last-item {
    border-bottom-right-radius: 2px;
}

@media only screen and (max-width: 1230px) {
    .tpl-elements-share-buttons {
        position: static;
        margin-bottom: 50px;
    }
    .tpl-elements-share-buttons .tpl-share-buttons-label {
        background: none;
        width: 100%;
        text-align: left;
        font-weight: 800;
        font-size: 16px;
        color: #4A4A4A;
        padding: 0 0 6px;
    }
    .tpl-elements-share-buttons .tpl-share-button {
        float: left;
    }
    .tpl-elements-share-buttons .tpl-share-button.tpl-last-item {
        border-radius: 0;
        border-right-radius: 2px;
    }
}

@media only screen and (max-width: 900px) {
    .tpl-elements-share-buttons {
        text-align: center;
    }
    .tpl-elements-share-buttons .tpl-share-buttons-label {
        text-align: center;
    }
    .tpl-elements-share-buttons .tpl-share-buttons-inner {
        display: inline-block ;
    }
}

.tpl-architect-summary {
    float: left;
    width: 33.3%;
    max-width: 550px;
}

.tpl-architect-summary .tpl-content-wrapper {
    background-color: #fff;
    margin: 15px 12px;
}

.tpl-architect-summary .tpl-content .tpl-details {
    min-height: 200px;
    border: 1px solid #D8D8D8;
    border-bottom: none;
    padding: 22px 20px 20px;
}

.tpl-architect-summary .tpl-content .tpl-title-holder {
    margin: 0 0 13px;
}

.tpl-architect-summary .tpl-content .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    line-height: 1.2;
    color: #4A4A4A;
    text-decoration: none;
}

.tpl-architect-summary .tpl-content .tpl-elements-get-tags {
    margin: 0 0 10px;
}

.tpl-architect-summary .tpl-content .tpl-learn-more-link {
    color: #439E33;
    text-decoration: none;
    font-weight: 800;
    display: inline-block ;
    margin-top: 8px;
}

.tpl-architect-summary .tpl-content .tpl-elements-progress-bar {
    margin: 8px 0 5px;
}

.tpl-architect-summary .tpl-content .tpl-full-view-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    border-top-radius: 0;
    width: 100%;
}

.tpl-architect-summary .tpl-content .tpl-full-view-button:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

@media only screen and (max-width: 1100px) {
    .tpl-architect-summary {
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    .tpl-architect-summary {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .tpl-architect-summary .tpl-content-wrapper {
        margin: 10px 0 30px;
    }
    .tpl-architect-summary .tpl-content .tpl-details {
        min-height: 0 !important;
    }
}

@media only screen and (max-width: 450px) {
    .tpl-architect-summary .tpl-content .tpl-details {
        padding: 15px;
    }
}

.tpl-architect-detail-hero .tpl-detail-header {
    position: relative;
    padding: 116px 0 34px;
}

.tpl-architect-detail-hero .tpl-detail-header .tpl-color-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tpl-architect-detail-hero .tpl-detail-header .tpl-detail-header-inner {
    position: relative;
    z-index: 3;
    color: #fff;
}

.tpl-architect-detail-hero .tpl-detail-header .tpl-centered {
    max-width: 1105px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-architect-detail-hero .tpl-detail-header .tpl-centered.tpl-centered-without-side-padding {
    max-width: 1085px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-architect-detail-hero .tpl-detail-header-left {
    float: left;
}

.tpl-architect-detail-hero .tpl-detail-header-left .tpl-title {
    color: #fff;
    line-height: 1.1;
}

.tpl-architect-detail-hero .tpl-detail-header-left .tpl-elements-get-tags {
    margin-top: 7px;
}

.tpl-architect-detail-hero .tpl-detail-header-left .tpl-elements-get-tags .tpl-tag-category {
    display: inline-block ;
    margin: 5px 20px 5px 0;
}

.tpl-architect-detail-hero .tpl-detail-header-left .tpl-elements-get-tags,
.tpl-architect-detail-hero .tpl-detail-header-left .tpl-elements-get-tags .tpl-tag,
.tpl-architect-detail-hero .tpl-detail-header-left .tpl-elements-get-tags .tpl-sep,
.tpl-architect-detail-hero .tpl-detail-header-left .tpl-elements-get-tags .tpl-external-id .tpl-tag {
    color: #fff;
}

.tpl-architect-detail-hero .tpl-detail-header-left .tpl-elements-get-tags .tpl-tag.a:hover {
    color: #f2f2f2;
}

.tpl-architect-detail {
    min-height: 500px;
    padding-bottom: 30px;
}

.tpl-architect-detail .tpl-centered {
    max-width: 1105px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-architect-detail .tpl-centered.tpl-centered-without-side-padding {
    max-width: 1085px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-architect-detail .tpl-detail-header {
    position: relative;
    padding: 116px 0 34px;
}

.tpl-architect-detail .tpl-detail-header .tpl-color-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tpl-architect-detail .tpl-detail-header .tpl-detail-header-inner {
    position: relative;
    z-index: 3;
}

.tpl-architect-detail .tpl-detail-header-left {
    float: left;
    width: 68%;
    padding-right: 30px;
}

.tpl-architect-detail .tpl-detail-header-left .tpl-title {
    color: #fff;
    line-height: 1.1;
}

.tpl-architect-detail .tpl-detail-header-left .tpl-elements-get-tags {
    margin-top: 7px;
}

.tpl-architect-detail .tpl-detail-header-left .tpl-elements-get-tags .tpl-tag-category {
    display: inline-block ;
    margin: 5px 20px 5px 0;
}

.tpl-architect-detail .tpl-detail-header-left .tpl-elements-get-tags,
.tpl-architect-detail .tpl-detail-header-left .tpl-elements-get-tags .tpl-tag,
.tpl-architect-detail .tpl-detail-header-left .tpl-elements-get-tags .tpl-sep,
.tpl-architect-detail .tpl-detail-header-left .tpl-elements-get-tags .tpl-external-id .tpl-tag {
    color: #fff;
}

.tpl-architect-detail .tpl-detail-header-left .tpl-elements-get-tags .tpl-tag.a:hover {
    color: #f2f2f2;
}

.tpl-architect-detail .tpl-detail-header-right {
    float: right;
    width: 32%;
    padding-top: 19px;
}

.tpl-architect-detail .tpl-detail-header-right .tpl-elements-giving-form {
    max-width: 340px;
    margin: 0 auto;
}

.tpl-architect-detail.tpl-cover-yes .tpl-detail-header-left .tpl-title {
    background-color: rgba(0, 0, 0, 0.24);
    display: inline-block;
    padding: 0 10px;
}

.tpl-architect-detail.tpl-cover-yes .tpl-detail-header-left .tpl-elements-get-tags .tpl-elements-get-tags-inner {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.24);
    padding: 0 10px;
}

.tpl-architect-detail .tpl-detail-content {
    position: relative;
    padding: 50px 0 0;
}

.tpl-architect-detail .tpl-detail-sidebar {
    float: left;
    width: 32%;
    max-width: 450px;
    margin: 0 auto;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-image-holder {
    border-radius: 2px;
    overflow: hidden;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-elements-giving-form {
    margin-top: 4px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-buttons-holder .tpl-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    width: 100%;
    margin-top: 4px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-buttons-holder .tpl-button:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder {
    margin-top: 26px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-links-title {
    margin-bottom: 15px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-link {
    margin: 8px 0;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-link a {
    color: #439E33;
    text-decoration: none;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-link i {
    position: relative;
    display: inline-block ;
    border: 2px solid #439E33;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    margin-right: 11px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-link i:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-link span {
    font-weight: 800;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-link.tpl-subscribe i:after {
    content: "\f0e0";
    font-size: 14px;
    line-height: 28px -1px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-link.tpl-print i:after {
    content: "\f15c";
    font-size: 14px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-link.tpl-website i:after {
    content: "\f0c1";
    line-height: 29px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-link.tpl-facebook i:after {
    content: "\f09a";
    line-height: 29px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-link.tpl-twitter i:after {
    content: "\f099";
    line-height: 29px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder .tpl-link.tpl-instagram i:after {
    content: "\f16d";
    font-size: 18px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-contact-info-holder {
    margin-top: 30px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-contact-info-holder .tpl-contact-info-label {
    margin-bottom: 18px;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-contact-info-holder .tpl-contact-info {
    margin: 10px 0;
}

.tpl-architect-detail .tpl-detail-sidebar .tpl-contact-info-holder .tpl-contact-info b {
    margin-right: 5px;
}

.tpl-architect-detail .tpl-detail-main {
    padding: 0 4px 0 35px;
    width: 68%;
    float: right;
    z-index: 0;
    position: relative;
}

.tpl-architect-detail .tpl-detail-main .tpl-text-section-title {
    font-size: 18px;
    margin-bottom: 22px;
}

.tpl-architect-detail .tpl-detail-main .tpl-text-section {
    margin-bottom: 33px;
}

.tpl-architect-detail .tpl-detail-main .tpl-text-section .tpl-body p {
    margin: 1em 0;
}

.tpl-architect-detail .tpl-detail-main .tpl-elements-progress-bar {
    margin-bottom: 30px;
}

.tpl-architect-detail .tpl-detail-main .tpl-elements-multi-buttons {
    margin-top: 20px;
}

.tpl-architect-detail .tpl-detail-main .tpl-elements-multi-buttons .tpl-button-holder {
    float: left;
}

.tpl-architect-detail .tpl-detail-main .tpl-elements-multi-buttons .tpl-button {
    margin-bottom: 6px;
    margin-right: 9px;
}

.tpl-architect-detail .tpl-detail-main .tpl-elements-multi-buttons .tpl-button-2 {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    margin-bottom: 6px;
}

.tpl-architect-detail .tpl-detail-main .tpl-elements-multi-buttons .tpl-button-2:hover {
    text-decoration: none;
    background-color: rgba(0, 42, 58, 0.8);
    border-color: rgba(0, 42, 58, 0.8);
    color: #fff;
}

.tpl-architect-detail .tpl-related-title-holder {
    max-width: 1105px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-architect-detail .tpl-related-title-holder.tpl-centered-without-side-padding {
    max-width: 1085px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-architect-detail .tpl-related-title-holder .tpl-related-title-inner {
    float: right;
    width: 68%;
    padding: 0 4px 0 35px;
}

.tpl-architect-detail .tpl-related-title-holder .tpl-related-title-inner .tpl-related-title {
    position: relative;
    display: inline-block ;
    padding-bottom: 10px;
}

.tpl-architect-detail .tpl-related-title-holder .tpl-related-title-inner .tpl-related-title:after {
    content: "";
    position: absolute;
    left: 0;
    height: 7px;
    width: 100%;
    background-color: #439E33;
    border-radius: 2px;
}

.tpl-architect-detail .tpl-related-title-holder .tpl-related-title-inner .tpl-related-title:after {
    bottom: 0;
}

.tpl-architect-detail.tpl-body-no .tpl-detail-header {
    text-align: center;
}

.tpl-architect-detail.tpl-body-no .tpl-detail-header-left {
    float: none;
    width: 100%;
    padding-right: 0;
}

.tpl-architect-detail.tpl-body-no .tpl-detail-header-right {
    float: none;
    width: 100%;
}

.tpl-architect-detail.tpl-body-no .tpl-detail-sidebar {
    text-align: center;
    float: none;
    width: 100%;
}

.tpl-architect-detail.tpl-body-no .tpl-detail-sidebar .tpl-links-holder .tpl-links-title {
    display: none;
}

.tpl-architect-detail.tpl-body-no .tpl-detail-main {
    float: none;
    width: 100%;
    padding: 30px 0 0;
}

.tpl-architect-detail.tpl-giving-form-no .tpl-detail-header-left {
    float: none;
    width: 100%;
    padding: 0;
}

.tpl-architect-detail.tpl-architect-opportunity-detail .tpl-detail-main .tpl-quick-fact .tpl-text-section-title {
    padding-bottom: 5px;
}

.tpl-architect-detail.tpl-architect-opportunity-detail .tpl-architect-opportunity-action-buttons {
    margin-top: 8px;
}

.tpl-architect-detail.tpl-architect-resource-detail .tpl-detail-main .tpl-subtitle {
    font-size: 22px;
    font-weight: 400;
    padding: 0 0 7px;
}

.tpl-architect-detail.tpl-architect-resource-detail .tpl-detail-main .tpl-date {
    font-size: 14px;
    padding: 0 0 30px;
}

.tpl-architect-detail.tpl-architect-resource-detail .tpl-detail-main .tpl-cta-section-holder {
    padding: 30px 0;
}

.tpl-architect-detail.tpl-architect-resource-detail .tpl-detail-main .tpl-cta-section-holder .tpl-cta-section {
    overflow: hidden;
    padding: 12px 0;
}

.tpl-architect-detail.tpl-architect-resource-detail .tpl-detail-main .tpl-cta-section-holder .tpl-cta-section .tpl-cta-icon {
    width: 100px;
    float: left;
}

.tpl-architect-detail.tpl-architect-resource-detail .tpl-detail-main .tpl-cta-section-holder .tpl-cta-section .tpl-cta-content {
    text-align: left;
    overflow: hidden;
    padding: 0 20px;
}

.tpl-architect-detail.tpl-architect-resource-detail .tpl-detail-main .tpl-cta-section-holder .tpl-cta-section .tpl-cta-content .tpl-cta-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 22px;
    text-decoration: none;
    padding-bottom: 10px;
}

.tpl-architect-detail.tpl-architect-resource-detail .tpl-detail-main .tpl-cta-section-holder .tpl-cta-section .tpl-cta-content .tpl-cta-body {
    line-height: 24px;
}

.tpl-architect-detail.tpl-architect-story-detail.tpl-image-no .tpl-detail-sidebar {
    display: none;
}

.tpl-architect-detail.tpl-architect-story-detail.tpl-image-no .tpl-detail-main {
    width: 100%;
    float: none;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-header-left .tpl-description {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

.tpl-architect-detail.tpl-architect-person-detail.tpl-cover-yes .tpl-detail-header-left .tpl-description .tpl-description-inner {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.24);
    padding: 5px 10px;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-sidebar {
    width: 18%;
    max-width: 290px;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-sidebar .tpl-image-cation {
    font-style: italic;
    font-size: 14px;
    margin-top: 15px;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-sidebar .tpl-additional-info {
    position: relative;
    display: inline-block ;
    padding-top: 35px;
    margin-top: 20px;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-sidebar .tpl-additional-info:after {
    content: "";
    position: absolute;
    left: 0;
    height: 7px;
    width: 100%;
    background-color: #439E33;
    border-radius: 2px;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-sidebar .tpl-additional-info:after {
    top: 0;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-sidebar .tpl-additional-info ul li {
    margin: 6px 0;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-main {
    width: 82%;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-main .tpl-quote {
    font-size: 22px;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-main .tpl-details {
    font-size: 14px;
    margin-top: 7px;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-main .tpl-details span {
    float: left;
}

.tpl-architect-detail.tpl-architect-person-detail .tpl-detail-main.tpl-quote-yes .tpl-body {
    margin-top: 30px;
}

.tpl-architect-detail.tpl-architect-location-detail .tpl-detail-header-left .tpl-location {
    color: #fff;
    font-size: 14px;
}

.tpl-architect-detail.tpl-architect-location-detail .tpl-detail-header-left .tpl-location .tpl-location-inner {
    padding: 5px 20px 5px 0;
}

.tpl-architect-detail.tpl-architect-location-detail.tpl-cover-yes .tpl-detail-header-left .tpl-location {
    margin-top: 7px;
}

.tpl-architect-detail.tpl-architect-location-detail.tpl-cover-yes .tpl-detail-header-left .tpl-location .tpl-location-inner {
    background-color: rgba(0, 0, 0, 0.24);
    display: inline-block;
    padding-left: 10px;
}

.tpl-architect-detail.tpl-architect-location-detail .tpl-detail-content .tpl-detail-sidebar .tpl-image-and-buttons .tpl-buttons-holder {
    margin-top: 4px;
}

.tpl-architect-detail.tpl-architect-location-detail .tpl-detail-content .tpl-detail-sidebar .tpl-image-and-buttons .tpl-buttons-holder .tpl-elements-get-tags {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    width: 100%;
    white-space: normal;
    min-height: 60px;
    height: unset;
    padding: 0 40px;
    line-height: 22px;
    display: table;
}

.tpl-architect-detail.tpl-architect-location-detail .tpl-detail-content .tpl-detail-sidebar .tpl-image-and-buttons .tpl-buttons-holder .tpl-elements-get-tags:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.tpl-architect-detail.tpl-architect-location-detail .tpl-detail-content .tpl-detail-sidebar .tpl-image-and-buttons .tpl-buttons-holder .tpl-elements-get-tags .tpl-tag-category .tpl-tag {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}

.tpl-architect-detail.tpl-architect-location-detail .tpl-detail-content .tpl-detail-sidebar .tpl-image-and-buttons .tpl-buttons-holder .tpl-elements-get-tags .tpl-tag-category .tpl-tag:before {
    content: "See Current Ministry Opportunities in ";
}

.tpl-architect-detail.tpl-architect-location-detail .tpl-detail-content .tpl-detail-main {
    color: #4A4A4A;
    padding-bottom: 135px;
}

.tpl-architect-detail.tpl-architect-location-detail .tpl-detail-content .tpl-detail-main .tpl-body {
    line-height: 24px;
}

@media only screen and (max-width: 900px) {
    .tpl-architect-detail .tpl-detail-header {
        text-align: center;
    }
    .tpl-architect-detail .tpl-detail-header-left {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .tpl-architect-detail .tpl-detail-header-right {
        float: none;
        width: 100%;
    }
    .tpl-architect-detail .tpl-detail-sidebar {
        float: none;
        width: 100%;
    }
    .tpl-architect-detail .tpl-detail-main {
        float: none;
        width: 100%;
        padding: 30px 0 0;
    }
    .tpl-architect-detail .tpl-related-title-holder .tpl-related-title-inner {
        float: none;
        width: 100%;
        padding: 20px 0 0;
    }
    .tpl-architect-detail.tpl-architect-person-detail .tpl-detail-sidebar {
        width: 100%;
    }
    .tpl-architect-detail.tpl-architect-person-detail .tpl-detail-main {
        width: 100%;
    }
    .tpl-architect-detail.tpl-architect-location-detail .tpl-detail-main {
        padding-bottom: 0;
    }
}

@media print {
    .tpl-architect-detail .tpl-centered {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .tpl-architect-detail .tpl-detail-header {
        background: none;
        padding: 0;
    }
    .tpl-architect-detail .tpl-detail-header .tpl-color-overlay {
        display: none;
    }
    .tpl-architect-detail .tpl-detail-header-left {
        float: none;
        width: 100%;
        padding: 0;
    }
    .tpl-architect-detail .tpl-detail-header-left .tpl-title {
        background: #dddddf;
        color: #4A4A4A;
        font-size: 2rem;
        padding: .2cm .1cm .2cm .2cm;
    }
    .tpl-architect-detail .tpl-detail-header-left .tpl-elements-get-tags {
        background: #002a3a;
        font-size: .8rem;
        margin: 0;
        padding: .1cm .1cm .1cm .2cm;
    }
    .tpl-architect-detail .tpl-detail-header-right {
        display: none;
    }
    .tpl-architect-detail .tpl-detail-content {
        padding: .5cm 0;
    }
    .tpl-architect-detail .tpl-detail-sidebar .tpl-buttons-holder {
        display: none;
    }
    .tpl-architect-detail .tpl-detail-sidebar .tpl-links-holder {
        display: none;
    }
}

.tpl-architect-box-summary {
    padding: 8px;
}

.tpl-architect-box-summary .tpl-image {
    height: 300px;
    overflow: hidden;
}

.tpl-architect-box-summary .tpl-image .tpl-info {
    width: 100%;
    height: 100%;
    display: table;
}

.tpl-architect-box-summary .tpl-image .tpl-info .tpl-info-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
}

.tpl-architect-box-summary .tpl-image .tpl-info .tpl-info-inner .tpl-elements-get-tags .tpl-tag,
.tpl-architect-box-summary .tpl-image .tpl-info .tpl-info-inner .tpl-author,
.tpl-architect-box-summary .tpl-image .tpl-info .tpl-info-inner .tpl-sep,
.tpl-architect-box-summary .tpl-image .tpl-info .tpl-info-inner .tpl-label {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.tpl-architect-box-summary .tpl-image .tpl-info .tpl-info-inner .tpl-title {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.24);
    display: inline-block;
}

.tpl-architect-box-summary .tpl-image .tpl-info .tpl-info-inner .tpl-elements-get-tags {
    margin-top: 7px;
}

.tpl-architect-box-summary .tpl-image .tpl-info .tpl-info-inner .tpl-elements-get-tags .tpl-elements-get-tags-inner {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.24);
    padding: 5px 10px;
}

.tpl-architect-box-summary .tpl-image .tpl-info .tpl-info-inner .tpl-button-wrapper {
    padding: 25px 20px 20px;
}

.tpl-architect-box-summary .tpl-image .tpl-info .tpl-info-inner .tpl-button-wrapper a {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    padding: 0 16px;
}

.tpl-architect-box-summary .tpl-image .tpl-info .tpl-info-inner .tpl-button-wrapper a:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.tpl-architect-related-item {
    width: 50%;
    max-width: 350px;
    float: left;
    height: 111px;
    overflow: hidden;
}

.tpl-architect-related-item .tpl-image {
    width: 36%;
}

.tpl-architect-related-item .tpl-title {
    width: 64%;
    text-align: left;
    padding: 0 15px 0 15px;
}

.tpl-architect-related-item .tpl-title a {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #4A4A4A;
    text-decoration: none;
}

.tpl-architect-related-item .tpl-title .tpl-learn-more-link a {
    color: #439E33;
    text-decoration: none;
    font-size: 16px;
}

@media only screen and (max-width: 900px) {
    .tpl-architect-related-item {
        width: 100%;
    }
    .tpl-architect-related-item .tpl-title a {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        padding: 0;
        margin: 0;
        font-size: 18px;
    }
}

.tpl-elements-advocacy-details {
    padding: 25px 0;
}

.tpl-elements-advocacy-details .tpl-content-holder {
    padding: 15px 0 10px;
}

.tpl-elements-advocacy-details .tpl-image-holder {
    float: right;
    width: 32%;
    max-width: 400px;
    padding: 0 0 10px 4%;
}

.tpl-elements-advocacy-details .tpl-image-holder img {
    max-width: 100%;
}

.tpl-elements-advocacy-details .tpl-body {
    float: left;
    width: 68%;
    font-size: 16px;
}

@media only screen and (max-width: 700px) {
    .tpl-elements-advocacy-details {
        text-align: center;
        padding: 30px 0;
    }
    .tpl-elements-advocacy-details .tpl-image-holder,
    .tpl-elements-advocacy-details .tpl-body {
        float: none;
        width: 100%;
        padding: 0;
        margin: 5px auto 20px;
    }
}

.tpl-elements-advocacy-review .tpl-advocacy-page-title,
.tpl-elements-advocacy-review .tpl-advocacy-page-footer {
    border-top: 1px solid #D6D5D5;
    border-bottom: 1px solid #D6D5D5;
    padding: 15px 0;
}

.tpl-elements-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button,
.tpl-elements-advocacy-review .tpl-advocacy-page-footer .tpl-advocacy-action-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
}

.tpl-elements-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button:hover,
.tpl-elements-advocacy-review .tpl-advocacy-page-footer .tpl-advocacy-action-button:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.tpl-elements-advocacy-review .tpl-advocacy-page-title h2 {
    float: left;
    width: 60%;
    line-height: 1.1;
    padding: 0;
    margin: 10px 0;
}

.tpl-elements-advocacy-review .tpl-advocacy-page-title h2 a {
    color: #4A4A4A;
    text-decoration: none;
}

.tpl-elements-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button {
    float: right;
    margin: 1px 0;
}

.tpl-elements-advocacy-review .tpl-campaign-details {
    padding: 30px 0;
}

.tpl-elements-advocacy-review .tpl-campaign-details .tpl-image-holder {
    float: left;
    width: 32%;
    max-width: 400px;
    padding: 0;
    margin: 20px 0;
}

.tpl-elements-advocacy-review .tpl-campaign-details .tpl-image-holder img {
    max-width: 100%;
}

.tpl-elements-advocacy-review .tpl-campaign-details .tpl-content-holder {
    float: left;
    width: 68%;
    padding-left: 38px;
    margin: 15px 0;
}

.tpl-elements-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-body {
    font-size: 18px;
    padding-right: 15px;
}

.tpl-elements-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-elements-progress-bar {
    margin: 48px 0 10px;
}

.tpl-elements-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-elements-progress-bar .tpl-funding-title,
.tpl-elements-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-elements-progress-bar .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper {
    font-size: 16px;
}

.tpl-elements-advocacy-review .tpl-advocacy-page-footer {
    border-bottom: none;
    text-align: right;
}

.tpl-elements-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-go-back-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    padding: 0 16px;
    margin: 1px 3px 1px 0;
}

.tpl-elements-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-go-back-button:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.tpl-elements-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-action-button {
    margin: 1px 0;
}

@media only screen and (max-width: 900px) {
    .tpl-elements-advocacy-review {
        text-align: center;
    }
    .tpl-elements-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button,
    .tpl-elements-advocacy-review .tpl-advocacy-page-footer .tpl-advocacy-action-button {
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
    }
    .tpl-elements-advocacy-review .tpl-advocacy-page-title h2,
    .tpl-elements-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button {
        float: none;
        width: 100%;
        margin: 10px auto;
    }
    .tpl-elements-advocacy-review .tpl-advocacy-page-title h2 {
        padding-right: 0;
        margin-top: 3px;
    }
    .tpl-elements-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button {
        margin-bottom: 12px;
    }
    .tpl-elements-advocacy-review .tpl-campaign-details {
        max-width: 600px;
        padding: 20px 0;
        margin: 0 auto;
    }
    .tpl-elements-advocacy-review .tpl-campaign-details .tpl-image-holder,
    .tpl-elements-advocacy-review .tpl-campaign-details .tpl-content-holder {
        float: none;
        width: 100%;
        padding: 0;
    }
    .tpl-elements-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-body {
        padding-right: 0;
    }
    .tpl-elements-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-elements-progress-bar {
        text-align: left;
    }
    .tpl-elements-advocacy-review .tpl-advocacy-page-footer {
        text-align: center;
    }
    .tpl-elements-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-action-button {
        float: none;
    }
}

/*# sourceMappingURL=global-views.css.map */

@charset "UTF-8";
/* z-index scale */
/*==========================================================================*/
/* Classes for centering ===================================================*/
/*==========================================================================*/
.tpl-centered-default,
.tpl-centered-1440 {
    max-width: 1460px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-default.tpl-centered-without-side-padding,
.tpl-centered-1440.tpl-centered-without-side-padding {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-1355 {
    max-width: 1375px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-1355.tpl-centered-without-side-padding {
    max-width: 1355px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-1280 {
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-1280.tpl-centered-without-side-padding {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-1220 {
    max-width: 1240px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-1220.tpl-centered-without-side-padding {
    max-width: 1220px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-1100 {
    max-width: 1120px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-1100.tpl-centered-without-side-padding {
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-1020 {
    max-width: 1040px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-1020.tpl-centered-without-side-padding {
    max-width: 1020px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-1000 {
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-1000.tpl-centered-without-side-padding {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-980 {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-980.tpl-centered-without-side-padding {
    max-width: 980px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-960 {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-960.tpl-centered-without-side-padding {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-900 {
    max-width: 920px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-900.tpl-centered-without-side-padding {
    max-width: 900px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-850 {
    max-width: 870px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-850.tpl-centered-without-side-padding {
    max-width: 850px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-800 {
    max-width: 820px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-800.tpl-centered-without-side-padding {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-770 {
    max-width: 790px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-770.tpl-centered-without-side-padding {
    max-width: 770px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-750 {
    max-width: 770px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-750.tpl-centered-without-side-padding {
    max-width: 750px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-730 {
    max-width: 750px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-730.tpl-centered-without-side-padding {
    max-width: 730px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-710 {
    max-width: 730px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-710.tpl-centered-without-side-padding {
    max-width: 710px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-650 {
    max-width: 670px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-650.tpl-centered-without-side-padding {
    max-width: 650px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-600 {
    max-width: 620px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-600.tpl-centered-without-side-padding {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-560 {
    max-width: 580px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-560.tpl-centered-without-side-padding {
    max-width: 560px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-500 {
    max-width: 520px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-500.tpl-centered-without-side-padding {
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-centered-400 {
    max-width: 420px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-centered-400.tpl-centered-without-side-padding {
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
}

/*===============================*/
/* Columns / Grid ===============*/
/*===============================*/
.tpl-col, .tpl-col-1-2, .tpl-col-1-3, .tpl-col-2-3, .tpl-col-1-4, .tpl-col-2-4, .tpl-col-3-4 {
    display: block;
    float: left;
}

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

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

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

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

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

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

.tpl-column-border-right {
    border-right: 2px solid #D8D8D8;
}

@media only screen and (max-width: 1100px) {
    .tpl-col-1-4 {
        width: 50%;
    }
}

@media only screen and (max-width: 1000px) {
    .tpl-break-cols-at-1000 .tpl-col-1-2,
    .tpl-break-cols-at-1000 .tpl-col-1-3,
    .tpl-break-cols-at-1000 .tpl-col-2-3,
    .tpl-break-cols-at-1000 .tpl-col-1-4,
    .tpl-break-cols-at-1000 .tpl-col-2-4,
    .tpl-break-cols-at-1000 .tpl-col-3-4 {
        float: none;
        width: 100%;
    }
    .tpl-break-cols-at-1000 .tpl-col-1-2.tpl-column-border-right,
    .tpl-break-cols-at-1000 .tpl-col-1-3.tpl-column-border-right,
    .tpl-break-cols-at-1000 .tpl-col-2-3.tpl-column-border-right,
    .tpl-break-cols-at-1000 .tpl-col-1-4.tpl-column-border-right,
    .tpl-break-cols-at-1000 .tpl-col-2-4.tpl-column-border-right,
    .tpl-break-cols-at-1000 .tpl-col-3-4.tpl-column-border-right {
        border-right: none;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 900px) {
    .tpl-col-1-2,
    .tpl-col-1-3,
    .tpl-col-2-3,
    .tpl-col-2-4,
    .tpl-col-3-4 {
        float: none;
        width: 100%;
    }
    .tpl-col-1-2.tpl-column-border-right,
    .tpl-col-1-3.tpl-column-border-right,
    .tpl-col-2-3.tpl-column-border-right,
    .tpl-col-2-4.tpl-column-border-right,
    .tpl-col-3-4.tpl-column-border-right {
        border-right: none;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 700px) {
    .tpl-col-1-4 {
        float: none;
        width: 100%;
    }
    .tpl-col-1-4.tpl-column-border-right {
        border-right: none;
        margin-bottom: 20px;
    }
}

/*==========================================================================*/
/* Flyout ==================================================================*/
/*==========================================================================*/
.tpl-position-flyout {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 400px;
    color: #fff;
    background: #002a3a;
    right: -400px;
    max-width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 1001;
}

.tpl-position-flyout .tpl-position-flyout-inner {
    padding: 0 20px;
    position: relative;
    overflow: auto;
    height: 100%;
}

.tpl-position-flyout .tpl-position-flyout-inner .tpl-button-holder {
    padding: 20px 0;
    max-width: 100%;
}

.tpl-position-flyout .tpl-position-flyout-inner .tpl-button-holder .tpl-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #555459;
    background-color: #555459;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    width: 100%;
    font-weight: 800;
    font-size: 16px;
}

.tpl-position-flyout .tpl-position-flyout-inner .tpl-button-holder .tpl-button:hover {
    text-decoration: none;
    background-color: #48484c;
    border-color: #48484c;
    color: #fff;
}

.tpl-position-flyout .tpl-position-flyout-inner .tpl-button-holder .tpl-button:before {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding-right: 8px;
}

/*===============================*/
/* HEADER =======================*/
/*===============================*/
.tpl-section-header-top-wrapper {
    background-color: #636566;
}

.tpl-section-header-top-wrapper .tpl-section-header-top {
    color: #fff;
    padding: 0 20px;
}

.tpl-section-header-top-wrapper .tpl-section-header-top .tpl-position-header-top-left {
    float: left;
    width: auto;
    overflow: hidden;
}

.tpl-section-header-top-wrapper .tpl-section-header-top .tpl-position-header-top-left.expanded {
    width: 100%;
}

.tpl-section-header-top-wrapper .tpl-section-header-top .tpl-position-header-top-right {
    float: right;
    width: auto;
    text-align: right;
    position: relative;
}

.tpl-section-header-top-wrapper .tpl-section-header-top .tpl-position-header-top-right.hidden {
    display: none;
}

@media only screen and (max-width: 700px) {
    .tpl-section-header-top-wrapper .tpl-section-header-top {
        padding: 0 10px;
    }
}

.tpl-section-header-wrapper {
    background-color: rgba(0, 0, 0, 0.24);
    width: 100%;
    position: absolute;
    z-index: 44;
    top: 40px;
    left: 0;
    right: 0;
}

.tpl-section-header-wrapper .tpl-section-header {
    padding: 15px 20px;
    width: 100%;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tpl-section-header-wrapper .tpl-section-header .tpl-position-header-left,
.tpl-section-header-wrapper .tpl-section-header .tpl-position-header-center,
.tpl-section-header-wrapper .tpl-section-header .tpl-position-header-right {
    display: table-cell;
    vertical-align: middle;
}

.tpl-section-header-wrapper .tpl-section-header .tpl-position-header-left {
    width: 190px;
}

.tpl-section-header-wrapper .tpl-section-header .tpl-position-header-center {
    text-align: center;
}

.tpl-section-header-wrapper .tpl-section-header .tpl-position-header-right {
    width: 190px;
    text-align: right;
}

.tpl-section-header-wrapper .tpl-section-header .tpl-position-header-right .tpl-flyout-menu-trigger {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 18px;
    display: inline-block ;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}

.tpl-section-header-wrapper .tpl-section-header .tpl-position-header-right .tpl-flyout-menu-trigger:before {
    font-family: "FontAwesome";
    content: '\f0c9';
    font-size: 20px;
    margin: 0 4px;
}

@media only screen and (max-width: 1100px) {
    .tpl-section-header-wrapper .tpl-section-header .tpl-position-header-right {
        width: unset;
    }
}

@media only screen and (max-width: 900px) {
    .tpl-section-header-wrapper .tpl-section-header .tpl-position-header-center {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .tpl-section-header-wrapper .tpl-section-header {
        padding: 18px 10px;
    }
    .tpl-section-header-wrapper .tpl-section-header .tpl-position-header-left {
        width: 165px;
    }
}

/*===============================*/
/* BODY =========================*/
/*===============================*/
.tpl-section-main-container {
    position: relative;
    overflow: hidden;
}

.tpl-section-main-container .tpl-section-main-content {
    position: relative;
    width: 100%;
}

.tpl-section-main-container .tpl-section-main-content .tpl-section-body-wrapper {
    margin-top: 82px;
    min-height: 380px;
}

.tpl-section-main-container .tpl-section-main-content .tpl-section-body-wrapper.tpl-with-featured {
    margin-top: 0;
}

.tpl-section-main-container .tpl-section-main-content.open-flyout {
    right: 400px;
}

/*===============================*/
/* FOOTER =======================*/
/*===============================*/
.tpl-section-footer-wrapper {
    color: #fff;
    background-color: #439E33;
    padding: 45px 0;
}

.tpl-section-footer-wrapper .tpl-position-footer-left {
    float: left;
    width: 50%;
    padding-right: 92px;
}

.tpl-section-footer-wrapper .tpl-position-footer-right {
    float: right;
    width: 50%;
    border-left: 1px solid #49bc38;
    padding: 2px 0 12px 92px;
}

.tpl-section-footer-wrapper .tpl-position-footer-right .tpl-col-1-3 {
    padding-bottom: 15px;
}

@media only screen and (max-width: 1250px) {
    .tpl-section-footer-wrapper .tpl-position-footer-left {
        padding-right: 30px;
    }
    .tpl-section-footer-wrapper .tpl-position-footer-right {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .tpl-section-footer-wrapper .tpl-position-footer-right .tpl-col-1-3 {
        float: left;
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    .tpl-section-footer-wrapper {
        padding: 30px 0;
    }
    .tpl-section-footer-wrapper .tpl-position-footer-left {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .tpl-section-footer-wrapper .tpl-position-footer-right {
        float: none;
        width: 100%;
        border-left: none;
        border-top: 1px solid #49bc38;
        padding: 20px 0 10px;
    }
    .tpl-section-footer-wrapper .tpl-position-footer-right .tpl-col-1-3 {
        width: 33.33%;
    }
}

@media only screen and (max-width: 480px) {
    .tpl-section-footer-wrapper .tpl-position-footer-right .tpl-col-1-3 {
        width: 50%;
    }
}

.tpl-section-footer-bottom-wrapper {
    color: #fff;
    background-color: #002a3a;
    text-align: center;
    padding: 9px 0;
}

@media print {
    .tpl-position-flyout,
    .tpl-section-header-top-wrapper {
        display: none;
    }
    .tpl-section-header-wrapper {
        display: none;
        position: static;
        background: #002a3a;
        padding: 1.6cm .4cm 1.2cm;
    }
    .tpl-section-header-wrapper .tpl-section-header .tpl-position-header-center,
    .tpl-section-header-wrapper .tpl-section-header .tpl-position-header-right {
        display: none;
    }
    .tpl-section-main-container .tpl-section-main-content .tpl-section-body-wrapper {
        margin-top: 0;
    }
    .tpl-section-footer-wrapper {
        display: none;
    }
}

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

/* z-index scale */
.tpl-architect-location-dynamic-title {
    display: inline-block;
}

.tpl-architect-location-dynamic-title h1.tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 50px;
    display: inline-block;
}

.tpl-related-items-holder .tpl-architect-location-dynamic-title h1.tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 22px;
}

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

/* z-index scale */
.tpl-architect-person-summary {
    float: left;
    width: 50%;
    max-width: 580px;
    margin: 0 auto;
}

.tpl-architect-person-summary .tpl-content-wrapper {
    position: relative;
    background-color: #fff;
    margin: 12px;
}

.tpl-architect-person-summary .tpl-image-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 240px;
    border-right-radius: 2px;
    overflow: hidden;
}

.tpl-architect-person-summary .tpl-content {
    height: 240px;
    border: 1px solid #D8D8D8;
    border-left-radius: 2px;
    overflow: hidden;
    padding: 18px 20px 18px 190px;
}

.tpl-architect-person-summary .tpl-content .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    color: #4A4A4A;
    text-decoration: none;
    line-height: 1.2;
    margin-right: 5px;
}

.tpl-architect-person-summary .tpl-content .tpl-years-lived {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    color: #AAAAAA;
    font-weight: 400;
    line-height: 1.2;
}

.tpl-architect-person-summary .tpl-content .tpl-description {
    font-size: 14px;
    margin-top: 12px;
}

.tpl-architect-person-summary .tpl-content .tpl-summary {
    line-height: 1.5;
    margin-top: 12px;
}

.tpl-architect-person-summary .tpl-content .tpl-summary .tpl-full-view-button {
    font-weight: 800;
    color: #439E33;
    text-decoration: none;
    white-space: nowrap;
}

.tpl-architect-person-summary.tpl-image-no .tpl-content {
    padding-left: 20px;
}

@media only screen and (max-width: 1150px) {
    .tpl-architect-person-summary {
        float: none;
        width: 100%;
    }
    .tpl-architect-person-summary .tpl-content-wrapper {
        margin: 25px 0;
    }
}

@media only screen and (max-width: 580px) {
    .tpl-architect-person-summary {
        text-align: center;
        border-top: 1px solid #D8D8D8;
    }
    .tpl-architect-person-summary .tpl-content-wrapper {
        margin: 30px 0;
    }
    .tpl-architect-person-summary .tpl-image-holder {
        position: static;
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 5px 0 20px;
    }
    .tpl-architect-person-summary .tpl-content {
        height: auto;
        border: none;
        border-radius: 0;
        padding: 0 5px;
    }
}

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

/* z-index scale */
.tpl-architect-project-give-in-honor {
    width: 100%;
}

.tpl-architect-project-give-in-honor .tpl-image {
    width: 50%;
    height: 100%;
    float: right;
}

.tpl-architect-project-give-in-honor .tpl-content {
    background-color: #dddddf;
    width: 50%;
    height: 100%;
    float: left;
}

.tpl-architect-project-give-in-honor .tpl-content .tpl-content-inner {
    padding: 60px 80px 50px;
    width: 100%;
    float: right;
    max-width: 720px;
    text-align: left;
}

.tpl-architect-project-give-in-honor .tpl-content .tpl-content-inner .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 38px;
    color: #4A4A4A;
    border-bottom: 7px solid #439E33;
    display: inline-block;
    padding-bottom: 9px;
}

.tpl-architect-project-give-in-honor .tpl-content .tpl-content-inner .tpl-summary {
    color: #4A4A4A;
    padding: 28px 0;
}

.tpl-architect-project-give-in-honor .tpl-content .tpl-content-inner .tpl-elements-giving-form .tpl-field {
    padding-right: 94px;
}

@media only screen and (max-width: 900px) {
    .tpl-architect-project-give-in-honor .tpl-content .tpl-content-inner {
        padding: 20px;
    }
}

@media only screen and (max-width: 700px) {
    .tpl-architect-project-give-in-honor .tpl-image {
        width: 100%;
    }
    .tpl-architect-project-give-in-honor .tpl-content {
        width: 100%;
    }
    .tpl-architect-project-give-in-honor .tpl-content .tpl-content-inner {
        text-align: center;
    }
}

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

/* z-index scale */
.tpl-architect-project-simple-summary .tpl-title-holder .tpl-title {
    text-decoration: none;
    padding: 0;
}

.tpl-architect-project-simple-summary .tpl-summary,
.tpl-architect-project-simple-summary .tpl-elements-giving-form {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.tpl-architect-project-simple-summary .tpl-summary {
    line-height: 1.5;
    margin-top: 8px;
}

.tpl-architect-project-simple-summary .tpl-elements-giving-form {
    margin-top: 22px;
}

.tpl-architect-project-simple-summary .tpl-elements-giving-form .tpl-field {
    padding-right: 99px;
}

.tpl-architect-project-simple-summary .tpl-elements-giving-form .tpl-field input[name=amount] {
    border: none;
    border-right-radius: 2px;
}

.tpl-architect-project-simple-summary .tpl-elements-giving-form .tpl-amount-button-holder .tpl-amount-submit {
    border-left-radius: 2px;
}

.tpl-architect-wrapper-hero.tpl-content-align-left .tpl-architect-project-simple-summary .tpl-summary,
.tpl-architect-wrapper-hero.tpl-content-align-left .tpl-architect-project-simple-summary .tpl-elements-giving-form,
.tpl-architect-wrapper-hero.tpl-content-align-right .tpl-architect-project-simple-summary .tpl-summary,
.tpl-architect-wrapper-hero.tpl-content-align-right .tpl-architect-project-simple-summary .tpl-elements-giving-form {
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 700px) {
    .tpl-architect-wrapper-hero.tpl-content-align-left .tpl-architect-project-simple-summary .tpl-summary,
    .tpl-architect-wrapper-hero.tpl-content-align-left .tpl-architect-project-simple-summary .tpl-elements-giving-form,
    .tpl-architect-wrapper-hero.tpl-content-align-right .tpl-architect-project-simple-summary .tpl-summary,
    .tpl-architect-wrapper-hero.tpl-content-align-right .tpl-architect-project-simple-summary .tpl-elements-giving-form {
        margin-left: auto;
        margin-right: auto;
    }
}

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

@charset "UTF-8";
/* z-index scale */
.tpl-architect-project-special-project {
    position: relative;
    background-color: #dddddf;
    min-height: 120px;
    padding-left: 140px;
    padding-right: 60px;
    margin: 0 0 25px;
}

.tpl-architect-project-special-project .tpl-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
}

.tpl-architect-project-special-project .tpl-table {
    height: 120px;
    overflow: hidden;
}

.tpl-architect-project-special-project .tpl-table .tpl-title-holder {
    max-width: 360px;
    padding: 0 20px;
    margin: 0 auto;
}

.tpl-architect-project-special-project .tpl-table .tpl-title {
    color: #4A4A4A;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.tpl-architect-project-special-project .tpl-full-view-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    text-decoration: none;
    background-color: #439E33;
    color: #fff;
    width: 60px;
}

.tpl-architect-project-special-project .tpl-full-view-button:after {
    font-family: "Linearicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    margin-top: -10px;
}

.tpl-architect-project-special-project.tpl-image-no .tpl-image-holder:after {
    font-size: 40px;
}

@media only screen and (max-width: 600px) {
    .tpl-architect-project-special-project {
        padding-right: 45px;
    }
    .tpl-architect-project-special-project .tpl-table .tpl-title-holder {
        max-width: 100%;
    }
    .tpl-architect-project-special-project .tpl-table .tpl-title {
        font-size: 20px;
    }
    .tpl-architect-project-special-project .tpl-full-view-button {
        width: 45px;
    }
}

@media only screen and (max-width: 450px) {
    .tpl-architect-project-special-project {
        padding-right: 0;
    }
    .tpl-architect-project-special-project .tpl-table .tpl-title {
        font-size: 16px;
    }
    .tpl-architect-project-special-project .tpl-full-view-button {
        display: none;
    }
}

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

@charset "UTF-8";
/* z-index scale */
.tpl-architect-static-accordion {
    color: #fff;
    border-top: 1px solid #D6D5D5;
    border-bottom: 1px solid #D6D5D5;
    margin-top: -1px;
    background: transparent;
}

.tpl-architect-static-accordion p {
    display: inline;
}

.tpl-architect-static-accordion .tpl-architect-static-accordion-inner .tpl-title {
    text-align: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.tpl-architect-static-accordion .tpl-architect-static-accordion-inner .tpl-title h4 {
    display: inline-block ;
    color: #4A4A4A;
    font-weight: 800;
    position: relative;
    width: auto;
    margin: 0;
    padding: 18px 40px 20px 25px;
}

.tpl-architect-static-accordion .tpl-architect-static-accordion-inner .tpl-title .tpl-icon {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
    background-color: #439E33;
    color: #fff;
    font-family: "Linearicons";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin-top: -15px;
    float: right;
}

.tpl-architect-static-accordion .tpl-architect-static-accordion-inner .tpl-title .tpl-icon:after {
    content: "";
    padding-left: 1px;
}

.tpl-architect-static-accordion .tpl-architect-static-accordion-inner .tpl-body {
    color: #4A4A4A;
    padding: 0 40px 24px 50px;
    display: none;
    font-weight: 400;
    line-height: 1.5;
}

.tpl-architect-static-accordion .tpl-architect-static-accordion-inner .tpl-body ul li:before {
    top: 8px;
}

.tpl-architect-static-accordion .tpl-architect-static-accordion-inner .tpl-body a {
    color: #439E33;
    outline: none;
    text-decoration: underline;
    font-weight: 600;
    text-decoration: none;
}

.tpl-architect-static-accordion .tpl-architect-static-accordion-inner .tpl-body a:hover {
    color: #636566;
    text-decoration: underline;
}

.tpl-architect-static-accordion.expanded .tpl-architect-static-accordion-inner .tpl-title .tpl-icon:after {
    content: "";
}

@media only screen and (max-width: 700px) {
    .tpl-architect-static-accordion .tpl-architect-static-accordion-inner .tpl-title h4 {
        padding-left: 5px;
    }
}

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

@charset "UTF-8";
/* z-index scale */
.tpl-architect-static-basic-article {
    background-image: url("../img/wood-background.png");
    color: #fff;
    text-align: center;
}

.tpl-architect-static-basic-article .tpl-content {
    max-width: 1140px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-architect-static-basic-article .tpl-content.tpl-centered-without-side-padding {
    max-width: 1120px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-architect-static-basic-article .tpl-content .tpl-summary {
    font-size: 22px;
    padding: 10px 0 30px;
}

.tpl-architect-static-basic-article .tpl-content .tpl-button-holder .tpl-button {
    padding: 0 36px;
}

.tpl-architect-static-basic-article .tpl-content.tpl-vertical-padding-default {
    padding: 20px 10px;
}

.tpl-architect-static-basic-article .tpl-content.tpl-vertical-padding-bigger {
    padding: 70px 20px;
}

.tpl-architect-static-basic-article.tpl-title-color-dark .tpl-content h2.tpl-title {
    color: #4A4A4A;
}

.tpl-architect-static-basic-article.tpl-background-color-white {
    color: #4A4A4A;
    background-image: none;
}

.tpl-architect-static-basic-article.tpl-text-align-left {
    text-align: left;
}

.tpl-architect-static-basic-article.tpl-text-align-right {
    text-align: right;
}

.tpl-architect-static-basic-article.tpl-col-1-2 .tpl-content {
    padding: 70px 105px 70px 117px;
}

.tpl-architect-static-basic-article.tpl-col-1-2 .tpl-content .tpl-summary {
    font-size: 16px;
    padding: 10px 0 23px;
    line-height: 24px;
}

.tpl-architect-static-basic-article.tpl-title-bottom-border-green .tpl-content h2.tpl-title {
    border-bottom: 7px solid #439E33;
    display: inline-block;
    padding-bottom: 5px;
}

.tpl-architect-static-basic-article.tpl-title-bottom-border-green .tpl-content .tpl-summary {
    padding: 26px 0 23px;
}

.tpl-architect-static-basic-article.tpl-button-color-blue .tpl-content .tpl-button-holder .tpl-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
}

.tpl-architect-static-basic-article.tpl-button-color-blue .tpl-content .tpl-button-holder .tpl-button:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.tpl-architect-static-basic-article.tpl-title-left-summary-right {
    background-image: none;
    background-color: #002a3a;
}

.tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content {
    max-width: 1240px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content.tpl-centered-without-side-padding {
    max-width: 1220px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content .tpl-title {
    float: left;
    width: 50%;
    text-align: left;
    padding: 65px 30px;
    line-height: 43px;
}

.tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content .tpl-summary {
    float: right;
    width: 50%;
    font-size: 16px;
    text-align: left;
    padding: 73px 30px;
}

.tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content .tpl-summary .tpl-summary-inner {
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
    line-height: 24px;
    padding: 26px 0;
}

.tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content .tpl-summary .tpl-summary-inner .tpl-learn-more {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    position: relative;
}

.tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content .tpl-summary .tpl-summary-inner .tpl-learn-more:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 20px;
    position: absolute;
    right: -16px;
    top: -3px;
    padding-left: 5px;
}

.tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content .tpl-summary p {
    display: inline;
}

.tpl-architect-static-basic-article.tpl-transparent-background {
    background-image: unset;
    background-color: transparent;
}

@media only screen and (max-width: 700px) {
    .tpl-architect-static-basic-article .tpl-content .tpl-button-holder .tpl-button {
        font-size: 12px !important;
    }
    .tpl-architect-static-basic-article.tpl-col-1-2 .tpl-content {
        padding: 40px 0;
    }
    .tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content {
        padding: 30px 10px;
    }
    .tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content .tpl-title,
    .tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content .tpl-summary {
        width: 100%;
        padding: 20px 10px;
    }
    .tpl-architect-static-basic-article.tpl-title-left-summary-right .tpl-content .tpl-button-holder .tpl-button {
        font-size: 12px !important;
    }
}

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

/* z-index scale */
.tpl-architect-static-body-only {
    font-family: "Roboto", sans-serif;
}

.tpl-architect-static-body-only p {
    margin: 0;
}

.tpl-position-footer-right .tpl-architect-static-body-only {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 3px;
}

.tpl-section-footer-bottom-wrapper .tpl-architect-static-body-only {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

@media only screen and (max-width: 1000px) {
    .tpl-architect-static-body-only.tpl-center-text-at-1000 {
        text-align: center;
    }
}

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

/* z-index scale */
.tpl-architect-static-global-search .tpl-input-field-and-button-holder {
    position: relative;
}

.tpl-architect-static-global-search input[type=text] {
    border-radius: 1px;
    padding-right: 104px;
}

.tpl-architect-static-global-search .tpl-button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    padding-left: 4px;
    padding-right: 4px;
}

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

/* z-index scale */
.tpl-architect-static-horizontal-image-summary {
    margin: 30px 0;
}

.tpl-architect-static-horizontal-image-summary .tpl-image-holder {
    float: left;
    width: 120px;
    padding-bottom: 5px;
}

.tpl-architect-static-horizontal-image-summary .tpl-content-holder {
    padding: 0 40px 0 0;
}

.tpl-architect-static-horizontal-image-summary .tpl-content-holder .tpl-summary p {
    display: inline;
}

.tpl-architect-static-horizontal-image-summary .tpl-content-holder .tpl-learn-more {
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
    margin-left: 10px;
}

@media only screen and (max-width: 1000px) {
    .tpl-architect-static-horizontal-image-summary {
        text-align: center;
        max-width: 400px;
        margin: 45px auto;
    }
    .tpl-architect-static-horizontal-image-summary .tpl-image-holder {
        float: none;
        width: 100%;
    }
    .tpl-architect-static-horizontal-image-summary .tpl-content-holder {
        padding-right: 0;
    }
}

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

@charset "UTF-8";
/* z-index scale */
.tpl-architect-static-large-media {
    display: table;
}

.tpl-architect-static-large-media .tpl-media-holder {
    display: table-cell;
    height: 100%;
    width: 50%;
    position: relative;
}

.tpl-architect-static-large-media .tpl-media-holder .tpl-video-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.tpl-architect-static-large-media .tpl-media-holder .tpl-video-link:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: rgba(255, 255, 255, 0.8);
    font-size: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    margin: -50px 0 0 -50px;
}

.tpl-architect-static-large-media .tpl-content-holder {
    display: table-cell;
    height: 100%;
    width: 50%;
    padding: 65px 70px;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 38px;
    position: relative;
    display: inline-block ;
    padding-bottom: 16px;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-title:after {
    content: "";
    position: absolute;
    left: 0;
    height: 7px;
    width: 100%;
    background-color: #439E33;
    border-radius: 2px;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-title:after {
    bottom: 0;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-summary {
    padding-top: 28px;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-summary h3, .tpl-architect-static-large-media .tpl-content-holder .tpl-summary h4, .tpl-architect-static-large-media .tpl-content-holder .tpl-summary h5, .tpl-architect-static-large-media .tpl-content-holder .tpl-summary h6 {
    line-height: 1.2;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-summary p {
    display: inline;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-summary .tpl-learn-more {
    color: #439E33;
    outline: none;
    text-decoration: underline;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 6px;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-summary .tpl-learn-more:hover {
    color: #636566;
    text-decoration: underline;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-summary .tpl-learn-more:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block ;
    vertical-align: middle;
    margin: -2px 0 0 6px;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-summary .tpl-learn-more:hover {
    text-decoration: none;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-buttons-holder {
    padding-top: 26px;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-buttons-holder .tpl-button-holder {
    float: left;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-buttons-holder .tpl-button {
    margin-bottom: 6px;
    margin-right: 9px;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-buttons-holder .tpl-button-2 {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    margin-bottom: 6px;
}

.tpl-architect-static-large-media .tpl-content-holder .tpl-buttons-holder .tpl-button-2:hover {
    text-decoration: none;
    background-color: rgba(0, 42, 58, 0.8);
    border-color: rgba(0, 42, 58, 0.8);
    color: #fff;
}

@media only screen and (max-width: 1100px) {
    .tpl-architect-static-large-media .tpl-content-holder {
        padding: 35px 40px;
    }
}

@media only screen and (max-width: 900px) {
    .tpl-architect-static-large-media {
        display: block;
    }
    .tpl-architect-static-large-media .tpl-media-holder {
        display: block;
        min-height: 300px;
        width: 100%;
    }
    .tpl-architect-static-large-media .tpl-content-holder {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .tpl-architect-static-large-media .tpl-content-holder {
        padding: 28px 25px;
    }
    .tpl-architect-static-large-media .tpl-content-holder .tpl-buttons-holder .tpl-button {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 18px;
    }
}

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

/* z-index scale */
.tpl-architect-static-slide {
    height: 600px;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner {
    vertical-align: bottom;
    padding: 120px 0 72px;
    text-align: left;
    height: auto;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner .tpl-content {
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.24);
    display: inline-block;
    float: left;
    min-width: 50%;
    padding: 35px;
    min-height: 360px;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner .tpl-content .tpl-title-holder {
    padding: 10px 15px 2px 15px;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner .tpl-content .tpl-title-holder .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 50px;
    color: #fff;
    line-height: 1.1;
    display: block;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented {
    padding-left: 165px;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner .tpl-content .tpl-summary-holder {
    padding: 2px 15px 10px 15px;
    max-width: 590px;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner .tpl-content .tpl-summary-holder .tpl-summary {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    line-height: 24px;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner .tpl-content .tpl-button-holder {
    padding: 15px;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner.all-centered {
    text-align: center;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner.all-centered .tpl-content {
    padding: 35px 75px;
    float: none;
    min-width: unset;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner.all-centered .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented {
    padding-left: 0;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner.bottom-right, .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-right, .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-right {
    text-align: right;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner.bottom-right .tpl-content, .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-right .tpl-content, .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-right .tpl-content {
    padding: 35px 75px;
    float: right;
    min-width: 50%;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner.bottom-right .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented, .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-right .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented, .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-right .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented {
    padding: 0;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner.bottom-right .tpl-content .tpl-summary-holder, .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-right .tpl-content .tpl-summary-holder, .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-right .tpl-content .tpl-summary-holder {
    float: right;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner.bottom-right .tpl-content .tpl-button-holder, .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-right .tpl-content .tpl-button-holder, .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-right .tpl-content .tpl-button-holder {
    display: block;
    float: right;
    width: 100%;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-right, .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-left {
    vertical-align: middle;
}

.tpl-architect-static-slide .tpl-architect-static-slide-inner.top-right, .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-left {
    vertical-align: top;
}

.tpl-architect-static-slide.remove-content-background .tpl-architect-static-slide-inner .tpl-content {
    background-color: transparent;
}

@media only screen and (max-width: 1100px) {
    .tpl-architect-static-slide {
        height: 440px;
    }
    .tpl-architect-static-slide .tpl-architect-static-slide-inner .tpl-content {
        min-height: 310px;
    }
}

@media only screen and (max-width: 900px) {
    .tpl-architect-static-slide .tpl-architect-static-slide-inner .tpl-content,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.all-centered .tpl-content,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.bottom-right .tpl-content,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.bottom-left .tpl-content,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-right .tpl-content,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-left .tpl-content,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-right .tpl-content,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-left .tpl-content {
        padding: 20px 10px;
    }
    .tpl-architect-static-slide .tpl-architect-static-slide-inner .tpl-content .tpl-title-holder .tpl-title,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.all-centered .tpl-content .tpl-title-holder .tpl-title,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.bottom-right .tpl-content .tpl-title-holder .tpl-title,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.bottom-left .tpl-content .tpl-title-holder .tpl-title,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-right .tpl-content .tpl-title-holder .tpl-title,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-left .tpl-content .tpl-title-holder .tpl-title,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-right .tpl-content .tpl-title-holder .tpl-title,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-left .tpl-content .tpl-title-holder .tpl-title {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        padding: 0;
        margin: 0;
        font-size: 26px;
        line-height: 1.6;
        line-height: 32px;
    }
    .tpl-architect-static-slide .tpl-architect-static-slide-inner .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.all-centered .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.bottom-right .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.bottom-left .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-right .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.top-left .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-right .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented,
    .tpl-architect-static-slide .tpl-architect-static-slide-inner.middle-left .tpl-content .tpl-title-holder .tpl-title.tpl-title-indented {
        padding-left: 0;
    }
}

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

/* z-index scale */
/* Z-index scale */
.tpl-architect-static-timeline-item {
    /* Responsiveness */
}

.tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner {
    width: 50%;
    padding: 30px 0 60px;
    position: relative;
}

.tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner:after {
    background-color: #D8D8D8;
    width: 15px;
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    height: 100%;
}

.tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner:before {
    background-color: #D8D8D8;
    z-index: 1;
    height: 15px;
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    left: 0;
    width: 100%;
}

.tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner .tpl-negative-top-margin-holder {
    margin-top: -52px;
}

.tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner .tpl-negative-top-margin-holder .tpl-slider-holder {
    z-index: 2;
    background-color: #fff;
    float: left;
    overflow: hidden;
    width: 190px;
    position: relative;
    padding: 8px 0 0 20px;
}

.tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner .tpl-negative-top-margin-holder .tpl-content-holder {
    padding: 0 40px 0 0;
    overflow: hidden;
}

.tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner .tpl-negative-top-margin-holder .tpl-content-holder .tpl-title-holder .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 38px;
    background-color: #fff;
    z-index: 3;
    display: inline;
    position: relative;
    padding: 0 27px 0 20px;
}

.tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner .tpl-negative-top-margin-holder .tpl-content-holder .tpl-summary {
    padding: 3px 0 0 20px;
    font-size: 14px;
    line-height: 20px;
}

.tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner .tpl-negative-top-margin-holder .tpl-content-holder .tpl-summary p {
    display: inline;
}

.tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner .tpl-negative-top-margin-holder .tpl-content-holder .tpl-summary a {
    color: #439E33;
    text-decoration: none;
    font-weight: 800;
}

.tpl-architect-static-timeline-item.tpl-float-right .tpl-architect-static-timeline-item-inner {
    border-left: 15px solid #D8D8D8;
    float: right;
    padding: 30px 0 30px 15px;
}

.tpl-architect-static-timeline-item.tpl-float-right .tpl-architect-static-timeline-item-inner:after {
    display: none;
}

.tpl-architect-static-timeline-item.tpl-float-right .tpl-architect-static-timeline-item-inner:before {
    height: 15px;
    width: 15px;
}

@media only screen and (max-width: 900px) {
    .tpl-architect-static-timeline-item {
        padding-right: 20px;
    }
    .tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner {
        width: 100%;
    }
    .tpl-architect-static-timeline-item.tpl-float-right .tpl-architect-static-timeline-item-inner {
        border-left: none;
        float: none;
        padding: 30px 0 60px;
    }
    .tpl-architect-static-timeline-item.tpl-float-right .tpl-architect-static-timeline-item-inner:after {
        display: block;
    }
    .tpl-architect-static-timeline-item.tpl-float-right .tpl-architect-static-timeline-item-inner:before {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner .tpl-negative-top-margin-holder .tpl-slider-holder {
        padding: 8px 20px 0 0;
        background-color: white;
    }
    .tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner .tpl-negative-top-margin-holder .tpl-content-holder {
        overflow: unset;
        float: left;
    }
    .tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner .tpl-negative-top-margin-holder .tpl-content-holder .tpl-title-holder .tpl-title,
    .tpl-architect-static-timeline-item .tpl-architect-static-timeline-item-inner .tpl-negative-top-margin-holder .tpl-content-holder .tpl-summary {
        padding-left: 0;
    }
}

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

@charset "UTF-8";
/* z-index scale */
.tpl-architect-static-vertical-image-summary {
    text-align: center;
    max-width: 405px;
    padding: 40px 15px;
    margin: 0 auto;
}

.tpl-architect-static-vertical-image-summary .tpl-image-holder {
    width: 196px;
    height: 196px;
    line-height: 196px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.tpl-architect-static-vertical-image-summary .tpl-title {
    position: relative;
    display: inline-block ;
    padding: 16px 0 4px;
}

.tpl-architect-static-vertical-image-summary .tpl-title:after {
    content: "";
    position: absolute;
    left: 0;
    height: 7px;
    width: 100%;
    background-color: #439E33;
    border-radius: 2px;
}

.tpl-architect-static-vertical-image-summary .tpl-title:after {
    bottom: 0;
}

.tpl-architect-static-vertical-image-summary .tpl-summary {
    min-height: 100px;
    padding-top: 30px;
}

.tpl-architect-static-vertical-image-summary .tpl-button-holder {
    padding-top: 20px;
}

.tpl-architect-static-vertical-image-summary .tpl-button-holder .tpl-button {
    min-width: 200px;
}

.tpl-architect-static-vertical-image-summary .tpl-button-holder .tpl-text-link {
    font-weight: 800;
    font-size: 22px;
    color: #439E33;
    outline: none;
    text-decoration: underline;
    text-decoration: none;
}

.tpl-architect-static-vertical-image-summary .tpl-button-holder .tpl-text-link:hover {
    color: #636566;
    text-decoration: underline;
}

.tpl-architect-static-vertical-image-summary .tpl-button-holder .tpl-text-link:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block ;
    vertical-align: middle;
    margin: -2px 0 0 6px;
}

.tpl-architect-static-vertical-image-summary .tpl-button-holder .tpl-text-link:hover {
    text-decoration: none;
}

.tpl-architect-static-vertical-image-summary .tpl-button-holder .tpl-text-link:after {
    font-size: 25px;
}

.tpl-architect-static-vertical-image-summary.tpl-circle-around-image-beige .tpl-image-holder {
    border-radius: 50%;
    background-color: #dddddf;
}

@media only screen and (max-width: 500px) {
    .tpl-architect-static-vertical-image-summary .tpl-button-holder .tpl-button {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 18px;
    }
}

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

/* z-index scale */
.tpl-architect-static-vertical-summary-image {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}

.tpl-architect-static-vertical-summary-image .tpl-summary {
    font-size: 22px;
    padding-top: 15px;
}

.tpl-architect-static-vertical-summary-image .tpl-buttons-holder {
    padding-top: 20px;
}

.tpl-architect-static-vertical-summary-image .tpl-buttons-holder .tpl-button {
    min-width: 300px;
    margin-bottom: 6px;
}

.tpl-architect-static-vertical-summary-image .tpl-buttons-holder .tpl-button-1 {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    margin-bottom: 6px;
}

.tpl-architect-static-vertical-summary-image .tpl-buttons-holder .tpl-button-1:hover {
    text-decoration: none;
    background-color: rgba(0, 42, 58, 0.8);
    border-color: rgba(0, 42, 58, 0.8);
    color: #fff;
}

.tpl-architect-static-vertical-summary-image .tpl-image-holder {
    padding-top: 10px;
}

@media only screen and (max-width: 500px) {
    .tpl-architect-static-vertical-summary-image .tpl-buttons-holder .tpl-button {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 18px;
        min-width: 220px;
    }
}

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

/* z-index scale */
.tpl-architect-story-summary {
    float: left;
    width: 50%;
    max-width: 580px;
    margin: 0 auto;
}

.tpl-architect-story-summary .tpl-content-wrapper {
    position: relative;
    background-color: #fff;
    margin: 12px;
}

.tpl-architect-story-summary .tpl-image-and-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 227px;
    height: 208px;
    border-right-radius: 2px;
    overflow: hidden;
}

.tpl-architect-story-summary .tpl-image-and-button .tpl-image-holder {
    height: 148px;
}

.tpl-architect-story-summary .tpl-image-and-button .tpl-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    border-radius: 0;
    width: 100%;
}

.tpl-architect-story-summary .tpl-image-and-button .tpl-button:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.tpl-architect-story-summary .tpl-content {
    height: 208px;
    border: 1px solid #D8D8D8;
    border-right: none;
    border-left-radius: 2px;
    overflow: hidden;
    padding: 18px 247px 18px 20px;
}

.tpl-architect-story-summary .tpl-content .tpl-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    color: #4A4A4A;
    text-decoration: none;
    line-height: 1.3;
}

.tpl-architect-story-summary .tpl-content .tpl-elements-get-tags {
    margin-top: 7px;
}

.tpl-architect-story-summary .tpl-content .tpl-summary {
    margin-top: 10px;
}

@media only screen and (max-width: 1150px) {
    .tpl-architect-story-summary {
        float: none;
        width: 100%;
    }
    .tpl-architect-story-summary .tpl-content-wrapper {
        margin: 25px 0;
    }
}

@media only screen and (max-width: 580px) {
    .tpl-architect-story-summary .tpl-image-and-button {
        position: static;
        width: 100%;
        height: auto;
        border-radius: 0;
        border-top-radius: 2px;
    }
    .tpl-architect-story-summary .tpl-image-and-button .tpl-image-holder {
        height: auto;
    }
    .tpl-architect-story-summary .tpl-content {
        height: auto;
        border: 1px solid #D8D8D8;
        border-top: none;
        border-radius: 0;
        border-bottom-radius: 2px;
        padding: 18px 20px;
    }
}

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

/* z-index scale */
.tpl-architect-wrapper-basic.padding-top {
    padding-top: 20px;
}

.tpl-architect-wrapper-basic.padding-bottom {
    padding-bottom: 20px;
}

.tpl-architect-wrapper-basic.padding-left {
    padding-left: 10px;
}

.tpl-architect-wrapper-basic.padding-right {
    padding-right: 10px;
}

.tpl-architect-wrapper-basic.padding-sides {
    padding-left: 10px;
    padding-right: 10px;
}

.tpl-architect-wrapper-basic.padding-top.padding-x-0-5, .tpl-architect-wrapper-basic.padding-top.padding-v-x-0-5 {
    padding-top: 10px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-x-0-5, .tpl-architect-wrapper-basic.padding-bottom.padding-v-x-0-5 {
    padding-bottom: 10px;
}

.tpl-architect-wrapper-basic.padding-left.padding-x-0-5, .tpl-architect-wrapper-basic.padding-left.padding-h-x-0-5 {
    padding-left: 5px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-0-5, .tpl-architect-wrapper-basic.padding-right.padding-h-x-0-5 {
    padding-right: 5px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-0-5, .tpl-architect-wrapper-basic.padding-sides.padding-h-x-0-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.tpl-architect-wrapper-basic.padding-top.padding-x-1-5, .tpl-architect-wrapper-basic.padding-top.padding-v-x-1-5 {
    padding-top: 30px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-x-1-5, .tpl-architect-wrapper-basic.padding-bottom.padding-v-x-1-5 {
    padding-bottom: 30px;
}

.tpl-architect-wrapper-basic.padding-left.padding-x-1-5, .tpl-architect-wrapper-basic.padding-left.padding-h-x-1-5 {
    padding-left: 15px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-1-5, .tpl-architect-wrapper-basic.padding-right.padding-h-x-1-5 {
    padding-right: 15px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-1-5, .tpl-architect-wrapper-basic.padding-sides.padding-h-x-1-5 {
    padding-left: 15px;
    padding-right: 15px;
}

.tpl-architect-wrapper-basic.padding-top.padding-x-2-5, .tpl-architect-wrapper-basic.padding-top.padding-v-x-2-5 {
    padding-top: 50px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-x-2-5, .tpl-architect-wrapper-basic.padding-bottom.padding-v-x-2-5 {
    padding-bottom: 50px;
}

.tpl-architect-wrapper-basic.padding-left.padding-x-2-5, .tpl-architect-wrapper-basic.padding-left.padding-h-x-2-5 {
    padding-left: 25px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-2-5, .tpl-architect-wrapper-basic.padding-right.padding-h-x-2-5 {
    padding-right: 25px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-2-5, .tpl-architect-wrapper-basic.padding-sides.padding-h-x-2-5 {
    padding-left: 25px;
    padding-right: 25px;
}

.tpl-architect-wrapper-basic.tpl-related-items-holder {
    max-width: 1105px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-architect-wrapper-basic.tpl-related-items-holder.tpl-centered-without-side-padding {
    max-width: 1085px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-architect-wrapper-basic.tpl-related-items-holder > .tpl-architect-wrapper-basic-inner {
    padding: 0 4px 0 35px;
    width: 68%;
    float: right;
    margin-top: -205px;
    z-index: 10;
    position: relative;
}

.tpl-architect-wrapper-basic.tpl-related-items-holder:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    width: 0;
    visibility: hidden;
}

@media only screen and (max-width: 900px) {
    .tpl-architect-wrapper-basic.tpl-related-items-holder > .tpl-architect-wrapper-basic-inner {
        padding: 0;
        width: 100%;
        margin: 0;
    }
}

.tpl-architect-wrapper-basic.tpl-related-items-holder-no-negative-margin {
    max-width: 1105px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.tpl-architect-wrapper-basic.tpl-related-items-holder-no-negative-margin.tpl-centered-without-side-padding {
    max-width: 1085px;
    padding-left: 0;
    padding-right: 0;
}

.tpl-architect-wrapper-basic.tpl-related-items-holder-no-negative-margin > .tpl-architect-wrapper-basic-inner {
    padding: 0 4px 0 35px;
    width: 68%;
    float: right;
}

.tpl-architect-wrapper-basic.tpl-related-items-holder-no-negative-margin:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    width: 0;
    visibility: hidden;
}

@media only screen and (max-width: 900px) {
    .tpl-architect-wrapper-basic.tpl-related-items-holder-no-negative-margin > .tpl-architect-wrapper-basic-inner {
        padding: 0;
        width: 100%;
    }
}

.tpl-architect-wrapper-basic.tpl-dynamic-title-holder {
    text-align: center;
    clear: both;
}

.tpl-architect-wrapper-basic.tpl-dynamic-title-holder .tpl-architect-wrapper-basic-inner .tpl-wrapper-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 50px;
    display: inline-block;
}

.tpl-related-items-holder .tpl-architect-wrapper-basic.tpl-dynamic-title-holder {
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
    padding: 37px 0 7px;
    margin-bottom: 15px;
}

.tpl-related-items-holder .tpl-architect-wrapper-basic.tpl-dynamic-title-holder .tpl-architect-wrapper-basic-inner .tpl-wrapper-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 22px;
}

.tpl-architect-wrapper-basic.tpl-timeline-items-holder {
    color: #4A4A4A;
    max-width: 1200px;
    margin: 0 auto;
    padding: 44px 10px;
}

@media print {
    .tpl-architect-wrapper-basic.tpl-hide-when-printing {
        display: none;
    }
}

.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-left.padding-x-2 {
    padding-left: 20px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-2 {
    padding-right: 20px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-2 {
    padding-left: 20px;
    padding-right: 20px;
}

.tpl-architect-wrapper-basic.padding-top.padding-v-x-2 {
    padding-top: 40px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-v-x-2 {
    padding-bottom: 40px;
}

.tpl-architect-wrapper-basic.padding-left.padding-h-x-2 {
    padding-left: 20px;
}

.tpl-architect-wrapper-basic.padding-right.padding-h-x-2 {
    padding-right: 20px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-h-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-left.padding-x-3 {
    padding-left: 30px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-3 {
    padding-right: 30px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-3 {
    padding-left: 30px;
    padding-right: 30px;
}

.tpl-architect-wrapper-basic.padding-top.padding-v-x-3 {
    padding-top: 60px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-v-x-3 {
    padding-bottom: 60px;
}

.tpl-architect-wrapper-basic.padding-left.padding-h-x-3 {
    padding-left: 30px;
}

.tpl-architect-wrapper-basic.padding-right.padding-h-x-3 {
    padding-right: 30px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-h-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-left.padding-x-4 {
    padding-left: 40px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-4 {
    padding-right: 40px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-4 {
    padding-left: 40px;
    padding-right: 40px;
}

.tpl-architect-wrapper-basic.padding-top.padding-v-x-4 {
    padding-top: 80px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-v-x-4 {
    padding-bottom: 80px;
}

.tpl-architect-wrapper-basic.padding-left.padding-h-x-4 {
    padding-left: 40px;
}

.tpl-architect-wrapper-basic.padding-right.padding-h-x-4 {
    padding-right: 40px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-h-x-4 {
    padding-left: 40px;
    padding-right: 40px;
}

.tpl-architect-wrapper-basic.padding-top.padding-x-5 {
    padding-top: 100px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-x-5 {
    padding-bottom: 100px;
}

.tpl-architect-wrapper-basic.padding-left.padding-x-5 {
    padding-left: 50px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-5 {
    padding-right: 50px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-5 {
    padding-left: 50px;
    padding-right: 50px;
}

.tpl-architect-wrapper-basic.padding-top.padding-v-x-5 {
    padding-top: 100px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-v-x-5 {
    padding-bottom: 100px;
}

.tpl-architect-wrapper-basic.padding-left.padding-h-x-5 {
    padding-left: 50px;
}

.tpl-architect-wrapper-basic.padding-right.padding-h-x-5 {
    padding-right: 50px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-h-x-5 {
    padding-left: 50px;
    padding-right: 50px;
}

.tpl-architect-wrapper-basic.padding-top.padding-x-6 {
    padding-top: 120px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-x-6 {
    padding-bottom: 120px;
}

.tpl-architect-wrapper-basic.padding-left.padding-x-6 {
    padding-left: 60px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-6 {
    padding-right: 60px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-6 {
    padding-left: 60px;
    padding-right: 60px;
}

.tpl-architect-wrapper-basic.padding-top.padding-v-x-6 {
    padding-top: 120px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-v-x-6 {
    padding-bottom: 120px;
}

.tpl-architect-wrapper-basic.padding-left.padding-h-x-6 {
    padding-left: 60px;
}

.tpl-architect-wrapper-basic.padding-right.padding-h-x-6 {
    padding-right: 60px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-h-x-6 {
    padding-left: 60px;
    padding-right: 60px;
}

.tpl-architect-wrapper-basic.padding-top.padding-x-7 {
    padding-top: 140px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-x-7 {
    padding-bottom: 140px;
}

.tpl-architect-wrapper-basic.padding-left.padding-x-7 {
    padding-left: 70px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-7 {
    padding-right: 70px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-7 {
    padding-left: 70px;
    padding-right: 70px;
}

.tpl-architect-wrapper-basic.padding-top.padding-v-x-7 {
    padding-top: 140px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-v-x-7 {
    padding-bottom: 140px;
}

.tpl-architect-wrapper-basic.padding-left.padding-h-x-7 {
    padding-left: 70px;
}

.tpl-architect-wrapper-basic.padding-right.padding-h-x-7 {
    padding-right: 70px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-h-x-7 {
    padding-left: 70px;
    padding-right: 70px;
}

.tpl-architect-wrapper-basic.padding-top.padding-x-8 {
    padding-top: 160px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-x-8 {
    padding-bottom: 160px;
}

.tpl-architect-wrapper-basic.padding-left.padding-x-8 {
    padding-left: 80px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-8 {
    padding-right: 80px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-8 {
    padding-left: 80px;
    padding-right: 80px;
}

.tpl-architect-wrapper-basic.padding-top.padding-v-x-8 {
    padding-top: 160px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-v-x-8 {
    padding-bottom: 160px;
}

.tpl-architect-wrapper-basic.padding-left.padding-h-x-8 {
    padding-left: 80px;
}

.tpl-architect-wrapper-basic.padding-right.padding-h-x-8 {
    padding-right: 80px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-h-x-8 {
    padding-left: 80px;
    padding-right: 80px;
}

.tpl-architect-wrapper-basic.padding-top.padding-x-9 {
    padding-top: 180px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-x-9 {
    padding-bottom: 180px;
}

.tpl-architect-wrapper-basic.padding-left.padding-x-9 {
    padding-left: 90px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-9 {
    padding-right: 90px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-9 {
    padding-left: 90px;
    padding-right: 90px;
}

.tpl-architect-wrapper-basic.padding-top.padding-v-x-9 {
    padding-top: 180px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-v-x-9 {
    padding-bottom: 180px;
}

.tpl-architect-wrapper-basic.padding-left.padding-h-x-9 {
    padding-left: 90px;
}

.tpl-architect-wrapper-basic.padding-right.padding-h-x-9 {
    padding-right: 90px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-h-x-9 {
    padding-left: 90px;
    padding-right: 90px;
}

.tpl-architect-wrapper-basic.padding-top.padding-x-10 {
    padding-top: 200px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-x-10 {
    padding-bottom: 200px;
}

.tpl-architect-wrapper-basic.padding-left.padding-x-10 {
    padding-left: 100px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-10 {
    padding-right: 100px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-x-10 {
    padding-left: 100px;
    padding-right: 100px;
}

.tpl-architect-wrapper-basic.padding-top.padding-v-x-10 {
    padding-top: 200px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-v-x-10 {
    padding-bottom: 200px;
}

.tpl-architect-wrapper-basic.padding-left.padding-h-x-10 {
    padding-left: 100px;
}

.tpl-architect-wrapper-basic.padding-right.padding-h-x-10 {
    padding-right: 100px;
}

.tpl-architect-wrapper-basic.padding-sides.padding-h-x-10 {
    padding-left: 100px;
    padding-right: 100px;
}

@media only screen and (max-width: 900px) {
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left, .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right, .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides, .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-0-5, .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-1-5, .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-2-5, .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-0-5, .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-1-5, .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-2-5 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-x-2 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-x-2 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-h-x-2 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-h-x-2 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-x-3 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-x-3 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-h-x-3 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-h-x-3 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-4 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-x-4 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-x-4 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-h-x-4 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-h-x-4 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-4 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-5 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-x-5 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-x-5 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-h-x-5 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-h-x-5 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-5 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-x-6 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-x-6 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-h-x-6 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-h-x-6 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-7 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-x-7 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-x-7 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-h-x-7 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-h-x-7 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-7 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-8 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-x-8 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-x-8 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-h-x-8 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-h-x-8 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-8 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-9 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-x-9 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-x-9 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-h-x-9 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-h-x-9 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-9 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-x-10 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-x-10 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-x-10 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-left.padding-h-x-10 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-right.padding-h-x-10 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic:not(.tpl-keep-side-padding-on-mobile).padding-sides.padding-h-x-10 {
        padding-left: 0;
        padding-right: 0;
    }
}

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

/* z-index scale */
.tpl-architect-wrapper-boxed-content {
    max-width: 450px;
    padding: 20px 15px;
    margin: 0 auto;
}

.tpl-architect-wrapper-boxed-content .tpl-architect-wrapper-boxed-content-inner {
    position: relative;
    min-height: 370px;
    padding: 16px 80px 20px 18px;
}

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

.tpl-architect-wrapper-boxed-content .tpl-title-holder {
    position: relative;
    z-index: 2;
    position: relative;
    display: inline-block ;
    padding-bottom: 15px;
}

.tpl-architect-wrapper-boxed-content .tpl-title-holder:after {
    content: "";
    position: absolute;
    left: 0;
    height: 7px;
    width: 100%;
    background-color: #439E33;
    border-radius: 2px;
}

.tpl-architect-wrapper-boxed-content .tpl-title-holder:after {
    bottom: 0;
}

.tpl-architect-wrapper-boxed-content .tpl-title {
    color: #fff;
}

.tpl-architect-wrapper-boxed-content .tpl-architect-wrapper-boxed-content-wrapper-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

@media only screen and (max-width: 1100px) {
    .tpl-architect-wrapper-boxed-content {
        padding: 10px;
    }
}

@media only screen and (max-width: 420px) {
    .tpl-architect-wrapper-boxed-content {
        padding: 10px 0;
    }
}

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

/* z-index scale */
.tpl-architect-wrapper-hero {
    height: auto;
    padding: 162px 0 120px;
}

.tpl-architect-wrapper-hero .tpl-hero-content {
    width: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 50px 50px 60px;
    margin: 0 auto;
}

.tpl-architect-wrapper-hero.tpl-content-align-left .tpl-hero-content .tpl-hero-content-inner, .tpl-architect-wrapper-hero.tpl-content-align-right .tpl-hero-content .tpl-hero-content-inner {
    max-width: 560px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

.tpl-architect-wrapper-hero.tpl-content-align-left .tpl-hero-content {
    float: left;
    padding-left: 30px;
}

.tpl-architect-wrapper-hero.tpl-content-align-left .tpl-hero-content .tpl-hero-content-inner {
    float: right;
}

.tpl-architect-wrapper-hero.tpl-content-align-right .tpl-hero-content {
    float: right;
    padding-right: 30px;
}

.tpl-architect-wrapper-hero.tpl-content-align-right .tpl-hero-content .tpl-hero-content-inner {
    float: left;
}

@media only screen and (max-width: 1200px) {
    .tpl-architect-wrapper-hero .tpl-hero-content {
        width: 80%;
    }
    .tpl-architect-wrapper-hero.tpl-content-align-left .tpl-hero-content, .tpl-architect-wrapper-hero.tpl-content-align-right .tpl-hero-content {
        width: 60%;
    }
    .tpl-architect-wrapper-hero.tpl-content-align-left .tpl-hero-content .tpl-hero-content-inner {
        float: left;
    }
}

@media only screen and (max-width: 900px) {
    .tpl-architect-wrapper-hero {
        padding: 152px 0 70px;
    }
    .tpl-architect-wrapper-hero.tpl-content-align-left .tpl-hero-content, .tpl-architect-wrapper-hero.tpl-content-align-right .tpl-hero-content {
        width: 80%;
    }
}

@media only screen and (max-width: 700px) {
    .tpl-architect-wrapper-hero {
        padding: 132px 0 50px;
    }
    .tpl-architect-wrapper-hero .tpl-hero-content {
        width: 100%;
        padding: 40px 30px;
    }
    .tpl-architect-wrapper-hero.tpl-content-align-left .tpl-hero-content, .tpl-architect-wrapper-hero.tpl-content-align-right .tpl-hero-content {
        float: none;
        width: 100%;
    }
    .tpl-architect-wrapper-hero.tpl-content-align-left .tpl-hero-content .tpl-hero-content-inner, .tpl-architect-wrapper-hero.tpl-content-align-right .tpl-hero-content .tpl-hero-content-inner {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    .tpl-architect-wrapper-hero .tpl-hero-content {
        padding: 25px 20px;
    }
}

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

@charset "UTF-8";
/* z-index scale */
.tpl-architect-wrapper-slider {
    position: relative;
}

.tpl-architect-wrapper-slider .owl-nav .owl-prev,
.tpl-architect-wrapper-slider .owl-nav .owl-next {
    width: 82px;
    height: 82px;
    cursor: pointer;
    position: absolute;
    top: 39%;
    z-index: 2;
}

.tpl-architect-wrapper-slider .owl-nav .owl-prev:after,
.tpl-architect-wrapper-slider .owl-nav .owl-next:after {
    font-family: "Linearicons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 82px;
    height: 82px;
    line-height: 82px;
    color: #a79e9a;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 45px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
}

.tpl-architect-wrapper-slider .owl-nav .owl-prev.disabled,
.tpl-architect-wrapper-slider .owl-nav .owl-next.disabled {
    display: none;
}

.tpl-architect-wrapper-slider .owl-nav .owl-prev {
    left: 5px;
}

.tpl-architect-wrapper-slider .owl-nav .owl-prev:after {
    content: "";
    left: -2px;
}

.tpl-architect-wrapper-slider .owl-nav .owl-next {
    right: 5px;
}

.tpl-architect-wrapper-slider .owl-nav .owl-next:after {
    content: "";
    left: 2px;
}

.tpl-architect-wrapper-slider .owl-dots {
    text-align: center;
    margin-top: -35px;
    padding-bottom: 20px;
    position: relative;
    font-size: 13px;
}

.tpl-architect-wrapper-slider .owl-dots .owl-dot {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    margin: 0 4px;
}

.tpl-architect-wrapper-slider .owl-dots .owl-dot:after {
    content: "";
    opacity: 0.5;
}

.tpl-architect-wrapper-slider .owl-dots .owl-dot.active:after {
    opacity: 1;
}

.tpl-architect-wrapper-slider.tpl-featured-slider .owl-nav .owl-prev {
    left: -100px;
}

.tpl-architect-wrapper-slider.tpl-featured-slider .owl-nav .owl-next {
    right: -100px;
}

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

/* z-index scale */
.com-advocacy {
    line-height: normal;
    max-width: 1105px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
}

.com-advocacy.tpl-centered-without-side-padding {
    max-width: 1085px;
    padding-left: 0;
    padding-right: 0;
}

/* Progress Bar */
.com-advocacy .progress-bar {
    padding: 40px 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: #4A4A4A;
    font-weight: 800;
    font-size: 26px;
    line-height: normal;
    vertical-align: middle;
}

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

.com-advocacy .progress-bar table tr td.step .step-number {
    border: 1px solid #4A4A4A;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

/* selected */
.com-advocacy .progress-bar table tr td.step.selected .step-number {
    color: #fff;
    background: #002a3a;
    border-color: #002a3a;
}

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

/*Borders*/
.tpl-advocacy-page-title,
.com-advocacy .advocacy-campaign-details .title {
    border-top: 1px solid #D6D5D5;
    border-bottom: 1px solid #D6D5D5;
}

.com-advocacy .customize,
.tpl-advocacy-page-footer {
    border-top: 1px solid #D6D5D5;
}

/* 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: 67px;
    padding-bottom: 54px;
}

.com-advocacy .page-title,
.com-advocacy h2.main-title,
.com-advocacy .customize h2.main-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 38px;
    width: 100%;
    border: none;
    background: none;
    line-height: 1.1;
    color: #4A4A4A;
    text-align: left;
    border-top: 1px solid #D6D5D5;
    border-bottom: 1px solid #D6D5D5;
    padding: 25px 0;
    margin: 10px 0 20px;
}

/* Buttons */
/*.com-advocacy .rounded-button,
.com-advocacy .rounded-button.big {
    @include tpl-button($color-blue, true);
}*/
/* Share buttons */
.com-advocacy .share-campaign {
    margin: 13px 0;
}

.com-advocacy .share-campaign .title {
    font-size: 22px;
    font-weight: 800;
    padding-right: 10px;
    margin: 8px 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" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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 {
    display: none;
}

.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: #4A4A4A;
    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: #555459;
}

.com-advocacy .form .input-group .title,
.com-advocacy .customize .form .input-group .title,
.com-advocacy .advocacy-promote .form .input-group .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
}

.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: #CD2C2C;
    margin-right: 4px;
}

.com-advocacy .customize .form .input-group.campaign-description .title {
    margin-bottom: 8px;
}

.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,
.com-advocacy .customize .form .input-group.campaign-description .title:after {
    color: #979798;
    font-size: 14px;
    font-weight: 400;
    padding-left: 2px;
    margin-bottom: 10px;
}

.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: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
}

.com-advocacy .form .input-group input:disabled,
.com-advocacy .form .input-group input .disabled, .com-advocacy .form .input-group input[disabled=disabled],
.com-advocacy .form .input-group textarea:disabled,
.com-advocacy .form .input-group textarea .disabled,
.com-advocacy .form .input-group textarea[disabled=disabled],
.com-advocacy .customize .form .input-group input:disabled,
.com-advocacy .customize .form .input-group input .disabled,
.com-advocacy .customize .form .input-group input[disabled=disabled],
.com-advocacy .customize .form .input-group textarea:disabled,
.com-advocacy .customize .form .input-group textarea .disabled,
.com-advocacy .customize .form .input-group textarea[disabled=disabled],
.com-advocacy .advocacy-promote .form .input-group input:disabled,
.com-advocacy .advocacy-promote .form .input-group input .disabled,
.com-advocacy .advocacy-promote .form .input-group input[disabled=disabled],
.com-advocacy .advocacy-promote .form .input-group textarea:disabled,
.com-advocacy .advocacy-promote .form .input-group textarea .disabled,
.com-advocacy .advocacy-promote .form .input-group textarea[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.com-advocacy .form .input-group select,
.com-advocacy .customize .form .input-group select,
.com-advocacy .advocacy-promote .form .input-group select {
    background-image: url("../img/arrow-gray-down.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none !important;
    padding: 4px 14px;
    padding-right: 34px;
    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-top: 8px;
    padding-bottom: 8px;
    height: 200px;
}

.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] {
    font-size: 16px;
    line-height: normal;
    border: none;
    height: auto;
    padding: 2px;
}

.com-advocacy .form .input-group .errorMsg,
.com-advocacy .customize .form .input-group .errorMsg,
.com-advocacy .advocacy-promote .form .input-group .errorMsg {
    color: #CD2C2C;
    padding: 8px 4px;
}

/* Forms - End */
@media only screen and (max-width: 900px) {
    .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;
        padding: 10px 15px;
    }
    .com-advocacy .page-title,
    .com-advocacy h2.main-title,
    .com-advocacy .customize h2.main-title {
        text-align: center;
    }
}

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

/* z-index scale */
.com-advocacy.confirmation {
    padding-top: 20px;
}

.com-advocacy.confirmation .page-title {
    border: none;
    margin-bottom: 10px;
}

.com-advocacy .campaign-url-info {
    padding-bottom: 55px;
}

.com-advocacy .campaign-url-info .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 20px;
    padding: 0 2px 12px 2px;
    margin: 0;
}

.com-advocacy .campaign-url-info .link {
    border: 1px solid #dddddf;
    background: none;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    overflow-wrap: break-word;
    overflow: visible;
    border-radius: 2px;
    padding: 17px 16px;
}

.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-url-info .rounded-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
}

.com-advocacy .campaign-url-info .rounded-button:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.com-advocacy .campaign-donations .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 20px;
    margin-bottom: 3px;
}

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

.com-advocacy .campaign-donations .details .completion-bar-achieved .achieved-value {
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
}

.com-advocacy .campaign-donations .details .completion-bar {
    width: 47%;
    background-color: #dddddf;
    border-radius: 2px;
    margin-top: 6px;
}

.com-advocacy .campaign-donations .details .completion-bar .copletion-progress {
    height: 10px;
    background-color: #439E33;
    border-radius: 2px;
}

.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: 16px;
    font-weight: 400;
    color: #4A4A4A;
    top: 14px;
}

.com-advocacy .campaign-donations .details .completion-bar .min {
    display: none;
}

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

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

.com-advocacy .campaign-donations .details .financial-info {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #4A4A4A;
    font-weight: 800;
    margin: -20px 0 0 5%;
}

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

.com-advocacy .campaign-donations .details .donateNow,
.com-advocacy .donation-details .title .donateNow {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
}

.com-advocacy .campaign-donations .details .donateNow:hover,
.com-advocacy .donation-details .title .donateNow:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.com-advocacy .campaign-donations .details .donateNow span,
.com-advocacy .donation-details .title .donateNow span {
    display: none;
}

.com-advocacy .campaign-donations .details .donateNow {
    margin: -27px 0 0;
}

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

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

.com-advocacy .advocacy-campaign-details .title {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    color: #4A4A4A;
    padding: 24px 200px 24px 0;
    margin: 20px 0;
}

.com-advocacy .advocacy-campaign-details .title a.edit {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.com-advocacy .advocacy-campaign-details .title a.edit:hover {
    text-decoration: none;
    background-color: true;
    border-color: true;
    color: #fff;
}

.com-advocacy .advocacy-campaign-details .advocacy-details {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 400;
    text-shadow: none;
    font-style: normal;
    padding-top: 15px;
    padding-bottom: 25px;
}

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

.com-advocacy .advocacy-campaign-details .advocacy-details p {
    margin: 0;
}

.com-advocacy .advocacy-campaign-details .tpl-advocacy-details .tpl-content-holder {
    padding: 0;
}

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

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

.com-advocacy .donation-details .title p {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    color: #4A4A4A;
    width: auto;
    padding: 0;
    margin: 9px 0;
}

.com-advocacy .donation-details .table table {
    border: none;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
}

.com-advocacy .donation-details .table table tr.head td {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    background-color: #002a3a;
    border-right: 1px solid #000507;
    border-bottom: none;
    padding: 8px 20px 8px 12px;
}

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

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

.com-advocacy .donation-details .table table tr.records td,
.com-advocacy .donation-details .table table tr.records:last-child td {
    border-bottom: 1px solid #dddddf;
    padding: 12px 20px 12px 12px;
}

@media only screen and (max-width: 900px) {
    .com-advocacy .campaign-url-info .title {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        padding: 0;
        margin: 0;
        font-size: 17px;
    }
    .com-advocacy .campaign-url-info .link {
        font-size: 18px;
    }
    .com-advocacy .campaign-donations .title {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        padding: 0;
        margin: 0;
        font-size: 17px;
    }
    .com-advocacy .campaign-donations .details .completion-bar {
        width: 100%;
        float: none;
        clear: both;
    }
    .com-advocacy .campaign-donations .details .financial-info {
        width: 23%;
        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-family: "Montserrat", sans-serif;
        font-weight: 800;
        padding: 0;
        margin: 0;
        font-size: 24px;
        line-height: 1.6;
        padding: 24px 200px 24px 0;
    }
}

@media only screen and (max-width: 700px) {
    .com-advocacy .page-title {
        text-align: center;
    }
    .com-advocacy .advocacy-campaign-details .title {
        padding: 24px 0 24px 0;
    }
    .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%;
    }
    .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 only screen and (max-width: 450px) {
    .com-advocacy .donation-details .table table tr.head td,
    .com-advocacy .donation-details .table table tr.records td,
    .com-advocacy .donation-details .table table tr.records:last-child td {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }
}

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

/* z-index scale */
.com-advocacy .editMode {
    font-size: 20px;
    font-weight: normal;
    background: none;
    border: 1px dotted #CD2C2C;
    color: #CD2C2C;
    padding: 15px;
    margin: 0 0 20px 0;
}

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

.com-advocacy .customize .form {
    float: left;
    width: 54.5%;
    max-width: 100%;
    padding-right: 45px;
}

.com-advocacy .customize .form .input-group {
    margin-bottom: 20px;
}

.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: 30px 0;
    position: relative;
}

.com-advocacy .customize .form .input-group .file_browse_wrapper .upload-button:after {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    content: "Choose Photo";
    float: left;
    overflow: hidden;
    direction: ltr !important;
    margin: 0 12px 12px 0;
}

.com-advocacy .customize .form .input-group .file_browse_wrapper .upload-button:after:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.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;
    zoom: 1;
    opacity: 0;
    display: none;
}

.com-advocacy .customize .form .input-group .selected-file {
    display: inline-block !important;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 400;
    padding: 12px 13px;
}

.com-advocacy .customize .sample_preview {
    width: 45.5%;
    max-width: 100%;
    background: #dddddf;
    border-radius: 2px;
    padding: 15px 32px;
}

.com-advocacy .customize .sample_preview .title {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0;
}

.com-advocacy .customize .sample_preview.no_image .title {
    color: #4A4A4A;
    font-size: 0;
    font-weight: 800;
    margin: 10px 0;
}

.com-advocacy .customize .sample_preview.no_image .title.help-title {
    font-size: 18px;
}

.com-advocacy .customize .sample_preview .title.help-description {
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
    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;
    max-width: 100%;
}

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

.com-advocacy .customize .page-footer {
    border-top: 1px solid #D6D5D5;
    padding: 20px 0;
    margin-top: 40px;
}

.com-advocacy .customize .page-footer .rounded-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
}

.com-advocacy .customize .page-footer .rounded-button:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.com-advocacy .customize .page-footer .rounded-button span {
    display: none;
}

.com-advocacy .customize .page-footer .rounded-button.go-back {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    margin-right: 6px;
}

.com-advocacy .customize .page-footer .rounded-button.go-back:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

@media only screen and (max-width: 900px) {
    .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;
    }
}

@media only screen and (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 */

/* z-index scale */
.com-advocacy .advocacy-promote {
    padding-top: 5px;
    padding-bottom: 20px;
}

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

.com-advocacy .advocacy-promote h2.main-title {
    font-weight: 900;
}

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

.com-advocacy .advocacy-promote .form .input-group {
    margin-bottom: 8px;
}

.com-advocacy .advocacy-promote .form .input-group .hint {
    color: #555459;
    font-size: 18px;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 5px;
}

.com-advocacy .advocacy-promote .form .square-button.send-invites {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    margin-right: 27px;
}

.com-advocacy .advocacy-promote .form .square-button.send-invites:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.com-advocacy .advocacy-promote .form .no-thanks {
    color: #439E33;
    font-size: 16px;
    float: left;
    cursor: pointer;
    font-weight: 800;
    text-decoration: none;
    padding-top: 20px;
}

.com-advocacy .advocacy-promote .form .no-thanks span span {
    display: none;
}

@media (max-width: 900px) {
    .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 */

@charset "UTF-8";
/* z-index scale */
.contributions {
    background-color: #fff;
    position: relative;
    min-height: 180px;
    padding: 40px 0 0;
    margin: 0;
    text-align: center;
}

.contributions .form-body .recurring-options {
    background-color: #DDDDDF;
    padding: 10px 0 45px 0;
}

.contributions .form-body .recurring-options .title-wrapper {
    height: 62px;
}

.contributions .form-body .recurring-options .title-wrapper .title {
    color: #4A4A4A;
}

.contributions .form-body .recurring-options .form-input-wrapper .form-input-label.form-checkbox-label:before, .contributions .form-body .recurring-options .radio:before {
    border: 1px solid #4A4A4A !important;
}

.contributions .form-body .recurring-options label[for=ContributionIsRecurring]:before {
    border-radius: 0 !important;
}

.contributions .form-body .recurring-options label[for=ContributionIsRecurring]:not(.checked):before {
    background-color: #fff !important;
}

.contributions .form-body .recurring-options label[for=ContributionIsRecurring].checked:after {
    content: none !important;
}

.contributions .form-body .recurring-options label[for=ContributionIsRecurring].checked:before {
    content: "✓" !important;
    font-weight: bold;
    color: white;
    background-color: #439E33 !important;
}

.contributions .form-body .secure-payment {
    margin-top: 10px;
}

.contributions .form-body .secure-payment .title-wrapper {
    padding: 15px 10px 10px 10px;
}

.contributions .form-body .secure-payment .title-wrapper .title {
    text-transform: uppercase;
    font-size: 26px;
    color: #4A4A4A;
}

.contributions .form-body .secure-payment .form-panel-card {
    display: block;
}

.contributions .form-body .secure-payment .form-panel-existing-cards,
.contributions .form-body .secure-payment .form-panel-card,
.contributions .form-body .secure-payment .form-panel-check {
    max-width: 640px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.contributions .form-body .billing-information .form-panel-saved-addresses, .contributions .form-body .billing-information .form-panel-address {
    display: block;
}

.contributions .form-body .billing-information .title-wrapper .title {
    text-transform: uppercase;
    font-size: 26px;
    color: #4A4A4A;
}

/* Not logged in message */
.contributions .login-text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #4A4A4A;
    padding: 2px 10px 35px;
}

.contributions .login-text a {
    color: #439E33;
    outline: none;
    text-decoration: none;
    font-weight: 800;
}

.contributions .login-text a:hover {
    color: #636566;
    text-decoration: none;
}

/* 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 0;
}

.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-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 50px;
    float: none;
    text-align: center;
    color: #000;
    margin: 20px 0;
}

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

.contributions .form-body .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 {
    max-width: 630px;
    background: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
    color: #4A4A4A;
    padding: 0 10px 12px;
    margin: 0 auto 12px;
}

/* Background color */
.contributions .campaign-page-buttons,
.contributions .forms {
    background-color: #fff;
}

/* Centered content */
.contributions .cart-summary .summary-row,
.contributions .form-body .recurring-options,
.contributions .form-body .register-options .form-panel-register,
.contributions .form-body .billing-information,
.contributions .form-body .organization-information,
.contributions .form-validation-errors,
.contributions .form-actions,
.payment-processors .forms .secure-payment .form-panel-existing-cards,
.payment-processors .forms .secure-payment .form-panel-card,
.payment-processors .forms .secure-payment .form-panel-check,
.payment-processors .forms .billing-information,
.payment-processors .forms .organization-information,
.payment-processors .form-validation-errors,
.payment-processors .form-actions {
    max-width: 640px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

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

.contributions .cart-summary .summary-row {
    max-width: 630px;
    border: none;
    border-bottom: 1px solid #dddddf;
    background: none;
    padding: 26px 0 22px 4px;
    margin: 0 auto;
}

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

.contributions .cart-summary .summary-row .top-data {
    text-transform: none;
    line-height: 1.3;
    padding-bottom: 4px;
    margin: 0;
}

.contributions .cart-summary .summary-row .top-data .name,
.contributions .cart-summary .summary-row .top-data .amount {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 22px;
}

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

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

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

.contributions .cart-summary .summary-row .bottom-data .notes {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.contributions .cart-summary .summary-row .bottom-data .notes .instructions,
.contributions .cart-summary .summary-row .bottom-data .buttons a {
    display: inline-block ;
    color: #439E33;
    outline: none;
    text-decoration: none;
    font-weight: 800;
    line-height: normal;
    margin: 3px 0;
}

.contributions .cart-summary .summary-row .bottom-data .notes .instructions:hover,
.contributions .cart-summary .summary-row .bottom-data .buttons a:hover {
    color: #636566;
    text-decoration: none;
}

.contributions .cart-summary .summary-row .bottom-data .separator {
    color: #439E33;
    outline: none;
    text-decoration: none;
    font-weight: 800;
    padding: 0 2px;
}

.contributions .cart-summary .summary-row .bottom-data .separator:hover {
    color: #636566;
    text-decoration: none;
}

.contributions .cart-summary .total,
.contributions .cart-summary .total .amount {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    color: #4A4A4A;
    text-align: center;
    background: none;
}

.contributions .cart-summary .total {
    padding: 38px 10px 0;
    margin: 0;
}

/* 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: 16px;
    line-height: normal;
    color: #4A4A4A;
    padding: 3px 2px;
    display: none;
}

.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: 5px 0 10px;
}

.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 {
    line-height: 22px;
    padding: 1px 0;
}

.contributions .form-body .title-wrapper .title-options .form-input-label:after,
.payment-processors .forms .title-wrapper .title-options .form-input-label:after {
    content: ":";
}

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

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

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

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

.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,
.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: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
}

.contributions .forms .form-input-wrapper .form-input-holder input[type=text]:disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=text] .disabled, .contributions .forms .form-input-wrapper .form-input-holder input[type=text][disabled=disabled],
.contributions .forms .form-input-wrapper .form-input-holder input[type=email]:disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=email] .disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=email][disabled=disabled],
.contributions .forms .form-input-wrapper .form-input-holder input[type=password]:disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=password] .disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=password][disabled=disabled],
.contributions .forms .form-input-wrapper .form-input-holder input[type=number]:disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=number] .disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=number][disabled=disabled],
.contributions .forms .form-input-wrapper .form-input-holder input[type=numeric]:disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=numeric] .disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=numeric][disabled=disabled],
.contributions .forms .form-input-wrapper .form-input-holder input[type=card]:disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=card] .disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=card][disabled=disabled],
.contributions .forms .form-input-wrapper .form-input-holder input[type=phone]:disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=phone] .disabled,
.contributions .forms .form-input-wrapper .form-input-holder input[type=phone][disabled=disabled],
.contributions .forms .form-input-wrapper .form-input-holder select:disabled,
.contributions .forms .form-input-wrapper .form-input-holder select .disabled,
.contributions .forms .form-input-wrapper .form-input-holder select[disabled=disabled],
.contributions .forms .form-input-wrapper .form-input-holder textarea:disabled,
.contributions .forms .form-input-wrapper .form-input-holder textarea .disabled,
.contributions .forms .form-input-wrapper .form-input-holder textarea[disabled=disabled],
.payment-processors .forms .form-input-wrapper .form-input-holder input:disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input .disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[disabled=disabled],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=text]:disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=text] .disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=text][disabled=disabled],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=email]:disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=email] .disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=email][disabled=disabled],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=password]:disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=password] .disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=password][disabled=disabled],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=number]:disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=number] .disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=number][disabled=disabled],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=numeric]:disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=numeric] .disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=numeric][disabled=disabled],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=card]:disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=card] .disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=card][disabled=disabled],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=phone]:disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=phone] .disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=phone][disabled=disabled],
.payment-processors .forms .form-input-wrapper .form-input-holder select:disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder select .disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder select[disabled=disabled],
.payment-processors .forms .form-input-wrapper .form-input-holder textarea:disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder textarea .disabled,
.payment-processors .forms .form-input-wrapper .form-input-holder textarea[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.contributions .forms .form-input-wrapper .form-input-holder select,
.payment-processors .forms .form-input-wrapper .form-input-holder select {
    background-image: url("../img/arrow-gray-down.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none !important;
    padding: 4px 14px;
    padding-right: 34px;
    padding-top: 0;
    padding-bottom: 0;
}

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

.contributions .form-body .form-input-wrapper.payment-check-name-on-account-field {
    margin-top: 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;
}

.contributions .form-body .contributions-transfer-fee-form .form-input-wrapper {
    max-width: 690px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: inline-table;
    padding-top: 20px;
}

.contributions .form-body .contributions-transfer-fee-form .form-input-wrapper.tpl-centered-without-side-padding {
    max-width: 670px;
    padding-left: 0;
    padding-right: 0;
}

.contributions .form-body .contributions-transfer-fee-form .form-input-wrapper .radio {
    display: inline-block;
    margin-bottom: 13px;
}

/* Billing Information */
.contributions .forms .billing-information,
.payment-processors .forms .billing-information {
    margin-top: 0;
}

/* 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: 35px;
}

.contributions .form-body .form-input-wrapper label a.cvv-help-icon {
    background: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-decoration: none;
    right: 15px;
    bottom: 20px;
    margin: 0;
}

.contributions .form-body .form-input-wrapper label a.cvv-help-icon:before,
.payment-processors .forms .field-group .form-input-wrapper.payment-card-security-code-field label span:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #dddddf;
    font-size: 24px;
}

.contributions .form-body .form-input-wrapper label a.cvv-help-icon:after {
    border: 1px solid #dddddf;
    overflow: hidden;
    top: 42px;
    right: -15px;
}

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

.payment-processors .forms .field-group .form-input-wrapper.payment-card-security-code-field label span:after {
    display: inline-block ;
    font-size: 18px;
    vertical-align: middle;
    margin: -4px 0 0 8px;
}

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

.payment-processors .forms .field-group .form-input-wrapper.payment-card-security-code-field label .cvv-help {
    top: 28px;
    left: 40px;
    border-color: #dddddf;
}

.payment-processors .forms .field-group .form-input-wrapper.payment-card-security-code-field label .cvv-help img {
    background-size: cover;
}

.contributions .form-body .form-input-wrapper .form-input-holder a.cvv-help-icon {
    right: 20px;
    top: 50%;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    background: none;
    text-decoration: none;
    margin-top: -12px;
}

.contributions .form-body .form-input-wrapper .form-input-holder a.cvv-help-icon:before {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #dddddf;
    font-size: 24px;
}

.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 {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    text-shadow: none;
    margin-top: 10px;
}

.contributions .x-btn:hover,
.contributions .forms .form-actions input:hover,
.contributions .campaign-page-buttons a:hover,
.payment-processors .x-btn:hover,
.payment-processors .forms .form-actions input:hover,
.payment-processors .campaign-page-buttons a:hover,
.payment-processors .forms .form-actions a:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.payment-processors .forms .form-actions {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
}

.payment-processors .forms .form-actions input[type=submit] {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    margin-right: 10px;
}

.payment-processors .forms .form-actions input[type=submit]:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.payment-processors .forms .form-actions a {
    margin: 0;
}

.contributions .campaign-page-buttons {
    text-align: center;
    padding: 40px 10px 40px 10px;
    margin: 0;
}

.contributions .campaign-page-buttons a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    width: auto;
    margin: 5px 10px;
}

/* 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;
    background: none;
    color: #439E33;
    outline: none;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    border: none;
    width: auto !important;
    text-shadow: none;
    padding: 2px 0;
    margin: 5px;
}

.contributions .form-body .form-input-wrapper .form-input-holder .form-field-button:hover,
.payment-processors .forms .form-input-wrapper .form-input-holder .form-field-button:hover {
    color: #636566;
    text-decoration: none;
}

/* 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;
}

/* Recurring dates */
.contributions .form-body .recurring-options .is-recurring-field {
    margin: 10px 0;
}

.contributions .form-body .recurring-options .is-recurring-field .form-input-holder {
    text-align: center;
}

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

.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;
    font-family: "FontAwesome";
    content: "";
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #dddddf;
    z-index: 1;
    top: 50%;
    right: 13px;
    margin-top: -12px;
    color: #4A4A4A;
}

.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] {
    position: relative;
    background-color: transparent;
    z-index: 2;
    padding-right: 35px;
    border-color: #4A4A4A;
}

.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,
.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;
    margin-top: 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,
.contributions .form-body .field-group .form-input-wrapper.person-lastname-field {
    width: 49%;
    margin-left: 1%;
}

.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;
}

/* 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: 19px;
    margin-left: 1%;
    margin-top: 0;
    margin-bottom: 0;
}

/* 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] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.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 {
    position: relative;
    line-height: 22px;
    text-align: left;
    width: auto;
    display: inline-block ;
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
    padding: 0 0 3px 28px;
    font-size: 14px;
}

.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 ;
    border: 1px solid #dddddf;
    width: 22px;
    height: 22px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    background: none;
    position: absolute;
    top: 50%;
    left: 0;
    vertical-align: middle;
    margin-top: -13px;
}

/* Checkbox */
.contributions .form-body .recurring-options .form-input-wrapper .form-input-label.form-checkbox-label:before,
.contributions .form-body .form-input-wrapper .form-input-label.form-checkbox-label:before {
    border: 1px solid #dddddf;
    border-radius: 50%;
}

/* Radio */
.contributions .cart-summary .summary-row .bottom-data .anonymous label:before,
.contributions .form-body .recurring-options .form-input-wrapper .radio:before,
.contributions .form-body .form-input-wrapper .radio:before,
.payment-processors .forms .payment-type-field .form-input-holder label:before {
    border: 1px solid #dddddf;
    border-radius: 50%;
}

/* Both radio and checkbox - checked */
.contributions .form-body .recurring-options .form-input-wrapper .form-input-label.form-checkbox-label.checked,
.contributions .form-body .form-input-wrapper .form-input-label.form-checkbox-label.checked,
.contributions .cart-summary .summary-row .bottom-data .anonymous label.checked,
.contributions .form-body .recurring-options .form-input-wrapper .radio.checked,
.contributions .form-body .form-input-wrapper .radio.checked,
.payment-processors .forms .payment-type-field .form-input-holder label.checked {
    background-color: transparent;
    border-color: #dddddf;
}

.contributions .form-body .recurring-options .form-input-wrapper .form-input-label.form-checkbox-label.checked:after,
.contributions .form-body .form-input-wrapper .form-input-label.form-checkbox-label.checked:after,
.contributions .cart-summary .summary-row .bottom-data .anonymous label.checked:after,
.contributions .form-body .recurring-options .form-input-wrapper .radio.checked:after,
.contributions .form-body .form-input-wrapper .radio.checked:after,
.payment-processors .forms .payment-type-field .form-input-holder label.checked:after {
    content: "";
    display: block;
    border-radius: 50%;
    background: #439E33;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 -5px;
}

.contributions .form-body .recurring-options .form-input-wrapper .form-input-label.form-checkbox-label.checked:after,
.contributions .form-body .form-input-wrapper .form-input-label.form-checkbox-label.checked:after,
.contributions .cart-summary .summary-row .bottom-data .anonymous label.checked:after,
.contributions .form-body .recurring-options .form-input-wrapper .radio.checked:after,
.contributions .form-body .form-input-wrapper .radio.checked:after,
.payment-processors .forms .payment-type-field .form-input-holder label.checked:after {
    left: 6px;
    margin-left: 0;
    margin-top: -7px;
}

/* 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: '';
    background-image: url("../img/arrow-gray-down.png");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none !important;
    padding: 4px 14px;
    padding-right: 34px;
    padding-top: 0;
    padding-bottom: 0;
}

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

.contributions .form-body .organization-information .group-yes-field .form-input-holder {
    text-align: center;
    margin: 12px 0;
}

/* Accepted Cards */
.contributions .form-body .accepted-cards {
    display: none;
    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-bottom: 5px;
}

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

/* Submit button */
.contributions .form-actions {
    padding-top: 22px;
}

.contributions .form-actions input[type=submit] {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 16px;
    width: 100%;
    margin-top: 0;
}

.contributions .form-actions input[type=submit]:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .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-size: 40px;
        line-height: 1.2;
    }
    .contributions .cart-summary .summary-row {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 560px) {
    .contributions .cart-summary .summary-row .bottom-data .buttons,
    .contributions .cart-summary .summary-row .bottom-data .notes {
        float: none;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (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;
    }
}

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

/* z-index scale */
.contributions.thank-you {
    margin-bottom: 0;
    padding-bottom: 0;
}

.contributions.thank-you .thanks {
    max-width: 700px;
    text-align: left;
    padding: 10px 10px;
    margin: 0 auto;
}

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

.contributions.thank-you .thanks .thanks-message {
    text-align: center;
}

.contributions.thank-you .thanks .thanks-message .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 50px;
    color: #4A4A4A;
    line-height: normal;
}

.contributions.thank-you .thanks .thanks-message .content {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 22px 0 34px;
    margin: 0;
}

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

.contributions.thank-you .thank-you-login {
    background: #dddddf;
    color: #4A4A4A;
    padding: 38px 10px 44px;
}

.contributions.thank-you .thank-you-login.without-content {
    display: none;
}

.contributions.thank-you .thank-you-login .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    padding: 10px 0;
    margin: 0;
}

.contributions.thank-you .thank-you-login .content {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 8px 0;
}

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

.contributions.thank-you .thank-you-login .form-body {
    width: 100%;
    max-width: 570px;
    padding: 15px 10px 10px;
}

.contributions.thank-you .thank-you-login .form-body .form-input-label {
    color: #4A4A4A;
}

.contributions.thank-you .thank-you-login .form-body .form-actions {
    padding: 0;
}

.contributions.thank-you .thank-you-login .form-body .form-actions input[type=submit] {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    width: 100%;
}

.contributions.thank-you .thank-you-login .form-body .form-actions input[type=submit]:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

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

/* z-index scale */
.MotionDataSubmitApplication .x-reset .x-btn button,
.MotionDataSubmitApplication .buttons .button,
.MotionDataSubmitApplication button,
.MotionDataSubmitApplication .application-form .add-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
}

.MotionDataSubmitApplication .x-reset .x-btn button:hover,
.MotionDataSubmitApplication .buttons .button:hover,
.MotionDataSubmitApplication button:hover,
.MotionDataSubmitApplication .application-form .add-button:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

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

/* z-index scale */
.users.users-recover-password {
    text-align: center;
    padding: 65px 10px;
}

.users.users-recover-password h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 50px;
    color: #4A4A4A;
    background: none;
    margin-bottom: 32px;
}

.users.users-recover-password .description {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 28px;
}

.users.users-recover-password .password-strength-info {
    display: none;
}

.users.users-recover-password form {
    max-width: 580px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.users.users-recover-password form.tpl-centered-without-side-padding {
    max-width: 560px;
    padding-left: 0;
    padding-right: 0;
}

.users.users-recover-password .input {
    margin-bottom: 8px;
}

.users.users-recover-password .input input {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
    width: 100%;
}

.users.users-recover-password .input input:disabled,
.users.users-recover-password .input input .disabled, .users.users-recover-password .input input[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.users.users-recover-password .message {
    margin: 20px 0;
}

.users.users-recover-password .message#recover-password-requestMessage {
    color: #CD2C2C;
}

.users.users-recover-password .submit input[type=submit] {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    width: 100%;
}

.users.users-recover-password .submit input[type=submit]:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

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

/* z-index scale */
.tpl-menus-menu-basic-menu .tpl-item {
    margin: 5px 10px 5px 0;
}

.tpl-menus-menu-basic-menu .tpl-item a {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #4A4A4A;
    text-decoration: none;
    line-height: 1.1;
}

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

/* z-index scale */
.tpl-menus-menu-flyout-menu {
    padding: 10px 5px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner {
    color: #fff;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .flyout-menu-inner-left {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .flyout-menu-inner-right {
    float: right;
    width: 45%;
    padding-left: 10px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .title {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 5px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .title a {
    color: #fff;
    font-weight: 800;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .title a:hover {
    color: #fff;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .items-holder {
    padding-bottom: 54px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .items-holder.no-items {
    padding-bottom: 40px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .items-holder a {
    color: rgba(255, 255, 255, 0.75);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-top: 13px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .items-holder a:hover {
    color: #fff;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .items-holder a span {
    vertical-align: middle;
}

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

/* z-index scale */
.tpl-menus-menu-main-menu .tpl-item {
    display: inline-block ;
    position: relative;
    /* Sub items */
}

.tpl-menus-menu-main-menu .tpl-item .tpl-icon-holder {
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.tpl-menus-menu-main-menu .tpl-item .tpl-icon-holder .tpl-icon {
    color: #fff;
    font-size: 17px;
}

.tpl-menus-menu-main-menu .tpl-item a.tpl-menu-item {
    display: inline-block ;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 0 11px;
    margin: 3px 0;
    font-size: 20px;
    font-weight: 700;
}

.tpl-menus-menu-main-menu .tpl-item a.tpl-menu-item .tpl-icon-holder,
.tpl-menus-menu-main-menu .tpl-item a.tpl-menu-item span {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tpl-menus-menu-main-menu .tpl-item a.tpl-menu-item:hover .tpl-icon-holder,
.tpl-menus-menu-main-menu .tpl-item a.tpl-menu-item:hover span {
    opacity: 0.7;
}

.tpl-menus-menu-main-menu .tpl-item .tpl-sub-items-wrapper {
    -webkit-transition: all 0.2s cubic-bezier(0.35, 0.22, 1, 0.73);
    transition: all 0.2s cubic-bezier(0.35, 0.22, 1, 0.73);
    opacity: 0;
    z-index: 50;
    position: absolute;
    visibility: hidden;
    left: 0;
    padding: 20px 10px;
    min-width: 200px;
    background-color: transparent;
    text-align: left;
}

.tpl-menus-menu-main-menu .tpl-item .tpl-sub-items-wrapper .tpl-sub-items-item a.tpl-menu-item {
    line-height: 1;
    margin: 10px 10px 10px 0;
    padding: 0 6px;
    font-weight: 400;
    font-size: 15px;
}

.tpl-menus-menu-main-menu .tpl-item .tpl-sub-items-wrapper .tpl-sub-items-item .tpl-icon-holder .tpl-icon .fa-sign-out {
    padding-left: 5px;
}

.tpl-menus-menu-main-menu .tpl-item.expanded .tpl-sub-items-wrapper {
    opacity: 1;
    background-color: #002a3a;
    visibility: visible;
    top: 100%;
}

.tpl-position-header-top-right .tpl-menus-menu-main-menu {
    float: right;
}

.tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item {
    height: 40px;
    line-height: 40px;
    position: unset;
}

.tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item a.tpl-menu-item {
    border-right: 2px solid #fff;
    font-size: 18px;
}

.tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item a.tpl-menu-item .tpl-icon-holder {
    float: right;
    padding-left: 10px;
}

.tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item a.tpl-menu-item .tpl-icon-holder .tpl-icon {
    font-weight: 800;
}

.tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item.last a.tpl-menu-item {
    border-right: none;
    padding-right: 0;
}

.tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item .tpl-sub-items-wrapper {
    right: -20px;
}

.tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item .tpl-sub-items-wrapper a.tpl-menu-item {
    border-right: none;
}

.tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item a.tpl-item-first-level,
.tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item .tpl-sub-items-wrapper {
    line-height: 16px;
}

@media only screen and (max-width: 700px) {
    .tpl-menus-menu-main-menu .tpl-item .tpl-sub-items-wrapper {
        left: unset;
        min-width: 200px;
    }
    .tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item {
        display: none;
    }
    .tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item a.tpl-menu-item {
        font-size: 16px;
    }
    .tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item.first {
        display: block;
    }
    .tpl-position-header-top-right .tpl-menus-menu-main-menu .tpl-item.first a.tpl-menu-item {
        border-right: none;
        padding: 0;
    }
}

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

/* z-index scale */
.tpl-menus-menu-social-menu {
    padding-top: 15px;
}

.tpl-menus-menu-social-menu a {
    display: inline-block ;
    position: relative;
    width: 36px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    color: #439E33;
    font-size: 26px;
    border-radius: 2px;
    text-decoration: none;
    margin: 5px 15px 5px 0;
}

.tpl-menus-menu-social-menu a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tpl-menus-menu-social-menu a.fa-instagram {
    font-size: 28px;
}

.tpl-menus-menu-social-menu a.fa-facebook {
    font-size: 30px;
}

.tpl-menus-menu-social-menu a.fa-facebook:before {
    width: auto;
    top: auto;
    left: auto;
    bottom: -2px;
    right: 6px;
    line-height: 1;
}

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

/* z-index scale */
.advocacy-modules-active-campaigns {
    margin: 20px 10px;
    border-bottom: 1px solid #D6D5D5;
}

.advocacy-modules-active-campaigns .title-box {
    background: none;
    position: relative;
    padding: 0;
}

.advocacy-modules-active-campaigns .title-box .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    color: #4A4A4A;
    position: absolute;
    bottom: 8px;
    left: 0;
}

.advocacy-modules-active-campaigns .title-box .link a {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    margin-bottom: 6px;
}

.advocacy-modules-active-campaigns .title-box .link a:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.advocacy-modules-active-campaigns .title-box .link a img {
    display: none;
}

.advocacy-modules-active-campaigns .campaigns-table td {
    border-top: 1px solid #D6D5D5;
    padding: 10px 20px;
    text-align: left;
}

.advocacy-modules-active-campaigns .campaigns-table td.name.icon {
    padding-left: 15px;
    padding-right: 0;
}

.advocacy-modules-active-campaigns .campaigns-table td.name.icon span {
    display: inline-block ;
    border-radius: 50%;
    background-color: #636566;
    text-align: center;
    min-width: 32px;
    height: 32px;
    margin-left: 4px;
    display: table-cell;
}

.advocacy-modules-active-campaigns .campaigns-table td.name.icon span img {
    max-width: 24px;
    background: none;
    padding: 2px 2px 3px 3px;
    margin: 0;
}

.advocacy-modules-active-campaigns .campaigns-table td.campaign-name {
    max-width: 415px;
}

.advocacy-modules-active-campaigns .campaigns-table td.campaign-name span {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: #4A4A4A;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advocacy-modules-active-campaigns .campaigns-table td.completion {
    min-width: 240px;
    padding-bottom: 20px;
}

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar {
    background-color: #dddddf;
    height: 7px;
    display: block;
    width: 100%;
}

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .progress-bar-percentage {
    background-color: #439E33;
    height: 6px;
    max-width: 100%;
}

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .completion-percent,
.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .total-percent {
    color: #4A4A4A;
    bottom: auto;
    top: 12px;
    font-size: 14px;
}

.advocacy-modules-active-campaigns .campaigns-table td.options {
    padding: 17px 10px 17px 20px;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a.view {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    margin-right: 1px;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a.view:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a.promote {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    margin-left: 1px;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a.promote:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.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: 1100px) {
    .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 {
        border-top: 1px solid #D6D5D5;
        position: relative;
    }
    .advocacy-modules-active-campaigns .campaigns-table td {
        border-top: none;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.name.icon span {
        display: none;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.campaign-name {
        text-align: center;
        padding-top: 24px;
        max-width: unset;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.completion {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        min-width: unset;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar {
        max-width: 250px;
        margin: 0 auto;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.options {
        text-align: center;
    }
}

@media (max-width: 700px) {
    .advocacy-modules-active-campaigns {
        margin: 0;
    }
    .advocacy-modules-active-campaigns .title-box .title,
    .advocacy-modules-active-campaigns .title-box .link {
        float: none;
        width: 100%;
        text-align: left;
        position: relative;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar {
        width: 100%;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.options {
        padding: 17px 10px 17px 10px;
    }
}

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

/* z-index scale */
.advocacy-modules-category-summary {
    padding-left: 10px;
    padding-right: 10px;
}

.advocacy-modules-category-summary .title-box {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    color: #4A4A4A;
    background-color: transparent;
    text-align: left;
    padding: 0 0 2px;
}

.advocacy-modules-category-summary .body-box {
    border: 1px solid #D6D5D5;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 0 10px;
    height: auto;
}

.advocacy-modules-category-summary .body-box .summary-text {
    color: #fff;
    background-color: #002a3a;
    font-style: normal;
    padding: 9px 17px 9px 17px;
    height: auto;
    margin-bottom: 25px;
}

.advocacy-modules-category-summary .body-box .summary-text a {
    text-decoration: none;
}

.advocacy-modules-category-summary .body-box .summary-text a span {
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advocacy-modules-category-summary .body-box .campaigns {
    padding: 0 20px 0;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign {
    padding-left: 75px;
    height: 80px;
    margin: 0;
    padding-top: 5px;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign img {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .name,
.advocacy-modules-category-summary .body-box .campaigns .campaign .details {
    padding-bottom: 8px;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .name a,
.advocacy-modules-category-summary .body-box .campaigns .campaign .details a {
    color: #4A4A4A;
    text-decoration: none;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .details {
    font-size: 16px;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .details a {
    visibility: hidden;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .details a span:first-child {
    visibility: visible;
    font-weight: 400;
}

@media (max-width: 700px) {
    .advocacy-modules-category-summary {
        padding-left: 0;
        padding-right: 0;
    }
    .advocacy-modules-category-summary .body-box .campaigns .campaign .details a,
    .advocacy-modules-category-summary .body-box .campaigns .campaign .details a span {
        display: block;
    }
    .advocacy-modules-category-summary .body-box .campaigns .campaign .name {
        padding-bottom: 0;
    }
}

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

@charset "UTF-8";
/* z-index scale */
.content-map-modules-show-map {
    background: transparent;
    position: relative;
}

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

.content-map-modules-show-map #map_wrapper {
    padding-top: 190px;
}

/* 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: 1px solid #dddddf;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

.content-map-modules-show-map .map_header label.title {
    font-size: 18px;
}

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

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

.content-map-modules-show-map .map_header .map_search_container input#search_map {
    color: #4A4A4A;
    margin-right: 1%;
    width: 81%;
    font-size: 15px;
}

/* General dropdown styles */
.content-map-modules-show-map .map_header .map_select_container .dropdown {
    line-height: 48px;
    width: 100%;
    font-size: 15px;
    margin-top: 0;
}

.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-radius: 2px;
    height: 50px;
    background: #fff;
    padding-right: 0;
}

.content-map-modules-show-map .map_header .map_select_container .dropdown dt a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #dddddf;
    z-index: 1;
    top: 50%;
    right: 13px;
    margin-top: -12px;
    color: #a79e9a;
    font-size: 22px;
    font-weight: 400;
}

/* UL styles */
.content-map-modules-show-map .map_header .map_select_container .dropdown dd ul {
    border-radius: 2px;
    background: #fff;
    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: #dddddf;
}

/* 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: #4A4A4A;
    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: 66%;
}

.content-map-modules-show-map .map_header .map_search_container:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #dddddf;
    z-index: 1;
    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 {
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
    float: left;
    border: none;
    padding: 4px 12px 4px 41px;
    margin-top: 0;
}

.content-map-modules-show-map .map_header .map_search_container a#search_button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 50px;
    line-height: 48px;
    float: left;
    width: 18%;
    font-size: 14px;
    padding: 0 2px;
    margin: 0;
}

.content-map-modules-show-map .map_header .map_search_container a#search_button:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

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

.content-map-modules-show-map #map_wrapper #map-canvas {
    background: #dddddf !important;
    height: 970px;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button {
    position: relative;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100.5%;
    height: 103%;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button b {
    color: #fff;
    vertical-align: middle;
    font-weight: 800;
    font-size: 14px;
    padding: 0 14px;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button.map {
    padding: 6px 0 6px 6px;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button.map:after {
    border-radius: 4px 0 0 4px;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button.satellite {
    padding: 6px 7px 6px 5px;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button.satellite:after {
    border-radius: 0 4px 4px 0;
}

.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button.map b,
.content-map-modules-show-map #map_wrapper #map-canvas .map_view_button.satellite b {
    background-color: #002a3a;
    border-radius: 2px;
    height: 37px;
    display: block;
    line-height: 37px;
}

/*********************** CUSTOM ZOOM - Start **********************/
.content-map-modules-show-map #map-canvas #map_zoom_holder {
    height: auto;
}

.content-map-modules-show-map #map-canvas #map_zoom_holder .map_zoom {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 #636566;
    box-shadow: 0 1px 2px 0 #636566;
    height: 55px;
    width: 26px;
    position: relative;
}

.content-map-modules-show-map #map-canvas #map_zoom_holder .map_zoom:after {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    content: "";
    top: 0;
    width: 65%;
    height: 51%;
    margin: 0 auto;
}

.content-map-modules-show-map #map-canvas #increase_zoom_control,
.content-map-modules-show-map #map-canvas #decrease_zoom_control {
    color: #636566;
    font-family: "FontAwesome";
    cursor: pointer;
    position: absolute;
    font-size: 15px;
    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: "";
}

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

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

.content-map-modules-show-map #map-canvas #zoom_control {
    display: none;
}

/************************ 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: 13px;
    right: 13px;
    float: right;
    z-index: 10;
}

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

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

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

/* 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: 450px;
}

@media only screen and (max-width: 700px) {
    .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: 100vw;
    }
}

.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: 53px;
    /* calculate based on width form module */
    margin-bottom: 8px;
}

@media only screen and (max-width: 700px) {
    .content-map-modules-show-map .map-pop-up-list,
    .content-map-modules-show-map .map-pop-up {
        margin-left: 0;
        margin-bottom: 0;
    }
}

.content-map-modules-show-map .map-pop-up-list {
    margin-bottom: 27px;
    border-radius: 2px;
    overflow: hidden;
}

.content-map-modules-show-map .list_items .scroll-pane {
    border-top: none;
    max-height: 240px;
}

.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: 140px;
}

.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: 18px 20px;
}

.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 .page-title,
.content-map-modules-show-map .content_map_single .tpl-page-title {
    height: auto;
}

.content-map-modules-show-map .list_items .page-title .title,
.content-map-modules-show-map .content_map_single .tpl-page-title .tpl-title {
    color: #fff;
    background-color: #002a3a;
    height: auto;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    padding: 17px 18px;
}

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

/*** 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: 25%;
    margin-top: 2px;
    margin-right: 4%;
}

.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%;
}

/* 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: 2px 0 1px;
    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: #4A4A4A;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    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 {
    line-height: 16px;
    font-size: 12px;
    padding-top: 4px;
}

.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 {
    color: #439E33;
    text-decoration: none;
    font-weight: 800;
}

.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 #D6D5D5;
}

/*** 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 {
    top: 190px;
    display: none;
    margin-left: 333px;
}

.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: 140px;
}

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

.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: 313px;
    border-radius: 2px;
    overflow: hidden;
}

@media only screen and (max-width: 700px) {
    .content-map-modules-show-map .content_map_single .tpl-architect-content-map-single {
        max-height: 100vh;
    }
}

.content-map-modules-show-map .content_map_single .tpl-details {
    padding: 16px 15px 30px 20px;
}

.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%;
}

.content-map-modules-show-map .content_map_single .tpl-details .tpl-elements-get-tags {
    padding-bottom: 8px;
    font-size: 12px;
}

.content-map-modules-show-map .content_map_single .tpl-details .tpl-body,
.content-map-modules-show-map .content_map_single .tpl-details .tpl-elements-get-tags {
    color: #4A4A4A;
    float: left;
    width: 60%;
    font-weight: 400;
    line-height: 20px;
}

.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 .tpl-body {
    font-size: 14px;
}

.content-map-modules-show-map .content_map_single .tpl-details-bottom {
    text-align: right;
    margin-top: 5px;
    display: block;
    width: 100%;
}

.content-map-modules-show-map .content_map_single .tpl-details-bottom .tpl-view-more-holder {
    display: inline-block;
    float: right;
    width: 45%;
}

.content-map-modules-show-map .content_map_single .tpl-details-bottom .tpl-view-more-holder .tpl-view-more {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    border-radius: 0;
    width: 100%;
    border-left: 1px solid #fff;
}

.content-map-modules-show-map .content_map_single .tpl-details-bottom .tpl-view-more-holder .tpl-view-more:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.content-map-modules-show-map .content_map_single .tpl-details-bottom .tpl-view-more-holder .tpl-view-more:hover {
    border-left: 1px solid #fff;
}

.content-map-modules-show-map .content_map_single .tpl-details-bottom .tpl-find-missionaries {
    display: none;
}

.content-map-modules-show-map .content_map_single .tpl-architect-location-content-map-single .tpl-details .tpl-elements-get-tags {
    display: none;
}

.content-map-modules-show-map .content_map_single .tpl-architect-location-content-map-single .tpl-details-bottom .tpl-view-more-holder {
    width: 100%;
}

.content-map-modules-show-map .content_map_single .tpl-architect-opportunity-content-map-single .tpl-details-bottom .tpl-view-more-holder,
.content-map-modules-show-map .content_map_single .tpl-architect-story-content-map-single .tpl-details-bottom .tpl-view-more-holder {
    width: 100%;
}

.content-map-modules-show-map .content_map_single .tpl-architect-opportunity-content-map-single .tpl-details-bottom .tpl-view-more-holder .tpl-view-more,
.content-map-modules-show-map .content_map_single .tpl-architect-story-content-map-single .tpl-details-bottom .tpl-view-more-holder .tpl-view-more,
.content-map-modules-show-map .content_map_single .tpl-architect-opportunity-content-map-single .tpl-details-bottom .tpl-view-more-holder .tpl-view-more:hover,
.content-map-modules-show-map .content_map_single .tpl-architect-story-content-map-single .tpl-details-bottom .tpl-view-more-holder .tpl-view-more:hover {
    border-left: 0;
}

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

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

@media only screen and (max-width: 700px) {
    .content-map-modules-show-map #map_wrapper {
        padding-top: 290px;
    }
    .content-map-modules-show-map .map_header {
        min-height: 290px;
        height: auto;
    }
    .content-map-modules-show-map .map_header label.title {
        padding: 3px 0;
    }
    .content-map-modules-show-map .map_header .map_search_container input#search_map {
        margin-right: unset;
    }
    .content-map-modules-show-map .map_header .map_select_container,
    .content-map-modules-show-map .map_header .map_search_container {
        clear: both;
        margin: 0 auto;
        width: 100%;
        padding: 10px 30px 0;
    }
    .content-map-modules-show-map .map_header .map_search_container:after {
        left: 43px;
        top: 51px;
    }
    .content-map-modules-show-map .map_header .map_search_container input#search_map {
        width: 77%;
    }
    .content-map-modules-show-map .map_header .map_search_container a#search_button {
        font-size: 19px;
        width: 23%;
    }
    /* Fixing map position */
    .content-map-modules-show-map #map_wrapper #map-canvas {
        height: 650px;
    }
    .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: 290px;
        margin-left: 30px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 540px) {
    .content-map-modules-show-map .map_header .map_select_container,
    .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#search_map {
        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 */

.contribution-module .give-again-column.x-grid-cell {
    padding: 0 !important;
    background-image: none !important;
}

.contribution-module .give-again-column.x-grid-cell .x-grid-cell-inner {
    padding: 0;
}

.contribution-module .give-again-column.x-grid-cell .x-grid-cell-inner .give-again-button {
    width: 76px !important;
}

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

/* z-index scale */
.contributions-modules-contribution-summary {
    padding-left: 10px;
    padding-right: 10px;
}

.contributions-modules-contribution-summary .title-box {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    color: #4A4A4A;
    background-color: transparent;
    text-align: left;
    padding: 0 0 2px;
}

.contributions-modules-contribution-summary .body-box {
    border: 1px solid #D6D5D5;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 0 10px;
    height: auto;
}

.contributions-modules-contribution-summary .body-box .summary-text {
    color: #fff;
    background-color: #002a3a;
    font-style: normal;
    padding: 9px 17px 9px 17px;
    height: auto;
    margin-bottom: 25px;
}

.contributions-modules-contribution-summary .body-box .summary-text span {
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contributions-modules-contribution-summary .body-box .campaigns {
    padding: 0 20px 0;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign {
    padding-left: 75px;
    height: 80px;
    margin: 0;
    padding-top: 5px;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign img {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign .name,
.contributions-modules-contribution-summary .body-box .campaigns .campaign .details {
    color: #4A4A4A;
    padding-bottom: 8px;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign .details {
    font-size: 16px;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign .details a span {
    color: #439E33;
    outline: none;
    text-decoration: underline;
    color: #439E33;
    text-decoration: none;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign .details a span:hover {
    color: #636566;
    text-decoration: underline;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign .details a,
.contributions-modules-contribution-summary .body-box .campaigns .campaign .details a span:hover {
    text-decoration: none;
}

@media (max-width: 400px) {
    .contributions-modules-contribution-summary {
        padding-left: 0;
        padding-right: 0;
    }
    .contributions-modules-contribution-summary .body-box .campaigns .campaign .details a {
        display: block;
    }
    .contributions-modules-contribution-summary .body-box .campaigns .campaign .name {
        padding-bottom: 0;
    }
}

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

@charset "UTF-8";
/* z-index scale */
.contributions-modules-shopping-cart {
    position: relative;
    height: 100%;
    float: right;
    line-height: normal;
}

.contributions-modules-shopping-cart .cart-box {
    height: 40px;
    position: relative;
    padding: 10px 0 10px 30px;
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper {
    position: relative;
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:after {
    content: "Cart";
    margin-right: 9px;
    font-weight: 800;
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:before {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:before, .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:after {
    color: #fff;
    font-size: 18px;
}

.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 {
    color: #fff;
    float: right;
    position: static;
    text-align: center;
    width: auto;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 400;
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter:before {
    content: "[";
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter:after {
    content: "]";
}

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

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper:before {
    border-left: 2px solid #fff;
    display: inline-block;
    content: '';
    background: transparent;
    height: 18px;
    position: absolute;
    left: -16px;
    top: 2px;
}

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

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

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary {
    right: -20px;
    top: 40px;
    background-color: #002a3a;
    position: absolute;
    width: 390px;
    z-index: 1002;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary table {
    position: relative;
    padding: 10px 20px 100px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary table tr.row .title,
.contributions-modules-shopping-cart .cart-summary-popup .cart-summary table tr.row .amount,
.contributions-modules-shopping-cart .cart-summary-popup .cart-summary table tr.row .actions {
    border-bottom: 1px solid #fff;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary table tr.row.total .title,
.contributions-modules-shopping-cart .cart-summary-popup .cart-summary table tr.row.total .amount,
.contributions-modules-shopping-cart .cart-summary-popup .cart-summary table tr.row.total .actions {
    border-bottom: none;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary table tr.row .title {
    text-align: left;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row td {
    color: #fff;
    font-size: 16px;
    border-bottom: none;
    vertical-align: middle;
    padding: 11px 0 11px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .thumbnail {
    width: 0;
    padding: 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 .amount {
    width: 56px;
    padding-left: 2px;
    padding-right: 2px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .actions {
    text-align: right;
    padding-left: 4px;
    width: 8%;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .actions a {
    background: #001a27;
    color: #fff;
    display: inline-block ;
    position: relative;
    width: 16px;
    height: 16px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .actions a:after {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    line-height: normal;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-top: -7px;
}

.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 {
    background: #002a3a;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row.total .title,
.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row.total .amount {
    padding: 9px 13px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row.total .title a {
    color: #fff;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary tr.row.total {
    font-weight: 800;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary tr.row.total td.title {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #001a27;
    background-color: #001a27;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    height: 35px;
    line-height: 35px;
    margin: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary tr.row.total td.title:hover {
    text-decoration: none;
    background-color: #00131d;
    border-color: #00131d;
    color: #fff;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary tr.row.total td.title a {
    text-decoration: none;
    font-size: 15px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary tr.row.total td.amount {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 60px;
    font-size: 15px;
}

@media only screen and (max-width: 700px) {
    .contributions-modules-shopping-cart {
        margin: 0 10px 0 0;
    }
    .contributions-modules-shopping-cart .cart-box {
        padding: 10px 0;
    }
    .contributions-modules-shopping-cart .cart-box .cart-box-wrapper:before {
        display: none;
    }
    .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button {
        font-size: 16px;
    }
    .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:after {
        font-size: 16px;
    }
    .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
    }
    .contributions-modules-shopping-cart .cart-summary-popup {
        display: none !important;
    }
}

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

/* z-index scale */
.contributions-modules-unknown-giving {
    max-width: unset;
}

.contributions-modules-unknown-giving .title-box {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 50px;
    background-image: url("../img/map-blue-background.png");
    padding-top: 82px;
    color: #fff;
    height: 235px;
    line-height: 153px;
}

.contributions-modules-unknown-giving .body-box {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    max-width: 854px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    color: #4A4A4A;
}

.contributions-modules-unknown-giving .body-box.tpl-centered-without-side-padding {
    max-width: 834px;
    padding-left: 0;
    padding-right: 0;
}

.contributions-modules-unknown-giving .body-box .summary-text {
    padding: 50px 10px 5px;
    text-align: center;
    line-height: 25px;
}

.contributions-modules-unknown-giving .body-box .unknown-giving-form {
    max-width: 580px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    padding: 36px 0;
    margin: 0 auto;
    position: relative;
}

.contributions-modules-unknown-giving .body-box .unknown-giving-form.tpl-centered-without-side-padding {
    max-width: 560px;
    padding-left: 0;
    padding-right: 0;
}

.contributions-modules-unknown-giving .body-box .unknown-giving-form .form-input {
    margin-bottom: 8px;
    position: relative;
}

.contributions-modules-unknown-giving .body-box .unknown-giving-form .form-input.amount-input {
    margin-top: 68px;
    position: relative;
}

.contributions-modules-unknown-giving .body-box .unknown-giving-form .form-input.amount-input .left-box-val {
    height: 60px;
    line-height: 60px;
    color: #636566;
    padding: 0 20px;
}

.contributions-modules-unknown-giving .body-box .unknown-giving-form .form-input.amount-input .right-box-val {
    display: none;
}

.contributions-modules-unknown-giving .body-box .unknown-giving-form .form-input.fullname-input {
    display: none;
}

.contributions-modules-unknown-giving .body-box .unknown-giving-form .form-input.external-id {
    top: 36px;
    position: absolute;
    width: 100%;
}

.contributions-modules-unknown-giving .body-box .unknown-giving-form .submit .form-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    width: 100%;
}

.contributions-modules-unknown-giving .body-box .unknown-giving-form .submit .form-button:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

@media (max-width: 700px) {
    .contributions-modules-unknown-giving .body-box .unknown-giving-form {
        padding: 12px 0 36px;
    }
    .contributions-modules-unknown-giving .body-box .unknown-giving-form .form-input.external-id {
        top: 12px;
    }
}

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

/* z-index scale */
.newsletters-modules-newsletter-subscribe .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.newsletters-modules-newsletter-subscribe .subtitle {
    display: none;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper {
    padding-bottom: 6px;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder input {
    border: none;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 2px 14px;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder input:disabled,
.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder input .disabled, .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder input[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder input.has-error {
    color: #CD2C2C;
    border-color: #CD2C2C;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder .form-input-error {
    line-height: normal;
    border: none;
    left: 0;
    font-size: 14px;
    top: auto;
    bottom: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    color: #CD2C2C;
    padding: 2px 8px;
    margin-bottom: 1px;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder .form-input-error span {
    line-height: 1.2;
    margin: 5px 0;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper.form-disabled input, .newsletters-modules-newsletter-subscribe .forms .form-input-wrapper.form-readonly input {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
    opacity: 1;
}

.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: 3px;
}

.newsletters-modules-newsletter-subscribe .forms .field-group .form-input-wrapper.lastname-field {
    padding-left: 3px;
}

.newsletters-modules-newsletter-subscribe .forms .form-actions input {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    width: auto;
    color: #fff;
    font-size: 14px;
    padding: 0 21px;
}

.newsletters-modules-newsletter-subscribe .forms .form-actions input:hover {
    text-decoration: none;
    background-color: rgba(0, 42, 58, 0.8);
    border-color: rgba(0, 42, 58, 0.8);
    color: #fff;
}

.newsletters-modules-newsletter-subscribe .forms .form-actions input:hover {
    color: #fff;
}

.newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation {
    background: none;
    text-align: left;
    padding: 10px 0;
}

.newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation .title,
.newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation .message {
    color: inherit;
}

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

@charset "UTF-8";
/* z-index scale */
.people-modules-edit-profile {
    padding: 20px 10px;
    margin: 0 auto;
}

.people-modules-edit-profile .edit-form {
    max-width: 580px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.people-modules-edit-profile .edit-form.tpl-centered-without-side-padding {
    max-width: 560px;
    padding-left: 0;
    padding-right: 0;
}

.people-modules-edit-profile .edit-form .x-box-item .group-title {
    color: #4A4A4A;
    padding: 35px 0 5px 1px;
    font-size: 20px;
    font-weight: 800;
}

.people-modules-edit-profile .edit-form .x-box-item .group-title.personal-info {
    display: none;
}

.people-modules-edit-profile .edit-form .x-box-item .group-title span {
    display: none;
}

.people-modules-edit-profile .edit-form .crm-address-container .payment-method-warning {
    border: 1px solid #439E33 !important;
    background: transparent !important;
    max-width: 552px !important;
    height: 74px;
    text-align: left;
}

.people-modules-edit-profile .edit-form .crm-address-container .payment-method-warning .x-form-item-body {
    padding: 0 18px 0;
}

.people-modules-edit-profile .edit-form .crm-address-container .payment-method-warning .x-form-item-body .x-form-display-field {
    position: relative;
    padding: 8px !important;
    display: inline;
    line-height: 24px;
}

.people-modules-edit-profile .edit-form .crm-address-container .payment-method-warning .x-form-item-body .x-form-display-field:before {
    content: "* ";
    position: absolute;
    top: 7px;
    left: 0;
}

.people-modules-edit-profile .edit-form .crm-field-container .add-address-wrapper .x-box-inner > div,
.people-modules-edit-profile .edit-form .crm-field-container .add-phone-wrapper .x-box-inner > div {
    width: 100% !important;
}

.people-modules-edit-profile .edit-form .crm-field-container .add-address-wrapper .x-box-inner > div .add-button,
.people-modules-edit-profile .edit-form .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button {
    right: 0;
    top: 0 !important;
    background-color: transparent !important;
    border: none;
}

.people-modules-edit-profile .edit-form .crm-field-container .add-address-wrapper .x-box-inner > div .add-button button,
.people-modules-edit-profile .edit-form .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button button {
    float: right;
}

.people-modules-edit-profile .edit-form .crm-field-container .add-address-wrapper .x-box-inner > div .add-button .x-btn-inner,
.people-modules-edit-profile .edit-form .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button .x-btn-inner {
    font-size: 16px;
    color: #439E33 !important;
    background-color: transparent !important;
    height: auto;
    float: right;
    line-height: normal;
    text-transform: none;
}

.people-modules-edit-profile .edit-form .crm-field-container .add-address-wrapper .x-box-inner > div .add-button .x-btn-inner:before,
.people-modules-edit-profile .edit-form .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button .x-btn-inner:before {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    border-radius: 50%;
    background: #fff;
    color: #49bc38;
    display: inline-block;
    font-size: 24px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 800;
    margin-right: 8px;
}

.people-modules-edit-profile .edit-form .x-container.crm-name-fieldset .x-box-inner {
    height: 60px !important;
}

.people-modules-edit-profile .edit-form .x-container.crm-name-fieldset .x-box-inner .person-field-lastname .x-form-item-body {
    padding-right: 0;
}

.people-modules-edit-profile .edit-form .x-reset .x-btn-default-small-over {
    background-image: none;
    background-color: transparent;
}

.people-modules-edit-profile .edit-form .x-reset .x-form-item-body {
    padding-right: 4px;
}

.people-modules-edit-profile .edit-form .x-reset input.x-form-text {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
    font-family: "Montserrat", sans-serif;
    color: #636566;
    font-size: 16px;
    border: 0;
}

.people-modules-edit-profile .edit-form .x-reset input.x-form-text:disabled,
.people-modules-edit-profile .edit-form .x-reset input.x-form-text .disabled, .people-modules-edit-profile .edit-form .x-reset input.x-form-text[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.people-modules-edit-profile .edit-form .x-reset .x-toolbar-footer {
    padding: 0;
}

.people-modules-edit-profile .edit-form .x-reset .remove-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #636566;
    background-color: #636566;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    font-weight: 800;
    border: 0;
}

.people-modules-edit-profile .edit-form .x-reset .remove-button:hover {
    text-decoration: none;
    background-color: #707273;
    border-color: #707273;
    color: #fff;
}

.people-modules-edit-profile .edit-form .x-reset .remove-button .x-btn-center .x-btn-inner {
    padding: 0;
    height: 60px !important;
    line-height: 60px !important;
}

.people-modules-edit-profile .edit-form .x-reset .x-form-trigger {
    height: 60px;
}

.people-modules-edit-profile .edit-form .x-reset .person-phone-container .field-container {
    padding-bottom: 0;
}

.people-modules-edit-profile .edit-form .x-toolbar .x-btn.save-profile-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    max-width: 553px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    height: 60px !important;
}

.people-modules-edit-profile .edit-form .x-toolbar .x-btn.save-profile-button:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.people-modules-edit-profile .edit-form .x-toolbar .x-btn.save-profile-button.tpl-centered-without-side-padding {
    max-width: 533px;
    padding-left: 0;
    padding-right: 0;
}

.people-modules-edit-profile .edit-form .x-toolbar .x-btn.save-profile-button .x-btn-center {
    width: 100%;
}

.people-modules-edit-profile .edit-form .x-toolbar .x-btn.save-profile-button .x-btn-center .x-btn-inner {
    border: none;
    font-size: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
}

.people-modules-edit-profile .edit-form .x-toolbar .x-btn.save-profile-button .x-btn-center .x-btn-inner:before {
    content: "Save Profile Information";
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 60px !important;
    font-weight: 800;
}

@media only screen and (max-width: 700px) {
    .people-modules-edit-profile {
        padding-left: 0;
        padding-right: 0;
    }
    .people-modules-edit-profile .edit-form {
        padding-left: 0;
        padding-right: 0;
    }
    .people-modules-edit-profile .edit-form .x-toolbar .x-btn.save-profile-button {
        width: 230px;
    }
    .people-modules-edit-profile .edit-form .x-toolbar .x-btn.save-profile-button .x-btn-center .x-btn-inner:before {
        padding: 0;
        content: "Save";
    }
    .people-modules-edit-profile .edit-form .x-reset .remove-button {
        padding: 0 10px;
    }
}

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

/* z-index scale */
.people-modules-photo-bank-responsive {
    font-family: "Montserrat", sans-serif;
    padding: 8px 10px 20px;
    max-width: 570px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.people-modules-photo-bank-responsive.tpl-centered-without-side-padding {
    max-width: 550px;
    padding-left: 0;
    padding-right: 0;
}

.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 {
    padding-top: 3px;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #4A4A4A;
    padding-left: 0;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .no-photos {
    font-family: "Montserrat", sans-serif;
    color: #4A4A4A;
    font-weight: 400;
    font-size: 16px;
    margin: 12px 0 8px;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item {
    display: inline-block ;
    float: none;
    margin: 8px;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item span.delete-button {
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #4A4A4A;
    background-color: rgba(255, 255, 255, 0.8);
    right: 0;
    top: 0;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item span.delete-button:before, .people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item span.delete-button:after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item span.delete-button:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.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;
    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 {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    width: 300px;
    margin: 15px 0;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .upload-form .upload-button:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

@media only screen and (max-width: 500px) {
    .people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .default-photo .current-photo img,
    .people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .default-photo.default-photo-empty {
        width: 206.25px;
        height: 206.25px;
    }
    .people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .upload-form .upload-button {
        width: 100%;
    }
}

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

/* z-index scale */
/* Local variables*/
/* z-index scale */
.site-planner-module-timeline {
    /* Wide View */
    /* Compact View */
}

.site-planner-module-timeline h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 38px;
    margin: 45px 0 60px;
}

.site-planner-module-timeline .bar {
    border-radius: 0;
    background-color: #D8D8D8;
    width: 15px;
}

.site-planner-module-timeline .interval-year {
    color: #D8D8D8;
    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 {
    color: #D8D8D8;
    content: "Today";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
}

.site-planner-module-timeline .item {
    min-height: 179px;
    padding: 0;
    top: 0 !important;
    /*.item-popup {
            display: none;
        }*/
}

.site-planner-module-timeline .item .item-year.body-marker {
    background: none;
    padding-right: 0;
}

.site-planner-module-timeline .item .item-thumbnail {
    border-radius: 0;
    width: 169px;
    height: 169px;
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding-bottom: 20px;
    padding-right: 20px;
    display: inline-block;
}

.site-planner-module-timeline .item .item-content {
    padding-left: 0;
    margin-top: -8px;
    position: relative;
    display: inline-block;
}

.site-planner-module-timeline .item .item-content .item-header {
    margin: 0;
}

.site-planner-module-timeline .item .item-content .item-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 38px;
    background: #fff;
    z-index: 1;
    line-height: 1;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-right: 15px;
}

.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: 14px 0;
    max-width: 275px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.site-planner-module-timeline .item .item-content .item-summary p {
    margin: 0;
}

.site-planner-module-timeline .item .item-content .item-summary a {
    color: #439E33;
    text-decoration: none;
    font-weight: 800;
}

.site-planner-module-timeline .item.even .item-thumbnail {
    float: left;
}

.site-planner-module-timeline .item.even .item-content {
    text-align: left;
}

.site-planner-module-timeline .item.even .item-pin {
    width: 23px;
}

.site-planner-module-timeline .item.without-image .item-thumbnail {
    display: none;
}

.site-planner-module-timeline .item .item-pin {
    top: 0;
    width: 100%;
    height: 15px;
    background: none;
}

.site-planner-module-timeline .item .item-pin:after {
    border-top: 15px solid #D8D8D8;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
}

.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: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.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-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 {
    top: 0;
    background: none;
    width: 23px;
}

.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: 0;
    width: 169px;
    height: 169px;
}

.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: 0;
}

.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: 179px;
    }
    .site-planner-module-timeline .item .item-thumbnail {
        width: 169px;
        height: 169px;
    }
    .site-planner-module-timeline .item .item-content {
        margin-top: 5px;
    }
    .site-planner-module-timeline.wide .item .item-content {
        margin-top: 0;
    }
    .site-planner-module-timeline.wide .item.without-image .item-content {
        padding-left: 10px;
    }
    .site-planner-module-timeline.wide.compact .item.without-image .item-content {
        padding-left: 0;
    }
}

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

@charset "UTF-8";
/* z-index scale */
.search-modules-results-responsive-view {
    padding-top: 45px;
    padding-bottom: 40px;
}

.search-modules-results-responsive-view .search-modules-results-container {
    max-width: 1119px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    padding-top: 20px;
}

.search-modules-results-responsive-view .search-modules-results-container.tpl-centered-without-side-padding {
    max-width: 1099px;
    padding-left: 0;
    padding-right: 0;
}

.search-modules-results-responsive-view .search-modules-results-container.infinite-container {
    overflow: hidden;
}

.search-modules-results-responsive-view .search-modules-results-container.infinite-container .infinite-item {
    display: block;
}

.search-modules-results-responsive-view .search-modules-results-container.infinite-container.infinite-loading {
    padding-bottom: 55px;
}

.search-modules-results-responsive-view .search-modules-results-container.infinite-container.infinite-loading:after {
    color: #002a3a;
    background: transparent;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 30px;
}

.search-modules-results-responsive-view .search-modules-results-container .paging-toolbar {
    clear: both;
    padding: 45px 0 0;
}

.search-modules-results-responsive-view .search-modules-results-fields {
    background: none;
    border: none;
}

.search-modules-results-responsive-view .search-modules-results-fields form {
    max-width: 1095px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    z-index: 5;
    position: relative;
}

.search-modules-results-responsive-view .search-modules-results-fields form.tpl-centered-without-side-padding {
    max-width: 1075px;
    padding-left: 0;
    padding-right: 0;
}

.search-modules-results-responsive-view .search-modules-results-fields form.single-field .custom-filters-title {
    display: none;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper {
    padding-top: 0;
}

.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 {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type=text]:disabled,
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type=text] .disabled, .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type=text][disabled=disabled],
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select:disabled,
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select .disabled,
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder .form-field-button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder .form-field-button:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field {
    margin: 8px 0;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder {
    padding-right: 156px;
}

.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: 148px;
    padding-left: 4px;
    padding-right: 4px;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-label {
    display: none;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters-title {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    color: #555459;
    font-weight: 800;
    font-size: 16px;
    float: left;
    width: 105px;
    padding: 4px 14px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 16px 0 13px;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters {
    position: relative;
    border: 1px solid #dddddf;
    border-radius: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 105px;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #dddddf;
    z-index: 1;
    top: 50%;
    right: 13px;
    margin-top: -12px;
    color: rgba(0, 42, 58, 0.5);
    z-index: -1;
    font-size: 20px;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder select,
.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper.multiselect input[type=text] {
    border: none;
    border-left: 1px solid #dddddf;
    height: 32px;
    line-height: 32px;
    background: transparent;
    color: #4A4A4A;
    padding: 0 10px;
    margin: 15px 0 13px;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder select {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper.multiselect input[type=text].placeholder {
    color: #4A4A4A !important;
    opacity: 1;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper.multiselect input[type=text]:-moz-placeholder {
    color: #4A4A4A !important;
    opacity: 1;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper.multiselect input[type=text]::-moz-placeholder {
    color: #4A4A4A !important;
    opacity: 1;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper.multiselect input[type=text]:-ms-input-placeholder {
    color: #4A4A4A !important;
    opacity: 1;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper.multiselect input[type=text]::-webkit-input-placeholder {
    color: #4A4A4A !important;
    opacity: 1;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper.multiselect .multiselect-options {
    border: 1px solid #dddddf;
    padding: 6px 4px;
    margin-top: 17px;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper.multiselect .multiselect-options label {
    line-height: normal;
    color: #636566;
    font-weight: 400;
    border-radius: 2px;
    padding: 4px 5px 3px 30px;
    margin: 4px 0;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper.multiselect .multiselect-options label:before {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 18px;
    background: none;
    left: 8px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -10px;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper.multiselect .multiselect-options label.checked {
    color: #439E33;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper.multiselect .multiselect-options label.checked:before {
    background: none;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .additional-text {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 12px 130px 12px 0;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .additional-text a {
    color: #439E33;
    font-weight: 800;
}

.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) {
    padding-left: 0;
    padding-right: 0;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple.split-three .form-input-wrapper {
    width: 33.33%;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple.split-four .form-input-wrapper {
    width: 25%;
}

.search-modules-results-responsive-view .search-modules-results-fields .filters-actions {
    padding-top: 0;
}

.search-modules-results-responsive-view .search-modules-results-fields .filters-actions .right-actions .button {
    color: #439E33;
    outline: none;
    text-decoration: none;
    color: #636566;
    font-family: "Montserrat", sans-serif;
    position: relative;
    background: transparent;
    font-weight: 800;
    font-size: 16px;
    font-style: normal;
    padding: 0 0 0 23px;
}

.search-modules-results-responsive-view .search-modules-results-fields .filters-actions .right-actions .button:hover {
    color: #636566;
    text-decoration: none;
}

.search-modules-results-responsive-view .search-modules-results-fields .filters-actions .right-actions .button.reset:before {
    font-family: "FontAwesome" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -11px;
}

.search-modules-results-responsive-view .search-modules-results-fields .filters-actions .right-actions .button.submit:after {
    display: none;
}

.search-modules-results-responsive-view .search-modules-results-fields:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.search-modules-results-responsive-view .search-modules-results-fields {
    padding: 0 12px;
}

.search-modules-results-responsive-view .search-modules-results-no-results {
    text-align: center;
    padding: 60px 0 90px;
}

.search-modules-results-responsive-view.wider .search-modules-results-container {
    max-width: 1154px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    padding-top: 20px;
}

.search-modules-results-responsive-view.wider .search-modules-results-container.tpl-centered-without-side-padding {
    max-width: 1134px;
    padding-left: 0;
    padding-right: 0;
}

.search-modules-results-responsive-view.wider .search-modules-results-fields form {
    max-width: 1130px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.search-modules-results-responsive-view.wider .search-modules-results-fields form.tpl-centered-without-side-padding {
    max-width: 1110px;
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 900px) {
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple.split-four .form-input-wrapper {
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    .search-modules-results-responsive-view {
        padding-top: 20px;
    }
    .search-modules-results-responsive-view .search-modules-results-fields {
        padding: 0;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters {
        border: none;
        padding: 0;
        margin: 0;
    }
    .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%;
        border: none;
        margin: 8px 0;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper .form-input-holder select,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper.multiselect input[type="text"],
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1) .form-input-holder select,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1).multiselect input[type="text"],
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n) .form-input-holder select,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n).multiselect input[type="text"] {
        border: 1px solid #dddddf;
        border-radius: 2px;
        height: 60px;
        line-height: 60px;
        vertical-align: middle;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        width: 100%;
        background: #fff;
        color: #4A4A4A;
        padding: 4px 14px;
        margin: 0;
        outline: none;
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper .form-input-holder select:disabled,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper .form-input-holder select .disabled, .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper .form-input-holder select[disabled=disabled],
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper.multiselect input[type="text"]:disabled,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper.multiselect input[type="text"] .disabled,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper.multiselect input[type="text"][disabled=disabled],
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1) .form-input-holder select:disabled,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1) .form-input-holder select .disabled,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1) .form-input-holder select[disabled=disabled],
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1).multiselect input[type="text"]:disabled,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1).multiselect input[type="text"] .disabled,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1).multiselect input[type="text"][disabled=disabled],
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n) .form-input-holder select:disabled,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n) .form-input-holder select .disabled,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n) .form-input-holder select[disabled=disabled],
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n).multiselect input[type="text"]:disabled,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n).multiselect input[type="text"] .disabled,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n).multiselect input[type="text"][disabled=disabled] {
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: auto;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper .form-input-holder select,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1) .form-input-holder select,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n) .form-input-holder select {
        padding-left: 14px;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper.multiselect .multiselect-options,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n+1).multiselect .multiselect-options,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(2n).multiselect .multiselect-options {
        margin-top: 2px;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field {
        margin-bottom: 0;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters-title {
        display: none;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters .additional-text {
        position: static;
        padding: 4px 4px 14px;
    }
}

@media only screen and (max-width: 450px) {
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder {
        padding-right: 103px;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search {
        width: 95px;
    }
}

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

@charset "UTF-8";
/* z-index scale */
.search-modules-search-field {
    padding: 0;
}

.search-modules-search-field .search-input {
    background: transparent;
    width: 100%;
}

.search-modules-search-field .search-input input[type=search] {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 2px 14px;
    padding: 3px 14px 1px;
    background: transparent;
    border: transparent;
}

.search-modules-search-field .search-input input[type=search]:disabled,
.search-modules-search-field .search-input input[type=search] .disabled, .search-modules-search-field .search-input input[type=search][disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.search-modules-search-field .search-input input[type=search]::-webkit-input-placeholder {
    color: #D8D8D8;
}

.search-modules-search-field .search-input input[type=search]::-moz-placeholder {
    color: #D8D8D8;
}

.search-modules-search-field .search-input input[type=search]::-ms-input-placeholder {
    color: #D8D8D8;
}

.search-modules-search-field .search-input input[type=search]::placeholder {
    color: #D8D8D8;
}

.search-modules-search-field .search-input .reset-search-icon {
    display: none !important;
}

.search-modules-search-field .search-input .search-icon {
    display: none;
}

.search-modules-search-field input.submit-search {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #439E33;
    background-color: #439E33;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    background-image: none;
}

.search-modules-search-field input.submit-search:hover {
    text-decoration: none;
    background-color: #4bb139;
    border-color: #4bb139;
    color: #fff;
}

.search-modules-search-field input.submit-search, .search-modules-search-field input.submit-search:hover {
    text-shadow: none;
}

.tpl-position-header-top-left .search-modules-search-field .search-input {
    position: relative;
    padding-left: 13px;
    padding-right: 10px;
}

.tpl-position-header-top-left .search-modules-search-field .search-input input[type=search] {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    height: 40px;
    line-height: 40px;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 400;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tpl-position-header-top-left .search-modules-search-field .search-input input[type=search].placeholder {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.tpl-position-header-top-left .search-modules-search-field .search-input input[type=search]:-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.tpl-position-header-top-left .search-modules-search-field .search-input input[type=search]::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.tpl-position-header-top-left .search-modules-search-field .search-input input[type=search]:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.tpl-position-header-top-left .search-modules-search-field .search-input input[type=search]::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.tpl-position-header-top-left .search-modules-search-field .search-input:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #dddddf;
    z-index: 1;
    top: 50%;
    right: 13px;
    margin-top: -12px;
    color: #fff;
    margin-top: -13px;
    left: 0;
    right: unset;
}

.tpl-position-header-top-left .search-modules-search-field input.submit-search {
    display: none;
}

@media only screen and (max-width: 700px) {
    .tpl-position-header-top-left .search-modules-search-field {
        width: 20px;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
    .tpl-position-header-top-left .search-modules-search-field .search-input input {
        opacity: 0;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
    .tpl-position-header-top-left .search-modules-search-field .search-input .search-icon {
        z-index: 45;
        cursor: pointer;
        display: block;
        background: none;
        width: 25px;
        height: 25px;
        top: 8px;
        left: -1px;
    }
}

@media only screen and (max-width: 700px) {
    .tpl-position-header-top-left.expanded .search-modules-search-field {
        width: 100%;
    }
    .tpl-position-header-top-left.expanded .search-modules-search-field .search-input input {
        opacity: 1;
    }
}

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

/* z-index scale */
.users-modules-change-password-default {
    padding: 20px 10px;
    text-align: center;
}

.users-modules-change-password-default .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 50px;
    color: #4A4A4A;
    text-align: center;
    padding-bottom: 35px;
}

.users-modules-change-password-default .body .form {
    max-width: 570px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
}

.users-modules-change-password-default .body .form.tpl-centered-without-side-padding {
    max-width: 550px;
    padding-left: 0;
    padding-right: 0;
}

.users-modules-change-password-default .body .form .form-field .field-wrapper {
    margin-bottom: 8px;
}

.users-modules-change-password-default .body .form .form-field .field-wrapper input {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
}

.users-modules-change-password-default .body .form .form-field .field-wrapper input:disabled,
.users-modules-change-password-default .body .form .form-field .field-wrapper input .disabled, .users-modules-change-password-default .body .form .form-field .field-wrapper input[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.users-modules-change-password-default .body .form .form-field .field-wrapper input.invalid {
    border-color: #CD2C2C;
}

.users-modules-change-password-default .body .form .form-field .field-wrapper .field-error {
    color: #CD2C2C;
    background: none;
    padding: 5px;
    margin-top: 0;
}

.users-modules-change-password-default .body .form .form-errors {
    color: #CD2C2C;
    padding-bottom: 0;
}

.users-modules-change-password-default .body .form .form-options {
    text-align: center;
}

.users-modules-change-password-default .body .form .form-options .submit {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    width: 100%;
}

.users-modules-change-password-default .body .form .form-options .submit:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

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

/* z-index scale */
.users-modules-login {
    max-width: 580px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 60px 10px;
}

.users-modules-login.tpl-centered-without-side-padding {
    max-width: 560px;
    padding-left: 0;
    padding-right: 0;
}

.users-modules-login h1 {
    padding-bottom: 30px;
    color: #4A4A4A;
}

.users-modules-login .row .label {
    display: none;
}

.users-modules-login .row .input {
    padding: 4px 0;
}

.users-modules-login .row .input input {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
}

.users-modules-login .row .input input:disabled,
.users-modules-login .row .input input .disabled, .users-modules-login .row .input input[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

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

.users-modules-login .submit {
    margin: 4px 0 40px;
}

.users-modules-login .submit input {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    width: 100%;
}

.users-modules-login .submit input:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

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

/* z-index scale */
.users-modules-register {
    max-width: 580px;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    padding: 30px 10px;
    text-align: center;
}

.users-modules-register.tpl-centered-without-side-padding {
    max-width: 560px;
    padding-left: 0;
    padding-right: 0;
}

.users-modules-register .form-wrapper .form .form-line {
    padding: 4px 0;
}

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

.users-modules-register .form-wrapper .form .form-line .input input {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
}

.users-modules-register .form-wrapper .form .form-line .input input:disabled,
.users-modules-register .form-wrapper .form .form-line .input input .disabled, .users-modules-register .form-wrapper .form .form-line .input input[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.users-modules-register .form-wrapper .form .form-line .input input.first {
    width: 49.5%;
    margin-right: 0.5%;
}

.users-modules-register .form-wrapper .form .form-line .input input.last {
    width: 49.5%;
    margin-left: 0.5%;
}

.users-modules-register .form-wrapper .form .form-line .input select {
    border: 1px solid #dddddf;
    border-radius: 2px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    width: 100%;
    background: #fff;
    color: #4A4A4A;
    padding: 4px 14px;
    margin: 0;
    outline: none;
}

.users-modules-register .form-wrapper .form .form-line .input select:disabled,
.users-modules-register .form-wrapper .form .form-line .input select .disabled, .users-modules-register .form-wrapper .form .form-line .input select[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

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

.users-modules-register .form-wrapper .form .submit {
    margin: 4px 0 20px;
}

.users-modules-register .form-wrapper .form .submit button {
    display: inline-block ;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    height: 60px;
    line-height: 60px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    border: none;
    border-color: #002a3a;
    background-color: #002a3a;
    outline: none;
    white-space: nowrap;
    padding: 0 28px;
    margin: 0;
    width: 100%;
}

.users-modules-register .form-wrapper .form .submit button:hover {
    text-decoration: none;
    background-color: #003c54;
    border-color: #003c54;
    color: #fff;
}

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

