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

.header{
   background-color:#be1e2d;
 }
 a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
 }
 .center{
    width : 100px;
    height : 100px;
    display : table-cell;
    vertical-align : middle;
    border : 1px solid red;
    float:none;
}
.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  /*justify-content: center; *//* Optional, to align inner items 
                              horizontally inside the column */
}
 
 /* Main Menu */
.header-menu {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
    display: block;
}
 ul.menu {
    width: auto;
    margin: 30px 0;
    float: right;
    list-style:none;
}
 ul.menu li {
    background: none;
    padding: 18px 24px 12px 24px;
    position: relative !important;
    float: left;
}
.menu a{
   color: white;
   font-size: 19px;
   font-family: 'open sans', arial, sans-serif;
   font-weight: bold;
   text-transform: uppercase;
}
ul.menu li:hover a, 
ul.menu li.selected a {
    border-bottom: 2px solid #fff;
}

/* Banner */
.banner{
  position: relative;
}
.banner-image{
    max-height: 520px;
    overflow: hidden;
 }
 .banner-image img{
    width:100%;
 }
.banner-caption {
    bottom: 60px;
}
.banner-caption {
    margin-bottom: 0;
    bottom: 0;
}
.banner-caption {
    position: absolute;
    bottom: 20px;
    right: 0;
}
.banner-title {
    text-transform: none;
    font-weight: normal;
    text-align: left;
    font-size: 23px;
    color: #fff;
    text-shadow: none;
    background-color: #262261;
    margin: 0;
    padding: 0.5em 2em 0.7em 1.2em;
    line-height: 1.5em;
}

/* Information Box */
.custom-box{
   background-color: #eee;
  }
 .custom-box h1,
.custom-box h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 26px 0 30px 0;
    border-bottom: 1px solid grey;
   margin-top: 0px;
    }
.readmore{
      box-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    background: #be1e2d;
    color: #FFF;
    border-radius: 30px;
    margin: 0px;
    font-weight: 800;
    border: 0 none;
    text-align: center;
    margin-top: 20px;
    padding: 9px 21px;
 }
 .our-program h1{
    font-weight: bold;
    margin-bottom: 46px;
    font-size: 35px;
  }
  .goto{
    font-weight: bold;
    }
 /* Footer */
 .post-footer h1.media-icon{
    color: white;
  }
  .form-control {
    border-radius: 0;
    border: none;
    padding: 10px;
    height: 38px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 15px;
    font-size: 14px;
    /* line-height: 1.42857143; */
    color: #555555;
    background-color: #ccc;
    /* background: none; */
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.subscribeform {
    color: #fff;
    background-color: #be1e2d;
    border-color: transparent;
    border-radius: 5px;
    font-weight: 600;
}
.footer .footer-content .fa {
    margin-right: 10px;
    display: inline-block;
    color: #be1e2d;
}
/* Media Download */
.literature-container{
  min-height: 35px;
}
.literature-container .name {
  display:inline-block;
  line-height: 35px;
}
.literature-container .btn-theme{
  float: left;
  margin-right: 10px;
}
.literature-container{
  clear:both;
  margin-bottom: 10px;
}
.literature-container .name a {
  color: #000;
}
.literature-container .btn-theme {
    background: #BE1E2D;
    border: 1px solid #BE1E2D;
    color: #fff;
	height: 35px;
}
.literature-container .btn-theme:hover {
    background: #262262;
    border: 1px solid #262262;
    color: #fff;
}