@font-face {
  font-family: 'DINPro';
  src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINPro-Regular.otf')  format('opentype'),
	     url('../fonts/DINPro-Regular.woff') format('woff'), url('../fonts/DINPro-Regular.ttf')  format('truetype'), url('../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro';
  src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINPro-Bold.otf')  format('opentype'),
	     url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf')  format('truetype'), url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #004f9f;
}

.margin-left {
  margin-left: 5px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

body, html {
  font-size: 15px;

 	font-family: 'Hind',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
 body, html {
 height:100%;
 overflow-x:hidden;
 }
 

#page {
  margin-top: 00px;
min-height: 72%;
}

.no-underline {
  text-decoration: none !important;
}

.full-table {
  display: table;
  height: 100%;
  width: 100%;
}

.vcenter {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.bold {
  font-weight: bold;
}

.vbottom {
  display: table-cell;
  vertical-align: bottom;
  float: none;
}

.vmiddle {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.no-float {
  float: none;
}

.smaller {
  font-size: 0.8em;
}

.no-padding {
  padding: 0;
}

.show-mobile {
  display: none;
}

.white-bg {
  background-color: white;
}

/* Navigation */
#top-navigation {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 100;
  top: 0;
  height: 94px;
  border-radius: 0;
  border: 0;
  background: none;
}

#search {
  border-radius: 0;
  border: 2px solid black;
  box-shadow: none;
}

#sndSearch {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-left: 10px;
  background: transparent !important;
}

#desktopHeader {
  margin-top: 15px;
}

.center-nav {
  float: none;
  width: 90%;
  max-width: 1200px;
  border-bottom: 0px solid #004f9f;
  height: 70px;
  background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background: none;
  color: #000;
}

.navbar-default .navbar-nav>li>a {
  font-size: 1em;
  line-height: 2em;
  text-transform: uppercase;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 4px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: #004f9f;
}

.navbar-nav>li>.dropdown-menu>li {
  border-bottom: 1px solid white;
}

.navbar-nav>li>.dropdown-menu>li:last-child {
  border-bottom: 0px;
}

.navbar-nav>li>.dropdown-menu>li>a {
  color: #fff;
}
.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus {
  color: #262626;
}
/* End navigation */

/* TopArticle */
#topArticle {
  width: 100%;
  min-height: 500px;
  background-image: url('../images/topArticle.png');
  position: relative;
  background-size: cover;
  margin-bottom: 20px;
  color: white;
}

#topArticle .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-image: url('../images/topArticleShadow.png');
  background-position: bottom;
  background-repeat: repeat-x;
}

.topArticleContent {
  height: 100%;
}

.topArticleContent .vbottom {
  padding-bottom: 20px;
}

.topArticleContent .row {
  margin: 0;
}

.topArticleContent .text {
  padding: 0;
}

.topArticleContent h2 {
  margin-top: 10px;
  color: white;
}

.topArticleContent .space {
  margin-top: 20px;
}

.topArticleContent a {
  color: white;
}
/* End TopArticle */

/* Content */
.content, .topArticleContent {
  width: 90%;
  max-width: 1200px;
  padding: 0;
}

.content a {
  color: black;
}

.tag a {
  color: white;
}

.content .space {
  margin-top: 15px;
}

.content .space-p {
  margin-top: 5px;
}

.right-content a {
  color: black !important;
}

.content .large-space {
  margin-top: 50px;
}

.content .space-bottom {
  margin-bottom: 15px;
}

.splitter {
  width: 100%;
  height: 2px;

	background-color:#004f9f;

  margin: 10px 0;
}

.splitter.start

{
height: 1px;
background-color: #d7d7d7;	
}

.thin-splitter {
  width: 100%;
  height: 1px;
  background-color: #929291;
  margin: 10px 0;
}

.tag {
  background-color: black;
  color: white;
  float: left;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px
}

.video-button {
  margin: 15px;
}

.paragraph-headline {
  font-size: 1.4em;
  font-weight: bold;
}

.more-button a {
  color: black !important;
}

.arrow {
  margin-left: 10px;
}

