@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'Merriweather', serif;
  background-position: center center;
  background-repeat:  no-repeat;
  background-attachment: fixed;
  background-size:  cover;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('Preloader_5.gif') center no-repeat #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}
h3 {font-weight: bold;}

/* layout */
#header, #footer {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 12;
  text-align: center;
  display: block;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
#header {
  top: 0 !important;
  height: 60px;
}
#footer {
  bottom: 0 !important;
  height: 40px;
  line-height: 40px !important;
  font-size: .75rem;
}
#content {
  margin-top: 60px;
  margin-bottom:60px;
  height: 100%;
  padding-top: 60px;
}
#where {
	background: #000000;
}
.defaultContent {
  margin-top:80px;
  color: #fff;
}
.defaultSingleContent {
  margin-top:80px;
}
#content a {
  text-decoration: underline
}
.defaultContent a {
  color: #fff;
}
.featured_channel {
	color: #fff;
}
.logo {
  padding-top:8px;
  width: 168px;
}
.subtitle {
	font-size: 1.125rem;
}
.pagetitle {
	font-size: 1.75rem;
}

/* mmenu hacks */
.mm-slideout {
  margin-top: -60px;
}

.page-6 #content, .form.contact label {
  color: #fff;
}
.contact .error {
  border:1px solid #FF0000;
}

.mmenu {
  display: block;
  width: 50px;
  height: 50px;
  background:url(menubutton-v3.png) no-repeat;
  position: absolute;
  top: 5px;
  left: 12px;
}
#my-menu:not( .mm-menu ) {
   display: none;
}
.english .button.alert a {
  color: #fff;
  font-size: 1rem !important;
  text-decoration: none;
}
/* mobile hacks */
.mobile-content {
  padding-top: 100px;
  margin-top: 100px;
  font-size: .75rem;
  border-top: 1px solid grey;
  background: #fff;
}
.mobile-content h1 {
  font-size:1rem;
}
.mobile-content h4 {
  font-size:.875rem;
}

/* mods for where template expand contract menu*/
.round-button {
  width:40px;
  position: absolute;
}
.round-button-circle {
  width: 100%;
  height:0;
  padding-bottom: 100%;
  overflow:hidden;
}
#content .round-button a {
  display:block;
  float:left;
  width:100%;
  padding-top:50%;
  padding-bottom:50%;
  line-height:1em;
  text-align:center;
  color:#e2eaf3;
  font-size:2em;
  text-decoration:none;
}
.close-icon-container {
  width:100%;
  position:absolute;
  top: -10px;
  left: calc(100% - 40px );
}
.modal-container {
  position:relative;
  padding:24px;
  width: 60%;
  background:rgba(0, 0, 0, 0.75);
  color:#fff;
  margin-top: 18px;
}
.bottom-container{
  position: fixed;
  bottom: 0px;
  color:white;
  left: 50%;
  transform: translate(-50%);
  background: rgba(0,0,0,.75);
  display: flex;
}
.bottom-text{
  padding: 10px 30px;
}
#content .bottom-title {
  text-decoration: none ;
  color: white;
}
.mc-image .flex-video {
	margin-top: 96px;
}

/* Medium and up */
@media screen and (min-width: 40em) {
  #header {
    height: 100px;
  }
  #footer {
    height: 60px;
    line-height: 60px !important;
  }
  #content {
    margin-top: 100px;
    margin-bottom:100px;
    height: 100%;
    padding-top: 100px;
  }
  .logo {
    padding-top:28px;
  }

  .mmenu {
    top: 25px;
    left: 25px;
  }
  .mm-slideout {
    margin-top: -100px;
  }
}

.grecaptcha-badge {
  z-index:999;
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}