/* Import Rules */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Oswald:300,400,700&display=swap'); 
/* Default | May 29, 2017 @10:54:06 AM */ 
@import url("https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic");
/* Template Specific Styles */
/* Page Specific Styles *//* escape-button.css | May 26, 2022 @3:31:02 PM */ 
#escape-button {
position: fixed;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
display: inline-block;
padding: 10px 25px;
border-radius: 15px;
min-width: 220px;
box-sizing: border-box;
font-size: 2rem;
font-weight: bold;
text-transform: uppercase;
background-color: #E7303B;
box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
color: #fff;
cursor: pointer;
text-align: center;
transition: 0.2s ease all;
z-index: 100;
}
#escape-button:hover {
background-color: #D1303B;
}
#escape-button span {
display: block;
font-size: 1.4rem;
cursor: pointer;
}/* canadian-staff-songsters.css | Oct 7, 2020 @9:30:10 AM */ 
.canadian-staff-songsters header .logo,
.canadian-staff-songsters-header-template header .logo {
width: auto;
margin-top: 11px;
}
.canadian-staff-songsters header .logo a,
.canadian-staff-songsters-header-template header .logo a{
font-size: 52px;
text-decoration: none;
font-family: Museo Slab;
font-weight: 900;
letter-spacing: -2px;
position: relative;
color: #333;
}
.canadian-staff-songsters header .logo a:hover,
.canadian-staff-songsters-header-template header .logo a:hover {
color: #222;
}
.canadian-staff-songsters .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.canadian-staff-songsters .navigation-widget.thumbnail ul.menu {
margin: 0;
}
.canadian-staff-songsters .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}
.canadian-staff-songsters .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.canadian-staff-songsters .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}
.maga-home-template .audio-video-dialog .buttons{
display:none;
}/* information-technology.css | Sep 27, 2019 @10:37:50 AM */ 
body.information-technology-two-column-template {
background: rgb(233,233,233) !important;
}
.information-technology .it-service-desk {
background-repeat:no-repeat;
background-position:right center;
padding-top:20px;
border-width:1px;
border-color:#acacac;
border-style:solid;
background-size:cover;
}
.information-technology .navigation-widget.standard .l1:hover > a {
background-color: transparent;
}
.information-technology .it-service-desk h2 span {
display: block;
font-weight: normal;
font-size: 18px;
}
.information-technology .it-service-desk p:last-child {
margin: 0;
}
.information-technology .it-content-block {
background: #fff;
box-shadow: 1px 1px 2px #ccc;
position: relative;
padding: 20px 20px 20px 270px;
box-sizing: border-box;
min-height: 150px;
margin-bottom: 20px;
}
.information-technology .it-content-block img {
position: absolute;
left: 0;
top: 0;
width: 250px;
height: 150px;
}
.information-technology .it-content-block h3 {
margin: 0;
color: #000;
font-family: Museo Slab;
}/* candidates.css | Aug 26, 2022 @9:22:37 AM */ 
.candidates header .logo a,
.candidates-header-template header .logo a{
font-size: 52px;
text-decoration: none;
font-family: Museo Slab;
font-weight: 900;
letter-spacing: -2px;
position: relative;
color: #333;
}
.candidates {
background-color: #e9e9e9;
}
.candidates .row {
float: none;
width: auto;
margin-bottom: 20px;
}
.candidates .page-highlight {
float: left;
width: calc(50% - 10px);
margin-bottom: 20px;
}
.candidates .page-highlight:nth-child(odd) {
margin-right: 20px;
}
.candidates .page-highlight div.copy {
background: #fff;
padding: 20px;
box-sizing: border-box;
}
.candidates .page-highlight img {
margin: -20px 0 0 -20px;
width: calc(100% + 40px);
max-width: none;
}
.candidates .page-highlight h3 a {
font-family: Museo Slab;
font-weight: 900;
text-decoration: none;
}
.candidates .page-highlight ul {
margin: 20px 0 0 0;
padding: 0;
border-bottom: 1px solid #e7e7e7;
}
.candidates .page-highlight ul li {
list-style-type: none;
margin: 0;
padding: 15px 0 15px 25px;
position: relative;
border-top: 1px solid #e7e7e7;
}
.candidates .page-highlight ul li:before {
content: '\f00b';
font-family: Salvationarmy;
font-size: 28px;
color: #e82c38;
position: absolute;
left: -10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.candidates .page-highlight li a {
text-decoration: none;
}
.candidates .col.last .content-module {
margin-bottom: 20px;
}
.candidates .highlight h3 {
display: block;
background-color: #e82c38;
border-top: 1px solid #222;
padding: 20px;
box-sizing: border-box;
color: #fff;
font-family: Museo Slab;
width: auto;
margin: -21px -21px 20px -21px;
}
.candidates .highlight .copy {
padding: 20px;
box-sizing: border-box;
border: 1px solid transparent;
}
.candidates .highlight p {
margin: 0;
}
.candidates .highlight strong {
font-weight: 900;
}
.candidates .highlight:not(.block) .btn {
background: none;
color: #e82c38;
margin: 0;
font-size: 20px;
font-family: Museo Slab;
font-weight: 900;
padding: 0;
position: relative;
margin-top: 10px;
}
.candidates .highlight:not(.block) .btn:before {
position: absolute;
content: '\f00b';
font-family: Salvationarmy;
font-size: 28px;
left: -25px;
top: 45%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.candidates .highlight.block .copy {
background-color: #dbdbdb;
border: 1px solid #acacac;
box-sizing: border-box;
}
.candidates .highlight.block .btn {
padding: 10px 50px 5px 20px;
margin-top: 20px;
text-transform: uppercase;
font-family: Museo Slab;
font-weight: 900;
position: relative;
left: -20px;
}
.candidates .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.candidates .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.candidates .navigation-widget.thumbnail .item .meta {
background: #fff;
padding: 20px;
}
.candidates .navigation-widget.thumbnail .title {
margin-top: 0;
padding-top: 0;
}/* intergrated-mission.css | Sep 15, 2017 @12:31:20 PM */ 
.integrated-mission .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.integrated-mission .navigation-widget.thumbnail ul.menu {
margin: 0;
}
.integrated-mission .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}
.integrated-mission .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.integrated-mission .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}/* archives-museum.css | Feb 23, 2018 @2:25:38 PM */ 
.human-resources .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.human-resources .navigation-widget.thumbnail ul.menu {
margin: 0;
}
.human-resources .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}
.human-resources .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.human-resources .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}/* cfot.css | May 13, 2019 @2:29:50 PM */ 
.human-resources .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.human-resources .navigation-widget.thumbnail ul.menu {
margin: 0;
}
.human-resources .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}
.human-resources .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.human-resources .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}/* canbdayouth.css | Aug 26, 2022 @9:22:55 AM */ 
.canbdayouth {
background: #fff;
overflow-x: hidden;
font-family: Montserrat, Lato, sans-serif;
}
.canbda-youth-secondary-two-column-template .column-widget.two-columns .column.primary {
width: auto !important;
}
.canbda-youth-secondary-two-column-template .column-widget.two-columns .column.last {
width: 410px !important;
}
.canbdayouth section.content {
padding: 0 0 50px 0;
}
.canbdayouth .column-widget .column {
padding: 0 10px 0 10px;
min-height: 0 !important;
}
.canbdayouth .wrapper.thin {
max-width: 767px;
}
.canbdayouth header {
display: flex;
-ms-display: flexbox;
height: auto;
align-items: center;
justify-content: space-between;
padding-top: 50px;
padding-bottom: 50px;
}
.canbdayouth header .logo {
margin-top: 0;
margin-left: 0;
}
.canbdayouth header .logo img {
height: 80px;
}
.canbdayouth .include-canbda-youth-at-the-ready-header header .logo img {
height: 100px;
}
.canbdayouth header > .content-module {
flex-shrink: 0;
}
.canbdayouth header .content-module {
min-width: 0;
display: block;
}
.canbdayouth header .navigation-widget.standard.collapse {
width: 190px;
text-align: left;
}
.canbdayouth header .navigation-widget.standard.collapse > .menu-toggle {
width: auto;
}
.canbdayouth header .navigation-widget.standard.collapse > .menu-toggle label {
display: block;
padding: 0;
}
.canbdayouth header .navigation-widget.standard.collapse > .menu-toggle label:after {
content: "\f006";
font-family: "SalvationArmy";
position: static;
font-size: 3rem;
transform: none;
}
.canbdayouth header .navigation-widget.standard.collapse > .menu-toggle label span {
display: none;
}
.canbdayouth header .social {
text-align: right;
width: 100%;
max-width: 190px;
}
.canbdayouth header .social a {
background-color: #000;
vertical-align: middle;
}
.canbdayouth header .social a:before {
color: #fff;
}
.canbdayouth header .social a span {
font-size: 0;
}
.canbdayouth table td {
padding: 10px;
}
.canbdayouth .content-module.table {
max-width: 100%;
overflow-x: scroll;
}
.canbdayouth .content-module table {
min-width: 500px;
}
/* CAN BDA Navigation */
.canbdayouth .navigation-widget.collapse.hamburger input.menu-toggle-check:checked ~ nav {
z-index: 99999999;
background: none;
}
.canbdayouth .navigation-widget.collapse.hamburger input.menu-toggle-check:checked ~ nav:before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.95);
cursor: pointer;
}
.canbdayouth .navigation-widget.collapse.hamburger nav ul.menu {
max-width: 100%;
width: 500px;
margin: 0 auto;
padding: 40px;
background: #fff;
}
.canbdayouth .navigation-widget.collapse.hamburger nav a.menu-toggle {
margin-bottom: 0;
background-color: #222;
cursor: default;
}
@media only screen and (min-width: 900px) {
.canbdayouth .navigation-widget.collapse.hamburger nav ul.menu {
margin: 0 auto 5% auto;
box-shadow: 0 0 40px rgba(0,0,0,0.4);
}
}
.canbdayouth .navigation-widget.collapse.hamburger nav a.menu-toggle label {
color: #fff;
background-color: #222;
cursor: pointer;
padding: 0;
}
.canbdayouth .navigation-widget.collapse.hamburger nav a.menu-toggle label:after {
content: "";
}
.canbdayouth .navigation-widget.collapse.hamburger nav a.menu-toggle label span {
width: 500px;
max-width: 100%;
margin: auto;
display: block;
padding: 20px;
position: relative;
}
.canbdayouth .navigation-widget.collapse.hamburger nav a.menu-toggle label span:after {
content: '\f00d';
right: 10px;
font-family: FontAwesome;
font-size: 1em;
display: inline-block;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.canbdayouth .navigation-widget.collapse.hamburger nav a {
color: #000;
}
.canbdayouth .navigation-widget.collapse.hamburger .l1:hover > a, 
.canbdayouth .navigation-widget.collapse.hamburger .l1.flyout.open > a {
background-color: rgba(0,0,0,0.1);
}
/* CAN BDA Slider */
.canbdayouth .slider-widget .mSCaption {
top: 50% !important;
left: 30px !important;
transform: translateY(-50%) !important;
background: none;
text-transform: none;
text-shadow: none;
font-size: 5rem;
font-weight: 600;
}
/* CAN BDA Breadcrumbs */
.canbdayouth .breadcrumbs-widget .menu {
display: inline-block;
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: 2px solid #000;
font-family: "Oswald", sans-serif;
font-weight: 300;
font-size: 1.4rem;
text-transform: uppercase;
}
.canbdayouth .breadcrumbs-widget a {
text-decoration: none;
color: #F74C55;
}
.canbdayouth .breadcrumbs-widget a.home {
font-size: 0;
color: #000;
}
.canbdayouth .breadcrumbs-widget a.home:before {
content: "\f01a";
font-family: "Salvationarmy";
font-size: 1.4rem;
line-height: 1.5em;
}
.canbdayouth .breadcrumbs-widget .separator {
padding: 0 10px;
}
.canbdayouth .breadcrumbs-widget strong {
font-weight: 300;
}
/* CAN BDA Button */
.canbdayouth .btn {
position: relative;
padding: 20px 30px 20px 30px;
border-left: 10px solid #484848;
background-color: #F74C55;
text-transform: uppercase;
font-weight: 700;
font-size: 1.6rem;
}
.canbdayouth .btn:before {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: "";
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #484848;
}
/* CAN BDA Typography */
.canbdayouth .content-module h2,
.canbdayouth .content-module h3,
.canbdayouth .content-module h4,
.canbdayouth .content-module h5,
.canbdayouth .content-module h6 {
font-family: Montserrat, Lato, sans-serif;
font-weight: 500;
line-height: 1.25em;
border: none !important;
margin: 10px 0 10px 0 !important;
padding: 0 !important;
text-transform: uppercase;
color: #1b1d1d !important;
}
.canbdayouth .content-module h2 {
font-size: 5.6rem;
}
.canbdayouth h3 {
font-size: 2.4rem;
font-weight: 700;
}
.canbdayouth h4 {
font-size: 2rem;
font-weight: 700;
}
.audio-video-module .active-media .description {
font-size: 0.75em;
}
.canbdayouth blockquote {
padding-top: 0;
padding-bottom: 0;
margin: 20px 0 20px 0;
}
.canbdayouth blockquote:before {
top: 0;
height: 100%;
}
/* CAN BDA Teaser */
.canbdayouth .teaser-widget {
background: #CACACA;
}
.canbdayouth .teaser-widget .module .item-list {
padding: 20px;
}
.canbdayouth .teaser-widget .module .item-list .item {
padding: 0 0 0 20px;
margin-bottom: 20px;
border: none;
border-left: 2px solid #F74C55;
}
.canbdayouth .teaser-widget .module .item-list .item:last-child {
margin-bottom: 0;
}
.canbdayouth .teaser-widget .module .item-list .item .title {
margin-top: 0 !important;
line-height: 0.8em;
}
.canbdayouth .teaser-widget .module .item-list .item .details {
font-size: 1.4rem;
}
.canbdayouth .teaser-widget .module .item-list .item .btn {
padding: 10px 15px 10px 15px;
font-size: 1.4rem;
}
.canbdayouth .teaser-widget .module .item-list .item .btn:before {
border-top-width: 8px;
border-bottom-width: 8px;
border-left-width: 8px;
}
.canbdayouth .teaser-widget li.item:before {
display: none !important;
}
/* Show Subtitle in Can BDA main menu */
.canbdayouth header .navigation-widget.standard.collapse .l2 > a .subtitle {
display: block;
font-size: 1.2rem;
}
/* CAN BDA Homepage Grid
.canbdayouth .navigation-widget.thumbnail {
background: none;
border: none;
padding: 0;
}
.canbdayouth .navigation-widget.thumbnail ul {
display: flex;
-ms-display: flexbox;
align-items: flex-start;
justify-content: center;
flex-wrap: wrap;
margin: 0 -10px;
}
.canbdayouth .navigation-widget.thumbnail .item {
position: relative;
margin: 10px;
padding: 0 !important;
width: calc(50% - 20px);
height: 250px;
z-index: 1;
transition: transform 0.2s ease 0s;
}
.canbdayouth .navigation-widget.thumbnail .item:hover {
transform: scale(1.2);
z-index: 5;
box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:first-child:hover,
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:last-child:hover,
.canbdayouth .navigation-widget.thumbnail.four-items .item:first-child:hover,
.canbdayouth .navigation-widget.thumbnail.four-items .item:last-child:hover,
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:last-child:hover,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:first-child:hover,
.canbdayouth .navigation-widget.thumbnail.three-items:not(.alternate) .item:first-child:hover,
.canbdayouth .navigation-widget.thumbnail.three-items.alternate .item:last-child:hover,
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:first-child:hover,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:last-child:hover{
transform: scale(1.1);
}
.canbdayouth .navigation-widget.thumbnail .item > div {
height: 100%;
}
.canbdayouth .navigation-widget.thumbnail .item a {
position: relative;
width: 100%;
height: 100%;
box-sizing: border-box;
background: #C9CACB;
overflow: hidden;
color: #fff;
}
.canbdayouth .navigation-widget.thumbnail .item a:after {
display: none !important;
}
.canbdayouth .navigation-widget.thumbnail .item .thumb {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
background-size: cover;
background-position: center center;
padding: 0;
}
.canbdayouth .navigation-widget.thumbnail .item .title {
position: absolute;
top: 70px;
left: 30px;
width: calc(100% - 60px);
height: 100%;
max-height: calc(100% - 100px);
font-size: 2.7rem;
margin: 0;
padding: 0;
font-weight: normal;
font-family: Lato;
overflow: hidden;
}
.canbdayouth .navigation-widget.thumbnail .item .subtitle {
position: absolute;
top: 30px;
left: 30px;
font-size: 1.4rem;
padding-bottom: 5px;
text-transform: uppercase;
text-align: left;
border-bottom: 2px solid #fff;
font-family: Oswald, sans-serif;
font-weight: 300;
letter-spacing: 1px;
}
.canbdayouth .navigation-widget.thumbnail .item .description {
display: none;
}
.canbdayouth .navigation-widget.thumbnail.six-items:not(.alternate) .item:nth-child(1) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.six-items:not(.alternate) .item:nth-child(4) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.six-items:not(.alternate) .item:nth-child(5) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.six-items.alternate .item:nth-child(2) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.six-items.alternate .item:nth-child(3) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.six-items.alternate .item:nth-child(6) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.six-items:not(.alternate) .item:nth-child(1) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.six-items:not(.alternate) .item:nth-child(4) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.six-items:not(.alternate) .item:nth-child(5) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.six-items.alternate .item:nth-child(2) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.six-items.alternate .item:nth-child(3) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.six-items.alternate .item:nth-child(6) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:nth-child(3) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:nth-child(4) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:nth-child(1) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:nth-child(4) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:nth-child(3) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:nth-child(4) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:nth-child(1) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:nth-child(4) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.four-items:not(.alternate) .item:nth-child(3) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.four-items.alternate .item:nth-child(2) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.four-items:not(.alternate) .item:nth-child(3) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.four-items.alternate .item:nth-child(2) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.three-items:not(.alternate) .item:nth-child(3) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.three-items:not(.alternate) .item:nth-child(3) a:not(.hasThumb) .subtitle,
.canbdayouth .navigation-widget.thumbnail.three-items.alternate .item:nth-child(2) a:not(.hasThumb),
.canbdayouth .navigation-widget.thumbnail.three-items:not(.alternate) .item:nth-child(3) a:not(.hasThumb).subtitle,
.canbdayouth .navigation-widget.thumbnail.three-items.alternate .item:nth-child(2) a:not(.hasThumb) .subtitle {
border-color: #000;
color: #000;
}
.canbdayouth .navigation-widget.thumbnail.six-items:not(.alternate) .item:nth-child(2) a,
.canbdayouth .navigation-widget.thumbnail.six-items:not(.alternate) .item:nth-child(3) a,
.canbdayouth .navigation-widget.thumbnail.six-items:not(.alternate) .item:nth-child(6) a {
background-color: #444546;
}
.canbdayouth .navigation-widget.thumbnail.six-items.alternate .item:nth-child(1) a,
.canbdayouth .navigation-widget.thumbnail.six-items.alternate .item:nth-child(4) a,
.canbdayouth .navigation-widget.thumbnail.six-items.alternate .item:nth-child(5) a {
background-color: #EA4E5A;
}
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:first-child {
width: calc(100% - 20px);
}
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:first-child .thumb[style],
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:last-child .thumb[style],
.canbdayouth .navigation-widget.thumbnail.four-items .item:first-child .thumb[style],
.canbdayouth .navigation-widget.thumbnail.four-items .item:last-child .thumb[style],
.canbdayouth .navigation-widget.thumbnail.three-items.large .item:nth-child(2) .thumb[style],
.canbdayouth .navigation-widget.thumbnail.three-items.large .item:last-child .thumb[style],
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:last-child .thumb[style],
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:first-child .thumb[style] {
width: calc(50% + 10px);
height: 100%;
padding: 0;
}
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:first-child .thumb[style] + .meta span,
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:last-child .thumb[style] + .meta span,
.canbdayouth .navigation-widget.thumbnail.four-items .item:first-child .thumb[style] + .meta span,
.canbdayouth .navigation-widget.thumbnail.four-items .item:last-child .thumb[style] + .meta span,
.canbdayouth .navigation-widget.thumbnail.three-items.large .item:nth-child(2) .thumb[style] + .meta span,
.canbdayouth .navigation-widget.thumbnail.three-items.large .item:last-child .thumb[style] + .meta span,
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:last-child .thumb[style] ~ .meta span,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:first-child .thumb[style] + .meta span {
left: calc(50% + 40px);
}
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:first-child .thumb[style] + .meta .title,
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:last-child .thumb[style] + .meta .title,
.canbdayouth .navigation-widget.thumbnail.four-items .item:first-child .thumb[style] + .meta .title,
.canbdayouth .navigation-widget.thumbnail.four-items .item:last-child .thumb[style] + .meta .title,
.canbdayouth .navigation-widget.thumbnail.three-items.large .item:nth-child(2) .thumb[style] + .meta .title,
.canbdayouth .navigation-widget.thumbnail.three-items.large .item:last-child .thumb[style] + .meta .title,
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:last-child .thumb[style] + .meta .title,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:first-child .thumb[style] + .meta .title {
width: calc(50% - 70px);
height: calc(100% - 100px);
}
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:first-child .thumb:not([style]) + .meta .title,
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:last-child .thumb:not([style]) + .meta .title,
.canbdayouth .navigation-widget.thumbnail.four-items .item:first-child .thumb:not([style]) + .meta .title,
.canbdayouth .navigation-widget.thumbnail.four-items .item:last-child .thumb:not([style]) + .meta .title,
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:last-child .thumb:not([style]) + .meta .title,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:first-child .thumb:not([style]) + .meta .title {
font-size: 4.5rem;
}
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:first-child a,
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:last-child a {
background-color: #EA4E5A;
}
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:nth-child(2) a,
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:nth-child(5) a {
background-color: #444546;
}
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:last-child {
width: calc(100% - 20px);
}
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:nth-child(2) a,
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:nth-child(3) a {
background-color: #444546;
}
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:last-child > div {
background-color: #EA4E5A;
}
.canbdayouth .navigation-widget.thumbnail.four-items .item:first-child,
.canbdayouth .navigation-widget.thumbnail.four-items .item:last-child {
width: calc(100% - 20px);
}
.canbdayouth .navigation-widget.thumbnail.four-items .item:first-child a,
.canbdayouth .navigation-widget.thumbnail.four-items .item:last-child a {
background-color: #EA4E5A;
}
.canbdayouth .navigation-widget.thumbnail.four-items:not(.alternate) .item:nth-child(2) a {
background-color: #444546;
}
.canbdayouth .navigation-widget.thumbnail.four-items.alternate .item:nth-child(3) a {
background-color: #444546;
}
.canbdayouth .navigation-widget.thumbnail.three-items:not(.alternate) .item:first-child,
.canbdayouth .navigation-widget.thumbnail.three-items.alternate .item:last-child {
width: calc(100% - 20px);
height: 520px;
}
.canbdayouth .navigation-widget.thumbnail.three-items:not(.alternate) .item:first-child a,
.canbdayouth .navigation-widget.thumbnail.three-items.alternate .item:last-child a,
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:first-child a,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:last-child a {
background-color: #444546;
}
.canbdayouth .navigation-widget.thumbnail.three-items:not(.alternate) .item:first-child .meta,
.canbdayouth .navigation-widget.thumbnail.three-items.alternate .item:last-child .meta,
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:first-child .meta,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:last-child a .meta {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
box-sizing: border-box;
display: flex;
-ms-display: flex;
flex-direction: column;
justify-content: flex-end;
padding-bottom: 30px;
}
.canbdayouth .navigation-widget.thumbnail.six-items a.hasThumb .meta:before,
.canbdayouth .navigation-widget.thumbnail.five-items:not(.alternate) .item:not(:first-child) a.hasThumb .meta:before,
.canbdayouth .navigation-widget.thumbnail.five-items.alternate .item:not(:last-child) a.hasThumb .meta:before,
.canbdayouth .navigation-widget.thumbnail.four-items .item:not(:first-child):not(:last-child) a.hasThumb .meta:before,
.canbdayouth .navigation-widget.thumbnail.three-items .item:first-child a.hasThumb .meta:before,
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:first-child a.hasThumb .meta:before,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:last-child a.hasThumb .meta:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 120%;
background: rgb(73,73,73);
background: linear-gradient(0deg, rgba(73,73,73,1) 0%, rgba(73,73,73,0) 100%);
}
.canbdayouth .navigation-widget.thumbnail.three-items:not(.alternate) .item:first-child .title,
.canbdayouth .navigation-widget.thumbnail.three-items.alternate .item:last-child .title,
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:first-child .title,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:last-child .title {
position: relative;
height: auto;
top: 0;
order: 2;
margin-top: 30px;
font-size: 4.5rem;
}
.canbdayouth .navigation-widget.thumbnail.three-items:not(.alternate) .item:first-child .subtitle,
.canbdayouth .navigation-widget.thumbnail.three-items.alternate .item:last-child .subtitle,
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:first-child .subtitle,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:last-child .subtitle {
position: relative;
height: auto;
top: 0;
width: calc(100% - 60px);
order: 1;
}
.canbdayouth .navigation-widget.thumbnail.three-items:not(.alternate) .item:first-child .description,
.canbdayouth .navigation-widget.thumbnail.three-items.alternate .item:last-child .description,
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:first-child .description,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:last-child .description {
width: calc(100% - 60px);
position: relative;
display: block;
color: #fff;
font-size: 1.4rem;
order: 3;
left: 30px;
margin-top: 30px;
}
.canbdayouth .navigation-widget.thumbnail.three-items:not(.alternate) .item:nth-child(2) a,
.canbdayouth .navigation-widget.thumbnail.three-items.alternate .item:first-child a {
background-color: #EA4E5A;
}
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:first-child,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:last-child {
width: calc(100% - 20px);
height: 520px;
}
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:last-child,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:first-child {
width: calc(100% - 20px);
}
.canbdayouth .navigation-widget.thumbnail.two-items:not(.alternate) .item:last-child a,
.canbdayouth .navigation-widget.thumbnail.two-items.alternate .item:first-child a {
background-color: #EA4E5A;
}
*/
/* Can BDA Homepage Simplified Thumbnail Widget */
.navigation-widget.thumbnail.canbdahome {
margin-top: 10px;
padding: 0;
background: none;
border: none;
}
.navigation-widget.thumbnail.canbdahome .meta,
.navigation-widget.thumbnail.canbdahome .meta .title {
font-size: 0;
height: 0;
padding: 0;
margin: 0;
}
.navigation-widget.thumbnail.canbdahome .item {
padding: 0;
margin: 10px;
width: calc(50% - 20px);
transition: 0.2s ease all;
}
.navigation-widget.thumbnail.canbdahome .item:hover {
transform: scale(1.1);
}
/* Horizontal Thumbnail Navigation (@ The Ready) */
.navigation-widget.thumbnail.grid.atrframework .item {
padding: 0;
margin: 10px;
}
.navigation-widget.thumbnail.grid.atrframework.six-columns .item {
width: calc(16.6666% - 20px);
}
.navigation-widget.thumbnail.grid.atrframework .item > div {
padding: 0;
}
.navigation-widget.thumbnail.grid.atrframework .thumb {
height: auto;
padding-bottom: 0;
background: none;
margin: 0;
}
.navigation-widget.thumbnail.grid.atrframework .thumb img {
visibility: visible;;
}
.navigation-widget.thumbnail.grid.atrframework .subtitle {
font-size: 1.4rem;
text-transform: uppercase;
color: #fff;
background-color: #222;
padding: 5px 10px;
text-align: center;
transition: 0.2s ease-in-out all;
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(1) .subtitle {
background-color: rgba(50,120,88,1);
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(2) .subtitle {
background-color: rgba(51,147,99,1);
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(3) .subtitle {
background-color: rgba(206,178,58,1);
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(4) .subtitle {
background-color: rgba(181,73,68,1);
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(5) .subtitle {
background-color: rgba(140,57,53,1);
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(6) .subtitle {
background-color: rgba(95,90,140,1);
}
.navigation-widget.thumbnail.grid.atrframework .hasThumb:hover .subtitle {
letter-spacing: 1px;
}
.navigation-widget.thumbnail.grid.atrframework .title,
.navigation-widget.thumbnail.grid.atrframework .description {
font-size: 0;
padding: 0;
margin: 0;
}
.navigation-widget.thumbnail.grid.atrframework .children {
margin: 0;
padding: 10px;
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(1) .children {
background-color: rgba(50,120,88,0.7);
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(2) .children {
background-color: rgba(51,147,99,0.7);
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(3) .children {
background-color: rgba(206,178,58,0.7);
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(4) .children {
background-color: rgba(181,73,68,0.7);
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(5) .children {
background-color: rgba(140,57,53,0.7);
}
.navigation-widget.thumbnail.grid.atrframework .item:nth-child(6) .children {
background-color: rgba(95,90,140,0.7);
}
.navigation-widget.thumbnail.grid.atrframework .children li {
display: block;
}
.navigation-widget.thumbnail.grid.atrframework .children li a {
display: block;
text-align: center;
font-size: 1.2rem;
color: #fff;
padding: 2px 0;
}
.navigation-widget.thumbnail.grid.atrframework .children li:hover a {
letter-spacing: 1px;
}
@media only screen and (max-width:767px) {
.navigation-widget.thumbnail.grid.atrframework.six-columns .item {
width: calc(33.3333% - 20px);
}
}
@media only screen and (max-width:380px) {
.navigation-widget.thumbnail.grid.atrframework.six-columns .item {
width: calc(50% - 20px);
}
}
/* First Time Overlay */
.first-time-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(220,39,44);
background: linear-gradient(180deg, rgba(220,39,44,0.97) 0%, rgba(51,52,52,0.97) 100%);
padding-top: 10vh;
text-align: center;
color: #fff;
opacity: 0;
pointer-events: none;
transition: 0.5s ease all;
overflow: hidden;
z-index: 100000;
}
.first-time-overlay.show,
body[data-mode="wireframe"].can-bda-first-time-overlay .first-time-overlay {
opacity: 1;
pointer-events: auto;
}
body[data-mode="wireframe"].canbda-youth-home-template .first-time-overlay {
opacity: 0;
pointer-events: none;
}
body[data-mode="wireframe"].can-bda-first-time-overlay .first-time-overlay a {
pointer-events: none;
}
.first-time-overlay .wrapper {
position: relative;
}
.first-time-overlay .close {
position: absolute;
top: 0;
right: 20px;
font-size: 1.4rem;
text-transform: uppercase;
}
.first-time-overlay .close:before {
content: "\f005";
display: inline-block;
padding-right: 10px;
font-family: "SalvationArmy";
}
.first-time-overlay .content {
max-width: 650px;
margin: auto;
display: flex;
-ms-display: flexbox;
flex-direction: column;
align-items: center;
}
.first-time-overlay a {
color: #fff;
cursor: pointer;
}
.first-time-overlay a:hover {
color: #000;
}
.first-time-overlay .content h1 {
font-family: "Lato";
font-size: 2rem;
text-transform: uppercase;
color: #fff;
font-weight: 700;
letter-spacing: 0;
}
.first-time-overlay .content p:last-child {
margin-bottom: 0;
}
.first-time-overlay .content .line, .first-time-overlay .content .arrow {
width: 1px;
height: 55px;
background-color: rgba(255,255,255,0.6);
display: inline-block;
margin: 20px 0 20px 0;
position: relative;
}
.first-time-overlay .content .arrow:before {
content: "";
position: absolute;
bottom: 5px;
left: calc(50% - 2px);
width: 15px;
height: 1px;
background-color: #fff;
transform: rotate(-45deg);
}
.first-time-overlay .content .arrow:after {
content: "";
position: absolute;
bottom: 5px;
right: calc(50% - 3px);
width: 15px;
height: 1px;
background-color: #fff;
transform: rotate(45deg);
}
.first-time-overlay .logo {
max-width: 250px;
margin-bottom: 40px;
}
.first-time-overlay .no-show {
text-transform: uppercase;
font-size: 1.4rem;
}
/* AV Module Overrides */
body:not(.rts-videos-page) .canbdayouth .audio-video-module .active-media {
display: none;
}
.canbdayouth .audio-video-module .active-media {
background: #303030;
padding: 10px;
color: #fff;
margin-bottom: 0;
border-bottom: 10px solid #969696;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.canbdayouth .audio-video-module .active-media .artwork {
width: 125px;
height: 125px;
}
.rts-videos-page .canbdayouth .audio-video-module .list-controls {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
/* Responsive Styles */
@media all and (max-width:920px) {
.canbdayouth .column-widget.two-columns .column {
width: 100%;
display: block;
height: auto;
padding: 10px;
}
}
@media all and (max-width: 675px) {
.canbdayouth .topbar {
padding-left: 0;
}
.canbdayouth header {
flex-direction: column;
}
.canbdayouth header .logo {
order: 1;
text-align: center;
}
.canbdayouth header .logo a {
display: inline-block;
}
.canbdayouth header .logo a img {
height: auto;
}
.canbdayouth header .social {
order: 2;
margin-bottom: 30px;
text-align: center;
}
.canbdayouth header .social a {
margin: 0 7px;
}
.canbdayouth header .navigation-widget.standard.collapse {
order: 3;
text-align: center;
}
.canbdayouth header .navigation-widget.standard.collapse > .menu-toggle label {
position: relative;
padding-right: 30px;
}
.canbdayouth header .navigation-widget.standard.collapse > .menu-toggle label::after {
position: absolute;
top: 49%;
}
.canbdayouth header .navigation-widget.standard.collapse > .menu-toggle label span {
display: block;
}
}
@media all and (max-width: 500px) {
.navigation-widget.thumbnail.canbdahome ul.menu {
margin: 0;
}
.navigation-widget.thumbnail.canbdahome .item {
margin: 20px 0 0 0;
}
.navigation-widget.thumbnail.canbdahome .meta .title {
display: inline;
}
.canbdayouth .content-module img {
padding-left: 0 !important;
padding-right: 0 !important;
}
.canbdayouth .content-module a {
word-break: break-word;
}
.canbdayouth .content-module h3 span[style*="xx-large"] {
font-size: 2rem !important;
}
.canbdayouth .content-module {
word-break: break-word;
}
}
@media all and (max-width: 468px) {
.canbdayouth h2 {
font-size: 4rem;
}
.canbdayouth .first-time-overlay .content h1 {
padding-top: 30px;
}
}/* volunteers.css | Apr 24, 2020 @4:37:44 PM */ 
body.volunteers-two-column-template {
background: rgb(233,233,233) !important;
}
.volunteers header nav .navigation-widget .l1:hover > a {
color: #171b3f !important;
}
.volunteers a:hover {
color: #171b3f;
}
.volunteers header + .nav {
background-color: #185aae;
}
.volunteers .banner {
margin-bottom: 45px;
}
.volunteers .content-module h3 {
color: #171b3f;
}
.volunteers .btn,
#template .spiritual-life form.formWizForm input[type=submit],
.spiritual-life input[type=submit],
.spiritual-life button,
.spiritual-life .item-nav a {
background: #171b3f;
}
.volunteers figure.caption {
border-color: #171b3f;
}
.volunteers blockquote {
color: #171b3f;
}
.volunteers blockquote:before {
background-color: #171b3f;
}
/* Forms */
.volunteerse .sidebar-block form.formWizForm h2:before {
font-weight: 100;
font-size: 18px;
content: 'sa Spiritual Life:';
display: block;
}
.volunteers .sidebar-block form.formWizForm {
background-image: url('/files/salvationarmy/spiritual-life/pray.png');
background-repeat: no-repeat;
background-position: right 20px;
}
.volunteers form.formWizForm .desc {
width: 85%;
}
/* Spiritual Life Home Page Thumbnail Widget */
.volunteers .navigation-widget.thumbnail {
padding: 0;
background-color: transparent;
border: none;
}
.volunteers .navigation-widget.thumbnail.one-columns ul.menu {
margin: 0;
}
.volunteers .navigation-widget.thumbnail.one-columns .item {
box-shadow: 1px 1px 3px #cecece;
background-color: #fff;
margin-bottom: 25px;
padding: 20px 20px 20px 270px;
min-height: 150px;
position: relative;
}
.volunteers .navigation-widget.thumbnail.one-columns .item:after {
position: absolute;
left: 290px;
bottom: 20px;
content: 'More';
color: #171b3f;
font-family: Museo Slab;
font-size: 16px;
font-weight: bold;
pointer-events: none;
}
.volunteers .navigation-widget.thumbnail.one-columns .item:before {
position: absolute;
left: 265px;
bottom: 20px;
content: '\f00b';
font-family: Salvationarmy;
color: #171b3f;
pointer-events: none;
}
.volunteers .navigation-widget.thumbnail.one-columns .item:last-child {
margin-bottom: 0;
}
.volunteers .navigation-widget.thumbnail.one-columns .title {
margin: 0;
}
.volunteers .navigation-widget.thumbnail.one-columns .thumb {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: transparent;
}
.volunteers .navigation-widget.thumbnail.one-columns .thumb a {
background-size: 250px 100%;
background-position: left top;
}
.volunteers .navigation-widget.thumbnail.one-columns .thumb a {
position: static;
}
.volunteers navigation-widget.thumbnail.one-columns .thumb:hover + .title a {
color: #171b3f;
}
.volunteers .navigation-widget.thumbnail.one-columns .description {
padding-bottom: 30px;
}/* Screen.css | Oct 7, 2022 @11:21:19 AM */ 
/*.teaser-widget .item-category a:nth-of-type(2) { visibility: hidden; }*/
body {
font-family: Lato;
min-width: 1140px;
background-color: #e9e9e9;
font-size: 18px;
}
body.secondary-template-type {
background: rgba(233,233,233,1);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fdfdfd', GradientType=0 );
background-repeat: no-repeat;
}
/* General Styles */
a,span {
vertical-align: baseline;
}
a {
color: #222;
-moz-transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
position: relative;
}
a:hover, a.active {
color: #e7303b;
}
.navigation-widget a[target="_blank"]:after {
content: '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''';
width: 6px;
height: 6px;
display: inline-block;
top: 0;
right: 0;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.btn, #template form.formWizForm input[type=submit], input[type=submit], button, .item-nav a {
display: inline-block;
background: #e7303b;
padding: 10px;
font-size: 14px;
cursor: pointer;
text-decoration: none;
color: #fff;
border: none;
}
.btn:hover, #template form.formWizForm:hover input[type=submit]:hover, input[type=submit]:hover, button:hover, .item-nav a:hover {
color: #fff;
background: #222;
}
.btn.block {
display: block;
}
.wrapper {
width: 100%;
max-width: 1140px;
margin: auto;
padding: 0 20px 0 20px;
box-sizing: border-box;
}
.wrapper:after {
display: block;
content: "";
clear: both;
}
iframe {
max-width: 100%;
}
/* Images */
img {
max-width: 100%;
height: auto;
}
#content .post-image {
margin: 0 10px 10px 0;
padding: 4px;
border: 1px solid #DDDDDD;
}
img.centered, .aligncenter {
display: block;
margin: 0 auto 10px;
}
img.alignnone {
margin: 0 0 10px 0;
display: inline;
}
img.alignleft {
margin: 0 10px 10px 0;
display: inline;
}
img.alignright {
margin: 0 0 10px 10px;
display: inline;
}
figure.caption {
padding: 0 0 10px 0;
margin: 0;
font-size: 14px;
font-family: Museo Slab;
border-bottom: 4px solid #e82c38;
}
figure.caption img {
margin-bottom: 10px;
}
.content-module img[style*="float: right;"] {
margin: 10px 0 10px 20px;
}
.content-module img[style*="float: left;"] {
margin: 10px 20px 10px 0;
}
figure.alignright {
float: right;
margin: 10px 0 10px 20px;
}
figure.alignleft {
float: left;
margin: 10px 20px 10px 0;
}
figcaption {
display: block;
padding: 20px 0 20px 0;
}
.caption {
display: inline-block;
}
img.wp-smiley, img.wp-wink {
float: none;
border: none;
}
h2 {
font-size: 25px;
font-family: Museo Slab;
font-weight: 900;
}
i.fa {
font-family: FontAwesome;
}
body[data-mode="live"] .columns-widget .col {
min-height: 50px !important;
}
body[onload="wireframeLoaded()"] .columns-widget .col {
padding: 10px;
}
.content-module h1 {
font-size: 42px;
text-decoration: none;
font-family: Museo Slab;
font-weight: 900;
letter-spacing: -2px;
position: relative;
color: #333;
}
.content-module h2 {
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: 3px solid #000;
}
.content-module h3 {
color: #e82c38;
margin-bottom: 20px;
}
.content-module h4 {
color: #e82c38;
margin-bottom: 10px;
}
.content-module hr {
border-color:none;
border-bottom-width:3px;
border-bottom-style:solid;
}
blockquote {
position: relative;
padding: 20px 0 20px 75px;
min-height: 60px;
font-size: 20px;
line-height: 30px;
font-style: normal;
color: #e82c38;
border: none;
}
blockquote:before {
position: absolute;
top: 28px;
left: 30px;
width: 35px;
height: calc(100% - 55px);
line-height: 36px;
font-family: SalvationArmy;
text-align: center;
color: #fff;
font-size: 30px;
content: '\f00d';
background-color: #e82c38;
}
.video {
position: relative;
height: 0;
padding-bottom: 56.25%;
}
.video iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.imagelist {
width: auto;
margin: 0 -10px 0 -10px;
padding: 0;
}
.imagelist:after {
clear: both;
content: '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''';
display: block;
}
.imagelist li {
float: left;
list-style-type: none;
padding: 10px;
width: 33%;
box-sizing: border-box;
text-align: left;
vertical-align: top;
}
.imagelist li p {
margin: 10px 0 10px 0;
font-size: 12px;
width: 125px;
}
/* Header */
header {
background-color: #fff;
height: 85px;
}
header .shield {
display: inline-block;
width: 60px;
margin-top: 10px;
position: absolute;
top: 0;
z-index: 512;
}
header .logo,
.megamenu .logo {
display: inline-block;
margin-top: 20px;
margin-left: 75px;
}
header .logo.noshield {
margin-left: 0;
}
.megamenu .logo {
margin-top: 15px;
}
header .logo img,
.megamenu .logo img {
height: 50px;
width: auto;
max-width: none;
}
header .logo a {
font-size: 52px;
text-decoration: none;
font-family: Museo Slab;
font-weight: 900;
letter-spacing: -2px;
position: relative;
color: #333;
}
header .wrapper {
display: table;
}
header .content-module {
display: table-cell;
min-width: 200px;
}
header > nav,
header .nav {
display: table-cell;
width: 100%;
text-align: right;
padding-top: 20px;
position: relative;
z-index: 12;
}
header nav .navigation-widget .l1 > a,
header .nav .navigation-widget .l1 > a {
font-size: 18px;
font-weight: 700;
color: #000;
text-decoration: none;
padding: 11px 10px 12px 10px;
margin-left: 25px;
}
header .nav .navigation-widget .l1.flyout > a {
padding-right: 30px;
}
header nav .navigation-widget .l1:hover > a,
header .nav .navigation-widget .l1:hover > a {
color: #e7303b;
background-color: transparent;
}
header + .nav .navigation-widget.standard .l1 > a .submenu-toggle {
top: 55%;
}
header .nav .navigation-widget.mega .l1 > .submenu,
header .nav .navigation-widget.mega .l1 > .submenu *{
z-index: 800 !important;
}
header .nav .navigation-widget.collapse .l1 > a,
header .nav .navigation-widget.standard.collapse .submenu a {
padding-left: 30px;
padding-right: 30px;
margin: 0;
}
.navigation-widget .submenu a:hover {
color: #ccc;
}
.navigation-widget .meganav ul.menu > li:hover .submenu .section {
padding: 10px !important;
box-sizing: border-box;
}
.navigation-widget .meganav ul.menu > li:hover .cols2 .section {
width: 50% !important;
}
.navigation-widget .meganav ul.menu > li:hover .cols3 .section {
width: 33% !important;
}
.navigation-widget .meganav ul.menu > li:hover .cols4 .section {
width: 25% !important;
}
.navigation-widget .meganav ul.menu > li:hover .cols5 .section {
width: 20% !important;
}
.navigation-widget .meganav ul.menu > li:hover .cols4 .section h5 a {
font-size: 16px;
white-space: normal;
}
.navigation-widget .meganav ul.menu > li:hover .cols4 .section ul {
border-top: 1px solid #fff;
padding-top: 10px;
}
.navigation-widget .meganav ul.menu > li:hover .cols4 .section ul a {
font-size: 14px;
padding-left: 15px;
}
header + .nav,
header + nav {
background-color: #e7303b;
text-align: center;
}
header + .nav .navigation-widget .l1 {
margin: 0 10px 0 10px;
}
header + .nav .navigation-widget .l1 > a,
header + nav .navigation-widget a {
font-size: 14px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
padding: 15px 0 10px 0;
border-bottom: 5px solid transparent;
}
header + .nav .navigation-widget .l1.flyout > a {
padding-right: 20px;
}
.navigation-widget.standard:not(.collapse) .submenu-toggle {
padding: 0;
}
.navigation-widget.standard .submenu .submenu-toggle {
right: 10px;
}
header + .nav .navigation-widget.standard .l1:hover > a,
header + nav .navigation-widget a:hover {
border-color: #fff;
background-color: transparent;
}
header + nav .navigation-widget.horizontal .submenu {
padding: 5px 10px 5px 10px;
width: 200px;
box-sizing: border-box;
}
header + nav .navigation-widget.horizontal .submenu a {
padding: 5px 0 5px 0;
border: none;
}
header + .nav .navigation-widget.standard .submenu li a:hover,
header + nav .navigation-widget.horizontal .submenu li a:hover {
border: none;
color: #ccc;
}
header + .nav .navigation-widget.collapse.standard li.flyout.open {
background-color: rgba(255,255,255,0.05);
}
/* Mega Menu */
input#megamenu {
display: none;
}
.toggle-mega-menu {
position: absolute;
top: 0;
right: 50%;
height: 38px;
margin-right: -550px;
display: flex;
-ms-display: flexbox;
align-items: center;
cursor: pointer;
font-size: 14px;
color: #fff;
z-index: 520;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.toggle-mega-menu:after {
font-family: SalvationArmy;
font-size: 30px;
line-height: 30px;
content: '\f006';
display: inline-block;
margin-left: 5px;
}
input#megamenu:checked + .topbar .toggle-mega-menu:after {
content: '\f005';
color: #e7303b;
}
input#megamenu:checked + .topbar .toggle-mega-menu {
background-color: transparent;
}
input#megamenu:checked ~ .include-header header nav .navigation-widget a {
color: #c9c9c9;
}
input#megamenu:checked ~ .include-header header nav .navigation-widget a:hover {
color: #e7303b;
}
.megamenu {
position: absolute;
left: 0;
top: -20px;
max-height: 100%;
width: 100%;
min-width: 1140px;
background: #000;
background: rgba(0,0,0,0.95);
opacity: 0;
pointer-events: none;
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
z-index: 510;
overflow: hidden;
}
input#megamenu:checked + .topbar .megamenu {
top: 0;
opacity: 1;
pointer-events: auto;
overflow:auto;
}
body[onload="wireframeLoaded()"] .megamenu {
display: none;
}
body.megamenu-template[onload="wireframeLoaded()"] .megamenu {
min-height: 400px !important;
height: auto !important;
max-height: none !important;
display: block;
}
body[onload="wireframeLoaded()"] .include-megamenu {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 38px;
}
.megamenu > .wrapper:first-of-type {
margin-top: 43px;
}
.megamenu nav .navigation-widget a:hover {
color: #e7303b;
}
.megamenu-content {
display: flex;
-ms-display: flexbox;
width: 100%;
border-top: 1px solid #c9c9c9;
border-bottom: 1px solid #c9c9c9;
margin-top: 30px;
}
.megamenu-content .main {
box-sizing: border-box;
padding: 45px 20px 45px 0;
float: none;
width: auto;
}
.megamenu-content .sidebar {
flex-shrink: 0;
width: 200px;
box-sizing: border-box;
padding: 45px 0 45px 20px;
border-left: 1px solid #c9c9c9;
}
.megamenu .navigation-widget a:hover {
color: #e7303b;
}
.megamenu-content .navigation-widget.standard ul,
.megamenu-content .navigation-widget.standard li {
margin: 0;
padding: 0;
}
.megamenu-content .navigation-widget.standard ul.menu > li {
display: inline-block;
width: 140px;
margin-left: 40px;
margin-top: 50px;
vertical-align: top;
}
.megamenu-content .navigation-widget.collapse.standard nav .l1:last-child {
border: none;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(5n+1) {
margin-left: 0;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+5) {
margin-top: 0;
}
.megamenu-content .sidebar .navigation-widget.standard ul.menu > li {
margin-left: 0;
margin-top: 50px;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(1) {
margin-top: 0;
}
.megamenu-content .navigation-widget.standard .submenu-toggle {
display: none;
}
.megamenu-content .navigation-widget.standard a {
padding: 2px 0 2px 0;
}
.megamenu-content .navigation-widget.standard a:hover {
color: #e7303b !important;
}
.megamenu-content .navigation-widget.standard.collapse.standard:not(.hamburger) .l1 > a {
font-size: 14px;
color: #fff;
margin-bottom: 10px;
}
.megamenu-content .navigation-widget.collapse.standard:not(.hamburger) a {
font-size: 14px;
color: #b9b9b9;
}
.megamenu-content .navigation-widget.standard .submenu {
display: block;
}
.megamenu footer {
display: flex;
-ms-display: flexbox;
padding: 20px 0 20px 0;
width: 100%;
}
.megamenu footer nav {
float: none;
padding-top: 0;
}
.megamenu footer .nav {
flex: 1;
}
.megamenu footer .navigation-widget a {
color: #fff;
font-size: 14px;
margin-right: 10px;
}
.social-links ul {
display: flex;
-ms-display: flexbox;
justify-content: flex-end;
}
.social-links ul a {
display: inline-block;
width: 30px;
height: 30px;
background-color: #fff !important;
border-radius: 30px;
margin-left: 10px;
font-size: 0 !important;
}
.social-links ul a:after {
display: none !important;
}
.social-links ul a span:after {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
font-family: SalvationArmy;
font-size: 20px;
color: #000;
}
.social-links ul a[href*="facebook"]:hover {
background-color: #3b5998 !important;
}
.social-links ul a[href*="facebook"] span:after {
content: '\f000';
}
.social-links ul a[href*="twitter"]:hover {
background-color: #00aced !important;
}
.social-links ul a[href*="twitter"] span:after {
content: '\f001';
}
.social-links ul a[href*="youtube"]:hover {
background-color: #bb0000 !important;
}
.social-links ul a[href*="youtube"] span:after {
content: '\f002';
}
.social-links ul a[href*="instagram"]:hover {
background-color: #517fa4 !important;
}
.social-links ul a[href*="instagram"] span:after {
content: '\f004';
}
.social a {
font-size: 0;
display: inline-block;
width: 30px;
height: 30px;
border-radius: 30px;
background-color: #fff;
position: relative;
margin-left: 15px;
text-decoration: none;
}
.social a:before {
font-family: SalvationArmy;
content: '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''';
font-size: 20px;
color: #000;
display: inline-block;
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.social .facebook:hover {
background-color: #3b5998;
}
.social .twitter:hover {
background-color: #00aced;
}
.social .youtube:hover {
background-color: #bb0000;
}
.social .instagram:hover {
background-color: #517fa4;
}
.social .facebook:before {
content: '\f000';
}
.social .twitter:before {
content: '\f001';
}
.social .youtube:before {
content: '\f002';
}
.social .instagram:before {
content: '\f003';
}
/* Top Bar */
.topbar {
display: flex;
-ms-display: flexbox;
align-items: center;
width: 100%;
height: 38px;
background-color: #333434;
}
.topbar > .wrapper {
display: flex;
-ms-display: flexbox;
justify-content: flex-end;
flex: 1;
padding-right: 120px;
}
.topbar .include-topbar a {
text-decoration: none;
color: #fff;
margin-right: 20px;
display: inline-block;
font-size: 13px;
}
.topbar .include-topbar .myaccount-widget a {
margin-right: 10px;
text-transform: uppercase;
}
.topbar .include-topbar .myaccount-widget {
display: flex;
-ms-display: flexbox;
align-items: center;
margin-right: 40px;
}
.topbar a.store:before {
content:'\f017';
font-family: Salvationarmy;
display: inline-block;
font-size: 18px;
}
.topbar a.store span {
display: none;
}
.topbar a.btn-downloads {
background: #e7303b;
padding: 0 10px;
line-height: 25px;
margin-top: 7px;
border-radius: 5px
}
.topbar a.btn-downloads:hover {
background-color: #444;
}
.topbar .include-topbar a:hover {
color: #ccc;
}
.topbar .wrapper .include-topbar {
display: flex;
-ms-display: flexbox;
justify-content: flex-end;
align-items: center;
position: relative;
z-index: 520;
}
.include-topbar .link-group,
.topbar .links {
display: flex;
-ms-display: flexbox;
align-items: center;
}
.topbar .search {
width: auto;
display: inline-block;
overflow: hidden;
}
.topbar .search label {
cursor: pointer;
}
.topbar .search label:before {
color: #fff;
font-size: 22px;
font-family: SalvationArmy;
content: "\f008";
position: relative;
top: 3px;
}
.topbar .search label:after {
content: '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''';
}
.topbar .search label span {
display: none;
}
.topbar .search-widget .search-form input {
line-height: 14px;
}
.topbar .search input {
width: 1px;
font-size: 0;
border: none;
background: rgba(255,255,255,0);
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
color: #fff;
padding: 5px 0 5px 0;
}
.topbar .search input:focus {
background: rgba(255,255,255,0.1);
width: 150px;
outline: none;
font-size: 12px;
padding-left: 10px;
}
/* Language Widget */
.topbar .language-widget {
display: flex;
-ms-display: flexbox;
align-items: center;
margin-right: 20px;
}
.topbar .language-widget ul {
display: flex;
-ms-display: flexbox;
border: 1px solid #fafafa;
border-radius: 5px;
overflow: hidden;
}
.topbar .language-widget ul li {
display: flex;
-ms-display: flexbox;
align-items: center;
}
.language-widget li + li::before {
content: "";
display: none;
}
.topbar .language-widget ul li a {
margin: 0;
padding: 3px 10px;
font-size: 0;
}
.topbar .language-widget ul li.active a {
background: #fafafa;
color: #222;
}
.topbar .language-widget ul li:last-child {
border-left: 1px solid #fafafa;
}
.topbar .language-widget ul li a[lang="en"]:before {
content: "EN";
font-size: 1.1rem;
}
.topbar .language-widget ul li a[lang="fr"]:before {
content: "FR";
font-size: 1.1rem;
}
.topbar .language-widget i {
display: none;
}
/* Homepage Slider */
.main-banner {
margin-bottom: 20px;
position: relative;
z-index: 5;
}
.slider-widget .slide-wrapper {
border: none;
}
.main-banner .slider-widget .tabs {
width: 300px;
background-color: #2d2d2d;
}
.main-banner .slider-widget .tabs ul li {
background-color: #2d2d2d;
padding: 28px 12px 28px 12px;
}
.main-banner .slider-widget .tabs ul li.active {
background-color: #1d1d1d;
}
.main-banner .slider-widget .tabs ul li h3 {
color: #fff;
font-size: 16px;
font-weight: bold;
margin-bottom: 0;
}
.main-banner .slider-widget .tabs ul li small {
color: #b4b4b4;
font-size: 14px;
}
.main-banner .slider-widget .tabs .thumbnail {
display: none;
}
.main-banner .slider-widget .slide-wrapper.vertical-tabs .tabs + .mightySlider {
margin-right: 300px;
}
.mightyslider_modern_skin .mSPages {
display: none;
}
.slider-widget .mightyslider_modern_skin .mSVideo {
z-index: 10000;
}
/* Main Content */
section.content {
padding: 45px 0 45px 0;
}
/* Two Columns */
.columns-widget {
width: auto;
margin-right: -10px;
margin-left: -10px;
}
.columns-widget .col {
padding: 0 10px 0 10px;
box-sizing: border-box;
}
.columns-widget.two-columns .col.primary {
width: calc(100% - 320px) !important;
}
.columns-widget.two-columns .col.last {
width: 320px !important;
}
.columns-widget.two-columns .col.last .module,
.advertising-module,
.content-module.sidebar {
margin-bottom: 20px;
}
.columns-widget.two-columns .col.last img {
margin: 0 !important;
}
body[onload="wireframeLoaded()"] .sidebar-block {
width: 100%;
max-width: 400px;
margin: 30px auto 0 auto;
border: 1px solid #fff;
padding: 20px;
}
.split .columns-widget.two-columns .primary,
.split .columns-widget.two-columns .last {
width: 50% !important;
}
.split {
margin-bottom: 20px;
}
/* Sidebar */
.advertising-module > div {
width: auto !important;
height: auto !important;
}
.advertising-module > div img {
width: 100% !important;
}
.content-module.sidebar img {
width: 100% !important;
}
/* Homepage Featured Blog Post Slider */
.slider-widget.featured-post {
border: 1px solid #ccc;
}
.slider-widget.featured-post:before {
content: "Featured";
position: absolute;
top: -12px;
left: 0;
font-size: 12px !important;
color: #fff;
background: #333;
padding: 5px 10px;
z-index: 10;
pointer-events: none;
}
.slider-widget.featured-post .mSFrame {
height: auto !important;
background: #fff;
}
.slider-widget.featured-post .mSCover {
position: relative !important;
height: 0 !important;
padding-bottom: 52.5%;
}
.slider-widget.featured-post .mSSlide {
display: flex;
-ms-display: flexbox;
flex-direction: column;
}
.slider-widget.featured-post .mSCaption {
position: relative !important;
top: auto !important;
right: auto !important;
bottom: 0 !important;
left: 0 !important;
background-color: rgba(255,255,255,1);
text-transform: none;
color: #000;
max-width: 100% !important;
width: 100% !important;
font-size: 16px !important;
letter-spacing: 0;
pointer-events: none;
transition: 0.2s ease all;
padding: 20px !important;
flex: 1 0 0;
transform:none !important;
text-shadow: none !important;
}
.slider-widget.featured-post .mSCaption strong {
font-family: Museo Slab;
font-weight: 900;
font-size: 24px;
line-height: 1em;
letter-spacing: 0;
display: block;
margin-bottom: 10px;
}
/* Homepage Featured Blog Post Slider */
.slider-widget.social-size .mSFrame {
height: auto !important;
background: #fff;
}
.slider-widget.social-size .mSCover {
position: relative !important;
height: 0 !important;
padding-bottom: 52.5%;
}
.slider-widget.social-size .mSCaption {
top: 0 !important;
}
/* Homepage Blog Display */
.item-list-grid .item {
flex: 1 1 auto;
}
.teaser-widget:not(.area-list) .blogs-module .item-list {
/*width: 800px;*/
}
.teaser-widget:not(.area-list) .blogs-module .item .item-wrapper{
box-shadow: 0 1px 4px #ccc;
background: #fff;
position: relative;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
padding-top:60px;
padding: 20px;
width: 100%;
}
.teaser-widget:not(.area-list) .blogs-module .item {
position: relative;
padding: 0px;
box-sizing:border-box;
margin:0;
padding-bottom:15px;
}
.teaser-widget:not(.area-list) .blogs-module .item:nth-child(odd) {
/*width: 460px;*/
width:50%;
padding-right:10px;
}
.teaser-widget:not(.area-list) .blogs-module .item:nth-child(even) {
/*width: 300px;*/
width:50%;
min-height: 175px;
}
.teaser-widget:not(.area-list) .blogs-module .item-list-grid .item > div {
margin-top: 0;
margin-bottom: 5px;
}
.teaser-widget:not(.area-list) .blogs-module .item a.section-title {
position: absolute;
display: inline-block;
top: 10px;
left: -8px;
background: #333;
font-size: 12px;
padding: 10px;
color: #fff;
text-decoration: none;
z-index: 1;
}
.teaser-widget:not(.area-list) .blogs-module .item > a + 
.teaser-widget:not(.area-list) .blogs-module .item > a:hover {
background-color: #e7303b;
}
.teaser-widget:not(.area-list) .blogs-module .item .featuredImage {
float: none;
width: auto;
height: auto;
max-height: 260px;
overflow: hidden;
margin: -20px -20px 20px -20px;
}
.teaser-widget:not(.area-list) .blogs-module .featuredImage img {
max-height: none;
}
.teaser-widget:not(.area-list) .blogs-module h3 a {
font-size: 18px;
font-weight: 900;
}
.teaser-widget:not(.area-list) .blogs-module .item .item-header {
display: flex;
-ms-display: flexbox;
flex-wrap: wrap;
}
.teaser-widget:not(.area-list) .blogs-module .item .details {
margin: 15px 0 0 0;
padding: 0;
border: none;
}
.teaser-widget:not(.area-list) .blogs-module .details p {
margin: 0;
}
.teaser-widget:not(.area-list) .blogs-module .date,
.teaser-widget:not(.area-list) .blogs-module .permalink {
display: none;
}
.teaser-widget:not(.area-list) .blogs-module h3 {
font-family: Museo Slab;
}
.teaser-widget:not(.area-list) .blogs-module .featuredImage{
display: block;
}
.teaser-widget:not(.area-list) .blogs-module .item time {
position: relative;
display: inline-block;
color: #000;
font-size: 16px;
font-weight: normal;
padding-bottom: 20px;
}
.teaser-widget:not(.area-list) .blogs-module .item time:after {
content: "";
width: 50px;
height: 1px;
background: #000;
position: absolute;
bottom: 10px;
left: 0;
}
.teaser-widget:not(.area-list) .blogs-module .item .item-subtitle {
font-weight: normal;
font-style: italic;
}
.teaser-widget:not(.area-list) .blogs-module .item .item-comment-link a {
font-size: 12px;
}
.teaser-widget:not(.area-list) .blogs-module .item .item-byline {
position: relative;
display: block;
text-transform: uppercase;
margin: 3px 0 10px 5px;
font-size: 12px;
padding-bottom: 10px;
margin-bottom: 10px;
text-align: right;
}
.teaser-widget:not(.area-list) .blogs-module .item .item-excerpt-body {
display: none;
}
.teaser-widget:not(.area-list) .blogs-module .item .item-image {
order: 1;
}
.teaser-widget:not(.area-list) .blogs-module .item time {
width: 30%;
order: 2;
white-space: nowrap;
}
.teaser-widget:not(.area-list) .blogs-module .item .item-byline {
width: calc(70% - 5px);
order: 3;
}
.teaser-widget:not(.area-list) .blogs-module .item .item-title {
order: 4;
width:100%;
}
.teaser-widget:not(.area-list) .blogs-module .item .item-subtitle {
order: 5;
}
.teaser-widget:not(.area-list) .blogs-module .item .item-footer {
margin-top: 10px;
order: 6;
}
.item-list-grid .item .item-title a {
word-break: normal;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}
.item-list .item .item-category, .item-list-grid .item .item-category {
top: -16px;
left: 0;
}
/* Blog Specific Styles */
.blogs-module .blog-sidebar {
width: 300px;
float: right;
}
.blogs-module .blog-sidebar h4 {
border-top: 1px solid #000;
background-color: #d0d0d0;
padding: 18px 65px 18px 18px;
font-family: Museo Slab;
font-size: 18px;
font-weight: 900;
position: relative;
margin-bottom: 20px;
margin-top: 0;
}
.blogs-module.full-mode .blog-sidebar .recent-posts {
margin-top: 20px;
}
.blogs-module.full-mode .item-list {
margin-left: 0;
margin-right: 320px;
}
.blogs-module.full-mode .item-list .item {
padding: 0 0 20px 0;
margin-bottom: 10px;
}
.blogs-module .item:not(.single) .featuredImage {
position: absolute;
left: 20px;
top: 20px;
height: auto;
margin-right: 20px;
background: none !important;
}
.blogs-module .featuredImage.small a img {
display: block;
}
.blogs-module .item .details {
clear: left;
margin-top: 10px;
padding-top: 10px;
}
.blogs-module .item .details a {
word-break: break-word;
}
.blogs-module .item .item-permalink {
margin-top: 20px;
}
.blogs-module .featuredImage.small a {
background-size: cover;
}
.blogs-module .item.single .featuredImage {
display: block;
padding-top: 20px;
margin-bottom: 0;
}
.blogs-module .item.single .featuredImage .caption {
position: static;
background: none;
color: #000;
font-size: 12px;
text-align: right;
padding: 15px 0 0 0;
}
.blogs-module .item h3.title {
font-size: 30px;
font-family: Museo Slab;
font-weight: 900;
}
.blogs-module .item.single h3.title {
font-size: 43px;
font-family: Museo Slab;
font-weight: 900;
}
.blogs-module p.date {
display: none !important;
}
.blogs-module .item span.date {
display: inline-block;
padding: 5px 5px 5px 0;
margin-bottom: 0;
font-size: 14px;
}
.blogs-module .item span.author {
display: inline-block;
padding: 5px 0 5px 0;
margin-bottom: 0;
font-size: 14px;
}
.blogs-module .item .meta {
display: none !important;
}
.shareaholic-canvas {
display: inline-block;
margin: 0;
}
.blogs-module .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
margin: 0 0 0 20px !important;
padding: 0 !important;
}
.blogs-module .shareaholic-share-buttons-container li.shareaholic-share-button {
padding: 4px 5px 0 5px !important;
}
.blogs-module .blog-sidebar .recent-posts h4 {
margin-bottom: 0;
}
.blogs-module .blog-sidebar .recent-posts ul {
margin: 0;
padding: 0;
}
.blogs-module .blog-sidebar .recent-posts li {
padding: 15px 15px 15px 20px;
border-bottom: 1px solid #d0d0d0;
list-style-type: none;
position: relative;
}
.blogs-module .blog-sidebar .recent-posts li:before {
content: '\f00b';
font-family: SalvationArmy;
font-size: 30px;
color: #e7303b;
position: absolute;
left: -5px;
top: 50%;
transform: translateY(-50%);
}
.blogs-module .blog-sidebar .recent-posts li a {
text-decoration: none;
}
.blogs-module .blog-sidebar > a {
display: block;
margin: 15px 0 15px 0;
}
.blogs-module .blog-sidebar .categories ul {
margin-bottom: 20px;
}
.blogs-module .item-footer .item-nav {
display: table;
border-spacing: 15px;
margin: 0 -15px 0 -15px;
}
.blogs-module .item-footer .item-nav a {
display: table-cell;
width: 33%;
vertical-align: middle;
}
.blogs-module .item-commentlink {
margin-bottom: 0;
padding: 20px;
background-color: #fafafa;
box-sizing: border-box;
}
.blogs-module .item-footer {
margin-bottom: 0;
}
.blogs-module .item-comments {
background-color: #eee;
padding: 20px;
box-sizing: border-box;
}
.blogs-module .item-comments h4 {
font-size: 25px;
margin-bottom: 20px;
}
.blogs-module .item-comments form p {
margin-bottom: 0;
}
.blogs-module .item-comments input,
.blogs-module .item-comments textarea {
width: 100% !important;
padding: 15px;
box-shadow: 0 1px 1px rgba(0,0,0,0.25);
border: none;
box-sizing: border-box;
margin-top: 5px;
margin-bottom: 20px;
}
.blogs-module .item-comments form input[type=submit] {
margin-bottom: 0;
}
.blogs-module .item-comments .comment {
margin: 30px 0 0 0;
font-size: 14px;
}
.blogs-module .item-comments .comment-meta {
background: #ddd;
padding: 10px;
}
.blogs-module .item-comments .comment-content {
padding: 10px;
}
.blogs-module .item-comments > h4 {
border-bottom: 5px solid #aaa;
padding-bottom: 5px solid #aaa;
margin-bottom: 20px;
padding-bottom: 20px;
}
.blogs-module a h4 {
display: block;
margin-top: 20px;
padding-top: 20px;
border-top: 5px solid #aaa;
}
.blogs-module .blog-header {
width: 100%;
margin-bottom: 10px;
background: #d0d0d0;
border-top: 1px solid #000;
padding: 20px;
box-sizing: border-box;
position: relative;
min-height: 132px;
}
.blogs-module .item:not(.single) .blog-header {
padding: 20px 20px 20px 215px;
}
.blogs-module .entry .item-image.full {
padding-bottom: 52.5%;
}
.blogs-module figure.image img {
max-width: calc(100% - 16px) !important;
margin: 8px 8px 0 8px !important;
}
.blogs-module figure.image figcaption {
font-size: 1.4rem;
padding: 5px;
}
/* Locations */
.locations-module .map-canvas {
min-width: 0;
}
/* Resources */
.resources-module .details {
/* padding-left: 80px;*/
}
.resources-module .details .media-description {
margin-top: 20px;
}
/* Forms */
form.formWizForm {
border: none;
padding: 0;
margin: 0;
background: none;
}
.sidebar-block form.formWizForm {
border: 1px solid #acacac;
border-radius: 0;
margin: 0;
padding: 20px;
background: #eee;
}
.sidebar-block form.formWizForm h2 {
font-size: 28px;
width: 60%;
}
#template form.formWizForm div.emailIcon {
display: none;
}
.sidebar-block form.formWizForm .desc {
padding: 20px 0 20px 0;
border: none;
margin-bottom: 0;
font-size: 16px;
font-weight: 300;
}
.sidebar-block form.formWizForm input,
.sidebar-block form.formWizForm textarea {
display: block;
width: 100%;
padding: 10px;
border: 1px solid #bebebe;
border-radius: 6px;
box-sizing: border-box;
outline: none;
}
#template .sidebar-block form.formWizForm input[type=submit] {
border-radius: 0;
margin-left: -20px;
width: auto;
display: inline-block;
text-transform: uppercase;
font-family: Museo Slab;
font-weight: bold;
font-size: 15px;
padding: 15px 50px 10px 20px;
}
.sidebar-block form.formWizForm div.twFormFooter {
display: inline-block;
position: relative;
}
.sidebar-block form.formWizForm div.twFormFooter:after {
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
content: '\f00b';
font-family: Salvationarmy;
color: #fff;
font-size: 30px;
pointer-events: none;
}
form.formWizForm span.req {
margin-left: 5px;
}
form.formWizForm div.emailIcon,
form.formWizForm div.phoneIcon {
display: none;
}
form.formWizForm div.sectionBreak {
font-weight: bold;
margin: 10px 0;
}
form.formWizForm div.sectionBreak + div.instructions {
color: #000;
font-size: 16px;
line-height: 1.25em;
}
/* Vertical Navigation */
.content navigation-widget.standard {
margin-bottom: 20px;
}
.content .navigation-widget.vertical h2,
.content .navigation-widget.standard h2 {
border: none;
background-color: #e82c38;
color: #fff;
padding: 15px;
font-family: Museo Slab;
font-size: 18px;
font-weight: 900;
position: relative;
margin-bottom: 0;
}
.content .navigation-widget.vertical .l1 {
padding: 10px 10px 10px 20px;
border-bottom: 1px solid #dcdcdc;
font-size: 18px;
font-weight: bold;
position: relative;
}
.content .navigation-widget.standard.collapse .l1 a {
padding: 5px 0 5px 0;
}
.content .navigation-widget.standard.collapse .l1.flyout a {
padding-right: 20px;
}
.content .navigation-widget.standard.collapse .l1.flyout .submenu-toggle {
padding: 0;
}
.content .navigation-widget.standard .l1 {
padding: 10px 10px 10px 10px;
border-bottom: 1px solid #dcdcdc;
font-size: 18px;
font-weight: bold;
position: relative;
}
div:not(".nav") .navigation-widget.collapse.standard nav .l1:last-child {
border-bottom: 1px solid #dcdcdc;
}
.content .navigation-widget.vertical .l1.current a,
.content .navigation-widget.standard .l1.active a {
color: #111;
}
.content .navigation-widget.standard .submenu li:hover a {
text-decoration: underline;
}
.navigation-widget.standard .l1:hover > a {
background-color: transparent;
}
.content .navigation-widget.vertical .arrow {
display: none;
}
.content .navigation-widget.vertical .l1:before {
content: '\f00b';
font-family: Salvationarmy;
color: #e82c38;
font-size: 25px;
position: absolute;
left: 0;
top: 13px;
}
.content .navigation-widget.vertical .submenu {
width: 100%;
display: block !important;
}
.content .navigation-widget.vertical .submenu li a {
color: #333;
}
/* Thumbnail Navigation - Default */
.navigation-widget.thumbnail {
background-color: #c7c7c7;
border: 1px solid #979797;
padding: 20px;
box-sizing: border-box;
}
.navigation-widget.thumbnail .thumb:hover + .title a {
color: #e7073b;
}
.navigation-widget.thumbnail p {
margin-bottom: 0;
}
.navigation-widget.thumbnail ul.menu {
margin: 0 -10px 0 -10px;
width: auto;
display: flex;
-ms-display: flexbox;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
}
.navigation-widget.thumbnail.three-columns .item {
padding: 0 10px 0 10px;
}
.navigation-widget.thumbnail .title {
font-size: 18px;
font-family: Museo Slab;
font-weight: 900;
margin: 20px 0 20px 0;
}
.navigation-widget.thumbnail .description {
font-size: 16px;
}
.navigation-widget.thumbnail .thumb {
width: auto;
position: relative;
height: 0;
padding-bottom: 52.5%;
}
.navigation-widget.thumbnail .thumb a {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.navigation-widget.thumbnail .thumb a[style$="RWT.jpg');"] {
background-image: url('/storage/themes/4366/thumbnail_placeholder.jpg') !important;
}
/* Thumbnail Navigation - Grid */
.navigation-widget.thumbnail.grid {
padding: 0;
background: none;
border: none;
}
.navigation-widget.thumbnail.grid ul.menu {
margin: 0;
}
.navigation-widget.thumbnail.grid .thumb {
width: auto;
float: none;
}
.navigation-widget.thumbnail.grid .item {
margin-bottom: 20px;
}
.navigation-widget.thumbnail.grid .item > div {
background: #fff;
}
.navigation-widget.thumbnail.grid .item .meta {
padding: 20px;
}
.navigation-widget.thumbnail.grid .title {
margin: 0;
}
.navigation-widget.thumbnail.grid a[target="_blank"]::after {
display: none;
}
/* Thumbnail Navigation - Horizontal */
.navigation-widget.thumbnail.horizontal {
padding: 0;
background-color: transparent;
border: none;
}
.navigation-widget.thumbnail.horizontal ul.menu {
margin: 0;
}
.navigation-widget.thumbnail.horizontal .item {
box-shadow: 1px 1px 3px #cecece;
background-color: #fff;
margin-bottom: 25px;
padding: 20px 20px 20px 270px;
min-height: 150px;
position: relative;
}
.navigation-widget.thumbnail.horizontal .item:after {
position: absolute;
left: 290px;
bottom: 20px;
content: 'More';
color: #185aae;
font-family: Museo Slab;
font-size: 16px;
font-weight: bold;
pointer-events: none;
}
.navigation-widget.thumbnail.horizontal .item:before {
position: absolute;
left: 265px;
bottom: 20px;
content: '\f00b';
font-family: Salvationarmy;
color: #185aae;
pointer-events: none;
}
.navigation-widget.thumbnail.horizontal .item:last-child {
margin-bottom: 0;
}
.navigation-widget.thumbnail.horizontal .title {
margin: 0;
}
.navigation-widget.thumbnail.horizontal.one-columns .thumb {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: transparent;
}
.navigation-widget.thumbnail.horizontal.one-columns .thumb a {
background-size: 250px 100%;
background-position: left top;
}
.navigation-widget.thumbnail.horizontal .thumb a {
position: static;
}
.navigation-widget.thumbnail.horizontal .thumb:hover + .title a {
color: #185aae;
}
.navigation-widget.thumbnail.horizontal.one-columns .description {
padding-bottom: 30px;
}
/* Image Only Thumbnail */
.navigation-widget.thumbnail.image-only {
padding: 0;
border: none;
background: none;
}
.navigation-widget.thumbnail.image-only .item > div {
background: none;
padding: 0;
}
.navigation-widget.thumbnail.image-only .meta {
display: none;
}
.navigation-widget.thumbnail.image-only .hasThumb {
display: inline-block;
margin: 0;
}
.navigation-widget.thumbnail.image-only .thumb {
margin: 0;
height: auto;
padding: 0;
background: none !important;
}
.navigation-widget.thumbnail.image-only img {
visibility: visible;
}
/* Area List Content Module */
.area-list,
.widget.area-list {
background-color: #fff;
box-shadow: 1px 1px 3px #ccc;
margin-bottom: 20px;
}
.area-list:last-child {
margin-bottom: 0;
}
.area-list h2,
.widget.area-list h2 {
position: relative;
background-color: #333;
padding: 12px 65px 6px 18px;
font-family: Museo Slab;
font-size: 18px;
font-weight: 900;
color: #fff;
font-size: 22px;
margin: 0 0 10px 0;
}
.area-list.highlight h2 {
background-color: #00746b;
}
.area-list h2:before {
position: absolute;
right: 10px;
top: 50%;
content: '\f00f';
font-size: 30px;
font-weight: normal;
font-family: SalvationArmy;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.area-list.discipleship h2:before {
content: '\f00f';
}
.area-list.evangelism h2:before {
content: '\f010';
}
.area-list.service h2:before {
content: '\f011';
}
.area-list.health h2:before {
content: '\f012';
}
.area-list.soldiership h2:before {
content: '\f013';
}
.area-list.worship h2:before {
content: '\f014';
}
.area-list.news h2:before {
content: '\f007';
}
.area-list.resources h2:before {
content: '\f015';
}
.area-list.celebrate h2:before {
content: '\f016';
}
.area-list ul {
margin: 0;
padding: 0 20px 0 20px;
list-style-type: none;
}
.area-list ul li,
.area-list .item-list .item {
margin: 0;
padding: 10px 0 10px 0;
list-style-type: none;
border-bottom: 1px solid #eee;
}
.area-list .blogs-module span.date {
display: none;
}
.area-list .item .permalink,
.area-list .item .item-permalink {
display: none;
}
.area-list ul li a {
font-weight: bold;
text-decoration: none;
}
.area-list div > a {
font-family: Museo Slab;
font-weight: 900;
text-decoration: none;
display: inline-block;
padding: 20px 20px 15px 40px;
position: relative;
color: #00746b;
}
.area-list div > a:before {
position: absolute;
left: 10px;
top: 50%;
content: '\f00b';
font-size: 30px;
font-family: SalvationArmy;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.widget.area-list .details {
margin: 0;
padding: 0;
border: none;
font-size: 0.9em;
}
.widget.area-list .title a,
.widget.area-list .item-title a {
font-family: Lato;
font-size:18px;
}
/* Sidebar Content Module Navigation */
.sidebar .module {
margin-top: 50px;
}
.sidebar .module:first-child {
margin-top: 0;
}
.latest-news h2 {
border: none;
border-top: 1px solid #000;
background-color: #d0d0d0;
padding: 12px 65px 12px 18px;
font-family: Museo Slab;
font-size: 18px;
font-weight: 900;
position: relative;
margin-bottom: 0;
}
.latest-news h2:before {
position: absolute;
right: 30px;
top: 50%;
content: '\f007';
font-size: 30px;
font-family: SalvationArmy;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.latest-news ul {
margin: 0;
padding: 0;
}
.latest-news li {
padding: 10px 15px 10px 20px;
border-bottom: 1px solid #d0d0d0;
list-style-type: none;
position: relative;
}
.latest-news li:before {
content: '\f00b';
font-family: SalvationArmy;
font-size: 30px;
color: #e7303b;
position: absolute;
left: -5px;
top: 50%;
transform: translateY(-50%);
}
.latest-news li a {
text-decoration: none;
}
.latest-news li a.btn {
background: none;
padding: 0;
margin: 0;
border: none;
color: #e7303b;
font-family: Museo Slab;
font-weight: 900;
position: relative;
top: 2px;
}
.content-list h2 {
border: none;
border-top: 1px solid #000;
background-color: #d0d0d0;
padding: 12px 65px 12px 18px;
font-family: Museo Slab;
font-size: 18px;
font-weight: 900;
position: relative;
margin-bottom: 0;
}
.content-list h2:before {
position: absolute;
right: 10px;
top: 50%;
content: '\f009';
font-size: 30px;
font-weight: normal;
font-family: SalvationArmy;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.latest-news h2:before {
content: '\f007';
}
.content-list ul {
margin: 0;
padding: 0;
}
.content-list li {
padding: 10px 15px 10px 20px;
border-bottom: 1px solid #d0d0d0;
list-style-type: none;
position: relative;
}
.content-list li:before {
content: '\f00b';
font-family: SalvationArmy;
font-size: 30px;
color: #e7303b;
position: absolute;
left: -5px;
top: 50%;
transform: translateY(-50%);
}
.content-list li a {
text-decoration: none;
}
.content-list li a.btn {
background: none;
padding: 0;
margin: 0;
border: none;
color: #e7303b;
font-family: Museo Slab;
font-weight: 900;
position: relative;
top: 2px;
}
/* Twitter */
.twitter-module h2 {
border-top: 1px solid #000;
background-color: #d0d0d0;
padding: 18px 65px 18px 18px;
font-family: Museo Slab;
font-size: 18px;
font-weight: 900;
position: relative;
margin-bottom: 10px;
}
.twitter-module h2:after {
content: '\A Tweets from Salvation Army';
white-space: pre;
font-size: 14px;
font-weight: normal;
font-family: Lato;
}
.twitter-module h2:before {
position: absolute;
right: 30px;
top: 50%;
content: '\f001';
font-size: 30px;
font-family: SalvationArmy;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.twitter-module .item-list {
max-height: 400px;
overflow-y: auto;
margin-bottom: 15px;
}
.twitter-module .item-list .item {
padding: 15px 15px 15px 45px;
position: relative;
font-size: 14px;
border-bottom: 1px solid #dcdcdc;
margin-bottom: 0;
}
.twitter-module .item-list .item:before {
position: absolute;
left: 0;
top: 15px;
width: 35px;
height: 40px;
content: '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''';
background-image: url('/storage/themes/4366/sa-shield.png');
background-size: 100% auto;
}
/* Resources Module */
.resources-module .grid {
display: flex;
-ms-display: flexbox;
flex-wrap: wrap;
margin: 0 -5px;
}
.resources-module .grid li {
display: flex;
-ms-display: flexbox;
margin: 5px;
width: calc(25% - 10px);
}
.resources-module .grid li a {
display: flex;
-ms-display: flexbox;
flex-direction: column;
}
.resources-module .grid li .details {
position: static;
flex: 1 0 0;
}
/* Teaser Widgets */
.teaser-widget {
margin-top: 20px;
}
.teaser-widget:first-of-type {
margin-top: 0;
}
.teaser-widget h2 {
background-color: #e7303b;
padding: 15px;
margin: 0 0 20px 0;
border-top: 1px solid #000;
font-size: 18px;
color: #fff;
}
.teaser-widget .events-module .item-list .item,
.teaser-widget .resources-module .item-list .item {
padding: 0 0 20px 20px;
position: relative;
}
.teaser-widget .events-module .item-list .item:before,
.teaser-widget .resources-module .item-list .item:before {
content: "\f00b";
position: absolute;
left: -10px;
top: 0;
font-family: Salvationarmy;
color: #e7303b;
display: inline-block;
font-size: 30px;
line-height: 18px;
}
.teaser-widget .events-module .title a,
.teaser-widget .resources-module .item-title a {
font-size: 16px;
}
.teaser-widget .events-module .item span.date {
color: #999;
font-size: 14px;
margin: 0;
}
.teaser-widget .events-module .details {
margin: 20px 0 20px 0;
}
.teaser-widget .events-module .item,
.teaser-widget .resources-module .item {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
}
/* Search Results */
.content .search-widget .search-form {
margin-bottom: 0;
}
.content .search-form label {
display: block;
width: 100%;
}
.content .search-widget .search-form input {
width: 100%;
padding: 6px 10px 6px 35px;
box-sizing: border-box;
font-size: 16px;
}
.content .search-widget .stats + p:after {
content: '?';
}
/* JQuery Accordion Default Styles */
#accordion,
.accordion {
margin-top: 20px;
}
#accordion .ui-state-active,
#accordion .ui-widget-content .ui-state-active,
#accordion .ui-widget-header .ui-state-active,
.accordion .ui-state-active,
.accordion .ui-widget-content .ui-state-active,
.accordion .ui-widget-header .ui-state-active
{
background-color: #E7303B;
color: #fff;
border: none;
}
.ui-accordion .ui-accordion-content {
padding: 20px;
}
.ui-accordion .ui-accordion-content p:last-child, .ui-accordion .ui-accordion-content ul:last-child, .ui-accordion .ui-accordion-content ol:last-child {
margin-bottom: 0;
}
/* Page Highlight */
.page-highlight {
display: inline-flex;
flex-direction: column;
width: calc(50% - 12px);
margin-bottom: 20px;
background: #fff;
padding: 20px;
box-sizing: border-box;
}
.page-highlight div.copy {
display: flex;
flex-direction: column;
}
.page-highlight:nth-child(odd) {
margin-right: 20px;
}
.page-highlight img {
margin: -20px 0 0 -20px;
width: calc(100% + 40px);
max-width: none;
}
.page-highlight h3 a {
font-family: Museo Slab;
font-weight: 900;
text-decoration: none;
}
.page-highlight ul {
margin: 0;
padding: 0 0 0 20px;
}
.page-highlight ul li {
list-style-type: none;
margin: 0;
padding: 15px 0 15px 25px;
position: relative;
border-top: 1px solid #e7e7e7;
}
.page-highlight ul li:last-child {
border-bottom: 1px solid #e7e7e7;
}
.page-highlight ul li:before {
content: '\f00b';
font-family: Salvationarmy;
font-size: 28px;
color: #e82c38;
position: absolute;
left: -10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.page-highlight li a {
text-decoration: none;
}
/* Audio Video Player Mode */
.audio-video-module.player-mode .media {
display: flex;
-ms-display: flexbox;
}
.audio-video-module.player-mode .media .media-player {
flex: 1;
background: none;
}
.audio-video-module.player-mode .media .media-player video {
width: 100%;
}
.audio-video-module.full-mode .media-info .datestamp {
display: none;
}
/* Footer */
#templatefooter .branding{
display: none;
}
#templatefooter .language-widget{
text-align: center;
padding: 1rem 0;
display: inline-block;
}
#templatefooter .language-widget .fa-globe{
display:none;
}
.footer {
padding: 20px 0 20px 0;
color: #fff;
font-size: 14px;
}
.footer a {
color: #fff;
}
.footer a:hover {
color: #e7303b;
}
.footer.grey {
width: 100%;
background-color: #333434;
}
.footer.black {
width: 100%;
background-color: #1b1d1d;
}
.footer.grey .wrapper {
display: flex;
-ms-display: flexbox;
align-items: center;
flex-wrap: wrap;
}
.footer .information,
.footer .phone {
display: flex;
-ms-display: flexbox;
margin-right: 50px;
}
.footer .shield {
float: left;
display: inline-block;
width: 48px;
margin-right: 15px;
}
.footer .phone strong {
font-weight: normal;
color: #8f8f8f;
}
.footer nav.horizontal {
flex: 1;
}
.footer .navigation-widget.horizontal {
text-align: left;
}
.footer.grey .navigation-widget .horizontal ul.menu > li > a {
margin-right: 40px;
}
.footer nav.other-sites {
text-align: right;
position: relative;
}
.footer nav.other-sites input#other-sites {
display: none;
}
.footer nav.other-sites label {
cursor: pointer;
border: 2px solid #fff;
padding: 0 20px 0 40px;
position: relative;
font-family: Museo Slab;
text-transform: uppercase;
height: 35px;
line-height: 38px;
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.footer nav.other-sites label:before {
font-family: SalvationArmy;
content: '\f00c';
display: inline-block;
position: absolute;
left: 5px;
top: 45%;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 30px;
}
.footer nav.other-sites input#other-sites:checked ~ label {
border-color: #e7303b;
}
.footer nav.other-sites input#other-sites:checked ~ label:before {
content: '\f00e';
color: #e7303b;
top: 48%;
}
.footer nav.other-sites .navigation-widget {
position: absolute;
width: 200px;
bottom: 100%;
right: 0;
background: rgba(0,0,0,0.9);
max-height: 0;
overflow: hidden;
-webkit-transition: max-height ease-out 0.2s;
-moz-transition: max-height ease-out 0.2s;
transition: max-height ease-out 0.2s;
z-index: 12;
}
.footer nav.other-sites input#other-sites:checked ~ .navigation-widget {
max-height: 500px;
-webkit-transition: max-height ease-in 0.2s;
-moz-transition: max-height ease-in 0.2s;
transition: max-height ease-in 0.2s;
}
.footer nav.other-sites .navigation-widget.vertical .arrow {
display: none;
}
.footer nav.other-sites .navigation-widget .vertical {
padding: 20px;
}
.footer nav.other-sites .navigation-widget .vertical ul,
.footer nav.other-sites .navigation-widget .vertical li {
margin: 0;
padding: 0;
}
.footer nav.other-sites .navigation-widget.vertical a {
padding: 0;
}
.footer nav.other-sites .navigation-widget.vertical a:hover {
color: #e7303b !important;
}
.footer nav.other-sites .navigation-widget.vertical ul.menu > li {
margin-left: 0;
margin-top: 10px;
}
.footer nav.other-sites .navigation-widget.vertical ul.menu > li:nth-child(1) {
margin-top: 0;
}
.footer nav.other-sites .navigation-widget.vertical .l1 > a {
font-size: 14px;
color: #fff;
margin-bottom: 5px;
}
.footer nav.other-sites .navigation-widget.vertical .submenu a {
font-size: 14px;
color: #b9b9b9;
}
.footer nav.other-sites .navigation-widget.vertical .submenu {
display: block;
width: 100%;
}
.footer.black .wrapper {
display: flex;
-ms-display: flexbox;
align-items: center;
}
.footer.black nav {
flex: 1;
}
.footer.black nav .navigation-widget {
text-align: center;
}
footer.black .copyright p {
margin: 0;
color: #8f8f8f;
}
.footer.black nav .navigation-widget .separator {
font-size: 14px;
}
.footer.black nav .navigation-widget a {
display: inline-block;
padding: 0 15px 0 15px;
font-size: 14px;
}
.footer.black .social {
text-align: right;
}
/* Hide Mega Menu for Login Template */
.login-template .topbar > .wrapper {
padding-right: 20px;
}
.login-template .include-megamenu > label {
display: none;
}
.audio-video-dialog .aurora-dialog-content .media-details .media-description{
max-height:initial;
overflow:auto;
}
.navigation-widget.standard.mega:not(.collapse) .l2 > a {
border-bottom: none;
}
.navigation-widget.standard.mega .submenu .submenu {
margin: 0 0 5px 20px;
}/* spiritual-life.css | Sep 8, 2020 @12:24:30 PM */ 
body.spiritual-life-two-column-template {
background: rgb(233,233,233) !important;
}
.spiritual-life header nav .navigation-widget .l1:hover > a {
color: #185aae !important;
}
.spiritual-life a:hover {
color: #185aae;
}
.spiritual-life header + .nav {
background-color: #185aae;
}
.spiritual-life .banner {
margin-bottom: 45px;
}
.spiritual-life .content-module h3 {
color: #185aae;
}
.spiritual-life .btn,
#template .spiritual-life form.formWizForm input[type=submit],
.spiritual-life input[type=submit],
.spiritual-life button,
.spiritual-life .item-nav a {
background: #185aae;
}
.spiritual-life .btn:hover,
#template .spiritual-life form.formWizForm input[type=submit]:hover,
.spiritual-life input[type=submit]:hover,
.spiritual-life button:hover,
.spiritual-life .item-nav a:hover {
background: #333;
color: #fff;
}
.spiritual-life figure.caption {
border-color: #185aae;
}
.spiritual-life blockquote {
color: #185aae;
}
.spiritual-life blockquote:before {
background-color: #185aae;
}
/* Forms */
.spiritual-life .sidebar-block form.formWizForm h2:before {
font-weight: 100;
font-size: 18px;
content: 'sa Spiritual Life:';
display: block;
}
.spiritual-life .sidebar-block form.formWizForm {
background-image: url('/files/salvationarmy/spiritual-life/pray.png');
background-repeat: no-repeat;
background-position: right 20px;
}
.sidebar-block form.formWizForm .desc {
width: 85%;
}
/* Spiritual Life Home Page Thumbnail Widget */
.spiritual-life .navigation-widget.thumbnail {
padding: 0;
background-color: transparent;
border: none;
}
.spiritual-life .navigation-widget.thumbnail.one-columns ul.menu {
margin: 0;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .item {
box-shadow: 1px 1px 3px #cecece;
background-color: #fff;
margin-bottom: 25px;
padding: 20px 20px 20px 270px;
min-height: 150px;
position: relative;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .item:after {
position: absolute;
left: 290px;
bottom: 20px;
content: 'More';
color: #185aae;
font-family: Museo Slab;
font-size: 16px;
font-weight: bold;
pointer-events: none;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .item:before {
position: absolute;
left: 265px;
bottom: 20px;
content: '\f00b';
font-family: Salvationarmy;
color: #185aae;
pointer-events: none;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .item:last-child {
margin-bottom: 0;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .title {
margin: 0;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .thumb {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: transparent;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .thumb a {
background-size: 250px 100%;
background-position: left top;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .thumb a {
position: static;
}
.spiritual-life navigation-widget.thumbnail.one-columns .thumb:hover + .title a {
color: #185aae;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .description {
padding-bottom: 30px;
}
/* Accordion */
.spiritual-life #accordion .ui-state-active,
.spiritual-life #accordion .ui-widget-content .ui-state-active,
.spiritual-life #accordion .ui-widget-header .ui-state-active {
background-color: #185aae;
}
/* Resource Module - Temporarily Disable Title Link */
/*.spiritual-life .resources-module h4 a {
pointer-events: none;
text-decoration: none;
}*//* corps-ministries.css | May 4, 2020 @10:10:19 AM */ 
body.corps-ministries-home-template {
background: #e9e9e9 !important;
}
.corps-ministries a {
color: #00746b;
text-decoration: none;
}
.corps-ministries a:hover {
color: #333;
}
.corps-ministries .btn,
.corps-ministries #template form.formWizForm input[type=submit],
.corps-ministries input[type=submit],
.corps-ministries button,
.corps-ministries .item-nav a {
color: #fff;
background-color: #00746b;
}
.corps-ministries .btn:hover,
.corps-ministries #template form.formWizForm:hover input[type=submit]:hover,
.corps-ministries input[type=submit]:hover,
.corps-ministries button:hover,
.corps-ministries .item-nav a:hover {
color: #fff;
background: #222;
}
.corps-ministries figure.caption {
border-color: #00746b;
}
.corps-ministries header + .nav .navigation-widget a:hover {
color: #fff;
}
.corps-ministries header + .nav {
background-color: #05766d;
}
.corps-ministries .content-module h3,
.corps-ministries .content-module h4 {
color: #05766d;
}
.corps-ministries figure.caption {
border-color: #05766d;
}
.corps-ministries blockquote {
color: #05766d;
}
.corps-ministries blockquote:before {
background-color: #05766d;
}
.corps-ministries .teaser-widget h2 {
background-color: #05766d;
}
.corps-ministries .row {
float: none;
width: auto;
margin: 0 -10px 20px -10px;
}
.row:last-child {
margin-bottom: 0;
}
.row:after {
display: block;
clear: both;
content: '';
}
.row .column {
float: left;
padding: 0 10px 0 10px;
box-sizing: border-box;
}
.row .one-third {
width: 33.333%;
}
.row .two-thirds {
width: 66.666%;
}
.row .one-half {
width: 50%;
}
.image-button {
margin-top: 16px;
}
.corps-ministries .latest-news li:before {
color: #00746b;
}
.corps-ministries .latest-news li a.btn {
color: #00746b;
}
.corps-ministries .latest-news li a.btn:hover {
background: none;
}
.corps-ministries .slider-widget .mSCaption {
bottom: 0 !important;
top: auto !important;
width: 100% !important;
font-family: Museo Slab;
font-weight: normal;
font-size: 30px !important;
text-shadow: none;
text-transform: none;
letter-spacing: 1px;
padding: 30px 30px 20px 30px !important;
background: rgba(51,52,52,0.9);
}
.corps-ministries .blogs-module .blog-sidebar .recent-posts li:before {
color: #05766d;
}
.corps-ministries .teaser-widget .events-module .item-list .item:before,
.corps-ministries .teaser-widget .resources-module .item-list .item:before {
color: #00746b;
}
.corps-ministries .other-blogs {
display: none;
}
.corps-ministries .teaser-widget .details {
height: 1.25em;
overflow: hidden;
}
.corps-ministries .content .navigation-widget.standard h2 {
background-color: #05766d;
}
.corps-ministries .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.corps-ministries .navigation-widget.thumbnail ul.menu {
margin: 0;
}
.corps-ministries .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}
.corps-ministries .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.corps-ministries .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}
.corps-ministries .item-list .item .item-category,
.corps-ministries .item-list-grid .item .item-category {
display: none;
}/* human-resources.css | May 5, 2017 @2:46:07 PM */ 
.human-resources .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.human-resources .navigation-widget.thumbnail ul.menu {
margin: 0;
}
.human-resources .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}
.human-resources .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.human-resources .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}/* womens-ministries.css | Nov 4, 2019 @1:09:16 PM */ 
.womens-ministries header + .nav {
background-color: #8f4c9c;
}
.womens-ministries a {
color: #8f4c9c;
}
.womens-ministries a:hover {
color: #333;
}
.womens-ministries header nav .navigation-widget .l1:hover > a {
color: #8f4c9c;
}
header + nav .navigation-widget li:hover a {
color: #fff;
}
.womens-ministries .main-banner .slider-widget .tabs ul li.active {
background-color: #8f4c9c;
}
.womens-ministries .main-banner .slider-widget .tabs ul li.active small {
color: #fff;
}
.womens-ministries .btn,
.womens-ministries #template form.formWizForm input[type=submit],
.womens-ministries input[type=submit],
.womens-ministries button,
.womens-ministries .item-nav a {
color: #fff;
background: #8f4c9c;
}
.womens-ministries .btn:hover,
.womens-ministries #template form.formWizForm:hover input[type=submit]:hover,
.womens-ministries input[type=submit]:hover,
.womens-ministries button:hover,
.womens-ministries .item-nav a:hover {
color: #fff;
background: #222;
}
.womens-ministries .teaser-widget h2,
.womens-ministries .content .navigation-widget.standard h2 {
background-color: #8f5c9c;
}
.womens-ministries .content .navigation-widget.vertical .l1:before {
color: #8f5c9c;
}
.womens-ministries .teaser-widget .btn {
color: #8f4c9c;
}
.womens-ministries .teaser-widget .events-module .item-list .item:before,
.womens-ministries .teaser-widget .resources-module .item-list .item:before {
color: #8f4c9c;
}
#template .resources-module .list-style .actions {
position: static;
margin-top: 20px;
}
#template .resources-module .list-style .actions a {
margin: 0;
}
.womens-ministries .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.womens-ministries .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}
.womens-ministries .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.womens-ministries .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}
.womens-ministries .navigation-widget.thumbnail .title a,
.navigation-widget.thumbnail .thumb:hover + .title a {
color: #000;
}
.blogs-module .blog-sidebar .recent-posts li:before {
color: #8f4c9c;
}
.womens-ministries .blogs-module .blog-sidebar a:not(.btn) {
color: #111;
text-decoration: none;
}
.womens-ministries .blogs-module .blog-sidebar a:not(.btn):hover {
text-decoration: underline;
}
.womens-ministries .teaser-widget:not(.area-list) .blogs-module .item a.section-title {
display: none;
}/* social-services.css | May 12, 2017 @4:32:34 PM */ 
.social-services header .logo a,
.social-services-header-template header .logo a{
font-size: 52px;
text-decoration: none;
font-family: Museo Slab;
font-weight: 900;
letter-spacing: -2px;
position: relative;
color: #333;
}
.social-services {
background-color: #e9e9e9;
}
.social-services .row {
float: none;
width: auto;
margin: 0 -10px 20px -10px;
}
.social-services .banner {
margin-bottom: 20px;
}
.social-services .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.social-services .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.social-services .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}
.social-services .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}/* values.css | Jan 30, 2017 @4:21:46 PM */ 
.values .logo {
width: 300px;
}
.values header .logo a,
.values-header-template header .logo a{
font-size: 52px;
text-decoration: none;
font-family: Museo Slab;
font-weight: 900;
letter-spacing: -2px;
position: relative;
color: #333;
}
.values {
background-color: #e9e9e9;
}
.values .row {
float: none;
width: auto;
margin: 0 -10px 20px -10px;
}
.values .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.values .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}
.values .navigation-widget.thumbnail.one-columns .item {
margin-bottom: 20px;
padding: 0;
}
.values .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}
.values .navigation-widget.thumbnail.one-columns ul.menu {
margin: 0;
}
.values .navigation-widget.thumbnail.no-image .title {
margin: 0;
}
.values .navigation-widget.thumbnail.no-image .item > div:after {
content: '> More';
display: block;
margin-top: 20px;
font-family: Museo Slab;
font-weight: 900;
letter-spacing: -1px;
font-size: 14px;
color: #e82c38;
}
.values .navigation-widget.thumbnail.no-image .thumb {
background: none !important;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
}
.values .navigation-widget.thumbnail.no-image .thumb a {
background-image: none !important;
}/* ethics-centre.css | Jan 15, 2020 @10:16:25 AM */ 
.ethics-centre {
background-color: #e9e9e9;
}
.ethics-centre a:hover {
color: #008fcc;
}
.ethics-centre header + .nav {
background-color: #008fcc;
}
.ethics-centre .btn,
#template .ethics-centre form.formWizForm input[type=submit],
.ethics-centre input[type=submit],
.ethics-centre button,
.ethics-centre .item-nav a {
background: #008fcc;
}
.ethics-centre figure.caption {
border-color: #008fcc;
}
.ethics-centre blockquote {
color: #008fcc;
}
.ethics-centre blockquote:before {
background-color: #008fcc;
}
.ethics-centre .row {
float: none;
width: auto;
margin: 0 -10px 20px -10px;
}
.ethics-centre .banner {
margin-bottom: 20px;
}
.ethics-centre .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.ethics-centre .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.ethics-centre .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}
.ethics-centre .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}
.ethics-centre .col .module {
margin-bottom: 20px;
}
.ethics-centre .content .navigation-widget.vertical .l1:before {
color: #008fcc;
}
/*
.ethics-centre .content-list h2 {
background-color: #008fcc;
}
*//* finance.css | May 5, 2017 @2:46:37 PM */ 
.finance {
background-color: #e9e9e9;
}
.home-page .finance .one-third .navigation-widget {
margin-bottom: 4px;
}
.finance .row {
float: none;
width: auto;
margin-bottom: 20px;
}
.finance .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.finance .navigation-widget.thumbnail ul.menu {
margin: 0;
}
.finance .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}
.finance .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.finance .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}
.finance .smore-list-subscribe-form input {
display: block;
width: 100%;
padding: 10px;
margin: 0 0 20px 0;
font-size: 14px;
line-height: 14px;
box-sizing: border-box;
}
.finance .smore-list-subscribe-form input.button {
width: auto;
}/* world-missions.css | Jan 11, 2022 @12:13:16 PM */ 
.world-missions header .logo a,
.world-missions-header-template header .logo a{
font-size: 52px;
text-decoration: none;
font-family: Museo Slab;
font-weight: 900;
letter-spacing: -2px;
position: relative;
color: #333;
}
.world-missions {
background-color: #e9e9e9;
}
.world-missions .row {
float: none;
width: auto;
margin-bottom: 20px;
}
.world-missions .col.last .content-module {
margin-bottom: 20px;
}
.world-missions .highlight h3 {
display: block;
background-color: #e82c38;
border-top: 1px solid #222;
padding: 20px;
box-sizing: border-box;
color: #fff;
font-family: Museo Slab;
width: auto;
margin: -21px -21px 20px -21px;
}
.world-missions .highlight .copy {
padding: 20px;
box-sizing: border-box;
border: 1px solid transparent;
}
.world-missions .highlight p {
margin: 0;
}
.world-missions .highlight strong {
font-weight: 900;
}
.world-missions .highlight:not(.block) .btn {
background: none;
color: #e82c38;
margin: 0;
font-size: 20px;
font-family: Museo Slab;
font-weight: 900;
padding: 0;
position: relative;
margin-top: 10px;
}
.world-missions .highlight:not(.block) .btn:before {
position: absolute;
content: '\f00b';
font-family: Salvationarmy;
font-size: 28px;
left: -25px;
top: 45%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.world-missions .highlight.block .copy {
background-color: #dbdbdb;
border: 1px solid #acacac;
box-sizing: border-box;
}
.world-missions .highlight.block .btn {
padding: 10px 50px 5px 20px;
margin-top: 20px;
text-transform: uppercase;
font-family: Museo Slab;
font-weight: 900;
position: relative;
left: -20px;
}
.world-missions .navigation-widget.thumbnail {
padding: 0;
background: none;
border: none;
}
.world-missions .navigation-widget.thumbnail .item {
margin-bottom: 20px;
}
.world-missions .navigation-widget.thumbnail .item > div {
background: #fff;
padding: 20px;
}
.world-missions .thumb {
width: auto;
margin: -20px -20px 0 -20px;
}/* french-overrides.css | Feb 4, 2022 @2:03:36 PM */ 
/* French Logos */
.logo {
--mobilize-fr-logo: url("/files/salvationarmy/mobilize2/mobilize2_0_masthead.png");
}
/* Don't Edit Below */
html[lang="fr"] body header .logo {
background-size: contain;
background-position: left bottom;
}
html[lang="fr"] body header .logo img {
opacity: 0;
}
/* Default Logo */
html[lang="fr"] body header .logo {
background-image: url("/files/salvationarmy/french-headers/salutise.ca.png");
}
/* Logo Overrides */
html[lang="fr"] body[data-path*="mobilisation"] header .logo {
background-image: url("/files/salvationarmy/french-headers/salutise.ca.png");
background-image: var(--mobilize-fr-logo) !important;
}
/* Header Override */
header .shield.fr {
display: none !important;
}
html[lang="fr"] header .shield.en {
display: none !important;
}
html[lang="fr"] header .shield.fr {
display: inherit !important;
}
/* Footer Override */
.footer .fr {
display: none !important;
}
html[lang="fr"] .footer .en {
display: none !important;
}
html[lang="fr"] .footer .fr {
display: inherit !important;
}/* responsive.css | Mar 23, 2022 @9:34:50 AM */ 
@media screen and (max-width:1139px) {
body {
min-width: 0;
}
.topbar .include-topbar a {
margin-right: 10px;
}
/* MEGA MENU */
.megamenu {
min-width: 0;
}
.toggle-mega-menu {
right: 20px;
margin-right: 0;
}
.megamenu-content .navigation-widget.standard ul.menu > li,
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(5n+1) {
width: 20%;
margin-left: 5%;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+5) {
margin-top: 50px;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+4) {
margin-top: 0;
}
.megamenu-content .sidebar .navigation-widget.standard ul.menu > li {
width: 100%;
margin: 0 0 50px 0;
}
/* Mega Navigation Widget */
.navigation-widget .meganav ul.menu > li:hover .submenu {
width: 100% !important;
}
header {
height: auto;
min-height: 85px;
}
header .wrapper,
header .nav,
header .content-module {
display: block;
}
header .nav {
text-align: center;
}
/* Content */
.it-content-block p {
margin: 0;
}
table {
max-width: 100%;
}
/* Teaser */
.teaser-widget:not(.area-list) .blogs-module .item-list {
width: 100%;
}
.teaser-widget:not(.area-list) .blogs-module .item:nth-child(odd),
.teaser-widget:not(.area-list) .blogs-module .item:nth-child(even) {
width: 50%;
}
/* Footer */
.footer.black .social {
width: 190px;
}
}
@media screen and (max-width:1024px) {
.topbar {
padding-left: 90px;
box-sizing: border-box;
}
.topbar > .wrapper {
padding-right: 20px;
}
.topbar .include-topbar .myaccount-widget {
margin-right: 10px;
}
.topbar .search {
margin-right: 50px;
}
.topbar .search input:focus {
width: 120px;
}
.megamenu-content div:not(.sidebar) .navigation-widget.standard ul.menu > li,
.megamenu-content div:not(.sidebar) .navigation-widget.standard ul.menu > li:nth-child(5n+1) {
width: 30%;
margin-left: 3%;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+4) {
margin-top: 50px;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+3) {
margin-top: 0;
}
input#megamenu:checked + .topbar .megamenu {
max-height: none;
height: auto;
overflow-y: auto;
}
.megamenu footer,
.megamenu footer .nav,
.megamenu footer .social {
display: block;
text-align: center;
width: 100%;
}
.megamenu footer .navigation-widget a {
margin: 0 5px 0 5px;
}
.megamenu footer .navigation-widget.collapse nav {
padding-bottom: 20px;
border-bottom: 1px solid #dcdcdc;
}
.megamenu footer .navigation-widget.collapse.standard nav .l1:last-child {
border: none;
}
.megamenu footer .navigation-widget.collapse a {
padding: 2px 10px 2px 10px;
}
.megamenu footer .social a {
margin: 15px 7.5px 15px 7.5px;
}
.megamenu footer .social-links ul {
justify-content: center;
margin-top: 20px;
}
/* Hide Navigation for Salvationist */
.salvationist-home-template header .nav,
.salvationist-home-template header + .nav,
.salvationist-secondary-template header .nav,
.salvationist-secondary-template header + .nav {
display: none;
}
/* Content */
.content .columns-widget.three-columns > .col {
display: block;
width: 100% !important;
}
/* Micro Sites */
.navigation-widget.thumbnail.four-columns .item {
width: 33%;
}
.blogs-module .item.single h3.title {
font-size: 30px;
}
}
@media screen and (max-width:925px) {
.topbar {
height: auto;
}
.topbar .search {
margin: 0;
}
header {
min-height: 0;
}
header .shield {
margin-top: 5px;
}
.include-topbar {
width: 100%;
}
.include-topbar > .search {
position: absolute;
top: 5px;
right: 100px;
width: 100%;
margin: 0;
text-align: right;
}
.include-topbar .link-group {
padding: 40px 0 5px;
}
.topbar .include-topbar .myaccount-widget,
.topbar .include-topbar .myaccount-widget a {
margin-right: 0;
}
/* Mega Menu */
.megamenu .logo {
margin-top: 55px;
}
.salvationist-home-template header .logo,
.salvationist-secondary-template header .logo {
margin-top: 20px;
margin-left: 0;
margin-bottom: 20px;
}
figure, figure img {
width: 100% !important;
max-width: 500px;
float: none !important;
margin: auto auto 10px auto !important;
}
}
@media screen and (min-width:721px) and (max-width:840px) {
.teaser-widget:not(.area-list) .blogs-module .item:nth-child(odd),
.teaser-widget:not(.area-list) .blogs-module .item:nth-child(even) {
min-width: 100%;
padding-right: 0;
}
/* Blog Header */
.blogs-module .item:not(.single) .blog-header {
padding: 20px;
}
.blogs-module .item:not(.single) .featuredImage {
position: static;
float: none;
width: 100%;
margin-bottom: 20px;
}
/* Microsites */
.spiritual-life .navigation-widget.thumbnail .item {
padding: 0;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .thumb {
position: relative;
margin-bottom: 20px;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .thumb a {
background-size: cover;
background-position: center center;
position: absolute;
}
.spiritual-life .navigation-widget.thumbnail .item:before,
.spiritual-life .navigation-widget.thumbnail .item:after {
content: '''''''';
}
.spiritual-life .navigation-widget.thumbnail .title,
.spiritual-life .navigation-widget.thumbnail.one-columns .description {
padding-left: 20px;
padding-right: 20px;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .description {
padding-bottom: 20px;
}
.footer .information,
.footer .phone {
margin: 0 0 20px;
width: 50%;
}
.footer .phone {
justify-content: flex-end;
}
}
@media screen and (max-width:768px) {
/* Mega Menu */
.megamenu-content div:not(.sidebar) .navigation-widget.standard ul.menu > li,
.megamenu-content div:not(.sidebar) .navigation-widget.standard ul.menu > li:nth-child(5n+1) {
width: 45%;
margin-left: 5%;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+3) {
margin-top: 50px;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+2) {
margin-top: 0;
}
/* Footer */
.footer.black .wrapper {
flex-direction: column;
}
.footer.black nav {
margin: 15px 0;
}
.footer.black .social-links ul a {
margin: 0 5px;
}
.social {
margin-bottom: -15px;
}
.social a {
margin-bottom: 15px;
}
/* Microsites */
.human-resources .split img {
width: 100%;
}
/* Paragraph Wrap Fix */
.blogs-module .item-comments .comment {
word-wrap: anywhere;
}
}
@media screen and (max-width:720px) {
/* Top Bar */
.topbar .include-topbar a {
margin-right: 0;
margin-left: 10px;
}
header {
min-height: 0;
}
header .shield {
margin-top: 5px;
}
header .logo {
margin-top: 20px;
margin-left: 0;
margin-bottom: 20px;
}
header .logo img,
.megamenu .logo img {
max-width: 100%;
max-height: 50px;
height: auto;
width: auto;
}
/* Mega Menu */
.megamenu .logo {
margin-top: 94px;
margin-left: 0;
}
.megamenu-content,
.megamenu-content .main,
.megamenu-content .sidebar {
display: block;
}
.megamenu-content .main {
border-bottom: 1px solid #c9c9c9;
}
.megamenu-content div:not(.sidebar) .navigation-widget.standard ul.menu > li,
.megamenu-content div:not(.sidebar) .navigation-widget.standard ul.menu > li:nth-child(5n+1) {
width: 30%;
margin-left: 3%;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+4) {
margin-top: 50px;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+3) {
margin-top: 0;
}
.megamenu-content .sidebar {
border-left: none;
padding: 20px 0;
max-width: 300px;
margin: auto;
width: auto;
}
.megamenu-content .sidebar .navigation-widget.standard ul.menu > li {
float: left;
width: 300px;
margin: 10px 0 10px 0;
vertical-align: top;
text-align: center;
}
.blogs-module.full-mode {
display: table;
}
.blogs-module.full-mode .item-list {
display: table-header-group;
}
.blogs-module.full-mode .blog-sidebar {
display: table-footer-group;
width: 100%;
}
/* Main Slider */
.slider-widget .slide-wrapper.vertical-tabs .tabs + .mightySlider {
min-width: 0;
}
.main-banner .slider-widget .tabs {
width: 30%;
}
.main-banner .slider-widget .slide-wrapper.vertical-tabs .tabs + .mightySlider {
margin-right: 30%;
}
.main-banner .slider-widget .tabs ul li {
padding: 10px;
}
/* Content */
body#template .columns-widget.two-columns .col {
width: 100% !important;
float: none;
min-height: 0 !important;
}
/* Columns */
.content .columns-widget.two-columns > .col {
display: block;
width: 100% !important;
}
.split .columns-widget.two-columns .col {
margin-bottom: 20px;
}
/* Footer */
.footer .information,
.footer .phone {
width: 100%;
margin: 0 0 20px;
justify-content: center;
}
.footer nav.horizontal {
clear: left;
}
.footer nav.horizontal,
.footer nav.other-sites {
margin-top: 20px;
}
.footer.black .copyright, .footer.black nav, .footer.black .social {
display: block;
width: 100%;
text-align: center;
}
footer.black nav, .footer.black .social {
margin-top: 20px;
}
/* Micro Sites */
.row .column {
width: 100%;
margin-bottom: 20px;
}
.navigation-widget.thumbnail.four-columns .item,
.navigation-widget.thumbnail.three-columns .item {
width: 50%;
}
}
@media only screen and (max-width:690px) {
.audio-video-module.player-mode .media .media-meta {
width: 100%;
}
.audio-video-module.player-mode .media {
flex-direction: column;
}
}
@media only screen and (max-width:620px) {
.topbar > .wrapper {
padding: 0 10px 0 10px;
}
.toggle-mega-menu {
right: 10px;
}
.include-topbar .link-group {
flex-direction: column;
align-items: flex-end;
}
}
@media only screen and (max-width:560px) {
.topbar .links {
flex-wrap: wrap;
justify-content: flex-end;
}
.topbar .language-widget {
margin: 0 0 10px 0;
width: 100%;
justify-content: flex-end;
}
.topbar .include-topbar a {
padding: 5px;
margin: 0;
}
/* Microsites */
.spiritual-life .navigation-widget.thumbnail .item {
padding: 0;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .thumb {
position: relative;
margin-bottom: 20px;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .thumb a {
background-size: cover;
background-position: center center;
position: absolute;
}
.spiritual-life .navigation-widget.thumbnail .item:before,
.spiritual-life .navigation-widget.thumbnail .item:after {
content: '''''''';
}
.spiritual-life .navigation-widget.thumbnail .title,
.spiritual-life .navigation-widget.thumbnail.one-columns .description {
padding-left: 20px;
padding-right: 20px;
}
.spiritual-life .navigation-widget.thumbnail.one-columns .description {
padding-bottom: 20px;
}
.information-technology .it-content-block {
padding: 20px;
text-align: center;
}
.information-technology .it-content-block img {
position: static;
margin-bottom: 20px;
}
/* Main Slider */
.main-banner .slider-widget .tabs ul li small {
display: none;
}
.main-banner .slider-widget .tabs ul li h3 {
font-size: 12px;
}
/* Blog Teaser */
.teaser-widget:not(.area-list) .blogs-module ul {
height: auto !important;
}
.teaser-widget:not(.area-list) .blogs-module .item:nth-child(odd),
.teaser-widget:not(.area-list) .blogs-module .item:nth-child(even) {
min-width: 100%;
padding-right:0;
position: static !important;
}
}
@media screen and (max-width:500px) {
.wrapper {
padding: 0 10px 0 10px;
}
/* Top Bar */
.topbar {
padding-left: 70px;
}
.topbar .include-topbar .myaccount-widget a {
margin-left: 0;
margin-right: 0;
}
.topbar .include-topbar a {
font-size: 11px;
}
.topbar .search input:focus {
width: 60px;
}
header .logo {
width: 100%;
}
/* Mega Menu */
.megamenu-content div:not(.sidebar) .navigation-widget.standard ul.menu > li,
.megamenu-content div:not(.sidebar) .navigation-widget.standard ul.menu > li:nth-child(5n+1) {
width: 45%;
margin-left: 5%;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+3) {
margin-top: 50px;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+2) {
margin-top: 0;
}
.megamenu-content .sidebar .navigation-widget.standard ul.menu > li {
width: 300px;
margin: 10px 0 10px 0;
vertical-align: top;
}
/* Content */
blockquote {
margin: 0;
}
.imagelist li {
width: 50%;
}
.imagelist li:nth-child(odd) {
clear: left;
}
/* Blog Header */
.blogs-module .item:not(.single) .blog-header {
padding: 20px;
}
.blogs-module .item:not(.single) .featuredImage {
position: static;
float: none;
width: 100%;
margin-bottom: 20px;
}
/* Featured Blog Slider */
.slider-widget.featured-post .mSCaption {
padding: 10px;
}
.slider-widget.featured-post .mSCaption strong {
font-size: 18px;
}
/* Footer */
.footer .information,
.footer .phone,
.footer nav.horizontal,
.footer nav.other-sites {
float: none;
display: block;
width: 100%;
margin-top: 20px;
text-align: center;
}
.footer .information {
margin-top: 0;
}
.footer nav.other-sites .navigation-widget {
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
.footer .navigation-widget.horizontal {
text-align: center;
}
.footer .shield {
float: none;
display: block;
text-align: center;
margin: auto auto 10px auto;
}
.footer.grey .navigation-widget .horizontal ul.menu > li > a {
margin: 0 10px 0 10px;
}
/* Micro Sites */
.navigation-widget.thumbnail.four-columns .item,
.navigation-widget.thumbnail.three-columns .item,
.navigation-widget.thumbnail.two-columns .item {
width: 100%;
}
}
.col[data-max-width*="512"] .teaser-widget:not(.area-list) .blogs-module .item:nth-child(odd),
.col[data-max-width*="512"] .teaser-widget:not(.area-list) .blogs-module .item:nth-child(even) {
width: 100%;
padding-right:0;
position: static !important;
}
@media screen and (max-width:420px) {
/* Top Bar */
.myaccount-widget {
display: block;
}
.megamenu .logo {
margin-top: 95px;
}
/* Micro Sites */
.world-missions .page-highlight {
width: 100%;
}
.social-services header .logo a, .social-services-header-template header .logo a {
font-size: 40px;
}
}
@media screen and (max-width:340px) {
/* Mega Menu */
.megamenu-content .navigation-widget.standard ul.menu > li,
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(5n+1) {
width: 100%;
margin-left: 0;
text-align: center;
}
.megamenu-content .navigation-widget.standard ul.menu > li,
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+2),
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+3),
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+4),
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+5) {
margin-top: 30px;
}
.megamenu-content .navigation-widget.standard ul.menu > li:nth-child(-n+1) {
margin-top: 0;
}
.megamenu-content .sidebar .navigation-widget.standard ul.menu > li {
width: 100%;
margin: 10px 0 10px 0;
vertical-align: top;
text-align:center;
}
}
.columns-widget .col[data-max-width*="679"] .resources-module .grid li {
width: calc(33.3333% - 10px);
}
.columns-widget .col[data-max-width*="511"] .resources-module .grid li {
width: calc(50% - 10px);
}/* hide-footer-language-widget.css | Oct 18, 2022 @2:58:11 PM */ 
#templatefooter .language-widget {
display: none !important;
}
