/*
 *	CCREF
 *	DOTNETNUKE SKIN STYLES
 *	CREATED BY 2PLUS2PARTNERS
*/
/************************************************************************************
	DEFAULT STYLES
*************************************************************************************/

@import url("Bootstrap/css/bootstrap.css");
@import url("Bootstrap/css/bootstrap-responsive.css");

html {
overflow-y: scroll;
overflow-x: hidden;
}

body, .Normal {
font-family:"proxima-nova", Arial, Helvetica, Sans Serif; 
font-size:16px;
color:#000; 
line-height:normal;
  
}

.dnnEditState #dnn_MediaPaneBrowser {
	margin-top: -23px;
	
}

.border .dnnSortable{
	min-height: 40px !important;
}

h1, h1 a:link, h1 a:active, h1 a:visited {
font-family:"proxima-nova", Arial, Helvetica, Sans Serif;	
color:#E77A27;
font-size:28px;
font-weight:normal;
letter-spacing:normal;
line-height:normal;
margin:0 0 5px;
}

h2, h2 a:link, h2 a:active, h2 a:visited {
color: #ac3f00;
font-size: 22px;
letter-spacing: 0;
line-height: normal;
margin-top: 0;
}

h3 {
	font-size: 18px;
}

h3, h3 a:link, h3 a:active, h3 a:visited {
color:#ac3f00;
letter-spacing:normal;
line-height:normal;
margin:0 0 5px !important;
}
h3, h3 a:hover{
color:#e77a27;

}

.subtitle {
font-size: 13px;
margin-bottom: 5px;
color: #666;
}

a:link, a:active, a:visited { color: #028e45; text-decoration: none; }
a:hover { color: #e77a27; text-decoration: none;}
a:active {color: #e77a27; text-decoration: none;}
p { 
margin-bottom:20px;
margin-top:0px;
}
.sm_text { font-size:12px; }
ul { list-style-image:url(images/bullet.png); }

a.btn_green {
   background: #00843C;
   color: #fff;
   padding: 5px 10px;
  font-size: 18px;
}

a.btn_green:hover {
   background: #e77a27;
}

#ControlBar, #ControlBar *, .actionMenu * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }


.fa_img {
    max-width: 100px;
    overflow: hidden;
    width: 40%;
}
.fa_img > img {
    margin-bottom:5px;
    width: 90%;
    display:none;
}
.fa_img > img:first-child {
   display:block;
}






/************************************************************************************
PAGE STRUCTURE
*************************************************************************************/
* { 
margin:0;
padding:0;
}
html, body { height:100%; }
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#top { 
	/*min-height:100%;*/ 
	background: #FFF; 
	border-top: 20px solid #e77a27;
	}
 
#content {
overflow:none;
/*padding-bottom: 230px;*/
}

.wrap { 
width:970px;
margin:auto;
position: relative;

}

.main { min-height: 550px; background: #FFF; }
#default .main { margin-bottom: 50px; }
#default .small_pane { margin-top: 44px; }
.header { 
width:100%;
min-height:170px;
background:#fff;
border-top:20px solid #e77a27; 
}

.browser_nav {margin: 10px 0px; margin-bottom: 25px;}

.logo { 
position:absolute;
margin-top: 5px;

}


.footer-logo {}
.footer-logo img { width: 100% !important; max-width: 220px !important; }

.footer-plain .Normal {
	margin-left: -10px;
	font-size: 13px;
	padding-top: 10px;
}



.mobile_nav {
	display: none;
}


/************************************************************************************
		NAVIGATION
*************************************************************************************/
.border {
height: 63px;	
border-bottom:2px solid #000;
float:left;
width:100%;
margin-bottom: 5px;
}


.navbar-inverse {
	background: #ececec;
	border: none;
}

.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}



.nav.navbar {
	min-height: 0px;
	margin-bottom: 0px;
	border: 1px solid #c00;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align:center;



}

ul.navbar-nav  {
	margin-bottom: 0px;
	margin-top: 5px;
	width: 100%;
}

.navbar-nav li {
	display: inline-block;
	float: none;
	 
	 
	
	
}

.navbar-nav li a {
	display: block;
	font-size: 18px;
	color: #00853e;
	padding: 5px 15px;
	margin: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li a:focus {
	color: #fff;
	background: #00853e
}

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	background: #00853e;
	color: #fff;
}

.navbar-nav .open a, navbar-nav .open a:hover, .navbar-nav .open > a:focus {
	background: #00853e;
	color: #fff;
}


.navbar-nav .open .dropdown-menu a, .navbar-nav .open .dropdown-menu a:focus {
	font-size: 12px;
	display: block;
	/*width: 125px;*/
	background-color: #fff;
	color: #000;
	padding-left: 15px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu a:hover {
	background-color: #00853e;
	color: #fff;
}


.dropdown-menu {
position: absolute;
font-size: 12px;
top: 100%;
left: 0;
z-index: 1000;
display: none;
margin: 4px 0px 0px 0px;
text-align: left;
list-style: none;
background-color: #00853e;
-moz-outline-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 6px rgba(0, 0, 0, .175);
white-space: normal;
z-index: 10000;
}


.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #00853e !important;
}

.dropdown-menu li {
	display: block;
	z-index: 10000;
}

.dropdown-menu li a{
display: block !important;
font-size: 13px;	
color: #fff !important;
text-decoration: none;
background-color: #00853e !important;
white-space: normal;

}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
font-size: 13px;	
color: #333 !important;
text-decoration: none;
background-color: #feed9a !important;
white-space: normal;

}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #f7e27e;
}




