@charset "UTF-8";
/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
/*GLOBAL STYLES*/
html, body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

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

body {
    color: #4C4C4C;
    font-family: "Soleil", sans-serif;
    font-size: 18px;
    font-weight: lighter;
    padding-top: 80px;
}

strong {
    font-weight: 700;
    border-radius: 40%;
}

a {
    color: #2A5986;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #DD8731;
}

.tpl-link-with-arrow:before, .tpl-link-with-arrow:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
}

.tpl-link-with-arrow:after {
    content: "\f101";
    margin-left: 6px;
}

.tpl-link-with-arrow-left:before, .tpl-link-with-arrow-left:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
}

.tpl-link-with-arrow-left:before {
    content: "\f100";
    margin-right: 6px;
}

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-body iframe,
.tpl-video-holder iframe {
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 730px) {
    .tpl-body iframe,
    .tpl-video-holder iframe {
        height: 360px;
    }
}

@media (max-width: 520px) {
    .tpl-body iframe,
    .tpl-video-holder iframe {
        height: 240px;
    }
}

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

.tpl-body {
    line-height: 1.45;
}

.tpl-description-text {
    font-size: 22px;
}

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

ul li {
    margin: 10px 0;
    list-style-type: none;
    position: relative;
}

ul li:before {
    position: absolute;
    top: 11px;
    left: -14px;
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 6px;
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}

.tpl-label {
    font-weight: 600;
}

/* Remove default styling on mobile */
button,
textarea,
input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: 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;
}

/* Remove spinner for input[type=number] */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=numeric],
input[type=card],
input[type=phone],
input[type=file],
select,
textarea {
    border: 1px solid #C3C1C1;
    border-radius: 2px;
    height: 55px;
    vertical-align: middle;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #fff;
    color: #4C4C4C;
    padding: 5px 20px;
    margin: 0;
    outline: none;
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: transparent url("../../../../img/extjs/arrow-gray-down.png") right 12px center no-repeat;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0;
}

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

/* 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: #CCCBCB;
    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: #CCCBCB;
    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: #CCCBCB;
    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;
    background: none;
    z-index: 1;
    padding-right: 35px;
}

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

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

h1, .tpl-h1 {
    display: block;
    width: 100%;
    font-size: 60px;
    font-weight: bold;
    font-family: "Soleil", sans-serif;
    color: #2B2B2B;
    margin: 20px 0 10px;
}

h2, .tpl-h2 {
    display: block;
    width: 100%;
    font-size: 54px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 20px 0 10px;
}

h3, .tpl-h3 {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    font-family: "Soleil", sans-serif;
    color: #2B2B2B;
    margin: 10px 0;
}

h4, .tpl-h4 {
    display: block;
    width: 100%;
    font-size: 40px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 5px 0;
}

h5, .tpl-h5 {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: normal;
    font-family: "Soleil", sans-serif;
    color: #000;
    margin: 5px 0;
}

h6, .tpl-h6 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: "Soleil", sans-serif;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
}

.tpl-subtitle {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: lighter;
    font-family: "Soleil", sans-serif;
    text-transform: uppercase;
    color: #000;
}

/*.tpl-body-intro {
	@include tpl-body-intro;
}

.tpl-body-promo {
	@include tpl-body-promo;
}

.tpl-teaser {
	@include tpl-teaser;
}*/
.tpl-small-text {
    font-size: 14px;
    font-weight: 100;
    color: #4C4C4C;
    font-family: "Soleil", sans-serif;
}

.tpl-small-text-bold {
    font-size: 14px;
    font-weight: bold;
    color: #4C4C4C;
    font-family: "Soleil", sans-serif;
}

.tpl-small-text-italic {
    font-size: 14px;
    font-weight: 100;
    color: #4C4C4C;
    font-family: "Soleil", sans-serif;
    font-style: italic;
}

.tpl-tag-label,
.tpl-tag-sep {
    font-size: 14px;
    font-weight: normal;
}

.tpl-tag-item {
    font-size: 14px;
    font-weight: lighter;
}

.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-video-thumbnail {
    position: relative;
}

.tpl-video-thumbnail:before,
.tpl-video-thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    z-index: 2;
    /* above tpl-color-overlay */
    margin-top: -40px;
    margin-left: -40px;
}

.tpl-video-thumbnail:before {
    border: 5px solid #fff;
    border-radius: 50%;
}

.tpl-video-thumbnail:after {
    font-family: "FontAwesome";
    content: "\f04b";
    font-size: 50px;
    padding: 5px 0 0 12px;
}

@media (max-width: 600px) {
    .tpl-video-thumbnail:before,
    .tpl-video-thumbnail:after {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
    .tpl-video-thumbnail:before {
        border-width: 4px;
    }
    .tpl-video-thumbnail:after {
        font-size: 36px;
        padding: 4px 0 0 9px;
    }
}

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

.tpl-background-color-blue {
    background-color: #2A5986;
}

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

.tpl-background-color-purple {
    background-color: #5E4C7B;
}

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

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

.tpl-line-separator {
    width: 100%;
    height: 2px;
    background-color: #CCCBCB;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(40%, #CCCBCB), color-stop(60%, #CCCBCB), to(#fff));
    background-image: linear-gradient(to left, #fff, #CCCBCB 40%, #CCCBCB 60%, #fff);
}

/*.tpl-curved-gradient-shadow {
	position: relative;

	&:after {
		content: " ";
		display: block;
		width: 100%;
		position: absolute;
		bottom: -30px;
		height: 30px;
		box-shadow: radial-gradient(30px 300px, $color-gray 0, transparent 300px);
	}
}*/
.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,
button.submit,
button.reset,
.ui-widget button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
}

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

.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 {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    font-size: 16px;
    height: 40px;
}

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

.tpl-button-small:hover,
button.tpl-button-small:hover,
a.tpl-button-small:hover,
input[type="button"].tpl-button-small:hover,
input[type="submit"].tpl-button-small:hover,
input[type="reset"].tpl-button-small:hover {
    text-decoration: none;
}

.tpl-button-green,
a.tpl-button-green,
button.tpl-button-green,
.ui-widget button.tpl-button-green,
input[type="button"].tpl-button-green,
input[type="submit"].tpl-button-green,
input[type="reset"].tpl-button-green {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    border: 1px solid #6EBB7F;
    background-color: #6EBB7F;
}

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

.tpl-button-green:hover,
a.tpl-button-green:hover,
button.tpl-button-green:hover,
.ui-widget button.tpl-button-green:hover,
input[type="button"].tpl-button-green:hover,
input[type="submit"].tpl-button-green:hover,
input[type="reset"].tpl-button-green:hover {
    text-decoration: none;
    background-color: #30A249;
    border-color: #30A249;
}

.tpl-button-big-green,
a.tpl-button-big-green,
button.tpl-button-big-green,
.ui-widget button.tpl-button-big-green,
input[type="button"].tpl-button-big-green,
input[type="submit"].tpl-button-big-green,
input[type="reset"].tpl-button-big-green {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 55px;
    line-height: 51px;
    padding: 0 40px;
    border: 1px solid #6EBB7F;
    background-color: #6EBB7F;
}

.tpl-button-big-green:hover,
a.tpl-button-big-green:hover,
button.tpl-button-big-green:hover,
.ui-widget button.tpl-button-big-green:hover,
input[type="button"].tpl-button-big-green:hover,
input[type="submit"].tpl-button-big-green:hover,
input[type="reset"].tpl-button-big-green:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.tpl-button-big-green:hover,
a.tpl-button-big-green:hover,
button.tpl-button-big-green:hover,
.ui-widget button.tpl-button-big-green:hover,
input[type="button"].tpl-button-big-green:hover,
input[type="submit"].tpl-button-big-green:hover,
input[type="reset"].tpl-button-big-green:hover {
    text-decoration: none;
    background-color: #30A249;
    border-color: #30A249;
}

.tpl-button-blue,
a.tpl-button-blue,
button.tpl-button-blue,
.ui-widget button.tpl-button-blue,
input[type="button"].tpl-button-blue,
input[type="submit"].tpl-button-blue,
input[type="reset"].tpl-button-blue {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    border: 1px solid #2A5986;
    background-color: transparent;
    color: #2A5986;
}

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

.tpl-button-blue:hover,
a.tpl-button-blue:hover,
button.tpl-button-blue:hover,
.ui-widget button.tpl-button-blue:hover,
input[type="button"].tpl-button-blue:hover,
input[type="submit"].tpl-button-blue:hover,
input[type="reset"].tpl-button-blue:hover {
    text-decoration: none;
    background-color: #2A5986;
    border-color: #2A5986;
    color: #FFF;
}

.tpl-button-outline,
a.tpl-button-outline,
button.tpl-button-outline,
.ui-widget button.tpl-button-outline,
input[type="button"].tpl-button-outline,
input[type="submit"].tpl-button-outline,
input[type="reset"].tpl-button-outline {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    background-color: transparent;
    border-color: #2A5986;
    color: #2A5986;
}

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

.tpl-button-outline:hover,
a.tpl-button-outline:hover,
button.tpl-button-outline:hover,
.ui-widget button.tpl-button-outline:hover,
input[type="button"].tpl-button-outline:hover,
input[type="submit"].tpl-button-outline:hover,
input[type="reset"].tpl-button-outline:hover {
    text-decoration: none;
    background-color: #2A5986;
    color: #FFF;
}

.tpl-button-small-blue,
button.tpl-button-small-blue,
a.tpl-button-small-blue,
input[type="button"].tpl-button-small-blue,
input[type="submit"].tpl-button-small-blue,
input[type="reset"].tpl-button-small-blue {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #2A5986;
    background-color: transparent;
    color: #2A5986;
    font-size: 16px;
    height: 40px;
}

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

.tpl-button-small-blue:hover,
button.tpl-button-small-blue:hover,
a.tpl-button-small-blue:hover,
input[type="button"].tpl-button-small-blue:hover,
input[type="submit"].tpl-button-small-blue:hover,
input[type="reset"].tpl-button-small-blue:hover {
    text-decoration: none;
}

.tpl-button-small-blue:hover,
button.tpl-button-small-blue:hover,
a.tpl-button-small-blue:hover,
input[type="button"].tpl-button-small-blue:hover,
input[type="submit"].tpl-button-small-blue:hover,
input[type="reset"].tpl-button-small-blue:hover {
    text-decoration: none;
    background-color: #2A5986;
    border-color: #2A5986;
    color: #FFF;
}

.tpl-button-small-light-teal,
button.tpl-button-small-light-teal,
a.tpl-button-small-light-teal,
input[type="button"].tpl-button-small-light-teal,
input[type="submit"].tpl-button-small-light-teal,
input[type="reset"].tpl-button-small-light-teal {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #C7E1E5;
    background-color: #E3F4F7;
    color: #2A5986;
    font-size: 16px;
    height: 40px;
}

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

.tpl-button-small-light-teal:hover,
button.tpl-button-small-light-teal:hover,
a.tpl-button-small-light-teal:hover,
input[type="button"].tpl-button-small-light-teal:hover,
input[type="submit"].tpl-button-small-light-teal:hover,
input[type="reset"].tpl-button-small-light-teal:hover {
    text-decoration: none;
}

.tpl-button-small-light-teal:hover,
button.tpl-button-small-light-teal:hover,
a.tpl-button-small-light-teal:hover,
input[type="button"].tpl-button-small-light-teal:hover,
input[type="submit"].tpl-button-small-light-teal:hover,
input[type="reset"].tpl-button-small-light-teal:hover {
    text-decoration: none;
    background-color: #C7E1E5;
    border-color: #C7E1E5;
    color: #2A5986;
}

.tpl-button-small-green,
button.tpl-button-small-green,
a.tpl-button-small-green,
input[type="button"].tpl-button-small-green,
input[type="submit"].tpl-button-small-green,
input[type="reset"].tpl-button-small-green {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #6EBB7F;
    background-color: #6EBB7F;
    font-size: 16px;
    height: 40px;
}

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

.tpl-button-small-green:hover,
button.tpl-button-small-green:hover,
a.tpl-button-small-green:hover,
input[type="button"].tpl-button-small-green:hover,
input[type="submit"].tpl-button-small-green:hover,
input[type="reset"].tpl-button-small-green:hover {
    text-decoration: none;
}

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

.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 {
    opacity: 0.5;
    cursor: not-allowed;
}

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

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

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

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

/* 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;
}

.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: #2A5986;
    font-weight: 400;
    font-family: "Soleil", sans-serif;
    text-align: center;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    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: #2A5986;
}

.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: #2A5986;
    border-color: #2A5986;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #CCCBCB;
    margin: 4px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #EAA259;
}

/* Tags */
.tpl-tags-holder {
    font-size: 14px;
}

.tpl-tags-holder .tpl-label {
    font-weight: 600;
}

.tpl-tags-holder a.tag-item {
    color: #73C0CF;
}

/* Calendar Day (month and big day) */
.tpl-cal-day, .tpl-cal-day a, .tpl-cal-day a:hover, .tpl-cal-day a:active, .tpl-cal-day a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.tpl-cal-day .tpl-cal-day-inner {
    position: relative;
    max-width: 135px;
    text-align: center;
    overflow: hidden;
    padding: 17px 10px;
    /*&:before,
        &:after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            z-index: 2;
            margin-top: -7px;
        }
        &:before {
            left: 0;
            border-width: 7px 0 7px 10px;
            border-color: transparent transparent transparent #ffffff;
        }
        &:after {
            right: 0;
            border-width: 7px 10px 7px 0;
            border-color: transparent #ffffff transparent transparent;
        }*/
}

.tpl-cal-day .tpl-cal-day-inner .tpl-bg:before,
.tpl-cal-day .tpl-cal-day-inner .tpl-bg:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 40%;
}

.tpl-cal-day .tpl-cal-day-inner .tpl-bg:before {
    top: 0;
    background-color: #00366A;
}

.tpl-cal-day .tpl-cal-day-inner .tpl-bg:after {
    bottom: 0;
    background-color: #2A5986;
}

.tpl-cal-day .tpl-cal-day-inner .tpl-bg-middle:before,
.tpl-cal-day .tpl-cal-day-inner .tpl-bg-middle:after {
    display: block;
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 18px;
    border-color: #00366A transparent #2A5986 transparent;
    height: 0;
    width: 60%;
    top: 50%;
    margin-top: -18px;
}

.tpl-cal-day .tpl-cal-day-inner .tpl-bg-middle:before {
    left: -10px;
}

.tpl-cal-day .tpl-cal-day-inner .tpl-bg-middle:after {
    right: -10px;
}

.tpl-cal-day .tpl-month,
.tpl-cal-day .tpl-day {
    position: relative;
    z-index: 1;
    line-height: 1;
}

.tpl-cal-day .tpl-month {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.tpl-cal-day .tpl-day {
    font-weight: 700;
    font-size: 80px;
    margin-top: -4px;
    padding-bottom: 4px;
}

/*===============================*/
/* 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;
    background-color: #2A5986;
    z-index: 9999;
}

.ui-dialog .ui-dialog-titlebar {
    border-radius: 0;
    padding: 5px 15px 6px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.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: #EFF0F0;
    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: #EFF0F0;
    padding: 20px 15px 5px 20px;
}

.ui-dialog .ui-dialog-content form label {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 7px;
}

.ui-dialog .ui-dialog-content form input[type=text] {
    font-size: 20px;
    padding: 5px 20px !important;
    background-color: #00366A;
    border-color: #00366A;
    color: #fff;
}

.ui-dialog .ui-dialog-content form textarea {
    font-size: 20px;
    height: 110px;
    padding: 6px 10px !important;
    background-color: #00366A;
    border-color: #00366A;
    color: #fff;
}

.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 {
    margin-top: 20px;
    float: none;
}

.ui-dialog .ui-dialog-buttonpane button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
}

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

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

.ui-dialog.ui-dialog-send-message .ui-dialog-titlebar .ui-button {
    position: absolute;
    top: 15px;
    right: 15px;
}

.ui-dialog.ui-dialog-send-message .ui-dialog-titlebar .ui-button:after, .ui-dialog.ui-dialog-send-message .ui-dialog-titlebar .ui-button:before {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}

.ui-dialog.ui-dialog-send-message .ui-dialog-titlebar .ui-button:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.ui-dialog.ui-dialog-send-message .ui-dialog-titlebar .ui-button .ui-button-text {
    display: none;
}

.ui-dialog.ui-dialog-send-message .ui-dialog-titlebar .ui-button,
.ui-dialog.ui-dialog-send-message .ui-dialog-titlebar .ui-state-default,
.ui-dialog.ui-dialog-send-message .ui-dialog-titlebar.ui-widget-header .ui-state-default {
    background-color: transparent;
}

.ui-datepicker {
    width: 13em;
}

.ui-datepicker select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}

.ui-datepicker td {
    background: #f8f8f8;
}

.ui-datepicker td a {
    text-shadow: none !important;
}

.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 table {
    font-size: 13px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    line-height: normal;
    height: auto;
    font-size: 16px;
}

/*=============================*/
/* jQuery UI adjustments - End */
/*=============================*/
/*==========================================================================*/
/* Bootstrap adjustments - Start ===========================================*/
/*==========================================================================*/
.c-indicator {
    content: " ";
    display: inline-block;
    border: 1px solid #C3C1C1;
    width: 22px;
    height: 22px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    background: none;
}

.c-checkbox {
    margin-bottom: 0;
}

.c-checkbox .c-label {
    margin-left: 5px;
}

.c-checkbox .c-indicator {
    border: 1px solid #C3C1C1;
    border-radius: 1px;
}

.c-checkbox > input:checked ~ .c-indicator {
    border: 4px solid #6EBB7F;
    background: #6EBB7F;
    color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.c-radio .c-indicator {
    border: 1px solid #C3C1C1;
    border-radius: 50%;
}

.c-radio > input:checked ~ .c-indicator {
    background-color: transparent;
    border-color: #C3C1C1;
}

.c-radio > input:checked ~ .c-indicator:after {
    content: "";
    display: block;
    border-radius: 50%;
    background: #6EBB7F;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 -5px;
}

.c-input.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.btn-primary, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .btn-primary.dropdown-toggle, .open > .btn-primary, .open > .btn-primary.dropdown-toggle,
.btn-default,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-default.dropdown-toggle, .open >
.btn-default, .open >
.btn-default.dropdown-toggle {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}

.btn-primary:hover, .btn-primary:focus:hover, .btn-primary.focus:hover, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.dropdown-toggle:hover, .open > .btn-primary:hover, .open > .btn-primary.dropdown-toggle:hover,
.btn-default:hover,
.btn-default:focus:hover,
.btn-default.focus:hover,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.dropdown-toggle:hover, .open >
.btn-default:hover, .open >
.btn-default.dropdown-toggle:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.btn-primary:hover, .btn-primary:focus:hover, .btn-primary.focus:hover, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.dropdown-toggle:hover, .open > .btn-primary:hover, .open > .btn-primary.dropdown-toggle:hover,
.btn-default:hover,
.btn-default:focus:hover,
.btn-default.focus:hover,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.dropdown-toggle:hover, .open >
.btn-default:hover, .open >
.btn-default.dropdown-toggle:hover {
    text-decoration: none;
}

.btn-primary:hover, .btn-primary:focus:hover, .btn-primary.focus:hover, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.dropdown-toggle:hover, .open > .btn-primary:hover, .open > .btn-primary.dropdown-toggle:hover,
.btn-default:hover,
.btn-default:focus:hover,
.btn-default.focus:hover,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.dropdown-toggle:hover, .open >
.btn-default:hover, .open >
.btn-default.dropdown-toggle:hover {
    color: #fff;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
fieldset[disabled] .btn-primary:hover {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.btn-primary.disabled:hover:hover,
.btn-primary:disabled:hover:hover,
fieldset[disabled] .btn-primary:hover:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.btn-primary.disabled:hover:hover,
.btn-primary:disabled:hover:hover,
fieldset[disabled] .btn-primary:hover:hover {
    text-decoration: none;
}

a.btn.disaabled,
fieldset[disabled] a.btn {
    pointer-events: auto;
}

.dropdown-toggle .caret {
    display: none;
}

.dropdown-toggle:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "";
    font-size: 16px;
    width: auto;
    height: auto;
    border: none;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
    background-color: #2B2B2B;
    border-color: #2B2B2B;
    color: #fff;
}

.btn-dark.dropdown-toggle:after,
.btn-dark:hover.dropdown-toggle:after,
.btn-dark:focus.dropdown-toggle:after {
    color: #fff;
}

.btn.disabled,
.btn:disabled,
fieldset[disabled] .btn {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    min-width: 170px;
    max-height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 5px 0;
}

.dropdown-item,
.btn-group .dropdown-menu .dropdown-item,
.ui.dropdown .menu > .item,
.processes-modules-task-list.default .filter-buttons .filters-wrapper-workflow .dropdown-menu .li a {
    font-size: 13px;
    line-height: normal;
    padding: 15px 18px !important;
}

.dropdown-item,
.ui.dropdown .menu > .item,
.processes-modules-task-list.default .filter-buttons .filters-wrapper-workflow .dropdown-menu .li a {
    font-weight: 600;
    color: #4C4C4C;
    cursor: pointer;
}

.dropdown-item:focus, .dropdown-item:hover,
.ui.dropdown .menu > .item:focus,
.ui.dropdown .menu > .item:hover,
.processes-modules-task-list.default .filter-buttons .filters-wrapper-workflow .dropdown-menu .li a:focus,
.processes-modules-task-list.default .filter-buttons .filters-wrapper-workflow .dropdown-menu .li a:hover {
    background-color: #EFF0F0;
}

.custom-dropdown-wrapper .custom-dropdown-popup .card-header .title i.pull-left,
.custom-dropdown-wrapper .custom-dropdown-popup .card-header .title i.pull-right {
    line-height: 1.4rem;
}

.custom-dropdown-wrapper .custom-dropdown-popup .card-header .title i:after {
    font-family: "FontAwesome";
    font-size: 0.688rem;
}

.custom-dropdown-wrapper .custom-dropdown-popup .card-header .primary-title i:after {
    content: "";
    color: #7d7d7d;
}

.custom-dropdown-wrapper .custom-dropdown-popup .card-header .secondary-title {
    color: #92D4E0;
}

.custom-dropdown-wrapper .custom-dropdown-popup .card-header .secondary-title i:after {
    content: "";
    font-family: "FontAwesome";
}

.custom-dropdown-wrapper .custom-dropdown-popup .card-block .content .help-text i:after {
    content: "\f05a";
    font-style: normal;
    font-family: "FontAwesome";
    margin-right: 0.2rem;
}

.custom-dropdown-wrapper .custom-dropdown-popup .card-block .content.secondary-content .custom-range.selected,
.custom-dropdown-wrapper .custom-dropdown-popup .card-block .content.secondary-content .custom-range:hover {
    background-color: #6EBB7F;
    color: #fff;
}

.custom-dropdown-wrapper.active .custom-dropdown-clear-button button {
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.custom-dropdown-wrapper.active .custom-dropdown-clear-button button:before, .custom-dropdown-wrapper.active .custom-dropdown-clear-button button:after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}

.custom-dropdown-wrapper.active .custom-dropdown-clear-button button:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.form-group.payment-methods .field-dropdown .payment-method {
    position: relative;
    padding-right: 50px;
}

.form-group.payment-methods .field-dropdown .payment-method:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 40px;
    line-height: 40px;
    width: 42px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% auto;
    margin-top: -20px;
}

.form-group.payment-methods .field-dropdown .payment-method.american-express:after {
    background-image: url("../img/payment_methods/dark/american-express.png");
}

.form-group.payment-methods .field-dropdown .payment-method.diners:after {
    background-image: url("../img/payment_methods/dark/diners.png");
}

.form-group.payment-methods .field-dropdown .payment-method.discover:after {
    background-image: url("../img/payment_methods/dark/discover.png");
}

.form-group.payment-methods .field-dropdown .payment-method.maestro:after {
    background-image: url("../img/payment_methods/dark/maestro.png");
}

.form-group.payment-methods .field-dropdown .payment-method.mastercard:after {
    background-image: url("../img/payment_methods/dark/mastercard.png");
}

.form-group.payment-methods .field-dropdown .payment-method.paypal:after {
    background-image: url("../img/payment_methods/dark/paypal.png");
}

.form-group.payment-methods .field-dropdown .payment-method.skrill:after {
    background-image: url("../img/payment_methods/dark/skrill.png");
}

.form-group.payment-methods .field-dropdown .payment-method.visa-electron:after {
    background-image: url("../img/payment_methods/dark/visa-electron.png");
}

.form-group.payment-methods .field-dropdown .payment-method.visa:after {
    background-image: url("../img/payment_methods/dark/visa.png");
}

.form-group.payment-methods .field-dropdown .payment-method.western-union:after {
    background-image: url("../img/payment_methods/dark/western-union.png");
}

.form-group.payment-methods .field-dropdown .payment-method.method-type-check:after {
    font-family: "checkicon";
    content: "\e010";
    font-size: 36px;
    font-weight: normal;
}

.form-group.payment-methods .field-dropdown .dropdown-toggle .hidden-part {
    font-size: 10px;
}

.form-group.payment-methods .field-dropdown .add-payment-method {
    margin-right: 0;
}

.form-group.payment-methods.payment-methods-empty .field-dropdown .select-payment-method .btn-primary,
#edit-recurring-batch .modal-dialog .modal-content .modal-body .form-group.payment-methods.payment-methods-empty .field-dropdown .select-payment-method .btn-primary {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: auto;
}

.form-group.payment-methods.payment-methods-empty .field-dropdown .select-payment-method .dropdown-menu {
    display: none;
}

.form-group.payment-methods.payment-methods-empty .no-payment-methods-message {
    margin: 8px 0 20px;
}

@media (max-width: 380px) {
    .form-group.payment-methods .field-dropdown .payment-method {
        padding-right: 40px;
    }
    .form-group.payment-methods .field-dropdown .payment-method:after {
        width: 32px;
    }
    .form-group.payment-methods .field-dropdown .payment-method.method-type-check:after {
        font-size: 30px;
    }
    .form-group.payment-methods .field-dropdown .dropdown-toggle .hidden-part {
        font-size: 9px;
    }
    .form-group.payment-methods .field-dropdown .add-payment-method button.btn-primary,
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .form-group.payment-methods .field-dropdown .add-payment-method button.btn-primary {
        background: none;
        border: none;
        color: #CCCBCB;
        padding-left: 0;
        padding-right: 0;
        margin-left: 4px;
    }
}

.modal-dialog {
    color: #fff;
    background-color: #2A5986;
}

.modal-dialog .modal-header {
    position: relative;
    border-bottom: none;
    padding: 30px 36px 15px;
}

.modal-dialog .modal-header .modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin: 0;
}

.modal-dialog .modal-header .close {
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
}

.modal-dialog .modal-header .close:before, .modal-dialog .modal-header .close:after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}

.modal-dialog .modal-header .close:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.modal-dialog .modal-header .close span {
    display: none;
}

.modal-dialog .modal-content {
    border-radius: 2px;
    background: none;
    border: none;
}

.modal-dialog .modal-content .modal-footer {
    color: #2B2B2B;
    background-color: #fff;
}

.has-error .form-control {
    border-color: #FF1C00;
}

/*==========================================================================*/
/* Bootstrap adjustments - End =============================================*/
/*==========================================================================*/
/*======================*/
/* Custom Alert - Start */
/*======================*/
.customAlertModalFrame {
    background: rgba(0, 0, 0, 0.5) !important;
}

.customAlert {
    min-width: 510px;
    border: none;
    font-family: "Soleil", sans-serif;
    background: transparent;
}

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

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

.customAlert .customAlertInner .customAlertTitle {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: "Soleil", sans-serif;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
    position: relative;
    color: #FFF;
    padding: 24px 50px 5px 25px;
    margin: 0;
    background: #2A5986;
    text-align: center;
    border-radius: 2px 2px 0 0;
}

.customAlert .customAlertInner .customAlertTitle a.closeAlert {
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.customAlert .customAlertInner .customAlertTitle a.closeAlert:before, .customAlert .customAlertInner .customAlertTitle a.closeAlert:after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}

.customAlert .customAlertInner .customAlertTitle a.closeAlert:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.customAlert .customAlertInner .customAlertMsg {
    font-family: "Soleil", sans-serif;
    position: relative;
    padding: 25px 30px;
    background: #2A5986;
    color: #FFF;
}

.customAlert .customAlertMsg a {
    color: #2A5986;
}

.customAlert.takeover-popup .customAlertMsg a {
    color: #DD8731;
}

.customAlert.takeover-popup .customAlertMsg a:hover {
    text-decoration: underline;
}

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

.customAlert.motion-popup.add-to-interest-list .customAlertInner .customAlertMsg br {
    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;
    display: block;
}

.customAlert .customAlertInner .customAlertMsg {
    /* Custom radio */
}

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

.customAlert .customAlertInner .customAlertMsg input[type=text],
.customAlert .customAlertInner .customAlertMsg input[type=email],
.customAlert .customAlertInner .customAlertMsg input[type=password],
.customAlert .customAlertInner .customAlertMsg input[type=number],
.customAlert .customAlertInner .customAlertMsg input[type=numeric],
.customAlert .customAlertInner .customAlertMsg input[type=card],
.customAlert .customAlertInner .customAlertMsg input[type=phone],
.customAlert .customAlertInner .customAlertMsg input[type=file],
.customAlert .customAlertInner .customAlertMsg select,
.customAlert .customAlertInner .customAlertMsg textarea {
    color: #fff;
    background: #00366A;
    border: none;
}

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

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

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

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

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

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

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

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

.customAlert .customAlertInner .customAlertError {
    display: block;
    background: #2A5986;
    color: #FF1C00;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

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

.customAlert .customAlertInner .pop-up-buttons a {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 40px;
    margin: 7px 0 0;
}

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

.customAlert .customAlertInner .customAlertButtons,
.customAlert .customAlertInner .customAlertButtons.right,
.customAlert .customAlertInner .customAlertButtons.center {
    background: #FFF;
    text-align: left;
    padding: 18px 30px;
    margin: 0;
    border-radius: 0 0 2px 2px;
}

.customAlert button,
.customAlert .customAlertInner .customAlertButtons button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    padding-left: 18px;
    padding-right: 18px;
    margin: 3px 5px;
}

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

a.tpl-arrow-link,
button.tpl-arrow-link,
.customAlert .customAlertInner .customAlertButtons button.tpl-arrow-link {
    font-size: 18px;
    color: #2A5986;
    background: transparent;
    background-color: transparent;
    border: none;
}

a.tpl-arrow-link:after,
button.tpl-arrow-link:after,
.customAlert .customAlertInner .customAlertButtons button.tpl-arrow-link:after {
    font-size: 16px;
    font-family: "FontAwesome";
    content: "\f054\f054";
    color: #2A5986;
    margin-left: 10px;
}

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

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

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

.customAlert.advocacy-donate-popup-custom-alert {
    position: absolute;
    top: 20px !important;
}

.customAlert.remove-payment-method-custom-alert .customAlertInner .customAlertTitle a.closeAlert {
    display: block !important;
}

/* Responsive - Custom Alert */
@media (max-width: 520px) {
    .customAlert,
    .customAlert.newCampaignOptions {
        min-width: 0;
    }
    .customAlert .customAlertInner {
        padding-bottom: 10px;
    }
    .customAlert .customAlertInner .customAlertTitle {
        font-size: 18px;
        padding: 10px 40px 10px 15px;
    }
    .customAlert .customAlertInner .customAlertTitle a.closeAlert {
        right: 10px;
    }
    .customAlert .customAlertInner .customAlertMsg {
        padding: 15px;
    }
    .customAlert .customAlertInner .customAlertButtons,
    .customAlert .customAlertInner .customAlertButtons.right {
        padding: 0 10px;
    }
    .customAlert.advocacy-donate-popup-custom-alert {
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }
}

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

	.tpl-field {
		float: left;
		width: 100%;
		padding-right: 140px;

		input {
			@include tpl-input-field-big(false);
			padding-left: 30px;
			padding-right: 50px;
			text-align: center;
		}

		.tpl-field-wrap {
			position: relative;
		}
		.tpl-field-wrap:before {
			content: '$';
			position: absolute;
			top: 0;
			left: 10px;
			color: $color-gray;
			line-height: $field-height-big;
		}

		.tpl-field-wrap:after {
			content: 'USD';
			position: absolute;
			top: 0;
			right: 10px;
			color: $color-gray;
			line-height: $field-height-big;
		}
	}

	.tpl-amount-submit {
		@include tpl-button-big();
		float: right;
		margin-top: $field-height-big - 2 * $field-height-big;
	}
}

@media (max-width: 700px) {
	.tpl-giving-form {
		.tpl-field {
			float: none;
			width: 100%;
			padding-right: 0;
		}

		.tpl-amount-submit {
			float: none;
			width: 100%;
			margin-top: 10px;
		}
	}
}*/
/* Audio player */
/*.tpl-audio-holder {
  border-radius: $border-radius;;
  background-color: $color-sand;
  padding: 13px;

  .audiojs .play-pause p {
	border-radius: $border-radius;;
	background-color: $color-orange;
  }
  .audiojs .play-pause p:after {
	margin-left: 1px;
  }

  .audiojs .scrubber,
  .audiojs .scrubber .loaded,
  .audiojs .scrubber .progress {
	border-radius: $border-radius;;
  }
  .audiojs .scrubber {
	background-color: #D7D2CB;
  }
  .audiojs .scrubber .loaded {
	background-color: $color-gray;
  }
  .audiojs .scrubber .progress {
	background-color: $color-orange;
  }

  .audiojs .time span {
	color: $color;
	font-family: $font-family;
	padding-top: 2px;
  }
}*/
/* Share buttons */
.tpl-action-buttons .tpl-action-button {
    border-top: 1px solid #CCCBCB;
    border-left: 1px solid #CCCBCB;
    position: relative;
    cursor: pointer;
    color: #CCCBCB;
    font-size: 13px;
    padding: 3px 6px;
}

.tpl-action-buttons .tpl-action-button i {
    border-radius: 2px;
    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: none;
    padding-left: 2px;
}

