@charset "UTF-8";
/***
*   FONTS
***/
@font-face {
  font-family: 'Chapbook Italic';
  src: url('Chapbook-Italic.otf');
}
@font-face {
  font-family: 'Chapbook Regular';
  src: url('Chapbook-Regular.otf');
}
/***
* TAGS
***/
body{
  color:#fff;
  font-size:1em;
  line-height:1.8em;
  background-color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	transition: color .25s linear;
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
  background-image: url('./1263977847_fuam_landing-page_suzanne-chamlin_background-image_2000x2725_12142023.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
    background-attachment: fixed;
}
a, .left-indent a{
  color:#1a78af;
  transition: color .25s;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -o-transition: color .25s;
}
a:hover{
  color:#C8102E;
}
/***
*   HELPER CLASSES
***/
.font-bold {
    font-weight: bold;
}
.font-large{
  font-size:1.5em;
  line-height: 1.6em;
}
.font-medium{
  font-size:.8em;
}
.font-xsmall{
  font-size: 0.7em:
}
.center-align{
	text-align:center;
}
.vertical-middle{
    position: absolute;
	width:100%;
	line-height:.8em;
	text-align:center;
	left:0;
    top: 50%;
    transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
}
.float-img-left{
  float:left;
  margin:0 2% 2% 0;
}
.float-img-right{
  float:right;
  margin:0 0 2% 2%;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.image-wrapper {
  width:100%;
  height:auto;
  text-align: center;
    vertical-align: top;
}
.image-wrapper img {
  max-width: 100%;
  height:auto;
}
.one-fifth-width{
  width:20%;
}
.font-orange{
  color:#ea6424;
}
/***
*   RESPONSIVE TABLE
***/
.resp-table{
  position:relative;
  display:table;
  width:100%;
  border-right:1px solid #282828;
  border-bottom:1px solid #282828;
  border-left:1px solid #282828;
}
.resp-table-header{
  position:relative;
  display:table-row;
  width:100%;
  background-color:#efefef;
  text-align:center;
}
.resp-table-row{
  position:relative;
  display:table-row;
  width:100%;

}
.resp-table-col{
  display:table-cell;
  vertical-align: top;
  height:100%;
  border-top:1px solid #282828;
  padding:1%;
}
.resp-table-col.main{
  width:48%;
}
.resp-table-col.sec{
  width:22%;
  border-left:1px solid #282828;
}
.resp-table-mobile-header{
  display:none;
}
/***
*   BUTTONS
***/
.gen-callout-button.banner-button{
  text-align:center;
  margin-top: 20%;
  margin-bottom: -10%;
}
.gen-callout-button.banner-button a{
  color: #404040;
    background-color: #fbfbfb;
    padding: 15px 50px;
    font-family:'Raleway', sans-serif;
    font-size:0.7em;
    border-radius:0px;
    border: 1px solid;
    transition: color .25s, background-color .5s;
    -webkit-transition: color .25s, background-color .5s;
    -moz-transition: color .25s, background-color .5s;
}
.gen-callout-button.banner-button a:hover{
  color:#fbfbfb;
  border-color:#13a89e;
  background-color:#13a89e;
}

.gen-callout-button.blue-button{
  text-align:left;
}
.gen-callout-button.blue-button a{
  color: #1a78af;
    background-color: #fbfbfb;
    padding: 15px 40px;
    font-family:'Raleway', sans-serif;
    font-size:1.1em;
    border-radius:0px;
    border: 1px solid;
    transition: color .25s, background-color .5s;
    -webkit-transition: color .25s, background-color .5s;
    -moz-transition: color .25s, background-color .5s;
}
.gen-callout-button.blue-button a:hover{
  color:#fbfbfb;
  border-color:#1a79af;
  background-color:#1a79af;
}
.gen-callout-button.cta-button{
  margin:5% 0;
}
.gen-callout-button.cta-button a{
	color: #fbfbfb;
    background-color: #C8102E;
    padding: 1%5%;
    font-size: 1.3em;
    font-weight:300;
    border-radius: 3px;
		border:1px solid #C8102E;
		transition:color .25s, background-color .5s;
		-webkit-transition:color .25s, background-color .5s;
		-moz-transition:color .25s, background-color .5s;
}
.gen-callout-button.cta-button a:hover{
	color:#C8102E;
	border:1px solid #C8102E;
	background-color:#fbfbfb;
}
.gen-callout-button a{
	color:#13a89e;
	background-color:#fbfbfb;
	padding:1% 3%;
	border-radius: 3px;
	border:1px solid;
	transition:color .25s, background-color .5s;
	-webkit-transition:color .25s, background-color .5s;
	-moz-transition:color .25s, background-color .5s;
}
.gen-callout-button a:hover{
	color:#fbfbfb;
	border:1px solid #13a89e;
	background-color:#13a89e;
}
/***
*   MULTI-VIDEO
***/
.multi-video{
  position:relative;
  width:95%;
  height:75vh;
  background-color: #efefef;
  border:1px solid rgba(40,40,40,.15);
  margin:auto;
  text-align: left;
}
.multi-video .left{
  display:inline-block;
  width:30%;
  vertical-align: top;
  border-right:1px solid rgba(40,40,40,.15);
  height:100%;
  overflow:scroll;
  background-color:#fff;
}
.multi-video .right{
  display:inline-block;
  width:69%;
  height:100%;
}
.multi-video .right .vertical-middle{
  width:100%;
}
.multi-video .right .video-wrapper{
  width:95%;
}
.sub-video{
  border-bottom:1px solid rgba(40,40,40,.15);
  /*height:19%;*/
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
}
.sub-video:hover{
  background-color:#1a79af;
  color:#fff;
  cursor:pointer;
}
.sub-video.no-border{
  border-bottom:none;
}
.sub-video.selected{
  background-color:#efefef;
  color:#333;
  cursor:auto;
  transition:background-color .25s;
  -webkit-transition:background-color .25s;
  -moz-transition:background-color .25s;
  -o-transition:background-color .25s;
}
.sub-video p{
  opacity:1;
  transition: opacity .25s;
  -webkit-transition: opacity .25s;
  -moz-transition: opacity .25s;
  -o-transition: opacity .25s;
}
.sub-video.selected p{
  opacity:0;
}
.sub-video .image{
  display:inline-block;
  width:40%;
  vertical-align: top;
  height:100%;

}
.sub-video .image img{
  width:90%;
  max-width:90%;
  margin:5% 0 5% 5%;
}
.sub-video .text{
  display:inline-block;
  width:50%;
  padding:5% 0;
  vertical-align: top;
}
.sub-video .text h5{
  border-left:2px solid #C8102E;
  text-align: left;
  font-family:'Raleway', sans-serif;
  font-size:1.1em;
  margin:0 0 5% 0;
  font-weight:500;
  line-height: 1.6em;
    padding-left: 10px;
}
.sub-video .text p{
  font-size:.8em;
  text-align:right;
}
#video-scroll-encourage{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  text-align:center;
  background-color: rgba(251,251,251,.95);
margin: 0;
padding: 20px 0;
border-top: 1px solid rgba(40,40,40,.15);
font-size: 2em;
font-family: 'Raleway', sans-serif;
opacity:1;
transition:opacity .5s;
-webkit-transition:opacity .5s;
-moz-transition:opacity .5s;
-o-transition:opacity .5s;
}
#video-scroll-encourage.transparent{
  opacity:0;
}
#video-scroll-encourage.transparent.hidden{
  display:none;
}
/***
*   VIDEO
***/