@media only screen and (min-width: 750px) {
.navbar-nav > li:hover .dropdown-menu {
display: block;
width: 100px !important;
z-index: 10000;
}


.navbar-inverse .navbar-nav .open .dropdown-menu a:hover {
	background-color: #00853e;
	color: #fff;
}

.dropdown-menu {
position: absolute;
font-size: 12px;
top: 100%;
left: 0;
z-index: 1000;
display: none;
max-width: 100% !important;
margin: 3px 0px 0px 0px;
text-align: left;
list-style: none;
background-color: #00853e;
-moz-outline-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 6px rgba(0, 0, 0, .175);
white-space: normal;
z-index: 10000;
}



}




/************************************************************************************
		SOCIAL MEDIA
*************************************************************************************/
a.icon_home {

display: block;
width: 160px;
height: 30px;
padding-left: 45px;
padding-top:7px;
background: url(images/icon_home_return.png) no-repeat top left;
font-size: 15px;
color: #000;
text-decoration: none;
margin-bottom: 10px;
}

a.icon_home:hover {
background: url(images/icon_home_return.png) no-repeat bottom left;
text-decoration: none;
color: #fff;
}


a.icon_facebook {
text-indent: -9999px;
display: block;
width: 32px;
height: 32px;
background: url(images/icons_facebook.png) no-repeat top;
font-size: 11px;
color: #fff;
text-decoration: none;
margin-top: -5px;
}

a.icon_facebook:hover {
background: #00853e url(images/icons_facebook.png) no-repeat bottom;
text-decoration: none;
}

a.icon_linkedin {
text-indent: -9999px;
display: block;
width: 32px;
height: 32px;
background: url(images/icons_linkedin.png) no-repeat top;
font-size: 11px;
color: #fff;
text-decoration: none;
margin-top: -5px;
}

a.icon_linkedin:hover {
background: #00853e url(images/icons_linkedin.png) no-repeat bottom;
text-decoration: none;
}


a.icon_twitter {
text-indent: -9999px;
display: block;
width: 32px;
height: 32px;
background: url(images/icons_twitter.png) no-repeat top;
font-size: 11px;
color: #fff;
text-decoration: none;
margin-top: -5px;
}

a.icon_twitter:hover {
background: #00853e url(images/icons_twitter.png) no-repeat bottom;
text-decoration: none;
}

