@import url(https://fonts.googleapis.com/css?family=Raleway:500,700,800,400,300);
/*### page ###*/
/* line 43, base.scss */
html body {
  font-family: "Raleway", sans-serif;
}

/* line 52, base.scss */
.clearBoth {
  clear: both;
}

/* line 56, base.scss */
#loader {
  padding: 0 0 60px;
  text-align: center;
}

/*### menu setup ###*/
/* line 64, base.scss */
.menuTrigger {
  display: none;
}
@media only screen and (min-width: 1200px) {
  /* line 64, base.scss */
  .menuTrigger {
    display: block;
    position: fixed;
    top: 88px;
    right: 120px;
    -webkit-transition: right 0.5s;
    /* Safari */
    transition: right 0.5s;
    z-index: 3;
  }
}
/* line 78, base.scss */
.menuTrigger.navon {
  right: 370px;
}
/* line 82, base.scss */
.menuTrigger a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  /*-webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;*/
  font-size: 20px;
  background: transparent url(../img/menu-stripes.png) 70px 1px no-repeat;
  padding: 17px 65px 0 0;
  text-decoration: none;
  line-height: 18px;
  -webkit-transition: color 0.5s, background-image 0.5s ease-in-out;
  /* Safari */
  transition: color 0.5s, background-image 0.5s ease-in-out;
}
/* line 98, base.scss */
.menuTrigger a span {
  font-size: 50px;
  font-weight: normal;
}
/* line 105, base.scss */
.menuTrigger a:focus, .menuTrigger a:active, .menuTrigger a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 110, base.scss */
.menuTrigger a.active {
  color: #337ab7;
  background: transparent url(../img/menu-stripes_blue.png) 70px 1px no-repeat;
}

/* line 117, base.scss */
.smallnav {
  background: #000;
}
/* line 120, base.scss */
.smallnav .navbar-toggle {
  background-color: transparent;
  float: none;
  margin-right: 0;
  border: none;
}
/* line 126, base.scss */
.smallnav .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
/* line 132, base.scss */
.smallnav .navbar {
  margin: 0;
}
/* line 136, base.scss */
.smallnav .navbar-nav {
  margin: 7.5px 0;
}
@media only screen and (min-width: 768px) {
  /* line 136, base.scss */
  .smallnav .navbar-nav {
    margin: 7.5px -15px;
  }
}
/* line 144, base.scss */
.smallnav .navbar-default {
  background-color: #000;
  border-color: transparent;
  border: 0;
  text-align: center;
}
/* line 150, base.scss */
.smallnav .navbar-default .navbar-header {
  float: none;
}
/* line 153, base.scss */
.smallnav .navbar-default .navbar-header .navbar-collapse {
  width: 100%;
  border-color: transparent;
}
/* line 157, base.scss */
.smallnav .navbar-default .navbar-header .navbar-collapse ul {
  width: 100%;
}
/* line 160, base.scss */
.smallnav .navbar-default .navbar-header .navbar-collapse ul li {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 160, base.scss */
  .smallnav .navbar-default .navbar-header .navbar-collapse ul li {
    display: inline-block;
    float: none;
  }
}
/* line 168, base.scss */
.smallnav .navbar-default .navbar-header .navbar-collapse ul li a {
  line-height: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 168, base.scss */
.smallnav .navbar-default .navbar-header .navbar-collapse ul li.active a {
	background: #336bb5;
	color: #fff;
}

/* line 186, base.scss */
.main-nav {
  position: fixed;
  z-index: 2;
  right: -250px;
  height: 100%;
  width: 250px;
  text-align: center;
  overflow-y: auto;
  background: #000;
  -webkit-transition: right 0.5s;
  /* Safari */
  transition: right 0.5s;
}
/* line 199, base.scss */
.main-nav.navon {
  right: 0;
}
/* line 203, base.scss */
.main-nav h3 {
  margin: 60px 0 35px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
}
/* line 212, base.scss */
.main-nav .menu-logo {
  margin: 50px 0 60px;
}
/* line 216, base.scss */
.main-nav ul {
  margin: 0;
  padding: 0;
}
/* line 220, base.scss */
.main-nav ul li {
  margin: 0 0 30px 0;
  list-style-type: none;
}
/* line 224, base.scss */
.main-nav ul li a {
  line-height: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 231, base.scss */
.main-nav ul li a:hover {
  text-decoration: underline;
}
/* line 241, base.scss */
.main-nav .taglist {
  padding: 0 30px;
}
/* line 245, base.scss */
.main-nav .taglist a {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  white-space: no-wrap;
  margin: 0 0 17px;
  line-height: 15px;
}
/* line 255, base.scss */
.main-nav .taglist a:hover {
  text-decoration: underline;
  color: #fff;
}

/* line 265, base.scss */
#pageMargins {
  position: relative;
  z-index: 1;
  right: 0;
  -webkit-transition: right 0.5s;
  /* Safari */
  transition: right 0.5s;
}
/* line 272, base.scss */
#pageMargins.navon {
  right: 250px;
}

