/* CSS FOR NEWS SCROLLER */
 .news_scroller_wrapper {
	width: 90%;
	background-color: #FFFFFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.news_scroller_wrapper_row_1 {
    clear: both;
    min-height: 62px;
    width: 100%;
    float: left;
}
.news_scroller_wrapper_row_1_col_1 {
    float: left;
    width: 73.6842%;
    min-height: 34px;
}
.news_scroller_wrapper_row_1_col_2 {
    float: left;
    width: 21.0526%;
    min-height: 16px;
    padding-top:12px;
    margin-left:5.2632%;
}
.news_scroller_wrapper_row_2 {
    clear: both;
    width: 100%;
    float: left;
	padding-bottom: 20px;
}
.news_scroller_wrapper_row_2_col_1 {
	float: left;
	width: 18%;
	min-height: 53px;
	margin-left: 2%;
	background-color: #7C777D;
}
.news_scroller_wrapper_row_2_col_1_row_1 {
    clear: both;
    min-height: 37px;
    width: auto;
}
.news_scroller_wrapper_row_2_col_1_row_2 {
    clear: both;
    min-height: 16px;
    width: auto;
}
.news_scroller_wrapper_row_2_col_2 {
    float: left;
    width: 75%;
    margin-left: 5%;
}
.news_scroller_wrapper_row_2_col_2_row_1 {
    clear: both;
    min-height: 18px;
    width: auto;
    float: left;
}
.news_scroller_wrapper_row_2_col_2_row_2 {
    clear: both;
    width: auto;
    float: left;
}
h1.news_scroller_heading1 {
	font-family: Lora, serif;
	font-size: 30px;
	color: #252D0B;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0em;
	line-height: 100%;
	padding-top: 10px;
	text-align: left;
	font-weight: 400;
}
h1.news_scroller_heading2 {
	font-size: 18px;
	color: #734D7B;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 100%;
	text-align: left;
	font-weight: 600;
	padding-bottom: 10px;
}
p.news_scroller_paragraph1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	text-align: left;
	font-size: 14px;
	color: #333333;
}
p.news_scroller_paragraph2 {
    text-align: center;
    color:#FFFFFF;
    font-size:25px;
    margin-top:0em;
    margin-bottom:0em;
    font-weight:bold;
    line-height:100%;
    padding-top:12px;
}
p.news_scroller_paragraph3 {
    text-align: center;
    color: #FFFFFF;
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 14px;
    font-weight: 300;
    line-height:100%;
    padding-bottom:10px;
}
/* LINKS */