a.icon_youtube {
text-indent: -9999px;
display: block;
width: 32px;
height: 32px;
background: url(images/icons_youtube.png) no-repeat top;
font-size: 11px;
color: #fff;
text-decoration: none;
margin-top: -5px;
}

a.icon_youtube:hover {
background: #00853e url(images/icons_youtube.png) no-repeat bottom;
text-decoration: none;
}

/************************************************************************************
		SEARCH
*************************************************************************************/



#dnn_dnnSearch_SiteRadioButton {
	display: none;
}

#dnn_dnnSearch_ClassicSearch input{

	height: 24px;
	width: 150px;
}

#dnn_dnnSearch_ClassicSearch label{
	display: none;
}

#dnn_dnnSearch_WebRadioButton {
	display: none;
}

#dnn_dnnSearch_ClassicSearch a.dnnSearchBoxClearText {
	display: none;
}

#dnn_dnnSearch_cmdSearch {
	text-indent: -9999;
	background: url(images/icon_search.png) no-repeat top left;
	padding: 5px 5px;
	font-size: 12px;
	letter-spacing: -4px;
	color: transparent;
	
}

#dnn_dnnSearch_cmdSearch:hover {
	background: url(images/icon_search.png) no-repeat bottom left;
	
}

.searchInputContainer a.dnnSearchBoxClearText {
display: block !important;
position: absolute !important;
right: 4px !important;
top: 3px; !important;
width: 16px !important;
height: 16px !important;
background: none !important;
cursor: pointer; !important;
margin: 2px 0px 0px 0px !important;
z-index: 100; !important;

}

.dnnSearchBoxPanel .dnnSearchBox {
margin-left: 0px;
margin-right: 0px;
padding-right: 10px;
height: 35px;
display: block;
border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 0px solid #ccc;
-webkit-box-shadow: inset 0 0px 0px 0 rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0px 0px 0 rgba(0, 0, 0, 0.3);
border: 1px #ccc solid;
}

.dnnSearchBoxPanel {
	padding: 0px;
	background: transparent;

}

.dnnSearchBox > a.dnnSearchButton {
display: block;
position: absolute;
width: 25px;
height: 25px; 
top: 4px;
right: 10px !important;
width: 18px;
height: 18px;
background-image: url(images/icon_search.png) !important;
background-repeat: no-repeat;
background-position: top left !important;
vertical-align: top;
cursor: pointer;
margin: 4px 0 0 4px;
}


#dnn_dnnSearchMobile_ClassicSearch {
	margin-top: 20px;
	margin-bottom: 20px;
}

#dnn_dnnSearchMobile_SiteRadioButton {
	display: none;
}

#dnn_dnnSearchMobile_ClassicSearch input{

	height: 24px;
	width: 150px;
}

#dnn_dnnSearchMobile_ClassicSearch label{
	display: none;
}

#dnn_dnnSearchMobile_WebRadioButton {
	display: none;
}

#dnn_dnnSearchMobile_ClassicSearch a.dnnSearchBoxClearText {
	display: none;
}

#dnn_dnnSearchMobile_cmdSearch {
	text-indent: -9999;
	background: url(images/icon_search.png) no-repeat top left;
	padding: 5px 5px;
	font-size: 12px;
	letter-spacing: -4px;
	color: transparent;
	
}

#dnn_dnnSearchMobile_cmdSearch:hover {
	background: url(images/icon_search.png) no-repeat bottom left;
	
}

.searchInputContainer a.dnnSearchBoxClearText {
display: block !important;
position: absolute !important;
right: 4px !important;
top: 3px; !important;
width: 16px !important;
height: 16px !important;
background: none !important;
cursor: pointer; !important;
margin: 2px 0px 0px 0px !important;
z-index: 100; !important;

}

.dnnSearchBoxPanel .dnnSearchBox {
margin-left: 0px;
margin-right: 0px;
padding-right: 10px;
height: 35px;
display: block;
border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 0px solid #ccc;
-webkit-box-shadow: inset 0 0px 0px 0 rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0px 0px 0 rgba(0, 0, 0, 0.3);
border: 1px #ccc solid;
}

