@charset "utf-8";
header2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; /* Ensure it stays on top */
}

body {
  /* Push the page content down so it's not behind the fixed header */
  padding-top: 120px; /* Adjust based on header's height */
}

mbew {
  /* Push the page content down so it's not behind the fixed header */
 margin-top: 120px; /* Adjust based on header's height */
}

vmlogo {

    justify-content: left !important; 
}




/* Ensure custom tags are treated as block elements */
p {font-size: 20px !important;}

header2, nav2 {
    display: block;
}

/* Header styling */
header2 {
    text-align: center !important;
    width: 100%;
    height: 84px;
    border-bottom: 1px solid #2C9AB7;
    background-color: #B2A287; /* Blue-grey color */
    color: white; /* Default text color in the header */
}

/* Logo styling */
header2 .logo {
    color: black;
    justify-content: left !important; /* Specific color for "Forever Promise" text */
    font-weight: bold; /* Make the text bold for better visibility */
    margin: 0; /* Remove default margin */
}

/* Navigation bar styling */
.nav2 {
    background-color: #B2A287; /* Match header2 background color */

}

/* List items within navigation */
.header2 .nav2 ul {
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center elements horizontally */
    font-size: 20px !important;/* Optional: Adjust font size if needed */
    align-items: center; /* Center elements vertically */
    list-style: none;
    transition: all 0.3s linear;
    margin: 0 auto; /* Center the entire ul on the page */
    padding: 0; /* Remove default padding */
}

.nav2 ul li {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 15px; /* Add spacing between list items */
    color: white; /* Ensure text is white */
}

/* Anchor links inside list items */
.nav2 ul li a {
    color: white; /* Make link text white */
    text-decoration: none; /* Remove underline */
}

.nav2 ul li a:hover {
    text-decoration: underline; /* Add underline on hover */
}


.ewfontsize {
    font-size:18px !important;
}

.jumbotronew {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border-radius: 0.3rem;
}

.textmedew {
    font-size: 18px !important;
}


