/* Styles.css - v1.75
1.75
- If only 2 dealer logos, adjust positioning to make it look more even
1.74.1
- Added padding to logo Manulife Wealth logos
1.74
- added style for p tag containing multiple buttons
- Fixed .form-item.split
1.73
- Made adjustments to .form-item.split
- Updated .callout-image
1.72
- Removed margin control on last p tag of a flush-top or flush-bottom callout
1.71
- Swiper carousel move scroll-down chevron up
- Cleaned version numbers in changelog
1.70.1
- Added additional HR Styles
1.70
- Added .smaller-last to form splits
1.69
- Added Radio & Checkbox group formatting
1.68.2
- services-slideshow-nav spaces button in flex grid evenly
1.68.1
- Slideshow alternateBoxes text width 500px -> 700px
1.68
- Added Swiper Services Slideshow CSS
1.67.1
- Reverted Tabbed carousel
1.67
- added data-editableContainer wrappers for items
- data-move_below no longer needs class
1.66
- Added Swiper Carousel CSS
1.65
- Added .card-row.lighter - Will change background to white with a .24 opacity
- Added .card-row.darker - Will change background to black with a .24 opacity
1.64
- Added .card-row.dark - Will change background and text colours of cards to allow for dark background
1.63
- Cleaned up .flush-top and .flush-bottom with .iris
1.62
- dealer-logos no longer sets margins if flush-top(1.3.8 fix didn't work on IRIS Frameworks)
1.61
- #section-services and financial calcualtors will only apply if within the body tag
1.60
- re-add Edit styles for .financial-calculators section on Resources page
- re-added .text-left-desktop for Manulife logo img in footers
1.50
- re-add CSS for MFDA dealer logo .in-footer
1.40
- Added CSS for Services Carousel with AutoHeight
1.39
- Added flush-top to footer with -3
1.38
- dealer-logos only sets margin if after another callout
1.37
- Added overflow scrolling to flip-cards
1.36
- Owl Dots no longer apply to slideshows
1.35
- Added .mobile-spaced
1.34
- Added .callout-dealer-logos
- Fixed selector for .icon-container img
1.33
- Fixed header-line on mobile not wrapping
- flush-top and flush-bottom work for non-callouts
- Added Fancy Icon unordered lists(.split & .icons)
- Added .hover-rows
- Added .shadowed-box
- Added .not-full
1.32
- Adjusted owl dots and pause colours for AODA contrasts
1.31
- Added pause styling for carousel
1.3
- Added styles for Tabbed Services Carousel
1.22
- Added more seperate card-row classes
1.21
- Owl Caroulse tab through selectors
1.2
- Updated Headerline styling
1.19
- Adjusted card row separate css
1.18
- Added fix for owl carousel not being full height on smaller screens
1.17
- Added fix for Our Process icons alignment
1.16
- Added p5,p10,p15,p20
1.15
- Added 'Need Answers?' callout alignment fix
1.14
- Added base website css
1.13.1
- Updated .card-row.seperate-# to .card-row.seperate
1.13
- Added .card-row.seperate-#
1.12
- Form Item Split works on mobile
1.11
- Added pod carousel style
1.10
- Fixed Banner push
1.09
- Added Overlay Not Fullscreen - .overlay-content.smaller
- Added Banner push - .header-push.pushed
- Added Card Row - .row.card-row
- Added Card Box - .row.card-box
- Added Smaller Member List - members-list.smaller
- Added Larger Member Overlay - .overlay-content-wrapper.larger
1.08
- Added p25(Sets top and bottom padding to 25px)
- Added Flipcard css
1.07.1
- Callout headers have consistant colours
1.07
- Added more priority to callout-gray and callout-black
1.06
- align-bottom-wrapped added
- moveBelow shows wrapper selector
- added callout-black
- hr.line added
- .callout-image now uses data-url for image
*/

/* -- AFFECT ALL SITES -- */

/* Remove overflow */
body{
  overflow-x: hidden;
}

/* Fix for single team member callout not putting space between text and side of screen */
 @media(max-width: 820px){
  .full > .row .col-xs-12{
    padding: 0 2rem;
  }
}
.financial-calculators > div.row.card-row.seperate{
  justify-content: center;
}

/* ----- Base----- */
hr {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid rgba(57, 57, 57, 0.6);
  width: 40px;
  height: 0;
}

#content a::after {
  background: none;
}

.has-fixed-header:not(.transparent-header) #header{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content p {
    text-shadow: 1px 1px 5px rgba(24, 24, 24, 1);
}
.hero-content p a{
  text-shadow: none;
}

/* ----- Responsive----- */
@media (min-width: 1300px) {
  .preview.has-2 .posts-wrapper .post-link {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media screen and (min-width: 980px){
    .col-md-offset-0 {
      margin-left: 0%;
  }
}
@media (min-width: 820px){
  .sidebar {
    padding-left: 1.5rem;
  }
}
/* ----- MISC----- */
.p0{
  padding-left: 0;
  padding-right: 0;
}
.p5{
  padding-top: 5px;
  padding-bottom: 5px;
}
.p10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.p15{
  padding-top: 15px;
  padding-bottom: 15px;
}
.p20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.p25{
  padding-top: 25px;
  padding-bottom: 25px;
}
.m0{
  margin: 0;
}

.align-bottom > *{
  display: flex;
  flex-direction: column;
}

.align-bottom > * > *:last-child{
 margin-top: auto;
}

.align-bottom-wrapped > * > *{
  display: flex;
  flex-direction: column;
}

.align-bottom-wrapped > * > * > *:last-child{
  margin-top: auto;
}

/* ----- Mobile Header Fix ----- */
@media(max-width: 820px){
  #header{
    padding: 1rem 1rem;
  }
  #logo{
    margin: 0;
    max-width: 75%;
  }
  .menu-toggle{
    margin-right: 0;
  }
}