.dnnSearchBoxPanel {
	padding: 0px;
	background: transparent;

}

.dnnSearchBox > a.dnnSearchButton {
display: block;
position: absolute;
width: 25px;
height: 25px; 
top: 4px;
right: 10px !important;
width: 18px;
height: 18px;
background-image: url(images/icon_search.png) !important;
background-repeat: no-repeat;
background-position: top left !important;
vertical-align: top;
cursor: pointer;
margin: 4px 0 0 4px;
}

/*.dnnSearchBox > a.dnnSearchButton:hover {

background-position: bottom left !important;

}*/
/***************************************
        RESULTS
***************************************/
ul.searchSkinObjectPreview > li:hover {
background-color: #f7e27e !important;
color: #000 !important;
}

ul.searchSkinObjectPreview > li p {

color: #555 !important;

}

.dnnSearchResultContainer > .dnnSearchResultItem-Subset {
margin: -10px 10px 30px 20px;
}

.dnnSearchResultItem > .dnnSearchResultItem-Title {
font-size: 24px;
font-weight: normal;
margin: 0 0 0px 0;
}


.dnnSearchResultItem > .dnnSearchResultItem-Title a{
	color: #ac3f00;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	
}

.dnnSearchResultItem > .dnnSearchResultItem-Title a:hover{
	color: #e77a27;

	
}

.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Title {
font-size: 20px;	
font-weight: normal;
margin: 0 0 3px 0;
}

.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Title a{
	color: #00843c;
}

.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Title a:hover{
	color: #e77a27;
}

.dnnSearchResultContainer > .dnnSearchResultItem-Subset > .dnnSearchResultItem-Others span {
	font-weight: normal;
}

.dnnSearchResultContainer > .dnnSearchResultItem {
width: 100%;
padding-bottom: 0px;
margin: 0 0 20px 0;

}

.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Description {
	padding-bottom: 20px;
	border-bottom: 1px #ececec solid;

}

.dnnSearchResultItem-Subset .dnnSearchResultItem-Description {
	padding-bottom: 10px;
	border-bottom: 1px #ececec solid;
}
	

.dnnSearchResultPager {
	border-top: none;
	margin-top: -30px;
	margin-bottom: 50px;
}


.ModDNNNewsFeedsC a {
	color: #ac3f00;
}

.ModDNNNewsFeedsC a:hover {
	color: #e77a27;
	text-decoration: none;
}
	


/************************************************************************************
		DONATE FORM
*************************************************************************************/
.form_table select {
	border: 1px #ccc sold;
	padding: 5px;
	margin-right: 5px;
}

.form_table input {
	border: 1px #ccc sold;
	padding: 5px;
	margin-right: 5px;
}

.form_table td.form_btn input {
   background: #00843C;
   color: #fff;
   padding: 5px 10px;
  font-size: 18px;
  border: none;
}

.form_table td.form_btn input:hover {
   background: #e77a27;
}

/************************************************************************************
		MAIN CONTENT
*************************************************************************************/
.breadcrumb_wrap { 
color:#666; 
margin:20px auto;
font-size:11px;
}
.breadcrumb_wrap a { 
color:#666; 
text-decoration: underline; 
font-size: 11px; 
}
.breadcrumb_wrap a:hover { 
color:#666; 
text-decoration: none; 
font-size: 11px; 
}

a.circle01 {
	color: #fff !important;
	width: 225px;
	height: 225px;
	margin: 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e77927;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	  display: -ms-flexbox; /* TWEENER - IE 10 */
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-flex-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
	  padding: 25px;
	  text-align:center;
}

a:hover.circle01 {
	color: #fff !important;
	background: #207e4a !important;	
}

a.circle02 {
	color: #fff !important;
	width: 175px;
	height: 175px;
	margin: 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e77927;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	  display: -ms-flexbox; /* TWEENER - IE 10 */
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-flex-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
	  padding: 25px;
	  text-align:center;
}

a:hover.circle02 {
	color: #fff !important;
	background: #207e4a !important;	
}