/***
*   ADD TO CALENDAR BUTTON OVERRIDES
***/
.addtocalendar.atc-style-blue {
    width: 30% !important;
}
.atc-style-blue .atcb-link {
    background-color: #C8102E !important;
    border:1px solid #C8102E;
    border-radius: 3px !important;
    font-size: .9em !important;
    font-family: inherit !important;
    padding: 3% !important;
    width: auto !important;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
}
.atc-style-blue .atcb-link:hover{
  color:#C8102E !important;
  border:1px solid #C8102E !important;
  background-color:#fbfbfb !important;
  cursor:pointer !important;
  border-radius: 3px !important;
  font-size: .9em !important;
  font-family: inherit !important;
  padding: 3% !important;
  width: auto !important;
}

/***
*   TOP RIGHT RIBBON
***/
.save-the-date{
	position:absolute;
	right:2%;
	top:0;
	width:8%;
	z-index:100;
}
/***
* ANNOUNCEMENT BOX
***/
.announcement-box{
  line-height: 28px;
   width: 100%;
    background: #000;
     text-align: center;
      color: #FFFFFF;
      font-size: 14px;
      padding-top: 8px;
      padding-bottom: 8px;"
}
/***
*   LEFT NAV ANCHOR
***/
#left-nav-anchor {
	left:0;
    color: #fbfbfb;
    text-shadow: 1px 1px 4px #282828;
    top:80px;
}
.left-nav-social-btn:hover{
	color:#13a89e;
}

