/*
.page-masthead .container { width: 100% !important; }
*/

body .modal {
  display: inline-block;
  position: static;
}

h5, .h5 {
  font-size: 15px;
}

.newsflash h5 a, .newsflash h5 a, .newsflash h5 a:hover {
  font-size: 15px;
  text-decoration: underline;
  color: #ffffff;
}

.page-masthead .row-feature { padding: 0px 0px 10px 0px; }

.slideshow {
  padding: 20px 0px !important;
}

article img {
  border-radius: 10px;
  margin: 10px;
}

.img-rounded {
  border-radius: 10px;
}

.t3-sl {
  padding-bottom: 20px;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 20px;
    padding-top: 40px;
  }
}

.article-title {
  font-size: 25px;
  margin: 20px 0 20px 0;
}

.article-intro h4 {
  color: #005ea8;
  margin-top: -10px;
}

.article-aside {
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.article-content h4 {
  color: #005ea8; 
}

/*
.article-title, .article-header h1 {
    margin: 0 0 0 0;
}
*/

article p {
  text-align: justify;
}

.logo-image {
  margin-top: 2px;
}

.social-fb {
  color: #3B5998;
}

.social-yt {
  color: #e52d27;
}

.headnews-text {
  /* font-family: 'Orbitron', sans-serif; */
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.headnews-text h2, .headnews-text h4 {
  font-family: 'Orbitron', sans-serif;
}

.headnews-text h1 {
  color: #ffffff;
}

.hml-slider {
  position: relative;
  margin: 0 auto;
  margin-top: -55px;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.home-head-text {
  font-family: 'Orbitron', sans-serif;
  /*font-family: 'Oswald', sans-serif;*/
  font-size: 80px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.home-text {
  font-family: 'Orbitron', sans-serif;
  font-size: 30px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.go-box {
  border-radius: 10px;
  border: 1px solid #ffffff;
  margin-left: 40%;
  margin-right: 40%;
  margin-top: 10px;
}

.go-text {
  font-family: 'Orbitron', sans-serif;
  font-size: 40px;
}

.img-responsive {
  margin: 0 auto;
}

.top-space-medium {
  margin-top: 50px;
}

#hml-buttons {
  margin-top: -50px;
}

.home-link, .home-link:hover {
  color: #444444;
  text-decoration: none;
}

.corporate .items-row {
    border-bottom: 0px !important;
}

.items-row .item {
    margin-bottom: 10px;
}

.insta {  
   margin: 0;  
   padding: 0;  
   box-sizing: border-box;  
 }

.insta-body {
   margin-bottom: -4px;
   display: inline-block;  
   justify-content: center;  
   align-items: center;  
   overflow: hidden;  
 }

.insta-outer {  
   width: 40px;
   height: 40px;  
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);  
   border-radius: 11px;  
   display: grid;  
   place-items: center;  
 }  
 /* innerside in outer box */  
.insta-inner {  
   width: 31px;  
   height: 31px;  
   border: 3px solid #fff;  
   border-radius: 10px;  
   display: grid;  
   place-items: center;  
   position: relative;  
 } 
 /* center circle of logo */  
.insta-inner::before {  
   content: '';  
   width: 15px;  
   height: 15px;  
   border: 3px solid #fff;  
   border-radius: 50%;  
   background: transparent;  
   position: absolute;  
 }  
 /* top right circle of logo */  
.insta-inner::after {  
   content: '';  
   width: 1px;  
   height: 1px;  
   border: 2px solid #fff;  
   border-radius: 50%;  
   background: #fff;  
   position: absolute;  
   top: 2px;  
   right: 3px;  
 } 

/*
.page-masthead { 
  margin-top: -55px; 
}
*/


/*
.navbar-default { 
  opacity: 0.8; 
}
*/

.banneritem {
  margin: auto;
  width: 50%;
  padding-bottom: 4em;
}