.padd-left{
	margin-top: 20px !important; margin-left: 240px !important;
}

.padd-right{
	margin-top: 20px !important; margin-right: 240px !important;
}


.anchor {display: block; position: relative; top: -20px; visibility: hidden;}

a.circle01 .city{
	font-size: 32px !important; clear: both !important; display: block;
}
a.circle01 .name{
	font-size: 18px !important;
	margin: 0 auto;
	margin-top: 15px;
	
}
a.circle02 .name{
	font-size: 22px !important;
	margin: 0 auto;
	margin-top: 15px;
	
}
a.up-link {
	font-size: 14px;
	position:absolute;
	right: 0;
	display:block;
	width: 175px;
	text-align:right;
	
}

a.up-link .up-arrow{  
 content: "";
 float:right; 
 width: 10px; 
 margin: 0 auto;
 margin-left: 10px;	 
 z-index: 10;
 border-bottom: 15px solid #e77927;
 border-right: 12px solid transparent;
 border-left: 12px solid transparent;

}

a:hover.up-link .up-arrow{  

 border-bottom: 15px solid #207e4a;


}


.full-image01 {
	position: relative;
	background-image: url("images/img_webinar01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 100% 100%;
	height: 655px;

	
}

.webinar-green-bar {
	position: absolute;
	background: rgba(0, 94, 32, 0.7);
	color: #ffffff;
	top: 20%;
	padding-bottom: 0px;
	text-align: center;
	font-size: 48px;
	left: 0;
	right: 0;
	
	
}

.webinar-green-bar .small{
	font-size: 28px;
	margin-bottom: 0px;
}

.webinar-green-bar .container-center{
	text-align: center !important;
	margin: 0 auto;
	max-width: 940px;
	
}

.webinar-pill-green{
	display: table;
	font-size: 20px;
	text-transform: uppercase;
	background: #005e2a;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 5px 50px 3px 50px;
	margin: auto;
	margin-top: -15px;
	margin-bottom: 30px;

	
}

.webinar-pill-white{
	display: table;
	font-size: 28px;
	text-transform: uppercase;
	background: #ffffff;
	color: #e77a27;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 7px 95px 5px 95px;
	margin: 30px auto;
	
	
}

a.webinar-button-orange{
	display: table;
	font-size: 28px;
	text-transform: uppercase;
	background: #e77a27;
	color: #ffffff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 7px 50px 5px 50px;
	margin: 30px auto;
	margin-bottom: -80px;
	margin-top: 80px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0,94,42,1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0,94,42,1);
	box-shadow: 0px 5px 0px 0px rgba(0,94,42,1);
}

a:hover.webinar-button-orange{
	background: #005e2a;
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,94,42,1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,94,42,1);
	box-shadow: 0px 0px 0px 0px rgba(0,94,42,1);
}

.webinar-content {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px;
}

.webinar-title {
	font-size: 36px;
	color: #207e4a;
	margin: 35px 0 20px 0;
	text-align:center;
	
}

.webinar-details {
	text-align: center;
}

.webinar-point {
	display: inline-block;
	font-size: 22px;
	background: #207e4a;
	color: #fff;
	padding: 10px 20px;
	margin: 10px;
	
}



.webinar-presenters {
	background: #fdf2ea;
    margin: 0 -9999rem;
    padding: .25rem 9999rem;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: -20px;
	margin-bottom: 0px;
}
	
.webinar-presenters .name {
	color: #e77a27;
	font-size: 30px;
}

.webinar-presenters .title {
	color: #207e4a;
	font-size: 22px;
	margin-bottom: 10px;
}


.webinar-presenters2 {
	background: #fef7f1;
    margin: 0 -9999rem;
    padding: .25rem 9999rem;
	padding-bottom: 85px;
	margin-top: -20px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}
	
.webinar-presenters2 .name {
	color: #e77a27;
	font-size: 30px;
}

.webinar-presenters2 .title {
	color: #207e4a;
	font-size: 22px;
	margin-bottom: 10px;
}
	