.callout:not(.callout-gray) a:not(.btn){
   color: white;
}

/* ----- Callout Gray----- */
.callout.callout-gray:not(.is-secondary):not(.callout--light),
.callout.callout-gray:not(.is-secondary):not(.callout--light) h1,
.callout.callout-gray:not(.is-secondary):not(.callout--light) h2,
.callout.callout-gray:not(.is-secondary):not(.callout--light) h3,
.callout.callout-gray:not(.is-secondary):not(.callout--light) h4,
.callout.callout-gray:not(.is-secondary):not(.callout--light) p,
.callout.callout-gray:not(.is-secondary):not(.callout--light) .post-excerpt {
  color: rgba(20, 20, 20, 0.6);
}

.callout.callout-gray:not(.is-secondary):not(.callout--light)::before {
  background: #f3f3f3;
}

.callout.callout-gray:not(.is-secondary):not(.callout--light) .post-link a:hover h3 {
    color: rgba(20, 20, 20, 0.5);
}

/* ----- Callout Black----- */
.callout.callout-black:not(.is-secondary):not(.callout--light),
.callout.callout-black:not(.is-secondary):not(.callout--light) h1,
.callout.callout-black:not(.is-secondary):not(.callout--light) h2,
.callout.callout-black:not(.is-secondary):not(.callout--light) h3,
.callout.callout-black:not(.is-secondary):not(.callout--light) h4,
.callout.callout-black:not(.is-secondary):not(.callout--light) p,
.callout.callout-black:not(.is-secondary):not(.callout--light) .post-excerpt {
  color: rgba(255, 255, 255, 0.6);
}
.callout.callout-black:not(.is-secondary):not(.callout--light)::before {
  background: #2a2a2a;
}
/* ----- Callout Flush----- */

.flush-top{
 margin-top: -2rem;
}
.flush-top.iris{
 margin-top: -3rem;
}
.footer .flush-top{
 margin-top: -1rem;
}
.footer .flush-top.iris{
 margin-top: -4rem;
}

.flush-bottom {
 margin-bottom: -2rem;
}

@media (min-width: 820px){
 .flush-top{
   margin-top: -4rem;
 }
 .flush-top.iris{
   margin-top: -5rem;
 }
 .footer .flush-top{
   margin-top: -2.5rem;
 }
 .footer .flush-top.iris{
   margin-top: -4rem;
 }
 .flush-bottom {
   margin-bottom: -4rem;
 }
 .flush-bottom.iris{
   margin-bottom: -5rem;
 }
}

/* ----- Callout Image----- */
.callout.callout-image{
  min-height: 300px;
}
.callout.callout-image.center{
  display: flex;
  align-items: center;
}
.callout.callout-image.center > div:not(.callout-overlay){
  width: 100%;
}
.callout-image::before {
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	background-color: #B0B0B3;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
  background-image : var(--url);
}

.callout-image .callout-overlay {
	background-color: rgba(0 0 0 / 0.5);
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	height: 100%;
	z-index: 3;
}
.callout-image > *:not(.callout-overlay){
  z-index: 4;
  position: relative;
}

.callout.callout-image.parallax::before{
  background-position-y: var(--y);
  background-attachment: fixed;
  background-size: cover;
}
/* ---- Card ---- NO LONGER USED */
.card {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	margin-bottom: 1rem;
	height: 90%;
	padding: 1rem;
	background-color: rgb(249, 249, 249);
	width: 100%;
	transition: box-shadow .5s;
}
.card:hover{
	box-shadow: 0 1px 3px rgba(0,0,0,0.24), 0 1px 2px rgba(0,0,0,0.48);
}
a.card:hover::after{
  background:none;
}

/* ---- Card Row ---- */
.card-row > div {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  transition: box-shadow .5s;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
}
.card-row.dark > div{
  background: #2d2d2d;
}
.card-row.lighter > div{
  background: #ffffff3d;
}
.card-row.darker > div{
  background: #1111113d;
}