/*=====================================================*/
/* Funding / Contributions (with progress bar) - Start */
/*=====================================================*/
.tpl-funding-wrapper .tpl-funding-title span.tpl-funding-donated {
    font-size: 20px;
    color: #000;
}

.tpl-funding-wrapper .tpl-funding-title label {
    font-weight: 600;
    font-size: 16px;
    color: #A9A7A7;
}

.tpl-funding-wrapper .tpl-funding-title span.tpl-funding-total {
    float: right;
    font-weight: 600;
    font-size: 16px;
}

.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-progress {
    background-color: #CCCBCB;
    border-radius: 1px;
}

.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-progress .tpl-funding-progress-level {
    height: 15px;
    background-color: #4C4C4C;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-progress .tpl-funding-progress-level.tpl-colored-progress {
    background-color: #5E4C7B;
}

.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper {
    line-height: 1.2;
}

.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span span {
    display: inline-block;
    font-size: 15px;
}

.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span.tpl-funding-percentage {
    float: left;
    text-align: right;
}

.tpl-funding-wrapper .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span.tpl-funding-percentage span {
    width: 34px;
    text-align: left;
    margin-right: -17px;
}

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

.tpl-funding-wrapper.tpl-funding-almost-complete .tpl-funding-progress-wrapper .tpl-funding-progress .tpl-funding-progress-level {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

.tpl-funding-wrapper.tpl-funding-almost-complete .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span.tpl-funding-percentage span {
    margin-right: 0;
}

.tpl-funding-wrapper.tpl-funding-almost-complete .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span.tpl-funding-percentage-total {
    display: none;
}

.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-title span.tpl-funding-donated {
    font-size: 11px;
}

.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-title label {
    font-size: 9px;
}

.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-title span.tpl-funding-total {
    font-size: 9px;
}

.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-progress-wrapper .tpl-funding-progress .tpl-funding-progress-level {
    height: 10px;
}

.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span span {
    font-size: 9px;
    vertical-align: top;
}

.tpl-funding-wrapper.tpl-funding-wrapper-small .tpl-funding-progress-wrapper .tpl-funding-percentage-wrapper span.tpl-funding-percentage span {
    width: 18px;
    margin-right: -9px;
}

/*===================================================*/
/* Funding / Contributions (with progress bar) - End */
/*===================================================*/
/*=================================================*/
/* Summary - Global style for summary view - Start */
/*=================================================*/
/*.tpl-architect-summary {
	position: relative;
	background: #fff;
	margin: 25px 0;

	$image-width: 30%;
	$content-side-padding: 22px;

	.tpl-image-holder {
		display: block;
		float: left;
		width: $image-width;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;

		img {
			width: 100%;
			min-height: 185px;
			max-height: 360px;
		}
	}

	.tpl-color-overlay {
		background-color: $background-color-overlay;
	}

	.tpl-content {
		padding: 10px $content-side-padding 15px;
	}
	&.has-image .tpl-content {
		float: left;
		width: 70%;
	}
	&.no-image .tpl-content {
		padding-bottom: 35px;
	}

	.tpl-title a {
		color: $color;
		font-weight: 400;
	}

	.tpl-bottom-actions {
		position: absolute;
		bottom: 10px;
		left: $image-width;
		padding-left: $content-side-padding;

		.tpl-bottom-action {
			font-size: 16px;
			margin-right: 15px;

			i {
				vertical-align: middle;
				font-size: 15px;
				font-weight: 400;
				color: #333;
				margin-right: 5px;
			}
			span {
				vertical-align: middle;
			}
		}
	}

	.tpl-button-bottom-right {
		position: absolute;
		bottom: 0;
		right: 0;
		height: auto;
		border-radius: 0px;;
		@include border-top-left-radius($border-radius);
		font-size: 16px;
		padding: 6px 12px;
	}
	.tpl-button-bottom-right:after {
		font-family: $font-family-icons;
		content: "\f061";
		margin-left: 10px;
	}
}

@media (max-width: 1000px) {
	.tpl-architect-summary {
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;

		.tpl-image-holder {
			float: none;
			width: 100%;
		}

		.tpl-content,
		&.no-image .tpl-content {
			padding-bottom: 40px;
		}
		&.has-image .tpl-content {
			float: none;
			width: 100%;
		}

		.tpl-bottom-actions {
			left: 0;
		}
	}
}

@media (max-width: 550px) {
	.tpl-architect-summary .tpl-bottom-actions {
		position: static;
		padding: 10px 0 0;

		.tpl-bottom-action {
			display: block;
			float: left;
			clear: both;
			margin-top: 2px;
			margin-bottom: 2px;
		}
	}
}*/
/*===============================================*/
/* Summary - Global style for summary view - End */
/*===============================================*/
/*===============================*/
/* Advocacy Details View - Start */
/*===============================*/
.tpl-advocacy-details .tpl-title {
    font-size: 42px;
    line-height: 1.1;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    font-weight: 300;
    padding: 18px 0 20px;
    margin: 35px 0 20px;
}

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

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

.tpl-advocacy-details .tpl-body {
    float: left;
    width: 68%;
    padding-right: 20px;
}

@media (max-width: 800px) {
    .tpl-advocacy-details .tpl-title {
        font-size: 38px;
    }
}

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

/*=============================*/
/* Advocacy Details View - End */
/*=============================*/
/*==============================*/
/* Advocacy Review View - Start */
/*==============================*/
.tpl-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button,
.tpl-advocacy-review .tpl-advocacy-page-footer .tpl-advocacy-action-button {
    padding: 0 15px;
}

.tpl-advocacy-review .tpl-advocacy-page-title {
    border-top: 2px solid #D8D8D8;
    border-bottom: 2px solid #D8D8D8;
    padding: 12px 0;
}

.tpl-advocacy-review .tpl-advocacy-page-title h3 {
    display: block;
    width: 100%;
    font-size: 40px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 5px 0;
    float: left;
    width: 60%;
    line-height: 1.1;
    padding-right: 20px;
    margin: 8px 0 10px;
}

.tpl-advocacy-review .tpl-advocacy-page-title h3 a {
    color: #2B2B2B;
    font-weight: 300;
}

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

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

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

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

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

.tpl-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-funding-wrapper {
    margin: 52px 0 3px;
}

.tpl-advocacy-review .tpl-advocacy-page-footer {
    border-top: 2px solid #D8D8D8;
    padding: 12px 0;
}

.tpl-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-go-back-button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    background: none;
    border: none;
    color: #2A5986;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 6px 15px 6px 0;
}

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

.tpl-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-go-back-button:before, .tpl-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-go-back-button:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
}

.tpl-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-go-back-button:before {
    content: "\f100";
    margin-right: 6px;
}

.tpl-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-go-back-button:hover {
    color: #EAA259;
    background: none;
}

.tpl-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-action-button {
    float: right;
    margin: 6px 0;
}

@media (max-width: 800px) {
    .tpl-advocacy-review {
        text-align: center;
    }
    .tpl-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button,
    .tpl-advocacy-review .tpl-advocacy-page-footer .tpl-advocacy-action-button {
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
    }
    .tpl-advocacy-review .tpl-advocacy-page-title h3,
    .tpl-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button {
        float: none;
        width: 100%;
        margin: 10px auto;
    }
    .tpl-advocacy-review .tpl-advocacy-page-title h3 {
        padding-right: 0;
        margin-top: 3px;
    }
    .tpl-advocacy-review .tpl-advocacy-page-title .tpl-advocacy-action-button {
        margin-bottom: 12px;
    }
    .tpl-advocacy-review .tpl-campaign-details {
        max-width: 590px;
        padding: 20px 0;
        margin: 0 auto;
    }
    .tpl-advocacy-review .tpl-campaign-details .tpl-image-holder,
    .tpl-advocacy-review .tpl-campaign-details .tpl-content-holder {
        float: none;
        width: 100%;
        padding: 0;
    }
    .tpl-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-body {
        padding-right: 0;
    }
    .tpl-advocacy-review .tpl-campaign-details .tpl-content-holder .tpl-funding-wrapper {
        text-align: left;
    }
    .tpl-advocacy-review .tpl-advocacy-page-footer {
        text-align: center;
    }
    .tpl-advocacy-review .tpl-advocacy-page-footer a.tpl-advocacy-action-button {
        float: none;
    }
}

/*============================*/
/* Advocacy Review View - End */
/*============================*/
/*======================================================================================*/
/* Category Summary (Advocacy) and Contribution Summary (Contributions) modules - Start */
/*======================================================================================*/
.advocacy-modules-category-summary,
.contributions-modules-contribution-summary {
    padding: 20px 0;
    margin: 0 auto;
}

.advocacy-modules-category-summary .title-box,
.contributions-modules-contribution-summary .title-box {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: "Soleil", sans-serif;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
    background: none;
    text-align: left;
    padding: 8px 2px;
    margin: 0;
}

.advocacy-modules-category-summary .body-box,
.contributions-modules-contribution-summary .body-box {
    background: #EFF0F0;
    min-height: 380px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 0;
}

.advocacy-modules-category-summary .body-box .summary-text,
.contributions-modules-contribution-summary .body-box .summary-text {
    color: #fff;
    background: #5E4C7B;
    font-style: normal;
    height: auto;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 15px;
    margin: 0;
}

.advocacy-modules-category-summary .body-box .summary-text span,
.contributions-modules-contribution-summary .body-box .summary-text span {
    color: #fff;
    font-weight: 300;
}

.advocacy-modules-category-summary .body-box .campaigns,
.contributions-modules-contribution-summary .body-box .campaigns {
    padding: 10px 20px;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign,
.contributions-modules-contribution-summary .body-box .campaigns .campaign {
    min-height: 60px;
    padding-left: 70px;
    margin: 16px 0;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign img,
.contributions-modules-contribution-summary .body-box .campaigns .campaign img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .name,
.contributions-modules-contribution-summary .body-box .campaigns .campaign .name {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 5px 1px 0;
}

@media (max-width: 900px) {
    .advocacy-modules-category-summary .body-box .campaigns,
    .contributions-modules-contribution-summary .body-box .campaigns {
        padding: 4px 16px;
    }
}

/*====================================================================================*/
/* Category Summary (Advocacy) and Contribution Summary (Contributions) modules - End */
/*====================================================================================*/
/*==================================*/
/* Slider / Article Rotator - Start */
/*==================================*/
.tpl-architect-slide {
    position: relative;
    width: 100%;
    height: 430px;
}

.tpl-architect-slide .tpl-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

.tpl-architect-slide .tpl-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
}

.tpl-architect-slide .tpl-content .tpl-title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: table;
    width: auto;
    padding: 8px 0;
    margin: 0;
}

.tpl-architect-slide .tpl-content .tpl-title label {
    cursor: pointer;
    color: #EAA259;
    padding-right: 5px;
}

.tpl-architect-slide .tpl-content .tpl-title i {
    position: relative;
    margin-left: 8px;
}

.tpl-architect-slide .tpl-content .tpl-title i.hidden {
    display: none;
}

.tpl-architect-slide .tpl-content .tpl-title i.tpl-arrow-down:after, .tpl-architect-slide .tpl-content .tpl-title i.tpl-arrow-up:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -2px;
}

.tpl-architect-slide .tpl-content .tpl-title i.tpl-arrow-down:after {
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}

.tpl-architect-slide .tpl-content .tpl-title i.tpl-arrow-up:after {
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
}

.tpl-architect-slide .tpl-content .tpl-expandable-content.hidden {
    display: none;
}

.tpl-architect-slide .tpl-content .tpl-expandable-content .tpl-body {
    margin-top: -4px;
}

.tpl-architect-slide .tpl-content .tpl-expandable-content .tpl-full-view-link {
    padding: 10px 0 15px;
}

.tpl-architect-slide .tpl-content .tpl-expandable-content .tpl-full-view-link a {
    text-transform: uppercase;
    font-size: 14px;
}

.tpl-architect-slide .tpl-content .tpl-expandable-content .tpl-full-view-link a, .tpl-architect-slide .tpl-content .tpl-expandable-content .tpl-full-view-link a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 750px) {
    .tpl-architect-slide {
        height: auto;
    }
    .tpl-architect-slide .tpl-image-holder,
    .tpl-architect-slide .tpl-content {
        position: static;
    }
    .tpl-architect-slide .tpl-image-holder {
        height: 230px;
    }
    .tpl-architect-slide .tpl-content {
        background: #000;
    }
}

/*================================*/
/* Slider / Article Rotator - End */
/*================================*/
/* Responsive - Global at 800px */
@media (max-width: 800px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 44px;
    }
    h3 {
        font-size: 34px;
    }
    h4 {
        font-size: 32px;
    }
    h5 {
        font-size: 26px;
    }
    h6 {
        font-size: 16px;
    }
    input[type=text],
    input[type=email],
    input[type=password],
    input[type=number],
    input[type=numeric],
    input[type=card],
    input[type=phone],
    input[type=file],
    select {
        font-size: 16px;
        height: 40px;
    }
    .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: 16px;
        height: 40px;
        line-height: 36px;
    }
    .tpl-button-green,
    a.tpl-button-green,
    button.tpl-button-green,
    .ui-widget button.tpl-button-green,
    input[type="button"].tpl-button-green,
    input[type="submit"].tpl-button-green,
    input[type="reset"].tpl-button-green {
        font-size: 16px;
        height: 40px;
        line-height: 36px;
    }
}

/* Responsive - Global at 400px */
/*Recaptcha fixes*/
#recaptcha_area input {
    line-height: initial !important;
    height: auto;
}

.fancybox-wrap .fancybox-title.fancybox-title-inside-wrap {
    padding: 6px;
    line-height: 14px;
}

.tpl-flag-icon, img.tpl-flag-icon {
    max-width: 30px;
    max-height: 15px;
}

/*================================*/
/* Resource / Article Featured - Start */
/*================================*/
.tpl-architect-resource-featured .tpl-col-1-2:first-of-type, .tpl-architect-article-featured .tpl-col-1-2:first-of-type {
    float: right;
}

.tpl-architect-resource-featured .tpl-col-1-2:nth-of-type(2), .tpl-architect-article-featured .tpl-col-1-2:nth-of-type(2) {
    float: left;
}

.tpl-architect-resource-featured .tpl-featured-title, .tpl-architect-article-featured .tpl-featured-title {
    margin-bottom: 20px;
}

.tpl-architect-resource-featured .tpl-featured-title h6, .tpl-architect-article-featured .tpl-featured-title h6 {
    font-size: 24px;
    font-weight: 700;
}

.tpl-architect-resource-featured .tpl-publish-date, .tpl-architect-article-featured .tpl-publish-date {
    margin-bottom: 10px;
}

.tpl-architect-resource-featured .tpl-media-holder, .tpl-architect-article-featured .tpl-media-holder {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
}

.tpl-architect-resource-featured .tpl-media-holder .tpl-media-item, .tpl-architect-article-featured .tpl-media-holder .tpl-media-item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 800px) {
    .tpl-architect-resource-featured .tpl-media-holder, .tpl-architect-article-featured .tpl-media-holder {
        margin-top: 20px;
    }
}

.tpl-architect-resource-featured.block-layout .tpl-col-1-2, .tpl-architect-article-featured.block-layout .tpl-col-1-2 {
    float: none;
    width: 100%;
}

.tpl-architect-resource-featured.block-layout .tpl-featured-title, .tpl-architect-article-featured.block-layout .tpl-featured-title {
    display: none;
}

.tpl-architect-resource-featured.block-layout .tpl-details-outer, .tpl-architect-article-featured.block-layout .tpl-details-outer {
    background: #fff;
    padding: 20px;
}

/*================================*/
/* Resource / Article Featured - End */
/*================================*/
/*
.child-items-1-5,
.child-items-1-4,
.child-items-1-3,
.child-items-1-2 {
    .tpl-gridable {
        float: left;
        padding: 0 5px;
        margin-bottom: 30px;
    }

    .infinite-container {
        margin-left: -5px;
        margin-right: -5px;
    }
}

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

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

/!* In 1/3 column wrapper *!/
.child-items-1-3 .tpl-gridable {
    width: 33.33%
}

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

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

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

    .tpl-left-half,
    .tpl-right-half,
    .tpl-col-1-3,
    .tpl-col-1-2,
    .tpl-col-2-3,
    .tpl-col-2-4,
    .tpl-col-3-4,
    .tpl-col-1-5,
    .tpl-col-4-5 {
        .tpl-gridable .tpl-content-holder {
            height: auto;
        }
    }
}

@media (max-width: 600px) {
    .child-items-1-5 .tpl-gridable,
    .child-items-1-4 .tpl-gridable,
    .child-items-1-3 .tpl-gridable,
    .child-items-1-2 .tpl-gridable {
        width: 100%;

        .tpl-content-holder {
            height: auto;
        }
    }
    .child-items-1-5 .infinite-container,
    .child-items-1-4 .infinite-container,
    .child-items-1-3 .infinite-container,
    .child-items-1-2 .infinite-container {
        margin-left: auto;
        margin-right: auto;
    }

    .tpl-col-1-4,
    .tpl-col-2-5,
    .tpl-col-3-5 {
        .tpl-gridable .tpl-content-holder {
            height: auto;
        }
    }
}*/
/*================================*/
/* Resource / Opportunity Summary - Start */
/*================================*/
.tpl-architect-opportunity-summary,
.tpl-architect-resource-summary-tall {
    float: left;
    width: 33.33%;
    max-width: 520px;
    padding: 16px 6px;
}

.tpl-architect-opportunity-summary .tpl-architect-opportunity-summary-inner,
.tpl-architect-opportunity-summary .tpl-architect-resource-summary-tall-inner,
.tpl-architect-resource-summary-tall .tpl-architect-opportunity-summary-inner,
.tpl-architect-resource-summary-tall .tpl-architect-resource-summary-tall-inner {
    position: relative;
    background: #fff;
}

.tpl-architect-opportunity-summary .tpl-content,
.tpl-architect-resource-summary-tall .tpl-content {
    padding: 8px 18px 20px;
}

.tpl-architect-opportunity-summary .tpl-title,
.tpl-architect-resource-summary-tall .tpl-title {
    min-height: 65px;
    line-height: 1.3;
}

.tpl-architect-opportunity-summary .tpl-title a,
.tpl-architect-resource-summary-tall .tpl-title a {
    font-weight: 600;
}

.tpl-architect-opportunity-summary .tpl-summary,
.tpl-architect-resource-summary-tall .tpl-summary {
    min-height: 135px;
    margin: 10px 0 20px;
}

.tpl-architect-opportunity-summary .tpl-summary .tpl-label,
.tpl-architect-resource-summary-tall .tpl-summary .tpl-label {
    font-weight: 600;
}

.tpl-architect-opportunity-summary .tpl-tags-holder,
.tpl-architect-resource-summary-tall .tpl-tags-holder {
    min-height: 170px;
    padding-right: 80px;
}

.tpl-architect-opportunity-summary .tpl-tags-holder .tpl-tag-category,
.tpl-architect-resource-summary-tall .tpl-tags-holder .tpl-tag-category {
    padding: 5px 0;
}

.tpl-architect-opportunity-summary .tpl-button-holder,
.tpl-architect-resource-summary-tall .tpl-button-holder {
    position: absolute;
    bottom: 0;
    right: 0;
    float: right;
    text-align: center;
    background: #fff;
    border-top: 5px solid #EFF0F0;
    border-left: 5px solid #EFF0F0;
}

.tpl-architect-opportunity-summary .tpl-button-holder .tpl-button-arrow,
.tpl-architect-resource-summary-tall .tpl-button-holder .tpl-button-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    cursor: pointer;
}

.tpl-architect-opportunity-summary .tpl-button-holder .tpl-button-arrow, .tpl-architect-opportunity-summary .tpl-button-holder .tpl-button-arrow:hover, .tpl-architect-opportunity-summary .tpl-button-holder .tpl-button-arrow:active,
.tpl-architect-resource-summary-tall .tpl-button-holder .tpl-button-arrow,
.tpl-architect-resource-summary-tall .tpl-button-holder .tpl-button-arrow:hover,
.tpl-architect-resource-summary-tall .tpl-button-holder .tpl-button-arrow:active {
    color: #4C4C4C;
}

.tpl-architect-opportunity-summary .tpl-button-holder .tpl-button-arrow:after,
.tpl-architect-resource-summary-tall .tpl-button-holder .tpl-button-arrow:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 36px;
}

@media (max-width: 1060px) {
    .tpl-architect-opportunity-summary,
    .tpl-architect-resource-summary-tall {
        width: 50%;
        padding: 16px;
    }
}

@media (max-width: 870px) {
    .tpl-architect-opportunity-summary,
    .tpl-architect-resource-summary-tall {
        padding: 16px 6px;
    }
}

@media (max-width: 830px) {
    .tpl-architect-opportunity-summary .tpl-tags-holder,
    .tpl-architect-resource-summary-tall .tpl-tags-holder {
        min-height: 190px;
    }
}

@media (max-width: 630px) {
    .tpl-architect-opportunity-summary,
    .tpl-architect-resource-summary-tall {
        width: 100%;
        float: none;
        padding: 16px 0;
        margin: 0 auto;
    }
    .tpl-architect-opportunity-summary .tpl-title,
    .tpl-architect-opportunity-summary .tpl-summary,
    .tpl-architect-opportunity-summary .tpl-tags-holder,
    .tpl-architect-resource-summary-tall .tpl-title,
    .tpl-architect-resource-summary-tall .tpl-summary,
    .tpl-architect-resource-summary-tall .tpl-tags-holder {
        min-height: 0;
    }
}

.infinite-item .tpl-architect-opportunity-summary, .infinite-item
.tpl-architect-resource-summary-tall {
    float: none;
    width: 100%;
}

.tpl-architect-resource-summary-tall .tpl-image-holder {
    min-height: 222px;
}

.tpl-architect-resource-summary-tall .tpl-summary {
    min-height: 100px;
    height: 100px;
}

.tpl-architect-resource-summary-tall .tpl-tags-holder {
    min-height: 120px;
    height: 120px;
}

/*================================*/
/* Resource / Opportunity Summary - End */
/*================================*/
/*
/* Change Send Message text to Join Prayer Team
/**/
.ui-dialog-send-message .ui-dialog-titlebar .ui-dialog-title {
    display: none;
}

.ui-dialog-send-message .ui-dialog-titlebar:after {
    content: 'Join Prayer Team';
    display: block;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-line-and-icon {
    margin: 30px 0;
}

.tpl-architect-line-and-icon .tpl-title-holder {
    position: relative;
    padding-right: 68px;
}

.tpl-architect-line-and-icon .tpl-title-holder .tpl-title {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
    border-bottom: 4px solid #EAA259;
    padding: 5px 0;
    margin: 0;
}

.tpl-architect-line-and-icon .tpl-title-holder .tpl-icon {
    display: block;
    position: absolute;
    bottom: -33px;
    right: 0;
    border: 4px solid #EAA259;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
}

.tpl-architect-line-and-icon .tpl-title-holder .tpl-icon img {
    max-width: 58px;
    height: auto;
    line-height: 1;
    vertical-align: top;
    border-radius: 50%;
    padding-top: 2px;
}

.tpl-architect-line-and-icon .tpl-search-form {
    padding-top: 30px;
    padding-right: 78px;
}

.tpl-architect-line-and-icon .tpl-search-form .tpl-input-field-and-button-holder {
    position: relative;
    padding-right: 88px;
}

.tpl-architect-line-and-icon .tpl-search-form .tpl-input-field-and-button-holder input[type=text] {
    padding-left: 12px;
    padding-right: 12px;
}

.tpl-architect-line-and-icon .tpl-search-form .tpl-input-field-and-button-holder .tpl-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    padding-left: 8px;
    padding-right: 8px;
}

.tpl-architect-line-and-icon .tpl-body,
.tpl-architect-line-and-icon .tpl-calendar-event .tpl-event-title {
    padding-right: 78px;
}

.tpl-architect-line-and-icon .tpl-body {
    padding-top: 18px;
}

.tpl-architect-line-and-icon .tpl-body a:before, .tpl-architect-line-and-icon .tpl-body a:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
}

.tpl-architect-line-and-icon .tpl-body a:after {
    content: "\f101";
    margin-left: 6px;
}

.tpl-architect-line-and-icon .tpl-body ul {
    padding: 0;
    margin: 10px 0;
}

.tpl-architect-line-and-icon .tpl-body ul li {
    margin: 8px 0;
}

.tpl-architect-line-and-icon .tpl-body ul li:before {
    display: none;
}

.tpl-architect-line-and-icon.tpl-with-search-form .tpl-body {
    padding-right: 0;
}

.tpl-architect-line-and-icon.line-color-ice-blue .tpl-title-holder .tpl-title,
.tpl-architect-line-and-icon.line-color-ice-blue .tpl-title-holder .tpl-icon {
    border-color: #92D4E0;
}

@media (max-width: 470px) {
    .tpl-architect-line-and-icon .tpl-search-form {
        padding-top: 50px;
        padding-right: 0;
    }
}

.tpl-architect-give-landing .tpl-title {
    margin-bottom: 20px;
}