/************************************************************************************
		TILES
*************************************************************************************/
.whitebar {
text-align: center; 
padding: 0px 0; 
background-color: rgba(255,255,255,0.9); 
position: absolute; 
top: 40%;
left:0; 
right: 0; 
z-index: 1000; 
}

a.tile-webinar {
	position: absolute;
	width: 390px; 
	color: #ffffff; 
	margin-top: -15px; 
	z-index: 1000; 
	right: 0px; 
	padding: 10px;
	background-color: #e77a27;
	text-align: center;
}

a:hover.tile-webinar {
	background-color: #00843c;
}

a.tile-webinar .content {
	font-size: 12px !important;
	margin-top: 4px; 
	
}

a.tile-webinar .content .pill{
	color: #e77a27;
	background: #fff; 
	margin: 5px auto;
	padding: 3px;
	text-transform: uppercase !important;
	width: 225px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}
	

a.tile {
	display: block;
	padding: 20px;
	margin-bottom: 15px;
	width: 100%;
	vertical-align: central;
	
}

.icon_external {
	background-image: url(images/icon_external.png);
	background-position: top right;
	background-repeat: no-repeat;
}

a.tile .title{
	font-size: 30px;
	margin-top: 3px;
	margin-bottom: 4px;
	
}

#dnn_SmallPane a.tile .title{
	font-size: 22px;
	margin-top: 3px;
	margin-bottom: 4px;
	
}

a.tile .content{
	font-size: 15px;
}



a.tile.orange {
	background-color: #e77a27;
	color: #fff;
}

a.tile.orange:hover {
	color: #000;
	text-decoration: none;
	background-color: #f7e27e;
}


a.tile.green {
	
	background-color: #00853e;
	color: #fff;
}

a.tile.green:hover {
	color: #000;
	text-decoration: none;
	background-color: #f7e27e;
}

a.tile.light_green {
	
	background-color: #85b11f;
	color: #fff;
}

a.tile.light_green:hover {
	color: #000;
	text-decoration: none;
	background-color: #f7e27e;
}


a.tile.yellow {
	background-color: #fbca04;
	color: #fff;
}

a.tile.yellow:hover {
	color: #000;
	text-decoration: none;
	background-color: #f7e27e;
}

a.tile.beige {
	background-color: #eeebe2;
	color: #333;
}

a.tile.beige:hover {
	color: #000;
	text-decoration: none;
	background-color: #f7e27e;
}


/************************************************************************************
		C2C Categories
*************************************************************************************/
.category-header {
	display: block; 
	color: #00853e;
	background: #F2F2F2;
	font-size: 22px;
	line-height: 26px;
	padding: 5px 10px;
	vertical-align: central;
	text-decoration: none;
	
}



.category-header p{
	margin: 0px;
}

.category-inner {
	display: inline-block;
	width: 100%;
	max-width: 340px;
	margin-right: 20px;
	margin-bottom: 20px;

}


.category-inner a {
	display: block;
	margin: 5px 0px;
	text-decoration: none; 
}

.category-inner a:hover {text-decoration: none;}

.category-inner a .a_title {
	color: #fff;
	font-size: 18px;
	padding: 5px;
	background: #e77927; 
}

.category-inner a:hover .a_title {
	color: #000;
	background: #f1ca2d; 
	text-decoration: none;
}

.category-inner a .a_content {
	padding: 5px;
	color: #000;
	background: #feed9a; 
}

.category-inner a:hover .a_content {
	background: #fce15b;
	color: #000;
	text-decoration: none;
 
}

.category-body {
	margin-bottom: 15px;
}



/* ---- ROUND OPTION ---*/
.category-inner a .a_title2 {
	font-size: 18px;
	color: #fff;
	position: absolute;
	width: 150px;
	height: 150px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e77927;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	  display: -ms-flexbox; /* TWEENER - IE 10 */
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-flex-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
}

.category-inner a .a_title2 div{
	margin: 25px;
	text-align: center;
}

