#meet-council{
 animation: fadein 4s;
 -moz-animation: fadein 4s;
 -webkit-animation: fadein 4s;}
#meet-council .inside-padding {
    max-width: 85%;
    padding: 20px;
}
#meet-council {
    margin-top: 60px;
    display: block;
    background: url(/UserFiles/Servers/Server_11045935/Templates/WorkingFiles/img/Meet_bg.png);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
#meet_council h2.section-header {
    margin: 0 0 50px;
    text-align: left;
}
#meet_council h2.section-header:after {
    left: 0;
    background: rgba(255, 255, 255, 0.75);
}
#meet_img {
    width: 100%;
}
#meet_image {
    width: 38%;
    margin-right: 4%;
    position: relative;
    display: inline-block;
    text-align: right;
}

#meet_img {
    width: 100%;
    max-width: 450px;
}
#meet_council_content .section_contents {
    line-height: 30px;
}

#meet_council_content {
    width: 58%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#learn-more-btn {
    width: 100%;
    position: relative;
    margin: 50px 0 0;
}
#learn-more-btn a {
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 20px;
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 10px;
    text-decoration: none;
    margin-right: 20px;
}
#learn-more-btn a:hover {
    color: #2970C1;
    border: 2px solid #0075c9;
    background: #fff;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#welcome_content h2.sectionHeader:before{
display:none;

}
#welcome_content h2.sectionHeader{
text-align: left ;
    font-size: 30px;
}
#welcome_content h2.sectionHeader:after {
    width: 70%;
}
#Welcome_message .image.welcome_image {
    display: inline-block;
    width: 25%;
    float: right;
}

#welcome_content {
    width: 72%;
    margin-right: 2%;
    text-align: left;
    position: relative;
    float: left;
    display: inline-block;
}

#welcome img{
width:100%;
 transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  -webkit-transition: 0.3s all ease-in;}



#welcome .welcome-text{
 font-family: 'Open Sans', serif;
    margin-top: 15px;
}

#welcome .welcome-text p{
 max-width: 530px;
 line-height: initial;
 margin: 0;
 position: relative;
 margin: 0 auto;}

#welcome .welcome-text p:before,
#welcome .welcome-text p:after{
 display: block;
 content: "";
 background: #fff;
 background: rgba(255, 255, 255, 0.35);
 height: 1px;
 width: 140px;}

#welcome .welcome-text p:before{
 position: absolute;
 left: 0;
 top: 50%;
 transform: translate(0, -50%);}

#welcome .welcome-text p:after{
 position: absolute;
 right: 0;
 top: 50%;
 transform: translate(0, -50%);}

#welcome p.welcome-message {
    margin: 25px auto 15px;
    line-height: 24px;
    display: block;
    color: #333333;
    font-size: 1em;
    font-style: italic;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
#welcome p.welcome-message_contents, #welcome_content .content_1, #welcome_content .content_2 {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 15px;
}
#Welcome_message .learn-more span {
    color: #0f6ba0;
    font-weight: 700;
}
#Welcome_message .learn-more:after {
content: "";
    position: absolute;
    border: 1px solid rgba(72, 89, 105, 0.25);
    width: 80%;
    top: 45%;
    right: 0;
}
#welcome .inside-padding #welcome_content:only-child{
  width: 100%;
}

@media screen and (max-width: 920px) {
#meet_image {
    width: 100%;
    margin-right: 0;
    position: relative;
    display: block;
    text-align: center;
}
#meet_council_content {
    width: 100%;
    position: relative;
    display: block;
    vertical-align: top;
    text-align: center;
    margin-top: 30px;
}
#meet_council h2.section-header {
    margin: 0 auto 50px;
    text-align: center;
}
#meet_council h2.section-header:after {
    left: 36%;
    background: rgba(255, 255, 255, 0.75);
}
}
@media screen and (max-width: 560px) {
#learn-more-btn a {
   margin-right: 0;
    display: block;
}
}
