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

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

body {
    color: #303030;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
}

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

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

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

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

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

.tpl-popup {
    display: none;
}

.tpl-popup-inner {
    background: #fff;
    padding: 1rem;
}

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

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

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

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

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

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

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

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

input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=numeric]:disabled,
input[type=card]:disabled,
input[type=phone]:disabled,
input[type=file]:disabled,
select:disabled,
textarea:disabled {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

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

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

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

.tpl-select-field-holder:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #909090;
    top: 50%;
    right: 13px;
    z-index: 0;
    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;
    z-index: 1;
    padding-right: 35px;
}

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

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

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

.form-input-wrapper.multiselect .multiselect-options {
    border: 1px solid #bbbdc0;
    left: 0;
    padding: 4px 14px;
    max-height: 230px;
    overflow: auto;
    z-index: 10000;
}

.form-input-wrapper.multiselect .multiselect-options label {
    color: #606060;
    padding-left: 24px;
    margin: 8px 0;
}

.form-input-wrapper.multiselect .multiselect-options label:before {
    background-color: #606060;
}

.form-input-wrapper.multiselect .multiselect-options label.checked {
    color: #000099;
}

.form-input-wrapper.multiselect .multiselect-options label.checked:before {
    background-color: #000099;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
}

h1 {
    display: block;
    width: 100%;
    font-size: 46px;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    color: #000066;
    margin: 20px 0 10px;
}

h2 {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 400;
    font-family: "Belleza", sans-serif;
    color: #000066;
    margin: 20px 0 10px;
}

h3 {
    display: block;
    width: 100%;
    font-size: 35px;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    color: #000066;
    margin: 10px 0;
}

h4 {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    font-family: "Belleza", sans-serif;
    color: #000066;
    margin: 5px 0;
}

h5 {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    color: #000066;
    margin: 5px 0;
}

h6 {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 400;
    font-family: "Belleza", sans-serif;
    color: #000066;
    margin: 5px 0;
}

.tpl-subtitle {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    font-style: italic;
    color: #000066;
}

.tpl-body-intro {
    font-size: 21px;
    font-weight: 700;
    color: #909090;
}

.tpl-body-promo {
    font-size: 21px;
    color: #303030;
}

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

.tpl-fixed {
    position: fixed;
}

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

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

.tpl-audio-thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1;
    color: #eee;
    z-index: 2;
    /* above tpl-color-overlay */
    font-size: 35px;
    margin-top: -15px;
    margin-left: -15px;
}

.tpl-video-thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1;
    color: #eee;
    z-index: 2;
    /* above tpl-color-overlay */
    font-size: 35px;
    margin-top: -15px;
    margin-left: -15px;
}

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