.category-inner a:hover .a_title2 {
	color: #fff;
	background: #01843f; 
	text-decoration: none;
}
.category-inner a .a_content2 {
	float: right;
	width: auto;
	font-size: 14px;
	height: 120px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 75px;
	padding: 5px 40px 5px 85px;
	color: #000;
	border-radius: 0px 60px 60px 0px;
	-moz-border-radius: 0px 60px 60px 0px;
	-webkit-border-radius: 0px 60px 60px 0px;
    border: 0px solid #000000;
	background: #feed9a;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	  display: -ms-flexbox; /* TWEENER - IE 10 */
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-flex-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
}

.category-inner a:hover .a_content2 {
	background: #85b11f;
	color: #000;
	text-decoration: none;
 
}

a.btn_yellow {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	background: #f1ca2d;
	color: #000;
}

a.btn_yellow:hover {
	background: #00853e;
	color: #fff;
	text-decoration: none;
}



/************************************************************************************
		DONORS
*************************************************************************************/
.donors .img_container {
	float: left;
	width: 100%;
	
	margin: 7px;
}

.donors td {
	text-align: center;
	padding: 0px 5px;
}


.donors img {
	width: 100%;
	max-width: 110px;
	
}



/************************************************************************************
		FOOTER
*************************************************************************************/
#bottom {
padding-top: 10px;
min-height: 230px;
background:#00843c;


} 
#bottom a { color:#fff; }
#bottom .Normal {
font-size:22px;
line-height:normal;
color:#fff;
}
.footer { width:90%; }

#Copyright {
font-size:14px;
padding-top:10px;
color: #fff;
}

.text_sm { font-size: 12px;  }

ul.social_media {
list-style:none outside none;
margin:0;
padding:0;
margin-top: -10px;
}
ul.social_media li { display:inline-block; }


.media_pane ul {
list-style:none outside none;
padding:0;
}
.media_pane ul li { display:inline-block; }
#default .media_pane { margin-top: 0; }

#dnn_dnnLogin_loginLink { color: #00843C !important; }






/************************************************************************************
		RESPONSIVE
*************************************************************************************/
@media only screen and (max-width: 992px) {
.full-image01 {
	height: 450px;	
}

.webinar-green-bar {
	top: 10%;
	font-size: 38px;
			
}

.webinar-green-bar .small{
	font-size: 20px;
	margin-bottom: 0px;
}



.webinar-pill-green{
	
	font-size: 18px;
	padding: 5px 50px 3px 50px;

	margin-top: -12px;
	margin-bottom: 20px;

	
}

.webinar-pill-white{
	display: table;
	font-size: 28px;
	text-transform: uppercase;
	background: #ffffff;
	color: #e77a27;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 7px 95px 5px 95px;
	margin: 30px auto;
	
	
}

a.webinar-button-orange{
	display: table;
	font-size: 28px;
	text-transform: uppercase;
	background: #e77a27;
	color: #ffffff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 7px 50px 5px 50px;
	margin: 10px auto;
	margin-bottom: -70px;
	margin-top: 70px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0,94,42,1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0,94,42,1);
	box-shadow: 0px 5px 0px 0px rgba(0,94,42,1);
}

.padd-left{
	margin-top: 0px; margin-left: auto;
}

.padd-right{
	margin-top: 0px;  margin-right: auto;
}
	
}

@media only screen and (max-width: 970px) {
.wrap { 
max-width:970px;
width:97%; 
}
/*.globalSearch { width:200px; }
.sf-menu a { padding:8px 15px; }*/
.large_pane {
max-width:722px;
width:72%;
}
.small_pane {
max-width:220px;
width:26%;
}

.left_pane {
max-width:455px;
width:48%;
}
.right_pane {
max-width:455px;	
width:48%;
}


}

@media only screen and (max-width: 800px) {
body, .Normal { font-size:15px; }
.globalSearch {
position:absolute;
right:0;
top:30px;
}
.sf-menu a { padding: 8px 15px; }
.large_pane { width:63%; }
.small_pane { width:34%; max-width:100%;}
.left_pane { width:46%; }
.right_pane { width:46%; }
#bottom .Normal { font-size:18px; }

.donors td {
	text-align: center;
	padding: 15px 5px;
}

.donors img {
	max-width: 185px; 
}
}