.tpl-architect-give-landing .tpl-options {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.tpl-architect-give-landing .tpl-options .tpl-button {
    background: #fff;
    color: #003366;
    border: none 0;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.tpl-architect-give-landing .tpl-options .tpl-button:hover {
    background: rgba(0, 51, 102, 0.1);
}

.tpl-architect-give-landing .tpl-options .tpl-button.selected {
    background: #003366;
    color: #fff;
}

.tpl-architect-give-landing .tpl-options input {
    text-align: center;
    background: #fff;
    color: #003366;
    border: none 0;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.tpl-architect-give-landing .tpl-options input::-webkit-input-placeholder {
    color: #003366;
}

.tpl-architect-give-landing .tpl-options input::-moz-placeholder {
    color: #003366;
}

.tpl-architect-give-landing .tpl-options input::-ms-input-placeholder {
    color: #003366;
}

.tpl-architect-give-landing .tpl-options input::placeholder {
    color: #003366;
}

.tpl-architect-give-landing .tpl-options input:focus::-webkit-input-placeholder {
    color: transparent;
}

.tpl-architect-give-landing .tpl-options input:focus::-moz-placeholder {
    color: transparent;
}

.tpl-architect-give-landing .tpl-options input:focus::-ms-input-placeholder {
    color: transparent;
}

.tpl-architect-give-landing .tpl-options input:focus::placeholder {
    color: transparent;
}

.tpl-architect-give-landing .tpl-action {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.tpl-architect-give-landing .tpl-action .tpl-button-big-green {
    background: #30A249;
    font-weight: bold;
    border: none 0;
}

.tpl-architect-give-landing .tpl-action .tpl-button-big-green:hover {
    background: #6EBB7F;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
/*.tpl-section-body-wrapper a {
    font-style: italic;
    font-weight: bold;
    &:hover {
        text-decoration: underline;
    }

    &.tpl-button {
        font-style: normal;
        font-weight: normal;
        &:hover {
            text-decoration: none;
        }
    }
}*/
/*====================================*/
/* Module / Component pages positions */
/*====================================*/
.tpl-centered, .tpl-centered-1440, .tpl-centered-1250, .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-600, .tpl-centered-560, .tpl-centered-500, .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: 1050px;
    padding: 0 25px;
    margin: 0 auto;
}

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

.tpl-centered-1250 {
    max-width: 1300px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tpl-centered-560 {
    max-width: 610px;
}

.tpl-centered-500 {
    max-width: 550px;
}

.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-1250 {
    max-width: 1250px;
}

.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, .tpl-col-20, .tpl-col-80 {
    display: block;
    float: left;
    min-height: 1px;
}

/* 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%;
}

.tpl-col-20 {
    width: 20%;
}

.tpl-col-80 {
    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-col-20,
    .tpl-col-80,
    .tpl-left-half,
    .tpl-right-half,
    .tpl-col-1-3,
    .tpl-col-1-2,
    .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%;
    }
}

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

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

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

.tpl-float-left {
    float: left;
}

.tpl-float-right {
    float: right;
}

/*===============================*/
/* HEADER =======================*/
/*===============================*/
.tpl-header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 29;
}

.tpl-header-wrapper .tpl-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    padding: 10px 25px;
    background: #FFF;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-header-wrapper .tpl-header-content .tpl-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.tpl-header-wrapper .tpl-header-content .tpl-header-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-header-wrapper .tpl-header-content .tpl-header-right > * {
    margin-left: 20px;
}

.tpl-header-wrapper .tpl-header-content .tpl-header-right > *:first-child {
    margin-left: 0;
}

.tpl-header-wrapper .tpl-header-content .tpl-flyout-trigger {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-left: 20px;
    display: none;
}

.tpl-header-wrapper .tpl-header-content .tpl-flyout-trigger:after {
    display: block;
    font-family: "FontAwesome";
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    color: #003366;
    content: '\f0c9';
}

@media (max-width: 960px) {
    .tpl-header-wrapper .tpl-header-content .tpl-flyout-trigger {
        display: block;
    }
}

.tpl-header-wrapper .welcome-message {
    font-family: "Soleil", sans-serif;
    font-weight: bold;
    padding: 15px 25px;
    color: #FFF;
}

@media (max-width: 960px) {
    .tpl-header-wrapper .tpl-header-content {
        height: 95px;
    }
}

@media (max-width: 400px) {
    .tpl-header-wrapper .tpl-header-content {
        height: 80px;
    }
    .tpl-header-wrapper .tpl-header-content .tpl-header-right {
        min-width: 100px;
    }
}

/*===============================*/
/* FLYOUT =======================*/
/*===============================*/
.tpl-flyout-wrapper {
    position: fixed;
    top: 0;
    z-index: 30;
    right: -400px;
    height: 100%;
    width: 400px;
    background: #2A5986;
    padding: 0;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.tpl-flyout-wrapper.open {
    right: 0;
}

.tpl-flyout-wrapper .tpl-flyout-content {
    height: 100%;
    overflow: auto;
    position: relative;
}

.tpl-flyout-wrapper .tpl-flyout-content .tpl-flyout-close {
    padding: 20px;
    padding-bottom: 0;
}

.tpl-flyout-wrapper .tpl-flyout-content .tpl-flyout-close .tpl-flyout-close-trigger {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 4px;
    padding: 5px 10px;
}

.tpl-flyout-wrapper .tpl-flyout-content .tpl-flyout-close .tpl-flyout-close-trigger span {
    line-height: 24px;
}

.tpl-flyout-wrapper .tpl-flyout-content .tpl-flyout-close .tpl-flyout-close-trigger:hover {
    background: rgba(255, 255, 255, 0.2);
}

.tpl-flyout-wrapper .tpl-flyout-content .tpl-position-flyout-search {
    padding: 20px;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .tpl-flyout-wrapper {
        right: -100%;
        width: 100%;
    }
}

/*===============================*/
/* BODY =========================*/
/*===============================*/
.tpl-section-body-wrapper {
    background-color: #fff;
    overflow-x: hidden;
}

/*===============================*/
/* FOOTER =======================*/
/*===============================*/
.tpl-section-footer-wrapper {
    padding: 40px 0;
    background: #003366;
    color: #FFF;
}

.tpl-section-footer-wrapper .tpl-position-footer {
    width: 100%;
    padding: 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .tpl-section-footer-wrapper .tpl-position-footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.child-items-1-5 .tpl-gridable,
.child-items-1-4 .tpl-gridable,
.child-items-1-3 .tpl-gridable,
.child-items-1-2 .tpl-gridable {
    float: left;
    padding: 0 5px;
    margin-bottom: 20px;
}

.child-items-1-5 .infinite-container,
.child-items-1-4 .infinite-container,
.child-items-1-3 .infinite-container,
.child-items-1-2 .infinite-container {
    margin-left: -5px;
    margin-right: -5px;
}

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

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

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

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

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

@media (max-width: 800px) {
    .child-items-1-5 .tpl-gridable,
    .child-items-1-4 .tpl-gridable,
    .child-items-1-3 .tpl-gridable {
        width: 50%;
    }
    .tpl-left-half .tpl-gridable .tpl-content-holder,
    .tpl-right-half .tpl-gridable .tpl-content-holder,
    .tpl-col-1-3 .tpl-gridable .tpl-content-holder,
    .tpl-col-1-2 .tpl-gridable .tpl-content-holder,
    .tpl-col-2-3 .tpl-gridable .tpl-content-holder,
    .tpl-col-2-4 .tpl-gridable .tpl-content-holder,
    .tpl-col-3-4 .tpl-gridable .tpl-content-holder,
    .tpl-col-1-5 .tpl-gridable .tpl-content-holder,
    .tpl-col-4-5 .tpl-gridable .tpl-content-holder {
        height: auto;
    }
}

@media (max-width: 600px) {
    .child-items-1-5 .tpl-gridable,
    .child-items-1-4 .tpl-gridable,
    .child-items-1-3 .tpl-gridable,
    .child-items-1-2 .tpl-gridable {
        width: 100%;
    }
    .child-items-1-5 .tpl-gridable .tpl-content-holder,
    .child-items-1-4 .tpl-gridable .tpl-content-holder,
    .child-items-1-3 .tpl-gridable .tpl-content-holder,
    .child-items-1-2 .tpl-gridable .tpl-content-holder {
        height: auto;
    }
    .child-items-1-5 .infinite-container,
    .child-items-1-4 .infinite-container,
    .child-items-1-3 .infinite-container,
    .child-items-1-2 .infinite-container {
        margin-left: auto;
        margin-right: auto;
    }
    .tpl-col-1-4 .tpl-gridable .tpl-content-holder,
    .tpl-col-2-5 .tpl-gridable .tpl-content-holder,
    .tpl-col-3-5 .tpl-gridable .tpl-content-holder {
        height: auto;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-accordion {
    border-top: 2px solid #D8D8D8;
    border-bottom: 2px solid #D8D8D8;
    margin-top: -2px;
}

.tpl-architect-article-accordion .tpl-title {
    cursor: pointer;
    text-align: left;
    line-height: 0.8;
    padding: 18px 15px 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.tpl-architect-article-accordion .tpl-title i {
    /*color: #A3AA83;*/
    font-size: 90%;
    margin-right: 10px;
}

.tpl-architect-article-accordion .tpl-title i.fa-chevron-circle-down:before {
    content: "\f067";
}

.tpl-architect-article-accordion .tpl-title i.fa-chevron-circle-up:before {
    content: "\f068";
}

.tpl-architect-article-accordion .tpl-title i.tpl-accordion-arrow-up {
    display: none;
}

.tpl-architect-article-accordion .tpl-body {
    display: none;
    padding: 0px 50px 50px 45px;
}

/* Custom Class - Narrow */
.tpl-architect-article-accordion.narrow {
    position: relative;
    color: #000;
    border-radius: 2px;
    padding: 10px 10px 10px 70px;
    margin: 15px 0;
}

.tpl-architect-article-accordion.narrow .tpl-title {
    text-align: left;
    line-height: 1.2;
    padding: 10px 15px 10px 0;
}

.tpl-architect-article-accordion.narrow .tpl-title i {
    position: absolute;
    top: 24px;
    left: 33px;
}

.tpl-architect-article-accordion.narrow .tpl-body {
    padding: 10px 40px 20px 0;
}

@media (max-width: 800px) {
    .tpl-architect-article-accordion.narrow {
        padding-left: 46px;
    }
    .tpl-architect-article-accordion.narrow .tpl-title i {
        left: 17px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-article-with-image-link {
    margin-bottom: 40px;
}

@media (max-width: 800px) {
    .tpl-architect-article-article-with-image-link.tpl-gridable:nth-child(3n+1) {
        clear: left;
    }
}

.tpl-architect-article-article-with-image-link .tpl-thumbnail-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 70%;
    margin-bottom: 10px;
    overflow: hidden;
}

.tpl-architect-article-article-with-image-link .tpl-thumbnail-wrapper .tpl-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tpl-architect-article-article-with-image-link .tpl-thumbnail-wrapper .tpl-title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background-color: #00366A;
    color: #FFF;
}

.tpl-architect-article-article-with-image-link .tpl-thumbnail-wrapper .tpl-title:after {
    position: absolute;
    top: 0;
    right: -15px;
    content: '';
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 15px solid #00366A;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-basic-article {
    padding-top: 45px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .tpl-architect-article-basic-article {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tpl-architect-article-basic-article .tpl-summary {
    padding-top: 10px;
    margin-bottom: -8px;
}

.tpl-architect-article-basic-article .tpl-title {
    font-size: 40px;
    margin-bottom: 10px;
}

.tpl-architect-article-basic-article .tpl-button-holder {
    padding-top: 30px;
}

.tpl-architect-article-basic-article.tpl-title-h1 .tpl-title {
    display: block;
    width: 100%;
    font-size: 60px;
    font-weight: bold;
    font-family: "Soleil", sans-serif;
    color: #2B2B2B;
    margin: 20px 0 10px;
}

.tpl-architect-article-basic-article.tpl-title-h2 .tpl-title {
    display: block;
    width: 100%;
    font-size: 54px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 20px 0 10px;
}

.tpl-architect-article-basic-article.tpl-title-h3 .tpl-title {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    font-family: "Soleil", sans-serif;
    color: #2B2B2B;
    margin: 10px 0;
}

.tpl-architect-article-basic-article.tpl-title-h4 .tpl-title {
    display: block;
    width: 100%;
    font-size: 40px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 5px 0;
}

.tpl-architect-article-basic-article.tpl-title-h5 .tpl-title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: normal;
    font-family: "Soleil", sans-serif;
    color: #000;
    margin: 5px 0;
}

.tpl-architect-article-basic-article.tpl-title-h6 .tpl-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: "Soleil", sans-serif;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
}

.tpl-architect-article-basic-article.large-body-text .tpl-body {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.tpl-architect-article-basic-article.button-style-outline .tpl-button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    background-color: transparent;
    border-color: #2A5986;
    color: #2A5986;
}

.tpl-architect-article-basic-article.button-style-outline .tpl-button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.tpl-architect-article-basic-article.button-style-outline .tpl-button:hover {
    text-decoration: none;
    background-color: #2A5986;
    color: #FFF;
}

.tpl-architect-article-basic-article.button-style-outline-white .tpl-button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.tpl-architect-article-basic-article.button-style-outline-white .tpl-button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.tpl-architect-article-basic-article.button-style-outline-white .tpl-button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #2A5986;
}

.tpl-architect-article-basic-article.button-style-text-link {
    padding-bottom: 30px;
}

.tpl-architect-article-basic-article.button-style-text-link .tpl-button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 18px;
}

.tpl-architect-article-basic-article.button-style-text-link .tpl-button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.tpl-architect-article-basic-article.button-style-text-link .tpl-button:before, .tpl-architect-article-basic-article.button-style-text-link .tpl-button:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
}

.tpl-architect-article-basic-article.button-style-text-link .tpl-button:after {
    content: "\f101";
    margin-left: 6px;
}

.tpl-architect-article-basic-article.button-style-text-link .tpl-button:hover {
    background: none;
}

.tpl-architect-article-basic-article.button-style-small-button .tpl-button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}

.tpl-architect-article-basic-article.button-style-small-button .tpl-button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.tpl-architect-article-basic-article.button-style-small-button .tpl-button:hover {
    text-decoration: none;
}

.tpl-architect-article-basic-article.button-style-small-button.button-style-outline .tpl-button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    background-color: transparent;
    border-color: #2A5986;
    color: #2A5986;
}

.tpl-architect-article-basic-article.button-style-small-button.button-style-outline .tpl-button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.tpl-architect-article-basic-article.button-style-small-button.button-style-outline .tpl-button:hover {
    text-decoration: none;
}

.tpl-architect-article-basic-article.button-style-small-button.button-style-outline .tpl-button:hover {
    text-decoration: none;
    background-color: #2A5986;
    color: #FFF;
}

.tpl-architect-article-basic-article.button-style-small-button.button-style-outline-white .tpl-button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.tpl-architect-article-basic-article.button-style-small-button.button-style-outline-white .tpl-button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.tpl-architect-article-basic-article.button-style-small-button.button-style-outline-white .tpl-button:hover {
    text-decoration: none;
}

.tpl-architect-article-basic-article.button-style-small-button.button-style-outline-white .tpl-button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #2A5986;
}

.tpl-architect-article-basic-article.text-white, .tpl-architect-article-basic-article.text-white .tpl-title {
    color: #fff;
}

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

.tpl-architect-article-basic-article.content-right-half, .tpl-architect-article-basic-article.content-left-half {
    width: 50%;
}

.tpl-architect-article-basic-article.content-right-half .tpl-content, .tpl-architect-article-basic-article.content-left-half .tpl-content {
    max-width: 500px;
    padding-right: 20px;
}

.tpl-architect-article-basic-article.content-right-half {
    float: right;
    padding-left: 60px;
}

.tpl-architect-article-basic-article.content-left-half {
    float: left;
    padding-left: 20px;
}

.tpl-architect-article-basic-article.content-left-half .tpl-content {
    float: right;
}

.tpl-architect-article-basic-article.overlay-bg-orange, .tpl-architect-article-basic-article.overlay-bg-blue, .tpl-architect-article-basic-article.overlay-bg-light-blue, .tpl-architect-article-basic-article.overlay-bg-purple, .tpl-architect-article-basic-article.overlay-bg-gray, .tpl-architect-article-basic-article.overlay-bg-light-gray {
    position: relative;
}

.tpl-architect-article-basic-article.overlay-bg-orange:after, .tpl-architect-article-basic-article.overlay-bg-blue:after, .tpl-architect-article-basic-article.overlay-bg-light-blue:after, .tpl-architect-article-basic-article.overlay-bg-purple:after, .tpl-architect-article-basic-article.overlay-bg-gray:after, .tpl-architect-article-basic-article.overlay-bg-light-gray:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 2;
}

.tpl-architect-article-basic-article.overlay-bg-orange .tpl-content, .tpl-architect-article-basic-article.overlay-bg-blue .tpl-content, .tpl-architect-article-basic-article.overlay-bg-light-blue .tpl-content, .tpl-architect-article-basic-article.overlay-bg-purple .tpl-content, .tpl-architect-article-basic-article.overlay-bg-gray .tpl-content, .tpl-architect-article-basic-article.overlay-bg-light-gray .tpl-content {
    position: relative;
    z-index: 3;
}

.tpl-architect-article-basic-article.overlay-bg-orange:after {
    background-color: #DD8731;
}

.tpl-architect-article-basic-article.overlay-bg-blue:after {
    background-color: #2A5986;
}

.tpl-architect-article-basic-article.overlay-bg-light-blue:after {
    background-color: #92D4E0;
}

.tpl-architect-article-basic-article.overlay-bg-purple:after {
    background-color: #5E4C7B;
}

.tpl-architect-article-basic-article.overlay-bg-gray:after {
    background-color: #CCCBCB;
}

.tpl-architect-article-basic-article.overlay-bg-light-gray:after {
    background-color: #EFF0F0;
}

.tpl-architect-article-basic-article.minimal-top-bottom-padding, .tpl-architect-article-basic-article.minimal-top-bottom-padding.button-style-text-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tpl-architect-article-basic-article.minimal-button-padding .tpl-button-holder {
    padding-top: 0;
}

@media (max-width: 1040px) {
    .tpl-architect-article-basic-article.content-right-half, .tpl-architect-article-basic-article.content-left-half {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .tpl-architect-article-basic-article.content-right-half.minimal-top-bottom-padding, .tpl-architect-article-basic-article.content-left-half.minimal-top-bottom-padding {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .tpl-architect-article-basic-article.content-right-half {
        padding-left: 40px;
    }
}

@media (max-width: 850px) {
    .tpl-architect-article-basic-article.content-right-half, .tpl-architect-article-basic-article.content-left-half {
        float: none;
        width: 100%;
        padding-left: 30px;
    }
    .tpl-architect-article-basic-article.content-right-half .tpl-content, .tpl-architect-article-basic-article.content-left-half .tpl-content {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

.tpl-architect-wrapper-blog-layout .tpl-architect-article-basic-article {
    padding: 0;
    margin-left: 40px;
    margin-bottom: 70px;
}

@media (max-width: 960px) {
    .tpl-architect-wrapper-blog-layout .tpl-architect-article-basic-article {
        margin-left: 20px;
        margin-bottom: 20px;
    }
}

.tpl-architect-wrapper-blog-layout .tpl-architect-article-basic-article .tpl-content .tpl-title {
    display: inline-block;
    font-size: 30px;
    color: #003366;
    font-weight: 600;
    border-bottom: solid 1px #003366;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    width: auto;
}

.tpl-architect-wrapper-blog-layout .tpl-architect-article-basic-article .tpl-content .tpl-button-holder .tpl-button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    border: 1px solid #003366;
    background-color: #003366;
}

.tpl-architect-wrapper-blog-layout .tpl-architect-article-basic-article .tpl-content .tpl-button-holder .tpl-button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.tpl-architect-wrapper-blog-layout .tpl-architect-article-basic-article .tpl-content .tpl-button-holder .tpl-button:hover {
    border: 1px solid #004080;
    background-color: #004080;
}

.tpl-architect-wrapper-blog-layout.basic .tpl-architect-article-basic-article {
    margin: 0;
}

.tpl-architect-wrapper-blog-layout.basic .tpl-architect-article-basic-article .tpl-content .tpl-title {
    display: block;
    font-size: 24px;
    color: #2A5986;
    font-weight: 600;
    border-bottom: solid 1px #CCCBCB;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 20px;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-calendar-summary .tpl-calendar-event .tpl-event-title {
    color: #6EBB7F;
    font-size: 26px;
    font-weight: 600;
    padding: 20px 0 0;
}

.tpl-architect-article-calendar-summary .tpl-calendar-event .tpl-event-title a {
    color: #6EBB7F;
}

.tpl-architect-article-calendar-summary .tpl-calendar-event .tpl-event-title a:hover {
    color: #EAA259;
}

.tpl-architect-article-calendar-summary .tpl-calendar-event .tpl-event-date {
    padding: 18px 0 0;
}

.tpl-architect-article-calendar-summary .tpl-calendar-event .tpl-event-content {
    line-height: 1.45;
    padding: 25px 10px 0 0;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-country-with-links {
    border-top: 2px solid #CCCBCB;
    text-align: center;
    padding: 55px 20px 20px;
    margin: 25px 0;
}

.tpl-architect-article-country-with-links .tpl-image-holder {
    display: inline-block;
    vertical-align: top;
    max-width: 120px;
}

.tpl-architect-article-country-with-links .tpl-content {
    display: inline-block;
    text-align: left;
    max-width: 430px;
    padding-left: 30px;
}

.tpl-architect-article-country-with-links .tpl-content .tpl-title {
    padding: 5px 0 10px;
    margin: 0;
}

.tpl-architect-article-country-with-links .tpl-content .tpl-body a:before, .tpl-architect-article-country-with-links .tpl-content .tpl-body a:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
}

.tpl-architect-article-country-with-links .tpl-content .tpl-body a:after {
    content: "\f101";
    margin-left: 6px;
}

.tpl-architect-article-country-with-links .tpl-content .tpl-body a:after {
    margin-left: 7px;
}

.tpl-architect-article-country-with-links .tpl-content .tpl-body ul {
    padding: 0;
    margin: 0;
}

.tpl-architect-article-country-with-links .tpl-content .tpl-body ul li:before {
    display: none;
}

.tpl-architect-article-country-with-links .tpl-content .tpl-body .ministry-guide {
    display: none;
}

.tpl-architect-article-country-with-links.display-ministry-guide .tpl-content .tpl-body .ministry-guide {
    display: inline-block;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-hero {
    text-align: center;
    position: relative;
}

.tpl-architect-article-hero .tpl-body {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.tpl-architect-article-hero .tpl-body table {
    height: 470px;
    width: 100%;
    z-index: 3;
    position: relative;
}

@media (min-width: 769px) and (max-width: 1280px) {
    .tpl-architect-article-hero .tpl-body table {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .tpl-architect-article-hero .tpl-body table {
        height: 280px;
    }
}

.tpl-architect-article-hero .tpl-body table td {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.tpl-architect-article-hero .tpl-body table td .tpl-body-hero-text {
    width: 100%;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
}

.tpl-architect-article-hero .tpl-body table td .tpl-body-hero-text .tpl-hero-text {
    color: #ffffff;
    line-height: 1.2;
}

.tpl-architect-article-hero .tpl-body table td .tpl-body-title {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.tpl-architect-article-hero .tpl-body table td .tpl-body-title .tpl-title {
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: 19px;
    padding-bottom: 25px;
    margin: 0px;
}

.tpl-architect-article-hero .tpl-body table td a {
    display: none;
}

.tpl-architect-article-hero.show-button .tpl-body table td a {
    display: inline-block;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    border: solid 4px #fff;
    width: 270px;
    padding: 20px;
    background: rgba(0, 51, 102, 0.5);
}

.tpl-architect-article-hero.show-button .tpl-body table td a:hover {
    background: rgba(0, 51, 102, 0.7);
}

.tpl-architect-article-hero.add-margin {
    margin: 20px;
    margin-top: 0;
}

.tpl-architect-article-hero.alternate-text-styling .tpl-body table td .tpl-body-hero-text {
    position: absolute;
    top: 50px;
    max-width: unset;
}

.tpl-architect-article-hero.alternate-text-styling .tpl-body table td .tpl-body-hero-text .tpl-hero-text {
    font-family: 'Catamaran', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #003366;
    line-height: 1.2;
}

@media (max-width: 960px) {
    .tpl-architect-article-hero.alternate-text-styling .tpl-body table td .tpl-body-hero-text {
        display: none;
    }
}

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

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

/*
@media (max-width: 900px) {
    .tpl-architect-article-hero {
        .tpl-body,
        .tpl-body .tpl-video-player,
        table {
            height: ceil($hero-height * 0.8);
        }
    }
}*/
@media (max-width: 390px) {
    .tpl-architect-article-hero .tpl-hero-text {
        font-size: 20px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-header-left .tpl-architect-article-image-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tpl-header-left .tpl-architect-article-image-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tpl-header-left .tpl-architect-article-image-link a img {
    height: 100%;
    max-width: 210px;
}

@media (max-width: 400px) {
    .tpl-header-left .tpl-architect-article-image-link a {
        overflow: hidden;
        width: 60px;
    }
}

.tpl-position-footer .tpl-architect-article-image-link {
    grid-column: span 2;
}

.tpl-position-footer .tpl-architect-article-image-link a img {
    height: 70px;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-link-box {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    color: #003366;
    cursor: pointer;
    line-height: 24px;
}

.tpl-architect-article-link-box:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #003366;
}

.tpl-architect-article-link-box .tpl-title {
    font-size: 18px;
    font-weight: bold;
}

.tpl-architect-article-link-box .tpl-summary {
    font-size: 16px;
    line-height: 20px;
}

.tpl-architect-wrapper-title-and-content .tpl-architect-article-link-box {
    max-width: 100%;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-newsletter-description {
    margin: 40px 0 50px;
}

.tpl-architect-article-newsletter-description.tpl-title-h1 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 60px;
    font-weight: bold;
    font-family: "Soleil", sans-serif;
    color: #2B2B2B;
    margin: 20px 0 10px;
}

.tpl-architect-article-newsletter-description.tpl-title-h2 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 54px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 20px 0 10px;
}

.tpl-architect-article-newsletter-description.tpl-title-h3 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    font-family: "Soleil", sans-serif;
    color: #2B2B2B;
    margin: 10px 0;
}

.tpl-architect-article-newsletter-description.tpl-title-h4 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 40px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 5px 0;
}

.tpl-architect-article-newsletter-description.tpl-title-h5 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: normal;
    font-family: "Soleil", sans-serif;
    color: #000;
    margin: 5px 0;
}

.tpl-architect-article-newsletter-description.tpl-title-h6 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: "Soleil", sans-serif;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
}

.tpl-architect-article-newsletter-description .tpl-image-holder {
    float: left;
    width: 24%;
    padding-top: 8px;
    padding-right: 40px;
}

.tpl-architect-article-newsletter-description .tpl-content {
    float: left;
    width: 76%;
}

.tpl-architect-article-newsletter-description .tpl-content .tpl-title {
    margin: 0 !important;
}

.tpl-architect-article-newsletter-description .tpl-content .tpl-body ul {
    padding-left: 50px;
    margin: 0;
}

.tpl-architect-article-newsletter-description .tpl-content .tpl-body ul li {
    margin: 2px 0;
}

.tpl-architect-article-newsletter-description .tpl-content .tpl-body ul li:before {
    left: -28px;
}

@media (max-width: 650px) {
    .tpl-architect-article-newsletter-description .tpl-image-holder {
        padding-right: 25px;
    }
}

@media (max-width: 540px) {
    .tpl-architect-article-newsletter-description .tpl-image-holder,
    .tpl-architect-article-newsletter-description .tpl-content {
        width: 100%;
        float: none;
    }
    .tpl-architect-article-newsletter-description .tpl-image-holder {
        padding: 0 0 20px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-partners {
    padding: 30px 0 20px;
}

.tpl-architect-article-partners.tpl-title-h1 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 60px;
    font-weight: bold;
    font-family: "Soleil", sans-serif;
    color: #2B2B2B;
    margin: 20px 0 10px;
}

.tpl-architect-article-partners.tpl-title-h2 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 54px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 20px 0 10px;
}

.tpl-architect-article-partners.tpl-title-h3 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    font-family: "Soleil", sans-serif;
    color: #2B2B2B;
    margin: 10px 0;
}

.tpl-architect-article-partners.tpl-title-h4 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 40px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 5px 0;
}

.tpl-architect-article-partners.tpl-title-h5 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: normal;
    font-family: "Soleil", sans-serif;
    color: #000;
    margin: 5px 0;
}

.tpl-architect-article-partners.tpl-title-h6 .tpl-content .tpl-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: "Soleil", sans-serif;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
}

.tpl-architect-article-partners.line-divider-bottom-gray {
    border-bottom: 2px solid #CCCBCB;
    padding: 30px 0 35px;
}

.tpl-architect-article-partners .tpl-image-holder {
    float: left;
    width: 15%;
    padding-top: 6px;
    padding-right: 20px;
}

.tpl-architect-article-partners .tpl-content {
    float: left;
    width: 85%;
    padding-right: 10px;
}

.tpl-architect-article-partners .tpl-content .tpl-title {
    font-size: 20px;
}

.tpl-architect-article-partners .tpl-content .tpl-view-website-holder {
    padding-top: 13px;
}

.tpl-architect-article-partners .tpl-content .tpl-view-website-holder a {
    font-weight: 600;
}

.tpl-architect-article-partners .tpl-content .tpl-view-website-holder a:after {
    font-family: "FontAwesome";
    content: "\f14c";
    margin-left: 8px;
}

@media (max-width: 670px) {
    .tpl-architect-article-partners .tpl-image-holder {
        width: 20%;
    }
    .tpl-architect-article-partners .tpl-content {
        width: 80%;
    }
}

@media (max-width: 540px) {
    .tpl-architect-article-partners .tpl-image-holder,
    .tpl-architect-article-partners .tpl-content {
        width: 100%;
        float: none;
    }
    .tpl-architect-article-partners .tpl-image-holder {
        padding: 0 0 8px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-related-items-heading .tpl-title {
    text-align: center;
    line-height: 1.3;
    padding: 0 20px 10px;
    margin: 0;
}

.tpl-architect-article-related-items-heading .tpl-link {
    text-align: center;
    padding: 0 20px 30px;
}

.tpl-architect-article-related-items-heading .tpl-link .tpl-link-with-arrow:after {
    margin-left: 7px;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-round-picture-with-title-and-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-architect-article-round-picture-with-title-and-link .tpl-image {
    border-radius: 50%;
    position: relative;
}

.tpl-architect-article-round-picture-with-title-and-link .tpl-image img {
    width: 180px;
    border-radius: 50%;
}

.tpl-architect-article-round-picture-with-title-and-link .tpl-image:after {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(146, 212, 224, 0.8);
}

.tpl-architect-article-round-picture-with-title-and-link .tpl-title {
    max-width: 200px;
    color: #003366;
    font-weight: bold;
    line-height: 20px;
    margin-top: 20px;
}

.tpl-architect-article-round-picture-with-title-and-link:hover .tpl-image:after {
    display: none;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-social-media-list {
    margin-bottom: 40px;
}

.tpl-architect-article-social-media-list.tpl-gridable {
    padding: 0 10px;
    min-height: 520px;
}

@media (max-width: 800px) {
    .tpl-architect-article-social-media-list.tpl-gridable {
        min-height: auto;
    }
    .tpl-architect-article-social-media-list.tpl-gridable:nth-child(3n+1) {
        clear: left;
    }
}

.tpl-architect-article-social-media-list .tpl-thumbnail-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 10px;
}

.tpl-architect-article-social-media-list .tpl-thumbnail-wrapper .tpl-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #CCCBCB;
}

.tpl-architect-article-social-media-list .tpl-title {
    margin-bottom: 20px;
}

.tpl-architect-article-social-media-list .tpl-social-link {
    margin-bottom: 5px;
}

.tpl-architect-article-social-media-list .tpl-social-link .fa {
    font-size: 18px;
}

.tpl-architect-article-social-media-list .tpl-social-link.facebook span {
    color: #3B5998;
}

.tpl-architect-article-social-media-list .tpl-social-link.twitter span {
    color: #0084B4;
}

.tpl-architect-article-social-media-list .tpl-social-link.youtube span {
    color: #E52D27;
}

.tpl-architect-article-social-media-list .tpl-social-link.pinterest span {
    color: #C92228;
}

.tpl-architect-article-social-media-list .tpl-social-link.instagram span {
    color: #5381a2;
}

.tpl-architect-article-social-media-list .tpl-social-link.google-plus span {
    color: #DC4E41;
}

.tpl-architect-article-social-media-list .tpl-social-link.linkedin span {
    color: #0077B5;
}

.tpl-architect-article-social-media-list .tpl-social-link.itunes span {
    width: 16px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #DD8731;
    color: #FFF;
    border-radius: 3px;
}

.tpl-architect-article-social-media-list .tpl-social-link.itunes span:before {
    font-size: 12px;
    line-height: 18px;
}

.tpl-architect-article-social-media-list .tpl-social-link a {
    margin-left: 5px;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-title-only {
    padding-left: 20px;
}

.tpl-architect-article-title-only.tpl-text-align-center {
    text-align: center;
}

@media (max-width: 1115px) {
    .tpl-architect-article-title-only.tpl-h6.tpl-disable-responsive-resizing {
        font-size: 20px;
    }
}

@media (max-width: 960px) {
    .tpl-architect-article-title-only.tpl-h6.tpl-disable-responsive-resizing {
        font-size: 20px;
    }
}

@media (max-width: 1115px) {
    .tpl-architect-article-title-only.tpl-h5.tpl-disable-responsive-resizing {
        font-size: 32px;
    }
}

@media (max-width: 960px) {
    .tpl-architect-article-title-only.tpl-h5.tpl-disable-responsive-resizing {
        font-size: 32px;
    }
}

@media (max-width: 1115px) {
    .tpl-architect-article-title-only.tpl-h4.tpl-disable-responsive-resizing {
        font-size: 40px;
    }
}

@media (max-width: 960px) {
    .tpl-architect-article-title-only.tpl-h4.tpl-disable-responsive-resizing {
        font-size: 40px;
    }
}

.tpl-architect-article-title-only.tpl-h3 {
    font-weight: 100;
}

@media (max-width: 1115px) {
    .tpl-architect-article-title-only.tpl-h3.tpl-disable-responsive-resizing {
        font-size: 42px;
    }
}

@media (max-width: 960px) {
    .tpl-architect-article-title-only.tpl-h3.tpl-disable-responsive-resizing {
        font-size: 42px;
    }
}

.tpl-architect-article-title-only.tpl-h2 {
    margin: 5px 0;
}

@media (max-width: 1115px) {
    .tpl-architect-article-title-only.tpl-h2.tpl-disable-responsive-resizing {
        font-size: 54px;
    }
}

@media (max-width: 960px) {
    .tpl-architect-article-title-only.tpl-h2.tpl-disable-responsive-resizing {
        font-size: 54px;
    }
}

.tpl-architect-article-title-only.tpl-h1 {
    margin: 5px 0;
}

@media (max-width: 1115px) {
    .tpl-architect-article-title-only.tpl-h1.tpl-disable-responsive-resizing {
        font-size: 60px;
    }
}

@media (max-width: 960px) {
    .tpl-architect-article-title-only.tpl-h1.tpl-disable-responsive-resizing {
        font-size: 60px;
    }
}

.tpl-architect-article-title-only.tpl-bold {
    font-weight: bold;
}

.tpl-architect-article-title-only.tpl-blue {
    color: #003366;
}

@media (max-width: 1115px) {
    .tpl-architect-article-title-only.tpl-disable-responsive-resizing {
        font-size: 18px;
    }
}

@media (max-width: 960px) {
    .tpl-architect-article-title-only.tpl-disable-responsive-resizing {
        font-size: 18px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-video {
    position: relative;
    min-height: 400px;
}

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

.tpl-architect-article-video .tpl-image-holder .tpl-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 9px 15px 11px;
    background: #EFF0F0;
}

.tpl-architect-article-video .tpl-image-holder .tpl-title:after {
    position: absolute;
    right: -17px;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 23px 18px;
    border-color: transparent transparent transparent #EFF0F0;
}

.tpl-architect-article-video .tpl-video-holder iframe {
    height: 400px;
    width: 100%;
}

.tpl-architect-article-video .tpl-video-player {
    position: relative;
    z-index: 2;
}

.tpl-architect-article-video.tpl-with-image .tpl-video-holder {
    display: none;
}

.tpl-architect-article-video.tpl-with-image .tpl-video-holder.visible {
    display: block;
}

@media (max-width: 800px) {
    .tpl-architect-article-video {
        min-height: 300px;
    }
    .tpl-architect-article-video .tpl-image-holder {
        height: 300px;
    }
    .tpl-architect-article-video .tpl-video-holder iframe {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .tpl-architect-article-video {
        min-height: 200px;
    }
    .tpl-architect-article-video .tpl-image-holder {
        height: 200px;
    }
    .tpl-architect-article-video .tpl-video-holder iframe {
        height: 200px;
    }
    .tpl-architect-article-video .tpl-image-holder .tpl-title {
        width: 100%;
        line-height: 1.3;
        font-size: 16px;
        padding: 8px 15px;
    }
    .tpl-architect-article-video .tpl-image-holder .tpl-title:after {
        display: none;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-floating-question-mark {
    position: absolute;
    right: 40px;
    bottom: 30px;
    display: block;
    width: 48px;
    height: 48px;
}

.tpl-architect-article-floating-question-mark:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "FontAwesome";
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 48px;
    color: #30A249;
    content: '\f0e5';
}

.tpl-architect-article-floating-question-mark:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "FontAwesome";
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    color: #30A249;
    content: '\f128';
}

.tpl-architect-article-floating-question-mark:hover:before, .tpl-architect-article-floating-question-mark:hover:after {
    color: #6EBB7F;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-article-faq {
    text-align: left;
}

.tpl-architect-article-faq.tpl-centered {
    text-align: center;
}

.tpl-architect-article-faq .tpl-title {
    cursor: pointer;
    color: #003366;
    font-weight: bold;
}

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

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-blog-author-info .tpl-title {
    display: block;
    font-size: 24px;
    color: #2A5986;
    font-weight: 600;
    border-bottom: solid 1px #CCCBCB;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 20px;
}

.tpl-architect-blog-author-info .tpl-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-architect-blog-author-info .tpl-info .tpl-name {
    font-size: 20px;
    color: #2A5986;
    font-weight: 600;
    float: left;
    white-space: nowrap;
    padding-right: 30px;
}

.tpl-architect-blog-author-info .tpl-info .tpl-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-blog-detail .tpl-picture img {
    width: 100%;
}

.tpl-architect-blog-detail .tpl-title {
    font-size: 36px;
    color: #003366;
    font-weight: 400;
    margin-top: 10px;
}

.tpl-architect-blog-detail .tpl-date {
    margin-top: 10px;
    color: #003366;
}

.tpl-architect-blog-detail .tpl-share a {
    color: #003366;
    font-size: 36px;
}

.tpl-architect-blog-detail .tpl-share a:hover {
    color: #004080;
}

.tpl-architect-blog-detail .tpl-body {
    margin-top: 20px;
    color: #000;
    font-size: 20px;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-blog-link-box {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    color: #003366;
    cursor: pointer;
    line-height: 24px;
}

.tpl-architect-blog-link-box:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #003366;
}

.tpl-architect-blog-link-box .tpl-title {
    font-size: 18px;
    font-weight: bold;
}

.tpl-architect-blog-link-box .tpl-summary {
    font-size: 16px;
    line-height: 20px;
}

.tpl-architect-wrapper-title-and-content .tpl-architect-blog-link-box {
    max-width: 100%;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-blog-summary .tpl-picture {
    display: block;
}

.tpl-architect-blog-summary .tpl-picture img {
    width: 100%;
}

.tpl-architect-blog-summary .tpl-title {
    font-size: 32px;
    line-height: 38px;
    color: #003366;
    font-weight: 400;
    margin-top: 20px;
    text-transform: uppercase;
}

.tpl-architect-blog-summary .tpl-title a {
    color: #003366;
}

.tpl-architect-blog-summary .tpl-title a:hover {
    color: #004080;
}

.tpl-architect-blog-summary .tpl-summary {
    color: #2B2B2B;
    margin-top: 20px;
}

.tpl-architect-blog-summary .tpl-buttons {
    margin-top: 20px;
}

.tpl-architect-blog-summary .tpl-buttons .tpl-button {
    border: 1px solid #003366;
    background-color: #003366;
}

.tpl-architect-blog-summary .tpl-buttons .tpl-button:hover {
    border: 1px solid #004080;
    background-color: #004080;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-blog-similar-post .tpl-picture img {
    width: 100%;
}

.tpl-architect-blog-similar-post .tpl-title {
    color: #003366;
}

.tpl-architect-blog-similar-post .tpl-title:hover {
    color: #004080;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-event-full-view .tpl-view-header {
    background: #DD8731;
    padding: 40px 0 106px;
}

.tpl-architect-event-full-view .tpl-view-header .tpl-view-header-inner {
    max-width: 1050px;
    padding: 0 25px;
    margin: 0 auto;
}

.tpl-architect-event-full-view .tpl-view-header .tpl-title,
.tpl-architect-event-full-view .tpl-view-header .tpl-cost {
    color: #fff;
    width: auto;
}

.tpl-architect-event-full-view .tpl-view-header .tpl-title {
    float: left;
    font-size: 54px;
    font-weight: 300;
    line-height: 1.2;
    margin: 10px 0;
}

.tpl-architect-event-full-view .tpl-view-header .tpl-cost {
    float: right;
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0 15px 15px;
}

.tpl-architect-event-full-view .tpl-content {
    position: relative;
    max-width: 1050px;
    padding: 0 25px;
    margin: -66px auto 0;
}

.tpl-architect-event-full-view .tpl-content .tpl-cal-day-holder {
    position: absolute;
    left: 25px;
    top: 0;
    min-width: 135px;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data {
    background: #fff;
    padding: 25px 40px 25px 160px;
    margin-left: 15px;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-event-basic-data .tpl-date-time-location {
    float: left;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-event-basic-data .tpl-date-time-location .tpl-date-time {
    font-weight: 600;
    margin: 5px 0;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-event-basic-data .tpl-date-time-location .tpl-location {
    margin: 10px 0;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-event-basic-data .tpl-register {
    float: right;
    margin: 10px 0 10px 10px;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-body {
    line-height: 1.4;
    padding: 28px 0;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-body ul {
    padding-left: 50px;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-body ul li {
    margin: 25px 0;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-venue-info .tpl-venue-info-inner {
    display: table;
    width: 100%;
    margin: 13px 0;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-venue-info .tpl-venue-info-inner .tpl-venue-info-cell {
    display: table-cell;
    background: #EFF0F0;
    padding: 20px 25px 25px;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-venue-info .tpl-venue-info-inner label {
    font-weight: 600;
    margin: 0 0 5px;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-venue-info .tpl-venue-info-inner .tpl-venue-address {
    width: 56%;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-venue-info .tpl-venue-info-inner .tpl-venue-address .tpl-address-location {
    font-style: italic;
    font-weight: 300;
    margin: 8px 0;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-venue-info .tpl-venue-info-inner .tpl-venue-contact {
    width: 44%;
    border-left: 5px solid #fff;
}

.tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-venue-info .tpl-venue-info-inner .tpl-venue-contact .tpl-phone-holder {
    margin-bottom: 20px;
}

.tpl-architect-event-full-view .tpl-view-footer {
    padding-top: 15px;
}

.tpl-architect-event-full-view .tpl-view-footer .tpl-google-map-canvas {
    height: 470px;
    padding: 0;
    margin: 0;
}

.tpl-architect-event-full-view .tpl-view-footer .tpl-google-map-canvas .tpl-map-info-window {
    font-family: "Soleil", sans-serif;
    font-size: 18px;
    padding: 5px 0;
}

@media (max-width: 900px) {
    .tpl-architect-event-full-view .tpl-content .tpl-event-data {
        padding: 15px 20px 15px 140px;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-event-basic-data .tpl-date-time-location {
        float: none;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-event-basic-data .tpl-register {
        float: none;
        margin: 20px 0 0;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-venue-info .tpl-venue-info-inner .tpl-venue-info-cell {
        padding: 15px 20px 20px;
    }
}

@media (max-width: 650px) {
    .tpl-architect-event-full-view .tpl-view-header {
        text-align: center;
    }
    .tpl-architect-event-full-view .tpl-view-header .tpl-title {
        float: none;
        width: 100%;
        font-size: 40px;
        margin-top: 0;
    }
    .tpl-architect-event-full-view .tpl-view-header .tpl-cost {
        float: none;
        width: 100%;
        margin: 0;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-cal-day-holder {
        position: static;
        left: auto;
        top: auto;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-cal-day-holder .tpl-cal-day .tpl-cal-day-inner {
        margin: 0 auto;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-event-data {
        padding: 15px 0;
        margin: 0;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-body ul {
        padding-left: 35px;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-body ul li {
        margin: 15px 0;
    }
    .tpl-architect-event-full-view .tpl-view-footer .tpl-google-map-canvas {
        height: 400px;
    }
}

@media (max-width: 500px) {
    .tpl-architect-event-full-view .tpl-view-header {
        padding: 30px 0;
    }
    .tpl-architect-event-full-view .tpl-content {
        margin: 40px 0 0;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-cal-day-holder .tpl-cal-day .tpl-cal-day-inner {
        max-width: 100%;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-event-basic-data .tpl-register a {
        width: 100%;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-venue-info .tpl-venue-info-inner {
        display: block;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-venue-info .tpl-venue-info-inner .tpl-venue-info-cell {
        display: block;
        width: 100%;
    }
    .tpl-architect-event-full-view .tpl-content .tpl-event-data .tpl-venue-info .tpl-venue-info-inner .tpl-venue-contact {
        border-left: none;
        margin-top: 5px;
    }
    .tpl-architect-event-full-view .tpl-view-footer .tpl-google-map-canvas {
        height: 320px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-event-summary {
    border-bottom: 1px solid #CCCBCB;
    padding: 50px 0 45px;
}

.tpl-architect-event-summary .tpl-cal-day-holder {
    float: left;
    width: 16%;
}

.tpl-architect-event-summary .tpl-content {
    float: left;
    width: 64%;
    max-width: 600px;
    padding: 0 15px;
}

.tpl-architect-event-summary .tpl-content .tpl-title {
    font-weight: 600;
    margin: -10px 0 0;
}

.tpl-architect-event-summary .tpl-content .tpl-title a, .tpl-architect-event-summary .tpl-content .tpl-title a:hover {
    color: #000;
    text-decoration: none;
}

.tpl-architect-event-summary .tpl-content .tpl-date-time {
    font-weight: 600;
}

.tpl-architect-event-summary .tpl-content .tpl-location {
    margin: 3px 0 8px;
}

.tpl-architect-event-summary .tpl-content .tpl-location a.tpl-google-map-link {
    white-space: nowrap;
    margin-left: 8px;
}

.tpl-architect-event-summary .tpl-more-info {
    float: right;
    width: 20%;
    text-align: right;
}

.tpl-architect-event-summary .tpl-more-info .tpl-cost {
    display: inline-block;
    width: auto;
    font-weight: 600;
    border-bottom: 3px solid #92D4E0;
    margin: -10px 0 0;
}

.tpl-architect-event-summary .tpl-more-info .tpl-button {
    margin-top: 50px;
}

@media (max-width: 900px) {
    .tpl-architect-event-summary {
        padding: 30px 0 25px;
    }
    .tpl-architect-event-summary .tpl-cal-day-holder {
        width: 20%;
    }
    .tpl-architect-event-summary .tpl-content {
        width: 80%;
    }
    .tpl-architect-event-summary .tpl-more-info {
        float: none;
        width: 100%;
        text-align: left;
    }
    .tpl-architect-event-summary .tpl-more-info .tpl-cost-holder {
        display: inline-block;
    }
    .tpl-architect-event-summary .tpl-more-info .tpl-cost {
        margin: 10px;
    }
    .tpl-architect-event-summary .tpl-more-info .tpl-button {
        float: left;
        margin: 10px 15px 10px 0;
    }
}

@media (max-width: 700px) {
    .tpl-architect-event-summary .tpl-cal-day-holder {
        width: 25%;
    }
    .tpl-architect-event-summary .tpl-content {
        width: 75%;
    }
}

@media (max-width: 600px) {
    .tpl-architect-event-summary .tpl-cal-day-holder {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }
    .tpl-architect-event-summary .tpl-cal-day-holder .tpl-cal-day .tpl-cal-day-inner {
        max-width: 100%;
    }
    .tpl-architect-event-summary .tpl-content {
        width: 100%;
        float: none;
        padding: 0 0 10px;
    }
}

@media (max-width: 400px) {
    .tpl-architect-event-summary .tpl-more-info .tpl-cost {
        margin-left: 0;
    }
    .tpl-architect-event-summary .tpl-more-info .tpl-button {
        float: none;
        width: 100%;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-ministry-guide-full-view .tpl-image-holder {
    position: relative;
}

.tpl-architect-ministry-guide-full-view .tpl-image-holder .tpl-image {
    height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tpl-architect-ministry-guide-full-view .tpl-image-holder .tpl-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    margin: 0;
}

.tpl-architect-ministry-guide-full-view .tpl-content {
    padding: 25px 0;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-inner {
    padding-bottom: 20px;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left {
    float: left;
    width: 28%;
    padding-right: 5px;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section {
    margin: 30px 0;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section .tpl-label-holder {
    position: relative;
    padding-right: 58px;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section .tpl-label-holder .tpl-label {
    border-bottom: 4px solid #EAA259;
    padding-bottom: 5px;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section .tpl-label-holder .tpl-icon {
    display: block;
    position: absolute;
    bottom: -28px;
    right: 0;
    border: 4px solid #EAA259;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    background: url("../img/groups.png") 46% 55% no-repeat;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section .tpl-text {
    padding-top: 8px;
    padding-right: 58px;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section .tpl-text .tpl-watch-link {
    padding-top: 5px;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section .tpl-text .tpl-link-with-arrow:after {
    margin-left: 7px;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section.tpl-major-religions .tpl-icon {
    background: url("../img/religion2.png") 51% 38% no-repeat;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section.tpl-videos .tpl-icon {
    background: url("../img/film.png") 50% 50% no-repeat;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section.tpl-get-started .tpl-label,
.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section.tpl-get-started .tpl-icon {
    border-color: #6EBB7F;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left .tpl-content-left-section.tpl-get-started .tpl-icon {
    background: url("../img/go.png") 46% 48% no-repeat;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-right {
    float: right;
    width: 72%;
    padding-top: 15px;
    padding-left: 75px;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-right .tpl-content-right-section {
    padding-bottom: 20px;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-right .tpl-content-right-section .tpl-title {
    margin: 15px 0;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-right .tpl-content-right-section .tpl-text ul {
    padding-left: 15px;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-right .tpl-content-right-section .tpl-text ul li {
    margin: 5px 0;
}

.tpl-architect-ministry-guide-full-view .tpl-content .tpl-related-items {
    padding-bottom: 40px;
}

@media (max-width: 1000px) {
    .tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-right {
        padding-left: 35px;
    }
}

@media (max-width: 800px) {
    .tpl-architect-ministry-guide-full-view .tpl-image-holder .tpl-image {
        height: 310px;
    }
    .tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-inner {
        max-width: 700px;
        margin: 0 auto;
    }
    .tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left,
    .tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-right {
        float: none;
        width: 100%;
        padding: 0;
    }
    .tpl-architect-ministry-guide-full-view .tpl-content .tpl-content-left {
        max-width: 340px;
        padding-bottom: 20px;
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    .tpl-architect-ministry-guide-full-view .tpl-image-holder .tpl-image {
        height: 160px;
    }
    .tpl-architect-ministry-guide-full-view .tpl-image-holder .tpl-title {
        position: static;
        background: #000;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-ministry-guide-summary {
    float: left;
    width: 25%;
    max-width: 480px;
    padding: 6px;
}

.tpl-architect-ministry-guide-summary .tpl-architect-ministry-guide-summary-inner {
    position: relative;
    background: #EFF0F0;
}

.tpl-architect-ministry-guide-summary .tpl-content {
    min-height: 150px;
    padding: 8px 14px;
}

.tpl-architect-ministry-guide-summary .tpl-title {
    line-height: 1.1;
    padding: 6px 0;
}

.tpl-architect-ministry-guide-summary .tpl-title a {
    font-weight: 600;
}

.tpl-architect-ministry-guide-summary .tpl-title a, .tpl-architect-ministry-guide-summary .tpl-title a:hover {
    color: #4C4C4C;
}

.tpl-architect-ministry-guide-summary .tpl-summary {
    font-size: 14px;
    padding: 4px 0 0;
}

@media (max-width: 1000px) {
    .tpl-architect-ministry-guide-summary {
        width: 33.33%;
    }
}

@media (max-width: 790px) {
    .tpl-architect-ministry-guide-summary {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .tpl-architect-ministry-guide-summary {
        width: 100%;
        float: none;
        padding: 16px 0;
        margin: 0 auto;
    }
    .tpl-architect-ministry-guide-summary .tpl-content {
        min-height: 0;
        padding-bottom: 20px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-missionary-summary .tpl-summary-wrapper {
    position: relative;
    min-height: 230px;
}

.tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-image {
    position: absolute;
    height: 100%;
    background: #FFF;
}

.tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-details {
    min-height: 230px;
    background: #FFF;
    padding: 10px 25px;
    margin: 0 236px 0 230px;
}

.tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-details h5 {
    margin: 0;
}

.tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-details .tpl-tags {
    margin-bottom: 10px;
}

.tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-details .tpl-tags .tpl-tag-item {
    color: #4C4C4C;
    font-weight: normal;
}

.tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-give-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 100%;
    background: #FFF;
    padding: 35px 25px;
}

.tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-give-form .campaign-form-holder {
    display: table;
    height: 100%;
}

.tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-give-form .campaign-form-holder form {
    display: table-cell;
    vertical-align: middle;
}

.tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-give-form input {
    width: 100%;
    margin-bottom: 5px;
}

@media (max-width: 800px) {
    .tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-image {
        width: 200px;
    }
    .tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-details {
        margin: 0 206px 0 200px;
    }
    .tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-give-form {
        width: 200px;
    }
}

@media (max-width: 700px) {
    .tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-image {
        width: auto;
        position: static;
        height: auto;
        text-align: center;
        padding: 25px;
    }
    .tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-details {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-give-form {
        padding-top: 10px;
        padding-bottom: 25px;
        position: static;
        width: 100%;
    }
    .tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-give-form .campaign-form-holder {
        display: block;
    }
    .tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-give-form .campaign-form-holder form {
        display: block;
    }
    .tpl-architect-missionary-summary .tpl-summary-wrapper .tpl-summary-give-form input {
        width: 100%;
        margin-bottom: 5px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-missionary-full-view .tpl-view-header {
    background: #5E4C7B;
    padding: 50px 0 85px 0;
    min-height: 250px;
}

.tpl-architect-missionary-full-view .tpl-view-header .tpl-view-header-inner {
    max-width: 1050px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}

.tpl-architect-missionary-full-view .tpl-view-header .tpl-title {
    padding-right: 300px;
}

.tpl-architect-missionary-full-view .tpl-view-header .tpl-title h2 {
    color: #fff;
    line-height: 1;
    margin: 0;
}

.tpl-architect-missionary-full-view .tpl-view-header .tpl-info-box {
    position: absolute;
    top: 0;
    right: 25px;
    padding: 10px 20px;
}

.tpl-architect-missionary-full-view .tpl-view-header .tpl-info-box .tpl-small-text-bold,
.tpl-architect-missionary-full-view .tpl-view-header .tpl-info-box .tpl-small-text-italic,
.tpl-architect-missionary-full-view .tpl-view-header .tpl-info-box .tpl-small-text {
    color: white;
}

.tpl-architect-missionary-full-view .tpl-content {
    position: relative;
    max-width: 1050px;
    padding: 0 25px;
    margin: -75px auto 0;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-content-inner {
    background: #fff;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-image-holder {
    float: left;
    width: 32%;
    text-align: center;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-image-holder .tpl-social-icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    background: #00366A;
    border-radius: 50%;
    text-align: center;
    margin: 10px 2px 0 2px;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-image-holder .tpl-social-icon:before {
    line-height: 44px;
    font-family: "FontAwesome";
    color: #FFF;
    font-size: 20px;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content {
    float: right;
    width: 68%;
    padding: 35px;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-giving-help-text {
    margin-bottom: 40px;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-giving-help-text p {
    margin-top: 0;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-giving-help-text .tpl-green {
    font-weight: bold;
    color: #30A249;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-giving-help-text .tpl-light-blue {
    font-weight: bold;
    color: #92D4E0;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-giving-help-text .tpl-orange {
    font-weight: bold;
    color: #DD8731;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons {
    margin: 20px 0 0 0;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .tpl-action-btn {
    margin-right: 10px;
    margin-bottom: 20px;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .tpl-action-btn.tpl-send-message {
    position: relative;
    padding-left: 40px;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .tpl-action-btn.tpl-send-message:before {
    position: absolute;
    left: 10px;
    font-family: "FontAwesome";
    font-size: 20px;
    content: '\f0e0';
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .campaign-form {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 20px;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .campaign-form .amount-submit,
.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .campaign-form .input-holder {
    float: left;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .campaign-form .input-holder {
    position: relative;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .campaign-form .input-holder:before {
    position: absolute;
    left: 10px;
    content: '$';
    height: 40px;
    line-height: 40px;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .campaign-form .amount {
    width: 100px;
    font-size: 16px;
    height: 40px;
    border: 1px solid #C03115;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    padding-left: 25px;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .campaign-form .amount-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #C03115;
    border-color: #C03115;
}

.tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .campaign-form .amount-submit:hover {
    border-color: #C03115;
}

@media (max-width: 800px) {
    .tpl-architect-missionary-full-view .tpl-view-header .tpl-title {
        padding-right: 240px;
    }
}

@media (max-width: 700px) {
    .tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .campaign-form,
    .tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .tpl-action-btn {
        width: 100%;
        margin-right: 0;
    }
    .tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .input-and-button-holder {
        position: relative;
    }
    .tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .input-and-button-holder .input-holder {
        float: none;
        margin-right: 60px;
    }
    .tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .input-and-button-holder .amount-submit {
        float: none;
        width: 60px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .tpl-architect-missionary-full-view .tpl-content .tpl-body-content .tpl-action-buttons .input-and-button-holder .amount {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .tpl-architect-missionary-full-view .tpl-view-header .tpl-title {
        padding-right: 0;
        margin-bottom: 25px;
    }
    .tpl-architect-missionary-full-view .tpl-view-header .tpl-info-box {
        position: static;
        margin-bottom: 10px;
    }
    .tpl-architect-missionary-full-view .tpl-content {
        padding: 0;
    }
    .tpl-architect-missionary-full-view .tpl-content .tpl-image-holder {
        float: none;
        width: 100%;
    }
    .tpl-architect-missionary-full-view .tpl-content .tpl-body-content {
        float: none;
        width: 100%;
        padding: 20px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-project-summary .tpl-summary-wrapper {
    position: relative;
    min-height: 230px;
}

.tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-image {
    position: absolute;
    height: 100%;
    background: #FFF;
}

.tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-details {
    min-height: 230px;
    background: #FFF;
    padding: 10px 25px;
    margin: 0 236px 0 230px;
}

.tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-details h5 {
    margin: 0;
}

.tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-details .tpl-tags {
    margin-bottom: 10px;
}

.tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-details .tpl-tags .tpl-tag-item {
    color: #4C4C4C;
    font-weight: normal;
}

.tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-give-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 100%;
    background: #FFF;
    padding: 35px 25px;
}

.tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-give-form .campaign-form-holder {
    display: table;
    height: 100%;
}

.tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-give-form .campaign-form-holder form {
    display: table-cell;
    vertical-align: middle;
}

.tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-give-form input {
    width: 100%;
    margin-bottom: 5px;
}

.tpl-architect-project-summary.with-borders {
    border: 5px solid #EFF0F0;
}

.tpl-architect-project-summary.with-borders .tpl-summary-wrapper .tpl-summary-give-form {
    border-left: 5px solid #EFF0F0;
}

@media (max-width: 700px) {
    .tpl-architect-project-summary.with-borders .tpl-summary-wrapper .tpl-summary-give-form {
        border-left: none;
    }
}

@media (max-width: 800px) {
    .tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-image {
        width: 200px;
    }
    .tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-details {
        margin: 0 206px 0 200px;
    }
    .tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-give-form {
        width: 200px;
    }
}

@media (max-width: 700px) {
    .tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-image {
        width: auto;
        position: static;
        height: auto;
        text-align: center;
        padding: 25px;
    }
    .tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-details {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-give-form {
        padding-top: 10px;
        padding-bottom: 25px;
        position: static;
        width: 100%;
    }
    .tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-give-form .campaign-form-holder {
        display: block;
    }
    .tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-give-form .campaign-form-holder form {
        display: block;
    }
    .tpl-architect-project-summary .tpl-summary-wrapper .tpl-summary-give-form input {
        width: 100%;
        margin-bottom: 5px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-project-full-view .tpl-progress-bar {
    padding: 40px 350px 60px 0;
}

.tpl-architect-project-full-view .tpl-progress-bar .tpl-progress-bar-amount {
    padding-bottom: 5px;
}

.tpl-architect-project-full-view .tpl-progress-bar .tpl-progress-bar-bar {
    position: relative;
    height: 20px;
    background-color: #372d48;
}

.tpl-architect-project-full-view .tpl-progress-bar .tpl-progress-bar-bar .tpl-progress-bar-bar-filled {
    position: relative;
    height: 20px;
    background: #6EBB7F;
}

.tpl-architect-project-full-view .tpl-progress-bar .tpl-progress-bar-bar .tpl-progress-bar-bar-percentage {
    position: absolute;
    bottom: -22px;
    right: 0;
    font-size: 14px;
}

.tpl-architect-project-full-view .tpl-view-header {
    background: #5E4C7B;
    padding: 50px 0 85px 0;
    min-height: 250px;
}

.tpl-architect-project-full-view .tpl-view-header .tpl-view-header-inner {
    max-width: 1050px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}

.tpl-architect-project-full-view .tpl-view-header .tpl-title {
    padding-right: 300px;
}

.tpl-architect-project-full-view .tpl-view-header .tpl-title h2 {
    color: #fff;
    line-height: 1;
    margin: 0;
}

.tpl-architect-project-full-view .tpl-view-header .tpl-info-box {
    position: absolute;
    top: 0;
    right: 25px;
    padding: 10px 20px;
}

.tpl-architect-project-full-view .tpl-view-header .tpl-info-box .tpl-small-text-bold,
.tpl-architect-project-full-view .tpl-view-header .tpl-info-box .tpl-small-text-italic,
.tpl-architect-project-full-view .tpl-view-header .tpl-info-box .tpl-small-text {
    color: white;
}

.tpl-architect-project-full-view .tpl-view-header .tpl-progress-bar {
    color: #fff;
}

.tpl-architect-project-full-view .tpl-content {
    position: relative;
    max-width: 1050px;
    padding: 0 25px;
    margin: -75px auto 0;
}

.tpl-architect-project-full-view .tpl-content .tpl-progress-bar {
    color: #2B2B2B;
}

.tpl-architect-project-full-view .tpl-content .tpl-content-inner {
    background: #fff;
}

.tpl-architect-project-full-view .tpl-content .tpl-image-holder {
    float: left;
    width: 32%;
    text-align: center;
}

.tpl-architect-project-full-view .tpl-content .tpl-body-content {
    float: right;
    width: 68%;
    padding: 35px;
}

.tpl-architect-project-full-view .tpl-content .tpl-body-content .tpl-action-buttons {
    margin: 20px 0 0 0;
}

.tpl-architect-project-full-view .tpl-content .tpl-body-content .tpl-action-buttons .tpl-action-btn {
    margin-right: 10px;
    margin-bottom: 20px;
}

.tpl-architect-project-full-view .tpl-content .tpl-body-content .tpl-action-buttons .tpl-giving-form .input-holder {
    float: left;
    position: relative;
    /*&:after {
                          position: absolute;
                          top: 0;
                          right: 10px;
                          content: 'USD';
                          color: #aeadad;
                          line-height: 55px;
                        }*/
}

.tpl-architect-project-full-view .tpl-content .tpl-body-content .tpl-action-buttons .tpl-giving-form .input-holder:before {
    position: absolute;
    left: 10px;
    content: '$';
    height: 40px;
    line-height: 40px;
}

.tpl-architect-project-full-view .tpl-content .tpl-body-content .tpl-action-buttons .tpl-giving-form .input-holder .amount {
    width: 100px;
    font-size: 16px;
    height: 40px;
    border: 1px solid #C03115;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    padding-left: 25px;
}

.tpl-architect-project-full-view .tpl-content .tpl-body-content .tpl-action-buttons .tpl-giving-form .amount-submit {
    float: left;
    width: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 10px;
    background: #C03115;
    border-color: #C03115;
}

.tpl-architect-project-full-view .tpl-content .tpl-body-content .tpl-action-buttons .campaign-form {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 20px;
}

.tpl-architect-project-full-view .tpl-content .tpl-share {
    margin-top: 30px;
}

.tpl-architect-project-full-view .tpl-content .tpl-share .tpl-line {
    height: 2px;
    background: #CCCBCB;
    width: 100px;
    margin-bottom: 20px;
}

.tpl-architect-project-full-view .tpl-content .tpl-share a {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #CCCBCB;
    background: transparent;
    color: #CCCBCB;
    font-size: 13px;
    height: 30px;
    line-height: 26px;
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
}

.tpl-architect-project-full-view .tpl-content .tpl-share a:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.tpl-architect-project-full-view .tpl-content .tpl-share a:hover {
    text-decoration: none;
}

.tpl-architect-project-full-view .tpl-content .tpl-share a:hover {
    background: #CCCBCB;
    color: #FFF;
}

.tpl-architect-project-full-view .tpl-content .tpl-share a:before {
    position: absolute;
    left: 10px;
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 30px;
}

.tpl-architect-project-full-view .tpl-content .tpl-share a.facebook:before {
    content: '\f09a';
}

.tpl-architect-project-full-view .tpl-content .tpl-share a.twitter:before {
    content: '\f099';
}

.tpl-architect-project-full-view .tpl-content .tpl-share a.google:before {
    content: '\f0d5';
}

@media (max-width: 800px) {
    .tpl-architect-project-full-view .tpl-view-header .tpl-title, .tpl-architect-project-full-view .tpl-view-header .tpl-progress-bar {
        padding-right: 240px;
    }
    .tpl-architect-project-full-view .tpl-view-header .tpl-giving-form .input-holder {
        width: 150px;
    }
    .tpl-architect-project-full-view .tpl-view-header .tpl-giving-form .input-holder:after {
        line-height: 40px;
    }
    .tpl-architect-project-full-view .tpl-view-header .tpl-giving-form .amount-submit {
        width: 80px;
    }
}

@media (max-width: 600px) {
    .tpl-architect-project-full-view .tpl-view-header .tpl-title {
        padding-right: 0;
        margin-bottom: 25px;
    }
    .tpl-architect-project-full-view .tpl-view-header .tpl-progress-bar {
        padding-right: 0;
    }
    .tpl-architect-project-full-view .tpl-view-header .tpl-giving-form {
        position: static;
        margin-bottom: 10px;
    }
    .tpl-architect-project-full-view .tpl-view-header .tpl-giving-form .input-holder,
    .tpl-architect-project-full-view .tpl-view-header .tpl-giving-form .amount-submit {
        float: none;
        width: 100%;
        margin-bottom: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background: #C03115;
        border-color: #C03115;
    }
    .tpl-architect-project-full-view .tpl-view-header .tpl-giving-form .input-holder:hover,
    .tpl-architect-project-full-view .tpl-view-header .tpl-giving-form .amount-submit:hover {
        border-color: #C03115;
    }
    .tpl-architect-project-full-view .tpl-view-header .tpl-giving-form .input-holder .amount {
        border-radius: 2px;
    }
    .tpl-architect-project-full-view .tpl-content {
        padding: 0;
    }
    .tpl-architect-project-full-view .tpl-content .tpl-image-holder {
        float: none;
        width: 100%;
    }
    .tpl-architect-project-full-view .tpl-content .tpl-body-content {
        float: none;
        width: 100%;
        padding: 20px;
    }
    .tpl-architect-project-full-view .tpl-content .tpl-body-content .tpl-action-buttons .tpl-action-btn {
        width: 100%;
        margin-right: 0;
    }
}

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

.tpl-architect-project-simple-give-field {
    position: relative;
    padding-top: 30px;
    padding-right: 78px;
}

.tpl-architect-project-simple-give-field .input-holder {
    padding-right: 88px;
}

.tpl-architect-project-simple-give-field .amount-submit {
    position: absolute;
    top: 30px;
    right: 78px;
    width: 90px;
}

.tpl-architect-project-simple-give-field input[type="submit"].tpl-button-green {
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 470px) {
    .tpl-architect-project-simple-give-field {
        padding-top: 50px;
        padding-right: 0;
    }
    .tpl-architect-project-simple-give-field .amount-submit {
        right: 0;
        top: 50px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-opportunity-full-view .tpl-view-header {
    background: #00366A;
    padding: 30px 0 70px;
}

.tpl-architect-opportunity-full-view .tpl-view-header .tpl-view-header-inner {
    max-width: 1050px;
    padding: 0 25px;
    margin: 0 auto;
}

.tpl-architect-opportunity-full-view .tpl-view-header .tpl-title {
    color: #fff;
    float: left;
    font-size: 54px;
    font-weight: 300;
    line-height: 1.2;
    margin: 5px 0 18px;
}

.tpl-architect-opportunity-full-view .tpl-view-header .tpl-opp-id-holder {
    float: right;
    font-size: 14px;
    color: #fff;
}

.tpl-architect-opportunity-full-view .tpl-content {
    position: relative;
    max-width: 1050px;
    padding: 0 25px;
    margin: -60px auto 0;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-inner {
    background: #fff;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-top .tpl-image-holder {
    float: left;
    width: 52%;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-top .tpl-summary-info {
    float: right;
    width: 48%;
    padding: 20px 35px;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-top .tpl-summary-info .tpl-tags-holder {
    margin: 45px 0;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom {
    padding: 20px 0;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions {
    float: left;
    width: 36%;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions .tpl-action {
    position: relative;
    padding-right: 58px;
    margin: 40px 0;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions .tpl-action .tpl-label {
    border-bottom: 4px solid #EAA259;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions .tpl-action .tpl-label a, .tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions .tpl-action .tpl-label a:hover, .tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions .tpl-action .tpl-label a:active {
    color: #4C4C4C;
    font-weight: 700;
    display: inline-block;
    padding: 5px 0;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions .tpl-action .tpl-icon {
    display: block;
    position: absolute;
    bottom: -28px;
    right: 0;
    border: 4px solid #EAA259;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    background: url("../img/go.png") 46% 48% no-repeat;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions .tpl-action.tpl-get-started .tpl-label,
.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions .tpl-action.tpl-get-started .tpl-icon {
    border-color: #6EBB7F;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions .tpl-action.tpl-add-to-interest-list .tpl-icon {
    background: url("../img/add-to-interests.png") 68% 50% no-repeat;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions .tpl-action.tpl-send-to-a-friend .tpl-icon {
    background: url("../img/send-to-friend.png") 50% 40% no-repeat;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details {
    float: right;
    width: 64%;
    padding: 0 0 0 40px;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details .tpl-detail {
    margin: 45px 0;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details .tpl-detail.tpl-accordion-detail .tpl-label {
    display: inline-block;
    cursor: pointer;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details .tpl-detail.tpl-accordion-detail .tpl-label .tpl-arrow:after {
    font-style: normal;
    content: "\f0d7";
    font-family: "FontAwesome";
    margin-right: 8px;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details .tpl-detail.tpl-accordion-detail .tpl-label .tpl-arrow.tpl-arrow-up {
    display: none;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details .tpl-detail.tpl-accordion-detail .tpl-label .tpl-arrow.tpl-arrow-up:after {
    content: "\f0d8";
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details .tpl-detail.tpl-accordion-detail .tpl-detail-content {
    display: none;
    margin: 10px 0;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details .tpl-detail.tpl-accordion-detail.tpl-accordion-detail-expanded .tpl-label .tpl-arrow-up {
    display: inline;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details .tpl-detail.tpl-accordion-detail.tpl-accordion-detail-expanded .tpl-label .tpl-arrow-down {
    display: none;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details .tpl-detail .tpl-detail-content ul {
    margin: 10px 0;
    padding: 0 0 0 15px;
}

.tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details .tpl-detail .tpl-detail-content ul li {
    margin: 6px 0;
}

@media (max-width: 700px) {
    .tpl-architect-opportunity-full-view .tpl-view-header .tpl-view-header-inner,
    .tpl-architect-opportunity-full-view .tpl-content {
        max-width: 520px;
    }
    .tpl-architect-opportunity-full-view .tpl-view-header .tpl-title {
        font-size: 40px;
    }
    .tpl-architect-opportunity-full-view .tpl-view-header .tpl-opp-id-holder {
        float: none;
    }
    .tpl-architect-opportunity-full-view .tpl-content .tpl-content-top .tpl-image-holder {
        float: none;
        width: 100%;
    }
    .tpl-architect-opportunity-full-view .tpl-content .tpl-content-top .tpl-summary-info {
        float: none;
        width: 100%;
        padding: 20px 0 0;
    }
    .tpl-architect-opportunity-full-view .tpl-content .tpl-content-top .tpl-summary-info .tpl-tags-holder {
        margin: 20px 0;
    }
    .tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom {
        padding: 0;
    }
    .tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions {
        float: none;
        width: 100%;
        max-width: 310px;
    }
    .tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-actions .tpl-action {
        margin-top: 25px;
    }
    .tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details {
        float: none;
        width: 100%;
        padding: 5px 0 0;
    }
    .tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom .tpl-details .tpl-detail {
        margin-top: 25px;
    }
}

@media (max-width: 440px) {
    .tpl-architect-opportunity-full-view .tpl-content {
        padding: 0;
    }
    .tpl-architect-opportunity-full-view .tpl-content .tpl-content-top .tpl-summary-info {
        padding: 20px 20px 0;
    }
    .tpl-architect-opportunity-full-view .tpl-content .tpl-content-bottom {
        padding: 0 20px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-resource-summary .tpl-summary-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 83%;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-wrapper-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-thumbnail {
    width: 100%;
    height: 80%;
    background-size: cover;
    background-repeat: no-repeat;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-thumbnail.no-thumbnail {
    background: #2A5986 url("../img/logo_white_121x46.png") no-repeat center 15px;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-thumbnail .tpl-resource-icon {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 42px solid #DD8731;
    border-right: 42px solid transparent;
    color: #FFF;
    font-size: 14px;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-thumbnail .tpl-resource-icon:before {
    position: absolute;
    top: -37px;
    left: 5px;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-thumbnail .tpl-resource-text {
    position: absolute;
    width: 100%;
    top: 52%;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-title {
    height: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-title a {
    color: #4C4C4C;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup {
    display: none;
    position: absolute;
    left: 100%;
    bottom: 40px;
    z-index: 2000;
    width: 210px;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup .tpl-short-summary {
    font-size: 12px;
    font-weight: 100;
    font-style: italic;
    color: #4C4C4C;
    font-family: "Soleil", sans-serif;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup .tpl-summary-popup-inner {
    margin-left: 10px;
    padding: 10px;
    background: #FCEFE2;
    border: 1px solid #EAA259;
    position: relative;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup .tpl-summary-popup-inner:after, .tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup .tpl-summary-popup-inner:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup .tpl-summary-popup-inner:after {
    border-color: rgba(252, 239, 226, 0);
    border-right-color: #FCEFE2;
    border-width: 8px;
    margin-top: -8px;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup .tpl-summary-popup-inner:before {
    border-color: rgba(234, 162, 89, 0);
    border-right-color: #eaa259;
    border-width: 9px;
    margin-top: -9px;
}

@media (min-width: 800px) {
    .tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup.visible {
        display: block;
    }
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup.right-edge {
    left: auto;
    right: 10px;
    bottom: 50%;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup.right-edge .tpl-summary-popup-inner:after, .tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup.right-edge .tpl-summary-popup-inner:before {
    margin-top: 0;
    top: 100%;
    left: auto;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup.right-edge .tpl-summary-popup-inner:after {
    border-color: rgba(252, 239, 226, 0);
    border-top-color: #FCEFE2;
    border-width: 8px;
    margin-left: -8px;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup.right-edge .tpl-summary-popup-inner:before {
    border-color: rgba(234, 162, 89, 0);
    border-top-color: #eaa259;
    border-width: 9px;
    margin-left: -9px;
}

.tpl-architect-resource-summary .tpl-summary-wrapper .tpl-summary-popup .tpl-small-link a {
    color: #000;
    font-size: 14px;
    font-family: "Soleil", sans-serif;
    text-decoration: underline;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-resource-full-view .tpl-view-header {
    background: #2A5986;
    padding: 50px 0 85px 0;
    min-height: 250px;
}

.tpl-architect-resource-full-view .tpl-view-header .tpl-view-header-inner {
    max-width: 890px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}

.tpl-architect-resource-full-view .tpl-view-header .tpl-title h2 {
    color: #fff;
    line-height: 1;
    margin: 0;
}

.tpl-architect-resource-full-view .tpl-view-header.type-link, .tpl-architect-resource-full-view .tpl-view-header.type-podcast {
    padding: 50px 0;
    min-height: 0;
}

.tpl-architect-resource-full-view .tpl-content {
    position: relative;
    max-width: 890px;
    padding: 0 25px;
    margin: -75px auto 0;
}

.tpl-architect-resource-full-view .tpl-content .tpl-content-inner {
    background: #fff;
}

.tpl-architect-resource-full-view .tpl-content .tpl-image-holder {
    float: left;
    width: 38.0975%;
    margin-right: 35px;
    margin-bottom: 10px;
    text-align: center;
}

.tpl-architect-resource-full-view .tpl-content .tpl-image-holder.no-image {
    position: relative;
    padding-bottom: 38.0975%;
    height: 0;
}

.tpl-architect-resource-full-view .tpl-content .tpl-image-holder .tpl-image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00366A url("../img/logo_white_121x46.png") no-repeat center;
}

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

.tpl-architect-resource-full-view .tpl-content .tpl-meta-content {
    padding: 35px;
    padding-left: 0;
    padding-bottom: 0;
}

.tpl-architect-resource-full-view .tpl-content .tpl-meta-content .tpl-summary {
    margin-top: 30px;
    font-style: italic;
}

.tpl-architect-resource-full-view .tpl-content .tpl-meta-content .tpl-download-pdf {
    margin-top: 30px;
}

.tpl-architect-resource-full-view .tpl-content .tpl-body {
    padding: 20px 0;
    overflow: hidden;
}

.tpl-architect-resource-full-view .tpl-content .tpl-body .tpl-podcast {
    margin-top: 20px;
}

.tpl-architect-resource-full-view .tpl-content .tpl-body .tpl-podcast a:before, .tpl-architect-resource-full-view .tpl-content .tpl-body .tpl-podcast a:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
}

.tpl-architect-resource-full-view .tpl-content .tpl-body .tpl-podcast a:after {
    content: "\f101";
    margin-left: 6px;
}

.tpl-architect-resource-full-view .tpl-content .tpl-show-more {
    position: relative;
    margin-top: -50px;
    padding-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, white), to(white));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
}

.tpl-architect-resource-full-view .tpl-content .tpl-show-more.expanded {
    background-image: none;
    margin-top: 0;
    padding-top: 0;
}

.tpl-architect-resource-full-view .tpl-content .tpl-show-more .show-more-btn {
    display: block;
    width: 100%;
    padding: 10px;
    border-top: 2px solid #CCCBCB;
    border-bottom: 2px solid #CCCBCB;
}

.tpl-architect-resource-full-view .tpl-content.type-link, .tpl-architect-resource-full-view .tpl-content.type-podcast {
    margin: 0 auto;
}

.tpl-architect-resource-full-view .tpl-content.type-link .tpl-image-holder, .tpl-architect-resource-full-view .tpl-content.type-podcast .tpl-image-holder {
    display: none;
}

.tpl-architect-resource-full-view .tpl-content.type-link .tpl-meta-content, .tpl-architect-resource-full-view .tpl-content.type-podcast .tpl-meta-content {
    padding-right: 0;
}

.tpl-architect-resource-full-view .tpl-content.type-link .tpl-content-inner:before, .tpl-architect-resource-full-view .tpl-content.type-podcast .tpl-content-inner:before {
    position: absolute;
    top: -22px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #FFF;
    font-family: "FontAwesome";
    font-size: 27px;
    color: #2A5986;
    border-radius: 50%;
}

.tpl-architect-resource-full-view .tpl-content.type-podcast .tpl-content-inner:before {
    content: '\f025';
}

.tpl-architect-resource-full-view .tpl-content.type-link .tpl-content-inner:before {
    content: '\f0c1';
}

.tpl-architect-resource-full-view .tpl-content.type-video .tpl-image-holder {
    display: none;
}

.tpl-architect-resource-full-view .tpl-content.type-video .tpl-video-holder {
    display: block;
}

.tpl-architect-resource-full-view .tpl-content.type-video .tpl-video-holder.youtube, .tpl-architect-resource-full-view .tpl-content.type-video .tpl-video-holder.vimeo {
    position: relative;
    height: 0;
    padding-bottom: 56.2%;
}

.tpl-architect-resource-full-view .tpl-content.type-video .tpl-video-holder .tpl-youtube-video-player,
.tpl-architect-resource-full-view .tpl-content.type-video .tpl-video-holder .tpl-vimeo-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.tpl-architect-resource-full-view .tpl-related-items-container {
    max-width: 890px;
    padding: 0 25px;
    margin: 30px auto 0 auto;
}

.tpl-architect-resource-full-view .tpl-related-items-container .tpl-related-items {
    padding: 0 0 30px 0;
    margin: 0 -5px;
}

.tpl-architect-resource-full-view .tpl-related-items-container h6 {
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #CCCBCB;
}

@media (max-width: 600px) {
    .tpl-architect-resource-full-view .tpl-view-header .tpl-title {
        padding-right: 0;
        margin-bottom: 25px;
    }
    .tpl-architect-resource-full-view .tpl-content {
        padding: 0;
    }
    .tpl-architect-resource-full-view .tpl-content .tpl-image-holder.no-image {
        display: none;
    }
    .tpl-architect-resource-full-view .tpl-content .tpl-image-holder {
        float: none;
        width: 100%;
    }
    .tpl-architect-resource-full-view .tpl-content .tpl-meta-content {
        float: none;
        width: 100%;
        padding: 20px;
        padding-bottom: 0;
    }
    .tpl-architect-resource-full-view .tpl-content .tpl-meta-content .tpl-download-pdf a {
        width: 100%;
    }
    .tpl-architect-resource-full-view .tpl-content .tpl-body {
        padding: 20px;
    }
    .tpl-architect-resource-full-view .tpl-content .tpl-body .tpl-button {
        width: 100%;
        padding: 0 20px;
    }
    .tpl-architect-resource-full-view .tpl-content .tpl-show-more {
        margin-left: 20px;
        margin-right: 20px;
    }
    .tpl-architect-resource-full-view .tpl-content.type-link .tpl-content-inner:before, .tpl-architect-resource-full-view .tpl-content.type-podcast .tpl-content-inner:before {
        left: 20px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-resource-video {
    position: relative;
    min-height: 400px;
}

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

.tpl-architect-resource-video .tpl-image-holder .tpl-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 9px 15px 11px;
    background: #EFF0F0;
}

.tpl-architect-resource-video .tpl-image-holder .tpl-title, .tpl-architect-resource-video .tpl-image-holder .tpl-title:hover {
    color: #4C4C4C;
    font-weight: 300;
}

.tpl-architect-resource-video .tpl-image-holder .tpl-title:after {
    position: absolute;
    right: -17px;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 23px 18px;
    border-color: transparent transparent transparent #EFF0F0;
}

@media (max-width: 800px) {
    .tpl-architect-resource-video {
        min-height: 300px;
    }
    .tpl-architect-resource-video .tpl-image-holder {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .tpl-architect-resource-video {
        min-height: 200px;
    }
    .tpl-architect-resource-video .tpl-image-holder {
        height: 200px;
    }
    .tpl-architect-resource-video .tpl-image-holder .tpl-title {
        width: 100%;
        line-height: 1.3;
        font-size: 16px;
        padding: 8px 15px;
    }
    .tpl-architect-resource-video .tpl-image-holder .tpl-title:after {
        display: none;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-wrapper-basic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tpl-architect-wrapper-basic.tpl-background-align-bottom {
    background-position: center bottom;
}

.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.tpl-position-relative {
    position: relative;
}

.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: #C3C1C1;
    border-style: solid;
}

.tpl-architect-wrapper-basic.border-gray {
    border-color: #CCCBCB;
}

.tpl-architect-wrapper-basic.border-light-gray {
    border-color: #EFF0F0;
}

.tpl-architect-wrapper-basic.border-transparent {
    border-color: transparent;
}

.tpl-architect-wrapper-basic.border-white {
    border-color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: 25px;
    padding-right: 25px;
}

.tpl-architect-wrapper-basic.padding-sides-small {
    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: 37.5px;
    padding-right: 37.5px;
}

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

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

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

.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: 50px;
    padding-right: 50px;
}

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

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

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

.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: 75px;
    padding-right: 75px;
}

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

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

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

.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: 100px;
    padding-right: 100px;
}

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

.tpl-architect-wrapper-basic.padding-left.padding-x-4 {
    padding-left: 100px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-4 {
    padding-right: 100px;
}

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

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

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

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

.tpl-architect-wrapper-basic.padding-left.padding-x-5 {
    padding-left: 125px;
}

.tpl-architect-wrapper-basic.padding-right.padding-x-5 {
    padding-right: 125px;
}

.tpl-architect-wrapper-basic.overlap-left.overlap-small {
    margin-left: -10px;
}

.tpl-architect-wrapper-basic.overlap-left.overlap-medium {
    margin-left: -25px;
}

.tpl-architect-wrapper-basic.overlap-left.overlap-big {
    margin-left: -50px;
}

.tpl-architect-wrapper-basic.overlap-right.overlap-small {
    margin-right: -10px;
}

.tpl-architect-wrapper-basic.overlap-right.overlap-medium {
    margin-right: -25px;
}

.tpl-architect-wrapper-basic.overlap-right.overlap-big {
    margin-right: -50px;
}

.tpl-architect-wrapper-basic.overlap-top.overlap-small {
    margin-top: -10px;
}

.tpl-architect-wrapper-basic.overlap-top.overlap-medium {
    margin-top: -25px;
}

.tpl-architect-wrapper-basic.overlap-top.overlap-big {
    margin-top: -50px;
}

.tpl-architect-wrapper-basic.overlap-bottom.overlap-small {
    margin-bottom: -10px;
}

.tpl-architect-wrapper-basic.overlap-bottom.overlap-medium {
    margin-bottom: -25px;
}

.tpl-architect-wrapper-basic.overlap-bottom.overlap-big {
    margin-bottom: -50px;
}

.tpl-architect-wrapper-basic.style-border-top-and-bottom {
    border: 0;
    border-top: 2px solid #EFF0F0;
    border-bottom: 2px solid #EFF0F0;
}

.tpl-architect-wrapper-basic.fixed-height-450 {
    height: 450px;
}

.tpl-architect-wrapper-basic.fixed-height-450.border-top, .tpl-architect-wrapper-basic.fixed-height-450.border-bottom, .tpl-architect-wrapper-basic.fixed-height-450.border-left, .tpl-architect-wrapper-basic.fixed-height-450.border-right {
    height: 451px;
}

.border-x-5 .tpl-architect-wrapper-basic.fixed-height-450.border-top, .border-x-5 .tpl-architect-wrapper-basic.fixed-height-450.border-bottom, .border-x-5 .tpl-architect-wrapper-basic.fixed-height-450.border-left, .border-x-5 .tpl-architect-wrapper-basic.fixed-height-450.border-right {
    height: 455px;
}

.tpl-architect-wrapper-basic.fixed-height-350 {
    height: 350px;
}

.tpl-architect-wrapper-basic.fixed-height-350.border-top, .tpl-architect-wrapper-basic.fixed-height-350.border-bottom, .tpl-architect-wrapper-basic.fixed-height-350.border-left, .tpl-architect-wrapper-basic.fixed-height-350.border-right {
    height: 351px;
}

.border-x-5 .tpl-architect-wrapper-basic.fixed-height-350.border-top, .border-x-5 .tpl-architect-wrapper-basic.fixed-height-350.border-bottom, .border-x-5 .tpl-architect-wrapper-basic.fixed-height-350.border-left, .border-x-5 .tpl-architect-wrapper-basic.fixed-height-350.border-right {
    height: 355px;
}

.tpl-architect-wrapper-basic.fixed-height-250 {
    height: 250px;
}

.tpl-architect-wrapper-basic.fixed-height-250.border-top, .tpl-architect-wrapper-basic.fixed-height-250.border-bottom, .tpl-architect-wrapper-basic.fixed-height-250.border-left, .tpl-architect-wrapper-basic.fixed-height-250.border-right {
    height: 251px;
}

.border-x-5 .tpl-architect-wrapper-basic.fixed-height-250.border-top, .border-x-5 .tpl-architect-wrapper-basic.fixed-height-250.border-bottom, .border-x-5 .tpl-architect-wrapper-basic.fixed-height-250.border-left, .border-x-5 .tpl-architect-wrapper-basic.fixed-height-250.border-right {
    height: 255px;
}

.tpl-architect-wrapper-basic.hide-motion-form-title .MotionDataSubmitApplication .title {
    display: none;
}

.tpl-architect-wrapper-basic.align-right {
    float: right;
}

.tpl-architect-wrapper-basic.align-left {
    float: left;
}

.tpl-architect-wrapper-basic.grid-3-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.tpl-architect-wrapper-basic.grid-3-columns .clearfix {
    display: none;
}

/* 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;
    }
    .tpl-architect-wrapper-basic.padding-left, .tpl-architect-wrapper-basic.padding-right, .tpl-architect-wrapper-basic.padding-sides, .tpl-architect-wrapper-basic.padding-sides.padding-x-1-5, .tpl-architect-wrapper-basic.padding-sides-small, .tpl-architect-wrapper-basic.padding-sides-small.padding-x-1-5 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic.padding-sides.padding-x-2, .tpl-architect-wrapper-basic.padding-sides-small.padding-x-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic.padding-left.padding-x-2 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic.padding-right.padding-x-2 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic.padding-sides.padding-x-3, .tpl-architect-wrapper-basic.padding-sides-small.padding-x-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic.padding-left.padding-x-3 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic.padding-right.padding-x-3 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic.padding-sides.padding-x-4, .tpl-architect-wrapper-basic.padding-sides-small.padding-x-4 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic.padding-left.padding-x-4 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic.padding-right.padding-x-4 {
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic.padding-sides.padding-x-5, .tpl-architect-wrapper-basic.padding-sides-small.padding-x-5 {
        padding-left: 0;
        padding-right: 0;
    }
    .tpl-architect-wrapper-basic.padding-left.padding-x-5 {
        padding-left: 0;
    }
    .tpl-architect-wrapper-basic.padding-right.padding-x-5 {
        padding-right: 0;
    }
}

@media (max-width: 800px) {
    .overlap-small {
        margin-bottom: 0 !important;
    }
    .overlap-medium {
        margin-bottom: 0 !important;
    }
    .overlap-big {
        margin-bottom: 0 !important;
    }
    .overlap-left {
        margin-left: 0 !important;
    }
    .overlap-right {
        margin-right: 0 !important;
    }
    .overlap-top {
        margin-top: 0 !important;
    }
    .overlap-bottom {
        margin-bottom: 0 !important;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-wrapper-blog-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1050px;
    padding: 30px 25px;
    margin: 0 auto;
}

@media (max-width: 960px) {
    .tpl-architect-wrapper-blog-layout {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.tpl-architect-wrapper-blog-layout > :first-child {
    width: 65%;
    padding-right: 50px;
}

@media (max-width: 960px) {
    .tpl-architect-wrapper-blog-layout > :first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-right: 0;
    }
}

.tpl-architect-wrapper-blog-layout > :last-child {
    width: 35%;
    background: #EFF0F0;
    position: relative;
}

.tpl-architect-wrapper-blog-layout > :last-child:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1000px;
    width: 1000px;
    background: #EFF0F0;
}

@media (max-width: 960px) {
    .tpl-architect-wrapper-blog-layout > :last-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding-right: 20px;
    }
    .tpl-architect-wrapper-blog-layout > :last-child:after {
        content: unset;
    }
}

.tpl-architect-wrapper-blog-layout.basic {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tpl-architect-wrapper-blog-layout.basic > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: unset;
    padding: 0;
    background: none;
}

.tpl-architect-wrapper-blog-layout.basic > *:after {
    content: unset;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content {
    position: relative;
    border-bottom: 2px solid #EFF0F0;
    padding-bottom: 16px;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-expanding-summaries-title {
    text-align: center;
    padding: 5px 0 13px;
    margin: 0;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-view-all-holder {
    position: absolute;
    left: 6px;
    top: 22px;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-view-all-holder a {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    background: url("../img/view-all.png") 0 68% no-repeat;
    padding-left: 20px;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-view-all-holder a span {
    text-decoration: underline;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-architect-ministry-guide-summary {
    width: 16.66%;
    padding: 5px;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-architect-ministry-guide-summary.hidden {
    display: none;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-architect-ministry-guide-summary .tpl-content {
    min-height: 165px;
    padding: 6px 12px;
}

@media (max-width: 1250px) {
    .tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-architect-ministry-guide-summary {
        width: 25%;
    }
}

@media (max-width: 870px) {
    .tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-architect-ministry-guide-summary {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-architect-ministry-guide-summary {
        width: 100%;
        padding-bottom: 10px;
    }
    .tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-architect-ministry-guide-summary .tpl-content {
        min-height: 0;
        padding: 10px 16px 16px;
    }
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-wrapper-body.owl-carousel {
    max-width: 400px;
    margin: 0 auto;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-show-more-holder {
    text-align: center;
    padding: 20px 0;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-show-more-holder.hidden {
    display: none;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-show-more-holder a {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-show-more-holder a span {
    text-decoration: underline;
}

.tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-show-more-holder a i:after {
    font-style: normal;
    font-family: "FontAwesome";
    content: "\f0d7";
    margin-left: 8px;
}

@media (max-width: 800px) {
    .tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-expanding-summaries-title {
        font-size: 32px;
        padding: 5px 0;
    }
    .tpl-architect-wrapper-expanding-summaries .tpl-expanding-summaries-content .tpl-view-all-holder {
        position: static;
        text-align: center;
        padding: 0 0 25px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-wrapper-quotes-slider {
    position: relative;
}

.tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner {
    padding: 50px 40px;
}

.tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item .tpl-body {
    position: relative;
    background-color: #E3F4F7;
    height: 150px;
    line-height: normal;
    padding: 30px 48px 13px;
    margin-bottom: 160px;
}

.tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item .tpl-body:after {
    content: "";
    position: absolute;
    left: 54%;
    bottom: -28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #E3F4F7 transparent transparent transparent;
}

.tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item .tpl-body .tpl-body-inner {
    overflow: hidden;
    height: 100%;
}

.tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item.owl-item-0 .tpl-body:after {
    left: 22%;
}

.tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item.owl-item-1 .tpl-body:after {
    left: 38.5%;
}

.tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item.owl-item-3 .tpl-body:after {
    left: 70%;
}

.tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item.owl-item-4 .tpl-body:after {
    left: 85.5%;
}

.tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item .tpl-title {
    font-size: 20px;
    text-align: center;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav {
    position: absolute;
    width: 100%;
    top: 240px;
    left: 0;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    z-index: 2;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .tpl-slider-nav-inner {
    position: relative;
    height: 100px;
    padding: 0 49px;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .tpl-line {
    position: relative;
    height: 100px;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .tpl-line:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    background-color: #CCCBCB;
    margin-top: -1px;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav {
    margin: 0;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-prev,
.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-next {
    cursor: pointer;
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    margin-top: -20px;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-prev, .tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-prev:hover,
.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-next,
.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-next:hover {
    background: none;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-prev:before, .tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-prev:after,
.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-next:before,
.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-next:after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-prev:before,
.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-next:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #CCCBCB;
    border-radius: 50%;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-prev:after,
.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-next:after {
    font-family: "FontAwesome";
    font-size: 32px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    vertical-align: middle;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-prev {
    left: 0;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-prev:after {
    content: "\f104";
    margin-left: -1px;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-next {
    right: 0;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav .owl-next:after {
    content: "\f105";
    margin-left: 2px;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-image-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 3;
    height: 100px;
    margin-top: -53px;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-image-nav .owl-dot {
    cursor: pointer;
    width: 65px;
    margin: 0 40px;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-image-nav .owl-dot img {
    width: 65px;
    border-radius: 50%;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-image-nav .owl-dot:hover img {
    width: 75px;
    max-width: 75px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: -5px;
}

.tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-image-nav .owl-dot.active img {
    width: 100px;
    max-width: 100px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: -18px;
}

@media (max-width: 1060px) {
    .tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item .tpl-body {
        padding: 26px 25px 13px;
    }
    .tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item .tpl-body:after {
        left: 0 !important;
        bottom: -20px;
    }
}

@media (max-width: 850px) {
    .tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner {
        padding: 40px 0;
    }
    .tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item .tpl-body {
        padding: 18px 25px 17px;
        margin-bottom: 150px;
    }
    .tpl-architect-wrapper-quotes-slider .tpl-slider-nav {
        top: 220px;
    }
    .tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-image-nav .owl-dot {
        margin: 0 25px;
    }
}

@media (max-width: 730px) {
    .tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item .tpl-body {
        height: auto;
        margin-bottom: 210px;
    }
    .tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item .tpl-title {
        position: absolute;
        min-height: 60px;
        bottom: -5px;
    }
    .tpl-architect-wrapper-quotes-slider .tpl-slider-nav {
        top: auto;
        bottom: 113px;
    }
    .tpl-architect-wrapper-quotes-slider .tpl-slider-nav .tpl-slider-nav-inner {
        padding: 0;
    }
    .tpl-architect-wrapper-quotes-slider .tpl-slider-nav .tpl-line,
    .tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-nav {
        display: none;
    }
    .tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-image-nav .owl-dot {
        margin: 0 22px;
    }
}

@media (max-width: 630px) {
    .tpl-architect-wrapper-quotes-slider .tpl-architect-wrapper-quotes-slider-inner .owl-item .tpl-body:after {
        left: 55% !important;
    }
    .tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-image-nav .owl-dot {
        display: none;
        margin: 0;
    }
    .tpl-architect-wrapper-quotes-slider .tpl-slider-nav .owl-image-nav .owl-dot.active {
        display: inline-block;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-wrapper-resources-slider {
    position: relative;
    padding: 20px 40px 0;
}

.tpl-architect-wrapper-resources-slider > .tpl-title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 40px 10px;
    margin-bottom: -44px;
}

.tpl-architect-wrapper-resources-slider .owl-item {
    padding-top: 44px;
}

.tpl-architect-wrapper-resources-slider .tpl-architect-resource-summary {
    width: 100%;
    float: none;
    padding: 0 10px 0 0;
    margin: 0;
}

.tpl-architect-wrapper-resources-slider .tpl-architect-resource-summary .tpl-summary-wrapper .tpl-thumbnail {
    border: 1px solid #CCCBCB;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-and-nav {
    position: relative;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav {
    margin: 0;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-prev,
.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 2;
    padding: 0;
    margin: 0;
    margin-top: -13px;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-prev, .tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-prev:hover,
.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-next,
.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-next:hover {
    background: none;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-prev:before, .tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-prev:after,
.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-next:before,
.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-next:after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-prev:before,
.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-next:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #CCCBCB;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-prev:after,
.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-next:after {
    font-family: "FontAwesome";
    font-size: 24px;
    color: #CCCBCB;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-prev.disabled,
.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-next.disabled {
    display: none;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-prev {
    left: -30px;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-prev:after {
    content: "\f104";
    margin-left: -1px;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-next {
    right: -30px;
}

.tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-next:after {
    content: "\f105";
    margin-left: 2px;
}

.tpl-architect-wrapper-resources-slider.line-divider-bottom-gray .owl-item {
    border-bottom: 2px solid #CCCBCB;
    padding-bottom: 20px;
}

.tpl-architect-wrapper-resources-slider.line-divider-bottom-gray .tpl-slider-nav .owl-nav .owl-prev,
.tpl-architect-wrapper-resources-slider.line-divider-bottom-gray .tpl-slider-nav .owl-nav .owl-next {
    margin-top: -22px;
}

@media (max-width: 1010px) {
    .tpl-architect-wrapper-resources-slider > .tpl-title {
        padding: 0 20px 10px;
    }
}

@media (max-width: 800px) {
    .tpl-architect-wrapper-resources-slider {
        padding: 20px 0 0;
    }
    .tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-prev {
        left: -12px;
    }
    .tpl-architect-wrapper-resources-slider .tpl-slider-nav .owl-nav .owl-next {
        right: -12px;
    }
}

@media (max-width: 400px) {
    .tpl-architect-wrapper-resources-slider > .tpl-title {
        padding: 0 0 10px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-wrapper-slider {
    position: relative;
}

.tpl-architect-wrapper-slider .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    height: 46px;
    z-index: 2;
    padding: 0 30px;
    margin-top: -23px;
}

.tpl-architect-wrapper-slider .owl-nav .owl-prev,
.tpl-architect-wrapper-slider .owl-nav .owl-next {
    cursor: pointer;
    position: relative;
    width: 46px;
    height: 46px;
    padding: 0;
    margin: 0;
}

.tpl-architect-wrapper-slider .owl-nav .owl-prev, .tpl-architect-wrapper-slider .owl-nav .owl-prev:hover,
.tpl-architect-wrapper-slider .owl-nav .owl-next,
.tpl-architect-wrapper-slider .owl-nav .owl-next:hover {
    background: none;
}

.tpl-architect-wrapper-slider .owl-nav .owl-prev:before, .tpl-architect-wrapper-slider .owl-nav .owl-prev:after,
.tpl-architect-wrapper-slider .owl-nav .owl-next:before,
.tpl-architect-wrapper-slider .owl-nav .owl-next:after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.tpl-architect-wrapper-slider .owl-nav .owl-prev:before,
.tpl-architect-wrapper-slider .owl-nav .owl-next:before {
    content: "";
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.tpl-architect-wrapper-slider .owl-nav .owl-prev:after,
.tpl-architect-wrapper-slider .owl-nav .owl-next:after {
    font-family: "FontAwesome";
    font-size: 32px;
    width: 46px;
    height: 46px;
    line-height: 43px;
    vertical-align: middle;
}

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

.tpl-architect-wrapper-slider .owl-nav .owl-prev:after {
    content: "\f104";
    left: -2px;
}

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

.tpl-architect-wrapper-slider .owl-nav .owl-next:after {
    content: "\f105";
    left: 2px;
}

@media (max-width: 750px) {
    .tpl-architect-wrapper-slider .owl-nav {
        top: 120px;
    }
}

@media (max-width: 450px) {
    .tpl-architect-wrapper-slider .owl-nav {
        display: none;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-wrapper-side-by-side,
.tpl-architect-wrapper-side-by-side > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tpl-architect-wrapper-side-by-side {
    margin: 20px;
    margin-top: 0;
    position: relative;
}

.tpl-architect-wrapper-side-by-side > .tpl-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tpl-architect-wrapper-side-by-side > .tpl-body > div {
    width: calc(50% - 10px);
}

@media (max-width: 960px) {
    .tpl-architect-wrapper-side-by-side > .tpl-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .tpl-architect-wrapper-side-by-side > .tpl-body > div {
        width: 100%;
    }
    .tpl-architect-wrapper-side-by-side > .tpl-body > div:first-child {
        margin-bottom: 20px;
    }
}

.tpl-architect-wrapper-side-by-side > .tpl-logo {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 960px) {
    .tpl-architect-wrapper-side-by-side > .tpl-logo {
        margin-top: -10px;
    }
}

.tpl-architect-wrapper-side-by-side > .tpl-logo img {
    width: 70px;
}

.tpl-architect-wrapper-side-by-side.show-logo > .tpl-logo {
    display: block;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-wrapper-title-and-content,
.tpl-architect-wrapper-title-and-content > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tpl-architect-wrapper-title-and-content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tpl-architect-wrapper-title-and-content .tpl-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tpl-architect-wrapper-title-and-content .tpl-inner > .tpl-title {
    border-right: solid 5px #fff;
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 60px;
    letter-spacing: 5px;
}

.tpl-architect-wrapper-title-and-content .tpl-inner > .tpl-title a {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
}

.tpl-architect-wrapper-title-and-content .tpl-inner > .tpl-title span {
    display: block;
    font-size: 36px;
    letter-spacing: normal;
}

.tpl-architect-wrapper-title-and-content .tpl-inner > .tpl-content {
    padding: 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (max-width: 1280px) {
    .tpl-architect-wrapper-title-and-content .tpl-inner {
        padding: 40px;
    }
}

@media (max-width: 960px) {
    .tpl-architect-wrapper-title-and-content .tpl-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .tpl-architect-wrapper-title-and-content .tpl-inner {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tpl-architect-wrapper-title-and-content .tpl-inner > .tpl-title {
        border: none 0;
    }
    .tpl-architect-wrapper-title-and-content .tpl-inner > .tpl-content {
        padding: 25px;
    }
}

.tpl-architect-wrapper-title-and-content.left-aligned > .tpl-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 960px) {
    .tpl-architect-wrapper-title-and-content.left-aligned > .tpl-inner {
        padding-top: 60px;
    }
}

.tpl-architect-wrapper-title-and-content.right-aligned > .tpl-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 960px) {
    .tpl-architect-wrapper-title-and-content.right-aligned > .tpl-inner {
        padding-bottom: 60px;
    }
}

@media (max-width: 960px) {
    .tpl-architect-wrapper-title-and-content.left-aligned > .tpl-inner, .tpl-architect-wrapper-title-and-content.right-aligned > .tpl-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .tpl-architect-wrapper-title-and-content.left-aligned > .tpl-inner, .tpl-architect-wrapper-title-and-content.right-aligned > .tpl-inner {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tpl-architect-wrapper-title-and-content.left-aligned > .tpl-inner > .tpl-title, .tpl-architect-wrapper-title-and-content.right-aligned > .tpl-inner > .tpl-title {
        border: none 0;
    }
    .tpl-architect-wrapper-title-and-content.left-aligned > .tpl-inner > .tpl-content, .tpl-architect-wrapper-title-and-content.right-aligned > .tpl-inner > .tpl-content {
        padding: 25px;
    }
}

.tpl-architect-wrapper-title-and-content.blue-text > .tpl-inner > .tpl-title {
    color: #003366;
    border-color: #003366;
}

.tpl-architect-wrapper-title-and-content.blue-text > .tpl-inner > .tpl-title * {
    color: #003366;
}

.tpl-architect-wrapper-title-and-content.orange-background-overlay > .tpl-inner {
    background: rgba(221, 135, 49, 0.8);
}

.tpl-architect-wrapper-title-and-content.green-background-overlay > .tpl-inner {
    background: rgba(48, 162, 73, 0.8);
}

.tpl-architect-wrapper-title-and-content.white-background-overlay > .tpl-inner {
    background: rgba(255, 255, 255, 0.6);
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-wrapper-title-with-expandable-content > .tpl-inner > .tpl-title {
    display: inline-block;
    color: #30A249;
    border: solid 3px #30A249;
    padding: 6px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tpl-architect-wrapper-title-with-expandable-content > .tpl-inner > .tpl-title:hover {
    color: #6EBB7F;
    border-color: #6EBB7F;
}

.tpl-architect-wrapper-title-with-expandable-content > .tpl-inner > .tpl-content {
    display: none;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-architect-wrapper-handle-custom-search {
    display: block;
}

.tpl-architect-wrapper-handle-custom-search .tpl-title {
    font-weight: bold;
    color: #003366;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-architect-wrapper-handle-custom-search .tpl-title .tpl-checkbox {
    margin-top: 5px;
    margin-right: 6px;
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.tpl-architect-wrapper-handle-custom-search .tpl-title .tpl-checkbox:before {
    display: block;
    font-family: "FontAwesome";
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 32px;
    color: #003366;
    content: '\f096';
}

.tpl-architect-wrapper-handle-custom-search .tpl-title .tpl-checkbox.checked:before {
    content: '\f14a';
}

.tpl-architect-wrapper-handle-custom-search .tpl-content {
    background: #EFF0F0;
    margin-top: 20px;
    padding: 20px 30px;
}

.tpl-architect-wrapper-handle-custom-search .tpl-content > .tpl-architect-give-landing {
    display: none;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.com-advocacy {
    padding: 0 0 40px;
}

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

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

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

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

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

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

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

/* selected */
.com-advocacy .progress-bar table tr td.step.selected .step-number {
    color: #fff;
    background: #00366A;
}

/* Responsive - Progress Bar */
@media (max-width: 870px) {
    .com-advocacy .progress-bar table tr td.step {
        padding: 10px 15px;
    }
}

@media (max-width: 800px) {
    .com-advocacy .progress-bar {
        max-width: 240px;
        padding: 15px 10px 20px;
        margin: 0 auto;
    }
    .com-advocacy .progress-bar table tr td.step {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
    }
}

/* Common - Start */
.com-advocacy .customize,
.com-advocacy .advocacy-promote {
    padding: 30px 0;
    margin: 0 auto;
}

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

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

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

/* Responsive titles */
@media (max-width: 800px) {
    .com-advocacy .page-title,
    .com-advocacy h2.main-title,
    .com-advocacy .customize h2.main-title {
        font-size: 34px;
    }
}

/* Buttons */
.com-advocacy .rounded-button,
.com-advocacy .rounded-button.big,
.com-advocacy .rounded-button:hover {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
}

.com-advocacy .rounded-button:hover,
.com-advocacy .rounded-button.big:hover,
.com-advocacy .rounded-button:hover:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.com-advocacy .form .input-group .title,
.com-advocacy .customize .form .input-group .title,
.com-advocacy .advocacy-promote .form .input-group .title {
    font-weight: 300;
    margin-bottom: 3px;
}

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

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

.com-advocacy .customize .form .input-group.campaign-description .title {
    margin-bottom: 8px;
}

.com-advocacy .form .input-group .desc,
.com-advocacy .form .input-group .hint,
.com-advocacy .customize .form .input-group .desc,
.com-advocacy .advocacy-promote .form .input-group .hint {
    color: #4C4C4C;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    padding-left: 2px;
}

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

.com-advocacy .form .input-group.required .desc,
.com-advocacy .form .input-group.required .hint,
.com-advocacy .customize .form .input-group.required .desc,
.com-advocacy .advocacy-promote .form .input-group.required .hint {
    padding-left: 14px;
}

.com-advocacy .form .input-group input,
.com-advocacy .form .input-group textarea,
.com-advocacy .customize .form .input-group input,
.com-advocacy .customize .form .input-group textarea,
.com-advocacy .advocacy-promote .form .input-group input,
.com-advocacy .advocacy-promote .form .input-group textarea {
    border: 1px solid #C3C1C1;
    border-radius: 2px;
    height: 55px;
    vertical-align: middle;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #fff;
    color: #4C4C4C;
    padding: 5px 20px;
    margin: 0;
    outline: none;
    height: 55px;
    line-height: 55px;
}

.com-advocacy .form .input-group select,
.com-advocacy .customize .form .input-group select,
.com-advocacy .advocacy-promote .form .input-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: transparent url("../../img/extjs/arrow-gray-down.png") right 12px center no-repeat;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.com-advocacy.confirmation {
    padding-top: 15px;
    padding-bottom: 52px;
}

.com-advocacy.confirmation .page-title {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    font-family: "Soleil", sans-serif;
    color: #2B2B2B;
    margin: 10px 0;
}

.com-advocacy .campaign-url-info .title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: "Soleil", sans-serif;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
    padding: 0 3px 10px 3px;
    margin: 0;
}

.com-advocacy .campaign-url-info .link {
    border: none;
    background-color: #EFF0F0;
    color: #2B2B2B;
    font-size: 20px;
    font-weight: normal;
    word-wrap: break-word;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-wrap: break-word;
    overflow: visible;
    border-radius: 2px;
    padding: 12px 15px;
}

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

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

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

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

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

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

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

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

.com-advocacy .campaign-donations .details .completion-bar .copletion-progress {
    height: 15px;
    background-color: #5E4C7B;
    border-radius: 1px;
}

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

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

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

.com-advocacy .campaign-donations .details .financial-info {
    font-size: 20px;
    font-weight: 600;
    margin-left: 4%;
    margin-top: -30px;
}

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

.com-advocacy .campaign-donations .details .donateNow,
.com-advocacy .donation-details .title .donateNow {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 55px;
    line-height: 51px;
    padding: 0 40px;
    border: 1px solid #6EBB7F;
    background-color: #6EBB7F;
    padding-left: 18px;
    padding-right: 18px;
}

.com-advocacy .campaign-donations .details .donateNow:hover,
.com-advocacy .donation-details .title .donateNow:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.com-advocacy .campaign-donations .details .donateNow:hover,
.com-advocacy .donation-details .title .donateNow:hover {
    text-decoration: none;
    background-color: #30A249;
    border-color: #30A249;
}

.com-advocacy .campaign-donations .details .donateNow {
    margin-top: -30px;
}

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

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

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

.com-advocacy .advocacy-campaign-details .title a.edit {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    background-color: transparent;
    border-color: #2A5986;
    color: #2A5986;
    position: absolute;
    right: 0;
    top: 18px;
    padding-left: 18px;
    padding-right: 18px;
}

.com-advocacy .advocacy-campaign-details .title a.edit:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.com-advocacy .advocacy-campaign-details .title a.edit:hover {
    text-decoration: none;
    background-color: #2A5986;
    color: #FFF;
}

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

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

.com-advocacy .advocacy-campaign-details .advocacy-details p {
    margin: 0;
}

.com-advocacy .advocacy-campaign-details .tpl-advocacy-details .tpl-content-holder {
    padding: 0;
}

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

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

.com-advocacy .donation-details .title p {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: normal;
    font-family: "Soleil", sans-serif;
    color: #000;
    margin: 5px 0;
    width: auto;
    padding: 0;
    margin: 8px 0;
}

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

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

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

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

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

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

@media (max-width: 800px) {
    .com-advocacy .campaign-url-info .title {
        font-size: 18px;
    }
    .com-advocacy .campaign-url-info .link {
        font-size: 18px;
    }
    .com-advocacy .campaign-donations .title {
        font-size: 18px;
    }
    .com-advocacy .campaign-donations .details .completion-bar {
        width: 100%;
        float: none;
        clear: both;
    }
    .com-advocacy .campaign-donations .details .financial-info {
        width: 23%;
        font-size: 18px;
        margin: 45px 0 0 0;
    }
    .com-advocacy .campaign-donations .details .financial-info p {
        margin-top: 5px;
    }
    .com-advocacy .campaign-donations .details .donateNow {
        margin: 45px 0 0 0;
    }
    .com-advocacy .campaign-details-body {
        padding-top: 40px;
    }
    .com-advocacy .advocacy-campaign-details .title {
        font-size: 38px;
    }
    .com-advocacy .donation-details .title p {
        font-size: 29px;
        margin: 10px 0;
    }
}

@media (max-width: 600px) {
    .com-advocacy .page-title {
        text-align: center;
    }
    .com-advocacy .campaign-donations .details {
        text-align: center;
    }
    .com-advocacy .campaign-donations .details .completion-bar-achieved {
        text-align: left;
    }
    .com-advocacy .campaign-donations .details .financial-info {
        width: 50%;
        margin-top: 35px;
    }
    .com-advocacy .campaign-donations .details .donateNow {
        float: none;
        margin-top: 35px;
    }
    .com-advocacy .advocacy-campaign-details .title {
        text-align: center;
        padding-right: 0;
    }
    .com-advocacy .advocacy-campaign-details .title a.edit {
        position: static;
        display: block;
        max-width: 210px;
        margin: 20px auto 0;
    }
    .com-advocacy .advocacy-campaign-details .advocacy-details {
        text-align: center;
    }
    .com-advocacy .advocacy-campaign-details .advocacy-details img {
        float: none;
        width: auto;
        display: block;
        clear: both;
        text-align: center;
        padding: 0;
        margin: 5px auto 20px;
    }
    .com-advocacy .donation-details .title .donateNow {
        display: none;
    }
    .com-advocacy .donation-details .table table tr.head td.last,
    .com-advocacy .donation-details .table table tr.records td.last {
        display: none;
    }
}

@media (max-width: 450px) {
    .com-advocacy .donation-details .table table tr.head td,
    .com-advocacy .donation-details .table table tr.records td {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 400px) {
    .com-advocacy .donation-details .table table tr.head td,
    .com-advocacy .donation-details .table table tr.records td {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.com-advocacy .editMode {
    font-size: 20px;
    font-weight: normal;
    background: none;
    border: 1px dotted #FF1C00;
    color: #FF1C00;
    padding: 10px;
    margin: 0 0 20px 0;
}

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

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

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

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

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

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

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

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

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

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

.com-advocacy .customize .sample_preview {
    width: 40%;
    max-width: 100%;
    background: #EFF0F0;
    border-radius: 2px;
    padding: 15px 32px;
}

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

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

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

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

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

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

.com-advocacy .customize .page-footer .rounded-button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    position: relative;
    color: transparent;
    margin: 6px 0;
}

.com-advocacy .customize .page-footer .rounded-button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

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

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

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

.com-advocacy .customize .page-footer .rounded-button.go-back {
    float: left;
    background: none;
    border: none;
    padding: 0;
    margin-right: 15px;
}

.com-advocacy .customize .page-footer .rounded-button.go-back:before, .com-advocacy .customize .page-footer .rounded-button.go-back:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
}

.com-advocacy .customize .page-footer .rounded-button.go-back:before {
    content: "\f100";
    margin-right: 6px;
}

.com-advocacy .customize .page-footer .rounded-button.go-back:before, .com-advocacy .customize .page-footer .rounded-button.go-back:after {
    color: #2A5986;
}

.com-advocacy .customize .page-footer .rounded-button.go-back:after {
    content: "Go Back";
    font-family: "Soleil", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 800px) {
    .com-advocacy .customize .form,
    .com-advocacy .customize .sample_preview {
        float: none !important;
        width: 100%;
        max-width: 455px;
        margin: 0 auto;
    }
    .com-advocacy .customize .form {
        max-width: 500px;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .com-advocacy .customize .page-footer .rounded-button {
        font-size: 18px;
    }
    .com-advocacy .customize .page-footer .rounded-button, .com-advocacy .customize .page-footer .rounded-button:after {
        height: 40px;
        line-height: 38px;
    }
    .com-advocacy .customize .page-footer .rounded-button.saveAdvocacyCampaign {
        width: auto;
    }
}

@media (max-width: 450px) {
    .com-advocacy .customize .form .input-group-firstname,
    .com-advocacy .customize .form .input-group-lastname {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .com-advocacy .customize .sample_preview {
        padding: 10px 22px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.com-advocacy h2.main-title {
    display: block;
    width: 100%;
    font-size: 40px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 5px 0;
    border-top: 2px solid #D8D8D8;
    border-bottom: 2px solid #D8D8D8;
    padding: 20px 0;
}

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

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

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

.com-advocacy .advocacy-promote .form .input-group .hint {
    font-style: normal;
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 3px;
}

.com-advocacy .advocacy-promote .form .square-button.send-invites {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: auto;
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 25px;
}

.com-advocacy .advocacy-promote .form .square-button.send-invites:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.com-advocacy .advocacy-promote .form .no-thanks {
    float: left;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #2A5986;
    padding-top: 15px;
}

.com-advocacy .advocacy-promote .form .no-thanks span:before, .com-advocacy .advocacy-promote .form .no-thanks span:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
}

.com-advocacy .advocacy-promote .form .no-thanks span:after {
    content: "\f101";
    margin-left: 6px;
}

.com-advocacy .advocacy-promote .form .no-thanks span:after {
    background-color: #fff;
    margin-left: -9px;
}

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

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

@charset "UTF-8";
/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.contributions {
    text-align: center;
    margin: 0;
}

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

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

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

.contributions .title,
.contributions .cart-summary-title,
.contributions .form-body .title-wrapper .title,
.payment-processors .title-wrapper .title,
.payment-processors #edit-payment-method-form .title {
    display: block;
    width: 100%;
    font-size: 54px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 20px 0 10px;
    float: none;
    text-align: center;
    margin: 15px 0 20px;
}

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

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

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

.contributions .form-body .title-wrapper .title-options .payment-type-field .form-input-label,
.payment-processors .forms .title-wrapper .title-options .payment-type-field .form-input-label {
    font-weight: 300;
    margin-top: -2px;
}

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

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

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

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

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

.contributions .cart-summary-title {
    background: #00366A;
    color: #fff;
    padding: 28px 10px 33px;
    margin: 0;
}

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

/* Background color */
/* Centered content */
.contributions .cart-summary .summary-row,
.contributions .form-body .recurring-options .form-panel-recurring,
.contributions .form-body .register-options,
.contributions .form-body .secure-payment .inputs-wrapper,
.payment-processors .forms .secure-payment .title-wrapper .title-options.form-panel-payment-type,
.payment-processors .forms .secure-payment .form-panel-card,
.contributions .form-body .billing-information,
.payment-processors .forms .billing-information,
.contributions .form-body .organization-information .group-yes-field,
.contributions .form-body .organization-information .form-panel-organization-selector,
.contributions .form-body .organization-information .form-panel-organization .inputs-wrapper,
.payment-processors .forms .organization-information {
    max-width: 595px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.payment-processors .forms .secure-payment .title-wrapper .title-options.form-panel-payment-type {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.contributions .cart-summary .summary-row .bottom-data .notes .instructions,
.contributions .cart-summary .summary-row .bottom-data .buttons a,
.contributions .cart-summary .summary-row .bottom-data .separator {
    color: #73C0CF;
    font-weight: 300;
}

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

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

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

.contributions .cart-summary .summary-row .bottom-data .separator {
    vertical-align: middle;
    padding: 0 2px;
}

.contributions .cart-summary .total,
.contributions .cart-summary .total .amount {
    color: #2B2B2B;
    text-align: center;
    background: none;
    font-size: 40px;
    font-weight: 300;
}

.contributions .cart-summary .total {
    padding: 55px 0 5px;
}

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

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

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

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

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

.contributions .forms .form-input-wrapper .form-input-holder input[type=text],
.contributions .forms .form-input-wrapper .form-input-holder input[type=email],
.contributions .forms .form-input-wrapper .form-input-holder input[type=password],
.contributions .forms .form-input-wrapper .form-input-holder input[type=number],
.contributions .forms .form-input-wrapper .form-input-holder input[type=numeric],
.contributions .forms .form-input-wrapper .form-input-holder input[type=card],
.contributions .forms .form-input-wrapper .form-input-holder input[type=phone],
.contributions .forms .form-input-wrapper .form-input-holder select,
.contributions .forms .form-input-wrapper .form-input-holder textarea,
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=text],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=email],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=password],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=number],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=numeric],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=card],
.payment-processors .forms .form-input-wrapper .form-input-holder input[type=phone],
.payment-processors .forms .form-input-wrapper .form-input-holder select,
.payment-processors .forms .form-input-wrapper .form-input-holder textarea {
    border: 1px solid #C3C1C1;
    border-radius: 2px;
    height: 55px;
    vertical-align: middle;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #fff;
    color: #4C4C4C;
    padding: 5px 20px;
    margin: 0;
    outline: none;
    height: 55px;
    line-height: 55px;
}

.contributions .forms .form-input-wrapper .form-input-holder select,
.payment-processors .forms .form-input-wrapper .form-input-holder select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: transparent url("../../img/extjs/arrow-gray-down.png") right 12px center no-repeat;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Buttons */
.contributions .x-btn,
.contributions .forms .form-actions input,
.contributions .campaign-page-buttons a,
.payment-processors .x-btn,
.payment-processors .forms .form-actions input,
.payment-processors .campaign-page-buttons a,
.payment-processors .forms .form-actions a {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    text-shadow: none;
    margin-top: 10px;
}

.contributions .x-btn:hover,
.contributions .forms .form-actions input:hover,
.contributions .campaign-page-buttons a:hover,
.payment-processors .x-btn:hover,
.payment-processors .forms .form-actions input:hover,
.payment-processors .campaign-page-buttons a:hover,
.payment-processors .forms .form-actions a:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.payment-processors .forms .form-actions a {
    margin-left: 10px;
}

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

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

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

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

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

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

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

.contributions .form-body .form-input-wrapper.recurring-type-field {
    padding: 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-moz-document url-prefix() {
    .contributions .form-body .secure-payment .form-panel-card .payment-card-expiration-year-field select
.contributions .form-body .secure-payment .form-panel-card .payment-card-expiration-month-field select {
        padding: 10px;
    }
}

/* Accepted Cards */
.contributions .form-body .accepted-cards {
    margin-top: 5px;
}

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

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

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

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

/* Submit button */
.contributions .form-actions input[type=submit] {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    border: 1px solid #6EBB7F;
    background-color: #6EBB7F;
    font-weight: 300;
}

.contributions .form-actions input[type=submit]:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.contributions .form-actions input[type=submit]:hover {
    text-decoration: none;
    background-color: #30A249;
    border-color: #30A249;
}

@media (max-width: 630px) {
    .contributions .title,
    .contributions .cart-summary-title,
    .payment-processors .title-wrapper .title,
    .contributions .form-body .title-wrapper .title {
        line-height: 1.1;
    }
    .contributions .cart-summary .summary-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

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

.contributions-checkout-login .cart-summary .total {
    padding: 30px 0 35px;
}

.contributions-checkout-login .section-separator {
    display: none;
}

.contributions-checkout-login .form.narrow {
    max-width: 560px;
    text-align: left;
    padding: 0 20px;
    margin: 0 auto;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.contributions .edit-recurring-form .x-btn .x-btn-inner,
.contributions .edit-recurring-form .x-btn.x-over .x-btn-inner {
    height: auto;
    line-height: normal;
}

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

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

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

.contributions .edit-recurring-form .recurring-gift .x-form-field {
    margin-bottom: 5px;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.contributions.thank-you {
    margin-bottom: 0;
}

.contributions.thank-you .thanks {
    max-width: 1000px;
    padding: 25px 20px;
    margin: 0 auto;
}

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

.contributions.thank-you .thanks .thanks-message .title {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    font-family: "Soleil", sans-serif;
    color: #2B2B2B;
    margin: 10px 0;
}

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

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

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

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

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

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

.contributions.thank-you .thank-you-login .form-body .form-actions input[type=submit] {
    background-color: #EAA259;
    border-color: #EAA259;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
/* Style is in Checkout.scss */
.payment-processors .forms .form-input-wrapper.form-readonly .form-input-holder input {
    opacity: 0.5;
}

.payment-processors .forms .form-actions input {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
}

.payment-processors .forms .form-actions input:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.payment-processors .forms .form-actions input:hover {
    color: #fff;
}

.payment-processors .forms .form-actions a {
    margin-top: 0;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.users.users-recover-password {
    text-align: center;
    max-width: 640px;
}

.users.users-recover-password h1 {
    display: block;
    width: 100%;
    font-size: 40px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    color: #2B2B2B;
    margin: 5px 0;
    margin: 10px 0 30px;
}

.users.users-recover-password .description {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 28px;
}

.users.users-recover-password #UserRecoverPasswordForm {
    max-width: 560px;
    margin: 0 auto;
}

.users.users-recover-password .message {
    max-width: 400px;
    color: #FF1C00;
    margin: 0 auto;
}

.users.users-recover-password .submit {
    margin-top: 22px;
}

.users.users-recover-password.users-recover-password-choose h1 {
    margin-bottom: 15px;
}

.users.users-recover-password.users-recover-password-choose .description {
    margin: 15px 0 0;
}

.users.users-recover-password.users-recover-password-choose .password-strength-info {
    margin: 5px 0 25px;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.advocacy-modules-active-campaigns {
    padding: 20px 0;
    margin: 0 auto;
}

.advocacy-modules-active-campaigns .title-box {
    background: none;
    padding: 8px 0;
    margin: 0;
}

.advocacy-modules-active-campaigns .title-box .title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: "Soleil", sans-serif;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
}

.advocacy-modules-active-campaigns .title-box .link {
    display: none;
    /* todo: Show this link when we have User Campaigns page styled */
}

.advocacy-modules-active-campaigns .title-box .link a {
    line-height: normal;
    font-size: 18px;
}

.advocacy-modules-active-campaigns .title-box .link a:before, .advocacy-modules-active-campaigns .title-box .link a:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
}

.advocacy-modules-active-campaigns .title-box .link a:after {
    content: "\f101";
    margin-left: 6px;
}

.advocacy-modules-active-campaigns .title-box .link a:after {
    vertical-align: middle;
    margin-top: 3px;
}

.advocacy-modules-active-campaigns .title-box .link a img {
    display: none;
}

.advocacy-modules-active-campaigns .campaigns-table td {
    background-color: #EFF0F0;
    text-align: left;
    padding: 20px 10px;
}

.advocacy-modules-active-campaigns .campaigns-table td.icon span {
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 24px;
    background-color: #00366A;
    border-radius: 50%;
    margin-left: 4px;
}

.advocacy-modules-active-campaigns .campaigns-table td.icon span img {
    max-width: 18px;
    background: none;
    padding: 0;
    margin: 0;
}

.advocacy-modules-active-campaigns .campaigns-table td.campaign-name {
    max-width: 290px;
}

.advocacy-modules-active-campaigns .campaigns-table td.campaign-name span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advocacy-modules-active-campaigns .campaigns-table td.completion {
    min-width: 88px;
    padding-top: 2px;
}

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar {
    background-color: #CCCBCB;
    height: 10px;
}

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .progress-bar-percentage {
    background-color: #5E4C7B;
    height: 10px;
}

.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .completion-percent,
.advocacy-modules-active-campaigns .campaigns-table td.completion .progress-bar .total-percent {
    bottom: auto;
    top: 12px;
    font-size: 13px;
    font-weight: 300;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a {
    margin-right: 5px;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a.view {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a.view:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a.view:hover {
    text-decoration: none;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a.promote {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #6EBB7F;
    background-color: #6EBB7F;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a.promote:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a.promote:hover {
    text-decoration: none;
}

.advocacy-modules-active-campaigns .campaigns-table td.options a.promote:hover {
    text-decoration: none;
    background-color: #30A249;
    border-color: #30A249;
}

.advocacy-modules-active-campaigns .campaigns-table td.no-results {
    font-size: 16px;
    padding-left: 18px;
}

.advocacy-modules-active-campaigns .campaigns-table tr.even td {
    background-color: #fff;
}

@media (max-width: 800px) {
    .advocacy-modules-active-campaigns .campaigns-table table, .advocacy-modules-active-campaigns .campaigns-table tbody, .advocacy-modules-active-campaigns .campaigns-table tr, .advocacy-modules-active-campaigns .campaigns-table td {
        display: block;
    }
    .advocacy-modules-active-campaigns .campaigns-table colgroup {
        display: none;
    }
    .advocacy-modules-active-campaigns .campaigns-table tr {
        position: relative;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        text-align: center;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.campaign-name {
        max-width: 100%;
        padding-left: 62px;
        padding-top: 24px;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.completion {
        padding-left: 20px;
        padding-right: 20px;
    }
    .advocacy-modules-active-campaigns .campaigns-table td.options {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .advocacy-modules-active-campaigns .title-box .title,
    .advocacy-modules-active-campaigns .title-box .link {
        float: none;
        width: 100%;
        text-align: center;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
/* Rest of the style is in global.scss */
.advocacy-modules-category-summary .body-box .campaigns .campaign .name a {
    color: #000;
    font-weight: 700;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .details {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advocacy-modules-category-summary .body-box .campaigns .campaign .details a,
.advocacy-modules-category-summary .body-box .campaigns .campaign .details span {
    color: #4C4C4C;
    font-size: 12px;
    font-weight: 300;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
/* Rest of the style is in global.scss */
.contributions-modules-contribution-summary .body-box .campaigns .campaign .details {
    font-size: 12px;
    color: #4C4C4C;
}

.contributions-modules-contribution-summary .body-box .campaigns .campaign .details span {
    font-size: 14px;
    font-weight: 300;
    color: #73C0CF;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
#edit-recurring-batch .modal-dialog .modal-content .modal-body {
    padding: 10px 5px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body h4,
#edit-recurring-batch .modal-dialog .modal-content .modal-body h6,
#edit-recurring-batch .modal-dialog .modal-content .modal-body .c-checkbox {
    color: #fff;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body label {
    display: block;
    font-size: 16px;
    vertical-align: middle;
    margin: 0 2px 5px 2px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .btn-primary {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    padding: 0 16px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .btn-primary:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .dropdown-menu {
    margin: 3px 0;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .form-group {
    margin: 10px 0;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .form-group.has-error .form-control,
#edit-recurring-batch .modal-dialog .modal-content .modal-body .form-group.has-error .field-holder.field-dropdown {
    border: 1px solid #FF1C00;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .form-group.has-error .field-holder.field-dropdown {
    display: inline-block;
    padding: 5px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .form-group.has-error.recurring-types .btn-group {
    margin: 0;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .form-group.has-error.payment-methods .btn-group {
    margin-bottom: 0;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .field-holder input[type=text] {
    border: none;
    border-radius: 2px;
    height: 55px;
    vertical-align: middle;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #fff;
    color: #4C4C4C;
    padding: 5px 20px;
    margin: 0;
    outline: none;
    background-color: #00366A;
    border-color: #00366A;
    color: #fff;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .input-datepicker-holder input[type=text] {
    z-index: 9991 !important;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .input-datepicker-holder:after {
    z-index: 9990 !important;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations {
    padding: 0 0 0 22px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations h6 {
    padding-bottom: 5px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-campaign .ui.selection.dropdown {
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 2px;
    background-color: #00366A;
    border-color: #00366A;
    color: #fff;
    padding: 15px 35px 15px 14px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-campaign .ui.selection.dropdown .text {
    line-height: normal;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-campaign .ui.selection.dropdown.active .text {
    color: rgba(255, 255, 255, 0.7) !important;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-campaign .ui.selection.dropdown > input.search {
    height: 55px;
    line-height: 55px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-campaign .ui.selection.dropdown .search.icon {
    top: 50%;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0 10px 0 0;
    margin-top: -16px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-campaign .ui.selection.dropdown .menu,
#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-campaign .ui.selection.dropdown:hover .menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: calc(100% + 2 * 2px);
    border-width: 1px;
    border-color: #C3C1C1;
    border-radius: 2px;
    margin-left: -1px;
    margin-right: -1px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-campaign .ui.selection.dropdown .menu .item,
#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-campaign .ui.selection.dropdown:hover .menu .item {
    padding: 10px 14px !important;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-campaign .ui.selection.dropdown.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-actions .is-anonymous {
    padding-top: 25px !important;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-actions .is-anonymous .c-checkbox {
    margin: 0;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift .col-actions .is-anonymous .c-checkbox .c-label {
    line-height: 21px;
    font-size: 0.9rem;
    padding-top: 1px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift.remove-yes {
    position: relative;
    padding-right: 21px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift.remove-yes .col-actions button.close {
    background: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 15px;
    top: auto;
    bottom: 5px;
    right: 0;
    opacity: 1;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift.remove-yes .col-actions button.close:before, #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift.remove-yes .col-actions button.close:after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 16px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 8px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift.remove-yes .col-actions button.close:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .recurring-gifts .recurring-gift.remove-yes .col-actions button.close span {
    display: none;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .designations-bottom {
    padding: 5px 0 15px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .designations-bottom h4 {
    padding: 3px 0 23px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-footer {
    padding: 15px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-footer .pull-left button {
    font-size: 20px;
    height: 55px;
    line-height: 51px;
    padding: 0 18px;
    margin: 5px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-footer .pull-left .inactive-message {
    text-align: left;
    padding: 18px 5px 10px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-footer .pull-right button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    font-size: 20px;
    padding: 0 18px;
    margin: 5px;
}

#edit-recurring-batch .modal-dialog .modal-content .modal-footer .pull-right button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

@media (max-width: 930px) {
    #edit-recurring-batch .modal-dialog {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 880px) {
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .field-holder input[type="text"] {
        border: none;
        border-radius: 2px;
        height: 55px;
        vertical-align: middle;
        font-family: "Soleil", sans-serif;
        font-size: 20px;
        font-weight: 300;
        width: 100%;
        background-color: #fff;
        color: #4C4C4C;
        padding: 5px 20px;
        margin: 0;
        outline: none;
        background-color: #00366A;
        border-color: #00366A;
        color: #fff;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-5.col-donation-info,
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations {
        width: 100%;
        float: none;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations {
        border-top: 1px solid #C3C1C1;
        padding: 20px 0 0;
        margin-top: 10px;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift .col-md-5.col-campaign,
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift .col-md-3.col-amount,
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift .col-md-4.col-actions {
        float: left;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift .col-md-5.col-campaign {
        width: 45%;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift .col-md-3.col-amount {
        width: 25%;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift .col-md-4.col-actions {
        width: 30%;
    }
}

@media (max-width: 600px) {
    #edit-recurring-batch .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift {
        padding-bottom: 20px;
        padding-right: 20px;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift .col-md-5.col-campaign,
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift .col-md-3.col-amount,
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift .col-md-4.col-actions {
        float: none;
        width: 100%;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift .col-md-4.col-actions .is-anonymous {
        padding-top: 0 !important;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift.remove-yes {
        position: relative;
        padding-right: 16px;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-md-7.col-designations .designations-content .recurring-gifts .recurring-gift.remove-yes .col-actions button.close {
        top: 0;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .modal-footer {
        padding-left: 16px;
    }
}

@media (max-width: 380px) {
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .form-group.payment-methods .field-dropdown .add-payment-method button.btn-primary {
        color: #fff;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-body .col-designations .designations-content .designations-bottom .btn-primary.add-designation {
        font-size: 15px;
        letter-spacing: normal;
        padding-left: 2px;
        padding-right: 2px;
    }
    #edit-recurring-batch .modal-dialog .modal-content .modal-footer .pull-left button,
    #edit-recurring-batch .modal-dialog .modal-content .modal-footer .pull-right button {
        font-size: 15px;
        letter-spacing: normal;
        padding-left: 16px;
        padding-right: 16px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:before {
    font-family: "FontAwesome";
    font-weight: normal;
    color: #000;
    content: "\f07a";
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:after {
    content: "Cart";
    text-transform: uppercase;
    color: #4C4C4C;
    font-weight: lighter;
}

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

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter {
    float: right;
    color: #DD8731;
    position: static;
    line-height: 40px;
    font-size: 12px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
}

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

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

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

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary-anchor {
    display: none;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary {
    position: absolute;
    width: 300px;
    right: 0;
    top: 40px;
    background: #2A5986;
    border: none;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 401;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row td {
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    font-size: 13px;
    color: #FFF;
    border-bottom: none;
    background-color: #00366A;
    padding: 9px 5px;
}

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

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

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

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

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

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .actions a:after {
    font-family: "FontAwesome";
    content: "\f057";
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
}

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

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

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row.total .amount,
.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row.total .title a {
    font-family: "Soleil", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

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

@media (max-width: 700px) {
    .contributions-modules-shopping-cart .cart-summary-popup .cart-summary {
        display: none;
    }
}

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

.tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button {
    position: relative;
    height: unset;
    line-height: unset;
}

.tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:before {
    display: block;
    font-family: "FontAwesome";
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    color: #003366;
    content: '\f07a';
}

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

.tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter {
    float: none;
    position: absolute;
    top: -6px;
    right: -8px;
    left: unset;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #30A249;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter:after, .tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter:before {
    content: unset;
}

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

.tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:after {
    content: unset;
}

.tpl-header-right .contributions-modules-shopping-cart .cart-summary-popup {
    display: none !important;
}

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

.contribution-module #my-contributions-modules-grid .x-grid-row .give-again-column.x-grid-cell.x-action-col-cell {
    background: none !important;
    padding: 0 !important;
}

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

@charset "UTF-8";
/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.google-modules-google-search {
    padding: 10px 0 30px;
}

.google-modules-google-search form.custom-search-form {
    position: relative;
    background: none;
    padding: 25px;
    margin: 15px 0;
}

.google-modules-google-search form.custom-search-form .search-input-wrapper {
    position: relative;
    padding-right: 120px;
    /* 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: 18px;
    content: "";
    color: #C3C1C1;
    text-align: center;
    width: 20px;
    height: 20px;
    background: none;
    left: 12px;
    top: 50%;
    margin-top: -10px;
}

.google-modules-google-search form.custom-search-form .search-input-wrapper input {
    border: 1px solid #C3C1C1;
    border-radius: 2px;
    height: 55px;
    vertical-align: middle;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #fff;
    color: #4C4C4C;
    padding: 5px 20px;
    margin: 0;
    outline: none;
    background-image: none;
    font-style: normal;
    padding-left: 40px;
}

.google-modules-google-search form.custom-search-form .search-button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    width: 100%;
    max-width: 110px;
    font-style: normal;
    padding: 0 2px;
    margin: 0;
}

.google-modules-google-search form.custom-search-form .search-button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.google-modules-google-search .gsc-control-cse {
    background: #EFF0F0;
    padding: 25px;
}

.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;
    -webkit-box-shadow: 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: 30px 0;
    padding: 0;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-snippet-close {
    padding: 7px 20px;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-thumbnail {
    width: 22%;
    max-width: 220px;
    padding: 0;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-thumbnail .gs-web-image-box {
    float: none;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-thumbnail .gs-web-image-box a .gs-image {
    width: 100% !important;
    height: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gs-snippet,
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gs-title,
.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-url-bottom {
    font-family: "Soleil", 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;
    color: #2A5986;
    height: auto;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gs-visibleUrl {
    color: #2A5986;
}

.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: 2px;
    border-color: #fff;
    background-color: #fff;
    width: 30px;
    line-height: normal;
    vertical-align: middle;
    color: #2A5986;
    padding: 6px 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
    background: #2A5986;
    color: #fff;
}

@media (max-width: 990px) {
    .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-thumbnail {
        width: 31%;
    }
}

@media (max-width: 580px) {
    .google-modules-google-search form.custom-search-form {
        padding: 5px 0;
    }
    .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-table-cell-snippet-close {
        padding: 20px 20px 25px;
    }
    .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-thumbnail {
        width: auto;
    }
    .google-modules-google-search .gsc-control-cse .gsc-wrapper .gsc-results .gsc-webResult .gs-webResult .gsc-table-result .gsc-thumbnail .gs-web-image-box {
        display: none;
    }
}

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

@charset "UTF-8";
/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.contributions-modules-my-recurrings,
.historic-giving-modules-historic-giving-grid,
.my-payment-methods {
    padding: 50px 0;
}

.ss-grid input[type="text"],
.ss-grid input[type="number"] {
    border: 1px solid #C3C1C1;
    border-radius: 2px;
    height: 55px;
    vertical-align: middle;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #fff;
    color: #4C4C4C;
    padding: 5px 20px;
    margin: 0;
    outline: none;
    height: 40px;
    line-height: 40px;
    z-index: 1;
}

.ss-grid .grid-buttons .btn {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}

.ss-grid .grid-buttons .btn:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.ss-grid .grid-buttons .btn:hover {
    text-decoration: none;
}

.ss-grid .grid-filters {
    padding: 5px 0;
}

.ss-grid .grid-filters .grid-filters-label {
    color: #2B2B2B;
    font-weight: 600;
}

.ss-grid .grid-filters .grid-filters-label a {
    font-size: 16px;
    font-weight: 300;
}

.ss-grid .grid-filters .grid-filters-label a:hover {
    text-decoration: none;
}

.ss-grid .grid-filters .grid-filters-label a i {
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    color: #2A5986;
}

.ss-grid .grid-filters .grid-filters-label a i:before, .ss-grid .grid-filters .grid-filters-label a i:after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}

.ss-grid .grid-filters .grid-filters-label a i:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.ss-grid .grid-filters .available-columns-checkboxes .checkbox-holder .c-checkbox .c-label {
    line-height: 21px;
}

.ss-grid .custom-dropdown-wrapper .btn-primary.dropdown-toggle, .ss-grid .custom-dropdown-wrapper .btn-primary.clear-filter {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}

.ss-grid .custom-dropdown-wrapper .btn-primary.dropdown-toggle:hover, .ss-grid .custom-dropdown-wrapper .btn-primary.clear-filter:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.ss-grid .custom-dropdown-wrapper .btn-primary.dropdown-toggle:hover, .ss-grid .custom-dropdown-wrapper .btn-primary.clear-filter:hover {
    text-decoration: none;
}

.ss-grid .custom-dropdown-wrapper .btn-primary.clear-filter {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    margin-left: 2px;
}

.ss-grid .custom-dropdown-wrapper .btn-primary.clear-filter:before, .ss-grid .custom-dropdown-wrapper .btn-primary.clear-filter:after {
    content: none;
}

.ss-grid .custom-dropdown-wrapper.active .btn-primary.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ss-grid .custom-dropdown-wrapper.active .btn-primary.clear-filter {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ss-grid .grid-header-holder,
.ss-grid .grid-footer-holder {
    padding-left: 0;
    padding-right: 0;
}

.ss-grid .grid-header-holder .select-all,
.ss-grid .grid-footer-holder .select-all {
    float: left;
    margin-top: 11px;
}

.ss-grid .grid-header-holder .sort-by-holder,
.ss-grid .grid-footer-holder .sort-by-holder {
    margin-right: 5px;
}

.ss-grid .grid-header-holder .sort-by-holder label,
.ss-grid .grid-footer-holder .sort-by-holder label {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 1px;
}

.ss-grid .grid-header-holder .sort-by-holder .grid-sort-direction,
.ss-grid .grid-footer-holder .sort-by-holder .grid-sort-direction {
    width: 42px;
    text-align: center;
    padding: 0;
}

.ss-grid .grid-header-holder .sort-by-holder .grid-sort-direction i:after,
.ss-grid .grid-header-holder .sort-by-holder .grid-sort-direction:hover i:after,
.ss-grid .grid-footer-holder .sort-by-holder .grid-sort-direction i:after,
.ss-grid .grid-footer-holder .sort-by-holder .grid-sort-direction:hover i:after {
    color: #fff;
}

.ss-grid .grid-header-holder .sort-by-holder .grid-sort-direction i.icon-up:after, .ss-grid .grid-header-holder .sort-by-holder .grid-sort-direction i.icon-down:after,
.ss-grid .grid-footer-holder .sort-by-holder .grid-sort-direction i.icon-up:after,
.ss-grid .grid-footer-holder .sort-by-holder .grid-sort-direction i.icon-down:after {
    font-family: "FontAwesome";
    font-size: 14px;
}

.ss-grid .grid-header-holder .sort-by-holder .grid-sort-direction i.icon-up:after,
.ss-grid .grid-footer-holder .sort-by-holder .grid-sort-direction i.icon-up:after {
    content: "\f176";
}

.ss-grid .grid-header-holder .sort-by-holder .grid-sort-direction i.icon-down:after,
.ss-grid .grid-footer-holder .sort-by-holder .grid-sort-direction i.icon-down:after {
    content: "\f175";
}

.ss-grid .grid-header-holder .grid-bulk-action,
.ss-grid .grid-footer-holder .grid-bulk-action {
    margin-left: 0;
}

.ss-grid .grid-header-holder .grid-search-holder input[type=text],
.ss-grid .grid-footer-holder .grid-search-holder input[type=text] {
    font-size: 15px;
    padding-left: 14px;
}

.ss-grid .grid-header-holder .grid-search-holder.input-search-holder .clear,
.ss-grid .grid-footer-holder .grid-search-holder.input-search-holder .clear {
    right: 12px;
}

.ss-grid .grid-header-holder .grid-paging-holder .btn,
.ss-grid .grid-footer-holder .grid-paging-holder .btn {
    font-size: 16px;
}

.ss-grid .grid-header-holder .grid-paging-holder .btn i:after,
.ss-grid .grid-footer-holder .grid-paging-holder .btn i:after {
    font-family: "FontAwesome";
    display: block;
    margin-top: -2px;
}

.ss-grid .grid-header-holder .grid-paging-holder .btn i.icon-left:after,
.ss-grid .grid-footer-holder .grid-paging-holder .btn i.icon-left:after {
    content: "\f104";
}

.ss-grid .grid-header-holder .grid-paging-holder .btn i.icon-right:after,
.ss-grid .grid-footer-holder .grid-paging-holder .btn i.icon-right:after {
    content: "\f105";
}

.ss-grid .grid-empty-result {
    border-color: #C3C1C1;
}

.ss-grid .grid-empty-result h4, .ss-grid .grid-empty-result h6 {
    color: #4C4C4C;
}

.ss-grid .grid-holder {
    margin: 0;
}

.ss-grid .grid-holder .grid-row {
    padding-right: 45px;
}

.ss-grid .grid-holder .grid-row .grid-col.grid-col-checkbox {
    top: 1px;
    padding-left: 15px;
}

.ss-grid .grid-holder .grid-row .grid-col.grid-col-toggle {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -3px;
    margin-left: 11px;
}

.ss-grid .grid-holder .grid-row .grid-col.grid-col-toggle .toggle-icon {
    font-family: "FontAwesome";
    color: #CCCBCB;
    font-size: 14px;
}

.ss-grid .grid-holder .grid-row .grid-col.grid-col-toggle .toggle-icon.icon-down:after {
    content: "";
}

.ss-grid .grid-holder .grid-row .grid-col.grid-col-toggle .toggle-icon.icon-up:after {
    content: "";
}

.ss-grid .grid-holder .grid-row .grid-col.grid-col-normal a {
    color: #2A5986;
}

.ss-grid .grid-holder .grid-row .grid-col.grid-col-normal a:hover, .ss-grid .grid-holder .grid-row .grid-col.grid-col-normal a:active {
    color: #1e3f5f;
    text-decoration: none;
}

.ss-grid .grid-holder .grid-row .grid-col.grid-col-actions {
    width: 45px;
    padding-right: 15px;
}

.ss-grid .grid-holder .grid-row .grid-col.grid-col-actions .grid-action {
    margin: 2px 0;
}

.ss-grid .grid-holder .grid-row .grid-col.grid-col-actions .grid-action .dropdown-menu {
    right: -1px;
    margin-top: -4px;
    margin-right: 0;
}

.ss-grid .grid-holder .grid-row .grid-col .grid-cell-value {
    color: #2B2B2B;
}

.ss-grid .grid-holder .grid-row .grid-col .grid-cell-subtitle {
    color: #7d7d7d;
}

.ss-grid .grid-holder .grid-row .grid-col.pushed-col {
    margin-right: -45px;
}

.ss-grid .grid-holder .grid-row .grid-col.pushed-col .grid-cell-value,
.ss-grid .grid-holder .grid-row .grid-col.pushed-col .grid-cell-subtitle {
    background-color: #EFF0F0;
}

.ss-grid .grid-holder .grid-row .grid-col.pushed-col .grid-cell-value {
    width: 74%;
    font-weight: 600;
}

.ss-grid .grid-holder .grid-row .grid-col.pushed-col .grid-cell-subtitle {
    width: 26%;
    text-align: left;
    color: #2B2B2B;
    font-weight: 400;
}

.ss-grid .grid-holder .grid-row.has-pushed-cols.expanded {
    background-color: #fff;
}

.ss-grid .grid-holder .grid-row.grid-heading {
    background: #5E4C7B;
}

.ss-grid .grid-holder .grid-row.grid-heading .grid-col .grid-cell-value {
    color: #fff;
}

.ss-grid .grid-holder.classic-grid .grid-row .grid-col.grid-col-actions i.grid-action.delete:after {
    color: #FF1C00;
    font-family: "FontAwesome";
    content: "\f057";
    font-size: 18px;
}

.ss-grid .grid-holder.hide-column-labels .grid-row .grid-col.grid-col-actions .grid-action .dropdown-toggle {
    padding: 0;
}

.ss-grid .grid-holder.hide-column-labels .grid-row .grid-col.grid-col-actions .grid-action .dropdown-toggle span {
    display: none;
}

.ss-grid .grid-holder.hide-column-labels .grid-row .grid-col.grid-col-actions .grid-action .dropdown-toggle:after, .ss-grid .grid-holder.hide-column-labels .grid-row .grid-col.grid-col-actions .grid-action .dropdown-toggle:hover:after {
    color: #2B2B2B;
}

.ss-grid .grid-holder.hide-column-labels .grid-row .grid-col.grid-col-actions .grid-action .dropdown-toggle:after {
    content: "\f0c9";
}

@media (max-width: 1440px) {
    .ss-grid .grid-holder .grid-row .grid-col.grid-col-actions {
        display: block;
    }
}

@media (max-width: 620px) {
    .ss-grid .grid-filters {
        padding: 15px 15px 10px;
    }
}

@media (max-width: 580px) {
    .ss-grid .grid-holder .grid-row .grid-col.grid-col-actions {
        float: right;
        position: absolute;
        top: -7px;
        right: 0;
    }
    .ss-grid .grid-holder .grid-row .grid-col.grid-col-actions .btn-group {
        position: relative;
    }
}

.field-group.field-group-checkbox .field-holder-inline {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin: -2px 6px 0;
}

.module-card .module-title-holder {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: "Soleil", sans-serif;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
    margin: 15px 10px 0 0;
}

.global-react-popup .close {
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.global-react-popup .close:before, .global-react-popup .close:after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #2B2B2B;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}

.global-react-popup .close:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.global-react-popup .content .title {
    font-size: 24px;
}

.global-react-popup .content .form-holder .field-group label {
    font-weight: 400;
}

.global-react-popup .content .form-holder .field-group input[type="text"],
.global-react-popup .content .form-holder .field-group input[type="number"] {
    border: 1px solid #C3C1C1;
    border-radius: 2px;
    height: 55px;
    vertical-align: middle;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #fff;
    color: #4C4C4C;
    padding: 5px 20px;
    margin: 0;
    outline: none;
}

.global-react-popup .content .form-holder .field-group .field-holder-inline {
    padding-left: 3px;
}

.global-react-popup .content .form-holder .form-actions {
    margin-bottom: 8px;
}

.global-react-popup.popup-absolute .close {
    top: 22px;
}

.global-react-popup.popup-centered .close {
    margin-top: 0;
}

.input-search-holder .clear {
    background: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.input-search-holder .clear:before, .input-search-holder .clear:after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 16px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 8px;
}

.input-search-holder .clear:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.input-search-holder .clear:before, .input-search-holder .clear:after {
    background: #2B2B2B;
}

.popover .react-popover .content .actions {
    padding: 0.875rem;
}

.popover .react-popover .content .actions .submit {
    padding-left: 15px;
    padding-right: 15px;
}

.popover .react-popover .choice-form .choice .c-radio .c-indicator {
    margin-top: 5px;
}

.custom-dropdown-wrapper .custom-dropdown-popup {
    border-radius: 2px;
    border-color: #C3C1C1;
}

.loading-mask {
    background: rgba(255, 255, 255, 0.7);
}

.loading-mask:after {
    content: "\f1ce";
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 38px;
    margin-top: -19px;
    margin-left: -19px;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.MotionDataSubmitApplication {
    padding: 45px 0;
    margin: 0;
}

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

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

.MotionDataSubmitApplication .form-wrapper .application-form .MotionSubmitApplicationForm {
    margin: 0 !important;
}

.MotionDataSubmitApplication .form-wrapper .application-form .MotionSubmitApplicationForm > .x-panel-body {
    padding: 0 !important;
}

.MotionDataSubmitApplication .form-wrapper .application-form .MotionSubmitApplicationForm .crm-field-container {
    margin-bottom: -11px;
}

.MotionDataSubmitApplication .buttons {
    text-align: left;
    padding-top: 20px;
}

.MotionDataSubmitApplication .buttons .button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
}

.MotionDataSubmitApplication .buttons .button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.motion-modules-interest-list .x-toolbar.x-docked-bottom {
    display: none;
}

.motion-modules-interest-list .x-tool img {
    display: none;
}

.motion-modules-interest-list .x-tool .x-tool-view-all {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}

.motion-modules-interest-list .x-tool .x-tool-view-all:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.motion-modules-interest-list .x-tool .x-tool-view-all:hover {
    text-decoration: none;
}

.motion-modules-interest-list .x-tool .x-tool-view-all {
    height: 25px;
    top: 0;
    vertical-align: top;
    line-height: 20px;
}

.motion-modules-interest-list .x-action-col-cell .x-grid-cell-inner {
    padding: 5px;
}

.motion-grid-interest-list-show-all-interest-list-items-x-window .x-grid-row .intereset-list-item-image {
    width: 80px;
    float: left;
    padding-top: 20px;
}

.motion-grid-interest-list-show-all-interest-list-items-x-window .x-grid-row .interest-list-item {
    padding: 5px;
    width: calc(100% - 90px);
    float: right;
}

.motion-grid-interest-list-show-all-interest-list-items-x-window .x-grid-row .interest-list-item .intereset-list-item-title span.text {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.motion-grid-interest-list-show-all-interest-list-items-x-window .x-grid-row .interest-list-item .intereset-list-item-title .button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    margin: 5px;
    height: 24px;
    padding: 5px;
    line-height: 14px;
}

.motion-grid-interest-list-show-all-interest-list-items-x-window .x-grid-row .interest-list-item .intereset-list-item-title .button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.motion-grid-interest-list-show-all-interest-list-items-x-window .x-grid-row .interest-list-item .intereset-list-item-title .button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.motion-grid-interest-list-show-all-interest-list-items-x-window .x-grid-row .interest-list-item .intereset-list-item-title .button:hover {
    text-decoration: none;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.newsletters-modules-newsletter-subscribe {
    padding: 45px 0 20px;
}

.newsletters-modules-newsletter-subscribe .title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: normal;
    font-family: "Soleil", sans-serif;
    color: #000;
    margin: 5px 0;
    margin: 5px 0 -25px;
}

.newsletters-modules-newsletter-subscribe .subtitle {
    font-size: 18px;
    color: #4C4C4C;
    margin-bottom: 35px;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper {
    padding-bottom: 8px;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper.form-readonly input,
.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper.form-disabled input {
    cursor: not-allowed;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder input,
.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder select {
    border: 1px solid #C3C1C1;
    border-radius: 2px;
    height: 55px;
    vertical-align: middle;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #fff;
    color: #4C4C4C;
    padding: 5px 20px;
    margin: 0;
    outline: none;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: transparent url("../img/extjs/arrow-gray-down.png") right 12px center no-repeat;
    padding-right: 35px;
    padding-top: 0;
    padding-bottom: 0;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder .has-error {
    border-color: #FF1C00;
    color: #4C4C4C;
}

.newsletters-modules-newsletter-subscribe .forms .field-group .form-input-wrapper {
    width: 50%;
    padding-right: 4px;
}

.newsletters-modules-newsletter-subscribe .forms .field-group .form-input-wrapper.lastname-field {
    padding-left: 4px;
    padding-right: 0;
}

.newsletters-modules-newsletter-subscribe .forms .form-input-wrapper .form-input-holder .form-input-error {
    display: block;
    border: none;
    color: #FF1C00;
    background: none;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.newsletters-modules-newsletter-subscribe .forms .form-actions {
    padding: 12px 0 30px;
}

.newsletters-modules-newsletter-subscribe .forms .form-actions input {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    width: auto;
}

.newsletters-modules-newsletter-subscribe .forms .form-actions input:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.newsletters-modules-newsletter-subscribe .confirmation-wrapper {
    bottom: 0;
    background: #FFF;
}

.newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation {
    background: none;
    padding: 0;
}

.newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation .title {
    display: block;
    width: 100%;
    font-size: 32px;
    font-weight: normal;
    font-family: "Soleil", sans-serif;
    color: #000;
    margin: 5px 0;
}

.newsletters-modules-newsletter-subscribe .confirmation-wrapper .confirmation .message {
    font-size: 18px;
    color: #4C4C4C;
}

.newsletters-modules-newsletter-subscribe .confirmation-wrapper .anchor {
    display: none;
}

@media (max-width: 450px) {
    .newsletters-modules-newsletter-subscribe .forms .field-group .form-input-wrapper {
        width: 100%;
        padding-right: 0;
    }
    .newsletters-modules-newsletter-subscribe .forms .field-group .form-input-wrapper.lastname-field {
        padding-left: 0;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.my-payment-methods .module-title-holder {
    float: left;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-body {
    padding: 20px;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-body .btn-primary {
    padding: 0 16px;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-body p {
    padding: 0;
    margin: 0 0 15px;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-body .associated-record-title {
    margin-bottom: 10px;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-body .associated-record {
    line-height: 1.3;
    margin: 10px 0;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-body .replace-button-holder {
    margin: 5px 0;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-body .or-title {
    padding-top: 10px;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-footer {
    border-top: none;
    padding: 0 20px 20px;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-footer .btn-primary {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-footer .btn-primary:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-footer .btn-primary:before, .my-payment-methods .delete-payment-method-window .modal-dialog .modal-footer .btn-primary:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-footer .btn-primary:after {
    content: "\f101";
    margin-left: 6px;
}

.my-payment-methods .delete-payment-method-window .modal-dialog .modal-footer .btn-primary:hover {
    background: none;
}

@media (max-width: 630px) {
    .my-payment-methods .delete-payment-method-window .modal-dialog {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 560px) {
    .my-payment-methods .delete-payment-method-window .modal-dialog {
        margin: 10px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.people-modules-edit-profile {
    max-width: 563px;
    padding: 8px 5px 6px;
    margin: 0 auto;
}

.people-modules-edit-profile .group-title-holder {
    padding: 0 !important;
}

.people-modules-edit-profile .group-title {
    padding: 0 3px;
}

.people-modules-edit-profile .group-title.personal-info {
    display: none;
}

.people-modules-edit-profile .crm-address-container .payment-method-warning {
    background-color: #E3F4F7 !important;
    border-color: #C7E1E5 !important;
}

.people-modules-edit-profile .crm-address-container .payment-method-warning .x-form-display-field {
    padding: 10px 15px !important;
}

.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: 18px;
    font-weight: 600;
    color: #2A5986 !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";
    color: #6EBB7F;
    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: #EAA259 !important;
}

.people-modules-edit-profile .x-toolbar .x-btn {
    height: 55px;
    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 */

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.people-modules-photo-bank-responsive {
    max-width: 573px;
    text-align: center;
    padding: 48px 5px 0;
    margin: 0 auto;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .loading-mask {
    background: rgba(255, 255, 255, 0.9) url("../img/ajax-loader.gif") 50% 50% no-repeat;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .loading-mask:after {
    content: "";
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-title {
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: "Soleil", sans-serif;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
    margin: 13px 0;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .no-photos {
    font-size: 12px;
    margin: 10px 0;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item {
    float: none;
    display: inline-block;
    margin: 8px;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item span.delete-button {
    background-color: rgba(255, 255, 255, 0.8);
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 20px;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .photo-bank-section .photo-bank-items .item span.delete-button:after {
    content: "\f00d";
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section {
    float: none;
    width: 100%;
    margin: 0;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .default-photo .current-photo img {
    width: 275px;
    height: 275px;
    max-width: 275px;
    border-radius: 50%;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .default-photo.default-photo-empty {
    width: 275px;
    height: 275px;
    background: url("../img/user.png") 50% 50% no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .default-photo.default-photo-empty .current-photo img {
    display: none;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .upload-form .upload-button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    width: 100%;
    max-width: 315px;
    margin: 25px auto;
}

.people-modules-photo-bank-responsive .people-modules-photo-bank-responsive-inner .upload-section .upload-form .upload-button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.users-modules-change-password-default,
.users.users-recover-password {
    max-width: 640px;
    text-align: center;
    padding: 10px 10px 0;
    margin: 0 auto;
}

.users-modules-change-password-default.users-modules-change-password-default .title,
.users.users-recover-password.users-modules-change-password-default .title {
    display: none;
}

.users-modules-change-password-default .body .form,
.users.users-recover-password .body .form {
    padding-bottom: 3px;
}

.users-modules-change-password-default .input input,
.users.users-recover-password .input input {
    width: 100%;
}

.users-modules-change-password-default .body .form .form-options .submit,
.users.users-recover-password .body .form .form-options .submit {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    margin-top: 8px;
}

.users-modules-change-password-default .body .form .form-options .submit:hover,
.users.users-recover-password .body .form .form-options .submit:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
/* Popup */
#users-modules-login-popup,
#users-modules-register-popup {
    width: 500px;
    left: 50% !important;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    background: #EFF0F0;
    padding: 0;
    margin-left: -250px;
}

#users-modules-login-popup .close,
#users-modules-register-popup .close {
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
}

#users-modules-login-popup .close:before, #users-modules-login-popup .close:after,
#users-modules-register-popup .close:before,
#users-modules-register-popup .close:after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}

#users-modules-login-popup .close:after,
#users-modules-register-popup .close:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#users-modules-login-popup .title,
#users-modules-register-popup .title {
    float: none;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: transparent;
    overflow: hidden;
    background: #2A5986;
    padding: 20px 20px 0;
    margin: 0;
}

#users-modules-login-popup .title:before,
#users-modules-register-popup .title:before {
    display: block;
    width: 100%;
    color: #fff;
}

#users-modules-login-popup#users-modules-login-popup .title:before,
#users-modules-register-popup#users-modules-login-popup .title:before {
    content: "Sign in to MySEND";
}

#users-modules-login-popup#users-modules-register-popup .title:before,
#users-modules-register-popup#users-modules-register-popup .title:before {
    content: "Create an Account";
}

#users-modules-login-popup #UserLoginForm,
#users-modules-login-popup .form,
#users-modules-register-popup #UserLoginForm,
#users-modules-register-popup .form {
    color: #fff;
    background: #2A5986;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

#users-modules-login-popup .row,
#users-modules-login-popup .form .row,
#users-modules-register-popup .row,
#users-modules-register-popup .form .row {
    max-width: 460px;
    padding: 0 32px 5px 28px;
    margin: 0 auto;
}

#users-modules-login-popup .row .label,
#users-modules-login-popup .row label,
#users-modules-login-popup .form .row .label,
#users-modules-login-popup .form .row label,
#users-modules-register-popup .row .label,
#users-modules-register-popup .row label,
#users-modules-register-popup .form .row .label,
#users-modules-register-popup .form .row label {
    display: block;
    padding: 0 0 5px 2px;
}

#users-modules-login-popup .row input,
#users-modules-login-popup .form .row input,
#users-modules-register-popup .row input,
#users-modules-register-popup .form .row input {
    border: 1px solid #C3C1C1;
    border-radius: 2px;
    height: 55px;
    vertical-align: middle;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #fff;
    color: #4C4C4C;
    padding: 5px 20px;
    margin: 0;
    outline: none;
    border: none !important;
    color: #fff;
    background: #00366A;
}

#users-modules-login-popup .row .input.multi input.first,
#users-modules-login-popup .row .input.multi input.last,
#users-modules-login-popup .form .row .input.multi input.first,
#users-modules-login-popup .form .row .input.multi input.last,
#users-modules-register-popup .row .input.multi input.first,
#users-modules-register-popup .row .input.multi input.last,
#users-modules-register-popup .form .row .input.multi input.first,
#users-modules-register-popup .form .row .input.multi input.last {
    width: 50%;
}

#users-modules-login-popup .row .input.multi input.first,
#users-modules-login-popup .form .row .input.multi input.first,
#users-modules-register-popup .row .input.multi input.first,
#users-modules-register-popup .form .row .input.multi input.first {
    width: 49.5%;
    margin-right: 0.5%;
}

#users-modules-login-popup .options,
#users-modules-register-popup .options {
    float: right;
    padding: 0 30px 5px;
    margin-top: -95px;
}

#users-modules-login-popup .error,
#users-modules-login-popup .form-error,
#users-modules-register-popup .error,
#users-modules-register-popup .form-error {
    float: none;
    color: #FF1C00;
    margin: 15px 20px;
}

#users-modules-login-popup#users-modules-login-popup .error,
#users-modules-login-popup#users-modules-login-popup .form-error,
#users-modules-register-popup#users-modules-login-popup .error,
#users-modules-register-popup#users-modules-login-popup .form-error {
    max-width: 240px;
    margin-top: 0;
}

#users-modules-login-popup#users-modules-register-popup .error,
#users-modules-login-popup#users-modules-register-popup .form-error,
#users-modules-register-popup#users-modules-register-popup .error,
#users-modules-register-popup#users-modules-register-popup .form-error {
    margin: 15px 20px 15px 50px;
}

#users-modules-login-popup .submit,
#users-modules-register-popup .submit {
    float: none;
    background: #EFF0F0;
    padding: 20px;
    margin-top: 30px;
}

#users-modules-login-popup .submit button,
#users-modules-register-popup .submit button {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    padding-left: 24px;
    padding-right: 24px;
}

#users-modules-login-popup .submit button:hover,
#users-modules-register-popup .submit button:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

#users-modules-login-popup#users-modules-register-popup .submit,
#users-modules-register-popup#users-modules-register-popup .submit {
    float: none;
    text-align: left;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 20px 32px 22px 28px;
    margin-top: 25px;
}

#users-modules-login-popup#users-modules-register-popup .submit button,
#users-modules-register-popup#users-modules-register-popup .submit button {
    width: unset;
    max-width: none;
}

#users-modules-login-popup .g-recaptcha > div,
#users-modules-register-popup .g-recaptcha > div {
    margin: 10px auto;
}

@media (max-width: 560px) {
    #users-modules-login-popup,
    #users-modules-register-popup {
        width: 100%;
        height: 100%;
        top: 0 !important;
        left: 0 !important;
        border: none;
        margin-left: 0;
    }
}

@media (max-width: 460px) {
    #users-modules-login-popup .submit,
    #users-modules-register-popup .submit {
        padding: 20px 20px 10px;
    }
    #users-modules-login-popup .submit button,
    #users-modules-register-popup .submit button {
        width: 100%;
        padding-left: 4px;
        padding-right: 4px;
    }
    #users-modules-login-popup .options,
    #users-modules-register-popup .options {
        text-align: center;
        width: 100%;
        float: none;
        padding: 0 20px 10px;
        margin: 0;
    }
    #users-modules-login-popup .option .label,
    #users-modules-register-popup .option .label {
        display: block;
        margin: 0 0 5px;
    }
}

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

.users-modules-login h1 {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    font-family: "Soleil", sans-serif;
    color: #2B2B2B;
    margin: 10px 0;
    margin: 10px 0 40px;
}

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

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

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

.users-modules-login .row .input input,
.users-modules-register .form-wrapper .form .form-line .input input,
.users-modules-register .form-wrapper .form .form-line .input select {
    height: 55px;
    line-height: 55px;
    border: 1px solid #C3C1C1;
    color: #4C4C4C;
    background-color: #fff;
    padding: 5px 20px;
}

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

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

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

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

@media (max-width: 800px) {
    .users-modules-login h1 {
        font-size: 44px;
    }
    .tpl-section-user-drop-content .users-modules-login h1,
    .tpl-section-user-drop-content .tpl-position-user-drop-content .tpl-architect-article-title-only {
        font-size: 22px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
/* There is some style in Login.scss */
.users-modules-register {
    margin-top: 30px;
}

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

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

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

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

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

/* In User Dropdown */
.tpl-section-user-drop-content .users-modules-register {
    margin-top: 0;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.search-modules-search-field {
    padding: 0;
}

.search-modules-search-field .search-input {
    background: transparent;
}

.search-modules-search-field .search-input input[type=search] {
    border: 1px solid #C3C1C1;
    border-radius: 2px;
    height: 55px;
    vertical-align: middle;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #fff;
    color: #4C4C4C;
    padding: 5px 20px;
    margin: 0;
    outline: none;
    line-height: normal;
}

.search-modules-search-field .search-input .search-icon,
.search-modules-search-field .search-input .reset-search-icon {
    display: none !important;
}

.search-modules-search-field input.submit-search {
    height: auto;
    line-height: normal;
    font-size: 18px;
    background: none;
    color: #2B2B2B;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tpl-position-body .search-modules-search-field .search-input {
    float: left;
    width: 80%;
}

.tpl-position-body .search-modules-search-field .search-input input[type=search] {
    border-radius: 2px 0 0 2px;
    border-right: 0;
}

.tpl-position-body .search-modules-search-field .submit-search {
    border-radius: 2px;
    display: inline-block;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: lighter;
    cursor: pointer;
    text-align: center;
    height: 55px;
    line-height: 51px;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #EAA259;
    background-color: #EAA259;
    padding: 0 40px;
    margin: 0;
    outline: none;
    white-space: nowrap;
    float: left;
    width: 20%;
    margin: 0;
    padding: 0 5px;
    border-radius: 0 2px 2px 0;
}

.tpl-position-body .search-modules-search-field .submit-search:hover {
    text-decoration: none;
    background-color: #DD8731;
    border-color: #DD8731;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form,
.tpl-header-right .search-modules-search-field form,
.tpl-position-flyout-search .search-modules-search-field form,
.tpl-position-footer .search-modules-search-field form {
    position: relative;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .search-input,
.tpl-header-right .search-modules-search-field form .search-input,
.tpl-position-flyout-search .search-modules-search-field form .search-input,
.tpl-position-footer .search-modules-search-field form .search-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .search-input input,
.tpl-header-right .search-modules-search-field form .search-input input,
.tpl-position-flyout-search .search-modules-search-field form .search-input input,
.tpl-position-footer .search-modules-search-field form .search-input input {
    background: #004080;
    border: none 0;
    outline: none;
    height: 31px;
    line-height: 18px;
    font-size: 18px;
    color: #fff;
    padding: 2px 10px;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .search-input input::-webkit-input-placeholder,
.tpl-header-right .search-modules-search-field form .search-input input::-webkit-input-placeholder,
.tpl-position-flyout-search .search-modules-search-field form .search-input input::-webkit-input-placeholder,
.tpl-position-footer .search-modules-search-field form .search-input input::-webkit-input-placeholder {
    color: #fff;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .search-input input::-moz-placeholder,
.tpl-header-right .search-modules-search-field form .search-input input::-moz-placeholder,
.tpl-position-flyout-search .search-modules-search-field form .search-input input::-moz-placeholder,
.tpl-position-footer .search-modules-search-field form .search-input input::-moz-placeholder {
    color: #fff;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .search-input input::-ms-input-placeholder,
.tpl-header-right .search-modules-search-field form .search-input input::-ms-input-placeholder,
.tpl-position-flyout-search .search-modules-search-field form .search-input input::-ms-input-placeholder,
.tpl-position-footer .search-modules-search-field form .search-input input::-ms-input-placeholder {
    color: #fff;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .search-input input::placeholder,
.tpl-header-right .search-modules-search-field form .search-input input::placeholder,
.tpl-position-flyout-search .search-modules-search-field form .search-input input::placeholder,
.tpl-position-footer .search-modules-search-field form .search-input input::placeholder {
    color: #fff;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .search-input img,
.tpl-header-right .search-modules-search-field form .search-input img,
.tpl-position-flyout-search .search-modules-search-field form .search-input img,
.tpl-position-footer .search-modules-search-field form .search-input img {
    display: none !important;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .submit-search,
.tpl-header-right .search-modules-search-field form .submit-search,
.tpl-position-flyout-search .search-modules-search-field form .submit-search,
.tpl-position-footer .search-modules-search-field form .submit-search {
    height: 31px;
    width: 31px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    background: #004080;
    cursor: pointer;
    text-indent: -10000px;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form:after,
.tpl-header-right .search-modules-search-field form:after,
.tpl-position-flyout-search .search-modules-search-field form:after,
.tpl-position-footer .search-modules-search-field form:after {
    display: block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 18px;
    content: '\f002';
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.tpl-header-right .search-modules-search-field form .search-input input {
    background: none;
    border: solid 1px #004080;
    color: #004080;
}

.tpl-header-right .search-modules-search-field form .submit-search {
    border: solid 1px #004080;
    border-left: none 0;
    background: #fff;
    color: #004080;
}

@media (max-width: 960px) {
    .tpl-header-right .search-modules-search-field {
        display: none;
    }
}

.tpl-position-flyout-search .search-modules-search-field form .search-input input {
    background: #fff;
    border: none 0;
    color: #004080;
    padding: 7px;
    height: 40px;
}

.tpl-position-flyout-search .search-modules-search-field form .submit-search {
    border: none 0;
    background: #fff;
    color: #004080;
    height: unset;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
}

.tpl-position-flyout-search .search-modules-search-field form:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #2A5986;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field {
    margin-top: 10px;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form {
    color: #fff;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .search-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    float: none;
    width: unset;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .search-input input {
    background: rgba(255, 255, 255, 0.5);
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .submit-search {
    background: none;
    border: none;
}

.tpl-architect-wrapper-side-by-side .search-modules-search-field form .submit-search:hover {
    background: none;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.search-modules-results-responsive-view .search-modules-results-fields {
    max-width: 1050px;
    padding: 0 25px;
    margin: 0 auto;
    margin-bottom: 50px;
    border: none;
    background: transparent;
    border-radius: 2px;
    /* Dropdowns */
}

.search-modules-results-responsive-view .search-modules-results-fields form {
    width: 100%;
    display: table;
    position: relative;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper {
    padding-top: 0;
    /* Query, Dropdown and other fields*/
    /* Query Field */
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder {
    /* Search and other buttons */
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type=text],
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select {
    border: 1px solid #C3C1C1;
    border-radius: 2px;
    height: 55px;
    vertical-align: middle;
    font-family: "Soleil", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    background-color: #fff;
    color: #4C4C4C;
    padding: 5px 20px;
    margin: 0;
    outline: none;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select {
    -webkit-appearance: none;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect .form-input-holder {
    position: relative;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect .form-input-holder input[type=text],
.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect .form-input-holder select {
    position: relative;
    z-index: 1;
    background: transparent;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect .form-input-holder:after {
    position: absolute;
    right: 10px;
    line-height: 55px;
    font-family: "FontAwesome";
    color: #CCCBCB;
    content: '\f078';
    z-index: 0;
}

@media (max-width: 800px) {
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect .form-input-holder:after {
        line-height: 40px;
    }
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect input[type=text] {
    padding-right: 40px;
}

@media (max-width: 800px) {
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect input[type=text] {
        padding: 5px 30px 5px 10px !important;
    }
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect .multiselect-options {
    border: 1px solid #CCCBCB;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    width: auto !important;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow: auto;
    z-index: 5;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect label {
    font-weight: normal;
    color: #CCCBCB;
    padding: 8px 0;
    padding-left: 25px;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect label:before {
    top: 8px;
    width: 18px;
    height: 18px;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect label.checked {
    color: #DD8731;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.multiselect label.checked:before {
    background-color: #DD8731;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder {
    position: relative;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select {
    position: relative;
    z-index: 1;
    background: transparent;
}

@media (max-width: 800px) {
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select {
        padding: 5px 30px 5px 10px !important;
    }
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder:after {
    position: absolute;
    right: 10px;
    line-height: 55px;
    font-family: "FontAwesome";
    color: #CCCBCB;
    content: '\f078';
    z-index: 0;
}

@media (max-width: 800px) {
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder:after {
        line-height: 40px;
    }
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field {
    width: 100%;
    padding-top: 0;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder {
    padding-right: 0;
    /* 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 {
    display: none;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder:after {
    display: none;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder:before {
    position: absolute;
    left: 10px;
    line-height: 55px;
    font-family: "FontAwesome";
    content: "\f002";
    color: #CCCBCB;
}

@media (max-width: 800px) {
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder:before {
        line-height: 40px;
    }
}

.search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper.query-field .form-input-holder input[type=text] {
    padding-left: 35px;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters {
    display: table-cell;
    vertical-align: middle;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(even),
.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper:nth-child(odd) {
    padding: 0;
}

.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 {
    padding-left: 15px !important;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.split-one {
    width: 20%;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple.split-two {
    width: 40%;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple.split-three {
    width: 60%;
}

.search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple.split-three .form-input-wrapper {
    width: 33.3333%;
    padding-left: 0;
    padding-right: 0;
}

.search-modules-results-responsive-view .search-modules-results-fields .filters-actions {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

.search-modules-results-responsive-view .search-modules-results-fields .filters-actions .right-actions .button {
    padding: 0;
    background: transparent;
    font-weight: 100;
    font-size: 16px;
    font-style: normal;
}

.search-modules-results-responsive-view .search-modules-results-fields .filters-actions .right-actions .button.reset {
    color: #000;
}

.search-modules-results-responsive-view .search-modules-results-fields .filters-actions .right-actions .button.reset:after {
    content: '\f057';
    font-family: fontawesome;
    padding-left: 5px;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-actions {
    width: 12%;
    display: table-cell;
    padding-left: 15px;
}

.search-modules-results-responsive-view .search-modules-results-fields .form-actions input {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.search-modules-results-responsive-view.no-results .search-modules-results-fields {
    margin-bottom: 0;
}

.search-modules-results-responsive-view .infinite-container {
    padding: 40px 0;
    background: #EFF0F0;
}

.search-modules-results-responsive-view .infinite-container .infinite-item {
    display: block;
    max-width: 1050px;
    padding: 15px 25px;
    margin: 0 auto;
}

.search-modules-results-responsive-view .infinite-container.infinite-loading:after {
    background: transparent;
    color: #CCCBCB;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
}

.search-modules-results-responsive-view .infinite-container .search-modules-results-no-results {
    text-align: center;
}

.search-modules-results-responsive-view.blog-search {
    padding-top: 0;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields {
    padding: 0;
    padding-top: 40px;
    padding-left: 40px;
}

@media (max-width: 960px) {
    .search-modules-results-responsive-view.blog-search .search-modules-results-fields {
        padding-top: 20px;
        padding-left: 20px;
    }
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields:before {
    display: inline-block;
    content: 'SEARCH POSTS';
    font-size: 30px;
    color: #003366;
    font-weight: 600;
    border-bottom: solid 1px #003366;
    margin-bottom: 30px;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields form {
    display: block;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields form .query-field {
    margin-bottom: 70px;
}

@media (max-width: 960px) {
    .search-modules-results-responsive-view.blog-search .search-modules-results-fields form .query-field {
        margin-bottom: 20px;
    }
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields form .custom-filters .form-input-wrapper {
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 70px;
}

@media (max-width: 960px) {
    .search-modules-results-responsive-view.blog-search .search-modules-results-fields form .custom-filters .form-input-wrapper {
        margin-bottom: 20px;
    }
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields form .custom-filters .form-input-wrapper.multiselect .form-input-label {
    display: inline-block;
    font-size: 30px;
    color: #003366;
    font-weight: 600;
    border-bottom: solid 1px #003366;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields form .custom-filters .form-input-wrapper.multiselect .form-input-holder:after {
    content: unset;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields form .custom-filters .form-input-wrapper.multiselect .form-input-holder input {
    display: none;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields form .custom-filters .form-input-wrapper.multiselect .form-input-holder .multiselect-options {
    display: block !important;
    position: static;
    border: none 0;
    max-height: unset;
    overflow: visible;
    background: none;
    padding: 0;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields form .custom-filters .form-input-wrapper.multiselect .form-input-holder .multiselect-options label {
    padding-left: 0;
    color: #003366;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields form .custom-filters .form-input-wrapper.multiselect .form-input-holder .multiselect-options label:before {
    content: unset;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields form .custom-filters .form-input-wrapper.multiselect .form-input-holder .multiselect-options label.checked {
    font-weight: bold;
    text-decoration: underline;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-fields form .form-actions {
    display: none;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-container {
    padding-top: 0;
    background: none;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-container .infinite-item {
    display: block;
    padding: 0;
    margin-bottom: 50px;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-container .paging-toolbar .goToPage {
    background: #003366;
    color: #fff;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-container .paging-toolbar .goToPage:after {
    content: unset;
}

.search-modules-results-responsive-view.blog-search .search-modules-results-container .paging-toolbar .goToPage.first, .search-modules-results-responsive-view.blog-search .search-modules-results-container .paging-toolbar .goToPage.prev, .search-modules-results-responsive-view.blog-search .search-modules-results-container .paging-toolbar .goToPage.next, .search-modules-results-responsive-view.blog-search .search-modules-results-container .paging-toolbar .goToPage.last {
    width: auto;
}

.search-modules-results-responsive-view.give-landing {
    position: relative;
    padding: 0;
}

.search-modules-results-responsive-view.give-landing .search-modules-results-fields {
    padding: 0;
    margin: 0;
}

.search-modules-results-responsive-view.give-landing .search-modules-results-fields form .form-input-wrapper.query-field .form-input-holder {
    position: relative;
}

.search-modules-results-responsive-view.give-landing .search-modules-results-fields form .form-input-wrapper.query-field .form-input-holder input {
    border: solid 2px #003366;
}

.search-modules-results-responsive-view.give-landing .search-modules-results-fields form .form-input-wrapper.query-field .form-input-holder .autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
}

.search-modules-results-responsive-view.give-landing .search-modules-results-fields form .form-input-wrapper.query-field .form-input-holder .autocomplete .tpl-title {
    border: solid 2px #003366;
    border-top: none;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-modules-results-responsive-view.give-landing .search-modules-results-fields form .form-input-wrapper.query-field .form-input-holder .autocomplete .tpl-title:not(.no-results) {
    cursor: pointer;
}

.search-modules-results-responsive-view.give-landing .search-modules-results-fields form .form-input-wrapper.query-field .form-input-holder .autocomplete .tpl-title:not(.no-results):after {
    content: 'click to add';
    font-weight: normal;
    font-size: 14px;
    justify-self: flex-end;
}

.search-modules-results-responsive-view.give-landing .search-modules-results-fields form .form-input-wrapper.query-field .form-input-holder .autocomplete .tpl-title:not(.no-results):hover {
    background: #E3F4F7;
}

.search-modules-results-responsive-view.give-landing .search-modules-results-fields form .form-validation-errors {
    display: none !important;
}

.search-modules-results-responsive-view.give-landing .search-modules-results-fields form .form-actions {
    display: none;
}

.search-modules-results-responsive-view.give-landing .search-modules-results-container {
    padding: 0;
    margin-top: 20px;
}

.search-modules-results-responsive-view.give-landing.loading:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: rgba(239, 240, 240, 0.8);
    content: 'Searching. Please wait...';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: #003366;
}

@media (max-width: 800px) {
    .search-modules-results-responsive-view .search-modules-results-fields form {
        display: block;
    }
    .search-modules-results-responsive-view .search-modules-results-fields form .query-field {
        margin-bottom: 10px;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters {
        width: 100% !important;
        display: block !important;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .filter-0-field,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters .filter-0-field {
        padding-left: 0 !important;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper {
        /* Query, Dropdown and other fields*/
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder input[type=text],
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select {
        border: 1px solid #C3C1C1;
        border-radius: 2px;
        height: 55px;
        vertical-align: middle;
        font-family: "Soleil", sans-serif;
        font-size: 20px;
        font-weight: 300;
        width: 100%;
        background-color: #fff;
        color: #4C4C4C;
        padding: 5px 20px;
        margin: 0;
        outline: none;
        height: 40px;
        line-height: 40px;
        background: transparent;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-input-wrapper .form-input-holder select {
        line-height: 1;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-actions {
        width: 100%;
        display: block;
        padding-left: 0;
        margin-top: 10px;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .form-actions input {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 700px) {
    .search-modules-results-responsive-view .search-modules-results-fields form .query-field {
        margin-bottom: 0;
    }
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters.multiple .form-input-wrapper,
    .search-modules-results-responsive-view .search-modules-results-fields .custom-filters .form-input-wrapper {
        width: 100% !important;
        padding: 0 !important;
        padding-left: 0 !important;
        margin-top: 10px;
    }
}

.search-modules-results-responsive-view.floated-items .search-modules-results-container .infinite-item {
    float: left;
    width: 33.33%;
    max-width: 520px;
    padding: 0;
}

@media (max-width: 1060px) {
    .search-modules-results-responsive-view.floated-items .search-modules-results-container .infinite-item {
        width: 50%;
    }
}

@media (max-width: 630px) {
    .search-modules-results-responsive-view.floated-items .search-modules-results-container .infinite-item {
        width: 100%;
        float: none;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:before {
    font-family: "FontAwesome";
    font-weight: normal;
    color: #000;
    content: "\f07a";
}

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:after {
    content: "Cart";
    text-transform: uppercase;
    color: #4C4C4C;
    font-weight: lighter;
}

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

.contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter {
    float: right;
    color: #DD8731;
    position: static;
    line-height: 40px;
    font-size: 12px;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
}

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

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

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

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary-anchor {
    display: none;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary {
    position: absolute;
    width: 300px;
    right: 0;
    top: 40px;
    background: #2A5986;
    border: none;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 401;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
}

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row td {
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    font-size: 13px;
    color: #FFF;
    border-bottom: none;
    background-color: #00366A;
    padding: 9px 5px;
}

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

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

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

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

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

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row .actions a:after {
    font-family: "FontAwesome";
    content: "\f057";
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
}

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

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

.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row.total .amount,
.contributions-modules-shopping-cart .cart-summary-popup .cart-summary .row.total .title a {
    font-family: "Soleil", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

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

@media (max-width: 700px) {
    .contributions-modules-shopping-cart .cart-summary-popup .cart-summary {
        display: none;
    }
}

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

.tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button {
    position: relative;
    height: unset;
    line-height: unset;
}

.tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:before {
    display: block;
    font-family: "FontAwesome";
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    color: #003366;
    content: '\f07a';
}

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

.tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter {
    float: none;
    position: absolute;
    top: -6px;
    right: -8px;
    left: unset;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #30A249;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter:after, .tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button .cart-counter:before {
    content: unset;
}

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

.tpl-header-right .contributions-modules-shopping-cart .cart-box .cart-box-wrapper .cart-button:after {
    content: unset;
}

.tpl-header-right .contributions-modules-shopping-cart .cart-summary-popup {
    display: none !important;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.rss-modules-rss-feed-parser {
    padding: 50px 0;
}

.rss-modules-rss-feed-parser h3 {
    font-weight: 100;
    font-size: 24px;
}

.rss-modules-rss-feed-parser .items .item {
    overflow: auto;
    background-color: #FFF;
    padding-bottom: 0;
    border-bottom: 0;
    padding-right: 25px;
}

.rss-modules-rss-feed-parser .items .item .thumbnail-container {
    float: left;
    position: relative;
    width: 44.271%;
    height: 200px;
    overflow: hidden;
    margin-right: 25px;
}

.rss-modules-rss-feed-parser .items .item .thumbnail-container .thumbnail {
    position: absolute;
    max-width: none;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.rss-modules-rss-feed-parser .items .item .title {
    padding-top: 10px;
    font-size: 32px;
    line-height: 1;
}

.rss-modules-rss-feed-parser .items .item .date {
    float: none;
    font-size: 15px;
}

.rss-modules-rss-feed-parser .items .item .description {
    padding-bottom: 15px;
}

.rss-modules-rss-feed-parser .items .item .clearfix {
    display: none;
}

@media (max-width: 580px) {
    .rss-modules-rss-feed-parser .items .item {
        padding: 0;
        padding-bottom: 10px;
    }
    .rss-modules-rss-feed-parser .items .item.is-last {
        padding-bottom: 10px;
    }
    .rss-modules-rss-feed-parser .items .item .thumbnail-container {
        float: none;
        width: 100%;
        height: auto;
    }
    .rss-modules-rss-feed-parser .items .item .thumbnail-container .thumbnail {
        position: static;
        max-width: 100%;
        height: auto;
        right: auto;
        margin-right: 0;
    }
    .rss-modules-rss-feed-parser .items .item .title,
    .rss-modules-rss-feed-parser .items .item .date,
    .rss-modules-rss-feed-parser .items .item .description {
        padding: 10px 20px;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-menus-menu-blog-menu {
    margin-left: 40px;
    margin-bottom: 70px;
}

@media (max-width: 960px) {
    .tpl-menus-menu-blog-menu {
        margin-left: 20px;
        margin-bottom: 20px;
    }
}

.tpl-menus-menu-blog-menu .tpl-menu-wrapper .tpl-menu-title {
    display: inline-block;
    font-size: 30px;
    color: #003366;
    font-weight: 600;
    border-bottom: solid 1px #003366;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    width: auto;
}

.tpl-menus-menu-blog-menu .tpl-menu-wrapper .tpl-items .divider {
    display: block;
    width: 50%;
    height: 1px;
    background: #003366;
    margin: 10px 0;
}

.tpl-menus-menu-blog-menu .tpl-menu-wrapper .tpl-items .tpl-item {
    padding: 8px 0;
    line-height: 16px;
}

.tpl-menus-menu-blog-menu .tpl-menu-wrapper .tpl-items .tpl-item .tpl-menu-item {
    color: #003366;
}

.tpl-menus-menu-blog-menu .tpl-menu-wrapper .tpl-items .tpl-item.active .tpl-menu-item {
    font-weight: bold;
    text-decoration: underline;
}

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

@charset "UTF-8";
/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-menus-menu-country-menu {
    text-align: center;
    padding: 13px 10px;
}

.tpl-menus-menu-country-menu .tpl-close-icon {
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: 18px;
    display: none;
}

.tpl-menus-menu-country-menu .tpl-close-icon:before, .tpl-menus-menu-country-menu .tpl-close-icon:after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}

.tpl-menus-menu-country-menu .tpl-close-icon:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.tpl-menus-menu-country-menu .tpl-title {
    display: none;
}

.tpl-menus-menu-country-menu .tpl-title span {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 3px;
}

.tpl-menus-menu-country-menu .tpl-title span:after {
    content: "";
    font-family: "FontAwesome";
    margin-left: 6px;
}

.tpl-menus-menu-country-menu .tpl-popup-title {
    display: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.77px;
    margin: 28px 0 18px;
}

.tpl-menus-menu-country-menu .tpl-item-holder {
    display: inline;
}

.tpl-menus-menu-country-menu .tpl-item {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4C4C4C;
    padding: 3px 5px;
    margin: 3px 5px;
}

.tpl-menus-menu-country-menu .tpl-item:hover {
    color: #DD8731;
}

@media (max-width: 800px) {
    .tpl-menus-menu-country-menu {
        padding: 14px 10px;
    }
    .tpl-menus-menu-country-menu .tpl-close-icon {
        display: block;
    }
    .tpl-menus-menu-country-menu .tpl-title {
        display: block;
    }
    .tpl-menus-menu-country-menu .tpl-popup-title {
        display: block;
    }
    .tpl-menus-menu-country-menu .tpl-items {
        display: none;
        background-color: rgba(221, 135, 49, 0.95);
        color: #fff;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 299;
        padding: 10px;
    }
    .tpl-menus-menu-country-menu .tpl-items.visible {
        display: block;
    }
    .tpl-menus-menu-country-menu .tpl-item-holder {
        display: block;
    }
    .tpl-menus-menu-country-menu .tpl-item {
        font-size: 14px;
        text-transform: none;
    }
    .tpl-menus-menu-country-menu .tpl-item, .tpl-menus-menu-country-menu .tpl-item:hover {
        color: #fff;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-menus-menu-social-menu a {
    float: left;
    font-size: 12px;
    font-weight: lighter;
    line-height: 40px;
    margin-left: 5px;
}

.tpl-menus-menu-social-menu .fa {
    font-size: 24px;
    margin-left: 0;
    margin-right: 8px;
}

.tpl-menus-menu-social-menu .fa-facebook-square {
    color: #3E5C98;
}

.tpl-menus-menu-social-menu .fa-twitter-square {
    color: #36A9DF;
}

.tpl-menus-menu-social-menu .fa-instagram {
    color: #5381A2;
}

.tpl-menus-menu-social-menu .fa-youtube-square {
    color: #C93335;
}

.tpl-menus-menu-social-menu .fa-rss-square {
    color: #EC672E;
}

.tpl-menus-menu-social-menu .fa-podcast {
    color: #e80000;
}

.tpl-position-footer .tpl-menus-menu-social-menu {
    grid-column: span 2;
}

.tpl-position-footer .tpl-menus-menu-social-menu .fa {
    color: #fff !important;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item {
    position: relative;
    margin-left: 20px;
    font-size: 20px;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item > a {
    color: #2B2B2B;
    text-transform: uppercase;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item .tpl-sub-menu-items {
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    background: #fff;
    padding: 10px;
    border: solid 1px #EFF0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 10px #EFF0F0;
    box-shadow: 0 0 10px #EFF0F0;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item .tpl-sub-menu-items > a {
    color: #2B2B2B;
    padding: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 16px;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item .tpl-sub-menu-items > a:hover {
    color: #2B2B2B;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item:hover .tpl-sub-menu-items {
    opacity: 1;
    visibility: visible;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item.blue a {
    color: #00366A;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item.purple a {
    color: #5E4C7B;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item.green a {
    color: #30A249;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item.orange a {
    color: #DD8731;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item.red-solid > a {
    background-color: #C03115;
    color: #fff;
    display: block;
    padding: 0 15px;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item.red-solid .tpl-sub-menu-items a {
    color: #C03115;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item.green-solid > a {
    background-color: #30A249;
    color: #fff;
    display: block;
    padding: 0 15px;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item.green-solid .tpl-sub-menu-items a {
    color: #30A249;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item.orange-solid > a {
    background-color: #DD8731;
    color: #fff;
    display: block;
    padding: 0 15px;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item.orange-solid .tpl-sub-menu-items a {
    color: #DD8731;
}

.tpl-menus-menu-header-menu .tpl-menus-menu-header-menu-inner .tpl-menu-item:last-child .tpl-sub-menu-items {
    right: 0;
    -webkit-transform: none;
    transform: none;
}

@media (max-width: 960px) {
    .tpl-menus-menu-header-menu {
        display: none;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item {
    display: inline-block;
    position: relative;
    overflow: visible;
    font-family: "Soleil", sans-serif;
    /* Sub items */
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item a.tpl-menu-item {
    display: inline-block;
    color: #4C4C4C;
    font-size: 12px;
    margin: 5px;
    font-style: normal;
    font-weight: lighter;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item a.tpl-menu-item:hover {
    text-decoration: none;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item a.tpl-menu-item.tpl-item-first-level {
    margin: 3px 6px;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item.last a.tpl-item-first-level {
    margin-right: 0;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item a.tpl-menu-item .tpl-expand-arrow {
    display: none;
    float: right;
    font-size: 14px;
    line-height: 24px;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper {
    display: none;
    position: absolute;
    width: 220px;
    right: 0;
    top: 40px;
    z-index: 501;
    background: #2A5986;
    border: none;
    padding: 5px 0;
    text-align: left;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper .tpl-sub-item-hover-bridge {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    width: 30%;
    height: 40px;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper a.tpl-menu-item {
    color: #FFF;
    font-family: "Soleil", sans-serif;
    font-weight: lighter;
    display: block;
    font-size: 15px;
    font-style: normal;
    word-wrap: break-word;
    padding: 12px 25px;
    margin: 0;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper a.tpl-menu-item:hover {
    background-color: #00366A;
}

.tpl-menus-menu-horizontal-menu .tpl-items .tpl-item:hover .tpl-sub-items-wrapper {
    display: block;
}

.tpl-position-footer {
    position: relative;
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu:last-child {
    position: absolute;
    top: 10px;
    right: 25px;
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu:last-child .tpl-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .tpl-position-footer .tpl-menus-menu-horizontal-menu:last-child {
        position: static;
        top: unset;
        right: unset;
        margin-top: 20px;
    }
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item {
    margin-right: 20px;
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item:last-child {
    margin-right: 0;
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-menu-item {
    font-size: 16px;
    color: #fff;
    margin: 0 !important;
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-menu-item:hover {
    text-decoration: underline;
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item.green-solid > a {
    text-transform: uppercase;
    background-color: #30A249;
    color: #fff;
    display: block;
    padding: 4px 15px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item.orange-solid > a {
    text-transform: uppercase;
    background-color: #DD8731;
    color: #fff;
    display: block;
    padding: 4px 15px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper {
    position: static;
    width: unset;
    top: unset;
    right: unset;
    background: none;
    padding: 0;
    display: block;
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper .tpl-sub-item-hover-bridge {
    display: none;
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper .tpl-sub-items-item {
    text-align: center;
    padding-top: 5px;
}

.tpl-position-footer .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper .tpl-sub-items-item .tpl-menu-item {
    padding: 0;
}

@media (max-width: 1110px) {
    .tpl-position-header-menu .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item {
        display: block;
        text-align: center;
        /* First show just down arrow */
        /* Toggle arrow with "expanded" class from js */
        /* Sub items */
    }
    .tpl-position-header-menu .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item a.tpl-menu-item.tpl-item-first-level {
        display: block;
        margin: 8px 10px;
    }
    .tpl-position-header-menu .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item a.tpl-menu-item .tpl-expand-arrow.tpl-expand-arrow-down {
        float: none;
        display: inline-block;
    }
    .tpl-position-header-menu .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item.expanded a.tpl-menu-item .tpl-expand-arrow.tpl-expand-arrow-down {
        display: none;
    }
    .tpl-position-header-menu .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item.expanded a.tpl-menu-item .tpl-expand-arrow.tpl-expand-arrow-up {
        display: block;
    }
    .tpl-position-header-menu .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper {
        position: static;
        top: auto;
        left: auto;
        border: none;
        width: 100%;
        padding: 2px 0;
        margin: 0 !important;
        text-align: center;
        /*Hide Up Arrow*/
    }
    .tpl-position-header-menu .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper .tpl-sub-item-hover-bridge {
        display: none;
    }
    .tpl-position-header-menu .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper a.tpl-menu-item {
        padding: 8px 12px;
        margin: 0 5px;
    }
    .tpl-position-header-menu .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper:after, .tpl-position-header-menu .tpl-menus-menu-horizontal-menu .tpl-items .tpl-item .tpl-sub-items-wrapper:before {
        display: none;
    }
}

@media (max-width: 700px) {
    /*.tpl-position-footer {
        .tpl-menus-menu-horizontal-menu .tpl-items {
            .tpl-item {
                display: block;
                text-align: center;

                a.tpl-menu-item.tpl-item-first-level {
                    display: block;
                    margin: 8px 10px;
                }

                /!* First show just down arrow *!/
                a.tpl-menu-item .tpl-expand-arrow.tpl-expand-arrow-down {
                    display: none;
                }
            }
        }
    }*/
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-menus-menu-flyout-menu {
    padding: 25px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner {
    color: #fff;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .flyout-menu-inner-left {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .flyout-menu-inner-right {
    float: right;
    width: 45%;
    padding-left: 10px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .title a {
    color: #fff;
    font-weight: bold;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .title a:hover {
    color: #fff;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .items {
    padding-bottom: 30px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .items a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    font-weight: lighter;
    display: block;
    padding-top: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .items a:hover {
    color: #FFF;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .items a img,
.tpl-menus-menu-flyout-menu .flyout-menu-inner .items a span {
    vertical-align: middle;
}

/*
.tpl-menus-menu-flyout-menu .flyout-menu-inner {
    color: #fff;
}
.tpl-menus-menu-flyout-menu .flyout-menu-inner .flyout-menu-inner-left {
    float: left;
    width: 50%;
    padding-right: 10px;
}
.tpl-menus-menu-flyout-menu .flyout-menu-inner .flyout-menu-inner-right {
    float: right;
    width: 45%;
    padding-left: 10px;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}
.tpl-menus-menu-flyout-menu .flyout-menu-inner .title a {
    color: #fff;
}

.tpl-menus-menu-flyout-menu .flyout-menu-inner .title a:hover {
    color: #fff;
}
.tpl-menus-menu-flyout-menu .flyout-menu-inner .items {
    padding-bottom: 30px;
}
.tpl-menus-menu-flyout-menu .flyout-menu-inner .items a {
    color: transparentize(#FFF, .25);
    font-size: 15px;
    font-weight: lighter;
    display: block;
    padding-top: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    &:hover {
        color: #FFF;
    }
}
.tpl-menus-menu-flyout-menu .flyout-menu-inner .items a span {
    vertical-align: middle;
}
.tpl-menus-menu-flyout-menu .flyout-menu-inner .items a img {
    vertical-align: middle;
}*/

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-menus-menu-vertical-menu .tpl-mobile-trigger,
.tpl-menus-menu-vertical-menu .tpl-menu-title {
    font-size: 14px;
    font-weight: bold;
    color: #4C4C4C;
    font-family: "Soleil", sans-serif;
    margin-bottom: 15px;
}

.tpl-menus-menu-vertical-menu .tpl-mobile-close-btn,
.tpl-menus-menu-vertical-menu .tpl-mobile-trigger {
    display: none;
}

.tpl-menus-menu-vertical-menu .tpl-item {
    padding: 5px 0;
    line-height: 20px;
}

.tpl-menus-menu-vertical-menu .tpl-item.first {
    margin-top: 0;
}

.tpl-menus-menu-vertical-menu .tpl-item a {
    font-size: 14px;
    font-weight: 100;
    color: #4C4C4C;
    font-family: "Soleil", sans-serif;
}

.tpl-menus-menu-vertical-menu .tpl-item .tpl-sub-items-wrapper {
    padding: 5px 0 0 0;
    padding-left: 25px;
}

@media (max-width: 800px) {
    .tpl-menus-menu-vertical-menu .tpl-menu-title {
        color: #FFF;
    }
    .tpl-menus-menu-vertical-menu .tpl-mobile-trigger {
        display: block;
        text-align: center;
        padding: 10px 0;
        border-bottom: 2px solid #CCCBCB;
    }
    .tpl-menus-menu-vertical-menu .tpl-mobile-trigger span {
        cursor: pointer;
    }
    .tpl-menus-menu-vertical-menu .tpl-mobile-trigger span:after {
        font-family: "FontAwesome";
        content: '\f0dd';
        margin-left: 10px;
        vertical-align: top;
    }
    .tpl-menus-menu-vertical-menu .tpl-menu-wrapper {
        -webkit-overflow-scrolling: touch;
        display: none;
        text-align: center;
        padding: 50px 0;
        position: relative;
    }
    .tpl-menus-menu-vertical-menu .tpl-menu-wrapper .tpl-mobile-close-btn {
        display: block;
        background: none;
        cursor: pointer;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }
    .tpl-menus-menu-vertical-menu .tpl-menu-wrapper .tpl-mobile-close-btn:before, .tpl-menus-menu-vertical-menu .tpl-menu-wrapper .tpl-mobile-close-btn:after {
        content: '';
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        background: #fff;
        width: 20px;
        height: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 10px;
    }
    .tpl-menus-menu-vertical-menu .tpl-menu-wrapper .tpl-mobile-close-btn:after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .tpl-menus-menu-vertical-menu .tpl-menu-wrapper.visible {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(221, 135, 49, 0.95);
        z-index: 1000;
    }
    .tpl-menus-menu-vertical-menu .tpl-menu-wrapper .tpl-item a {
        color: #FFF;
    }
    .tpl-menus-menu-vertical-menu .tpl-menu-wrapper .tpl-item .tpl-sub-items-wrapper {
        padding-left: 0;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-menus-menu-dropdown-menu .tpl-dropdown-menu {
    position: relative;
    color: #A9A7A7;
    font-size: 16px;
    font-weight: 100;
}

.tpl-menus-menu-dropdown-menu .tpl-dropdown-menu .tpl-dropdown-menu-trigger {
    max-width: 150px;
    padding: 0 30px 0 15px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #CCCBCB;
    border-radius: 2px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tpl-menus-menu-dropdown-menu .tpl-dropdown-menu .tpl-dropdown-menu-trigger:after {
    position: absolute;
    right: 10px;
    line-height: 55px;
    font-family: "FontAwesome";
    color: #CCCBCB;
    font-weight: normal;
    font-size: 16px;
    content: '\f078';
    z-index: 0;
}

.tpl-menus-menu-dropdown-menu .tpl-dropdown-menu .tpl-dropdown-menu-options {
    max-width: 150px;
    max-height: 0;
    display: none;
    position: absolute;
    z-index: -1;
    padding: 0 15px 5px 15px;
    background-color: #FFF;
    border: 1px solid #CCCBCB;
    border-top: 0;
    border-radius: 0 0 2px 2px;
}

.tpl-menus-menu-dropdown-menu .tpl-dropdown-menu .tpl-dropdown-menu-options .tpl-menu-link {
    padding: 5px 0;
}

.tpl-menus-menu-dropdown-menu .tpl-dropdown-menu .tpl-dropdown-menu-options a {
    color: inherit;
    font-weight: inherit;
}

.tpl-menus-menu-dropdown-menu .tpl-dropdown-menu .tpl-dropdown-menu-options a:hover {
    border-bottom: 2px solid #DD8731;
}

.tpl-menus-menu-dropdown-menu .tpl-dropdown-menu.expanded .tpl-dropdown-menu-trigger {
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
}

.tpl-menus-menu-dropdown-menu .tpl-dropdown-menu.expanded .tpl-dropdown-menu-options {
    width: 100%;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    z-index: 100;
}

.tpl-menus-menu-dropdown-menu.expand-full-width .tpl-dropdown-menu-trigger,
.tpl-menus-menu-dropdown-menu.expand-full-width .tpl-dropdown-menu-options {
    max-width: 100%;
}

.absolute-dropdown-menu {
    position: relative;
}

.absolute-dropdown-menu .tpl-menus-menu-dropdown-menu {
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 2;
}

@media (max-width: 800px) {
    .absolute-dropdown-menu .tpl-menus-menu-dropdown-menu {
        display: none;
    }
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-menus-menu-locations-menu {
    margin: 20px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1100px) {
    .tpl-menus-menu-locations-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.tpl-menus-menu-locations-menu .section {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tpl-menus-menu-locations-menu .section > img {
    margin-bottom: 10px;
}

@media (max-width: 1100px) {
    .tpl-menus-menu-locations-menu .section {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .tpl-menus-menu-locations-menu .section {
        width: 100%;
    }
}

.tpl-menus-menu-locations-menu .section .expander .title {
    color: #003366;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.tpl-menus-menu-locations-menu .section .expander .title i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.tpl-menus-menu-locations-menu .section .expander .title i.fa-minus {
    display: none;
}

.tpl-menus-menu-locations-menu .section .expander .title span {
    font-size: 20px;
    font-weight: bold;
}

.tpl-menus-menu-locations-menu .section .expander .items {
    display: none;
}

.tpl-menus-menu-locations-menu .section .expander .items a {
    display: block;
    margin-left: 30px;
}

.tpl-menus-menu-locations-menu .section .expander.expanded .title i.fa-minus {
    display: block;
}

.tpl-menus-menu-locations-menu .section .expander.expanded .title i.fa-plus {
    display: none;
}

.tpl-menus-menu-locations-menu .section:first-child {
    margin-left: 0;
}

.tpl-menus-menu-locations-menu .section:last-child {
    margin-right: 0;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-menus-menu-user-menu .tpl-root-item {
    position: relative;
}

.tpl-menus-menu-user-menu .tpl-root-item > a {
    font-size: 20px;
    color: #003366;
    text-transform: uppercase;
}

@media (max-width: 960px) {
    .tpl-menus-menu-user-menu .tpl-root-item > a span {
        display: none;
    }
}

.tpl-menus-menu-user-menu .tpl-root-item .tpl-sub-items {
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    background: #fff;
    padding: 10px;
    border: solid 1px #EFF0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 10px #EFF0F0;
    box-shadow: 0 0 10px #EFF0F0;
}

.tpl-menus-menu-user-menu .tpl-root-item .tpl-sub-items a {
    color: #003366;
    padding: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 16px;
}

.tpl-menus-menu-user-menu .tpl-root-item:hover .tpl-sub-items {
    opacity: 1;
    visibility: visible;
}

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

/* Fonts */
/* Colors */
/* Secondary colors */
/* Hyperlinks */
/*@mixin tpl-body-intro() {
  font-size: 21px;
  font-weight: 700;
  color: $color;
}

@mixin tpl-body-promo() {
  font-size: 21px;
  color: $color;
}

@mixin tpl-teaser() {
	font-size: 24px;
	color: $color;
}*/
.tpl-menus-menu-blue-links-with-separator .tpl-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tpl-menus-menu-blue-links-with-separator .tpl-items .tpl-menu-item {
    color: #003366;
    text-decoration: underline;
    font-weight: bold;
}

.tpl-menus-menu-blue-links-with-separator .tpl-items .tpl-menu-item:hover {
    color: #004080;
}

.tpl-menus-menu-blue-links-with-separator .tpl-items .tpl-menu-item-separator {
    width: 2px;
    background: #004080;
    margin: 0 10px;
    height: 20px;
}

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

