@charset "utf-8";
/* CSS Document */
:root{
	--paletteColor1: #2b231c;
	--paletteColor2: #ffdcf8;
	--paletteColor3: #ffe269;
	--paletteColor4: #ffe269;
	--headingFont: menco, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	--bodyCopyFont: nimbus-sans, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
	--bodyText1Margin: 0;
	--bodyText1Padding: 4px 0 12px 0;
	--heading1Margin: 0px 0 8px 0;
	--heading1FontSize: 40px;
	--heading1FontSizeMobile: 24px;
	--heading2FontSize: 36px;
	--heading1FontSizeMobile: 30px;
	--heading2Margin: 0px 0 8px 0;
	--heading4Margin: 16px 0 8px 0;
	--headingSectionFontSize: 72px;
	--headingSectionFontWeight: 700;
	--subsectionPadding: 0 0 0 0;
	
	--imagePadding: 24px;
}

.title-bar{
	display: none !important;
}

.profileImage{
	border-radius: 15px;
}
/* Text Controllers */
.headingTitle{
	color: var(--paletteColor1);
	font-family: var(--headingFont);
	font-weight: 700;
}

.headingOne, .headingTwo, .navText{
	color: var(--paletteColor1);
	font-family: var(--headingFont);
	font-weight: 400;
	font-style: italic;
}

.sectionHeading{
	color: var(--paletteColor2);
	font-size: var(--headingSectionFontSize) !important;
	font-weight: var(--headingSectionFontWeight);
}

@media (max-width: 40em){
	.sectionHeading{
	font-size: var(--heading1FontSizeMobile) !important;
	}
}

.sectionHeadingSlideL{
	animation: 2s ease-out 0s 1 sectionHeadingSlideLeft;	
}

.sectionHeadingContainer{
	padding-left: 24px;
	padding-right: 24px;
	background-color: var(--paletteColor1);
}

@keyframes sectionHeadingSlideLeft{
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}

@media (max-width: 40em){
.image-fit img{
	position: relative !important;
	object-fit: fill !important;
	top:0;
	left:0;
	height:auto !important;
	width:100% !important;
	min-width:100% !important;
	height: 100% !important;
	min-height:100% !important;
	transform:translate(0, 0);
}
}


.image-fit{
	overflow:hidden;
	position:relative;
}
.image-fit img{
	position: absolute;
	object-fit: cover;
	top:50%;
	left:50%;
	height:auto;
	width:100%;
	min-width:10%;
	height: 100%;
	min-height:10%;
	transform:translate(-50%, -50%);
}


.headingThree{
	color: var(--paletteColor1);
	font-family: var(--bodyCopyFont);
	font-weight: 600;
	font-style: none;
}



.headingTitle a, .headingOne a, .headingTwo a, .headingThree a, .navText a{
	color: inherit;
	text-decoration: underline;
}
.headingTitle a:hover, .headingOne a:hover, .headingTwo a:hover, .headingThree a:hover, .navText a:hover{
	color: var(--paletteColor2);
    transition: color .8s ease;
}

.headingOne{
	font-size: var(--heading1FontSize);
	line-height: 1.3em;
	margin: var(--heading1Margin);
}
.headingTwo{
	font-size: var(--heading2FontSize);
	line-height: 1.3em;
	margin: var(--heading2Margin);
}

.headingThree{
	font-size: 20px;
	line-height: 1.3em;
}

.headingFour{
    font-size: 16px;
	line-height: 1.3em;
	margin: var(--heading4Margin);
}

@media (max-width: 64em){
.headingOne{
	font-size: var(--heading1FontSizeMobile);
	line-height: 1.3em;
	margin: var(--heading1Margin);
}
.headingTwo{
	font-size: var(--heading2FontSizeMobile);
	line-height: 1.3em;
	margin: var(--heading2Margin);
}

.headingThree{
	font-size: 20px;
	line-height: 1.3em;
}
}

.navText{
	font-size: 20px;
	line-height: 1.3em;
}




.bodyTextOne p:not(.flex-video){
	font-family: var(--bodyCopyFont);
	font-weight: 500;
	font-style: normal;
	padding: var(--bodyText1Padding);
	margin: var(--bodyText1Margin);
}

.flex-video iframe{
	border: none !important;
}

.bodyTextOne p a {
	color: #324A5F;
	text-decoration: underline;
    transition: text-decoration .8s ease, color .8s ease;
}

.headingFour a{
		color: #324A5F;
    transition: text-decoration .8s ease, color .8s ease;
}
.bodyTextOne a:hover, .headingFour a:hover{
    transition: text-decoration .8s ease, color .8s ease;
	color: #CE6C47;
	text-decoration: inherit;
}