@media only screen and (max-width: 750px) {
body { min-width:320px; }
h1, h1 a:link, h1 a:active, h1 a:visited {
font-size:24px;
}
h2, h2 a:link, h2 a:active, h2 a:visited {
font-size: 16px;
}
h3, h3 a:link, h3 a:active, h3 a:visited {
font-size:13px;
}

.mobile_logo img {
margin-bottom: 20px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #ececec;
	border-bottom: 2px #ececec solid;
}

.navbar-inverse .navbar-toggle {
	background-color: #00853e;
	-moz-outline-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
    border: 1px #00853e solid;
}

.navbar-collapse {
	background: #fff;
	padding: 5px 20px 5px 20px;
}

.mobile_nav {
	display: inherit;
}

.browser_nav {
	display: none;
}

ul.navbar-nav  {
	margin: 0px;

	width: 100%;
}


.navbar-nav li {
	display: block;
	float: none;
	 
	 
	
	
}
	
.wrap { width:92%; }
.header { min-height: 170px; }
.logo { top: 8px; }
.logo img { width: 256px; /*margin-top:6px;*/}
.border { margin-top:60px; }
.globalNav { display:none; }
.globalSearch { /*top:15px;*/ width:100%; }
.mobile-arrow {
display:inline;
float:right;
margin:3px 3px 0 15px;
padding:0;
}


.mobile-arrow:hover { cursor:pointer; }

.mobile-menu { 
display:block; 
height:0px;
overflow:hidden;
-webkit-transition:height 0.8s;
-moz-transition:height 0.8s;
transition:height 0.8s; 
background: #333;
}
.active { height:auto; }
.treeview, .treeview ul { text-align:center; }
.treeview li {
background:none !important;
border-top:1px solid #FFFFFF;
padding:0 !important;
}
.treeview a {
color:#FFFFFF;
text-decoration:none;
display:block;
padding:10px 0;
}
.treeview a:hover {
background: #000;
}
.treeview a.selected {
background-color: #333 !important;
font-weight:bold;
color:#e77a27 !important;
}
.treeview ul { margin-top: 0; }
.treeview ul li { 
background-color: #333 !important;
border:none;
}
.treeview ul li a {
padding: 0 0 10px;
}
.treeview ul li a:hover {
background-color:#333 !important;
}
.collapsable a:hover {
background-color:#333 !important;
}
.treeview .hover {
color: #FFF !important;
}
.large_pane, .small_pane, .left_pane, .right_pane {
width:100%;
max-width:100%; 
}
#default .small_pane { margin-top: 0px; }
#bottom { padding:20px 0 0; }
#bottom .Normal { font-size:15px; }


.donors td {
	text-align: center;
	padding: 15px 5px;
}

.donors img {
	max-width: 185px; 
}

.media_pane ul {
list-style:none outside none;
margin-top: 7px;
padding:0;
}

a.tile-webinar {
	position: relative;
	display:block;
	width: 390px; 
	color: #ffffff; 
	margin: 0px auto;
	margin-bottom: -15px; 
	z-index: 1000; 
	right: 0px; 
	padding: 10px;
	text-align: center;
}

}

@media only screen and (max-width: 390px) {
/*.DnnModule-DigRotate {
	display: none;
}*/

.slidePanel {
	height: 125px;
	background: #ccc;
	overflow: hidden;
}

.slidePanel img{
	height: 125px;
	width: 100%;
}


.mobile_logo img {
width: 70%;
margin-bottom: 20px;
}

.box.orange_home .Head {
color: #fff !important;
font-size: 22px !important;
}

a.tile-webinar {
	position: relative;
	display:block;
	width: 100%;
	max-width: 380px; 
	color: #ffffff; 
	margin: 0px auto;
	margin-bottom: -10px; 
	z-index: 1000; 
	right: 0px; 
	padding: 10px;
	background-color: #e77a27;
	text-align: center;
}

}