/*### header ###*/
/* line 287, base.scss */
header .headerTop {
  background: #336bb5;
}
/* line 290, base.scss */
header .headerTop .logo {
  margin: 40px 0 40px 0;
  text-align: center;
}
@media only screen and (min-width: 1112px) {
  /* line 290, base.scss */
  header .headerTop .logo {
    margin: 40px 0 0 100px;
    text-align: left;
  }
}
/* line 302, base.scss */
header .headerTop .slogan {
  margin: 0 0 40px 0;
  text-align: center;
  height: 168px;
  color: #fff;
  font-weight: 300;
  background: transparent url(../img/claim_bg.jpg) top center no-repeat;
}
@media only screen and (min-width: 768px) {
  /* line 302, base.scss */
  header .headerTop .slogan {
    margin: 0 0 0 0;
  }
}
/* line 314, base.scss */
header .headerTop .slogan span {
  display: inline-block;
  margin-top: 35px;
  width: 260px;
  vertical-align: middle;
  font-weight: 300;
  font-size: 25px;
  font-style: italic;
  line-height: 29px;
}
@media only screen and (min-width: 1112px) {
  /* line 314, base.scss */
  header .headerTop .slogan span {
    margin-top: 50px;
    width: 373px;
  }
}
/* line 332, base.scss */
header .headerBottom {
  padding: 11px 0;
  background: #c6c6c6;
}
/* line 336, base.scss */
header .headerBottom .wrap {
  text-align: center;
}

@media only screen and (min-width: 768px) {
	/* line 336, base.scss */
	header .headerBottom .wrap {
	  text-align: right;
	}
}


/* line 340, base.scss */
header .headerBottom .socials {
  display: inline-block;
  margin: 0 0 0 0;
}
@media only screen and (min-width: 1112px) {
  /* line 340, base.scss */
  header .headerBottom .socials {
    margin: 0 5px 0 0;
  }
}
/* line 348, base.scss */
header .headerBottom .socials img {
  display: inline-block;
}
/* line 352, base.scss */
header .headerBottom .socials .icons {
  display: inline-block;
  margin: 0 0 0 4px;
}
@media only screen and (min-width: 1112px) {
  /* line 352, base.scss */
  header .headerBottom .socials .icons {
    margin: 0 0 0 20px;
  }
}
/* line 362, base.scss */
header .headerBottom .socials .icons ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 367, base.scss */
header .headerBottom .socials .icons ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
/* line 373, base.scss */
header .headerBottom .socials .icons ul li a:hover {
  opacity: 0.8;
}
/* line 387, base.scss */
header .headerBottom .laterpayNotice {
  display: inline-block;
}

/*### Content ###*/
/* line 399, base.scss */
#mainContent {
  padding-top: 90px;
  padding-bottom: 90px;
}
/* line 403, base.scss */
#mainContent .left article {
  padding-right: 10px;
}
/* line 407, base.scss */
#mainContent .right article {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
	/* line 407, base.scss */
	#mainContent .right article {
	  padding-left: 10px;
	}
}