/* Ensure the image is responsive and fixed */
.fixed-image {

    max-width: 100%;
    height: auto;
    z-index: 10;
    border-radius: 0px;
    display: block; /* Ensure proper scaling */
}
/* Spacer that will be adjusted dynamically */
.image-spacer {
    height: 0;
}
/* Content container */
.div-below {
    margin-top: 0;
}
.section-box {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.topics-list {
    list-style: none;
    padding-left: 0;
}
.topics-list li {
    margin-bottom: 5px;
}
.linktoblackew {
    text-decoration: none;
    color: #333;
}
.linktoblackew:hover {
    color: #000;
    font-weight: bold;
}





.btn-primaryew {
    color: #000000;
    background-color: antiquewhite;
    border-color: #607D8B;
    font-weight: 500;
    font-size: 18px;
}

.btn-bgew {

    font-weight: 500;
    font-size: 15px;
}

.ewfloatr {
    float: right;
}

.ewfs {
      font-size: 1.25rem;
  font-weight: 500;
    margin-top: 0.5rem;
  line-height: 1.45;
    
}

.btnfrew {
    float: center;
}

.btnew777 {
      display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-color: darkgray !important;
  padding: 0.125rem 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chanelinkcolor {
    color: #424242!important;
}

.btnew7ew {
    display: inline-block;
    font-weight: 500;
    color: #414141;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: antiquewhite;
    border-color: darkgray !important;
    border: 1px solid transparent;
    padding: 0.275rem 0.45rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bgfootew {
    padding: 4px !important;
}

.ewfontsizeemp {
    font-size:18px !important;
    font-weight: 800;
}

 .nav-list li {
   margin-bottom: 5px;
 }

.navlist {
    margin-bottom: 4px !important;
}

.navlistt {

}

.ewmarg {
    padding-top: 5px !important;
    padding-bottom: 2px !important;
}

.bgs {

    padding-bottom: 10px !important;
}






.containew {
    max-width: 800px !important;
}

.margin-left-ew {
    padding-left: 10px !important;
}




/* blogPostStyle.css */
 .card {
   margin-bottom: 10px;
   border: 1px solid #ddd;
   border-radius: 4px;
 }
 /* Remove underline from .btn-link on hover, focus, etc. */
 .btn-link {
   text-decoration: none !important;
 }
 /* Also ensure no underline is applied to pseudo-elements */
 .btn-link::after, .btn-link:not(.collapsed)::after {
   text-decoration: none !important;
 }
 /* Section heading style (larger, black, bold) */
 .section-heading {
   color: #000; /* black text */
   font-size: 1.25rem; /* increase size */
   font-weight: bold; /* bold text */
   width: 100%;
   display: flex;
   justify-content: space-between; /* space between text and icon */
   align-items: center;
   padding: 0.5rem 0; /* extra vertical spacing if desired */
 }
 /* Use a pseudo-element for the plus/minus icons on the right side */
 .section-heading::after {
   content: "+"; /* default icon when collapsed */
   font-weight: 900;
   margin-left: auto; /* push it to the far right */
 }
 /* When NOT collapsed, show a minus instead */
 .section-heading:not(.collapsed)::after {
   content: "-";
 }
 /* Make the collapsed section less tall: reduce padding in card body */
 .card-body {
   padding: 0.5rem 1rem; /* smaller than Bootstrap default */
   background-color: #f9f9f9;
 }
 /* Adjust the header padding slightly to reduce total height */
 .card-header {
 /* tweak as desired */
   background-color: #fff;
 }
 .linktoblackew:hover {
   color: #000;
   font-weight: bold;
 }
 /* Remove default list styling & spacing for topics */
 .topics-list {
   list-style: none;
   padding-left: 0;
 }
 .topics-list li {
   margin-bottom: 5px;
 }


 .fixed-image {
    
   max-width: 100%;
   height: auto;
   z-index: 10;
   border-radius: 0px;
   display: block; /* Ensure proper scaling */
 }
 /* Spacer that will be adjusted dynamically */
 .image-spacer {
   height: 0;
 }
 /* Content container */
 .div-below {
   margin-top: 0;
 }
 .linktoblackew {
   text-decoration: none;
   color: #333;
 }
 .linktoblackew:hover {
   color: #000;
   font-weight: bold;
 }
 .bg-banner-ew {
   background-color: #F1F08C !important;
 }
 button {
   transition: background-color 0.3s ease;
   background-color: var(--color); /* Use the CSS custom property */
 }
 button:hover {
   background-color: darkgray;
 }
 .text-dark-blueew {
   color: #242DCA;
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
 }
 .text-dark-redew {
   color: #A22222;
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
 }
 .bg-banner-ew {
   background-color: #F1F08C !important;
 }
 button {
   transition: background-color 0.3s ease;
   background-color: var(--color); /* Use the CSS custom property */
 }
 button:hover {
   background-color: darkgray;
 }
 .text-dark-blueew {
   color: #242DCA;
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
 }
 .text-dark-redew {
   color: #A22222;
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
 }
 .bg-banner-ew {
   background-color: #F1F08C !important;
 }
 button {
   transition: background-color 0.3s ease;
   background-color: var(--color); /* Use the CSS custom property */
 }
 button:hover {
   background-color: darkgray;
 }
 .text-dark-blueew {
   color: #242DCA;
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
 }
 .text-dark-redew {
   color: #A22222;
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
 }
 .bg-banner-ew {
   background-color: #F1F08C !important;
 }
 .text-dark-blueew {
   color: #242DCA;
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
 }
 .text-dark-redew {
   color: #A22222;
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
 }
 .bg-banner-ew {
   background-color: #F1F08C !important;
 }
 button {
   transition: background-color 0.3s ease;
   background-color: var(--color); /* Use the CSS custom property */
 }
 button:hover {
   background-color: darkgray;
 }
 .text-dark-blueew {
   color: #242DCA;
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
 }
 .text-dark-redew {
   color: #A22222;
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
 }


 .custom-header-ew {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0 7px;
 }
 .custom-navbar-ew {
   display: flex;
   align-items: center;
   width: 100%;
 }
 .navbar-img-ew {
   margin-right: 7px;
 }
 .ew-list {
   display: flex;
   list-style: none;
   margin: 0;
   padding: 1px 5px;
 }
 .ew-list .nav-item-ew {
   margin: 0 7px;
 }
 .nav-link-ew {
   text-decoration: none;
   color: inherit;
 }
 .questionformat {
   text-size: 50px !important
 }
 #mainwrapper header {
   /*Header */
   background-color: #C1A47E;
   overflow: auto;
   font-family: montserrat, sans-serif;
   font-style: normal;
   font-weight: 400;
 }
 #mainwrapper header #logo {
   /* Company Logo text */
   width: 28%;
   float: left;
   padding-left: 2%;
   padding-bottom: 12px;
   color: rgba(146, 146, 146, 1.00);
 }
 #mainwrapper header nav {
   /*Nav bar containing links in header */
   text-align: right;
   padding-top: 12px;
   padding-bottom: 12px;
   padding-right: 2%;
   width: 68%;
   float: left;
   color: rgba(146, 146, 146, 1.00);
 }
 header nav a {
   /* Links in header */
   padding-right: 2%;
 }
 #content #mainContent h1, #content #mainContent h2 {
   /* Styling for main headings */
   color: rgba(146, 146, 146, 1.00);
 }
 #content #mainContent h3 {
   /*Captions ot Taglines */
   font-family: source-sans-pro, sans-serif;
   font-style: normal;
   font-weight: 700;
   color: rgba(118, 118, 118, 1.00);
 }
 #content #mainContent #bannerImage {
   /*Container for main banner image */
   width: 100%;
   background-color: rgba(208, 207, 207, 1.00);
 }
 #content #mainContent p {
   /* All paragraphs under maincontent */
   color: rgba(146, 146, 146, 1.00);
   font-family: source-sans-pro, sans-serif;
   font-style: normal;
   font-weight: 200;
   text-align: justify;
 }
 #content #mainContent #authorInfo {
   /* Author info section */
   background-color: rgba(208, 207, 207, 1.00);
 }
 #content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {
   color: rgba(255, 255, 255, 1.00);
   padding-left: 2%;
   padding-top: 11px;
 }
 #content #mainContent #authorInfo p {
   color: rgba(255, 255, 255, 1.00);
   padding-left: 2%;
   padding-top: 0px;
   padding-bottom: 11px;
   padding-right: 2%;
 }
 footer article {
   /* Footer articles */
   width: 46%;
   float: left;
   padding-left: 2%;
   padding-right: 2%;
   text-align: justify;
   font-family: source-sans-pro, sans-serif;
   font-style: normal;
   font-weight: 200;
   color: rgba(146, 146, 146, 1.00);
 }
 footer article h3 {
   /* Footer article titles */
   text-align: center;
   font-family: montserrat, sans-serif;
   font-style: normal;
   font-weight: 400;
 }
 #mainContent {
   /* Container for the blog post in individal blog view */
   padding-left: 2%;
   width: 95%;
   padding-right: 2%;
 }
 #mainwrapper #content #sidebar {
   /* Sidebar*/
   width: 19%;
   padding-left: 2%;
   padding-right: 2%;
   float: left;
   background-color: rgba(246, 246, 246, 1.00);
   margin-top: 50px;
   padding-top: 32px;
 }
 #mainwrapper {
   /* Container of all content */
   width: 90%;
   max-width: 922px;
   margin: 0;
 }
 #content #sidebar input {
   /* Search box in sidebar */
   width: 98%;
   height: 32px;
 }
 #content #sidebar #adimage {
   /* Container for Image in sidebar */
   width: 100%;
   background-color: rgba(208, 207, 207, 1.00);
   margin-top: 46px;
   float: none;
   overflow: auto;
 }
 nav ul li {
   list-style-type: none;
   padding-top: 8px;
   padding-bottom: 8px;
 }
 nav ul {
   padding-left: 0%;
 }
 nav ul li a {
   color: rgba(146, 146, 146, 1.00);
   text-decoration: none;
 }
 #footerbar {
   /* Footer bar at the bottom of the page */
   height: 18px;
   clear: both;
   background-color: rgba(208, 207, 207, 1.00);
   width: 100%;
 }
 footer {
   /* Container for footer artices */
   width: 71%;
   padding-left: 2%;
   padding-right: 2%;
 }
 .notOnDesktop {
   /*element to be displayed only in mobile view and tabet view */
   display: none;
 }
 #mainContent #bannerImage img {
   /* Actual banner image */
   width: 100%;
 }
 #sidebar #adimage img {
   /* Image in sidebar */
   width: 100%;
   float: left;
 }
 #mainwrapper header nav a {
   /* Links in header */
   color: rgba(146, 146, 146, 1.00);
   text-decoration: none;
 }
 /* Tablet view */
 #mainwrapper {
   width: 90% !important; /* or adjust as needed */
   max-width: 922px !important; /* keep consistent with image width */
   margin: 0 auto !important; /* centers the wrapper */
 }

 /* style_topics.css */