a.news_scroller_link_1:link {
	color: #686668;
	text-decoration: none;
	font-size: 15px;
}
a.news_scroller_link_1:visited {
	color: #686668;
	text-decoration: none;
	font-size: 15px;
}
a.news_scroller_link_1:hover {
	text-decoration: underline;
	font-size: 15px;
	color: #333333;
}
a.news_scroller_link_1:active {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
} 
@media only screen and (min-width : 641px) {
    .news_scroller_wrapper {
	float: left;
	width: 100%;
	margin-left: 0%;
	margin-bottom: 20px;
    }
    .news_scroller_wrapper_row_1 {
        clear: both;
        min-height: 44px;
        width: 100%;
        float: left;
    }
    .news_scroller_wrapper_row_1_col_1 {
        float: left;
        width: 64.2857%;
        min-height: 44px;
    }
    .news_scroller_wrapper_row_1_col_2 {
        float: left;
        width: 28.5714%;
        min-height: 32px;
        margin-left: 7.1429%;
    }
    .news_scroller_wrapper_row_2 {
        clear: both;
        width: 100%;
        float: left;
    }
    .news_scroller_wrapper_row_2_col_1 {
	float: left;
	width: 18%;
	min-height: 60px;
	margin-left: 2%;
	background-color: #7C777D;
    }
    .news_scroller_wrapper_row_2_col_1_row_1 {
        clear: both;
        min-height: 39px;
        width: auto;
    }
    .news_scroller_wrapper_row_2_col_1_row_2 {
	clear: both;
	min-height: 30px;
	width: auto;
	padding-top: 2px;
    }
    .news_scroller_wrapper_row_2_col_2 {
        float: left;
        width: 75%;
        margin-left: 5%;
    }
    .news_scroller_wrapper_row_2_col_2_row_1 {
        clear: both;
        min-height: 24px;
        width: 100%;
        float: left;
    }

    .news_scroller_wrapper_row_2_col_2_row_2 {
        clear: both;
        width: 100%;
        float: left;
    }
    p.news_scroller_paragraph2 {
        min-height: 0px;
    }
    h1.news_scroller_heading1 {
        min-height: 22px;
        text-align:left;
    }
    h1.news_scroller_heading2 {
        text-align: left;
			font-size: 16px;
	color: #734D7B;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 100%;
	text-align: left;
	font-weight: 600;
    }
    p.news_scroller_paragraph1 {
        text-align: left;
			font-size: 14px;
	color: #333333;
    }
    p.news_scroller_paragraph3 {
        padding-bottom: 0;
    }
	
	/* LINKS */

a.news_scroller_link_1:link {
	color: #686668;
	text-decoration: none;
	font-size: 15px;
}
a.news_scroller_link_1:visited {
	color: #686668;
	text-decoration: none;
	font-size: 15px;
}
a.news_scroller_link_1:hover {
	text-decoration: underline;
	font-size: 15px;
	color: #333333;
}
a.news_scroller_link_1:active {
	color: #686668;
	text-decoration: none;
	font-size: 15px;
} 

}
@media only screen and (min-width : 1024px) {
    .news_scroller_wrapper {
	float: left;
    width: 100%%;
	margin-left: 0%;
	margin-top: 30px;
    }
    .news_scroller_wrapper_row_1 {
        clear: both;
        min-height: 44px;
        width: 100%;
        float: left;
    }
    .news_scroller_wrapper_row_1_col_1 {
        float: left;
        width: 64.2857%;
        min-height: 44px;
    }
    .news_scroller_wrapper_row_1_col_2 {
        float: left;
        width: 28.5714%;
        min-height: 32px;
        margin-left: 7.1429%;
    }
    .news_scroller_wrapper_row_2 {
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 20px;
    }
    .news_scroller_wrapper_row_2_col_1 {
	float: left;
	width: 50px;
	min-height: 50px;
	margin-left: 0%;
	background-color: #7C777D;
	margin-right: 10px;
    }
    .news_scroller_wrapper_row_2_col_2 {
	float: left;
	width: 240px;
	margin-left: 0%;
    }
    .news_scroller_wrapper_row_2_col_2_row_1 {
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 10px;
    }
    .news_scroller_wrapper_row_2_col_2_row_2 {
        clear: both;
        width: 100%;
        float: left;
    }
    h1.news_scroller_heading2 {
	min-height: 24px;
	font-size: 16px;
	color: #734D7B;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 130%;
	text-align: left;
	font-weight: 600;
    }
    p.news_scroller_paragraph1 {
	min-height: 28px;
	font-size: 14px;
	color: #333333;
	line-height: 120%;
    }
    p.news_scroller_paragraph2 {
        min-height: 0px;
    }
    p.news_scroller_paragraph3 {
        min-height: 28px;
        font-weight: 300;
    }
    h1.news_scroller_heading1 {
	min-height: 24px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
    }

/* LINKS */

a.news_scroller_link_1:link {
	color: #686668;
	text-decoration: none;
	font-size: 14px;
}
a.news_scroller_link_1:visited {
	color: #686668;
	text-decoration: none;
	font-size: 14px;
}
a.news_scroller_link_1:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #333333;
}
a.news_scroller_link_1:active {
	color: #686668;
	text-decoration: none;
	font-size: 14px;
} 




}
