.page-node-type-parallax-landing-page #main-content .about-content-wrapper .paragraph h2 {
    text-transform: capitalize !important;
    font-weight: 900;
    font-size: 1.5em !important;
}
.page-node-type-parallax-landing-page #main-content .about-content-wrapper .paragraph h3 {
    text-transform: capitalize;
    font-weight: 900;
    font-size: 1.25em;
}
.page-node-type-parallax-landing-page #main-content .one-column-title-and-text .paragraph__column p {
  font-size: medium;
  color: #333;
}
div.pull-quote.vert h1, div.field--name-field-title {
	color: #0d43a0;
	/*
  border-left: 1px solid #ccc;
  border-radius: 15px;
  border-top: 1px solid #ccc;
  border: 1px solid white;
  box-shadow: 5px 5px 5px #ccc;
  */
  font-size: xxx-large;
  font-family: Objectivity, sans-serif;
  font-weight: 900 !important;
  margin-bottom: 25px;
  padding-top: 5px;
  text-align: center;
  text-shadow: 3px 3px 3px #ccc;
}
.page-node-type-parallax-landing-page #main-content .about-content-wrapper .paragraph h2 {
  font-size: x-large;
  padding-top: 20px;
}
.sideBarBlock {
	border-top: 1px solid #3056A2;
  color: #3056A2;
	font-size: medium;
	font-style: italic;
	padding-top: 20px;
	text-align: center;
}
.sideBarCta {
  margin: 35px auto 35px !important;
  font-size: medium;
  text-align: center;
  font-weight: bold;
}
a.cta-button {
  background-color: #0d43a0;
  color: #fff !important;
  padding: 20px 15px 15px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.page-node-type-parallax-landing-page #main-content .about-content-wrapper .paragraph p {
  list-style: initial;
	margin: .8em;
  padding: 5px 15px;
}
.paragraph-content {
  padding: 0 !important;
}
.add-border-block {
  border-left: 1px solid #333 !important;
  border-right: 1px solid #333 !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 50px !important;
}
.page-node-type-parallax-landing-page #main-content .about-content-wrapper .paragraph p.description {
	margin-left: 8%;
}
.page-node-type-parallax-landing-page #main-content .about-content-wrapper .paragraph h3.title {
  margin: 0 0 1em 10%;
}
.img-align-right {
	float: right !important;
}
.img-align-left {
	float: left !important;
}
.img-align-right, 
.img-align-left {
	width: 33%;
}

.video-container {
	position: fixed;
}

.ambassador-body-copy-container ul li, .ambassador-body-copy-container ol li {
    font-size: medium;
    color: #000;
}


.paragraph-content {
    padding: 15px !important;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
}

/* Accordion */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: steelblue;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active.accordion:hover {
  background-color: #0d43a0;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
/* dtd forms */
.dd-container .mg-forms-button,
.dd-container .mg-guidelines-button,
.dtd-plugin .mg-forms-button,
.dtd-plugin .mg-guidelines-button {
  color: #fff !important;
  font-weight: bold;
}

/* Left-Align FAQ Headings */
@media screen and (min-width: 767px) {
	.page-node-type-parallax-landing-page #main-content .paragraph-columns-section:not(.paragraph--type--newsletter-section) .paragraph-content .aos-init.aos-animate div:not(.quote-mark):not(.field--name-field-image) {
	margin-bottom: 0;
	text-align: left;
	}
}

.paragraph--type--accordion-section .field--name-field-title {
text-align: left;
}

.page-node-type-parallax-landing-page #main-content .paragraph-columns-section .field--name-field-title {
    text-align: left;
}

@media only screen and (max-width: 1024px) {
	/*
  .container .sidebar-wrapper .menu li.first,
  .container .sidebar-wrapper .mobile-menu-item .mobile-menu-li.first,
  .container .sidebar-wrapper .mobile-menu-item li.first {
    opacity: 1 !important;
    height: auto !important;
    display: block !important;
    border-top: 0 !important;
    order: 0 !important;
  }
  */
	.rem-mfix.parallax-basic {
		max-height: 300px !important;
	}
	div.pull-quote.vert h1, div.field--name-field-title {
    font-size: xx-large;
}
	.sidebar-wrapper.col-sm-12,
	.sidebar-wrapper.col-md-3 {
		padding-left: 0;
		padding-right: 0;
	}
	div.parallax-quote-3229.pull-quote.vert {
		height: 70% !important;
	}
	.page-node-type-parallax-landing-page #main-content .one-column-title-and-text .aos-init.paragraph--type--alert-for-website, .page-node-type-parallax-landing-page #main-content .one-column-title-and-text .container.aos-init, .page-node-type-parallax-landing-page #main-content .one-column-title-and-text .container.aos-init.aos-animate {
		width: 100%;
	}
	.about-content-wrapper,
	.about-content-wrapper.col-sm-12,
	.about-content-wrapper.col-md-9 {
		padding: 0;
	}
	.page-node-type-parallax-landing-page #main-content .one-column-title-and-text .paragraph__column p {
		font-size: large;
	}
	.img-align-right, 
	.img-align-left {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	
	/* Correct line height on mobile */
	 .page-node-type-parallax-landing-page #main-content .layout__region.layout__region--content>div {
    line-height: 30px;
  }
  
  /* Left-align FAQ on mobile */
  .page-node-type-parallax-landing-page #main-content .layout__region.layout__region--content>div {
   line-height: 30px;
   text-align: left;
  }
}