/* Base styles for all section boxes */
  ul.ew {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex; 
  }

  ul.ew li {
    display: inline; /* Ensures the items remain inline */
  }

  ul.ew .nav-link {
    text-decoration: none; /* Removes underline from links */
    color: #000; /* Set a desired color */
    padding: 5px 10px; /* Adds padding for better click area */
  }

  ul.ew .nav-link:hover {
    color: #007bff; /* Changes color on hover */
  }


.styled-box {
    border: 2px solid #cccccc; /* Solid border for each box */
    border-radius: 8px; /* Rounded corners for a modern look */
    padding: 20px; /* Spacing inside each box */
    margin-bottom: 15px; /* Space between section boxes */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin-left: auto; /* Center the box by setting the left margin to auto */
    margin-right: auto; /* Center the box by setting the right margin to auto */
    max-width: 922px; /* Adjust this value to match the image's width or the desired content width */
}
/* Styles for the content inside each section box */
.styled-content {
    border: 1px solid #dddddd; /* Lighter border for content */
    border-radius: 5px; /* Slightly rounded corners for content */
    padding: 10px; /* Padding inside the content */
    margin-top: 0px; 
    background-color: #e9ecef !important; /* White background for contrast */
}
.topics-list {
    list-style-type: disc; /* Ensure bullet points are shown */
    padding-left: 20px; /* Adjust as needed for alignment */
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: large;
}
.topics-list li {
    padding: 5px 0; /* Spacing between list items */
}
.linktoblackew {
    text-decoration: none; /* No underline for links */
    color: #333; /* Dark text for readability */
}
.linktoblackew:hover {
    color: #007bff; /* Highlight color on hover */
}
.textsizecolor_shiftleft {
    color: #333; /* Dark text for section headers */
    margin-left: 0px; /* Adjust as needed */
    font-size: 1.2em; /* Slightly larger font for headers */
}
.bg-header-ew {
    background-color: #DCDCB4 !important;
}


