/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here... */
section.spouseWrapper {
  padding-top: 80px; }
  @media (min-width: 1024px) {
    section.spouseWrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: center; } }
  section.spouseWrapper div.spouseTile {
    margin-bottom: 70px;
    text-align: center !important; }
    @media (min-width: 1024px) {
      section.spouseWrapper div.spouseTile {
        max-width: 33%;
        min-width: 33%; } }
    section.spouseWrapper div.spouseTile h3 {
      text-align: center !important;
      color: #702F8B;
      font-size: 20px;
      min-height: 60px;
      font-weight: bold; }
    section.spouseWrapper div.spouseTile div.fl-button-wrap {
      text-align: center !important; }
    section.spouseWrapper div.spouseTile a {
      margin: 0px auto;
      text-align: center !important;
      display: block;
      background: #702F8B;
      border-color: #702F8B;
      font-weight: bold;
      transition: all 0.35s ease; }
      section.spouseWrapper div.spouseTile a.imageURL {
        background: transparent !important; }
      section.spouseWrapper div.spouseTile a:hover {
        background: #00669E;
        border-color: #00669E; }
    section.spouseWrapper div.spouseTile img {
      margin: 0px auto;
      display: block;
      max-height: 340px;
      object-fit: contain; }

div.spouseTipTitleWrap .fl-row-content-wrap {
  background-image: url(https://milspousemoneymission.org/wp-content/uploads/2020/10/Overhead-Spotlight-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  text-align: center !important;
  padding: 6% 2%; }
  div.spouseTipTitleWrap .fl-row-content-wrap div {
    width: 100% !important;
    text-align: center !important;
    max-width: none !important; }
    @media (max-width: 1023px) {
      div.spouseTipTitleWrap .fl-row-content-wrap div {
        width: initial !important; } }
    div.spouseTipTitleWrap .fl-row-content-wrap div h1 {
      color: white !important;
      text-align: center;
      text-shadow: 2px 2px 14px rgba(0, 0, 0, 0.45); }
      div.spouseTipTitleWrap .fl-row-content-wrap div h1 {
        font-size: 30px; }
        @media screen and (min-width: 1024px) {
          div.spouseTipTitleWrap .fl-row-content-wrap div h1 {
            font-size: calc(30px + 50 * ((100vw - 1024px) / 576)); } }
        @media screen and (min-width: 1600px) {
          div.spouseTipTitleWrap .fl-row-content-wrap div h1 {
            font-size: 80px; } }

div.colorBar {
  padding: 0px !important; }
  div.colorBar div.fl-row-content-wrap,
  div.colorBar div.fl-module-content {
    padding: 0px !important;
    margin: 0px !important; }

section.spouseTipWrapper div.inner,
section.m3ResponseWrapper div.inner,
section.spousePhoto div.inner,
section.tipFooter div.inner {
  max-width: 1300px;
  margin: 0px auto;
  display: block; }
  @media (min-width: 1024px) {
    section.spouseTipWrapper div.inner,
    section.m3ResponseWrapper div.inner,
    section.spousePhoto div.inner,
    section.tipFooter div.inner {
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 1023px) {
    section.spouseTipWrapper div.inner div,
    section.m3ResponseWrapper div.inner div,
    section.spousePhoto div.inner div,
    section.tipFooter div.inner div {
      width: 100% !important;
      max-width: none !important;
      text-align: center !important; } }

@media (max-width: 600px) {
  section.spouseTipWrapper,
  section.m3ResponseWrapper,
  section.spousePhoto,
  section.tipFooter {
    padding-bottom: 30px !important; } }

section.spousePhoto {
  background: #F0EFFF;
  background: #F0EFFF;
  padding-bottom: 00px;
  padding-top: 40px; }
  section.spousePhoto div.inner {
    max-width: 560px; }

section.spouseTipWrapper {
  background: #F0EFFF;
  padding-bottom: 30px;
  padding-top: 40px; }
  @media (max-width: 1023px) {
    section.spouseTipWrapper {
      padding-bottom: 20px; } }
  section.spouseTipWrapper div.spouseImage {
    max-width: 50%;
    min-width: 50%; }
  section.spouseTipWrapper div.spouseTip {
    max-width: 50%;
    min-width: 50%;
    padding: 7%;
    padding-top: 0px;
    padding-bottom: 70px; }

div.m3ResponseWrapper {
  background: #00669E;
  padding: 20px 40px 40px;
  margin-bottom: 40px; }
  div.m3ResponseWrapper div.m3Logo {
    text-align: center;
    margin: 0px auto; }
    @media (min-width: 1024px) {
      div.m3ResponseWrapper div.m3Logo {
        min-width: 20%;
        max-width: 20%; }
        div.m3ResponseWrapper div.m3Logo img {
          margin-top: -60px; } }
    @media (max-width: 1023px) {
      div.m3ResponseWrapper div.m3Logo img {
        margin-top: -60px; } }
  div.m3ResponseWrapper div.m3Response {
    padding-left: 20px;
    padding-right: 20px; }
    div.m3ResponseWrapper div.m3Response h3 {
      margin-bottom: 15px;
      font-weight: bold;
      text-align: center; }
      div.m3ResponseWrapper div.m3Response h3 {
        font-size: 25px; }
        @media screen and (min-width: 1024px) {
          div.m3ResponseWrapper div.m3Response h3 {
            font-size: calc(25px + 5 * ((100vw - 1024px) / 576)); } }
        @media screen and (min-width: 1600px) {
          div.m3ResponseWrapper div.m3Response h3 {
            font-size: 30px; } }
    @media (min-width: 1024px) {
      div.m3ResponseWrapper div.m3Response {
        width: 100%; } }
    div.m3ResponseWrapper div.m3Response * {
      color: white; }
    div.m3ResponseWrapper div.m3Response a {
      color: #ffff99;
      font-weight: bold; }
  @media (min-width: 1024px) {
    div.m3ResponseWrapper {
      max-width: 50%;
      min-width: 50%; } }

div.fl-button-wrap.singleSpouse {
  text-align: center; }
  div.fl-button-wrap.singleSpouse a {
    margin: 0px auto;
    text-align: center !important;
    background: #702F8B;
    border-color: #702F8B;
    font-weight: bold;
    transition: all 0.35s ease;
    padding: 10px 24px; }
    div.fl-button-wrap.singleSpouse a:hover {
      background: #00669E;
      border-color: #00669E; }

div.button-group {
  text-align: center !important;
  padding-bottom: 30px; }
  div.button-group label {
    color: #00669E; }
  div.button-group select {
    background: white;
    color: #00669E;
    padding: 10px 15px; }

.loadSpouseTilesAll h2 {
  text-align: center !important;
  font-weight: bold;
  color: #702F8B; }

div.fl-module.hoverBox div.uabb-new-ib-content {
  max-height: 100%; }
  div.fl-module.hoverBox div.uabb-new-ib-content h2 {
    line-height: 1.1;
    font-size: 23px;
    margin-bottom: 8px; }
  div.fl-module.hoverBox div.uabb-new-ib-content p {
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 8px; }
  @media (min-width: 1400px) {
    div.fl-module.hoverBox div.uabb-new-ib-content h2 {
      font-size: 29px; }
    div.fl-module.hoverBox div.uabb-new-ib-content p {
      font-size: 22px; } }

section.tipFooter {
  background: #F0EFFF; }
  @media (min-width: 1024px) {
    section.tipFooter div.container {
      max-width: 50%;
      min-width: 50%; } }
  section.tipFooter div.container.left {
    text-align: center;
    padding-top: 76px; }
  section.tipFooter div.container.right h3 {
    margin-top: none; }

.btnMargBottom {
  margin-bottom: 20px; }

.uabb-imgseparator-wrap .uabb-image {
  max-width: 132px;
}

.uabb-imgseparator-wrap.fadeInDownBig .uabb-image {
  max-width: 400px;
}

.mobileButtons div.uabb-dual-button-wrapper.uabb-horizontal.uabb-horizontal-custom {
  align-items: center !important; }

.mobileButtons div.uabb-btn-horizontal {
  width: auto !important;
  min-width: 250px !important; }

.heroBtnsDesktop div.uabb-btn-vertical a {
  justify-content: flex-start !important;
  padding-left: 15px !important; }

.fl-post-feed div.fl-post-feed-meta span.fl-post-feed-author {
  display: none !important; }

.fl-post-feed div.fl-post-feed-meta span.fl-sep:first-of-type {
  opacity: 0 !important;
  display: none !important; }

body.postid-4464 .fl-node-5c6db87248885 > .fl-row-content-wrap:after {
  background-color: rgba(10, 10, 10, 0.48) !important; }

body.single-post div#fl-main-content div.fl-module-fl-post-content a {
  transition: color 0.35s ease;
  color: #00669E !important;
  font-weight: bold;
  font-style: italic; }
  body.single-post div#fl-main-content div.fl-module-fl-post-content a:hover {
    color: #9eddff !important; }

body.single-post div#fl-main-content div.scriptlesssocialsharing-buttons a.button {
  color: white !important; }

@media (min-width: 1185px) {
  div.fl-post-grid div.fl-post-grid-post div.fl-post-grid-image img {
    width: 300px !important;
    height: 300px !important;
    max-height: 300px;
    object-fit: cover;
    object-position: center center; } }

@media (max-width: 1185px) {
  div.fl-post-grid div.fl-post-grid-post div.fl-post-grid-image img {
    width: 100% !important;
    height: 40vh !important;
    max-height: 300px;
    object-fit: cover;
    object-position: center center; } }

div.uabb-ss-button-pinterest {
  display: none !important;
  visibility: hidden;
  pointer-events: none !important; }

div.evergreenTileWrap {
  padding: 40px 0px;
  border-radius: 16px;
  background: #F0F0F0;
  display: block;
  margin: 0px auto; }
  div.evergreenTileWrap div.downloadAsset {
    text-align: center !important; }
    div.evergreenTileWrap div.downloadAsset h3 {
      display: inline-block;
      text-align: center !important; }
      div.evergreenTileWrap div.downloadAsset h3 a {
        margin: 19px auto 16px;
        display: block;
        text-align: center;
        border-radius: 10px;
        background: #00669E;
        color: white;
        padding: 16px 32px; }
        div.evergreenTileWrap div.downloadAsset h3 a:hover {
          background: #702F8B;
          color: #ffff99; }
  div.evergreenTileWrap * {
    transition: all 0.35s ease; }
  div.evergreenTileWrap div.inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center; }
    div.evergreenTileWrap div.inner span[id*="pageURL-"] {
      font-size: 0px !important;
      display: none; }
    div.evergreenTileWrap div.inner div.evergreenTile {
      min-height: 60vh;
      overflow: hidden;
      border-radius: 16px;
      border: 4px solid #702F8B;
      background: white;
      margin: 0px 20px 40px;
      min-width: 384px;
      max-width: 384px;
      position: relative; }
      div.evergreenTileWrap div.inner div.evergreenTile div.featuredImage {
        background: #702F8B;
        margin-bottom: 0px !important; }
        div.evergreenTileWrap div.inner div.evergreenTile div.featuredImage iframe {
          height: 384px !important;
          margin-bottom: -7px !important; }
        div.evergreenTileWrap div.inner div.evergreenTile div.featuredImage img {
          width: 384px;
          height: 384px;
          object-fit: cover;
          object-position: center center;
          transition: all 0.35s ease; }
          div.evergreenTileWrap div.inner div.evergreenTile div.featuredImage img:hover {
            width: 384px;
            object-fit: contain; }
        div.evergreenTileWrap div.inner div.evergreenTile div.featuredImage * {
          margin-bottom: 0px !important; }
      div.evergreenTileWrap div.inner div.evergreenTile div.titleBar {
        background: #702F8B;
        position: relative;
        padding: 16px; }
        div.evergreenTileWrap div.inner div.evergreenTile div.titleBar div.evergreen_item_types {
          max-width: 52px;
          position: absolute;
          right: 8px;
          top: -25px; }
        div.evergreenTileWrap div.inner div.evergreenTile div.titleBar span.category {
          color: white;
          font-size: 13px;
          font-style: italic; }
        div.evergreenTileWrap div.inner div.evergreenTile div.titleBar h3 {
          color: white;
          margin: 0px !important;
          font-size: 24px;
          margin-right: 64px !important;
          min-height: 72px;
          vertical-align: baseline;
          display: flex;
          vertical-align: baseline;
          align-items: end; }
      div.evergreenTileWrap div.inner div.evergreenTile div.viewCopy {
        background: #9869AC;
        color: white;
        padding: 16px;
        font-size: 16px;
        line-height: 30px;
        height: 60px; }
        div.evergreenTileWrap div.inner div.evergreenTile div.viewCopy:hover {
          background: #623e71; }
        div.evergreenTileWrap div.inner div.evergreenTile div.viewCopy span {
          max-width: 16px;
          width: 16px;
          float: right; }
          div.evergreenTileWrap div.inner div.evergreenTile div.viewCopy span.closeItem {
            display: none; }
        div.evergreenTileWrap div.inner div.evergreenTile div.viewCopy.active {
          position: absolute;
          top: 60px;
          left: 0px;
          right: 0px; }
          div.evergreenTileWrap div.inner div.evergreenTile div.viewCopy.active span.expandItem {
            display: none; }
          div.evergreenTileWrap div.inner div.evergreenTile div.viewCopy.active span.closeItem {
            display: block; }
      div.evergreenTileWrap div.inner div.evergreenTile div.postContent {
        background: white;
        position: absolute;
        top: 120px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: -1;
        padding: 16px;
        overflow: hidden;
        opacity: 0; }
        div.evergreenTileWrap div.inner div.evergreenTile div.postContent .copied {
          filter: grayscale(1); }
        div.evergreenTileWrap div.inner div.evergreenTile div.postContent span.content {
          background: rgba(65, 157, 208, 0.13);
          padding: 16px;
          border-radius: 16px;
          display: block;
          margin-bottom: 16px; }
          div.evergreenTileWrap div.inner div.evergreenTile div.postContent span.content span.copy {
            display: block;
            color: #702F8B;
            font-size: 16px;
            font-weight: bold; }
          div.evergreenTileWrap div.inner div.evergreenTile div.postContent span.content span.copy:hover {
            transform: scale(0.97);
            cursor: pointer; }
          div.evergreenTileWrap div.inner div.evergreenTile div.postContent span.content span.download a {
            display: block;
            color: #702F8B;
            font-size: 16px;
            font-weight: bold; }
          div.evergreenTileWrap div.inner div.evergreenTile div.postContent span.content span.download a:hover {
            transform: scale(0.97);
            cursor: pointer; }
        div.evergreenTileWrap div.inner div.evergreenTile div.postContent.active {
          opacity: 1;
          overflow-y: scroll;
          z-index: 40; }
  @media (max-width: 1360px) {
    div.evergreenTileWrap div.evergreenTile {
      min-width: 300px !important;
      max-width: 300px !important; }
    div.evergreenTileWrap div.featuredImage iframe {
      height: 300px !important; }
    div.evergreenTileWrap div.featuredImage img {
      width: 300px !important;
      height: 300px !important; }
    div.evergreenTileWrap div.viewCopy {
      font-size: 12px !important; } }
  @media (max-width: 1023px) {
    div.evergreenTileWrap div.evergreenTile {
      min-width: 360px !important;
      max-width: 360px !important; }
    div.evergreenTileWrap div.featuredImage iframe {
      height: 360px !important; }
    div.evergreenTileWrap div.featuredImage img {
      width: 360px !important;
      height: 360px !important; }
    div.evergreenTileWrap div.viewCopy {
      font-size: 12px !important; } }
  @media (max-width: 640px) {
    div.evergreenTileWrap div.evergreenTile {
      min-width: 300px !important;
      max-width: 300px !important; }
    div.evergreenTileWrap div.featuredImage iframe {
      height: 300px !important; }
    div.evergreenTileWrap div.featuredImage img {
      width: 300px !important;
      height: 300px !important; }
    div.evergreenTileWrap div.viewCopy {
      font-size: 12px !important; } }

form.searchandfilter ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 24px;
  text-align: center !important; }
  form.searchandfilter ul li {
    display: inline-block;
    margin: 0px 10px; }
    form.searchandfilter ul li select {
      border: 4px solid #702F8B;
      padding: 16px;
      color: #702F8B;
      border-radius: 16px; }

@media (min-width: 1024px) {
  body.page-id-4761 div.fl-content div.fl-builder-content div.fl-row.videoImage img.fl-photo-img {
    object-fit: cover;
    width: 100%;
    height: 30vh; } }

.modal-backdrop.in {
  opacity: .75;
}

.fl-full-width .container {
	width: auto;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex: 1 1 auto;
}

.flex-justify-center {
  align-items: center;
  justify-content: center;
}

.flex-align-center {
  align-items: center;
}

.flex-align-end {
  align-items: flex-end;
}

.logo-wrapper img {
  width: 345px;
}

.footer-wrapper {
  margin: 60px 0 60px;
  row-gap: 30px;
}

.footer-legal {
  gap: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
}

.icon-wrapper {
  position: relative;
  display: inline-block;
  padding: 1em 1em 0 0;
}

.icon-envelope, .icon-logo {
  max-with: 100%;
}

.icon-envelope {
  max-width: 80px;
}

.icon-logo {
  max-width: 40px;
  position: absolute;
  top: 0; right: 0;
}

.gd-form {
  margin: 10px 0 10px;
}

.gd-form-wrapper {
  text-align: left;
  width: 75%;
}

.gd-form-heading {
  color: #6B3687;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 4px 0 10px 0;
}

.gd-form-description {
  color: #6B3687;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.gd-form-input-wrapper {
  display: flex;

}

input.gd-form-input {
  padding: 5px 15px;
  border-radius: 0;
  border: 1px solid #808080;
  width: auto;
  flex: 1 1 auto;
}

input.gd-form-input:focus-visible {
  outline: unset;
  border-radius: 0;
  border: 1px solid #808080;
}

button.gd-form-submit {
  background: #6B3687;
  border-radius: 0;
  border: 1px solid #6B3687;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
}

.gd-form-link a {
  color: #6B3687;
  font-size: 16px;
  font-weight: 400;
}

.gd-form-link a:hover {
  color: #6B3687;
  text-decoration: underline;
}

#gd-signup-banner .d-flex.gap {
  gap: 30px;
  row-gap: 15px;
}

#gd-signup-banner .icon-logo {
  max-width: 60px;
}

#gd-signup-banner .gd-form-heading {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

#gd-signup-banner .gd-form-wrapper {
  width: 100%;
  text-align: center;
}

#gd-signup-banner .flex-col.icon,
#gd-signup-banner .form-heading
 {
  flex: 0 1 auto;
}

#gd-signup-banner .gd-form-submit {
  background: #9954BD;
  border-color: #9954BD;
}

#gd-signup-sidebar .flex-col {
    flex: 0 1 auto;
}