/***
*   LEVEL 1
***/
#level-1{
  box-shadow: 1px 3px 10px #91a39f;
}
#level-1-text{
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.save-date-wrapper {
    width: 80%;
    margin: auto;
    background-color: rgba(28,28,28,.8);
    padding: 2%;
    box-shadow: 1px 1px 4px #282828;
    border-top:5px solid #282828;
    border-right:2px solid #282828;
    border-bottom:5px solid #282828;
    border-left:2px solid #282828;
}
.page-header {
	margin-top:0;
	margin-bottom:3%;
	text-shadow:1px 1px 1px #282828;
    font-size: 1.5em;
}
.page-sub-header {
    font-size: .7em;
    margin-top: 5%;

}
.countdown {
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    font-size: 2em;
    text-align: center;
}

/***
*  TIMER
***/
.timer-wrapper{
	font-size:.6em;
	margin:3% 0;
}
.timer-wrapper h2{
	color:#fff !important;
}

/***
*   level 1
***/
#level-1-footer {
    position: fixed;
    left: 0;
    bottom: 0;
	height: 80px;
    top: auto;
    width: 100%;
    text-align: center;

	background-color:#fbfbfb;
    background-color: rgba(251,251,251,.9);
	z-index:100000;
	opacity:1;
	text-shadow:1px 1px 1px #282828;
	transition:all .25s !important;
	-webkit-transition:all .25s !important;
	-moz-transition:all .25s !important;
	color:#282828 !important;
	border-top:5px solid #282828;
}

#scroll-text{
	display:block !important;
}
#level-1-footer.dark{
	opacity:0;
	z-index:-100000;
	transition:all .25s !important;
	-webkit-transition:all .25s !important;
	-moz-transition:all .25s !important;
}
#scroll-icon {
	text-shadow: 1px 1px 3px #282828;
}
#scroll-text {
    font-size: 1.8em;
}

/***
*   LEVEL 2
***/
#level-2{
  width:100%;
  margin:0;
}
.body-text{
    width: 80%;
    margin-left: 10% !important;
}
#level-2 h2 {
    background-color: #C8102E;
    padding: 1% 0 1% 5%;
    border-radius: 0;
    width: 90%;
    color: #fbfbfb;
    border-color:#C8102E;
    margin-bottom:7%;
}
/*#level-2 h2, #level-2 h4 {
    color: #d09b3b;
    border-bottom: 3px solid #69642d;
    border-left: 1px solid #69642d;
    text-shadow: 1px 1px 2px #69642d;
}*/
/***
*  EMBEDS
***
.video-wrapper {
    position: relative;
    width: 60%;
    margin-left: 20%;
    height: 0;
    padding-bottom:34%;
	  box-shadow: 1px 1px 10px #91a39f !important;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.video-wrapper{
  position: relative;
  margin: auto;
  width: 90%;
  height: auto;
  padding-bottom: 50%;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border:none;
}
img.flickr-wrapper{
	width:100%;
}
.flickr-wrapper {
    width: 100%;
    position:relative;
    text-align: center;

}

/***
*   BODY TEXT
***/
.body-text{
		color:#404040;
		margin-left: 1.5%;
  	font-size: 1.1em;
  	line-height: 1.4em;
}
.body-text h4 {
    font-size: 1.4em;
    margin-bottom: 0;
}
/***
*   TOP NAV
***/
#top-nav {
    height: 60px;
    position: fixed;
    background: rgba(251,251,251,.9);
    width: 100%;
    z-index: 100;
    border-bottom: 5px solid #404040;
}
#anchor-buttons-wrapper {
    width: 95%;
    margin: auto;
    text-align:center;
}
.anchor-button {
    display: inline-block;
    width: 11%;
    margin-right: 1%;
    background-color: #404040;
    text-align: center;
    height: 40px;
    margin-top: 10px;
    transition:all .25s;
    -webkit-transition:all .25s;
    -moz-transition:all .25s;
    border:1px solid #404040;
}
.anchor-button:hover {
    background-color: #ffffff;
    color:#404040;
    text-align: center;
    cursor:pointer;
  }
  .anchor-button-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}