/* line 417, base.scss */
#mainContent article {
  padding: 0 0 50px 0;
}

@media only screen and (min-width: 768px) {
/* line 417, base.scss */
#mainContent article {
  padding: 0 0 90px 0;
}
}

/* line 425, base.scss */
#mainContent article .entry-header h2 {
  margin: 0 0 20px 0;
  display: table;
  height: 115px;
  line-height: 38px;
}
/* line 431, base.scss */
#mainContent article .entry-header h2 a {
  display: table-cell;
  color: #000;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  vertical-align: middle;
}
/* line 439, base.scss */
#mainContent article .entry-header h2 a:hover {
  text-decoration: underline;
}
/* line 447, base.scss */
#mainContent article .entry-header .author {
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: 500;
}
/* line 452, base.scss */
#mainContent article .entry-header .author strong {
  font-weight: 700;
}
/* line 457, base.scss */
#mainContent article .entry-header .dateAndTags {
  margin: 0 0 40px 0;
  font-weight: 500;
  font-size: 15px;
  color: #888888;
  /*min-height: 45px;*/
}
/* line 464, base.scss */
#mainContent article .entry-header .dateAndTags .date {
  color: #336bb5;
}
/* line 470, base.scss */
#mainContent article .entry-header .dateAndTags .tags a {
  color: #888888;
  text-decoration: none;
}
/* line 474, base.scss */
#mainContent article .entry-header .dateAndTags .tags a:hover {
  color: #888888;
  text-decoration: underline;
}
/* line 486, base.scss */
#mainContent article .entry-content {
  min-height: none;
}
@media only screen and (min-width: 768px) {
  /* line 486, base.scss */
  #mainContent article .entry-content {
    min-height: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 486, base.scss */
  #mainContent article .entry-content {
    min-height: 360px;
  }
}
@media only screen and (min-width: 1112px) {
  /* line 486, base.scss */
  #mainContent article .entry-content {
    min-height: 330px;
  }
}
/* line 502, base.scss */
#mainContent article .entry-content .the-content {
  margin: 0 auto 0;
  width: 100%;
}
@media only screen and (min-width: 1112px) {
  /* line 502, base.scss */
  #mainContent article .entry-content .the-content {
    width: 852px;
  }
}

/* line 502, base.scss */
#mainContent article .entry-content .the-content img {
  max-width: 100%;
  height: auto;
}

/* line 512, base.scss */
#mainContent article .entry-content a {
  color: #337ab7;
}
/* line 515, base.scss */
#mainContent article .entry-content a:hover {
  text-decoration: underline;
}
/* line 520, base.scss */
#mainContent article .entry-content p {
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}

#mainContent article .entry-content h3,
#mainContent article .entry-content h2 {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
}

#mainContent article .entry-content ol,
#mainContent article .entry-content ul {
	margin: 0 0 30px 0;
}

#mainContent article .entry-content ol li,
#mainContent article .entry-content ul li {
	margin: 0 0 15px 0;
	font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}

/* line 520, base.scss */
#mainContent article .entry-content iframe {
	width: 100% !important;
	height: 215px !important;
}

@media only screen and (min-width: 768px) {
	#mainContent article .entry-content iframe {
		min-height: 350px !important;
	}
}

@media only screen and (min-width: 992px) {
	#mainContent article .entry-content iframe {
		min-height: 500px !important;
	}
}

@media only screen and (min-width: 1112px) {
	#mainContent article .entry-content iframe {
		min-height: 500px !important;
	}
}


/* line 520, base.scss */
#mainContent article .entry-content img.noalign,
#mainContent article .entry-content img.aligncenter {
	max-width: 100%;
	height: auto;
}