.navSubMenuText{
	font-size: .75em;
	padding-left: .75em;
	line-height: 1em;
}

/* Foundation Overrides */

.row-controller{
	display: flex;
	justify-content: space-between
}

@media print, screen and (min-width: 64em) {
.row-controller .large-3{
	width: calc(25% - 6px) !important;
	padding-top: 6px;
}
.row-controller .medium-12{
	max-width: 100%;
}
}

.grid-x > .large-10 {
    width: 83.33333%;
}

@media print, screen and (min-width: 72em) {
.row-controller .large-6{
	max-width: calc(50% - 6px);
	padding-top: 12px;
}
}

.row-controller .medium-6{
	max-width: calc(50% - 6px);
	padding-top: 6px;
}

.row-controller .small-6{
	max-width: calc(50% - 6px);
	padding-top: 12px;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-inline-block;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0 0 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.top-bar,
.top-bar ul {
   background-color: var(--paletteColor3) !important; }
.top-bar input {
  max-width: 200px;
  margin-right: 1rem; }
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0; }
.top-bar input.button {
  width: auto; }
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; 
}
.top-bar li{
	text-align: center;
}
.top-bar a{
	text-align: center;
}

.topBarFont{
		color: var(--paletteColor1);
	font-family: var(--headingFont);
	font-weight: 700;
	font-size: 30px;
}

.topBarFont a{
		color: var(--paletteColor1);
	    transition: color .3s ease, text-shadow .3s ease;
		text-shadow: 1px 1px 0 transparent;
}

.topBarFont a:hover, .topBarFont a:active{
		color: var(--paletteColor2);
	    transition: color .3s ease, text-shadow .3s ease;
	text-shadow: 1px 1px 0 var(--paletteColor1);
}

.topBarText .topBarLink{
	align-content: center;
}

.top-bar{
	min-height: 100px;
}



.footerText p{
	width: 100%;
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
}

@media (max-width: 64em){
	
.footerText p{
	width: 100%;
	position: relative;
	bottom: 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
}



@media (max-width: 64em){
	.top-bar{
	min-height: 100px;
}
}




.adhered{
	position: fixed !important;
}
		#navBarContent{
	width: 100%;
	}
@media (max-width: 64em){
	.adhered{
		position: relative !important;
		width: 100%;
	}
		#navBarContent{
	width: 100%;
	}
}

/* Container Design */
.backgroundColorOne{
	background-color: var(--paletteColor3);
}
.backgroundColorTwo{
	background-color: var(--paletteColor2);
}
.backgroundColorThree{
	background-color: var(--paletteColor1);
}

.backgroundColorClouds{
	background-image: url("../images/SITE-ASSETS/clouds-01.svg");
	min-height: 500px;
	background-size: 100%;
	background-repeat: repeat;
	background-attachment: fixed;
    background-position: 50% 0;    
    transition: 0s linear;
    transition-property: background-position;
}

.contentOutlineBlack{
	border: solid 3px var(--paletteColor1);
	overflow: hidden;
	border-radius: 15px;
}