.follow {
  background-color: #fff;
padding-right:15px;
  width: 100%;
}

.follow .headline {
  font-size: 1.5em;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: black;
  text-transform: uppercase;
}

.right-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer {
  background-color: #004f9f;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 1.3em;
  margin-top: 40px;
  width:100%;
}

.tag-image {
  width: 100%;
  position: relative;
}

.fit-horizontal {
  width: 100%;
  height: auto;
}

.taglist {
  position: absolute;
  top: 0px;
  padding: 10px;
}

.taglist.startpage
{
	position:relative;
	padding:0px;
}
.taglist.startpage .tag {
	background-color:white;
}



.taglist.startpage .tag a
{
	color:#000;
}

.contactForm {
  border-radius: 0;
  border: 1px solid black;
  box-shadow: none;
  margin-top: 10px;
  width: 100%;
  margin-right: 10px;
}

.messageForm {
  border-radius: 0;
  border: 0px solid black;
  box-shadow: none;
  margin-top: 10px;
  width: 100%;
  margin-right: 10px;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.star {
  padding-left: 5px;
  line-height: 35px;
  text-align: left;
  color: #004f9f;
}

.requiredText {
  color: #004f9f;
  margin-top: 15px;
  padding-right: 8%;
}

.parsley-errors-list li, .tx-powermail .requiredText
{
	  color: #004f9f;
  margin-top: 15px;
  padding-right: 8%;
}

.requiredText2 {
  color: #004f9f;
  margin-top: 15px;
  padding-right: 3%;
}

.readMore,
a.readMore {
  background-color: #004f9f;
  color: #fff!important;
  font-size: 14px;
  display: inline-block;
  padding: 3px 5px;
}

#sndContact {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff !important;
  font-weight: bold;
  margin-top: 15px;
  background: #004f9f !important;
  float:right;
  width: 150px;
  margin-right: 8%;
}

#signup {
    border-radius: 0;
    border: 1px solid #d7d7d7;
    box-shadow: none;
    margin-top: 14px;
    width: 66.667%;
    margin-left: 4.166666667%;
}

#sndSignup {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff !important;
  font-weight: bold;
  margin-top: 15px;
  background: #004f9f !important;
  margin-left: 4.166666667%;
}

.articleTags {
    margin-top: 20px;
    margin-bottom: -10px;
}

.headlineDetails {
  margin-bottom: 0px;
}

.authorInfo {
  font-size: 0.8em;
  vertical-align: middle;
  padding-left: 10px;
}

.follow-buttons img {
  margin-left: 20px;
}

.iconBox {
  background-color: #d7d7d7;
  display: inline-block;
  white-space: nowrap;
  color: black;
  margin-left: 3px;
}

.iconBox img {
  float: left;
  margin-right: 10px;
  border-right: 2px solid white;
}

.iconBox .title {
  padding-top: 1px;
  color: black;
  font-weight: normal;
  padding-right: 7px;
  display: inline-block;
}

a:hover .iconBox .title {
  color: white;
}

.articleInfo {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.articleInfo h3 {
  margin-top: 5px;
}

.inlineArticle {
  margin-bottom: 10px;
}

.inlineArticle img {
  border-right: 15px solid white;
}

.inlineRight {
  vertical-align: bottom;
  padding-bottom: 10px;
}

.aboutAuthor {
  min-height: 265px;
}

.aboutAuthor h3{
	margin-top:0px;
}

.inline-button {
  background-color: #004f9f;
  width: 160px;
  text-align: center;
  display: inline-block;
  color: black;
  line-height: 24px;
  font-weight: bold;
}

a:hover .inline-button {
  color: white;
}

.vert-splitter {
  height: 25px;
  width: 2px;
  background-color: black;
  margin-left: 25px;
  margin-right: 25px;
  float: left;
}

#contentForm {
  height: 150px;
}

.highlight {
  color: #004f9f;
  font-weight: bold;
}

.small-border {
  height: 1px;
  background-color: #929291;
}

.authorHeadline {
  margin-top: 0;
}

.authorInfo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment {
  margin-top: 20px;
}