.card-row > div:nth-of-type(2){
  z-index: 2;
}
.card-row > div:hover{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.card-row.seperate > div.col-xs-12{
  margin: 5px;
  flex-basis: calc(100% - 10px);
  max-width: calc(100% - 10px);
}
@media screen and (min-width: 820px){
  .card-row.seperate > div.col-sm-8{
    margin: 5px;
    flex-basis: calc(66.66667% - 10px);
    max-width: calc(66.66667% - 10px);
  }
  .card-row.seperate > div.col-sm-6{
    margin: 5px;
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .card-row.seperate > div.col-sm-4{
    margin: 5px;
    flex-basis: calc(33.33333% - 10px);
    max-width: calc(33.33333% - 10px);
  }
  .card-row.seperate > div.col-sm-3{
    margin: 5px;
    flex-basis: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
@media screen and (min-width: 980px){
  .card-row.seperate > div.col-md-8{
    margin: 5px;
    flex-basis: calc(66.66667% - 10px);
    max-width: calc(66.66667% - 10px);
  }
  .card-row.seperate > div.col-md-6{
    margin: 5px;
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .card-row.seperate > div.col-md-4{
    margin: 5px;
    flex-basis: calc(33.33333% - 10px);
    max-width: calc(33.33333% - 10px);
  }
  .card-row.seperate > div.col-md-3{
    margin: 5px;
    flex-basis: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
@media screen and (min-width: 1300px){
  .card-row.seperate > div.col-lg-8{
    margin: 5px;
    flex-basis: calc(66.66667% - 10px);
    max-width: calc(66.66667% - 10px);
  }
  .card-row.seperate > div.col-lg-6{
    margin: 5px;
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .card-row.seperate > div.col-lg-4{
    margin: 5px;
    flex-basis: calc(33.33333% - 10px);
    max-width: calc(33.33333% - 10px);
  }
  .card-row.seperate > div.col-lg-3{
    margin: 5px;
    flex-basis: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
/* ---- Card Box ---- */
.card-box >div{
  box-shadow: 1px 1px 1px rgba(255,255,255,0);
  border-radius: 5px;
  transition: .35s;
}
.card-box >div:hover{
  box-shadow: 1px 1px 10px 5px #efefef;
}
.card-box a p{
  color: #5c5c5c;
}
/* ----- Header Line Style ----- */
/* (Still supports header-double-lined) */
.header-line,
.header-double-lined {
    align-items: center;
    display: flex;
    width: 100%;
}
.header-line span,
.header-double-lined span{
  margin: 0 10px;
  line-height: 1;
}

.header-line[style*=right]::before,
.header-double-lined[style*=right]::before,
.header-line[style*=center]::before,
.header-double-lined[style*=center]::before,
.header-line:not([style*=right])::after,
.header-double-lined:not([style*=right])::after{
   display: block;
   content: '';
   border-top: 1px solid #333;
   flex-grow: 1;
}

.header-double-lined[style*=center]::before,
.header-line.double[style*=center]::before,
.header-double-lined[style*=right]::before,
.header-line.double[style*=right]::before,
.header-double-lined:not([style*=right])::after,
.header-line.double:not([style*=right])::after{
  height: 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}


/* ----- Header Single Line Style----- */
.header-underlined{
  position: relative;
}
.header-underlined:after {
  content:'';
  position: absolute;
  bottom:-3px;
  left:0;
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  width: 80%;
}
.header-underlined[style*=center]:after{
  left:50%;
  transform: translateX(-50%);
}
.header-underlined[style*=right]:after{
  right:0;
  left: unset;
}
/* ----- Step Wrapper----- */
.step-wrapper {
  text-align: center;
}

.step-wrapper>div>div {
  width: 36px;
  line-height: 36px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #777;
  margin: 0 auto;
  background: white;
}

.step-wrapper>div {
  display: none;
}

@media (min-width:820px) {
  .step-wrapper>div {
    display: block;
    position: relative;
  }
  .step-wrapper>div:not(:last-of-type)::after,
  .step-wrapper>div:not(:first-of-type)::before {
    content: ' ';
    position: absolute;
    width: 50%;
    top: 50%;
    height: 1px;
    background: #777;
    z-index: -1;
  }
  .step-wrapper>div:not(:last-of-type)::after {
    right: 0;
  }
  .step-wrapper>div:not(:first-of-type)::before {
    left: 0;
  }
}

/* ----- Same line split form items ----- */
.form-item.split {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.form-item.split > div {
  flex: 1;
  margin: 0 0 10px 0;
}
.form-item.split.last-smaller > div:not(:last-of-type) {
  flex: 2;
}
.form-item.split label {
    display: block;
}

@media (min-width: 820px) {
  .form-item.split {
    flex-flow: row nowrap;
  }
  .form-item.split > div {
    margin: 0 2px;
  }
  .form-item.split > div:first-of-type{
    margin: 0 2px 0 0;
  }
  .form-item.split > div:last-of-type{
    margin: 0 0 0 2px;
  }
}
/* ----- Animated Border----- */
.draw-border {
  position: relative;
  transition: color 0.25s;
}

.draw-border::before,
.draw-border::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
  box-sizing: inherit;
  content: '';
  position: absolute;
  transition: width 0.25s, height 0.25s;
   z-index:0;
}

.draw-border::before {
  top: 0;
  left: 0;
}

.draw-border::after {
  top: 0;
  left: 0;
}

.draw-border:hover::before,
.draw-border:hover::after {
  width: 100%;
  height: 100%;
}

.draw-border:hover::before {
  border-top-color: #eee;
  border-right-color: #eee;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw-border:hover::after {
  border-bottom-color: #eee;
  border-left-color: #eee;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

/* ----- Image Shimmer ----- */
.image-shimmer{
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.image-shimmer figcaption > *{
  text-align: center;
  position: absolute;
  text-shadow: 1px 1px 5px rgba(24, 24, 24, 1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-shimmer:hover figcaption:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}
.image-shimmer figcaption:before{
  content: '';
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    transition: transform .7s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);
}
.image-shimmer img{
  transition: transform .7s;
}
.image-shimmer:hover img{
    transform: scale3d(1.05, 1.05, 1)
}
.image-shimmer:hover figcaption:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----- Alternating Boxes ----- */
div.alternateBoxes > div.row{
     margin: 0;
}
 div.alternateBoxes > div.row > div{
     padding-left: 0;
     padding-right: 0;
}
 div.alternateBoxes > div.row:nth-child(odd) > div:first-of-type > p,
div.alternateBoxes > div.row:nth-child(odd) > div:first-of-type > h2,
div.alternateBoxes > div.row:nth-child(even) > div:first-of-type + div > p,
div.alternateBoxes > div.row:nth-child(even) > div:first-of-type + div > h2{
     padding: 0;
     margin: 0;
}
 div.alternateBoxes > div.row > div > * > img{
     width: 100% !important;
     padding: 0 !important;
     margin: 0 !important;
}
 div.alternateBoxes > div.row:nth-child(odd) > div:first-of-type{
     width: 100%;
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
}
 div.alternateBoxes > div.row:nth-child(odd) > div:first-of-type + div{
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -ms-flex-order: 2;
     order: 2;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
     max-width: 500px;
     margin: 0 auto;
     padding: 20px;
}
 div.alternateBoxes > div.row:nth-child(even) > div:first-of-type{
     padding: 20px;
     -webkit-align-self: center;
     -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
     max-width: 500px;
     width: 100%;
     margin: 0 auto;
}
 div.alternateBoxes > div.row:nth-child(even) > div:first-of-type + div{
     width: 100%;
}
 @media (max-width: 820px){
     div.alternateBoxes > div.row:nth-child(odd) > div:first-of-type{
         -webkit-box-ordinal-group: 2;
         -webkit-order: 1;
         -ms-flex-order: 1;
         order: 1;
    }
     div.alternateBoxes > div.row:nth-child(odd) > div:first-of-type + div{
         -webkit-box-ordinal-group: 3;
         -webkit-order: 2;
         -ms-flex-order: 2;
         order: 2;
    }
     div.alternateBoxes > div.row:nth-child(even) > div:first-of-type + div{
         -webkit-box-ordinal-group: 2;
         -webkit-order: 1;
         -ms-flex-order: 1;
         order: 1;
    }
     div.alternateBoxes > div.row:nth-child(even) > div:first-of-type{
         -webkit-box-ordinal-group: 3;
         -webkit-order: 2;
         -ms-flex-order: 2;
         order: 2;
    }
}


/*Fancy list icons*/
ul.split,
ul.icons{
  list-style: none;
  padding-left: 0;
}
ul.icons > li,
ul.split > li{
  display: flex;
  position: relative;
  transition: color .3s;
}
ul.split{
  padding-bottom: 10px;
}
ul.split > li:not(:first-child){
  margin-top: 10px;
}

ul.split > li:not(:last-child)::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

ul.icons > li > .list-icon,
ul.icons > li > i{
  flex-shrink: 0;
}
ul.icons > li > .list-content{
  padding-left: 10px;
  align-self: center;
  display: inline;
}
ul.icons > li > a:not(:hover){
  color: #5c5c5c;
}
.card-row.dark ul.icons > li > a:not(:hover) {
    color: #c5c5c5;
}

/*Shadowed Box Row*/
@media (min-width: 820px){
  .not-full{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.shadowed-box{
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.35);
  padding: 10px 20px;
}

/*Hover row*/
.hover-row > div{
  transition: all .7s;
  border-radius: 5px;
}
.hover-row > div:hover{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}


/*--- FLIP CARD CSS ---*/
.flip-card {
  perspective: 1000px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 575px;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media(min-width: 820px){
  .flip-card {
   height: 375px;
  }
}

.flip-card-inner {
  transition: transform 0.65s ease-in-out;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flip-card figure {
  /* position: relative; */
  width: 100%;
  height: 100%;
}
.flip-card figure::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(117, 117, 117, 0.6);
  z-index: 3;
}

.flip-card figure > img,
.flip-card .flip-card-back,
.flip-card figure::after{
  border-radius: 10px;
}

.flip-card figure > img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  filter: blur(.75px);
}

.flip-card figure figcaption,
.flip-card-back-inner {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 1rem;
}
.flip-card-back-inner{
  overflow-y: auto;
  height: 100%;
}

.flip-card figure figcaption {
  z-index: 4;
  text-shadow: 1px 1px 5px rgba(24, 24, 24, 1);
}
.flip-card figure figcaption > *{
  color: #fff;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  backface-visibility: hidden;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.flip-card-back {
  transform: rotateY(180deg) translateY(-50%);
  background: #ebebeb;
}

.flip-card-back-inner>*:first-child {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.flip-card-back-inner>*:first-child::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin-top: 5px;
  width: 80%;
  height: 2px;
  background-color: #777;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .flip-card:hover .flip-card-back{
   	transition: backface-visibility .3s 0.1s;
    backface-visibility: visible;
  }
}

/**** Owl Carousel ****/

/* Fix for owl carousel not being full height on smaller screens */
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
  height: 100%;
}
.owl-theme:not(.owl-slideshow) .owl-dots{
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2
}
.owl-pause{
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #cccccc;
  z-index: 3;
  opacity: 0.75
}
.owl-pause:hover,
.owl-carousel.paused .owl-pause{
  color: #f1f1f1;
}
.owl-theme .owl-dots button.owl-dot {
  padding: 0 !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: #808080;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:focus span {
  background: #eaeaea;
}

.owl-theme.owl-pill .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.owl-pill .owl-dot.active span,
.owl-theme.owl-pill .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots.owl-pill .owl-dot:hover span

.owl-theme.owl-pill .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.owl-pill .owl-dot.active span,
.owl-theme.owl-pill .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots.owl-pill .owl-dot:hover span,
.owl-theme.owl-pill .owl-dots .owl-dot:focus span,
.owl-theme .owl-dots.owl-pill .owl-dot:focus span {
  height: 20px;
}
.owl-theme.owl-pod .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.owl-pod .owl-dot.active span,
.owl-theme.owl-pod .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots.owl-pod .owl-dot:hover span,
.owl-theme.owl-pod .owl-dots .owl-dot:focus span,
.owl-theme .owl-dots.owl-pod .owl-dot:focus span {
  width: 20px;
}
.owl-theme .owl-dots.owl-pill .owl-dot span,
.owl-theme.owl-pill .owl-dots .owl-dot span{
  transition: height .25s;
  margin: 5px;
}
.owl-theme .owl-dots.owl-pod .owl-dot span,
.owl-theme.owl-pod .owl-dots .owl-dot span{
  transition: width .25s;
  margin: 5px;
}
.owl-theme .owl-dots.owl-line .owl-dot span,
.owl-theme.owl-line .owl-dots .owl-dot span {
  height: 5px;
  width: 20px;
  border-radius: 0%;
}

.owl-theme .owl-dots.owl-line .owl-dot span,
.owl-theme.owl-line .owl-dots .owl-dot span {
  height: 5px;
  width: 20px;
  border-radius: 0%;
}

.owl-theme .owl-dots.owl-square .owl-dot span,
.owl-theme.owl-square .owl-dots .owl-dot span {
  border-radius: 0%;
}

.editable .positioned-box {
  position: static !important;
  top: unset;
  left: unset;
}

.editable .owl-carousel.owl-theme {
  display: block;
}

.editable .owl-carousel.owl-theme div.item{
  border: 1px solid;
  margin: 2rem 0;
  border-radius: 6px;
  position: relative;
  border-top-left-radius: 0;
  display: block;
}

.editable .owl-carousel.owl-theme div.item::before {
  content: 'Slide Item';
  display: block;
  position: absolute;
  bottom: 100%;
  left: -1px;
  background: white;
  color: black;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5em 1em;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


/* ------------ Swiper Carousel ------------ */

/* Swiper Height Fixes */
.swiper-carousel .overlay{
  height: 100% !important;
}

.swiper-carousel .swiper-slide {
  height: auto;
}
/* Swiper move scroll-down chevron up */
.swiper-carousel .scroll-down{
  bottom: 40px;
}

/* Swiper Pause button */
.swiper-pause {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #cccccc;
  z-index: 10;
  opacity: 0.75;
}

.swiper-pause:hover,
.swiper-pause:focus {
  color: #f1f1f1;
}

/* Swiper Navigation Buttons */
.swiper-pagination-bullet {
  background: #eaeaea;
  margin: 5px;
  padding: 0;
  width: 10px;
  height: 10px;
  transition: all 0.25s;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.swiper-carousel .swiper-pagination-bullet:hover,
.swiper-carousel .swiper-pagination-bullet:focus,
.swiper-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /* Intentionally left empty */
}

/* Swiper Navigation Buttons - Pill */
.swiper-pagination-bullet.pill {
  border-radius: 30px;
}

.swiper-pagination-bullet.pill:hover,
.swiper-pagination-bullet.pill:focus,
.swiper-pagination-bullet.pill.swiper-pagination-bullet-active {
  height: 20px;
}

/* Swiper Navigation Buttons - Pill-h */
.swiper-pagination-bullet.pill-h {
  border-radius: 30px;
}

.swiper-pagination-bullet.pill-h:hover,
.swiper-pagination-bullet.pill-h:focus,
.swiper-pagination-bullet.pill-h.swiper-pagination-bullet-active {
  width: 20px;
}

/* Swiper Navigation Buttons - Line */
.swiper-pagination-bullet.line {
  width: 20px;
  height: 5px;
  border-radius: 2px;
}

.swiper-pagination-bullet.line:hover,
.swiper-pagination-bullet.line:focus,
.swiper-pagination-bullet.line.swiper-pagination-bullet-active {
  /* Intentionally left empty */
}

/* Swiper Navigation Buttons - Circle */
.swiper-pagination-bullet.circle {
  border-radius: 100%;
}

.swiper-pagination-bullet.circle:hover,
.swiper-pagination-bullet.circle:focus,
.swiper-pagination-bullet.circle.swiper-pagination-bullet-active {
  /* Intentionally left empty */
}

/* Swiper Navigation Buttons - Square */
.swiper-pagination-bullet.square {
  border-radius: 0;
}

.swiper-pagination-bullet.square:hover,
.swiper-pagination-bullet.square:focus,
.swiper-pagination-bullet.square.swiper-pagination-bullet-active {
  /* Intentionally left empty */
}

/*-------- Full Width---------*/

.full{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

/* ----- Calculator----- */
.calculator {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 5px;
}

.calculator .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 10px;
}

.calculator label {
  padding-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.calculator label,
.calculator .input-wrapper {
  width: 50%;
  display: table;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.calculator .addon {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: table-cell;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
}

.calculator input[type='number'],
.calculator input[type='text'] {
  display: table-cell;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
.calculator input[disabled]{
  background: none;
}

.calculator .total {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.calculator input[type='button'] {
  margin: 0 auto;
  padding: 5px 25px;
  background-color: #eeeeee;
  text-shadow: 0 1px 0 #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* ----- Arrowed Button----- */
a.btn.arrow{
  position: relative;
}
a.btn.arrow::after{
  content: '>';
  position: absolute;
  right: 20px;
  opacity: 0;
  font-weight: bold;
  background-color: inherit;
  transition: all 300ms ease 0ms, background-color 0s;
}
a.btn.arrow:hover::after{
  right: 10px;
  opacity: 1;
}
/* ----- Move Content Below----- */
.editable .moveBelow,
.editable div[data-below_area]{
  border: 1px solid;
  margin: 2rem 0;
  border-radius: 6px;
  position: relative;
  border-top-left-radius: 0;
  display: block;
}
.editable .moveBelow::after,
.editable div[data-below_area]::after{
  content: "Moving Below: " attr(data-below_area);
  display: block;
  position: absolute;
  bottom: 100%;
  left: -1px;
  background: white;
  color: black;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5em 1em;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*  EditableContainer wrappers for items */
.editable div[data-editableContainer] {
  display: block;
}

.editable div[data-editableContainer]>div {
  border: 1px solid;
  margin: 2rem 0;
  border-radius: 6px;
  position: relative;
  border-top-left-radius: 0;
  display: block;
  counter-increment: number;
}

.editable div[data-editableContainer]>div::before {
  content: "Editable Container - Item "counter(number);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 5px;
  background: white;
  color: black;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5em 1em;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* ----- HR Line ----- */
/* Old HR Styles */
hr.line{
  width: 90%;
  border-width: 1px;
  border-color: #00A758;
}
hr.short{
  width: 30%;
}
/* New HR Styles */
hr.line-90{
  width: 90%;
}
hr.line-70{
  width: 70%;
}
hr.line-50{
  width: 50%;
}
hr.line-30{
  width: 30%;
}
hr.line-10{
  width: 10%;
}
hr.left{
  margin: 20px 0;
}
hr.right{
  margin-right: 0;
}
hr.thin{
  border-width: 1px;
}
hr.white{
  border-color: #fff;
}
hr.black{
  border-color: #111;
}
hr.green{
  border-color: #06a65c;
}
/* ----- Overlay Not Fullscreen ----- */
 .overlay-content.smaller{
    background: rgba(0,0,0,.5);
  }
 .overlay-content.smaller .overlay-content-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 2px 2px 20px 1px #616161;
    overflow-y: scroll;
  }
  /*--- Banner Push ---*/
.divider.pushedBanner .header-push,
.page-bg.pushedBanner .header-push{
   height: auto !important;
   min-height: 0;
}

/* ---- Member Overlay Bigger Size ----- */
@media (min-width: 980px){
  .overlay-content .overlay-content-wrapper.larger {
    width: 90%;
    max-width: 1200px;
  }
}

/* ---- Smaller Members list ----- */
@media (min-width: 820px){
  #members-list.smaller,
 .members-list.smaller {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* ----- Need Answers callout alignment fix ----- */
.need-answers-callout.callout aside h1 {
  text-align: left;
  padding: 0;
  margin-top: 0;
  line-height: 1.125;
}

@media (min-width: 820px) {
  .need-answers-callout.callout aside h1 {
    text-align: right;
    margin-top: 0px;
  }
}

/* OUR PROCESS ICONS ALIGNMENT FIX */

/*-----------------------------------------
  Tabbed Icon Carousel - Services Section
------------------------------------------*/

#section-custom-solutions .main-content-wrapper .container {
  width: 100%;
  max-width: none;
}

#section-custom-solutions .main-content-wrapper .heading-container {
  margin: 0 auto;
  width: 90%;
}

.services-carousel.owl-carousel {
  /*background: #00273d; */ /* EDIT LOCALLY */
  margin-bottom: 2rem;
}

.tabbed-icon-nav-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
  margin-top: 40px;
  max-height: 50px;
  max-width: 1310px;
  padding: 0 .5em;
}

.tabbed-icon-nav-container .owl-dot {
  position: relative;
}

.tabbed-icon-nav-container .owl-dot .owl-dot-btn {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.tabbed-icon-nav-container .owl-dot .owl-dot-btn svg {
  width: 100%;
  height: 100%;
  max-height: 45px;
  pointer-events: none;
  /*fill: #00273d;*/ /* EDIT LOCALLY */
}

.tabbed-icon-nav-container .owl-dot:hover .owl-dot-btn svg, .tabbed-icon-nav-container .owl-dot.active .owl-dot-btn svg {
  /*fill: #8d644b;*/ /* EDIT LOCALLY */
}

.tabbed-icon-nav-container .owl-dot .owl-dot-btn span {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*max-height: 40px;*/
  background: transparent;
  margin: 0;
  font-size: .75em;
  /*color: #00273d;*/ /* EDIT LOCALLY */
  font-family: "Poppins", Helvetica, sans-serif;
  padding-top: 10px;
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 0;
  pointer-events: none;
  padding: 10px 5px 0;
  text-align: center;
}

.tabbed-icon-nav-container .owl-dot.active span, .tabbed-icon-nav-container .owl-dot:hover span {
  /*color: #8d644b;*/ /* EDIT LOCALLY */
}

.tabbed-icon-nav-container .owl-dot:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  /*background: #00273d;*/ /* EDIT LOCALLY */
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -7px;
  transition: bottom .2s linear;
}

.tabbed-icon-nav-container .owl-dot.active:after {
  bottom: -25px;
}

.owl-carousel.owl-theme.services-carousel .owl-item .item {
  color: #FFFFFF;
  max-width: 600px;
  margin: 2rem auto;
  padding: 0 2em;
}

.services-carousel .item img {
  border-radius: 8px;
  margin-bottom: 0.8em;
}

.services-carousel .item h3 {
  margin-bottom: 1em;
  margin-top: 7px;
  color: #fff;
}

.services-carousel .item ul {
  margin-left: 0;
}

.services-carousel .item ul li {
  font-size: .875em;
}

.services-carousel .btn.secondary {
    background: none;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
    display: table;
}

.services-carousel .btn.secondary:hover {
    background: #fff;
    /*color: #00273d;*/ /* EDIT LOCALLY */
}

.services-carousel .btn.secondary + .btn.secondary {
    margin-top: 10px;
}

.contact-cta {
  text-align: center;
}

.contact-cta h3 {
  /*color: #00273d;*/ /* EDIT LOCALLY */
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 1rem;
}

@media (min-width: 820px) {
  #section-custom-solutions .main-content-wrapper .container {
    width: 100%;
    max-width: none;
  }

  #section-custom-solutions .main-content-wrapper .heading-container {
    width: 80%;
    max-width: 1200px;
  }

  .services-carousel.owl-carousel {
    margin-bottom: 4rem;
  }

  .owl-carousel.owl-theme.services-carousel .owl-item .item {
    max-width: 1310px;
    padding: 0 2em;
  }

  .services-carousel .item h3 {
    margin-top: 0px;
  }

  .tabbed-icon-nav-container .owl-dot {
    /*height: 70px;*/
    /*background-size: auto 140px;*/
  }

  .tabbed-icon-nav-container .owl-dot .owl-dot-btn {
    padding: 0;
  }

  .tabbed-icon-nav-container .owl-dot .owl-dot-btn span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }

  .tabbed-icon-nav-container .owl-dot span {

  }

  .contact-cta h3 {
    font-size: 1.4em;
    margin-bottom: 1rem;
  }

}

@media (min-width: 600px) {
  .tabbed-icon-nav-container {
    max-height: none;
  }
  .tabbed-icon-nav-container .owl-dot .owl-dot-btn span {
    display: flex;
  }

  .tabbed-icon-nav-container .owl-dot .owl-dot-btn svg {
    max-height: 70px;
  }
}

/* SERVICES CAROUSEL WITH AUTO-HEIGHT */
.services-carousel-auto-height .alternateBoxes > .row .bg {
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 250px;
}

.services-carousel-auto-height div.alternateBoxes > div.row:nth-child(odd) > div:first-of-type + div {
  max-width: 760px;
  padding: 20px 40px;
}

#section-services:not(.page-section.section) .owl-carousel.owl-theme.services-carousel-auto-height .owl-item .item {
  max-width: none;
  padding: 0;
  margin: 0 auto;
}

.owl-carousel.services-carousel-auto-height, .owl-carousel.services-carousel-auto-height .owl-stage-outer, .owl-carousel.services-carousel-auto-height .owl-stage, .owl-carousel.services-carousel-auto-height .owl-item {
    height: auto;
}

.services-carousel-auto-height.owl-carousel {
  /*background: #2b2b2b;*/ /* EDIT LOCALLY */
  margin-bottom: 2rem;
}
.tabbed-icon-nav-container .owl-dot .owl-dot-btn svg {
  width: 100%;
  height: 100%;
  max-height: 45px;
  pointer-events: none;
  /*fill: #ffffff;*/ /* EDIT LOCALLY */
}
.tabbed-icon-nav-container .owl-dot:hover .owl-dot-btn svg, .tabbed-icon-nav-container .owl-dot.active .owl-dot-btn svg {
  /*fill: #78933d;*/ /* EDIT LOCALLY */
}
.tabbed-icon-nav-container .owl-dot .owl-dot-btn.carousel-nav-item span {
  /*color: #ffffff;*/ /* EDIT LOCALLY */
  font-family: inherit;
}
.tabbed-icon-nav-container .owl-dot.active .owl-dot-btn.carousel-nav-item span, .tabbed-icon-nav-container .owl-dot:hover .owl-dot-btn.carousel-nav-item span {
  /*color: #78933d;*/ /* EDIT LOCALLY */
}
.tabbed-icon-nav-container .owl-dot:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  /*background: #1f1f1f;*/ /* EDIT LOCALLY */
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -7px;
  transition: bottom .2s linear;
}
.services-carousel-auto-height .btn.secondary:hover {
    background: #fff;
    /*color: #78933d;*/ /* EDIT LOCALLY */
}

@media (min-width: 600px) {
  .tabbed-icon-nav-container .owl-dot .owl-dot-btn.carousel-nav-item svg {
      max-height: 50px;
  }
}

@media (min-width: 820px) {
  #section-services:not(.page-section.section) .main-content-wrapper > .container {
    width: 100%;
    max-width: none;
  }

  #section-services:not(.page-section.section) .main-content-wrapper .heading-container {
    width: 80%;
    max-width: 1200px;
  }

  #section-services:not(.page-section.section) .owl-carousel.owl-theme.services-carousel-auto-height .owl-item .item {
    max-width: none;
    padding: 0;
  }
}

/* END SERVICES CAROUSEL WITH AUTO HEIGHT */
.icon-container img {
    width: 110px;
    display: block;
    height: auto;
    margin: 0 0 20px auto;
}

.callout-gray .icon-container img {
    width: 110px;
    display: block;
    height: auto;
    margin: 0 auto 20px 0;
}

@media (max-width: 819px) {
  .icon-container img {
      margin: 0 auto 30px !important;
  }
}

/* --- Swiper Services Slideshow --- */
.services-slideshow {
  background: #2b2b2b;
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 15px;
}

.services-slideshow div.alternateBoxes > div.row:nth-child(odd) > div:first-of-type + div {
  max-width: 700px
}

.services-slideshow-nav {
  display: flex;
  justify-content: space-evenly;
}

.services-slideshow-nav .swiper-pagination-bullet-services {
  position: relative;
}

.services-slideshow-nav .swiper-pagination-bullet-services::after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: calc(50% - 5px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0 solid #2b2b2b;
  transition: 0.25s all;
}

.services-slideshow-nav .swiper-pagination-bullet-services.active::after {
  position: absolute;
  content: '';
  border-bottom-width: 10px;
}

.services-slideshow-nav .services-slideshow-nav-item .services-slideshow-nav-item-title {
  display: none;
}

@media (min-width: 820px) {
  .services-slideshow-nav .services-slideshow-nav-item .services-slideshow-nav-item-title {
    display: block;
    transition: 0.25s color;
  }
}

.services-slideshow-nav .services-slideshow-nav-item .services-slideshow-nav-item-icon {
  width: 100%;
  height: 100%;
  max-height: 45px;
  pointer-events: none;
  transition: 0.25s fill;
}

.services-slideshow-nav .services-slideshow-nav-item.active .services-slideshow-nav-item-title,
.services-slideshow-nav .services-slideshow-nav-item.active .services-slideshow-nav-item-icon {
  fill: #00A758;
  color: #00A758;
}

/*------------------------------
Footer Dealer Logos
--------------------------------*/

.callout + .callout-dealer-logos{
  margin-top: 0;
}

.callout.callout-dealer-logos{
  padding: 1em 0;
}
.callout.callout-dealer-logos:not(.flush-top) {
  margin-bottom: 2em;
}

.dealer-logos-container {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.callout-dealer-logos::before {
  background: rgba(255,255,255,.2);
}

.callout-dealer-logos.in-footer::before {
  background: transparent;
}

.callout.callout-dealer-logos.in-footer {
  padding: 0;
  margin-bottom: 1em;
  margin-top: 0;
}
.dealer-logos-container:has(>a:nth-of-type(2):last-child) a {
  flex-basis: 50%;
}

.dealer-logos-container a {
  max-width: 225px;
  position: relative;
  margin: 10px 15px;
  max-height: 50px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.dealer-logos-container a img {
  max-height: 100%;
  flex: 0;
}
/* ROW DIVS SPACING FOR MOBILE */
/* ADD .mobile-spaced CLASS TO .row */
@media (max-width: 819px) {
  .row.mobile-spaced > div:not(:last-child) {
    margin-bottom: 30px;
  }
}

.text-left-desktop {
  text-align: center;
}

@media (min-width: 820px) {
  .text-left-desktop {
    text-align: left;
  }
}

/* FINANCIAL CALCULATORS CARDS */
body .financial-calculators a {
  display: block;
}

body .financial-calculators i.fa-2x {
  font-size: 1.5em;
}

body .financial-calculators a p:last-child {
  color: #5c5c5c;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: .9em;
}

body .financial-calculators .card-row.dark a p:last-child{
  color: #c5c5c5;
}

body .financial-calculators a h4 {
  margin-bottom: .5em;
}

body .financial-calculators .card-row > div {
  padding: 1.25rem 1rem 1rem;
}

/* Radio/Checkbox button group */
.radio-group,
.checkbox-group{
  display: flex;
}

.radio-group label,
.checkbox-group label{
  font-family: 'Lato';
  text-transform: none;
  font-size: .9em;
}

.radio-group input,
.checkbox-group input{
  width: auto !important;
}
.radio-group input{
  margin-right: 5px;
  top: 1px;
}
.checkbox-group label{
  margin-left: 10px;
}
.checkbox-group:not(:last-of-type){
  margin-bottom: 7px;
}

.radio-group label:not(:last-of-type){
   margin-right: 25px;
}

/* for multiple buttons contained within a p tag */
p.multiple-buttons .btn {
  margin: 0 5px 10px;
}

p.multiple-buttons .btn:last-child {
  margin: 0 5px 0px;
}



/*
	Set the year of all the login feed posts to 2000 - :has is supported on most browsers, but not all.
*/
time[datetime^="2000"], .post-link:has(time[datetime^="2000"]) > a{
	display: none !important;
}
/*
	Add hover effect to hovering button
*/
input[type=submit].btn:hover {
    cursor: pointer;
}

/*
  Add padding around Manulife Wealth Logos
*/
#logo img[src*="Manulife_Wealth_linear"], 
img[src*="library.siteforward.ca/images/french/Manulife_Wealth_linear"], 
img[src*="library.siteforward.ca/images/english/Manulife_Wealth_linear"] {
  padding: 1rem !important;
}