/* line 527, base.scss */
#mainContent article .entry-content .more-link {
  text-transform: uppercase;
  font-weight: 700;
  color: #336bb5;
}
/* line 532, base.scss */
#mainContent article .entry-content .more-link:hover {
  text-decoration: underline;
}
/* line 538, base.scss */
#mainContent article .entry-content img.alignright {
  margin: 0 0 15px 15px;
  float: right;
}
/* line 543, base.scss */
#mainContent article .entry-content img.alignleft {
  margin: 0 15px 15px 0;
  float: left;
}
/* line 552, base.scss */
#mainContent article .entry-footer .edit-link a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  background: #336bb5;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  line-height: 14px;
}

/* line 569, base.scss */
.scrollNav {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 569, base.scss */
  .scrollNav {
    display: block;
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background: #336bb5;
    z-index: 4;
    -webkit-transition: top 0.5s;
    /* Safari */
    transition: top 0.5s;
  }
}
/* line 586, base.scss */
.scrollNav.active {
  top: 0;
}
/* line 590, base.scss */
.scrollNav .wrap {
  max-width: 1066px;
  margin: 0 auto;
}
/* line 595, base.scss */
.scrollNav .wrap .title,
.scrollNav .wrap .cat {
  line-height: 60px;
  padding: 0 12px;
}
/* line 600, base.scss */
.scrollNav .wrap .title {
  margin: 0 0 0 25px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

/* line 600, base.scss */
.scrollNav .wrap .supershort {
	display: none;
}

@media only screen and (min-width: 768px) {
	.scrollNav .wrap .supershort {
		display: inline;
	}
}

@media only screen and (min-width: 992px) {

	/* line 600, base.scss */
	.scrollNav .wrap .supershort {
		display: none;
	}
}

/* line 600, base.scss */
.scrollNav .wrap .short {
	display: none;
}
@media only screen and (min-width: 992px) {

	/* line 600, base.scss */
	.scrollNav .wrap .short {
		display: inline;
	}
}

/* line 608, base.scss */
.scrollNav .wrap .cat {
  text-transform: uppercase;
  font-size: 15px;
  color: #8cb8d4;
  font-weight: bold;
}
/* line 615, base.scss */
.scrollNav .wrap .logo {
  vertical-align: top;
  display: inline-block;
}
/* line 622, base.scss */
.scrollNav .wrap .social .sharethis {
  float: right;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
}
/* line 632, base.scss */
.scrollNav .wrap .social .sharedaddy {
  margin: 11px 0 0 11px;
  clear: none;
  float: right;
}
/* line 638, base.scss */
.scrollNav .wrap .social img {
  margin: 0 0 0 10px;
}
/* line 642, base.scss */
.scrollNav .wrap .social .share-print {
}
/* line 649, base.scss */
.scrollNav .wrap .social .sd-social-icon .sd-content .share-print a,
.scrollNav .wrap .social .sd-social-icon .sd-content .share-email a,
.scrollNav .wrap .social .sd-social-icon .sd-content .share-twitter a,
.scrollNav .wrap .social .sd-social-icon .sd-content .share-facebook a,
.scrollNav .wrap .social .sd-social-icon .sd-content .share-google-plus-1 a {
  background: #0f4488 none repeat scroll 0 0;
  color: #336bb5 !important;
}
/* line 654, base.scss */
.scrollNav .wrap .social .sd-content ul li a.sd-button::before {
  font: 23px/1 "Genericons";
}

/* line 663, base.scss */
#mainContent .articlefoot {
  margin: 0 auto 0;
  width: 100%;
}
@media only screen and (min-width: 1112px) {
  /* line 663, base.scss */
  #mainContent .articlefoot {
    width: 852px;
  }
}
/* line 672, base.scss */
#mainContent .articlefoot .tags {
  margin: 60px 0 60px;
  text-align: center;
}
/* line 677, base.scss */
#mainContent .articlefoot .tags a {
  display: inline-block;
  margin: 0 10px 10px;
  font-size: 15px;
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
}
/* line 688, base.scss */
#mainContent .articlefoot .sharedaddy {
  margin: 60px 0 80px;
  text-align: center;
}
/* line 697, base.scss */
#mainContent .articlefoot .sharedaddy .sd-social-icon .sd-content .share-print a,
#mainContent .articlefoot .sharedaddy .sd-social-icon .sd-content .share-email a,
#mainContent .articlefoot .sharedaddy .sd-social-icon .sd-content .share-twitter a,
#mainContent .articlefoot .sharedaddy .sd-social-icon .sd-content .share-facebook a,
#mainContent .articlefoot .sharedaddy .sd-social-icon .sd-content .share-google-plus-1 a {
  background: #cbc7be none repeat scroll 0 0;
  color: #fff !important;
  padding: 15px;
  margin-right: 10px;
  margin-left: 10px;
}
/* line 705, base.scss */
#mainContent .articlefoot .sharedaddy .sd-content ul li a.sd-button::before {
  font: 23px/1 "Genericons";
}
/* line 711, base.scss */
#mainContent .articlefoot .articleNav {
  text-align: center;
}
/* line 715, base.scss */
#mainContent .articlefoot .articleNav .prev a {
  position: relative;
  float: none;
  padding: 25px 25px 0 0;
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
  background: transparent url(../img/prev_arrow.jpg) top right no-repeat;
  z-index: 3;
}