.aspect-ratio-wrapper-16-9 {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.aspect-ratio-wrapper-16-9 video,
.aspect-ratio-wrapper-16-9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-video-popup {
    position: relative;
    background: #000;
    width: auto;
    max-width: 1080px;
    margin: 20px auto;
}

.mfp-video-popup .mfp-close {
    color: #fff;
    text-align: right;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -35px;
}

@media (max-width: 1200px) {
    .mfp-video-popup {
        max-width: 720px;
    }
}

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

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

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

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

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

.tpl-background-color-lighter-tanned {
    background-color: #f1e4d9;
}

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

.tpl-line-separator {
    width: 100%;
    display: block;
    height: 2px;
    background-color: #606060;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(40%, #606060), color-stop(60%, #606060), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: -moz-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: -o-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
}

.tpl-curved-gradient-shadow {
    position: relative;
}

.tpl-curved-gradient-shadow:after {
    content: " ";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tpl-button, .tpl-button-small,
button.tpl-button-small,
a.tpl-button-small,
input.tpl-button-small[type="button"],
input.tpl-button-small[type="submit"],
input.tpl-button-small[type="reset"],
a.tpl-button,
a.tpl-button-small,
.appointee-button,
button,
button.edit,
.ui-widget button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
    padding: 0 22px;
    margin: 0;
}

.tpl-button-small,
button.tpl-button-small,
a.tpl-button-small,
input[type="button"].tpl-button-small,
input[type="submit"].tpl-button-small,
input[type="reset"].tpl-button-small {
    font-size: 17px;
    height: 36px;
    line-height: 36px;
}

.tpl-button-white,
a.tpl-button-white {
    border: 2px solid #000066;
    color: #000066;
    padding: 1px 8px;
}

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

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

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

/* Video.js */
.video-js {
    width: 100%;
    padding-top: 56.25%;
}

.vjs-fullscreen {
    padding-top: 0;
}

.vjs-poster {
    width: 100%;
}

.vjs-default-skin .vjs-big-play-button {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.vjs-default-skin .vjs-big-play-button:before {
    line-height: 45px;
    left: 2px;
}

/* JW Player */
.jwplayer {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 56.25% !important;
    /* 16:9 */
}

.jwplayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.text-align-center .paging-toolbar {
    display: inline-block;
}

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

.paging-toolbar .goToPage,
.search-modules-results-container .paging-toolbar .goToPage,
.com-advocacy .campaigns-select .body .paging-bar .goToPage,
.com-advocacy .user-campaigns .body .paging-bar .goToPage,
.paging-toolbar .goToPage:hover,
.search-modules-results-container .paging-toolbar .goToPage:hover,
.com-advocacy .campaigns-select .body .paging-bar .goToPage:hover,
.com-advocacy .user-campaigns .body .paging-bar .goToPage:hover {
    font-size: 14pt;
    color: #000066;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    text-align: center;
    background-color: #fff;
    border: 2px solid #000066;
    box-shadow: none;
    border-radius: 0;
    vertical-align: middle;
    width: auto;
    height: 36px;
    line-height: 31px;
    padding: 0 10px;
    margin: 4px;
}

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

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

.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.first:after,
.search-modules-results-container .paging-toolbar .goToPage.first:after,
.com-advocacy .campaigns-select .body .paging-bar .goToPage.first:after,
.com-advocacy .user-campaigns .body .paging-bar .goToPage.first:after {
    content: "First";
}

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

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

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

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

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

.ui-dialog {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: 2px;
    z-index: 200;
}

.ui-dialog .ui-dialog-titlebar {
    border-radius: 0;
    padding: 5px 15px 6px;
}

.ui-dialog .ui-dialog-titlebar .ui-button,
.ui-dialog .ui-dialog-titlebar .ui-state-default,
.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-state-default {
    background: #909090;
    border: none;
    color: #fff;
}

.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon,
.ui-dialog .ui-dialog-titlebar .ui-state-default .ui-icon,
.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-state-default .ui-icon {
    background-image: url("../css/lib/jquery-ui-1.11.4.custom/images/ui-icons_ffffff_256x240.png");
}

.ui-dialog .ui-dialog-content {
    color: #909090;
    padding: 20px 15px 5px 20px;
}

.ui-dialog .ui-dialog-content form label {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 20px;
    padding-bottom: 7px;
}

.ui-dialog .ui-dialog-content form input[type=text] {
    font-size: 20px;
    padding: 4px 14px !important;
}

.ui-dialog .ui-dialog-content form textarea {
    font-size: 20px;
    height: 110px;
    padding: 6px 10px !important;
}

.ui-dialog .ui-dialog-buttonpane {
    border: none;
    padding: 20px 15px 5px 20px;
    padding-top: 0;
    padding-bottom: 22px;
}

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

.ui-dialog .ui-dialog-buttonpane button {
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
    padding: 0 22px;
    margin: 0;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
}

.ui-dialog .ui-dialog-buttonpane .ui-button-text {
    padding: 0;
}

.ui-dialog.ui-dialog-share-through-email {
    border: 1px solid #eee;
    padding: 10px 9px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-titlebar {
    position: relative;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-titlebar .ui-button,
.ui-dialog.ui-dialog-share-through-email .ui-dialog-titlebar .ui-state-default,
.ui-dialog.ui-dialog-share-through-email .ui-dialog-titlebar.ui-widget-header .ui-state-default {
    position: absolute;
    top: 50%;
    right: 12px;
    border-radius: 2px;
    background: #909090;
    border: none;
    color: #fff;
    line-height: normal;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-titlebar .ui-button .ui-icon,
.ui-dialog.ui-dialog-share-through-email .ui-dialog-titlebar .ui-state-default .ui-icon,
.ui-dialog.ui-dialog-share-through-email .ui-dialog-titlebar.ui-widget-header .ui-state-default .ui-icon {
    display: block;
    background-image: url("../css/lib/jquery-ui-1.11.4.custom/images/ui-icons_ffffff_256x240.png");
    background-position: -94px -128px;
    width: 20px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-titlebar .ui-button .ui-button-text,
.ui-dialog.ui-dialog-share-through-email .ui-dialog-titlebar .ui-state-default .ui-button-text,
.ui-dialog.ui-dialog-share-through-email .ui-dialog-titlebar.ui-widget-header .ui-state-default .ui-button-text {
    display: none;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content {
    border: none;
    padding: 15px 10px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder .sender-info-raw {
    padding-bottom: 10px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder .sender-info-raw .sender-info {
    color: #303030;
    font-style: italic;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder .sender-info-fields {
    padding-bottom: 10px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder label {
    display: block;
    font-size: 16px;
    color: #303030;
    padding: 2px 0 2px 1px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder .subject-label {
    padding-top: 10px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder .input-field {
    padding: 4px 0;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder .input-field-firstname,
.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder .input-field-lastname {
    float: left;
    width: 50%;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder .input-field-firstname {
    padding-right: 4px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder .input-field-lastname {
    padding-left: 4px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder input[type=text] {
    font-size: 16px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder textarea {
    font-size: 16px;
    height: 130px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-content .share-through-email-holder .errors-holder {
    color: #d0021b;
    margin-top: 5px;
}

.ui-dialog.ui-dialog-share-through-email .ui-dialog-buttonpane {
    padding: 5px 10px 15px;
}

@media (max-width: 435px) {
    .ui-dialog.ui-dialog-share-through-email {
        width: 94% !important;
        left: 3% !important;
    }
}

.ui-datepicker {
    width: 13em;
}

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

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

.ui-datepicker .ui-datepicker-title select {
    height: auto;
    margin: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    background: none;
    border: none;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin-top: -6px;
}

.ui-datepicker table {
    font-size: 13px;
}

/*=============================*/
/* jQuery UI adjustments - End */
/*=============================*/
/*======================*/
/* Custom Alert - Start */
/*======================*/
.customAlert {
    min-width: 510px;
    border: 1px solid #eee;
    font-family: "PT Sans", sans-serif;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.customAlert .customAlertInner .pop-up-buttons a {
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
    padding: 0 22px;
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 22px;
    margin: 7px 0 0;
}

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

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

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

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

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

/* Responsive - Custom Alert */
@media (max-width: 520px) {
    .customAlert,
    .customAlert.newCampaignOptions {
        min-width: 0;
    }
}

/* Audio popup */
.customAlert.audio-custom-alert .customAlertInner .customAlertMsg {
    padding: 25px 13px 2px;
}

.customAlert.audio-custom-alert .customAlertInner .customAlertMsg iframe {
    max-width: 100%;
}

/*====================*/
/* Custom Alert - End */
/*====================*/
/* Global giving form */
.tpl-giving-form {
    position: relative;
}

.tpl-giving-form .tpl-field {
    float: left;
    width: 100%;
    padding-right: 124px;
}

.tpl-giving-form .tpl-amount-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    text-transform: uppercase;
    color: #ecd7c3;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

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

.tpl-giving-form.tpl-giving-form-small .tpl-field .amount {
    font-size: 10px;
    height: 28px;
    line-height: normal;
    padding: 2px 6px;
}

.tpl-giving-form.tpl-giving-form-small .tpl-amount-submit {
    font-size: 10px;
    height: 28px;
    width: 39px;
    padding: 8px 2px;
}

/* Audio player */
.tpl-audio-holder {
    border-radius: 0;
    background-color: #eee;
    padding: 13px;
}

.tpl-audio-holder audio {
    width: 100%;
    margin-top: 5px;
}

.tpl-audio-holder audio.use-custom-player {
    display: none;
}

.tpl-audio-holder .audiojs .play-pause p {
    border-radius: 0;
    background-color: #000033;
}

.tpl-audio-holder .audiojs .play-pause p:after {
    margin-left: 1px;
}

.tpl-audio-holder .audiojs .scrubber,
.tpl-audio-holder .audiojs .scrubber .loaded,
.tpl-audio-holder .audiojs .scrubber .progress {
    border-radius: 0;
}

.tpl-audio-holder .audiojs .scrubber {
    background-color: #9ea9ba;
}

.tpl-audio-holder .audiojs .scrubber .loaded {
    background-color: #909090;
}

.tpl-audio-holder .audiojs .scrubber .progress {
    background-color: #000033;
}

.tpl-audio-holder .audiojs .time span {
    color: #303030;
    font-family: "PT Sans", sans-serif;
    padding-top: 3px;
}

/* Share buttons */
.tpl-action-buttons .tpl-action-button {
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    position: relative;
    cursor: pointer;
    color: #606060;
    font-size: 13px;
    padding: 3px 6px;
}

.tpl-action-buttons .tpl-action-button i {
    border-radius: 2px;
    background-color: #000033;
    color: #fff;
    font-size: 11px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    vertical-align: middle;
    text-align: center;
    margin-top: -3px;
    margin-right: 5px;
}

.tpl-action-buttons .tpl-action-button.tpl-facebook-button i {
    text-align: right;
    line-height: 14px;
    padding-right: 2px;
}

.tpl-action-buttons .tpl-action-button.tpl-first {
    border-left-width: 0;
    padding-left: 2px;
}

.tpl-action-buttons.tpl-normal-buttons .tpl-action-button {
    border: 1px solid #606060;
    border-radius: 2px;
    margin-right: 4px;
}

.tpl-action-buttons.tpl-normal-buttons .tpl-action-button.tpl-first {
    border-left-width: 1px;
    padding-left: 6px;
}

/* Magnifying Glass Icon */
.tpl-magnifying-glass {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url("../img/magnifying_glass.png") 0 0 no-repeat;
    vertical-align: middle;
    margin-bottom: 4px;
}

/*=================================================*/
/* Vertical Summary - Start =======================*/
/*=================================================*/
.tpl-vertical-summary .tpl-color-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.tpl-vertical-summary .tpl-image-holder img {
    width: 100%;
}

.tpl-vertical-summary .tpl-content .tpl-date {
    min-height: 33px;
    color: #000033;
    text-transform: uppercase;
    margin: 8px 0;
}

.tpl-vertical-summary .tpl-content .tpl-title {
    line-height: 1;
    margin: 0 0 15px;
}

.tpl-vertical-summary .tpl-content .tpl-title a {
    color: #000066;
}

.tpl-vertical-summary .tpl-content .tpl-summary {
    line-height: 1.3;
    margin: 10px 0;
    text-align: justify;
}

.tpl-vertical-summary .tpl-content .tpl-action-buttons {
    margin: 10px 0;
}

.tpl-vertical-summary .tpl-content .tpl-button-holder {
    margin: 10px 0;
}

.tpl-vertical-summary.tpl-date-next-to-title .tpl-content .tpl-date {
    display: inline;
    padding-right: 10px;
    margin-right: 8px;
    font-size: 18pt;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
}

.tpl-vertical-summary.tpl-date-next-to-title .tpl-content .tpl-title {
    display: inline;
}

/* In any column wrapper */
.child-items-1-5 .tpl-vertical-summary,
.child-items-1-4 .tpl-vertical-summary,
.child-items-1-3 .tpl-vertical-summary,
.child-items-1-2 .tpl-vertical-summary {
    float: left;
    padding: 0 10px;
    margin: 10px 0 30px 0;
}

.child-items-1-2 .multiple-of-2:after,
.child-items-1-3 .multiple-of-3:after,
.child-items-1-4 .multiple-of-4:after {
    clear: both;
    content: '';
    display: block;
}

/* In 1/5 column wrapper */
.child-items-1-5 .tpl-vertical-summary {
    width: 20%;
}

/* In 1/4 column wrapper */
.child-items-1-4 .tpl-vertical-summary {
    width: 25%;
}

/* In 1/3 column wrapper */
.child-items-1-3 .tpl-vertical-summary {
    width: 33.33%;
}

/* In 1/2 column wrapper */
.child-items-1-2 .tpl-vertical-summary {
    width: 50%;
}

@media (max-width: 900px) {
    .child-items-1-5 .tpl-vertical-summary,
    .child-items-1-4 .tpl-vertical-summary {
        width: 33.33%;
    }
}

@media (max-width: 700px) {
    .child-items-1-5 .tpl-vertical-summary,
    .child-items-1-4 .tpl-vertical-summary,
    .child-items-1-3 .tpl-vertical-summary {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .child-items-1-5 .tpl-vertical-summary,
    .child-items-1-4 .tpl-vertical-summary,
    .child-items-1-3 .tpl-vertical-summary,
    .child-items-1-2 .tpl-vertical-summary {
        width: 100%;
    }
}

/*=================================================*/
/* Vertical Summary - End =========================*/
/*=================================================*/
/*=================================================*/
/* Wide Summary - Start ===========================*/
/*=================================================*/
.tpl-wide-summary {
    position: relative;
    margin: 20px 0;
}

.tpl-wide-summary .tpl-action-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    padding-top: 7px;
}

.tpl-wide-summary .tpl-action-buttons .tpl-button-small {
    width: 100%;
    font-size: 13px;
    color: #fff;
    border-color: #000033;
    background-color: #000033;
    height: auto;
    line-height: normal;
    padding: 1px 5px;
    margin-bottom: 5px;
}

.tpl-wide-summary .tpl-action-buttons .tpl-action-button {
    border: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 0;
}

.tpl-wide-summary .tpl-content {
    min-height: 100px;
    padding-left: 110px;
    padding-right: 20px;
}

.tpl-wide-summary .tpl-content.tpl-no-action-buttons {
    padding-left: 0;
}

.tpl-wide-summary .tpl-content .tpl-date {
    display: inline;
    color: #000033;
    font-size: 18pt;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 15px 5px 0;
}

.tpl-wide-summary .tpl-content .tpl-title {
    display: inline;
    line-height: 1;
    margin: 0 0 5px 0;
}

.tpl-wide-summary .tpl-content .tpl-title a {
    color: #000066;
}

.tpl-wide-summary .tpl-content .tpl-summary {
    margin: 10px 0;
}

.tpl-wide-summary.title-align-center .tpl-content .tpl-title {
    text-align: center;
}

.tpl-wide-summary.body-align-center .tpl-content .tpl-summary {
    text-align: center;
}

@media (max-width: 420px) {
    .tpl-wide-summary .tpl-action-buttons {
        position: static;
        width: auto;
        padding-bottom: 4px;
    }
    .tpl-wide-summary .tpl-action-buttons .tpl-button-small {
        width: auto;
    }
    .tpl-wide-summary .tpl-action-buttons .tpl-action-button {
        margin-right: 4px;
    }
    .tpl-wide-summary .tpl-content {
        min-height: 60px;
        padding-left: 0;
    }
}

/*=================================================*/
/* Wide Summary - End =============================*/
/*=================================================*/
/*=================================================*/
/* Devotional Summary - Start =====================*/
/*=================================================*/
.tpl-devotional-summary .tpl-scripture-info {
    padding-left: 10px;
    margin: 10px 0;
}

.tpl-devotional-summary .tpl-scripture-info span {
    font-size: 18pt;
    color: #000066;
}

.tpl-devotional-summary .tpl-scripture-info .tpl-scripture {
    font-style: italic;
}

.tpl-devotional-summary .tpl-scripture-info .tpl-month-day {
    font-weight: 700;
    padding-right: 15px;
}

.tpl-devotional-summary .tpl-scripture-info .tpl-scripture-address {
    white-space: nowrap;
}

.tpl-devotional-summary .tpl-title {
    text-align: center;
    max-width: 550px;
    line-height: 1;
    margin: 10px auto;
}

.tpl-devotional-summary .tpl-summary {
    margin: 20px 0 0;
}

.tpl-devotional-summary .quote {
    text-align: right;
}

.tpl-devotional-summary .tpl-more-button {
    color: #fff;
    border-color: #000066;
    background-color: #000066;
    text-transform: uppercase;
    height: auto;
    line-height: normal;
    padding: 0 8px;
    margin-left: 3px;
}

.tpl-devotional-summary .tpl-button-holder {
    text-align: center;
    margin: 22px 0;
}

.tpl-devotional-summary .tpl-button-holder .tpl-button-white {
    font-size: 14pt;
    padding: 2px 9px;
}

.tpl-devotional-summary .tpl-action-buttons {
    margin-top: 20px;
}

.tpl-devotional-summary .tpl-action-buttons.has-previous-button {
    float: left;
}

.tpl-devotional-summary .tpl-previous-button-holder {
    margin-top: 20px;
    float: right;
}

.tpl-devotional-summary.published-as-folder {
    position: relative;
    padding: 20px 0 35px;
    margin-top: -2px;
}

.tpl-devotional-summary.published-as-folder:before, .tpl-devotional-summary.published-as-folder:after {
    content: " ";
    width: 100%;
    display: block;
    height: 2px;
    background-color: #606060;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(40%, #606060), color-stop(60%, #606060), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: -moz-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: -o-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    position: absolute;
    left: 0;
}

.tpl-devotional-summary.published-as-folder:before {
    top: 0;
}

.tpl-devotional-summary.published-as-folder:after {
    bottom: 0;
}

.child-items-1-3 .tpl-devotional-summary {
    margin-bottom: 20px;
}

@media (max-width: 650px) {
    .tpl-devotional-summary .tpl-button-holder .tpl-button-white {
        border: none;
    }
    .tpl-devotional-summary .tpl-action-buttons.has-previous-button,
    .tpl-devotional-summary .tpl-previous-button-holder {
        float: none;
        text-align: center;
    }
}

/*=================================================*/
/* Devotional Summary - End =======================*/
/*=================================================*/
/*=================================================*/
/* Summary - Global style for summary view - Start */
/*=================================================*/
.tpl-architect-summary {
    position: relative;
    background: #fff;
    margin: 25px 0;
}

.tpl-architect-summary .tpl-image-holder {
    display: block;
    float: left;
    width: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.tpl-architect-summary .tpl-image-holder img {
    width: 100%;
    min-height: 185px;
    max-height: 360px;
}

.tpl-architect-summary .tpl-color-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.tpl-architect-summary .tpl-content {
    padding: 10px 22px 15px;
}

.tpl-architect-summary.has-image .tpl-content {
    float: left;
    width: 70%;
}

.tpl-architect-summary.no-image .tpl-content {
    padding-bottom: 35px;
}

.tpl-architect-summary .tpl-title a {
    color: #303030;
    font-weight: 400;
}

.tpl-architect-summary .tpl-bottom-actions {
    position: absolute;
    bottom: 10px;
    left: 30%;
    padding-left: 22px;
}

.tpl-architect-summary .tpl-bottom-actions .tpl-bottom-action {
    font-size: 16px;
    margin-right: 15px;
}

.tpl-architect-summary .tpl-bottom-actions .tpl-bottom-action i {
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-right: 5px;
}

.tpl-architect-summary .tpl-bottom-actions .tpl-bottom-action span {
    vertical-align: middle;
}

.tpl-architect-summary .tpl-button-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    border-radius: 0px;
    border-top-left-radius: 0;
    font-size: 16px;
    padding: 6px 12px;
}

.tpl-architect-summary .tpl-button-bottom-right:after {
    font-family: "FontAwesome";
    content: "\f061";
    margin-left: 10px;
}

@media (max-width: 1000px) {
    .tpl-architect-summary {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    .tpl-architect-summary .tpl-image-holder {
        float: none;
        width: 100%;
    }
    .tpl-architect-summary .tpl-content,
    .tpl-architect-summary.no-image .tpl-content {
        padding-bottom: 40px;
    }
    .tpl-architect-summary.has-image .tpl-content {
        float: none;
        width: 100%;
    }
    .tpl-architect-summary .tpl-bottom-actions {
        left: 0;
    }
}

@media (max-width: 550px) {
    .tpl-architect-summary .tpl-bottom-actions {
        position: static;
        padding: 10px 0 0;
    }
    .tpl-architect-summary .tpl-bottom-actions .tpl-bottom-action {
        display: block;
        float: left;
        clear: both;
        margin-top: 2px;
        margin-bottom: 2px;
    }
}

/*===============================================*/
/* Summary - Global style for summary view - End */
/*===============================================*/
/*========================*/
/* Hero Full View - Start */
/*========================*/
.tpl-architect-give-full-view .tpl-hero-wrapper {
    position: relative;
    height: 310px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tpl-architect-give-full-view .tpl-hero-wrapper .tpl-hero {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.tpl-architect-give-full-view .tpl-hero-wrapper .tpl-hero table {
    width: 100%;
    height: 310px;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.tpl-architect-give-full-view .tpl-hero-wrapper .tpl-hero table td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.tpl-architect-give-full-view .tpl-hero-wrapper .tpl-hero .tpl-title {
    color: #fff;
}

.tpl-architect-give-full-view .tpl-actions {
    background-color: #eee;
    padding: 15px 0;
}

.tpl-architect-give-full-view .tpl-actions .tpl-funding-wrapper,
.tpl-architect-give-full-view .tpl-actions .tpl-giving-form,
.tpl-architect-give-full-view .tpl-actions .tpl-button-holder,
.tpl-architect-give-full-view .tpl-actions .tpl-action-buttons {
    float: left;
    min-height: 65px;
    padding-right: 28px;
    margin: 15px 0 10px 0;
}

.tpl-architect-give-full-view .tpl-actions .tpl-funding-wrapper {
    width: 46%;
    max-width: 500px;
    min-width: 200px;
}

.tpl-architect-give-full-view .tpl-actions .tpl-giving-form {
    width: 29%;
    max-width: 300px;
    min-width: 220px;
}

.tpl-architect-give-full-view .tpl-actions .tpl-giving-form .tpl-field input,
.tpl-architect-give-full-view .tpl-actions .tpl-giving-form .tpl-amount-submit {
    height: 54px;
    line-height: 54px;
}

.tpl-architect-give-full-view .tpl-actions .tpl-giving-form .tpl-amount-submit {
    margin-right: 28px;
    padding: 0 2px;
}

.tpl-architect-give-full-view .tpl-actions .tpl-button-holder {
    width: 25%;
    min-width: 165px;
    max-width: 255px;
    padding-right: 0;
}

.tpl-architect-give-full-view .tpl-actions .tpl-button-holder .tpl-start-campaign {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background-color: #606060;
    border-color: #606060;
    padding: 0 20px;
}

.tpl-architect-give-full-view .tpl-actions .tpl-action-buttons {
    width: 26%;
    min-width: 190px;
    padding-left: 20px;
    padding-right: 0;
}

.tpl-architect-give-full-view .tpl-main-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tpl-architect-give-full-view .tpl-main-content .tpl-icon-holder {
    float: left;
    width: 30%;
    text-align: center;
    padding-right: 5%;
    margin: 18px 0;
}

.tpl-architect-give-full-view .tpl-main-content .tpl-text-content {
    position: relative;
    float: left;
    width: 70%;
    padding-right: 80px;
}

.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-location {
    font-size: 16px;
    margin: 15px 0;
}

.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-body {
    margin: 15px 0;
}

.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-more-links {
    margin: 15px 0;
}

.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-more-links b {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-more-links div {
    font-size: 14px;
}

.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-more-links div a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 3px 0;
}

.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    padding: 1px 5px;
    margin: 15px 0;
}

.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons .tpl-action-button {
    display: block;
    margin: 10px 3px 15px;
}

.tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons .tpl-pray-button {
    margin-bottom: 11px;
}

.tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form {
    width: 40%;
}

.tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-button-holder {
    width: 25%;
}

.tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-action-buttons {
    width: 35%;
}

.tpl-architect-give-full-view.tpl-no-progress-bar .tpl-main-content .tpl-text-content {
    padding-right: 15px;
}

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

@media (max-width: 800px) {
    .tpl-architect-give-full-view .tpl-hero-wrapper {
        height: 210px;
    }
    .tpl-architect-give-full-view .tpl-hero-wrapper .tpl-hero table {
        height: 210px;
    }
    .tpl-architect-give-full-view .tpl-actions {
        padding-left: 10px;
        padding-right: 15px;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-funding-wrapper {
        float: none;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-giving-form {
        width: 55%;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-button-holder {
        width: 45%;
    }
    .tpl-architect-give-full-view .tpl-main-content {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-text-content {
        padding-right: 10px;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons {
        position: static;
        float: left;
        margin: 3px 0;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons .tpl-action-button {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin: 8px 3px;
    }
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form {
        width: 55%;
    }
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-button-holder {
        width: 45%;
    }
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-action-buttons {
        width: auto;
        padding-left: 0;
        margin: 0;
    }
}

@media (max-width: 550px) {
    .tpl-architect-give-full-view .tpl-main-content {
        text-align: center;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-icon-holder {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-text-content {
        float: none;
        width: 100%;
    }
    .tpl-architect-give-full-view .tpl-main-content .tpl-text-content .tpl-action-buttons {
        float: none;
        background: none;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-giving-form,
    .tpl-architect-give-full-view .tpl-actions .tpl-button-holder,
    .tpl-architect-give-full-view .tpl-actions .tpl-action-buttons,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-button-holder,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-action-buttons {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 8px 0;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-giving-form,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form {
        padding-right: 0;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-giving-form .tpl-amount-submit,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-giving-form .tpl-amount-submit {
        margin-right: 0;
    }
    .tpl-architect-give-full-view .tpl-actions .tpl-action-buttons,
    .tpl-architect-give-full-view.tpl-no-progress-bar .tpl-actions .tpl-action-buttons {
        text-align: center;
        background: none;
        margin: 0;
    }
}

/*======================*/
/* Hero Full View - End */
/*======================*/
/*======================*/
/* Rotator - Start =====*/
/*======================*/
.tpl-architect-rotator .pgwSlideshow {
    float: left;
    width: 73%;
    overflow: hidden;
    background: none;
}

.tpl-architect-rotator .pgwSlideshow .ps-current .ps-prev,
.tpl-architect-rotator .pgwSlideshow .ps-current .ps-next,
.tpl-architect-rotator .pgwSlideshow .ps-list .ps-prev,
.tpl-architect-rotator .pgwSlideshow .ps-list .ps-next {
    width: 24px;
    height: 24px;
    top: 50%;
    background: none;
    border: none;
    z-index: 4;
    padding: 0;
    margin-top: -10px;
}

.tpl-architect-rotator .pgwSlideshow .ps-current .ps-prev .ps-prevIcon,
.tpl-architect-rotator .pgwSlideshow .ps-current .ps-prev .ps-nextIcon,
.tpl-architect-rotator .pgwSlideshow .ps-current .ps-next .ps-prevIcon,
.tpl-architect-rotator .pgwSlideshow .ps-current .ps-next .ps-nextIcon,
.tpl-architect-rotator .pgwSlideshow .ps-list .ps-prev .ps-prevIcon,
.tpl-architect-rotator .pgwSlideshow .ps-list .ps-prev .ps-nextIcon,
.tpl-architect-rotator .pgwSlideshow .ps-list .ps-next .ps-prevIcon,
.tpl-architect-rotator .pgwSlideshow .ps-list .ps-next .ps-nextIcon {
    border: none;
}

.tpl-architect-rotator .pgwSlideshow .ps-current .ps-prev .ps-prevIcon:before,
.tpl-architect-rotator .pgwSlideshow .ps-current .ps-prev .ps-nextIcon:before,
.tpl-architect-rotator .pgwSlideshow .ps-current .ps-next .ps-prevIcon:before,
.tpl-architect-rotator .pgwSlideshow .ps-current .ps-next .ps-nextIcon:before,
.tpl-architect-rotator .pgwSlideshow .ps-list .ps-prev .ps-prevIcon:before,
.tpl-architect-rotator .pgwSlideshow .ps-list .ps-prev .ps-nextIcon:before,
.tpl-architect-rotator .pgwSlideshow .ps-list .ps-next .ps-prevIcon:before,
.tpl-architect-rotator .pgwSlideshow .ps-list .ps-next .ps-nextIcon:before {
    border-color: #606060;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    position: relative;
    vertical-align: top;
    transform: rotate(-135deg);
    margin-left: 7px;
}

.tpl-architect-rotator .pgwSlideshow .ps-current .ps-next .ps-nextIcon:before,
.tpl-architect-rotator .pgwSlideshow .ps-list .ps-next .ps-nextIcon:before {
    transform: rotate(45deg);
    margin-left: 0;
    margin-right: 7px;
}

.tpl-architect-rotator .pgwSlideshow .ps-current {
    overflow: visible;
    margin: 0 28px;
}

.tpl-architect-rotator .pgwSlideshow .ps-current .ps-prev {
    left: -25px;
}

.tpl-architect-rotator .pgwSlideshow .ps-current .ps-next {
    right: -25px;
}

.tpl-architect-rotator .pgwSlideshow .ps-current .ps-caption {
    display: none !important;
}

.tpl-architect-rotator .pgwSlideshow .ps-current > ul {
    padding: 0;
    margin: 0;
}

.tpl-architect-rotator .pgwSlideshow .ps-current > ul > li > a {
    position: relative;
    display: block;
}

.tpl-architect-rotator .pgwSlideshow .ps-current > ul > li > a:before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tpl-architect-rotator .pgwSlideshow .ps-current > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1;
    color: #eee;
    z-index: 2;
    /* above tpl-color-overlay */
    font-size: 35px;
    margin-top: -15px;
    margin-left: -15px;
}

.tpl-architect-rotator .pgwSlideshow .ps-current > ul > li img {
    width: 100%;
    height: auto;
}

.tpl-architect-rotator .pgwSlideshow .ps-current > ul > li .tpl-architect-rotator-video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 0;
}

.tpl-architect-rotator .pgwSlideshow .ps-list {
    border: none;
    box-shadow: none;
    background: none;
}

.tpl-architect-rotator .pgwSlideshow .ps-list li img {
    border: none;
    width: 70px;
    height: 50px;
}

.tpl-architect-rotator .pgwSlideshow .ps-list li .ps-item {
    margin: 10px 5px;
}

.tpl-architect-rotator .pgwSlideshow .ps-list li .ps-item.ps-selected {
    border: 3px solid #000099;
}

.tpl-architect-rotator .pgwSlideshow .ps-list li .ps-item.ps-selected .tpl-architect-rotator-item {
    margin-bottom: -6px;
}

.tpl-architect-rotator .pgwSlideshow .ps-list li .ps-item.ps-selected img {
    margin: 0;
}

.tpl-architect-rotator .tpl-architect-rotator-summary {
    float: right;
    width: 27%;
    padding-left: 20px;
}

.tpl-architect-rotator .tpl-architect-rotator-summary .tpl-summary {
    text-align: justify;
}

.tpl-architect-rotator .tpl-architect-rotator-summary .tpl-button-holder {
    text-align: center;
    margin: 20px 0;
}

.tpl-architect-rotator .tpl-architect-rotator-video-source,
.tpl-architect-rotator .tpl-architect-rotator-summary-source {
    display: none;
}

.tpl-architect-rotator.title-align-center .tpl-architect-rotator-summary .tpl-title {
    text-align: center;
}

.tpl-architect-rotator.body-align-center .tpl-architect-rotator-summary .tpl-summary {
    text-align: center;
}

@media (max-width: 860px) {
    .tpl-architect-rotator .pgwSlideshow {
        width: 100%;
        float: none;
    }
    .tpl-architect-rotator .tpl-architect-rotator-summary {
        width: 100%;
        float: none;
        text-align: center;
        padding: 24px 10px 10px;
    }
    .tpl-architect-rotator .tpl-architect-rotator-summary .tpl-summary {
        text-align: center;
    }
}

/*======================*/
/* Rotator - End =======*/
/*======================*/
/* Responsive - Global at 800px */
@media (max-width: 800px) {
    h1 {
        font-size: 37px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 21px;
    }
    h5 {
        font-size: 22px;
    }
    h6 {
        font-size: 22px;
    }
    input[type=text],
    input[type=email],
    input[type=password],
    input[type=number],
    input[type=numeric],
    input[type=card],
    input[type=phone],
    input[type=file],
    select {
        font-size: 13px;
        height: 36px;
        line-height: 36px;
    }
    .tpl-button, .tpl-button-small,
    button.tpl-button-small,
    a.tpl-button-small,
    input.tpl-button-small[type="button"],
    input.tpl-button-small[type="submit"],
    input.tpl-button-small[type="reset"],
    a.tpl-button,
    a.tpl-button-small,
    .appointee-button,
    button,
    button.edit,
    .ui-widget button,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        font-size: 13px;
        height: 36px;
        line-height: 36px;
    }
}

/* Responsive - Global at 400px */

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

/*====================================*/
/* Module / Component pages positions */
/*====================================*/
.tpl-centered, .tpl-centered-1440, .tpl-centered-1220, .tpl-centered-1000, .tpl-centered-960, .tpl-centered-900, .tpl-centered-850, .tpl-centered-800, .tpl-centered-770, .tpl-centered-750, .tpl-centered-730, .tpl-centered-710, .tpl-centered-650, .tpl-centered-without-side-padding.tpl-centered-1000, .tpl-centered-without-side-padding.tpl-centered-960, .tpl-centered-without-side-padding.tpl-centered-900, .tpl-centered-without-side-padding.tpl-centered-850, .tpl-centered-without-side-padding.tpl-centered-800, .tpl-centered-without-side-padding.tpl-centered-770, .tpl-centered-without-side-padding.tpl-centered-750, .tpl-centered-without-side-padding.tpl-centered-730, .tpl-centered-without-side-padding.tpl-centered-710, .tpl-centered-without-side-padding.tpl-centered-650 {
    max-width: 4000px;
    padding: 0 10px;
    margin: 0 auto;
}

.tpl-centered-1440 {
    max-width: 1460px;
}

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

.tpl-centered-1000 {
    max-width: 1020px;
}

.tpl-centered-960 {
    max-width: 980px;
}

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

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

.tpl-centered-800 {
    max-width: 820px;
}

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

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

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

.tpl-centered-710 {
    max-width: 730px;
}

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

.tpl-centered-without-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tpl-centered-without-side-padding.tpl-centered-1440 {
    max-width: 1440px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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, .tpl-col-1-5, .tpl-col-2-5, .tpl-col-3-5, .tpl-col-4-5 {
    display: block;
    float: left;
}

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

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

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

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

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

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

/* GRID OF FIVE */
.tpl-col-1-5 {
    width: 20%;
}

.tpl-col-2-5 {
    width: 40%;
}

.tpl-col-3-5 {
    width: 60%;
}

.tpl-col-4-5 {
    width: 80%;
}

@media (max-width: 980px) {
    .tpl-col-1-4 {
        width: 50%;
    }
    .tpl-col-1-5 {
        width: 40%;
    }
    .tpl-col-4-5 {
        width: 60%;
    }
}

@media (max-width: 800px) {
    .tpl-left-half,
    .tpl-right-half,
    .tpl-col-1-2,
    .tpl-col-1-3,
    .tpl-col-2-3,
    .tpl-col-2-4,
    .tpl-col-3-4,
    .tpl-col-1-5,
    .tpl-col-4-5 {
        float: none;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .tpl-col-1-4,
    .tpl-col-2-5,
    .tpl-col-3-5 {
        float: none;
        width: 100%;
    }
}

/*===============================*/
/* HEADER =======================*/
/*===============================*/
.tpl-section-header {
    background: #fff;
    position: relative;
}

.tpl-section-header .tpl-section-header-search {
    background: #c00000;
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -ms-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
    display: none;
    /*&.open {
            margin-top: 0;
        }*/
}

.tpl-section-header .tpl-section-header-search .tpl-section-header-search-inner {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding: 8px;
    padding-right: 35px;
}

.tpl-section-header .tpl-section-header-search .tpl-close-search {
    display: block;
    width: 16px;
    height: 16px;
    border: solid 1px #ffffff;
    position: absolute;
    top: 19px;
    right: 12px;
    color: #fff;
}

.tpl-section-header .tpl-section-header-search .tpl-close-search:before {
    font-family: "FontAwesome";
    font-size: 10px;
    display: block;
    width: 14px;
    height: 15px;
    content: '\f00d';
    color: #fff;
    text-align: center;
    line-height: 13px;
}

.tpl-section-header .tpl-shadow-right {
    text-align: right;
}

.tpl-section-header .tpl-section-header-inner {
    width: 100%;
    max-width: 960px;
    padding: 10px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.tpl-section-header .tpl-section-header-inner .tpl-header-left {
    padding: 0 7px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.tpl-section-header .tpl-section-header-inner .tpl-header-right {
    padding: 0;
    padding-left: 20px;
}

.tpl-section-header .tpl-section-header-inner .tpl-header-triggers {
    padding: 0;
}

.tpl-section-header .tpl-section-header-inner .tpl-header-triggers a {
    width: 24px;
    height: 24px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-align: center;
    margin: 0;
}

.tpl-section-header .tpl-section-header-inner .tpl-header-triggers a:after {
    font-family: "FontAwesome";
    font-size: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #9ea9ba;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .tpl-section-header .tpl-section-header-inner .tpl-header-triggers a.tpl-user-menu-trigger {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
    }
}

.tpl-section-header .tpl-section-header-inner .tpl-header-triggers a.tpl-user-menu-trigger:after {
    content: '\f007';
}

.tpl-section-header .tpl-section-header-inner .tpl-header-triggers a.tpl-mobile-menu-trigger {
    display: none;
}

@media screen and (max-width: 900px) {
    .tpl-section-header .tpl-section-header-inner .tpl-header-triggers a.tpl-mobile-menu-trigger {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
    }
}

.tpl-section-header .tpl-section-header-inner .tpl-header-triggers a.tpl-mobile-menu-trigger:after {
    content: '\f0c9';
}

.tpl-section-header .tpl-section-header-inner .tpl-header-triggers a.tpl-search-trigger:after {
    content: '\f002';
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    position: absolute;
    top: 60px;
    right: 5px;
    background: #f1e4d9;
    z-index: 105;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

@media screen and (max-width: 900px) {
    .tpl-section-header .tpl-section-header-inner .tpl-user-menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu.open {
    visibility: visible;
    opacity: 1;
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu .tpl-anchor {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f1e4d9 transparent;
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu .tpl-user-menu-inner {
    padding: 20px;
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu .tpl-user-menu-footer {
    background: #ecd7c3;
    padding: 15px 20px;
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu .tpl-user-menu-footer .tpl-help {
    display: block;
    font-size: 22px;
    line-height: 39px;
    color: #c00000;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    float: left;
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu .tpl-user-menu-footer .tpl-close {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-color: #c00000;
    border: 2px solid #f6343f;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    line-height: normal;
    color: #fff;
    padding: 8px 18px;
    display: block;
    float: right;
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu.tpl-user-logged-in {
    width: 200px;
    left: auto;
    right: 66px;
}

@media screen and (max-width: 900px) {
    .tpl-section-header .tpl-section-header-inner .tpl-user-menu.tpl-user-logged-in {
        width: 100%;
        right: 0;
    }
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu.tpl-user-logged-in .tpl-anchor {
    left: 50%;
    margin-left: -10px;
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu.tpl-user-logged-in .tpl-user-menu-inner {
    padding: 10px 20px;
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu.tpl-user-logged-in .tpl-user-menu-footer {
    text-align: center;
}

.tpl-section-header .tpl-section-header-inner .tpl-user-menu.tpl-user-logged-in .tpl-user-menu-footer .tpl-close {
    display: inline-block;
    float: none;
}

@media screen and (max-width: 900px) {
    .tpl-section-header .tpl-section-header-inner .tpl-user-menu, .tpl-section-header .tpl-section-header-inner .tpl-user-menu.tpl-user-logged-in {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

.tpl-section-header .tpl-section-header-inner .tpl-social-menu {
    height: 32px;
    position: absolute;
    bottom: -32px;
    right: 0;
    z-index: 55;
}

@media screen and (max-width: 900px) {
    .tpl-section-header .tpl-section-header-inner .tpl-social-menu {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .tpl-section-header .tpl-section-header-inner .tpl-menus-menu-social-icons {
        display: none;
    }
}

.tpl-section-header .tpl-header-bottom {
    position: absolute;
    padding: 0;
    left: 0;
    right: 0;
    bottom: -60px;
    height: 60px;
    z-index: 100;
    background: -moz-linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.75) 1%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.75) 1%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.75) 1%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}

.tpl-section-header .tpl-header-bottom .tpl-header-bottom-inner {
    width: 100%;
    max-width: 960px;
    padding: 10px;
    margin: auto;
}

@media screen and (max-width: 900px) {
    .tpl-section-header .tpl-header-bottom {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        visibility: hidden;
        opacity: 0;
        padding: 0;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }
    .tpl-section-header .tpl-header-bottom.open {
        visibility: visible;
        opacity: 1;
    }
    .tpl-section-header .tpl-header-bottom .tpl-header-bottom-inner {
        padding: 0;
    }
}

/*===============================*/
/* BODY =========================*/
/*===============================*/
body {
    background-color: #eee;
}

.tpl-section-body-wrapper {
    background-color: #fff;
}

/*===============================*/
/* FOOTER =======================*/
/*===============================*/
.tpl-section-footer-wrapper {
    background: #262421 url("../img/footer-bg.jpg") repeat;
    padding-bottom: 33px;
}

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

.tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-left .tpl-menus-menu-vertical-menu {
    float: left;
    width: 75%;
}

.tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-left .tpl-architect-static-title-only,
.tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-left .tpl-architect-static-body-only {
    float: left;
    width: 25%;
}

.tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-left .tpl-architect-static-title-only {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 25px 0 9px;
}

.tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-left .tpl-architect-static-body-only {
    font-size: 10px;
    color: #fff;
    line-height: 1.5;
}

.tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-right {
    float: left;
    width: 30%;
    text-align: right;
    padding-left: 10px;
}

.tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-right .tpl-architect-static-body-only {
    padding-top: 25px;
}

.tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-right .tpl-architect-static-body-only img {
    vertical-align: top;
    margin: 5px 3px;
}

@media (max-width: 640px) {
    .tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-left,
    .tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-right {
        float: none;
        width: 100%;
        clear: both;
        padding-right: 0;
        padding-left: 0;
    }
    .tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-right {
        text-align: center;
    }
    .tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-right .tpl-architect-static-body-only {
        padding-top: 0;
    }
}

@media (max-width: 490px) {
    .tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-left {
        padding-bottom: 20px;
    }
    .tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-left .tpl-menus-menu-vertical-menu,
    .tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-left .tpl-architect-static-title-only,
    .tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-left .tpl-architect-static-body-only {
        float: none;
        width: 100%;
    }
    .tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer-left .tpl-architect-static-title-only {
        margin-top: 10px;
    }
}

@media (max-width: 350px) {
    .tpl-section-footer-wrapper .tpl-section-footer {
        text-align: center;
    }
    .tpl-section-footer-wrapper .tpl-section-footer .tpl-position-footer .tpl-menus-menu-social-icons {
        margin: 0 auto;
    }
}

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

.tpl-architect-article-full-view .tpl-image-and-buttons {
    float: left;
    width: 36%;
    padding-top: 10px;
    padding-right: 27px;
}

.tpl-architect-article-full-view .tpl-image-and-buttons .tpl-action-buttons {
    text-align: right;
    margin: 20px 0;
}

.tpl-architect-article-full-view .tpl-content {
    float: left;
    width: 64%;
    text-align: center;
}

.tpl-architect-article-full-view .tpl-content .tpl-title {
    line-height: 1;
    margin: 0 0 10px;
}

.tpl-architect-article-full-view .tpl-content .tpl-summary {
    text-align: justify;
    margin: 20px 0;
}

.tpl-architect-article-full-view .tpl-content .tpl-button-holder {
    margin: 20px 0;
}

.tpl-architect-article-full-view.tpl-with-tall-image .tpl-image-and-buttons .tpl-image-holder {
    display: none;
}

@media (max-width: 650px) {
    .tpl-architect-article-full-view {
        text-align: center;
    }
    .tpl-architect-article-full-view .tpl-image-and-buttons {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .tpl-architect-article-full-view .tpl-image-and-buttons .tpl-action-buttons {
        text-align: center;
    }
    .tpl-architect-article-full-view .tpl-content {
        float: none;
        width: 100%;
    }
    .tpl-architect-article-full-view.tpl-with-tall-image .tpl-image-and-buttons .tpl-image-holder {
        display: block;
    }
    .tpl-architect-article-full-view.tpl-with-tall-image .tpl-image-and-buttons .tpl-image-holder-tall {
        display: none;
    }
}

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

.tpl-architect-article-body-only-popup {
    display: none;
}

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

/* Style is in global.scss */
.tpl-architect-article-vertical-summary {
    text-align: center;
    /*.tpl-retain-ratio {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 77.42%;
    }

    .tpl-image-holder {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }*/
}

.tpl-architect-article-vertical-summary .tpl-image-holder.tpl-without-image {
    opacity: 0;
}

.tpl-architect-article-vertical-summary .tpl-content .tpl-title-and-summary {
    min-height: 100px;
}

.tpl-architect-article-vertical-summary .tpl-content .tpl-title {
    margin: 10px 0 15px;
}

.tpl-architect-article-vertical-summary .tpl-content .tpl-button-holder {
    margin: 20px 0;
}

.tpl-architect-article-vertical-summary .tpl-content .tpl-button-holder a {
    text-transform: uppercase;
}

.tpl-architect-article-vertical-summary .tpl-content .tpl-action-buttons-bottom {
    margin-top: 30px;
}

/* In 1/2 column wrapper */
.child-items-1-2 .tpl-architect-article-vertical-summary .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 35px;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    color: #000066;
    margin: 10px 0;
}

.child-items-1-2 .tpl-architect-article-vertical-summary .tpl-content .tpl-action-buttons {
    text-align: left;
}

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

.tpl-architect-article-wide-summary .tpl-image-and-buttons {
    float: left;
    width: 36%;
    padding-top: 10px;
    padding-right: 27px;
}

.tpl-architect-article-wide-summary .tpl-image-and-buttons .tpl-action-buttons {
    text-align: right;
    margin: 20px 0;
}

.tpl-architect-article-wide-summary .tpl-content {
    float: left;
    width: 64%;
    text-align: center;
}

.tpl-architect-article-wide-summary .tpl-content .tpl-title {
    line-height: 1;
    margin: 0 0 10px;
}

.tpl-architect-article-wide-summary .tpl-content .tpl-summary {
    text-align: justify;
    margin: 20px 0;
}

.tpl-architect-article-wide-summary .tpl-content .tpl-button-holder {
    margin: 20px 0;
}

.tpl-architect-article-wide-summary.published-as-folder {
    position: relative;
    padding: 30px 0 20px;
    margin-top: -2px;
}

.tpl-architect-article-wide-summary.published-as-folder:before, .tpl-architect-article-wide-summary.published-as-folder:after {
    content: " ";
    width: 100%;
    display: block;
    height: 2px;
    background-color: #606060;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(40%, #606060), color-stop(60%, #606060), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: -moz-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: -o-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    position: absolute;
    left: 0;
}

.tpl-architect-article-wide-summary.published-as-folder:before {
    top: 0;
}

.tpl-architect-article-wide-summary.published-as-folder:after {
    bottom: 0;
}

@media (max-width: 650px) {
    .tpl-architect-article-wide-summary {
        text-align: center;
    }
    .tpl-architect-article-wide-summary .tpl-image-and-buttons {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .tpl-architect-article-wide-summary .tpl-image-and-buttons .tpl-action-buttons {
        text-align: center;
    }
    .tpl-architect-article-wide-summary .tpl-content {
        float: none;
        width: 100%;
    }
}

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

.tpl-architect-article-wide-summary .tpl-ebook-author, .tpl-architect-article-full-view .tpl-ebook-author {
    font-family: "PT Sans", sans-serif;
    text-align: right;
    font-style: italic;
    font-weight: 700;
    color: #000;
    font-size: 15px;
}

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

.tpl-architect-devotional-archives {
    position: relative;
    padding: 7px 120px 25px 0;
    margin: 20px 0;
}

.tpl-architect-devotional-archives .tpl-content .tpl-scripture-info {
    margin: 10px 0 5px;
}

.tpl-architect-devotional-archives .tpl-content .tpl-scripture-info span {
    font-size: 18pt;
    color: #000066;
}

.tpl-architect-devotional-archives .tpl-content .tpl-scripture-info .tpl-month-day {
    font-weight: 700;
}

.tpl-architect-devotional-archives .tpl-content .tpl-scripture-info .tpl-scripture-address {
    font-style: italic;
    white-space: nowrap;
}

.tpl-architect-devotional-archives .tpl-content .tpl-title {
    line-height: 1;
    margin: 0 0 15px;
}

.tpl-architect-devotional-archives .tpl-content .tpl-title a {
    color: #000066;
}

.tpl-architect-devotional-archives .tpl-content .tpl-summary {
    margin: 15px 0;
}

.tpl-architect-devotional-archives .tpl-button-holder {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    text-align: right;
    margin: 5px 0 44px;
}

.tpl-architect-devotional-archives .tpl-line-separator {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 650px) {
    .tpl-architect-devotional-archives {
        padding-right: 0;
    }
    .tpl-architect-devotional-archives .tpl-button-holder {
        position: static;
        width: auto;
        text-align: left;
        margin: 10px 0;
    }
}

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

.tpl-architect-founder-list {
    display: block;
    color: #666666;
    font-size: 14pt;
    line-height: 1.1;
    padding: 5px 20px 5px 10px;
}

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

.tpl-architect-project-hero {
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 20px 40px;
}

.tpl-architect-project-hero .tpl-content-holder {
    max-width: 600px;
    margin: 0 auto;
}

.tpl-architect-project-hero .tpl-title {
    text-align: center;
    line-height: 1;
    margin: 10px 0 20px;
}

.tpl-architect-project-hero .tpl-subtitle {
    text-align: center;
    margin: 20px 0;
}

.tpl-architect-project-hero .tpl-giving-form {
    max-width: 400px;
    margin: 20px auto;
}

.tpl-architect-project-hero #tester {
    display: none;
}

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

.tpl-architect-project-detail {
    padding: 30px 20px 40px;
}

.tpl-architect-project-detail .tpl-content-holder {
    max-width: 1000px;
    margin: 0 auto;
}

.tpl-architect-project-detail .tpl-title {
    text-align: center;
    line-height: 1;
    margin: 10px 0 20px;
}

.tpl-architect-project-detail .tpl-subtitle {
    text-align: center;
    margin: 20px 0;
}

.tpl-architect-project-detail .tpl-giving-form {
    max-width: 400px;
    margin: 20px auto;
}

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

.tpl-architect-radio-vertical-summary .tpl-content .tpl-action-buttons .tpl-button-small {
    font-size: 13px;
    color: #fff;
    border-color: #000033;
    background-color: #000033;
    height: auto;
    line-height: normal;
    padding: 1px 5px;
    margin-bottom: 5px;
}

.tpl-architect-radio-vertical-summary .tpl-content .tpl-action-buttons .tpl-podcast-link {
    color: #000033;
}

.tpl-architect-radio-vertical-summary .tpl-content .tpl-action-buttons .tpl-podcast-link i {
    vertical-align: top;
    font-size: 12px;
    margin-top: 4px;
}

.tpl-architect-radio-vertical-summary .tpl-content .tpl-action-buttons .tpl-podcast-link .tpl-podcast-icon-left {
    transform: rotate(-90deg);
}

.tpl-architect-radio-vertical-summary .tpl-content .tpl-action-buttons .tpl-podcast-link .tpl-podcast-icon-right {
    transform: rotate(90deg);
    margin-left: -8px;
}

.tpl-architect-radio-vertical-summary .tpl-content .tpl-action-buttons .tpl-action-button {
    display: block;
    border: none;
    padding: 0;
    margin: 3px 0;
}

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

/* Style is in global.scss */
.tpl-architect-radio-wide-summary .tpl-content .tpl-date {
    border-right: 3px solid #000033;
    padding-right: 10px;
    margin-right: 8px;
}

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

.tpl-responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.tpl-responsive-table th, .tpl-responsive-table td {
    text-align: left;
    color: #303030;
    line-height: 1.1;
    border-bottom: 1px solid #303030;
    padding: 8px 10px;
}

.tpl-responsive-table th {
    font-weight: 700;
    padding-bottom: 15px;
}

@media (max-width: 730px) {
    .tpl-responsive-table tr {
        display: block;
        border-bottom: 1px solid #303030;
    }
    .tpl-responsive-table tr.tpl-data-row {
        float: left;
        width: 50%;
        padding: 12px 5px;
    }
    .tpl-responsive-table th {
        display: none;
    }
    .tpl-responsive-table td {
        display: block;
        border-bottom: none;
        padding: 5px 6px;
    }
    .tpl-responsive-table td:before {
        display: inline-block;
        min-width: 135px;
        content: attr(data-th) ": ";
        font-weight: 700;
    }
}

@media (max-width: 580px) {
    .tpl-responsive-table tr.tpl-data-row {
        float: none;
        width: 100%;
    }
}

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

.tpl-architect-video-full-view .tpl-body .tpl-left-side {
    float: left;
    width: 66.6666%;
    padding-right: 20px;
}

.tpl-architect-video-full-view .tpl-body .tpl-right-side {
    float: right;
    width: 33.3333%;
    padding-left: 20px;
}

.tpl-architect-video-full-view .tpl-content {
    float: left;
    width: 25%;
    min-width: 200px;
}

.tpl-architect-video-full-view .tpl-content .tpl-title {
    line-height: 1;
    margin: 0 0 15px;
}

.tpl-architect-video-full-view .tpl-content .tpl-body {
    margin: 10px 0;
}

.tpl-architect-video-full-view .tpl-content .tpl-action-buttons {
    margin: 10px 0;
}

.tpl-architect-video-full-view .tpl-content .tpl-scripture a {
    color: #303030;
    text-decoration: underline;
}

.tpl-architect-video-full-view .tpl-date {
    display: block;
    color: #000033;
    font-size: 14pt;
    margin: -7px 0 10px 1px;
}

.tpl-architect-video-full-view .tpl-video-content {
    float: right;
    width: 75%;
    padding-left: 20px;
}

.tpl-architect-video-full-view .tpl-video-content .tpl-video-holder iframe {
    width: 100%;
    min-height: 420px;
}

.tpl-architect-video-full-view .tpl-video-content .tpl-video-holder p {
    display: none;
}

.tpl-architect-video-full-view.tpl-2-3-spacing .tpl-content {
    width: 33.33%;
}

.tpl-architect-video-full-view.tpl-2-3-spacing .tpl-video-content {
    width: 66.66%;
}

.tpl-architect-video-full-view.title-align-center .tpl-content .tpl-title {
    text-align: center;
}

.tpl-architect-video-full-view.body-align-center .tpl-content .tpl-body {
    text-align: center;
}

.tpl-architect-video-full-view.tpl-content-right .tpl-content {
    float: right;
}

.tpl-architect-video-full-view.tpl-content-right .tpl-video-content {
    float: left;
    padding-left: 0;
    padding-right: 20px;
}

.tpl-architect-video-full-view.tpl-vertical-full-view .tpl-title {
    margin: 0 0 10px;
}

.tpl-architect-video-full-view.tpl-vertical-full-view .tpl-scripture {
    margin: 0 0 20px;
}

.tpl-architect-video-full-view.tpl-vertical-full-view .tpl-scripture a {
    color: #303030;
    text-decoration: underline;
}

.tpl-architect-video-full-view.tpl-vertical-full-view .tpl-content {
    float: none;
    width: 100%;
}

.tpl-architect-video-full-view.tpl-vertical-full-view .tpl-content .tpl-body {
    margin: 20px 0;
}

.tpl-architect-video-full-view.tpl-vertical-full-view .tpl-video-content {
    float: none;
    padding-left: 0;
    width: 100%;
}

@media (max-width: 870px) {
    .tpl-architect-video-full-view .tpl-body .tpl-left-side {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .tpl-architect-video-full-view .tpl-body .tpl-right-side {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
    }
    .tpl-architect-video-full-view .tpl-content {
        width: 33.33%;
    }
    .tpl-architect-video-full-view .tpl-video-content {
        width: 66.66%;
    }
    .tpl-architect-video-full-view .tpl-date {
        font-size: 12pt;
    }
}

@media (max-width: 650px) {
    .tpl-architect-video-full-view .tpl-content,
    .tpl-architect-video-full-view.tpl-2-3-spacing .tpl-content {
        width: 100%;
    }
    .tpl-architect-video-full-view .tpl-video-content,
    .tpl-architect-video-full-view.tpl-2-3-spacing .tpl-video-content {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 0;
    }
    .tpl-architect-video-full-view .tpl-video-content .tpl-video-holder iframe,
    .tpl-architect-video-full-view.tpl-2-3-spacing .tpl-video-content .tpl-video-holder iframe {
        min-height: 100px;
    }
    .tpl-architect-video-full-view.tpl-vertical-full-view .tpl-video-content,
    .tpl-architect-video-full-view.tpl-2-3-spacing.tpl-vertical-full-view .tpl-video-content {
        padding-bottom: 0;
    }
}

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

.tpl-architect-video-list-view {
    position: relative;
    padding-left: 95px;
    margin: 10px 0;
}

.tpl-architect-video-list-view .tpl-color-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.tpl-architect-video-list-view .tpl-image-holder {
    display: block;
    width: 75px;
    position: absolute;
    left: 0;
    right: 0;
}

.tpl-architect-video-list-view .tpl-image-holder.tpl-video-thumbnail:after {
    font-size: 25px;
    margin-top: -13px;
}

.tpl-architect-video-list-view .tpl-content {
    min-height: 60px;
}

.tpl-architect-video-list-view .tpl-content .tpl-title {
    font-size: 14pt;
    line-height: 1.1;
    margin: 3px 0 2px;
}

.tpl-architect-video-list-view .tpl-content .tpl-title a {
    color: #000066;
}

.tpl-architect-video-list-view .tpl-content .tpl-full-view-link {
    font-size: 14pt;
    text-decoration: underline;
}

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

/* Style is in global.scss */
.tpl-architect-video-vertical-summary .tpl-content .tpl-date {
    min-height: 31px;
    font-size: 18pt;
    font-weight: 700;
}

.tpl-architect-video-vertical-summary .tpl-content .tpl-title {
    margin: 15px 0;
}

.tpl-architect-video-vertical-summary .tpl-content .tpl-summary {
    text-align: justify;
}

.tpl-architect-video-vertical-summary .tpl-content .tpl-button-holder {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.tpl-architect-video-vertical-summary .tpl-content .tpl-action-buttons {
    text-align: left;
}

.tpl-architect-video-vertical-summary.title-align-center .tpl-content .tpl-title {
    text-align: center;
}

.tpl-architect-video-vertical-summary.body-align-center .tpl-content .tpl-summary {
    text-align: center;
}

.left-half-wrapper .tpl-architect-video-vertical-summary .tpl-content .tpl-title-and-summary,
.right-half-wrapper .tpl-architect-video-vertical-summary .tpl-content .tpl-title-and-summary,
.tpl-col-1-2 .tpl-architect-video-vertical-summary .tpl-content .tpl-title-and-summary,
.child-items-1-2 .tpl-architect-video-vertical-summary .tpl-content .tpl-title-and-summary {
    min-height: 125px;
}

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

.tpl-architect-video-video-only .tpl-video-content {
    width: 100%;
}

.tpl-architect-video-video-only .tpl-video-content .tpl-video-holder iframe {
    width: 100%;
    min-height: 420px;
}

.tpl-architect-video-video-only .tpl-video-content .tpl-video-holder p {
    display: none;
}

@media (max-width: 650px) {
    .tpl-architect-video-video-only .tpl-video-content .tpl-video-holder iframe {
        min-height: 100px;
    }
}

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

.tpl-architect-static-body-only.serif-text {
    font-family: "Crimson Text", serif;
    font-size: 18pt;
    line-height: 1.5;
    color: #666666;
}

.tpl-architect-static-body-only.white-text {
    color: #fff;
}

.tpl-architect-static-body-only.subtitle-text {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    font-style: italic;
    color: #000066;
}

.tpl-header-left .tpl-architect-static-body-only {
    margin: 13px 0 10px;
}

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

.tpl-architect-static-body-only-popup {
    display: none;
}

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

.tpl-architect-static-image-only.big-logo {
    max-height: 345px;
    overflow: hidden;
}

.tpl-architect-static-image-only.big-logo .tpl-image-holder {
    display: block;
    background-image: -webkit-gradient(radial, 800px 800px, 0, 800px 800px, 250, color-stop(12%, #ffffff), color-stop(100%, transparent));
    background-image: -webkit-radial-gradient(800px 800px, #ffffff 30px, transparent 250px);
    background-image: -moz-radial-gradient(800px 800px, #ffffff 30px, transparent 250px);
    background-image: -o-radial-gradient(800px 800px, #ffffff 30px, transparent 250px);
    background-image: radial-gradient(800px 800px, #ffffff 30px, transparent 250px);
    padding: 170px 0;
}

.tpl-header-left .tpl-architect-static-image-only {
    height: 70px;
}

.tpl-header-left .tpl-architect-static-image-only .tpl-image-holder {
    height: 100%;
    line-height: 70px;
}

@media (max-width: 700px) {
    .tpl-architect-static-image-only.big-logo .tpl-image-holder {
        padding: 15px 0 0;
    }
}

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

.tpl-architect-static-promo {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tpl-architect-static-promo .tpl-image-holder {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tpl-architect-static-promo .tpl-content-holder {
    float: left;
    width: 44%;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0;
    padding: 10px;
    margin-left: 80px;
}

.tpl-architect-static-promo .tpl-content-holder .tpl-subtitle,
.tpl-architect-static-promo .tpl-content-holder .tpl-title,
.tpl-architect-static-promo .tpl-content-holder .tpl-body,
.tpl-architect-static-promo .tpl-content-holder .tpl-button-white {
    color: #fff;
}

.tpl-architect-static-promo .tpl-content-holder .tpl-subtitle {
    font-style: normal;
    letter-spacing: 2px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-size: 17px;
    margin: 5px 0;
}

.tpl-architect-static-promo .tpl-content-holder .tpl-title {
    font-size: 30px;
    line-height: 1;
    margin: 8px 0 10px;
}

.tpl-architect-static-promo .tpl-content-holder .tpl-button-white {
    border-color: #fff;
}

.tpl-architect-static-promo .tpl-content-holder .tpl-button-holder {
    text-align: center;
    margin: 15px 0 10px;
}

.tpl-architect-static-promo .tpl-view-shadow {
    position: absolute;
    height: 40px;
    width: 100%;
    bottom: -40px;
    left: 0;
    right: 0;
}

.tpl-architect-static-promo.hide-shadow .tpl-view-shadow {
    display: none;
}

.tpl-architect-static-promo.content-on-right-side .tpl-content-holder {
    float: right;
    width: 48%;
    margin-left: 0;
    margin-right: 5px;
}

.tpl-architect-static-promo.content-centered {
    text-align: center;
}

.tpl-architect-static-promo.content-centered .tpl-content-holder {
    float: none;
    width: 100%;
    max-width: 800px;
    padding: 30px 20px;
    margin: 0 auto;
}

.tpl-architect-static-promo.content-centered .tpl-content-holder .tpl-body {
    margin: 15px 0 25px;
}

.tpl-architect-static-promo.text-color-dark .tpl-subtitle,
.tpl-architect-static-promo.text-color-dark .tpl-title,
.tpl-architect-static-promo.text-color-dark .tpl-button-white {
    color: #000066;
}

.tpl-architect-static-promo.text-color-dark .tpl-body {
    color: #303030;
}

.tpl-architect-static-promo.text-color-dark .tpl-button-white {
    border-color: #000066;
}

.tpl-architect-static-promo.overlap-top {
    position: absolute;
    top: 0;
    z-index: 3;
    margin-top: -85px;
}

.tpl-architect-static-promo.overlap-bottom {
    position: absolute;
    top: 0;
    z-index: 3;
    margin-bottom: -85px;
}

.tpl-architect-static-promo.overlap-space-top {
    padding-top: 85px;
}

.tpl-architect-static-promo.overlap-space-bottom {
    padding-bottom: 85px;
}

@media (max-width: 900px) {
    .tpl-architect-static-promo.content-on-left-side .tpl-content-holder {
        width: 51%;
        margin-left: 40px;
    }
}

@media (max-width: 700px) {
    .tpl-architect-static-promo.overlap-top {
        position: static;
        margin-top: 0;
    }
    .tpl-architect-static-promo.overlap-bottom {
        position: static;
        margin-bottom: 0;
    }
    .tpl-architect-static-promo.overlap-space-top {
        padding-top: 0;
    }
    .tpl-architect-static-promo.overlap-space-bottom {
        padding-bottom: 0;
    }
}

@media (max-width: 530px) {
    .tpl-architect-static-promo.content-on-left-side .tpl-content-holder {
        width: 64%;
        margin-left: 10px;
    }
}

@media (max-width: 430px) {
    .tpl-architect-static-promo.content-on-left-side, .tpl-architect-static-promo.content-on-right-side {
        background-image: none !important;
    }
    .tpl-architect-static-promo.content-on-left-side .tpl-image-holder, .tpl-architect-static-promo.content-on-right-side .tpl-image-holder {
        display: block;
        height: 150px;
        background-position: 100% 50%;
    }
    .tpl-architect-static-promo.content-on-left-side .tpl-content-holder, .tpl-architect-static-promo.content-on-right-side .tpl-content-holder {
        width: 100%;
        min-height: 0;
        background-size: cover;
        background-position: 0 50%;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 0;
        margin-right: 0;
    }
    .tpl-architect-static-promo.content-on-right-side .tpl-image-holder {
        background-position: 0 50%;
    }
    .tpl-architect-static-promo.content-on-right-side .tpl-content-holder {
        background-position: 100% 50%;
        padding-left: 13%;
        padding-right: 13%;
    }
}

@media (max-width: 390px) {
    .tpl-architect-static-promo.content-on-right-side .tpl-content-holder {
        padding-left: 8%;
        padding-right: 8%;
    }
}

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

.tpl-architect-static-section-header {
    text-align: center;
    padding: 0 20px;
}

.tpl-architect-static-section-header .tpl-title {
    max-width: 800px;
    line-height: 1;
    margin: 0 auto;
}

.tpl-architect-static-section-header .tpl-subtitle {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: auto;
    line-height: 1.1;
    margin: 5px 0 0;
}

.tpl-architect-static-section-header .tpl-button-white {
    vertical-align: middle;
    margin: 4px 0 0 10px;
}

.tpl-architect-static-section-header.text-align-left {
    text-align: left;
}

.tpl-architect-static-section-header.text-align-left .tpl-title {
    max-width: 100%;
}

@media (max-width: 550px) {
    .tpl-architect-static-section-header .tpl-title {
        font-size: 28px;
    }
    .tpl-architect-static-section-header .tpl-subtitle {
        font-size: 16px;
    }
}

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

.tpl-architect-static-slider {
    position: relative;
    height: 0;
    padding-top: 26.04%;
}

.tpl-architect-static-slider .tpl-slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tpl-architect-static-slider .tpl-button-holder {
    position: absolute;
    bottom: 29%;
    right: 14%;
}

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

.tpl-architect-static-summary .tpl-image-holder {
    text-align: center;
    margin: 10px 0 20px;
}

.tpl-architect-static-summary .tpl-title {
    line-height: 1;
    margin: 10px 0;
}

.tpl-architect-static-summary .tpl-summary {
    margin: 20px 0;
}

.tpl-architect-static-summary .tpl-button-holder,
.tpl-architect-static-summary .tpl-action-buttons {
    text-align: center;
    margin: 20px 0;
}

.tpl-architect-static-summary.center-title .tpl-title {
    text-align: center;
}

@media (max-width: 500px) {
    .tpl-architect-static-summary .tpl-button-holder a {
        border: none;
    }
}

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

.tpl-architect-static-title-only .tpl-title .tpl-view-shadow {
    display: none;
}

.tpl-architect-static-title-only.red-background {
    text-align: center;
}

.tpl-architect-static-title-only.red-background .tpl-title {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-color: #a00000;
    color: #ecd7c3;
    font-family: "Belleza", sans-serif;
    font-size: 36pt;
    line-height: 1.2;
    padding: 9px 115px;
}

.tpl-architect-static-title-only.red-background .tpl-title .tpl-view-shadow {
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: -30px;
    left: 0;
    right: 0;
}

.tpl-architect-static-title-only.tpl-title-h2 {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 400;
    font-family: "Belleza", sans-serif;
    color: #000066;
    margin: 20px 0 10px;
}

.tpl-architect-static-title-only.white-text {
    color: #fff;
}

.tpl-architect-static-title-only.title-divider {
    position: relative;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
}

.tpl-architect-static-title-only.title-divider .tpl-title {
    display: block;
    width: 100%;
    font-size: 27px;
    font-weight: 400;
    font-family: "Belleza", sans-serif;
    color: #000066;
    margin: 5px 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    z-index: 1;
    width: auto;
    background-color: #800000;
    color: #fff;
    padding: 5px 50px;
}

.tpl-architect-static-title-only.title-divider .tpl-title .tpl-view-shadow {
    height: 20px;
    bottom: -20px;
}

.tpl-architect-static-title-only.title-divider:after {
    width: 100%;
    display: block;
    height: 2px;
    background-color: #606060;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(40%, #606060), color-stop(60%, #606060), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: -moz-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: -o-linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    background-image: linear-gradient(to left, #ffffff, #606060 40%, #606060 60%, #ffffff);
    content: " ";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    z-index: 0;
    margin-top: -1px;
}

.tpl-architect-static-title-only.tpl-hide-shadow .tpl-title .tpl-view-shadow {
    display: none !important;
}

.tpl-architect-static-title-only.overlap-top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 60;
    margin-top: -40px;
}

.tpl-architect-static-title-only.overlap-bottom {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 60;
    margin-bottom: -40px;
}

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

.tpl-architect-static-vertical-bio {
    float: left;
    width: 25%;
    border-right: 2px solid #9ea9ba;
    padding: 0 20px;
    margin: 10px 0;
}

.tpl-architect-static-vertical-bio:nth-child(4) {
    border-right: none;
}

.tpl-architect-static-vertical-bio .tpl-image-holder {
    text-align: center;
    margin: 2px 0 10px;
}

.tpl-architect-static-vertical-bio .tpl-retain-ratio.tpl-without-image {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 68.18182%;
}

.tpl-architect-static-vertical-bio .tpl-retain-ratio.tpl-without-image .tpl-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.tpl-architect-static-vertical-bio .tpl-title {
    text-align: center;
    line-height: 1;
    margin: 10px 0;
}

.tpl-architect-static-vertical-bio .tpl-summary {
    text-align: left;
    margin: 5px 0;
}

@media (max-width: 900px) {
    .tpl-architect-static-vertical-bio {
        width: 50%;
    }
    .tpl-architect-static-vertical-bio:nth-child(2) {
        border-right: none;
    }
    .tpl-architect-static-vertical-bio:nth-child(3) {
        clear: left;
    }
}

@media (max-width: 500px) {
    .tpl-architect-static-vertical-bio {
        width: 100%;
        float: none;
        border-right: none;
        margin: 40px 0;
    }
}

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

.tpl-architect-static-vertical-summary {
    text-align: center;
}

.tpl-architect-static-vertical-summary .tpl-image-holder {
    display: block;
}

.tpl-architect-static-vertical-summary .tpl-image-holder .tpl-color-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.tpl-architect-static-vertical-summary .tpl-retain-ratio.tpl-without-image {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 59.09091%;
}

.tpl-architect-static-vertical-summary .tpl-retain-ratio.tpl-without-image .tpl-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.tpl-architect-static-vertical-summary .tpl-title {
    line-height: 1.1;
    margin: 10px 0;
}

.tpl-architect-static-vertical-summary .tpl-title a {
    color: #000066;
}

.tpl-architect-static-vertical-summary .tpl-button-holder {
    margin: 10px 0;
}

.tpl-architect-static-vertical-summary .tpl-button-holder a {
    font-weight: 400;
    color: #fff;
    background-color: #a00000;
    border-color: #a00000;
}

.tpl-architect-static-vertical-summary.button-style-outline .tpl-button-holder a {
    border: 2px solid #000066;
    background-color: transparent;
    color: #000066;
    padding: 1px 8px;
}

/* In slider / carousel */
.tpl-architect-wrapper-carousel .tpl-architect-static-vertical-summary .tpl-content {
    padding: 0 5px;
}

.tpl-architect-wrapper-carousel .tpl-architect-static-vertical-summary .tpl-title {
    font-size: 20px;
}

.tpl-architect-wrapper-carousel .tpl-architect-static-vertical-summary .tpl-summary {
    font-size: 14px;
}

.tpl-architect-wrapper-carousel .tpl-architect-static-vertical-summary .tpl-button-holder {
    margin: 15px 0;
}

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

.tpl-architect-static-wide-bio .tpl-title-and-subtitle {
    text-align: center;
}

.tpl-architect-static-wide-bio .tpl-title {
    line-height: 1;
    margin: 10px 0 5px;
}

.tpl-architect-static-wide-bio .tpl-subtitle {
    line-height: 1.1;
    margin: 5px 0;
}

.tpl-architect-static-wide-bio .tpl-content {
    margin: 20px 0;
}

.tpl-architect-static-wide-bio .tpl-content .tpl-image-holder {
    float: left;
    width: 30%;
    padding: 5px 20px 15px 0;
}

@media (max-width: 600px) {
    .tpl-architect-static-wide-bio .tpl-content .tpl-image-holder {
        width: 40%;
    }
}

@media (max-width: 445px) {
    .tpl-architect-static-wide-bio .tpl-content .tpl-image-holder {
        float: none;
        text-align: center;
        width: 100%;
        padding-right: 0;
    }
}

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

.tpl-architect-static-wide-summary .tpl-title-and-subtitle {
    text-align: center;
    margin: 0 0 20px;
}

.tpl-architect-static-wide-summary .tpl-title-and-subtitle .tpl-title {
    line-height: 1;
    margin: 0 0 10px;
}

.tpl-architect-static-wide-summary .tpl-content .tpl-summary {
    margin: 0 0 5px;
}

.tpl-architect-static-wide-summary .tpl-content .tpl-action-buttons {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 20px 0;
}

.tpl-architect-static-wide-summary .tpl-content .tpl-button-holder {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: right;
    margin: 20px 0;
}

.tpl-architect-static-wide-summary .tpl-image-holder {
    float: right;
    width: 35%;
    padding: 5px 0 15px 20px;
}

@media (max-width: 650px) {
    .tpl-architect-static-wide-summary .tpl-image-holder {
        width: 42%;
    }
}

@media (max-width: 445px) {
    .tpl-architect-static-wide-summary {
        text-align: center;
    }
    .tpl-architect-static-wide-summary .tpl-image-holder {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .tpl-architect-static-wide-summary .tpl-content .tpl-action-buttons,
    .tpl-architect-static-wide-summary .tpl-content .tpl-button-holder {
        float: none;
        margin: 10px 5px;
    }
}

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

.tpl-architect-static-logo-and-subtitle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.tpl-architect-static-logo-and-subtitle a {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}

.tpl-architect-static-logo-and-subtitle a img {
    display: block;
}

.tpl-architect-static-logo-and-subtitle h6 {
    display: block;
    font-family: "Crimson Text", serif;
    font-size: 18px;
    font-style: italic;
    color: #909090;
    margin-left: 25px;
}

.tpl-architect-static-logo-and-subtitle h6:after {
    font-style: normal;
    font-size: 50%;
    vertical-align: top;
    content: 'TM';
}

@media (max-width: 740px) {
    .tpl-architect-static-logo-and-subtitle h6 {
        display: none;
    }
}

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

.tpl-architect-static-image-title-body-popup {
    color: #8a744d;
    font-size: 18px;
    padding: 2rem;
}

.tpl-architect-static-image-title-body-popup .tpl-image-holder {
    padding-right: 1rem;
    padding-bottom: 1rem;
    float: left;
}

.tpl-architect-static-image-title-body-popup .tpl-title h3 {
    color: #8a744d;
    font-weight: bold;
}

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

.tpl-architect-wrapper-basic {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tpl-architect-wrapper-basic.repeat-background {
    background-repeat: repeat;
    background-size: auto;
}

.tpl-architect-wrapper-basic.left-half-wrapper {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.tpl-architect-wrapper-basic.right-half-wrapper {
    float: right;
    width: 50%;
    padding-left: 20px;
}

.tpl-architect-wrapper-basic.text-align-center {
    text-align: center;
}

.tpl-architect-wrapper-basic.border-top, .tpl-architect-wrapper-basic.border-bottom, .tpl-architect-wrapper-basic.border-left, .tpl-architect-wrapper-basic.border-right {
    border-width: 0;
    border-color: #fff;
    border-style: solid;
}

.tpl-architect-wrapper-basic.border-top {
    border-top-width: 4px;
}

.tpl-architect-wrapper-basic.border-bottom {
    border-bottom-width: 4px;
}

.tpl-architect-wrapper-basic.border-left {
    border-left-width: 4px;
}

.tpl-architect-wrapper-basic.border-right {
    border-right-width: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tpl-architect-wrapper-basic.padding-top.padding-x-4 {
    padding-top: 80px;
}

.tpl-architect-wrapper-basic.padding-bottom.padding-x-4 {
    padding-bottom: 80px;
}

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

.tpl-architect-wrapper-basic.overlap-top {
    margin-top: -20px;
    z-index: 51;
}

.tpl-architect-wrapper-basic.overlap-bottom {
    margin-bottom: -20px;
    z-index: 2;
}

.tpl-architect-wrapper-basic.overlap-space-top {
    padding-top: 20px;
}

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

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

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

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

@media (max-width: 800px) {
    .tpl-architect-wrapper-basic.left-half-wrapper,
    .tpl-architect-wrapper-basic.right-half-wrapper {
        float: none;
        width: 100%;
        padding: 0;
    }
    .tpl-section-user-drop-content .tpl-architect-wrapper-basic.left-half-wrapper {
        padding-bottom: 30px;
    }
    .tpl-section-user-drop-content .tpl-architect-wrapper-basic.right-half-wrapper {
        border-left: none;
    }
    .tpl-architect-wrapper-basic.border-left, .tpl-architect-wrapper-basic.border-right {
        border-left: none;
        border-right: none;
    }
}

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

.tpl-architect-wrapper-carousel {
    position: relative;
    padding: 0 15px;
    /*Dots*/
}

.tpl-architect-wrapper-carousel .tpl-carousel-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    /* adjust with JS */
    height: 22px;
    margin-top: -10px;
}

.tpl-architect-wrapper-carousel .tpl-carousel-nav .owl-prev,
.tpl-architect-wrapper-carousel .tpl-carousel-nav .owl-next {
    cursor: pointer;
}

.tpl-architect-wrapper-carousel .tpl-carousel-nav .owl-prev:before,
.tpl-architect-wrapper-carousel .tpl-carousel-nav .owl-next:before {
    border-color: #606060;
    border-style: solid;
    border-width: 4px 4px 0 0;
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    transform: rotate(-135deg);
    margin-left: 6px;
}

.tpl-architect-wrapper-carousel .tpl-carousel-nav .owl-prev {
    float: left;
}

.tpl-architect-wrapper-carousel .tpl-carousel-nav .owl-next {
    float: right;
}

.tpl-architect-wrapper-carousel .tpl-carousel-nav .owl-next:before {
    transform: rotate(45deg);
    margin-left: 0;
    margin-right: 6px;
}

.tpl-architect-wrapper-carousel .tpl-architect-wrapper-carousel-inner .owl-item {
    padding: 0 10px;
}

.tpl-architect-wrapper-carousel .owl-controls {
    padding: 10px 0;
}

.tpl-architect-wrapper-carousel .owl-controls .owl-dots .owl-dot span {
    background: #909090;
}

.tpl-architect-wrapper-carousel .owl-controls .owl-dots .owl-dot.active span {
    background: #000033;
}

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

.tpl-architect-wrapper-more-items {
    text-align: center;
}

.tpl-architect-wrapper-more-items .tpl-return-link {
    display: inline-block;
    font-weight: 700;
    margin: 5px 0;
}

.tpl-architect-wrapper-more-items .tpl-return-link:before, .tpl-architect-wrapper-more-items .tpl-return-link:after {
    font-family: "FontAwesome";
    font-weight: 400;
    padding: 0 10px;
}

.tpl-architect-wrapper-more-items .tpl-return-link:before {
    content: "\f104";
}

.tpl-architect-wrapper-more-items .tpl-return-link:after {
    content: "\f105";
}

.tpl-architect-wrapper-more-items .tpl-architect-other-item {
    display: inline-block;
    margin: 5px;
}

@media (max-width: 420px) {
    .tpl-architect-wrapper-more-items .tpl-return-link {
        display: block;
        margin: 8px 0;
    }
}

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


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

.tpl-architect-wrapper-tabs .tpl-architect-wrapper-tabs-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch;
    border-bottom: solid 1px #666666;
    position: relative;
    padding: 0 10px;
}

.tpl-architect-wrapper-tabs .tpl-architect-wrapper-tabs-inner > div {
    cursor: pointer;
    background: #fff;
    position: relative;
    padding: 20px;
    bottom: -1px;
    border: solid 1px transparent;
    border-bottom: solid 1px #666666;
}

.tpl-architect-wrapper-tabs .tpl-architect-wrapper-tabs-inner > div.active {
    border: solid 1px #666666;
    border-bottom: solid 1px #fff;
    border-radius: 5px 5px 0 0;
}

@media (max-width: 800px) {
    .tpl-architect-wrapper-tabs .tpl-architect-wrapper-tabs-inner {
        display: block;
        border-bottom: none 0;
    }
    .tpl-architect-wrapper-tabs .tpl-architect-wrapper-tabs-inner > div {
        bottom: 0;
        border: solid 1px #909090;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .tpl-architect-wrapper-tabs .tpl-architect-wrapper-tabs-inner > div.active {
        border: solid 1px #666666;
        box-shadow: 0 0 10px #909090;
        border-radius: 5px;
    }
}

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

.tpl-architect-wrapper-tab-items > div {
    display: none;
}

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

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

.contributions .login-text {
    font-weight: normal;
    color: #606060;
    margin: 0;
    padding-bottom: 40px;
}

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

.contributions #cart-summary-container .cart-summary-title {
    padding: 0;
    padding-bottom: 50px;
    display: block;
    width: 100%;
    font-size: 46px;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    color: #000066;
    margin: 20px 0 10px;
    margin: 0;
    line-height: 42px;
    background: #eee;
    color: #c00000;
}

.contributions #cart-summary-container .cart-summary {
    background: #fff;
    padding-top: 30px;
}

.contributions #cart-summary-container .cart-summary .summary-row {
    background: transparent;
    width: 100%;
    max-width: 590px;
    margin: auto;
    padding: 0;
    padding-left: 80px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
    min-height: 63px;
}

.contributions #cart-summary-container .cart-summary .summary-row img {
    width: 63px;
    height: 63px;
    border: none;
    top: 0;
    left: 0;
}

.contributions #cart-summary-container .cart-summary .summary-row .top-data {
    padding-bottom: 5px;
}

.contributions #cart-summary-container .cart-summary .summary-row .top-data .name {
    font-weight: normal;
}

.contributions #cart-summary-container .cart-summary .summary-row .top-data .amount {
    font-weight: bold;
}

.contributions #cart-summary-container .cart-summary .summary-row .bottom-data .buttons {
    float: right;
}

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

.contributions #cart-summary-container .cart-summary .summary-row .bottom-data .anonymous {
    width: 100%;
    float: none;
    text-align: left;
    padding-bottom: 5px;
    font-size: 16px;
}

.contributions #cart-summary-container .cart-summary .summary-row .bottom-data .anonymous span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.contributions #cart-summary-container .cart-summary .summary-row .bottom-data .anonymous label {
    display: inline-block;
    position: relative;
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
    font-weight: bold;
}

.contributions #cart-summary-container .cart-summary .summary-row .bottom-data .anonymous label input {
    display: none;
}

.contributions #cart-summary-container .cart-summary .summary-row .bottom-data .anonymous label:before {
    font-family: "FontAwesome";
    display: block;
    width: 24px;
    height: 24px;
    line-height: 26px;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: solid 1px #9ea9ba;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    text-align: center;
    color: #000099;
}

.contributions #cart-summary-container .cart-summary .summary-row .bottom-data .anonymous label.checked:before {
    content: '\f00c';
}

.contributions #cart-summary-container .cart-summary .summary-row .bottom-data .notes {
    width: 100%;
    float: none;
    text-align: left;
}

.contributions #cart-summary-container .cart-summary .summary-row .bottom-data .notes a {
    color: #c00000;
}

.contributions #cart-summary-container .cart-summary .total {
    font-size: 26px;
    background: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
}

.contributions #cart-summary-container .cart-summary .total .amount {
    color: #c00000;
}

.contributions .campaign-page-buttons {
    padding-bottom: 40px;
    background: #fff;
}

.contributions .campaign-page-buttons a {
    margin: 0;
    padding: 0;
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
    padding: 0 22px;
    margin: 0;
}

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

.contributions .forms #contributions-payment-form .form-body .title-wrapper .title {
    float: none;
    text-align: center;
    font-size: 53px;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    line-height: 42px;
    color: #c00000;
    padding-top: 40px;
    padding-bottom: 40px;
}

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

.contributions .forms #contributions-payment-form .form-body .title-wrapper .title-options .form-input-wrapper {
    display: inline-block;
}

.contributions .forms #contributions-payment-form .form-body .form-panel-recurring,
.contributions .forms #contributions-payment-form .form-body .register-options,
.contributions .forms #contributions-payment-form .form-body .secure-payment,
.contributions .forms #contributions-payment-form .form-body .contributions-transfer-fee-form,
.contributions .forms #contributions-payment-form .form-body .billing-information,
.contributions .forms #contributions-payment-form .form-body .organization-information {
    width: 100%;
    max-width: 590px;
    margin: auto;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper {
    padding: 10px 0;
    text-align: left;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper label {
    display: block;
    color: #909090;
    padding-bottom: 5px;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder label {
    display: inline-block;
    position: relative;
    height: 24px;
    line-height: 24px;
    padding-left: 35px;
    font-weight: bold;
    color: #909090;
    padding-bottom: 0;
    padding-top: 0;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder label.checkbox input,
.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder label.radio input {
    display: none;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder label:before {
    font-family: "FontAwesome";
    display: block;
    width: 24px;
    height: 24px;
    line-height: 26px;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: solid 1px #9ea9ba;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    text-align: center;
    color: #000099;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder label.checked:before {
    content: '\f00c';
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder label.radio.checked:before {
    content: '\f111';
    line-height: 25px;
    font-size: 16px;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder input[type=text],
.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder input[type=email],
.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder input[type=password],
.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder input[type=number],
.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder input[type=numeric],
.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder input[type=card],
.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder input[type=phone],
.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder textarea,
.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder select {
    width: 100%;
    border: solid 1px #bbbdc0;
    color: #909090;
    outline: none;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder select {
    background: #fff url("../img/extjs/arrow-gray-down.png") no-repeat right 12px center !important;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder input[type=checkbox],
.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder input[type=radio] {
    display: none;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper .form-input-holder .form-input-error span {
    display: block;
    color: #c00000;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper.is-combo .form-input-holder {
    position: relative;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper.is-combo .form-input-holder input {
    background: #fff url("../img/extjs/arrow-gray-down.png") no-repeat right 12px center !important;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper.is-combo .form-input-holder .combo-options {
    border: solid 1px #bbbdc0;
    border-top: none 0;
}

.contributions .forms #contributions-payment-form .form-body .form-input-wrapper.form-disabled {
    opacity: 0.5;
}

.contributions .forms #contributions-payment-form .form-body .recurring-options {
    padding-bottom: 40px;
    background: #fff;
}

.contributions .forms #contributions-payment-form .form-body .recurring-options .form-input-wrapper {
    width: 100%;
    max-width: 590px;
    margin: auto;
}

.contributions .forms #contributions-payment-form .form-body .recurring-options .form-input-wrapper .form-input-holder {
    text-align: center;
}

.contributions .forms #contributions-payment-form .form-body .recurring-options .form-input-wrapper .form-input-holder label {
    display: inline;
    color: #606060;
}

.contributions .forms #contributions-payment-form .form-body .recurring-options .form-input-wrapper .form-input-holder label input {
    display: none;
}

.contributions .forms #contributions-payment-form .form-body .recurring-options .form-panel-recurring {
    padding-top: 40px;
}

.contributions .forms #contributions-payment-form .form-body .recurring-options .form-panel-recurring .field-group .form-input-wrapper {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 49%;
}

.contributions .forms #contributions-payment-form .form-body .recurring-options .form-panel-recurring .field-group .form-input-wrapper.recurring-start-date-field {
    margin-right: 1%;
}

.contributions .forms #contributions-payment-form .form-body .recurring-options .form-panel-recurring .field-group .form-input-wrapper.recurring-end-date-field {
    margin-left: 1%;
}

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

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

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

.contributions .forms #contributions-payment-form .form-body .register-options .form-panel-register .field-group {
    padding-top: 40px;
}

.contributions .forms #contributions-payment-form .form-body .register-options .form-panel-register .field-group .form-input-wrapper {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 49%;
}

.contributions .forms #contributions-payment-form .form-body .register-options .form-panel-register .field-group .form-input-wrapper.user-password-field {
    margin-right: 1%;
}

.contributions .forms #contributions-payment-form .form-body .register-options .form-panel-register .field-group .form-input-wrapper.user-password-repeat-field {
    margin-left: 1%;
}

.contributions .forms #contributions-payment-form .form-body .secure-payment .form-panel-existing-cards .payment-id-field .form-input-holder {
    padding-right: 0;
}

.contributions .forms #contributions-payment-form .form-body .secure-payment .form-panel-existing-cards .payment-id-field .form-input-holder .form-field-button {
    display: inline-block;
    position: static;
    width: auto;
    margin: 5px;
    color: #c00000;
}

.contributions .forms #contributions-payment-form .form-body .secure-payment .accepted-cards {
    padding-top: 10px;
}

.contributions .forms #contributions-payment-form .form-body .secure-payment .accepted-cards img {
    height: 19px;
}

.contributions .forms #contributions-payment-form .form-body .secure-payment .payment-card-expiration-month-field {
    width: 50%;
    padding-right: 1%;
}

.contributions .forms #contributions-payment-form .form-body .secure-payment .payment-card-expiration-year-field {
    width: 50%;
    padding-left: 1%;
    padding-top: 35px;
}

.contributions .forms #contributions-payment-form .form-body .secure-payment .payment-card-security-code-field {
    width: 100%;
}

.contributions .forms #contributions-payment-form .form-body .secure-payment .payment-card-security-code-field .form-input-label,
.contributions .forms #contributions-payment-form .form-body .secure-payment .payment-check-account-number-field .form-input-label,
.contributions .forms #contributions-payment-form .form-body .secure-payment .payment-check-routing-number-field .form-input-label {
    position: relative;
}

.contributions .forms #contributions-payment-form .form-body .secure-payment .payment-card-security-code-field .form-input-label .cvv-help-icon:after,
.contributions .forms #contributions-payment-form .form-body .secure-payment .payment-check-account-number-field .form-input-label .cvv-help-icon:after,
.contributions .forms #contributions-payment-form .form-body .secure-payment .payment-check-routing-number-field .form-input-label .cvv-help-icon:after {
    left: 0;
}

.contributions .forms #contributions-payment-form .form-body .secure-payment .payment-check-checking-type-field {
    width: 50%;
    padding-right: 1%;
}

.contributions .forms #contributions-payment-form .form-body .secure-payment .payment-check-account-type-field {
    width: 50%;
    padding-left: 1%;
    padding-top: 35px;
}

.contributions .forms #contributions-payment-form .form-body .contributions-transfer-fee-form {
    padding-bottom: 60px;
}

.contributions .forms #contributions-payment-form .form-body .contributions-transfer-fee-form .form-input-holder label {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 26px;
}

.contributions .forms #contributions-payment-form .form-body .billing-information .form-panel-saved-addresses .address-id-field .form-input-holder {
    padding-right: 0;
}

.contributions .forms #contributions-payment-form .form-body .billing-information .form-panel-saved-addresses .address-id-field .form-input-holder .form-field-button {
    display: inline-block;
    position: static;
    width: auto;
    margin: 5px;
    color: #c00000;
}

.contributions .forms #contributions-payment-form .form-body .billing-information .person-firstname-field {
    width: 50%;
    padding-right: 1%;
}

.contributions .forms #contributions-payment-form .form-body .billing-information .person-lastname-field {
    width: 50%;
    padding-left: 1%;
    padding-top: 35px;
}

.contributions .forms #contributions-payment-form .form-body .billing-information .phone-number-field {
    width: 50%;
    padding-right: 1%;
}

.contributions .forms #contributions-payment-form .form-body .billing-information .phone-is-outside-us-field {
    width: 50%;
    padding-left: 1%;
    padding-top: 45px;
}

.contributions .forms #contributions-payment-form .form-body .organization-information .title {
    padding-top: 40px;
}

.contributions .forms #contributions-payment-form .form-body .organization-information .group-yes-field .form-input-holder {
    text-align: center;
}

.contributions .forms #contributions-payment-form .form-body .organization-information .group-yes-field .form-input-holder label {
    display: inline;
}

.contributions .forms #contributions-payment-form .form-body .organization-information .form-panel-organization-selector .group-id-field .form-input-holder {
    padding-right: 0;
}

.contributions .forms #contributions-payment-form .form-body .organization-information .form-panel-organization-selector .group-id-field .form-input-holder .form-field-button {
    display: inline-block;
    position: static;
    width: auto;
    margin: 5px;
    color: #c00000;
}

.contributions .forms #contributions-payment-form .form-body .organization-information .group-phone-number-field {
    width: 50%;
    padding-right: 1%;
}

.contributions .forms #contributions-payment-form .form-body .organization-information .group-phone-is-outside-us-field {
    width: 50%;
    padding-left: 1%;
    padding-top: 45px;
}

.contributions .forms .form-validation-errors {
    width: 100%;
    max-width: 590px;
    margin: auto;
    padding-top: 30px;
}

.contributions .forms .form-validation-errors span {
    color: #c00000;
}

.contributions .forms .form-actions {
    padding-top: 40px;
}

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

.payment-processors .forms .title-wrapper .title {
    float: none;
    text-align: center;
    padding: 20px 0;
    display: block;
    width: 100%;
    font-size: 35px;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    color: #000066;
    margin: 10px 0;
}

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

.payment-processors .forms .title-wrapper .title-options .form-input-wrapper {
    display: inline-block;
}

.payment-processors .forms .field-group .form-input-wrapper.payment-card-expiration-year-field {
    margin-top: 30px;
    width: 50%;
    padding-right: 0;
}

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

.payment-processors .forms .form-input-wrapper label {
    display: block;
    color: #909090;
    padding-top: 5px;
    padding-bottom: 5px;
}

.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;
}

.payment-processors .forms .form-input-wrapper.has-buttons .form-input-holder {
    padding-right: 125px;
}

.payment-processors .forms .form-input-wrapper .form-input-holder label {
    display: inline-block;
    position: relative;
    height: 24px;
    line-height: 24px;
    padding-left: 35px;
    font-size: 16px;
    color: #909090;
    padding-bottom: 0;
    padding-top: 0;
}

.payment-processors .forms .form-input-wrapper .form-input-holder label.checkbox input,
.payment-processors .forms .form-input-wrapper .form-input-holder label.radio input {
    display: none;
}

.payment-processors .forms .form-input-wrapper .form-input-holder label:before {
    font-family: "FontAwesome";
    display: block;
    width: 24px;
    height: 24px;
    line-height: 26px;
    font-size: 18px;
    font-weight: normal;
    background: #fff;
    border: solid 1px #9ea9ba;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    text-align: center;
    color: #000099;
}

.payment-processors .forms .form-input-wrapper .form-input-holder label.checked:before {
    content: '\f00c';
}

.payment-processors .forms .form-input-wrapper .form-input-holder label.radio.checked:before {
    content: '\f111';
    line-height: 25px;
    font-size: 16px;
}

.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 textarea,
.payment-processors .forms .form-input-wrapper .form-input-holder select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 16px;
    width: 100%;
    border: 1px solid #bbbdc0;
    background: #fff;
    color: #909090;
    padding: 4px 14px;
    margin: 0;
}

.payment-processors .forms .form-input-wrapper .form-input-holder input[type=text].has-error,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=email].has-error,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=password].has-error,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=number].has-error,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=numeric].has-error,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=card].has-error,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=phone].has-error,
.payment-processors .forms .form-input-wrapper .form-input-holder textarea.has-error,
.payment-processors .forms .form-input-wrapper .form-input-holder select.has-error {
    border: 1px solid #d0021b;
}

