/*
Midlife Teenagers Holding CSS
*/
html {
  scroll-behavior: smooth;
}
html, body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Open Sans", Arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background-color: #fca000;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0;
  outline-style: none;
}
a {
  outline: 0;
  outline-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  outline: none;
}
img {
  opacity: 1.0 !important;
  transition: opacity 1s ease-in-out !important;
  -moz-transition: opacity 1s ease-in-out !important;
  -webkit-transition: opacity 1s ease-in-out !important;
}
a:hover img {
  opacity: .7 !important;
  transition: opacity 0.4s ease-in-out !important;
  -moz-transition: opacity 0.4s ease-in-out !important;
  -webkit-transition: opacity 0.4s ease-in-out !important;
}
img {
  max-width: 100%;
  height: auto;
  zoom: 1;
}
/* TYPOGRAPHY */
p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 18px;
}
h1, h2, h3, h4 {
  font-weight: 600;
  color: #ffffe3;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  text-shadow: 3px 3px 2px rgba(89,60,27,0.79);
}
h1 {
  font-size: 38px;
  line-height: 44px;
}
h2 {
  font-size: 30px;
  line-height: 36px;
}
h3 {
  font-size: 26px;
  line-height: 32px;
}


a {
  text-decoration: none;
  color: #7e1100;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
  font-size:18px;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
b, strong {
  font-weight: 600;
}
.orange1 {
color:#fe7100;
text-shadow: 3px 3px 2px #7E1100;

}
red1 {
color:#7e1100;

}
.attribution {
  margin-top: 40px;
}
.attribution a {
  color: #9f9f9f !important;
  font-size: 12px;
}
.centered {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
#wrapper {
  width: 100%;
  padding: 0px;
}

#logo {
  width: 40%;
  float: left;
}
#logo img {
  width: 100%;
  max-width: 320px;
  height: auto;
  zoom: 1;
}

#header-row-1 {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  min-height:60px;
}
.header-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding-right: 2%;
  padding-left: 2%;
  width: 96%;
}



/* CONTENT ROWS */
.full-row-default {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-default {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  width: 94%;
  padding-right: 3%;
  padding-left: 3%;
  text-align: center;
}
.content-narrow {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  width: 94%;
  padding-right: 3%;
  padding-left: 3%;
  margin-bottom: 20px;
}

.content-centered {
  width: 100%;
  text-align: center;
}
.social ul {
  padding-left: 0px;
  margin-left: 0px;
}
.social li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 0px;
}
.social li i {
  border-radius: 6px;
  background-color: #7e1100 !important;
  color: #ffffff;
  height: 50px;
  width: 50px;
  text-align: center !important;
  line-height: 50px;
  font-size: 24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 10px;
  margin-left: 2px !important;
  margin-right: 2px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.social li a:hover i {
  background: #ffffe3 !important;
  color: #fe7100;
}


/* FOOTER */
#footer {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 2%;
  padding-left: 2%;
  position: relative;
  width: 96%;
  margin-top: 40px;
  padding-bottom: 40px;
  background-color: #656464;
  border-top: 4px solid #333333;
}
#footer-inner {
  width: 100%;
  margin: 0px;
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}
#footer-inner p {
  margin-bottom: 12px;
  padding: 0px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #eeeeee;
}
#footer-inner a {
  color: #dddddd;
}
#footer-inner a:hover {
  color: #ffffff !important;
}

.scroll-up {
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 10000;
  right: 30px;
  bottom: 35px;
}
.scroll-up a:hover img {
  opacity: 0.5 !important;
}




@media (max-width: 540px) {
  .scroll-up {
    display: none;
  }
}
@media print {
  /*hide elements when printing*/
#mainmenu, #header-row-2, #hero-image-home, #hero-image-content, #hero-image-text, #footer, .button1 {
    display: none!important;
  }
#logo {
width:100%;
text-align:center;
}  
  
.flex-boxes-copy {
display:block;
}
  #footer {
    display: none;
  }
  /*hide the right column when printing*/
  body {
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: "Open Sans", Arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    font-size: 15px;
  }
  p, ul, li, td, h1, h2, b, strong, a {
    text-decoration: none;
    color: #14100D;
  }
  a.content_link {
    text-decoration: none;
    color: #14100D;
  }
}