.comment .info {
  margin-bottom: 10px;
}

.comment .message {
  margin-bottom: 20px;
}

.pagination {
  margin-left: 10px;
}

.pagination a {
  color: black;
  font-weight: bold;
  text-decoration: none !important;
}

.pagination a:hover, .pagination .active {
  color: #004f9f;
}

.orangeFont {
  color: #004f9f;
}

.writeComment {
  width: 100%;
  padding: 10px;
  background-color: #eeeeee;
}

.footerContent {
  width: 90%;
  max-width: 1200px;
  padding: 0;
}

.footer a {
  color: white;
}

.footer .space {
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    margin: 0;
        margin-right: 0px;
    padding: 0;
    float: left;
    margin-right: 12px;
}

.footer .logo {
  margin-top: 5px;
  margin-bottom: 5px;
}

.post-list .splitter,.follow .splitter,#rightArea .splitter
{
	height: 1px;
background-color: #d7d7d7;
}

.archiveHeader 
{
	display:block;
	color:#fff;
	background-color:#004f9f;
		padding:5px 10px;
width: 100%;
float: left;
}
.archiveHeader a
{
	color:#fff!important;
	padding:5px 10px;
			font-size: 20px;
}

.archiveHeader a small
{
	color:#fff;
}

.archiveMonth
{
	float: left;
margin: 5px;
}

/* End Content */

/* Media Queries */
@media screen and (max-width:991px) {
  #page {
    margin-top: 70px;
  }

  .navbar-default .navbar-toggle {
    background-color: white !important;
  }
  .center-nav {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #desktopHeader {
    margin-top: 13px;
  }

  .mobile-space {
    margin-top: 15px;
  }

  .navbar-toggle {
    margin-top: 15px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
  }

  #desktopHeader {
    background-color: white;
  }

  .follow-buttons img {
    margin-left: 5px;
  }

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .clear-mobile {
    clear: both;
    margin-top: 10px;
  }

  #rightArea {
    margin-top: 10px;
  }

  .topArticleContent .text {
    padding: 0;
    max-height: 85px;
    overflow: hidden;
;
  }

  .navbar .navbar-collapse.in {
    max-height: 80vh !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }

  .inlineArticle img {
    width: 100px;
    height: auto;
  }

  .inline-button {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:640px) {
  #page {
    margin-top: 0px;
  }
  
  .vbottom {
    display: table-cell;
    vertical-align: middle;
    float: none;
}.topArticleContent .text
{
	max-height:100%;
}

h2{
	font-size:24px;
}

.mobile-space
{
	margin-top: 0px;
}

.tag-link a
{
	font-size:13px;
}
  
}
/* End Media Queries */


.f3-widget-paginator {
    display: inline-block;
    border-radius: 0px;
    margin: 20px 0px;
    padding-left: 0px;
    text-decoration: none;
}
.f3-widget-paginator > li {
    display: inline;
}
.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    text-decoration: none;
    border: 1px solid #DDD;
    background-color: #FFF;
    color: #004f9f;
}
.f3-widget-paginator > li.current
{
    text-decoration: none;
    background-color: #004f9f;
    color: #fff;
}
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus {
    text-decoration: none;
    background-color: #EEE;
}
.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child {
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.f3-widget-paginator > li:last-child > a,
.f3-widget-paginator > li.current:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.uppercase{
	text-transform:uppercase;
}

.tagItem
{
	float:left;
	display:inline-block;
	background-color:#7fd9fe;
	padding:0px 5px;
	margin:5px;
}


.topCloud .tag
{
	float:left;
	display:inline-block;
	background-color:#7fd9fe;
	padding:0px 5px;
	margin:5px;
	color:#000;
}
.topCloud .tag a
{
	color:#000;
}



#top-navigation .white-bg{
	height:83px;
}

.blogSearchInput {
   width:100%;
    padding: 9px 10px;
    font-size: 20px;
}

.searchLabel
{
	   padding: 9px 10px;
    font-size: 20px;
	color:#fff;
}
.content .tx-t3extblog a {
/*color: #337ab7!important;*/
}