.payment-processors .forms .form-input-wrapper .form-input-holder select {
    background: #fff url("../img/extjs/arrow-gray-down.png") no-repeat right 12px center !important;
    line-height: 40px;
}

.payment-processors .forms .form-input-wrapper .form-input-holder input[type=checkbox],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=radio] {
    display: none;
}

.payment-processors .forms .form-input-wrapper .form-input-holder .form-input-error {
    top: 50px;
}

.payment-processors .forms .form-input-wrapper .form-input-holder .form-input-error span {
    display: block;
    color: #d0021b;
}

.payment-processors .forms .form-input-wrapper .form-input-holder .form-field-button {
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
    padding: 0 22px;
    margin: 0;
    background-color: #000066;
    border: 1px solid #000066;
    width: 120px;
}

.payment-processors .forms .form-input-wrapper.is-combo .form-input-holder {
    position: relative;
}

.payment-processors .forms .form-input-wrapper.is-combo .form-input-holder input {
    background: #fff url("../img/extjs/arrow-gray-down.png") no-repeat right 12px center !important;
}

.payment-processors .forms .form-input-wrapper.is-combo .form-input-holder .combo-options {
    border: solid 1px #bbbdc0;
    border-top: none 0;
}

.payment-processors .forms .form-input-wrapper.form-disabled {
    opacity: 0.5;
}