/***
*   BANNER SECTION
***/
#banner{
  position:relative;
  height:100vh;
  width:100%;
  min-width:100%;
}
.transparent-screen{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(40,40,40,.5);
}
#banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    font-size: 2em;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#banner-text h2 {
    font-size: 1.8em;
        line-height: 1.4em;
    font-weight: 400;
    margin: 0 0 4% 0;
}
#banner-text .font-xlarge {
    font-size: 1.2em;
}
#banner-text .font-large {
    font-size: 1em;
}
p.dot-wrapper.font-white {
    margin-bottom: 3% !important;
}
.dot-wrapper {
    text-align: center;
    margin-bottom: 7%;
    font-size: .5em;
}
p.dot-wrapper.font-white .fa {

}
.dot-wrapper span {
    margin-right: 1%;
    margin-left: 1%;
}
/***
*   QUOTE
***/
#quote-wrapper {
    width: 70%;
    margin: 6% auto 3% auto;
    border-top: 1px solid rgba(40,40,40,.15);
    border-bottom: 1px solid rgba(40,40,40,.15);
    font-size: 1.4em;
    line-height: 1.6em;
    color: #777;
    font-family: 'raleway', sans-serif;
}
#quote {
    text-align: center;
    font-style: italic;
    padding: 2% 2%;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height:1.6em;
    color:#404040;
}
#attribution {
    text-align: right;
    font-family: 'Open-sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    padding: 0 2% 2% 0;
}
#quote-wrapper span.fa.fa-quote-left, #quote-wrapper span.fa.fa-quote-right {
    position: absolute;
    font-size: 2.5em;
    background-color: transparent;
    padding: 3%;
    color:#404040;
}
#quote-wrapper span.fa.fa-quote-left {
    top: 0;
    left: 0;
    transform: translate(-90%,-70%);
    -webkit-transform: translate(-90%,-70%);
    -moz-transform: translate(-90%,-70%);
    -o-transform: translate(-90%,-70%);
}
#quote-wrapper span.fa.fa-quote-right {
    bottom: 0;
    right: 0;
    transform: translate(90%,50%);
    -webkit-transform: translate(90%,50%);
    -moz-transform: translate(90%,50%);
    -o-transform: translate(90%,50%);
}
/***
*   SCROLL ENCOURAGE
***/
#scroll-encourage {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    opacity:1;
    transition: opacity .25s;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -o-transition: opacity .25s;

}
#scroll-encourage p {
    font-size: 1.6em;
    margin: 1% 0;
}
#scroll-encourage p span {
    font-size: 2em;
}
#scroll-encourage.transparent {
    opacity: 0;
}
#scroll-encourage.transparent.hidden {
    display:none;
}

/***
*   SECTION
***/
.section {
  background-color: rgba(251,251,251,.95);
  border-top: 3px solid #282828; /*orange #ea6424*/
  border-bottom: 3px solid #282828;
  color: #282828;
  width: 84%;
  padding: 3% 8%;
  margin-bottom: 15%;
}
.section h3 {
    text-align: center;
    margin: 0 0 1% 0;
    font-weight: 400;
    font-size: 2.4em;
    line-height:1.6em;
}
.section p.dot-wrapper {
    margin-bottom: 3%;
}
.section .video-wrapper {
    margin-bottom: 3%;
}
/**.flickr-wrapper {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}**/
.three-per-margin{
  margin:3% 0;
}
.logo{
  display:inline-block;
  max-width:100%;
  margin:2% 4%;
  vertical-align: middle;
  border:1px solid rgba(40,40,40,.15)
}

/***
* FOR SLIDESHOW
***/
.gallerySlides > img {
	 vertical-align: middle;
	 float: none;
	 max-width: 100%;
	 margin: 0;
}
/* Position the image container (needed to position the left and right arrows) */
 .container {
	 position: relative;
}
/* Hide the images by default */
 .gallerySlides {
	 display: none;
}
/* Add a pointer when hovering over the thumbnail images */
 .cursor {
	 cursor: pointer;
}
/* Next & previous buttons */
 .prev, .next {
	 cursor: pointer;
	 position: absolute;
	 top: 30%;
	 width: auto;
	 padding: 16px;
	 margin-top: -50px;
	 color: white;
	 font-weight: bold;
	 font-size: 20px;
	 border-radius: 0 3px 3px 0;
	 user-select: none;
	 -webkit-user-select: none;
}