.mainwrapperew {
    margin-top: 80px;
}




.custom-navbar {
    position: relative;
    display: inline-block;
   
    /* [disabled]padding-right: 15px; */
    /* [disabled]padding-left: 15px; */
 
    font-size: 18px;
    font-weight: bold;
    color: #333; /* Adjust color as needed */
}



.forever,
.promise {
    position: relative;
    z-index: 1; /* Brings the text above the background image */
}

.forever {
    color: #8BA5E0;
    font-weight: 700;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-shadow: 2px 1px 1px hsla(0,0%,0%,1.00);
}
.promise {
    color: #4971CE;
    font-weight: bold;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-shadow: 2px 1px 1px hsla(0,0%,0%,1.00);
    

    
ew {
    flex-flow: row nowrap;
    flex-flow: row nowrap;
}

/* Force custom top-aligned bullets for topics-list */
ul.topics-list {
  list-style: none !important;      /* kill the native bullet */
  padding-left: 0 !important;
  margin-left: 0;
}

ul.topics-list > li {
  position: relative;
  padding: 5px 0 5px 1.5em;         /* room on the left for our custom bullet */
}

/* This is the new bullet, anchored to the top of the item */
ul.topics-list > li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;                           /* top of the first line */
  font-size: 1.2em;
  line-height: 1;
  color: #333;
}