.payment-processors .forms .form-actions input {
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
    padding: 0 22px;
    margin: 0;
}

.payment-processors .forms .form-actions a {
    color: #000099;
    font-weight: 600;
    margin-left: 30px;
}

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

.users.users-recover-password {
    text-align: center;
}

.users.users-recover-password h1 {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 400;
    font-family: "Belleza", sans-serif;
    color: #000066;
    margin: 20px 0 10px;
    margin: 10px 0 20px;
}

.users.users-recover-password .description {
    font-size: 17px;
    margin: 15px 0 30px;
}

.users.users-recover-password .password-strength-info {
    display: none;
}

.users.users-recover-password .message {
    max-width: 400px;
    color: #d0021b;
    margin: 0 auto;
}

.users.users-recover-password form {
    max-width: 500px;
    margin: 0 auto;
}

.users.users-recover-password form .input input[type=text] {
    width: 100%;
}

.users.users-recover-password .submit {
    margin-top: 30px;
}

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

.tpl-menus-menu-dropdown {
    padding: 0 46px 0 41px;
    margin: 0 auto -30px;
}

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

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

.tpl-menus-menu-horizontal-menu {
    width: 100%;
}

.tpl-menus-menu-horizontal-menu .tpl-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-link {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-link:hover {
    text-decoration: underline;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-link.button {
    border: solid 1px #fff;
    border-radius: 3px;
    padding: 0 5px;
    margin-left: 30px;
    line-height: 20px;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-link.button:last-child {
    margin-left: 5px;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-link.button:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-link.close-menu {
    display: none;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-separator {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .tpl-header-bottom .tpl-menus-menu-horizontal-menu {
        width: 100%;
        background: #223456;
        height: auto;
        padding-bottom: 20px;
    }
    .tpl-header-bottom .tpl-menus-menu-horizontal-menu .tpl-items {
        top: auto;
        margin-top: 0;
        display: block;
    }
    .tpl-header-bottom .tpl-menus-menu-horizontal-menu .tpl-items .tpl-separator {
        display: none;
    }
    .tpl-header-bottom .tpl-menus-menu-horizontal-menu .tpl-items .tpl-link {
        float: none;
        display: block;
        padding: 10px 0;
        margin: 0;
        width: 100%;
        text-align: center;
        height: auto;
        line-height: normal;
    }
    .tpl-header-bottom .tpl-menus-menu-horizontal-menu .tpl-items .tpl-link.button {
        width: 60%;
        margin: 10px 20%;
    }
    .tpl-header-bottom .tpl-menus-menu-horizontal-menu .tpl-items .tpl-link.user-popup-trigger {
        display: none;
    }
    .tpl-header-bottom .tpl-section-header .tpl-menus-menu-horizontal-menu .tpl-items .tpl-link.user-popup-trigger {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    .tpl-header-bottom .tpl-menus-menu-horizontal-menu .tpl-items .tpl-link.button {
        width: 90%;
        margin: 10px 5%;
    }
}

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

.tpl-menus-menu-red-menu .tpl-red-menu-inner {
    width: 100%;
    max-width: 700px;
    margin: auto;
    position: relative;
}

.tpl-menus-menu-red-menu .tpl-red-menu-inner .item {
    font-family: "Crimson Text", serif;
    color: #f1e4d9;
    text-align: center;
    display: table;
    float: left;
    height: 100%;
    background: #880000;
}

.tpl-menus-menu-red-menu .tpl-red-menu-inner .item span {
    display: table-cell;
    vertical-align: middle;
}

.tpl-menus-menu-red-menu .tpl-red-menu-inner .item.item-0 {
    background: #880000;
}

.tpl-menus-menu-red-menu .tpl-red-menu-inner .item.item-1 {
    background: #a00000;
}

.tpl-menus-menu-red-menu .tpl-red-menu-inner .item.item-2 {
    background: #880000;
}

.tpl-menus-menu-red-menu .tpl-red-menu-inner .item.item-3 {
    background: #c00000;
}

.tpl-menus-menu-red-menu .tpl-red-menu-shadow {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}

.tpl-menus-menu-red-menu.tpl-menu-2-items .tpl-red-menu-inner {
    height: 56px;
    margin-top: -28px;
    margin-bottom: -28px;
}

.tpl-menus-menu-red-menu.tpl-menu-2-items .tpl-red-menu-inner .item {
    font-size: 21px;
    line-height: 21px;
    width: 50%;
}

@media screen and (max-width: 700px) {
    .tpl-menus-menu-red-menu.tpl-menu-2-items .tpl-red-menu-inner .item {
        width: 100%;
    }
}

.tpl-menus-menu-red-menu.tpl-menu-3-items .tpl-red-menu-inner {
    height: 90px;
    margin-top: -45px;
    margin-bottom: -45px;
}

.tpl-menus-menu-red-menu.tpl-menu-3-items .tpl-red-menu-inner .item {
    font-size: 26px;
    line-height: 26px;
    width: 33.333333%;
}

.tpl-menus-menu-red-menu.tpl-menu-3-items .tpl-red-menu-inner .item.item-2 {
    background: #c00000;
}

@media screen and (max-width: 700px) {
    .tpl-menus-menu-red-menu.tpl-menu-3-items .tpl-red-menu-inner .item {
        font-size: 20px;
    }
}

.tpl-menus-menu-red-menu.tpl-menu-4-items .tpl-red-menu-inner {
    max-width: 800px;
    height: 80px;
    margin-top: -40px;
    margin-bottom: -40px;
}

.tpl-menus-menu-red-menu.tpl-menu-4-items .tpl-red-menu-inner .item {
    font-size: 22px;
    line-height: 22px;
    width: 25%;
}

@media screen and (max-width: 700px) {
    .tpl-menus-menu-red-menu.tpl-menu-4-items .tpl-red-menu-inner .item {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .tpl-menus-menu-red-menu.tpl-menu-2-items .tpl-red-menu-inner, .tpl-menus-menu-red-menu.tpl-menu-3-items .tpl-red-menu-inner, .tpl-menus-menu-red-menu.tpl-menu-4-items .tpl-red-menu-inner {
        height: auto;
        margin: 0;
    }
}

.tpl-menus-menu-red-menu.tpl-menu-2-items .tpl-red-menu-inner .item, .tpl-menus-menu-red-menu.tpl-menu-3-items .tpl-red-menu-inner .item, .tpl-menus-menu-red-menu.tpl-menu-4-items .tpl-red-menu-inner .item {
    padding: 10px 0;
}

.tpl-menus-menu-red-menu.text-style-h6 .tpl-red-menu-inner {
    max-width: 940px;
}

.tpl-menus-menu-red-menu.text-style-h6 .tpl-red-menu-inner .item {
    font-size: 27px;
    font-family: "Belleza", sans-serif;
}

.tpl-menus-menu-red-menu.text-uppercase {
    text-transform: uppercase;
}

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

.tpl-menus-menu-social-icons a {
    display: block;
    height: 24px;
    width: 24px;
    position: relative;
    content: '';
    float: left;
    margin-left: 3px;
}

.tpl-menus-menu-social-icons a:before {
    display: block;
    height: 24px;
    width: 24px;
    font-family: "FontAwesome";
    font-size: 14px;
    content: '';
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 2px;
}

.tpl-menus-menu-social-icons a.pinterest:before {
    background: #cd2326;
    content: '\f231';
}

.tpl-menus-menu-social-icons a.tumblr:before {
    background: #2a5074;
    content: '\f173';
}

.tpl-menus-menu-social-icons a.facebook:before {
    background: #2f60a5;
    content: '\f09a';
}

.tpl-menus-menu-social-icons a.twitter:before {
    background: #1bade8;
    content: '\f099';
}

.tpl-menus-menu-social-icons a.yahoo:before {
    background: #a50d12;
    content: '\f0e0';
}

.tpl-menus-menu-social-icons a.all-social {
    background: url("/tpl/DJKM/img/all-social.png") no-repeat;
    background-size: 24px;
}

.tpl-menus-menu-social-icons a.usa-life {
    background: url("/tpl/DJKM/img/usa-life.png") no-repeat;
    background-size: 24px;
}

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

.tpl-menus-menu-user-menu .tpl-menu-item-holder {
    display: block;
    text-align: center;
    margin: 5px 0;
}

.tpl-menus-menu-user-menu .tpl-menu-item-holder .tpl-menu-item {
    display: inline-block;
    color: #a00000;
    padding: 5px 10px;
}

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

.tpl-menus-menu-vertical-menu {
    color: #fff;
    line-height: normal;
    margin: 5px 0;
}

.tpl-menus-menu-vertical-menu .tpl-item-group {
    float: left;
    width: 33%;
    padding-right: 20px;
    margin: 20px 0;
}

.tpl-menus-menu-vertical-menu .tpl-item-group a.tpl-menu-item {
    word-wrap: break-word;
}

.tpl-menus-menu-vertical-menu .tpl-item-group .tpl-group-title,
.tpl-menus-menu-vertical-menu .tpl-item-group .tpl-group-title a.tpl-menu-item {
    font-size: 14px;
    text-transform: uppercase;
}

.tpl-menus-menu-vertical-menu .tpl-item-group .tpl-group-items {
    max-width: 250px;
    margin: 6px 0;
}

.tpl-menus-menu-vertical-menu .tpl-item-group .tpl-group-items .tpl-group-item {
    line-height: 1;
    margin: 3px 0;
}

.tpl-menus-menu-vertical-menu .tpl-item-group .tpl-group-items .tpl-group-item a.tpl-menu-item {
    font-size: 10px;
    color: #fff;
}

.tpl-menus-menu-vertical-menu .clearfix.tpl-three-columns {
    display: block;
}

.tpl-menus-menu-vertical-menu .clearfix.tpl-two-columns {
    display: none;
}

@media (max-width: 350px) {
    .tpl-menus-menu-vertical-menu .tpl-item-group {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .tpl-menus-menu-vertical-menu .tpl-item-group .tpl-group-items {
        max-width: 100%;
    }
    .tpl-menus-menu-vertical-menu .clearfix.tpl-three-columns, .tpl-menus-menu-vertical-menu .clearfix.tpl-two-columns {
        display: none;
    }
}

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

@charset "UTF-8";
.google-modules-google-search {
    padding: 10px 0 30px;
}

.google-modules-google-search form.custom-search-form {
    position: relative;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 30px 0;
}

.google-modules-google-search form.custom-search-form .search-input-wrapper {
    position: relative;
    padding-right: 135px;
    /* width of filter button */
    margin: 10px 0;
}

.google-modules-google-search form.custom-search-form .search-input-wrapper:before {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 21px;
    content: "";
    color: #bbbdc0;
    text-align: center;
    width: 22px;
    height: 22px;
    background: none;
    left: 15px;
    top: 50%;
    margin-top: -13px;
}

.google-modules-google-search form.custom-search-form .search-input-wrapper input {
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 16px;
    width: 100%;
    border: 1px solid #bbbdc0;
    background: #fff;
    color: #909090;
    padding: 4px 14px;
    margin: 0;
    font-style: normal;
    font-family: "PT Sans", sans-serif;
    padding-left: 46px;
}

.google-modules-google-search form.custom-search-form .search-button {
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
    padding: 0 22px;
    margin: 0;
    width: 100%;
    max-width: 125px;
    font-style: normal;
    font-family: "PT Sans", sans-serif;
    border-radius: 0;
    box-shadow: none;
}

.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area {
    margin: 0;
    padding: 10px 0;
}

.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area .gsc-above-wrapper-area-container .gsc-result-info-container .gsc-result-info {
    display: inline;
    padding: 0;
}

.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area .gsc-above-wrapper-area-container .gsc-orderby-container .gsc-orderby .gsc-option-menu-container,
.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area .gsc-selected-option-container {
    min-width: 62px;
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.google-modules-google-search .gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-above-wrapper-area .gsc-above-wrapper-area-container .gsc-orderby-container .gsc-orderby .gsc-option-menu-container .gsc-selected-option {
    font-size: 12px;
    padding: 0;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gcsc-branding {
    display: none;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results {
    padding: 0;
    margin: 0;
    width: 100%;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult {
    border: none;
    background: #fff;
    margin: 35px 0;
    padding: 0;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail {
    padding-right: 20px;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box {
    padding-top: 5px;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-thumbnail .gs-web-image-box a .gs-image {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gs-snippet,
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title,
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-url-bottom {
    font-family: "PT Sans", sans-serif;
    color: #000;
    font-weight: 300;
    margin-bottom: 5px;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gs-snippet {
    font-size: 14px;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title,
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title b {
    text-decoration: none;
    font-size: 24px;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title b {
    color: #000099;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gs-visibleUrl {
    color: #000099;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box {
    border: none;
    text-align: center;
    margin: 20px 0 10px;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
    border-radius: 0;
    border: 2px solid #000066;
    font-size: 14pt;
    color: #000066;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    text-align: center;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    vertical-align: middle;
    width: auto;
    height: 36px;
    line-height: 31px;
    padding: 0 10px;
    margin: 4px;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
    color: #fff;
    background-color: #000066;
    border-color: #000066;
}

@media (max-width: 700px) {
    .google-modules-google-search form.custom-search-form .search-input-wrapper {
        padding-right: 105px;
    }
    .google-modules-google-search form.custom-search-form .search-button {
        max-width: 100px;
    }
}

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

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

.MotionDataSubmitApplication .buttons .button {
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
    padding: 0 22px;
    margin: 0;
}

.MotionDataSubmitApplication .buttons .button.reset {
    background-color: #909090;
    border-color: #909090;
}

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

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

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

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

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

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

.siteplanner-modules-article-rotator .bx-wrapper .bx-prev {
    left: 20px;
    background: url("../img/arrow_left.png") 50% 50% no-repeat;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-next {
    right: 20px;
    text-align: right;
    background: url("../img/arrow_right.png") 50% 50% no-repeat;
}

.siteplanner-modules-article-rotator .bx-wrapper .bx-controls .bx-pager {
    bottom: 0;
    z-index: 55;
    padding: 12px 0;
    margin: 0 auto;
}

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

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

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

@media (max-width: 450px) {
    .siteplanner-modules-article-rotator .bx-wrapper .bx-prev,
    .siteplanner-modules-article-rotator .bx-wrapper .bx-next {
        display: none;
    }
}

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

.siteplanner-modules-previous-next {
    text-align: center;
}

.siteplanner-modules-previous-next .back-link.left,
.siteplanner-modules-previous-next .back-link.right,
.siteplanner-modules-previous-next .previous-link,
.siteplanner-modules-previous-next .next-link {
    float: none;
}

.siteplanner-modules-previous-next .back-link {
    display: inline-block;
    font-weight: 700;
    margin: 5px 0;
}

.siteplanner-modules-previous-next .back-link:before, .siteplanner-modules-previous-next .back-link:after {
    font-family: "FontAwesome";
    font-weight: 400;
    padding: 0 8px;
}

.siteplanner-modules-previous-next .back-link:before {
    content: "\f104";
}

.siteplanner-modules-previous-next .back-link:after {
    content: "\f105";
}

.siteplanner-modules-previous-next .previous-link,
.siteplanner-modules-previous-next .next-link {
    display: inline-block;
}

.siteplanner-modules-previous-next .previous-link a,
.siteplanner-modules-previous-next .next-link a {
    display: inline-block;
    border: 2px solid #000066;
    color: #000066;
    padding: 1px 8px;
    margin: 5px;
}

@media (max-width: 420px) {
    .tpl-architect-wrapper-more-items .back-link {
        display: block;
        margin: 8px 0;
    }
}

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

.site-planner-module-timeline .bar {
    background-color: #000066;
}

.item.without-image .item-thumbnail {
    display: none;
}

.item.without-image .item-content {
    padding-left: 0;
}

.site-planner-module-timeline .item .item-header {
    margin-bottom: 5px;
}

.site-planner-module-timeline .item .item-header .item-title,
.site-planner-module-timeline .item .item-year.body-marker {
    display: block;
    width: 100%;
    font-size: 46px;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    color: #000066;
    margin: 20px 0 10px;
    font-size: 40px;
    line-height: 1.1;
    background: none;
    padding-right: 10px;
    margin: 0;
}

.site-planner-module-timeline .item .item-popup {
    border-color: #000066;
}

.site-planner-module-timeline .item .item-popup .popup-header {
    background-color: #000066;
}

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

.customAlert.takeover-popup {
    border: none;
}

.customAlert.takeover-popup.content-popup {
    background: transparent;
    width: 65% !important;
}

.customAlert.takeover-popup.content-popup .customAlertInner .customAlertTitle {
    padding: 0;
    margin: 0;
    height: 0;
    color: transparent;
}

.customAlert.takeover-popup.content-popup .customAlertInner .customAlertMsg {
    overflow: auto;
}

.customAlert.takeover-popup.no-title .customAlertInner .customAlertTitle {
    margin: 0;
    padding: 0;
}

.customAlert.takeover-popup .customAlertInner {
    padding: 0;
}

.customAlert.takeover-popup .customAlertInner .customAlertTitle {
    background-color: transparent;
    margin-bottom: 10px;
}

.customAlert.takeover-popup .customAlertInner .customAlertTitle a.closeAlert {
    background-color: transparent;
    right: 0;
    top: -20px;
}

.customAlert.takeover-popup .customAlertInner .customAlertTitle a.closeAlert:before, .customAlert.takeover-popup .customAlertInner .customAlertTitle a.closeAlert:after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 18px;
    height: 3px;
    transform: rotate(45deg);
}

.customAlert.takeover-popup .customAlertInner .customAlertTitle a.closeAlert:after {
    transform: rotate(135deg);
}

.customAlert.takeover-popup .customAlertInner .customAlertMsg {
    padding: 0;
}

.customAlert.takeover-popup .customAlertInner .customAlertMsg img {
    display: inline;
}

.customAlert.takeover-popup .customAlertInner .customAlertButtons {
    display: none;
}

@media (max-width: 600px) {
    .customAlert.takeover-popup {
        width: auto !important;
    }
}

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

.people-modules-photo-bank-responsive {
    text-align: center;
    margin: 0 auto;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .loading-mask {
    background: rgba(255, 255, 255, 0.9) url("../img/ajax-loader.gif") 50% 50% no-repeat;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .loading-mask:after {
    content: "";
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-title {
    font-size: 27px;
    font-weight: 600;
    padding: 0;
    margin: 13px 0;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .no-photos {
    font-size: 16px;
    margin: 10px 0;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item {
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 5px;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item span.delete-button {
    background-color: rgba(255, 255, 255, 0.8);
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 20px;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item span.delete-button:after {
    content: "\f00d";
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section {
    float: none;
    width: 100%;
    margin: 0;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .default-photo.default-photo-empty {
    width: 240px;
    height: 240px;
    background: url("../img/user.png") 50% 50% no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .default-photo.default-photo-empty .current-photo img {
    display: none;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .upload-form .upload-button {
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
    padding: 0 22px;
    margin: 0;
    width: 100%;
    max-width: 240px;
    margin: 25px auto;
}

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

.people-modules-edit-profile {
    width: 100%;
    max-width: 780px;
    padding: 0 10px;
    margin: 0 auto;
}

.people-modules-edit-profile .crm-field-container .add-phone-wrapper .x-box-inner > div {
    width: 100% !important;
}

.people-modules-edit-profile .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button {
    left: auto;
    right: 10px;
    top: 0 !important;
    background-color: transparent !important;
    border: none;
    height: auto;
    padding: 0;
}

.people-modules-edit-profile .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button button {
    float: right;
    width: auto;
    height: auto !important;
    line-height: normal;
}

.people-modules-edit-profile .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button .x-btn-inner {
    height: auto;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
    color: #000099 !important;
    background-color: transparent !important;
}

.people-modules-edit-profile .crm-field-container .add-phone-wrapper .x-box-inner > div .add-button .x-btn-inner:before {
    font-family: "FontAwesome";
    content: "\f055";
    font-weight: 400;
    margin-right: 8px;
}

.people-modules-edit-profile .x-toolbar .x-btn,
.people-modules-edit-profile .x-toolbar .x-btn .x-btn-inner {
    background-color: #a00000 !important;
}

.people-modules-edit-profile .x-toolbar .x-btn {
    height: 50px;
    width: auto;
}

.people-modules-edit-profile .x-toolbar .x-btn .x-btn-inner {
    font-size: 20px;
    height: auto;
    width: auto;
}

.people-modules-edit-profile .payment-method-warning .x-form-display-field {
    font-size: 16px;
}

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

#scripture-modules-passage-popup {
    border: 8px solid #817f80;
    width: 100%;
    max-width: 600px;
}

@media (max-width: 600px) {
    #scripture-modules-passage-popup {
        margin-left: -28px;
    }
}

#scripture-modules-passage-popup .title {
    display: block;
    width: 100%;
    font-size: 35px;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    color: #000066;
    margin: 10px 0;
}

#scripture-modules-passage-popup .passage-name {
    color: #a2320d;
}

#scripture-modules-passage-popup .passage-esv {
    font-size: 13px;
    color: #606060;
}

#scripture-modules-passage-popup .footnotes h3 {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 400;
    font-family: "Belleza", sans-serif;
    color: #000066;
    margin: 5px 0;
}

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

@charset "UTF-8";
.search-modules-results-responsive-view {
    padding: 0;
    margin: 10px -5px;
}

.search-modules-results-responsive-view .search-modules-results-fields {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 50px;
    /* Dropdowns */
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper {
    /* Query, Dropdown and other fields*/
    /* Query Field */
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-label {
    display: block;
    padding: 3px 5px 3px 2px;
}

.tpl-section-header .tpl-section-header-search .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-label {
    color: #ffffff;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder {
    /* Search and other buttons */
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder label {
    font-weight: 400;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type=text],
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select {
    font-size: 18px;
    border: 1px solid #bbbdc0;
    background: #fff;
    color: #909090;
    height: 54px;
    line-height: 54px;
    padding: 4px 14px;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select {
    -webkit-appearance: none;
    -moz-appearance: none !important;
    padding-top: 0;
    padding-bottom: 0;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder .form-field-button {
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
    padding: 0 22px;
    margin: 0;
    height: 54px;
    padding: 0 22px;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field {
    padding: 0 5px;
    margin: 10px 0;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder {
    position: relative;
    padding-right: 114px;
    /* search button */
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.reset {
    display: none !important;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder .form-field-button.search {
    width: 104px;
    padding-left: 2px;
    padding-right: 2px;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #909090;
    top: 50%;
    right: 13px;
    z-index: 0;
    margin-top: -12px;
    right: auto;
    left: 13px;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type=text] {
    padding-left: 40px;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper,
.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: 0 5px;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple.split-three .form-input-wrapper {
    width: 33.3%;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #909090;
    top: 50%;
    right: 13px;
    z-index: 0;
    margin-top: -12px;
    right: 16px;
    margin-top: -10px;
    z-index: 0;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder input[type=text] {
    background: transparent;
    position: relative;
    z-index: 1;
    padding-right: 35px;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper .form-input-holder select {
    position: relative;
    z-index: 1;
    padding-right: 35px;
    background-color: transparent;
    z-index: 1;
    position: relative;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-validation-errors,
.search-modules-results-responsive-view .search-modules-results-fields .form-actions {
    padding: 0 5px;
}

.search-modules-results-responsive-view .search-modules-results-container {
    padding: 0 5px;
}

.child-items-white-text .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-label {
    color: #fff;
}

.tpl-section-header .search-modules-results-fields {
    margin: 0;
}

@media (max-width: 740px) {
    .search-modules-results-responsive-view .search-modules-results-fields {
        /* Dropdowns */
    }
    .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%;
        margin: 10px 0;
    }
}

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

.search-modules-search-field {
    padding: 0;
    margin: 0;
    padding-right: 100px;
    position: relative;
}

.search-modules-search-field .search-input {
    width: 100%;
}

.search-modules-search-field .search-input input {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 32px;
}

.search-modules-search-field .search-input .search-icon,
.search-modules-search-field .search-input .reset-search-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    background: none;
}

.search-modules-search-field .search-input .search-icon {
    top: 0;
    left: 0;
    background: url(../img/search-icon-24x24.png) no-repeat center;
}

.search-modules-search-field .search-input .reset-search-icon {
    display: none;
    top: 0;
    right: 0;
    background: url(../img/close-icon-24x24.png) no-repeat center;
}

.search-modules-search-field .submit-search {
    width: 90px;
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    background: transparent;
    border: solid 1px #f1e4d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 4px;
    color: #f1e4d9;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

.search-modules-search-field ~ .tpl-close-search {
    top: 12px !important;
}

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

.users-modules-change-password-default {
    text-align: center;
    margin: 0 auto;
}

.users-modules-change-password-default .title {
    display: none;
}

.users-modules-change-password-default .body .form {
    padding: 0;
}

.users-modules-change-password-default .body .form.has-labels .form-field {
    padding-left: 0;
}

.users-modules-change-password-default .body .form.has-labels .form-field .field-label {
    position: static;
    float: none;
    text-align: left;
    width: auto;
    padding-bottom: 5px;
}

.users-modules-change-password-default .body .form .form-field .field-wrapper .field-error {
    background: #c00000;
}

.users-modules-change-password-default .body .form .form-field .field-wrapper input.invalid {
    border: 1px solid #c00000;
}

.users-modules-change-password-default .body .form .form-options .submit {
    border-radius: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #a00000;
    background-color: #a00000;
    padding: 0 22px;
    margin: 0;
    margin-top: 8px;
}

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

.users-modules-login h1 {
    font-size: 26px;
    color: #a00000;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    margin: 0;
}

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

.users-modules-login form {
    max-width: 400px;
}

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

.users-modules-login .row .label,
.users-modules-register .form-wrapper .form .form-line .label {
    font-size: 20px;
}

.users-modules-login .row .input input,
.users-modules-register .form-wrapper .form .form-line .input input,
.users-modules-register .form-wrapper .form .form-line .input select {
    height: 36px;
    line-height: 36px;
    border: 1px solid #bbbdc0;
    color: #909090;
    background-color: #fff;
    border-radius: 3px;
    padding: 4px 14px;
}

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

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

.users-modules-login .options .option .label {
    font-size: 20px;
}

.users-modules-login .options .option a {
    color: #a00000;
    font-weight: 700;
    font-size: 15px;
}

.users-modules-login .options .option.register {
    margin-top: 8px;
}

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

.users-modules-login .submit {
    float: right;
    margin: -110px 0 20px;
}

.users-modules-login .submit input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-color: #c00000;
    border: 2px solid #f6343f;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    line-height: normal;
    color: #fff;
    padding: 8px 18px;
    text-transform: uppercase;
}

@media (max-width: 360px) {
    .users-modules-login h1 {
        font-size: 21px;
    }
    .users-modules-login .row .label,
    .users-modules-register .form-wrapper .form .form-line .label {
        font-size: 17px;
    }
    .users-modules-login .options .option .label {
        font-size: 17px;
    }
    .users-modules-login .options .option a {
        font-size: 14px;
    }
    .users-modules-login .submit {
        margin-top: -105px;
    }
}

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

#users-modules-login-popup {
    background-color: #f1e4d9;
    border: none;
}

#users-modules-login-popup .title {
    font-size: 26px;
    color: #a00000;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    margin: 0;
}

#users-modules-login-popup .options .option .label {
    font-size: 20px;
}

#users-modules-login-popup .options .option a {
    color: #a00000;
    font-weight: 700;
    font-size: 15px;
}

#users-modules-login-popup .submit button {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-color: #c00000;
    border: 2px solid #f6343f;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    line-height: normal;
    color: #fff;
    padding: 8px 18px;
    text-transform: uppercase;
}

#users-modules-login-popup .row .input {
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 16px;
    width: 100%;
    border: 1px solid #bbbdc0;
    background: #fff;
    color: #909090;
    padding: 4px 14px;
    margin: 0;
}

#users-modules-login-popup .row label {
    font-size: 20px;
}

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

