/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Roboto);{
}
@import url(//fonts.googleapis.com/css?family=Montserrat);{
}
@import url(//fonts.googleapis.com/css?family=Oxygen);{
}
body, html {
  height: 100%;
 margin: 0;
  font-family:Oxygen;
  font-size:1.0rem;
 /*background-image: url("../images/backgroundonly.jpg");*/
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.newsection {
    clear:both;
    display:block;
    width:80%;
    background-color: rgba(41, 71, 91, 0.8);
    color: white;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    }
.topnav {
  overflow: hidden;
  background-color: #264559;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.0em;
  font-weight: strong;
  z-index:1001;
}

.active {
  background-color: #ab2e24;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 1.0em;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #264559;
  font-family: inherit;
  margin: 0;
}
.dropdown2 .dropbtn2 {
  font-size: 0.8em;   
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #264559;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1001;
}
.dropdown-content2 {
  display: none;
  right:40px;
  font-size: 0.8em; 
/*  position:relative;*/
  background-color: #f3dec9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1001;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content2 a {
/*  float: right;
 /* position:absolute;*/
  right:40px;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display:block;
  text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #ab2e24;
  color: white;
}
.dropdown2:hover .dropbtn2 {
  background-color: #ab2e24;
  color: white;
}
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
.dropdown-content2 a:hover {
  background-color: #ddd;
  color: black;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown2:hover .dropdown-content2 {
  display: block;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.Article {
    width: 80%;
    background-color: #ffffff;
    box-shadow: 2px 14px 14px 2px rgba(170,47,37,0.8);
    }
.FeatureContent {
     background-color: rgba(170,47,37,0.8);
    color:#ffffff;
    text-align: center;
    font-size: 1.4em;
    font-family: Trajan Pro, Roboto left,'Helvetica','san-serif';
    font-style: normal; 
    font-weight: strong; 
    margin-top: 0;
    padding-left: 20px;
  padding-right: 20px;
}
.Author{
    font-size: 1.2em;
    font-family: Roboto, Helvetica left,'Helvetica','san-serif';
    font-style: normal; 
    font-weight: normal;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    }
.ArticleBody{
    1.2em;
    font-family: Roboto, Helvetica left,'Helvetica','san-serif';
    font-style: normal; 
    font-weight: normal;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    }
.headliner{
    width: 95%;
    background-color:rgba(38,69,89,1.0);
    border:5px solid #ab3026;
    color:#ffffff;
    text-align: center;
    font-family: Trajan Pro, Roboto left,'Helvetica','san-serif';
    font-style: normal; 
    margin-top: 0;
    padding-left: 20px;
  padding-right: 20px;
}
.headingP {
    font-family:Roboto;
  font-size:1.2rem;
  }
@media screen and (max-width: 1200px)
and(min-width: 900px) {
   .headingP {
        font-size:1.1rem;
        }
   }
@media screen and (max-width: 900px)
and(min-width: 700px) {
   .headingP {
        font-size:1.0rem;
        }
   }
@media screen and (max-width: 699px)
    {
   .headingP {
        font-size:0.8rem;
        }
   }
.container {
    background: rgb(38,69,89);
    background:rgba(38,69,89,0.9);
    background-color: rgba(38,69,89,0.9);
    }
.news-spacer {
    width: 100%;
    height: 5px;
    background: #386075;
    }
    
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
.foot {
    width: 80%;
    background:#fff;
    }
* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
.title-fancy-eip {font:  1.0em;
                color: #386075;
}
.donate-fancy-eip {font:  1.0em;
                padding-left: 0.5cm;
                text-align: left;
                color: #386075;
}
#donate-eip {font:  1.0em;
                padding-top: 0.5cm;
                padding-right: 0.5cm;
                text-align: left;
                background: #eeebe3;
                color: #386075;
                border-radius: 25px;
                border: 1px solid #386075;
                padding: 20px; 
}
.email-eip {
                font:  1.0em verdana !important;
                padding-right: 0.5cm;
                text-align: left;
                color: #aa2e23;
}
.formit {