/* Wrappers */
.wrapperFull {
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.wrapper1440{
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
		max-width: 1440px !important;
}

.wrapperCenterer{
		margin-left: auto !important;
	margin-right: auto !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.wrapper1200{
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 1200px !important;
	width: 100%;
}
.flexWrapper1200{
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
	max-width: 1200px !important;
	display: flex;
    flex-direction: row;
}

.verticalAlignment{
	display: flex;
	justify-content: center;
	height: 100vh;
}
.verticalAlignment > div{
	align-self: center;
}
.verticalAlignmentWNav{
	margin-top: 40vh;
}

/* Text Modifiers */
.textCentered{
	text-align: center;
}


.hero-section {
  background: url("https://static.pexels.com/photos/248064/pexels-photo-248064.jpeg") 50% no-repeat;
  background-size: cover;
  height: 60vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}



/* Fun Stuff */

.logoStyles{
	margin-bottom: 0;
}

@media (min-width: 94em){
.logoStyles img{
max-height: 90px;
  position: absolute !important;
  top: 0;
}
}

.logoStyles img{
	max-height: 90px;
	position: relative;
}

.logo-switch{
	display: flex;
  flex-direction: column;
}

.solve2x4{
	display: flex;
	justify-content: space-between;
}
.solve1x2{
	display: flex;
	justify-content: space-between;
}

.solve2x4 .medium-3{
	width: 49% !important;
}
.solve1x2 .small-6{
	width: 49% !important;
}

@media print, screen and (min-width: 40em){
.solve1x2 .medium-6{
	width: 49% !important;
}
.solve2x4 .medium-3{
	width: 24% !important;
}
.logo-switch{
	display: flex;
  flex-direction: row;
}
}



/* Nav Image Overlays */

.previewImages{
	padding: var(--imagePadding);
}

.hoverableImages{
  transition: .4s ease;
  filter: saturate(100%) contrast(100%);
}
.hoverableImages:hover img{
  transition: .4s ease;
  filter: saturate(100%) contrast(100%) brightness(100%) opacity(20%);
 
}
.hoverableImages{
  padding: 0;
}

.hoverableImages img{
  border-radius: 15px;
}

.hoverableImagesOverlay {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .4s ease;
  background-color: var(--paletteColor2);
}
.hoverableImagesOverlay:hover {
  opacity: 100%;
  background-color: var(--paletteColor2);
}

.hoverableImagesOverlay h3.hoverableImagesText{
	margin-bottom: 0;
}

.hoverableImagesOverlay .hoverableImagesText a{
	transition: .4s ease;
  position: absolute;
	
  top: 50%;
  left: 50%;
  font-weight: 500;
  line-height: 36px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	opacity: 0;
		font-family: var(--headingFont);
}
.hoverableImagesOverlay:hover .hoverableImagesText a{
	transition: .2s ease;
  color: var(--paletteColor1);
  font-family: var(--headingFont);
  font-weight: 700;
  line-height: 1em;
  align-content: center;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	opacity: 1;
	font-family: var(--headingFont);
}

@media (max-width: 64em){
	.hoverableImagesText{
		font-size: 18px;
		line-height: 22px;
	}
}

.imgConstraint {
	max-width: 100% !important;
}

/* Large Blocks */

.contentSubsection {
	padding: var(--subsectionPadding);
}

main {
  min-height: calc(100vh - 50px);
}

footer {
  height: 50px;
}


/* Foundation Overrides */


@media print, screen and (min-width: 72em){
	.grid-x > .large-offset-p5{
	margin-left: calc(8.33333%/2); 
	}
	.grid-x > .large-1p5{
		width: calc((8.33333%/2) + 8.33333%) !important; 
	}
	.grid-x > .large-3p5{
		width: calc((8.33333%/2) + 33.33333%) !important; 
	}
	.grid-x > .large-10p5{
		width: calc((8.33333%/2) + 83.33333%) !important; 
	}
}

.imgPadding-bottom-12px{
	padding-bottom: 12px;
}

/* Padding Bunches */
.padding-0{
	padding: 0px !important;
}
.padding-6{
	padding: 6px;
}
.padding-12{
	padding: 12px;
}
.padding-24{
	padding: 24px;
}
.padding-32{
	padding: 32px;
}
.padding-40{
	padding: 40px;
}
.padding-48{
	padding: 48px;
}
.paddingTop-0{
	padding-top: 0px;
}
.paddingTop-12{
	padding-top: 12px;
}
.paddingTop-24{
	padding-top: 24px;
}
.paddingTop-32{
	padding-top: 32px;
}
.paddingTop-40{
	padding-top: 40px;
}
.paddingTop-48{
	padding-top: 48px;
}

.paddingLeft-6{
	padding-left: 6px;
}
.paddingLeft-12{
	padding-left: 12px;
}
.paddingLeft-24{
	padding-left: 24px;
}
.paddingLeft-32{
	padding-left: 32px;
}
.paddingLeft-40{
	padding-left: 40px;
}
.paddingLeft-48{
	padding-left: 48px;
}

.paddingRight-0{
	padding-right: 0px;
}
.paddingRight-6{
	padding-right: 6px;
}
.paddingRight-12{
	padding-right: 12px;
}

.paddingBottom-0{
	padding-bottom: 0px;
}
.paddingBottom-12{
	padding-bottom: 12px;
}
.paddingBottom-24{
	padding-bottom: 24px;
}
.paddingBottom-32{
	padding-bottom: 32px;
}
.paddingBottom-40{
	padding-bottom: 40px;
}
.paddingBottom-48{
	padding-bottom: 48px;
}

.paddingSides-12{
	padding-left: 12px;
	padding-right: 12px;
}

.margin-0{
	margin: 0px !important;
}
.marginBottom-0{
	margin-bottom: 0 !important;
}


@media screen and (max-width: 40em){
.paddingTop40-0{
	padding-top: 0px !important;
}
.paddingTop40-12{
	padding-top: 12px !important;
}
.paddingTop40-24{
	padding-top: 24px !important;
}
.paddingTop40-32{
	padding-top: 32px !important; 
}
.paddingTop40-40{
	padding-top: 40px !important;
}
.paddingTop40-48{
	padding-top: 48px !important;
}
.paddingLeft40-0{
	padding-left: 0px !important;
}
.paddingLeft40-12{
	padding-left: 12px !important;
}
.paddingLeft40-24{
	padding-left: 24px !important;
}
.paddingLeft40-32{
	padding-left: 32px !important;
}
.paddingLeft40-40{
	padding-left: 40px !important;
}
.paddingLeft40-48{
	padding-left: 48px !important;
}
.paddingBottom40-0{
	padding-bottom: 0px !important;
}
.paddingBottom40-12{
	padding-bottom: 12px !important;
}
.paddingBottom40-24{
	padding-bottom: 24px !important;
}
.paddingBottom40-32{
	padding-bottom: 32px !important;
}
.paddingBottom40-40{
	padding-bottom: 40px !important;
}
.paddingBottom40-48{
	padding-bottom: 48px !important;
}
.paddingRight40-0{
	padding-right: 0px !important;
}	
.paddingRight40-12{
	padding-right: 12px !important;
}
.paddingRight40-6{
	padding-right: 6px !important;
}
	
.paddingLeft40-0{
	padding-left: 0px !important;
}	
.paddingLeft40-6{
	padding-left: 6px !important;
}	
.paddingLeft40-12{
	padding-left: 12px !important;
}	
}

@media screen and (max-width: 64em){
.paddingTop-12{
	padding-top: 12px !important;
}
.paddingTop-24{
	padding-top: 24px !important;
}
.paddingTop-32{
	padding-top: 32px !important;
}
.paddingTop-40{
	padding-top: 40px !important;
}
.paddingTop-48{
	padding-top: 48px !important;
}
.paddingLeft-12{
	padding-left: 12px;
}

.paddingLeft-32{
	padding-left: 32px !important;
}
.paddingLeft-40{
	padding-left: 40px !important;
}
.paddingLeft-48{
	padding-left: 48px !important;
}
.paddingBottom-12{
	padding-bottom: 12px !important;
}
.paddingBottom-24{
	padding-bottom: 24px !important;
}
.paddingBottom-32{
	padding-bottom: 32px !important;
}
.paddingBottom-40{
	padding-bottom: 40px !important;
}
.paddingBottom-48{
	padding-bottom: 48px !important;
}
.paddingTop64-0{
	padding-top: 0px !important;
}
.paddingTop64-12{
	padding-top: 12px !important;
}
.paddingTop64-24{
	padding-top: 24px !important;
}
.paddingTop64-32{
	padding-top: 32px !important; 
}
.paddingTop64-40{
	padding-top: 40px !important;
}
.paddingTop64-48{
	padding-top: 48px !important;
}
.paddingLeft64-0{
	padding-left: 0px !important;
}
.paddingLeft64-12{
	padding-left: 12px !important;
}
.paddingLeft64-24{
	padding-left: 24px !important;
}
.paddingLeft64-32{
	padding-left: 32px !important;
}
.paddingLeft64-40{
	padding-left: 40px !important;
}
.paddingLeft64-48{
	padding-left: 48px !important;
}
.paddingBottom64-0{
	padding-bottom: 0px !important;
}
.paddingBottom64-12{
	padding-bottom: 12px !important;
}
.paddingBottom64-24{
	padding-bottom: 24px !important;
}
.paddingBottom64-32{
	padding-bottom: 32px !important;
}
.paddingBottom64-40{
	padding-bottom: 40px !important;
}
.paddingBottom64-48{
	padding-bottom: 48px !important;
}
.paddingRight64-0{
	padding-right: 0px;
}	
.paddingRight64-12{
	padding-right: 12px;
}	
}

@media screen and (max-width: 72em){
	.paddingTop72-12{
	padding-top: 12px !important;
}
		.paddingRight72-0{
	padding-right: 0px !important;
}
}

.previewImages:nth-of-type(2n - 1){
    padding-left: 0;
    padding-right: 0;
}

.previewImages:nth-of-type(2n){
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 64em){
.previewImages:nth-of-type(2n - 1){
    padding-left: 0;
    padding-right: 24px;
}

.previewImages:nth-of-type(2n){
	padding-left: 24px;
    padding-right: 0;
}
}


@media screen and (max-width: 47.99875em) {
  .top-bar {
    display: none;
  }
}

@media print, screen and (min-width: 48em) {
  .title-bar {
    display: none;
  }
}

[data-sticky] {
  width: 100%;
}

.sticky-container {
  z-index: 5;
}