/* Position the "next button" to the right */
 .next {
	 right: 0;
	 border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
 .prev:hover, .next:hover {
	 background-color: rgba(0, 0, 0, 0.8);
   color:#13a89e;
}
/* Number text (1/3 etc) */
 .number-text {
	 color: #f2f2f2;
	 font-size: 12px;
	 padding: 8px 12px;
	 position: absolute;
	 top: 0;
}
/* Container for image text */
 .slideshow-caption-container {
	 text-align: center;
	 background-color: #404040;
	 padding: 2px 16px;
	 color: white;
}
 .slideshow-row:after {
	 content: "";
	 display: table;
	 clear: both;
}
/* Six columns side by side */
 .slideshow-column {
	 float: left;
	 width: 16.66%;
}
 .slideshow-column > img {
	 float: none;
	 max-width: 100%;
	 margin: 0;
}
/* Add a transparency effect for thumnbail images */
 .slideshow {
	 opacity: 0.6;
}
 .active, .slideshow:hover {
	 opacity: 1;
}

/***
* FOOTER
***/

#footer {
  width: 100%;
background-color: #fff;
border-top: 3px solid #282828;
padding-top: 2%;
padding-bottom: 2%;
color: #404040;
}

#footer-info {
  position: relative;
  width: 82%;
  margin: 5% 0 0 7%;
  padding: 1.5%;
  border: 1px solid rgba(40, 40, 40, .15);
  text-align: center;
}

#footer-logo img {
  display:inline-block;
  vertical-align: bottom;
  width: 45%;
  margin:2%;
}

#footer-logo {
  max-width: 50%;
  margin: auto;
  text-align:center;
}

.small-footer-logo {
  vertical-align: top;
  width: 32% !important;
  margin-top: 1% !important;
}
.small-square-footer-logo {
  vertical-align: top;
  width: 15% !important;
  margin-top:3% !important;
}

#footer-social p {
  font-size: 1.5em;
}

#footer-social a {
  color: #333;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
}

#footer-social a:hover {
  color: #1a79af;
}
@media only screen and (max-width:1000px){
  #banner-text {
    font-size: 1.5em;
  }

  #banner-text h2 {
      font-size: 1.8em;
          line-height: 1.4em;
  }
  #banner-text .font-xlarge {
      font-size: 1em;
  }
  #banner-text .font-large {
      font-size: .7em;
  }

}
@media only screen and (max-width:920px){
	#level-1 {
    top: 60px;
}
	#level-1 h1{font-size:2em;}
	#level-1 h2{font-size:2em;}
	.timmer-wrapper{font-size:.5em}
	#level-1-footer{display:none;}
	#level-1-text {
    font-size: 1.4em;
}
/***
* ANNOUNCEMENT BOX
***/
.announcement-box{
  margin-top: 59px;
}

	#left-nav-anchor{
		top:0;
		left:0;
		width:100%;
		height:60px;
		padding:0 0 0 1%;
		background-color:rgba(40,40,40,.85);
		border:none;

	}
	#left-nav-anchor.dark, .left-nav-social-btn.dark{
		color:#fbfbfb;
	}
	.left-nav-social-btn{
		display:inline-block;
		margin-right:5%;
		margin-top:1%;
	}
}
@media only screen and (max-width:900px){
  #anchor-buttons-wrapper {
    width: 90%;
    margin-left: 5%;
    font-size:.8em;
  }
  .anchor-button{
    width:12%;
  }
}

@media only screen and (max-width:815px){
	.save-the-date{
		width:6%;
	}
	#sub-text{font-size:.5em;}
	#level-1 h1{font-size:1.8em;}
	#level-1 h2{font-size:1.8em;}
	.timer-wrapper{font-size:.5em}

}
@media only screen and (orientation:landscape){
  #banner-text {
      font-size: 1.5em;
    }

}
/*** For iPhone X **/
@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (-webkit-device-pixel-ratio : 3) {
    #banner-text h2{
      font-size: 3.5em;
    }
    #banner-text .font-xlarge {
      font-size: 2.5em;
      line-height: 1.5em;
    }
    #banner-text .font-large {
      font-size: 1.7em;
    }
    #scroll-encourage p{
      font-size: 2.5em;
    }
    .section .video-wrapper {
        margin-bottom: 7%;
        margin-top:4%
    }
  }