/* line 715, base.scss */
#mainContent .articlefoot .visible-xs-block .prev a {
  position: relative;
  float: none;
  display:inline-block;
  padding: 0;
  height:62px;
  width: 62px;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
    text-indent: -9999px;
  background: transparent url(../img/arrow_mobile_links.jpg) top left no-repeat;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
	#mainContent .articlefoot .articleNav .prev a {
	  position: relative;
	  float: left;
	  padding: 25px 25px 0 0;
	  font-size: 28px;
	  font-weight: 300;
	  text-decoration: none;
	  color: #000;
	  background: transparent url(../img/prev_arrow.jpg) top right no-repeat;
	  z-index: 3;
  }
}


/* line 725, base.scss */
#mainContent .articlefoot .articleNav .prev a:hover {
  text-decoration: underline;
}
/* line 730, base.scss */
#mainContent .articlefoot .articleNav .next a {
  position: relative;
  float: none;
  padding: 25px 0 0 25px;
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
  height:62px;
  width: 62px;
  background: transparent url(../img/next_arrow.jpg) top left no-repeat;
  z-index: 3;
}

/* line 715, base.scss */
#mainContent .articlefoot .visible-xs-block .next a {
  position: relative;
  float: none;
  display:inline-block;
  width: 62px;
  height: 62px;
  padding: 0;
  font-weight: 300;
  font-size: 17px;
  text-decoration: none;
  color: #000;
  text-indent: -9999px;
  background: transparent url(../img/arrow_mobile_rechts.jpg) top right no-repeat;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
	/* line 730, base.scss */
	#mainContent .articlefoot .articleNav .next a {
	  position: relative;
	  float: right;
	  padding: 25px 0 0 25px;
	  width: auto;
	  font-size: 28px;
	  font-weight: 300;
	  text-decoration: none;
	  color: #000;
	  background: transparent url(../img/next_arrow.jpg) top left no-repeat;
	  z-index: 3;
	}
}


/* line 740, base.scss */
#mainContent .articlefoot .articleNav .next a:hover {
  text-decoration: underline;
}
/* line 745, base.scss */
#mainContent .articlefoot .articleNav .back {
	left: 0;
	margin: 30px 0 60px 0;
	position: relative;
	width: auto;
	z-index: 3;
	display: inline-block;

}

@media only screen and (min-width: 768px) {
	/* line 745, base.scss */
	#mainContent .articlefoot .articleNav .back {
		left: 50%;
		margin: 0 0 0 -33px;
		position: absolute;
		width: 72px;
		z-index: 3;
	}
}


/* line 752, base.scss */
#mainContent .articlefoot .articleNav .back a {
  display: inline-block;
  height: 56px;
  width: 72px;
  text-indent: -9999px;
  background: transparent url(../img/backto.jpg) top left no-repeat;
}

/* line 765, base.scss */
.single #mainContent article {
  padding: 0;
}