#gd-signup-sidebar .d-flex.gap {
  gap: 15px;
  row-gap: 10px;
}

#gd-signup-sidebar .icon-wrapper {
  max-width: 140px;
}

#gd-signup-sidebar .icon-logo {
  max-width: 70px;
}

#gd-signup-sidebar .gd-form-heading-wrapper {
  margin-bottom: 15px;
}

#gd-signup-sidebar .gd-form-heading {
  font-size: 34px;
  font-weight: 400;
  text-align: left;
  margin: 0;
}

#gd-signup-sidebar .gd-form-description {
  color: #6B3687;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

#gd-signup-sidebar .gd-form-wrapper {
  width: 100%;
}

#gd-signup-modal.modal.in .modal-dialog {
  -webkit-transform: translate(0,30vh);
  -ms-transform: translate(0,30vh);
  -o-transform: translate(0,30vh);
  transform: translate(0,30vh);
}

#gd-signup-modal .modal-header {
  border-bottom: none;
  padding: 30px 30px 15px;
  text-align: center;
}

#gd-signup-modal .modal-body {
  padding: 15px 30px 30px;
}

#gd-signup-modal .gd-form-heading-wrapper {
  margin-bottom: 15px;
}

#gd-signup-modal .gd-form-heading {
  font-size: 20px;
  margin: 20px 0 0 0;
}

#gd-signup-modal .gd-form-wrapper {
  width: 100%;
}

#gd-signup-modal .gd-form-options {
  gap: 30px;
  font-size: 16px;
  margin-top: 30px;
}

@media (max-width: 1185px) {
  #gd-signup-banner .gd-form-wrapper {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  #gd-signup-banner {
    margin: 20px 0;
  }
}

@media (max-width: 640px) {
  #gd-signup-banner .icon-wrapper {
    max-width: 100px;
  }

  #gd-signup-banner .icon-logo {
    max-width: 50px;
  }

  #gd-signup-banner .gd-form-heading {
    font-size: 20px;
  }

  #gd-signup-banner .gd-form-wrapper {
    width: 100%;
  }
}
