.text_left{
    color: #444;
    float: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    margin: 0 35px 0 0;
    text-transform: uppercase;
    width: 340px;
}
.text_left p{
    margin: 2px 0;
    text-align: right;
}
.text_right{
    float: left;
    width: 806px;	
}
.text_right p{
	margin: 3px 0;
}
.sm{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;
}
.ext_all{
    float: left;
    width: 79%;
}
.ext_all_in{
	padding: 0;
}
.ext{
    cursor: pointer;
    float: left;
    text-align: center;
    width: 33.33%;
}
.ext img{
    display: inline-block;
    margin: 0 22px 0 0;
    vertical-align: middle;
}
.ext a{
    color: #555;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;	
}
a.facebook{
    background: url("../images/facebook.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 63px;
    width: 63px;	
}
a.twitter{
    background: url("../images/twitter.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 63px;
    width: 63px;		
}
a.google_plus{
    background: url("../images/googleplus.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 63px;
    width: 63px;		
}
a.rss{
    background: url("../images/rss.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 63px;
    width: 63px;		
}
.provide_image{
    float: right;
    margin: 0 79px 5px 100px;	
}
.dollar_image_left{
    float: left;
    margin: 0 118px 0 80px !important;	
}
.notice_paragraph{
    background: url("../images/message_x.png") no-repeat scroll 20px center #4FC0E8;
    border: medium none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 33px 0 0;
    padding: 22px 37px 22px 54px;
    text-align: left;
    text-indent: 0;
}
.notice_paragraph a::before{
content:""}

.notice_paragraph a{
color:#fff;
text-decoration: underline;
}
.notice_paragraph a:hover{
text-decoration:none;
}

.font600{
	font-weight: 600;
}
.info-box{
    background: url("../images/info-box.png") no-repeat scroll 20px 22px #4FC0E8;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    padding: 19px 20px 20px 55px;	
}
.info-box a{
    color: #FFFFFF;
    text-decoration: underline;	
}
.info-box a:hover{
	text-decoration:none;
}
.message-green{
    background: #d9eabf none repeat scroll 0 0;
    border-radius: 2px;
    color: #486f3a;
    /*font-size: 13px;*/
    line-height: 27px;
    padding: 13px 20px 15px;
    margin: 20px 0 20px !important;
    clear:both;
}
.message-yellow{
    background: #fcf7e4 none repeat scroll 0 0;
    border-radius: 2px;
    color: #806a45;
    /* font-size: 13px; */
    line-height: 27px;
    padding: 13px 20px 15px;
    margin: 0 0 20px !important;
	display: block;
	clear:both;
}
.message-red{
    background: #efdfe0 none repeat scroll 0 0;
    border-radius: 2px;
    color: #9e4b45;
    /* font-size: 13px; */
    line-height: 27px;
    padding: 13px 20px 15px;
    margin: 0 0 20px !important;
	display: block;
	clear:both;
}
.message-blue{
    background: #dbecf6 none repeat scroll 0 0;
    border-radius: 2px;
    color: #3d6a87;
    /* font-size: 13px; */
    line-height: 27px;
    padding: 13px 20px 15px;
     margin: 0 0 20px !important;
	display: block;
	clear:both;
}
.message-green strong,
.message-yellow strong,
.message-red strong,
.message-blue strong{
	font-weight:bold;
}
.img-no-margin{
	margin: 0 !important;
}
 .shadow {
    border-radius: 3px;
    margin: 1.7em auto !important;
    box-shadow: 0 8px 30px 0 rgba(0,0,0,.09);
	display:block;
   /*  max-width: 640px;
   width:100%; */
}
.introimg {
   /* display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    width: 100%;*/
    
    display: block;
    margin-left: 20px;
    max-width: 320px;
    width: 100%;
    border: 1px solid #efefef;
    float: right;
}

.button-green{
    background: #93c64a none repeat scroll 0 0;
    border: 1px solid #93c64a;
    color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    min-width: 120px;
    padding: 8px 38px;
    text-align: center;
    transition: all 0.2s ease-in 0s;
}
.button-green:hover{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #93c64a;
    color: #93c64a;
    text-decoration:none;
}
.smallimage {
    margin: 0px 20px 8px 0px!important;
    height: 200px;
    width: auto;
    float: left;
    border: 1px solid #efefef;
    display: block;
}

.w3-teal, .w3-hover-teal:hover{
    color: #fff!important;
    background-color: #93c64a!important;
    padding: 3px 7px;
    font-weight: bold;
}