/* line 772, base.scss */
.page #mainContent article .entry-header .author,
.single #mainContent article .entry-header .author {
  max-width: 1066px;
  margin: 0 auto 3px;
  font-size: 18px;
  font-weight: 300;
}
/* line 778, base.scss */
.page #mainContent article .entry-header .author a,
.single #mainContent article .entry-header .author a {
  color: #000;
}
/* line 784, base.scss */
.page #mainContent article .entry-header .entry-title,
.single #mainContent article .entry-header .entry-title {
  display: block;
  margin: 0 auto 45px;
  padding: 32px 0px;
  border-top: 3px solid #356ab6;
  border-bottom: 3px solid #356ab6;
  max-width: 1066px;
  height: auto;
  font-size: 32px;
  font-weight: 800;
  color: #000;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 784, base.scss */
  .page #mainContent article .entry-header .entry-title,
  .single #mainContent article .entry-header .entry-title {
    padding: 70px 105px;
    font-size: 70px;
    line-height: 78px;
  }
}

/* line 812, base.scss */
.tags .page-header,
.category .page-header,
.search .page-header {
  margin: 0 0 80px;
  padding-bottom: 4px;
  border-bottom: 2px solid #336bb5;
}
/* line 818, base.scss */
.tags .page-title,
.category .page-title,
.search .page-title {
  font-weight: 300;
  font-size: 30px;
}
/* line 823, base.scss */
.tags .page-title span,
.category .page-title span,
.search .page-title span {
  color: #336bb5;
}

/* line 832, base.scss */
#page #more-posts {
  text-align: center;
}
/* line 836, base.scss */
#page #more-posts a {
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #336bb5;
  padding: 11px 20px 11px 20px;
  text-decoration: none;
}
@media only screen and (min-width: 1112px) {
  /* line 836, base.scss */
  #page #more-posts a {
    width: 370px;
  }
}
/* line 854, base.scss */
#page #more-posts a:hover {
  background: #5488c7;
  text-decoration: none;
}

/* line 865, base.scss */
.eofmessage {
  text-align: center;
}
/* line 869, base.scss */
.eofmessage article .entry-content {
  min-height: 0 !important;
}
/* line 877, base.scss */
.eofmessage h3 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