/***For iPhone 7, 8***/
@media only screen
    and (device-width : 375px)
    and (device-height : 667px)
    and (-webkit-device-pixel-ratio : 2) {
      #banner-text h2{
        font-size: 3.5em;
      }
      #banner-text .font-xlarge {
        font-size: 2.5em;
        line-height: 1.5em;
      }
      #banner-text .font-large {
        font-size: 1.7em;
      }
      #scroll-encourage p{
        font-size: 2.5em;
      }
      .section .video-wrapper {
          margin-bottom: 7%;
          margin-top:4%
      }
    }

/*** For iPhone 6, 6s, 7, 8 Plus***/
@media only screen
    and (device-width : 414px)
    and (device-height : 736px)
    and (-webkit-device-pixel-ratio : 3) {
      #banner-text h2{
        font-size: 3.5em;
      }
      #banner-text .font-xlarge {
        font-size: 2.5em;
        line-height: 1.5em;
      }
      #banner-text .font-large {
        font-size: 1.7em;
      }
      #scroll-encourage p{
        font-size: 2.5em;
      }
      .section .video-wrapper {
          margin-bottom: 7%;
          margin-top:4%
      }
    }



@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5), only screen
and (min-device-width : 768px)
and (max-device-width : 1024px), only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2), only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1), only screen
and (min-device-width : 375px)
and (max-device-width : 667px), only screen
and (min-device-width : 414px)
and (max-device-width : 736px), only screen
and (min-device-width : 320px)
and (max-device-width : 568px), only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
  body:before{
    content: "";
 display: block;
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: -10;
    background: url('./1263977847_fuam_landing-page_suzanne-chamlin_mobile-background-image_774x1136_12142023.jpg') no-repeat center center;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
  }
  body{
    background:transparent;
    line-height: 2em;
  }

  /***
  *   RESPONSIVE TABLE
  ***/
  .resp-table{
    position:relative;
    display:block;
    width:100%;
  border-right:1px solid #282828;
    border-bottom:1px solid #282828;
      border-left:1px solid #282828;
  }
  .resp-table-header{
    position:relative;
    display:block;
    width:100%;
    background-color:#efefef;
    text-align:center;
  }
  .resp-table-row{
    position:relative;
    display:block;
    width:100%;
      border-top:1px solid #282828;

  }
  .resp-table-col{
    display:inline-block;
    vertical-align: top;
    height:100%;
    border-top: none;
    padding:1%;
  }
  .resp-table-col.main{
    width:75%;
  }
  .resp-table-col.sec{
    width:75%;
    border-left: none;
  }
  .resp-table-mobile-header{
    display:inline-block;
    width:18%;
    padding:1%;
    border-right:1px solid #282828;
    background-color:#efefef;
    text-align:right;
  }

  .resp-table-header {
    display: none;
}

  #top-nav{
    display:none;
  }
	#level-1 {
		top: 60px;
}
	#level-1 h1{font-size:2em;}
	#level-1 h2{font-size:2em;}
	.timmer-wrapper{font-size:.5em}
	#level-1-footer{display:none;}
	#level-1-text {
		font-size: 1.4em;
}
/***
* ANNOUNCEMENT BOX
***/
.announcement-box{
  margin-top: 59px;
}

	#left-nav-anchor{
		top:0;
		left:0;
		width:100%;
		height:60px;
		padding:0 0 0 1%;
		background-color:rgba(40,40,40,.85);
		border:none;

	}
	#left-nav-anchor.dark, .left-nav-social-btn.dark{
		color:#fbfbfb;
	}
	.left-nav-social-btn{
		display:inline-block;
		margin-right:5%;
		margin-top:1%;
	}


	.left-nav-social-btn{ margin-top:0;}
	#level-1-text{
		  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
	}
		#level-1 h1{font-size:1.6m;}
	#level-1 h2{font-size:1.6em;}
	.timer-wrapper{font-size:.4em}
	#level-1-footer{
		display:none;
	}

  .gen-callout-button.banner-button a{
      padding: 30px 100px;
      font-size:1.5em;
  }
  .dot-wrapper span {
      margin-right: 3%;
      margin-left: 3%;
  }

}

@media only screen and (orientation:portrait){
  .multi-video{
    height:25vh;
  }
}