/*### Site Search ###*/
/* line 891, base.scss */
.siteSearch {
  text-align: center;
}
/* line 895, base.scss */
.siteSearch input[type="submit"] {
  margin: 0 20px 0 0;
  background: transparent url(../img/search-icon.jpg) top left no-repeat;
  border: 0;
  display: inline-block;
  height: 33px;
  width: 33px;
  text-indent: -9999px;
}
/* line 907, base.scss */
.siteSearch label input {
  width: 233px;
  color: #fff;
  background: #e8e8e8;
  border: 0;
  box-shadow: 0;
  line-height: 41px;
  padding: 0 15px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 918, base.scss */
.subscribe form #subscribe-email input:focus,
.siteSearch label input:focus {
  background: #8c8c8c;
}
@media only screen and (min-width: 1112px) {
  /* line 907, base.scss */
  .siteSearch label input {
    width: 434px;
  }
}

/*### Footer ###*/
/* line 935, base.scss */
footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f7f7f7;
}
/* line 940, base.scss */
footer h3 {
  margin: 0 0 27px 0;
  color: #336bb5;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 948, base.scss */
footer .books {
  margin: 0 0 40px 0;
  padding: 6px 0 0 0;
}
/* line 951, base.scss */
footer .books .book {
  display: inline-block;
  margin: 0 13px 15px 0;
  min-height: 158px;
  vertical-align: top;
}
/* line 959, base.scss */
footer ul {
  margin: 0 0 40px;
  padding: 0;
}
/* line 964, base.scss */
footer ul li {
  display: inline-block;
  margin: 0 13px 13px 0;
  padding: 0 0 0 16px;
  list-style-type: none;
  background: transparent url(../img/list_arrow.jpg) left 6px no-repeat;
}
@media only screen and (min-width: 992px) {
  /* line 964, base.scss */
  footer ul li {
    display: block;
    margin: 0 0 13px 0;
  }
}
/* line 978, base.scss */
footer ul li a {
  font-weight: 300;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
/* line 984, base.scss */
footer ul li a:hover {
  text-decoration: underline;
}
/* line 994, base.scss */
footer .taglist ul li {
  padding: 0 0 0 0;
  background: none;
}

/* line 1001, base.scss */
.videolink {
  position: relative;
  display: inline-block;
  z-index: 1;
}
/* line 1007, base.scss */
.videolink p {
  margin: 0 !important;
}
/* line 1013, base.scss */
.videolink:hover img {
  opacity: 1;
}
/* line 1017, base.scss */
.videolink:hover .icon img {
  opacity: 0.7;
}
/* line 1023, base.scss */
.videolink .icon {
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
/* line 1031, base.scss */
.videolink .icon img {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
}
/* line 1040, base.scss */
.videolink img {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
  width: 100%;
  height: auto !important;
}


@media only screen and (min-width: 768px) {
/* line 1040, base.scss */
.videolink img {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
  width: auto;
}
}

/* line 1045, base.scss */
.videolink img:hover {
  opacity: 1;
}



.contact-form {

}

.contact-form label {
	font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px;
}

.contact-form input {
	background: #e8e8e8 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    line-height: 41px;
    padding: 0 15px;
	font-weight: 600;
	font-size: 18px;
    transition: background-color 0.5s ease 0s;
}

.contact-form input:focus {
  background: #8c8c8c;
}


.contact-form input[type="submit"] {
	background: #336bb5 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 14px;
    padding: 15px 20px;
    text-decoration: none;
}

.contact-form textarea {
	font-weight: 600;
	font-size: 18px;
	border: 0;
	resize: none;
	background: #e8e8e8 none repeat scroll 0 0;
    color: #fff;
    line-height: 41px;
    padding: 0 15px;
    transition: background-color 0.5s ease 0s;
}

.contact-form textarea:focus {
  background: #8c8c8c;
}

.lp_time-pass-widget .lp_time-pass {
    margin-left: auto !important;
    margin-right: auto !important;
}

.lp_redeem-code__wrapper {
    margin: 0 auto;
}

.lp_redeem-code__hint {
	padding-top: 10px;
    text-align: center;
	font-family: "Raleway", sans-serif;
    color: #000;
    font-size: 23px !important;
    font-weight: 300;
}

.home .lp_sis_notification {
    display: block;
    margin: 0 0 10px;
    float: none;
}

.home .lp_button, .home .lp_purchase-button {
	float: none !important;
}


.subscribe {
	margin: 0 0 25px;
}

.subscribe h2 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.subscribe form {

}

.subscribe form #subscribe-text {
	display: block;
	margin-right: 15px;
}

.subscribe form #subscribe-text p {
	display: inline-block;
}

.subscribe form #subscribe-email {
	display: inline;
}

.subscribe form #subscribe-email input {
	width: auto;
   background: #e8e8e8 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    line-height: 41px;
    padding: 0 15px;
    font-weight: 600;
    transition: background-color 0.5s ease 0s;
}

.subscribe form #subscribe-submit {
	display: inline;
}

.subscribe form #subscribe-submit input {
    background: #336bb5 none repeat scroll 0 0;
    border-radius: 5px;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 14px;
    padding: 13px 18px;
    text-decoration: none;
}

.mailsub {
	margin: 0 10px 0 0;
}
@media only screen and (min-width: 992px) {
.mailsub {
	margin: 0 50px 0 0;
}
}

.the-content hr {
    margin-bottom: 60px;
    margin-top: 55px;
}

@media print {
  /* line 1062, base.scss */
  .subscribe,
  .single .articlefoot,
  #more-posts,
  .main-nav,
  .headWrap,
  .menuTrigger,
  .more-link,
  .edit-link,
  #page footer {
    display: none;
  }

  /* line 1069, base.scss */
  #mainContent article {
    padding: 0;
    page-break-after: auto;
  }
}
