/*
    Theme Name: SWIF
    Theme URI: http://www.vimm.com/
    Description: This is a theme created by Vivid Image.
    Author: Mat Lipe
    Author URI: http://www.vimm.com/
    Contributors: Mat Lipe
    Version: 5.42.0
    Template: genesis
    Template Version: 1.8.2

*/
@font-face {
    font-family: 'helvetica black';
    src: url('font/helvetica-black-webfont.eot');
    src: url('font/helvetica-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helvetica-black-webfont.woff') format('woff'),
         url('font/helvetica-black-webfont.ttf') format('truetype'),
         url('font/helvetica-black-webfont.svg#helvetica_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/** Go Live Changes **/
.search .page,
.search .post {
	margin: 0 0 40px 3px;
	float: left;
	width: 100%;
	display: block;
}
/** Download Manager **/
.wpdm-pro {
	margin-top: 35px !important;
}

.wpdm-pro .alignleft-cat {
	width: 170px;
	min-height: 280px;
	float: left;
	padding: 0px 6px 25px;
}

.wpdm-pro blockquote {
	margin: 13px 0 !important;
	padding: 0px !important;
}

.wpdm-pro {
	background: #fbfbfb !important;
	border: 1px solid #ddd !important;
	border-radius: 3px !important;
	margin-bottom:20px;
	height:50px;
}

.wpdm-pro h3 {
	font-size: 15px !important;
	font-family: Georgia !important;
	line-height: 18px !important;
	font-weight: normal !important;
	margin: 8px !important;
}

.wpdm-pro .btn.btn-success {
	background-image: none !important;
	color: #ffffff !important;
	border-radius: 3px !important;
	border: 0 !important;
	letter-spacing: 1px !important;
	font-size: 13px !important;
	padding: 7px !important;
	text-shadow: none !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	font-family: Georgia !important;
	background-color: #a2d26b !important;
	display: block;
	width: 100px;
	float: right;
}

.wpdm-pro .btn.btn-success:hover {
	background-color: #8dbd55 !important;
}

.wpdm-pro a {
	color: #58595b !important;
}

.wpdm-pro blockquote {
	padding: 5px;
}

.downloadbutton {
	float:left;
	margin-top: 5px;
}
.wpdm-pro .thumbnail {
	border: none !important;
}
.wpdm-pro [class*="span"] {
	float: none;
	margin-left: 0px !important;
}
.wpdm-pro [class*="span"], .wpdm-pro .uneditable-input[class*="span"], .wpdm-pro .row-fluid [class*="span"] {
	float:left !important;
}

#wpdm-popup-link {
	top:150px !important;
	margin-left: -9999px;
}

.wpdm-pro .span6 {
	width:100% !important;
}
.wpdm-pro .btn-success {
	background-color:#60869F !important;
	background-image: linear-gradient(to bottom, #829FB3, #60869F) !important;
}
.wpdm-pro .btn-success:hover,
.wpdm-pro .btn-success:active,
.wpdm-pro .btn-success.active,
.wpdm-pro .btn-success.disabled,
.wpdm-pro .btn-success[disabled] {
  color: #ffffff !imporatnt;
  background-color: #60869F !important;
  *background-color: #499249 !important;
}

.w3eden .col-md-4{
	width:100% !important;
	float:left;
}
.w3eden .col-md-6 {
	display:none;
}

.w3eden .btn {
	 margin-top: 3px !important;
}
.w3eden .thumbnail { 
	margin-bottom:3px !important;
	
}

.w3eden #srcp {
	display:none;
}
.w3eden .breadcrumb {
	display:none;
}
.w3eden .wpdm-categories {
	display:none;
}
.w3eden .navbar {
	display:none;
}
#wpdm-downloads > div.span6 > div > div > div > div:nth-child(2) {
	padding-top:0px !important;
}

.w3eden .media-body div:nth-child(2) {
	padding-top:0px !important;
	width:75% !important;
}

.w3eden .media-heading .btn {
	background-color:transparent;
	background-image:none;
	border:none;
	font-size:18px;
	color:#58595B !important;
	white-space: inherit;
	text-align:left;
}
.w3eden .media-heading .btn:hover {
	background-color:transparent;
	background-image:none;
	border:none;
}
.w3eden > h4 > a
	width: 95%;
	overflow: hidden;
}


/** Back To Top **/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 0px;
	margin-right: 25px;
}

#back-top a {
	width: 75px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 75px;
	height: 75px;
	display: block;
	margin-bottom: 7px;
	background: #cdcdc3 url( images/up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

/** Extra Sidebars **/
.connect .entry-title,
.connect .sociable{
    display: none;
}

.sl-links-main{
    background: white;
    padding: 15px 0 40px;
    width: 192px;
}

.sl-links-main li{
    list-style:none;
    padding: 0;
    margin: 0 0 10px 15px;
}

.sl-links-main li a{
    font-weight: bold;
    font-size: 14px;
}


/*
.sub #home-lower-right .vimm-profiles{
    display: none;
}
*/

.sub #home-lower-right {
   margin: 6px -1000px 0 10px;
}


.navigation a{
    font-weight: bold;
    font-size: 14px;
}


.archive-sociable{
    margin: -14px 20px 0 0;
}

.archive-links{
    margin: 17px 0 0 20px;
}

.archive .post{
    margin: 0 0 10px 4px;
    clear: both;
}

.archive .post.home-featured {
	background: url(images/arhive-post.png) no-repeat bottom center;
	min-height:745px;
}

.archive .post.small-featured{
    background: white;
    min-height: 345px;
}

.archive .post.medium-featured{
    background: white;
    min-height: 430px;
}

.archive .post.default-image{
    background: white;
    min-height: 275px;
    overflow: auto;
}

.archive .post a,
.archive .post a:visited{
   color: #58595b;
}


.archive .post .entry-content,
.archive .post .entry-title,
.archive .post .post-info{
    width: 550px;
    margin: 0 0 0 20px;
}

.archive .post.small-featured .entry-content,
.archive .post.small-featured .entry-title,
.archive .post.small-featured .post-info{
}


.archive .post.medium-featured  .entry-title,
.archive .post.medium-featured .post-info{
   width: 170px;
   float: left;
   margin-left: 0px;
}



.archive .post.medium-featured .entry-title,
.archive .post.small-featured .entry-title{
    padding: 15px 0 0 0;
    clear: right;
}

.archive .post.small-featured .post-info{
   padding: 8px 0 10px 0;
}


.archive .post .entry-title{
   padding: 12px 0 0 0;
}

.archive .post .post-info{
    padding: 8px  0 11px;
}

.archive .post .archive-links .post-comments {
	background: none;
	padding: 0;
	margin: 0;
}


.archive .post .archive-sociable li[data-service="linkedin"] {
	display: block !important;
}


.sub #inner{
    margin-top: 135px !important;
}

#inner {
	margin-top: 110px !important;
}

/** Sidebar **/
#inner #sidebar-alt .widget_text{
    margin: 8px 0 10px -2px;
}

#sidebar-alt #text-11 h4.widget-title,
#sidebar-alt #text-12 h4.widget-title,
#sidebar-alt #text-13 h4.widget-title,
#sidebar-alt #text-10 h4.widget-title {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'helvetica black';
	color: #58595b;
	}

.widget_archive li{
    list-style: none;
    margin: 0 0 8px 25px;
}

.widget_archive li a{
    font-size: 14px;
    color: #58595b;
    line-height: 11px;
    font-weight: normal;
}



.widget_archive h4.widgettitle{
    font-size: 14px;
    font-weight: bold;
    color: #58595b;
}

.widget_archive{
    padding: 20px;
    background: white;
    margin-top: 8px;
}

.widget_recent_entries h4.widgettitle{
    font-size: 14px;
    color: #83A0B5;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.widget_recent_entries {
    background: white;
    padding: 20px;
}

.widget_recent_entries  li{
    margin: 0 0 12px 0;
    list-style: none;
}

.widget_recent_entries  li a{
    color: #58595b;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}


#sidebar .widget{
    margin-bottom: 5px;
}


.archive-links{
    float: left;
}
.archive-sociable{
    float: right;
}


/** Footer Widgets **/

#footer-widgets .footer-widgets-2 .widget_nav_menu{
    margin: 0px 0 0 0;
}


#footer-widgets .footer-widgets-1 li{
    float: none;
    margin: 0 0 5px 0;
}

#footer-widgets .footer-widgets-1 li li{
    float: none;
    margin: 0 0 0 0;
}


#footer-widgets .footer-widgets-1 li li li{
    float: none;
    margin: 0 0 0 10px;
}



#footer-widgets .footer-widgets-1 ul{
    margin: 0 0 10px 0;
}



#footer-widgets li{
    float: left;
    list-style: none;
    list-style-type: none;
    line-height: 15px;
    display: block;
    width: 170px;
	margin: 0 25px 0 0;
}

#footer-widgets ul{
    margin: 0;
    padding: 0;
}


#footer-widgets li a{
    font-family: 'helvetica black';
    font-size: 11px;
    color: #4d4d4f;
    text-transform: uppercase;
}


#footer-widgets li li{
    float: none;
	padding: 3px 0px;
}

#footer-widgets li li a{
    font-family: Georgia;
    font-size: 11px;
    color: #4d4d4f;
    text-transform: none;
}


#footer-widgets li li li{
    float: none;
    margin: 0 0 0 10px;
}


#footer-widgets{
    margin: 27px 0 95px 0;
    float: left;
    clear: both;
}

#footer-widgets .widget_nav_menu img{
    display: none;
}


.footer-widgets-1{
    width: 200px;
    float: left;
}

.footer-widgets-2{
    width: 790px;
    float: right;
}

/** Footer VIMM **/
#constant_contact_api_widget-2 {
	display:none;
	position:absolute;
	margin-top:-20px;
	padding:20px;
	border: 4px solid #83a0b5;
	z-index: 100000;
	width:338px;
	height:457px;
	border-radius:10px;
	background: url('images/vimm-connect-background.jpg') no-repeat #fff;;
}
#constant_contact_api_widget-2 .input-text-wrap {
	padding-bottom:7px;
}
#constant_contact_api_widget-2 .widget-title {
	margin:0px auto;
	margin-top:80px;
	width: 160px;
}
#constant_contact_api_widget-2 #constant-contact-signup {
	margin:0px auto;
	width: 319px;
}
#cc_close img {
	float:right;
}

#cc_close {
	cursor:pointer;
	overflow:auto;
}

#recaptcha_widget_div {
	margin-top:7px;
}


/** Overlay for lightbox effect on click **/
#overlay {
    background:rgba(0,0,0,0.3);
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99998;
}


/** Home Lower **/

#home-lower-right .widget_text{
    float: left;
    width: 325px;
}

#home-lower-right .vimm-profiles{
    float: right;
}

#home-lower-right .widget_sp_image {
	float: right;
	margin-top: 25px;
	cursor: pointer;
}

.vimm-profiles img{
    padding: 5px 0 0 3px;
    width: 43px;
}


#home-lower-right{
    background: white;
    padding: 12px 1000px 0 20px;
    margin: -4px -1000px 0 10px;
    float: left;
    height: 139px;
    font-size: 13px;
    width: 570px;

}

#home-lower-right a,
#home-lower-right p{
    font-size: 13px;
    line-height: 19px;
    color: #58595b;
}

#home-lower-left{
    background: #83a0b5;
    width: 390px;
    float: left;
    padding: 12px 20px 0 1000px;
    margin: 6px 0 0 -1024px;
    color: white;
    text-align: right;
    font-size: 13px;
    height: 140px;
}


#home-lower-left .widget_text{
    width: 266px;
    float: right;

}



/** Home Middle **/

#home-middle .youtube h4.widgettitle{
    font-family: 'helvetica black';
    text-transform: uppercase;
    font-size: 15px;
    margin: 13px 0 0 25px;
    width: 340px;
	color: #58595b;
}


#home-middle .youtube{
    /*background: url(images/video.png) bottom right no-repeat;
    padding-right: 3px;*/
    height: 393px;
    background: #fff;

}



#home-middle .widget{
    float: left;
    margin: 0px 0 0 -5px;
    }

#home-middle #youtube-2{
    margin: 0 0 0 11px;
    width: 390px;
    overflow: hidden;
    max-height: 390px;
}
#home-middle #youtube-2 .youtube-img img{
   width: 390px;
   height: 293px;
}


.play{
    position: absolute;
    z-index: 5;
    margin: 130px 0 0 180px;
}

#home-middle{
    float: left;
}


#home-middle #video-container{
        display: none;
}



/** Home Top Right **/

#sidebar-alt .post,#home-top-right .post{
    background: white;
    margin: 0 0 9px 0;
    padding: 0;
    padding-bottom: 20px;
    width: 190px;
    max-height: 171px;
    position: relative;
}

#sidebar-alt .post h2,
#home-top-right .post h2{
    fl-oat: left;
    margin: 5px 0 0 15px;
    heig-ht: 39px;
}



#sidebar-alt .post .featured-post-image,
#home-top-right .post .featured-post-image{
    /*margin: -14px 5px 0 0;
    clear: both;*/
   position: absolute;
   bottom: -3px;
   right: 0px;
   display: block;
}

#sidebar-alt .post .featured-post-image img,
#home-top-right .post .featured-post-image img{
    width: 14px;
    padding-top: 10px;
}


#home-top-right h4.widgettitle{
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'helvetica black';
	color: #58595b;

}

#sidebar .widget_text,
#home-top-left .widget_text,
#sidebar-alt .widget_text,
#home-top-right .widget_text{
    
    background-color:#FFF;
    width: 173px;
    height: 151px;
    padding: 20px 7px;
    color: #4d4d4f;
    font-size: 13px;
    line-height: 19px;
    margin: 1px 0 10px 0;
}

#sidebar .widget_text h4.widgettitle,
#home-top-left .widget_text h4.widgettitle{
    font-size: 15px;
    font-family: 'helvetica black';
    text-transform: uppercase;
    color: #58595b;
}


#sidebar .widget_text .textwidget,
#home-top-left .widget_text .textwidget p{
    font-size: 13px;
    font-family: Georgia;
    margin: 4px 0 0 0;
}


.widget-wrap .textwidget h4 {
    font-size: 15px;
    font-family: 'helvetica black';
    text-transform: uppercase;
	color: #58595b;
}

.widget-wrap .textwidget a {
	color: #4d4d4f;
}

.widget-wrap .textwidget p {
	color: #4d4d4f;
    font-size: 13px;
    line-height: 19px;
}



#home-top-right{
    width: 198px;
    float: right;
}


#sidebar-alt h2 a,
#home-top-right h2 a{
    font-size: 15px;
    font-family: 'helvetica black';
    text-transform: uppercase;
	padding-right: 7px;

}

#sidebar-alt #text-8 h4.widgettitle {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'helvetica black';
    color: #58595b;
}

#sidebar-alt .advanced-sidebar-menu {
    background: #ffffff;
    font-weight: bold;
}

#sidebar-alt .advanced-sidebar-menu a {
    color: #58595b;
}

#sidebar-alt .advanced-sidebar-menu li.current_page_item a{
   color: #83a0b5;
}

#sidebar-alt .advanced-sidebar-menu li.current_page_item li a{
    color: #58595b;
}




#sidebar-alt .advanced-sidebar-menu .parent-sidebar-menu {
    margin: 0 0 9px -20px;
    padding: 10px 0 10px 0;
}



#sidebar-alt .advanced-sidebar-menu .parent-sidebar-menu ul li {
    list-style-image: none;
    list-style-type: none;
    padding: 5px 0;

}

#sidebar-alt .advanced-sidebar-menu .parent-sidebar-menu .page_item {
    list-style-image: none;
    list-style-type: none;
}

#sidebar-alt .advanced-sidebar-menu .parent-sidebar-menu ul li li{
    list-style-image: none;
    list-style-type: none;
}

#sidebar-alt .advanced-sidebar-menu  .child-sidebar-menu {
    margin: 0 0 0 -35px;
    padding: 0 10px 0 0;
}

#sidebar-alt .advanced-sidebar-menu  .child-sidebar-menu .children {
    padding: 0;
    margin: 0 0 0 -15px;
}


#featured-post-5 .post {
	min-height: 190px;
	position: relative;
}


/** Home Top left **/
#home-top-left{
    width: 191px;
    float: left;
    margin: 0 0 0 -5px;
}

#home-top-left .widget_sp_image{
    margin: 0 0 5px 0;
}


/** Home Featured **/
#home-featured{
    /*background: url(images/home-featured.png) bottom left  no-repeat;*/
	background: #fff;
    width: 590px;
    float: left;
    margin: 2px 0 0 10px;
    height: 590px;
}

#home-featured h2 a{
   font-family: 'helvetica black';
   font-size: 15px;
   text-transform: uppercase;
}

#home-featured .post{
  margin: 0 0 0 0;

}

#home-featured .read-more{
     margin: -9px 0 0 17px;
}

#home-featured .read-more a{
    font-size: 13px;
    color: #58595B;
    font-weight: bold;
}



#home-featured h2{
    width: 475px;
    margin: 14px 0 0 17px;
    height: 25px;
}

#home-featured p {
	margin: 0px 0 0 17px;
}

.featured-post-image{
    float: right;
    margin: -21px 12px 9px 0;
}

.featured-post-image img{
    width: 18px;
}



#header #nav_menu-3 li li a{
    background: none;
    font-size: 11px;
    color: #4d4d4f;
    font-family: Georgia;
}

#header #nav_menu-3 li li li{
    padding-left: 8px;
}

#header #nav_menu-3 li li{
    float: none;
    margin: 2px 0 0 0;
}


#header #nav_menu-3 img{
    padding: 0 0 5px 0;
}

#header #nav_menu-3 li a{
    font-size: 20px;
    color: black;
    font-family: 'helvetica black', Georgia;

}

#header #nav_menu-3 li{
    float:left;
    margin: 0 130px 0 0;
    list-style-image: none;
}

#header #nav_menu-3 ul li a{
    padding-bottom: 20px;
    text-align: center;
}

#header #nav_menu-3 ul li li a{
    padding-bottom: 0;
}




#header #nav_menu-3 {
    margin: 23px 0 0 0;
}



#header #nav_menu-3 li.last-menu-item{
    margin: 0 0 0 0;
}



.searchform img{
    float: right;
    margin-top: 8px;
}

#searchform fieldset{
    border:none;
}

#searchform{
    margin: 20px 0 0 -240px;
    background: #84a3b7;
    position: absolute;
    -webkit-border-radius: 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	  display: none;

}

#s{
    width: 230px;
    padding: 6px 10px;
    padding-right: 35px;
    border-color: #84a3b7;
    color: #666;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0, 0.1);
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0, 0.1);
    box-shadow: inset 0 2px 2px rgba(0,0,0, 0.1);
    float: left;
    border-width: 8px;
}
#searchsubmit{
    text-indent: -999999px;
    background: url(images/search-button.png) 50% 5px no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: none;
    margin: 12px 0 -5px -35px;
    float: left;
}

#searchsubmit:hover{
    background-position: 50% -17px;
}



#header .widget{
    float: left;
    margin: 12px 130px 0 0;
}

#header #widget_sp_image-5{
    margin: 23px 0 0 0;
}

#header #search-3{
    margin: 10px 0 0 0;
    width: 53px;
    float: right;
}

#header #search-3 form {
	display: none;
	position: absolute;
	background: url( 'images/search-bg.png' ) no-repeat;
	width: 186px;
}

#header #search-3 form input[type=text] {
	background: none;
	border: none;
	margin: 5px 0px 0px 17px;
	width: 133px;
	color: #c1c1c1;
	font-size: 15px;
	font-family: Maven Pro, sans-serif;
}

#header #search-3 form input[type=submit] {
	background: none !important;
	border: none !important;
	text-indent: -9999px;
	width: 33px;
	height: 28px;
}


#header #search-3 a{
    color: #000000;
    font-size: 11px;
    text-decoration: none;
    font-family: 'helvetica black',georgia;
    text-transform: uppercase;
    line-height: 15px;
}



p#description{
    text-indent: -9999px;
}

.home .printfriendly,
#sidebar .printfriendly{
    display: none;
}

/** Backgrounds **/
body{

        background: url(images/outabody.jpg) #e5e5e6 0 95px repeat-x;

}

#outabody{
	backg-round: url(images/body.png) top left repeat-x;

}

#outabody2{

}


#outabody3{

}


/* Defaults
------------------------------------------------------------ */
body.mceContentBody  {
    width: 548px;
    background: white;
}


body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #58595b;
    font-family: Georgia;
    font-size:15px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

input {
    color: #333;
}

.entry-content {
    width: 548px;
}

.full-width-content .entry-content{

}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
	margin: 15px 0;
	}


input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description{
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
}

ol li {
    list-style-type: decimal;
}

.error{
    color:red;
    border: 4px double red;
    font-weight: bold;
    border-radius: 10px;
}


/* Hyperlinks
------------------------------------------------------------ */

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}



/* Wrap
------------------------------------------------------------ */

#wrap {

    margin: 0 auto;
    width: 993px;

}

/** so we dont get nasty scrollbars **/
html {
 height: 100%;
 margin-bottom: 1px;
 overflow-y: scroll;
 overflow-x: hidden;
}



/* Header
------------------------------------------------------------ */

#header {
    margin: 0 auto -12px;
    min-height: 60px;
    overflow: hidden;
    width: 993px;
}

#header {
	width: 100%;
	position: fixed;
	background: url(images/body.png) top left repeat-x;
	margin: -110px 0 0 0;
	z-index: 999;
}

.sub #header {
	margin: -135px 0 0 0;
}

#header .wrap {
	width: 993px;
	margin: 0 auto;
	overflow: hidden;
}

.breadcrumb {
	width: 100% !important;
	position: fixed !important;
	margin-top: -39px !important;
	z-index: 999;
}

.breadcrumb .wrap {
	width: 594px;
	margin: 0 auto;
}


#title {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}

#title a,
#title a:hover {
    color: #333;
    text-decoration: none;
}

#description {
    font-size: 14px;
}

#header .widget-area {
    width: 100%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

#title a {
    display: block;
    float: left;
    height: 80px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 400px;
}

.header-image #description {
    display: block;
    overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
    width: 993px;
}



/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
    left: -9999px;
}

li:hover,
li.sfHover {
    position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
    padding-right: 25px;
}

li a .sf-sub-indicator {
    background: url(images/arrow-down.png) no-repeat;
    height: 10px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 13px;
    width: 10px;
}

li li a .sf-sub-indicator {
    background: url(images/arrow-right.png) no-repeat;
    top: 10px;
    display: none;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
    float: right;
}

#header ul.nav ul,
#header ul.menu ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
}

#header ul.nav li,
#header ul.menu li {
    list-style-type: none;

    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#header ul.nav li a:hover,
#header ul.menu li a:hover{
    text-decoration:underline;
}

#header ul.nav li a,
#header ul.menu li a {
    color: #58595b;
    display: block;
    font-size: 11px;
    position: relative;
    text-decoration: none;
    font-family: 'helvetica black',georgia;
    text-transform: uppercase;
    line-height: 15px;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    position: relative;
    text-transform: none;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
    background-color: #000;
}

#nav_menu-2 ul ul{
    display: none !important;
}

#header ul.nav li ul,
#header ul.menu li ul {
    height: auto;
    left: -9999px;
    width: 160px;
    z-index: 9999;
    background: white;
    height: 362px;
    padding: 22px;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
    width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
    margin: 0;
    position: relative;
    display: block !important;
    visibility: visible !important;
    height: auto;
    padding: 0 0 2px 0;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
    left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
    clear: both;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;

    width: 993px;
}

#nav ul {
    float: left;
    width: 100%;
}

#nav li {
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}

#nav li a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 7px 10px 5px;
    position: relative;
    text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
    background-color: #000;
    color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
    background-color: #333;
    border: 1px solid #666;
    border-top-width: 0;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
    text-transform: none;
    width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
    background-color: #000;
}

#nav li ul {
    height: auto;
    left: -9999px;
    position: absolute;
    width: 160px;
    z-index: 9999;
}

#nav li ul a {
    width: 140px;
}


#nav li ul ul {
    margin: -29px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
    left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
    float: right;
    font-size: 13px;
    padding: 6px 10px 5px;
}

#nav li.right a {
    background: none;
    border: none;
    color: #fff;
    display: inline;
    text-decoration: none;
}

#nav li.right a:hover {
    color: #fff;
    text-decoration: underline;
}

#nav li.search {
    padding: 0 10px;
}

#nav li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin: 0 0 0 10px;
    padding: 7px 0 5px 16px;
}

#nav li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
    background-color: #333;
    border-bottom: 1px solid #666;
    clear: both;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;

    width: 993px;
}

#subnav ul {
    float: left;
    width: 100%;
}

#subnav li {
    float: left;
    list-style-type: none;
}

#subnav li a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 7px 10px 5px;
    position: relative;
    text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
    background-color: #000;
    color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
    background-color: #333;
    border: 1px solid #666;
    border-top-width: 0;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
    text-transform: none;
    width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
    background-color: #000;
}

#subnav li ul {
    height: auto;
    left: -9999px;
    position: absolute;
    width: 160px;
    z-index: 9999;
}

#subnav li ul a {
    width: 140px;
}

#subnav li ul ul {
    margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
    left: auto;
}



/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
    font-size: 13px;
    line-height: 20px;
    margin: -60px 0 30px -2000px;
    padding: 5px 2000px;
    background: #83a0b5;
    border: none;
    color: white;
    position: absolute;
    width: 50%;
}

.archive .breadcrumb{
    margin: -40px 0 30px -2000px;
}

.full-width-content .breadcrumb {
	margin: -60px 0 30px -2200px;
}


.breadcrumb a:visited,
.breadcrumb a{
    color: white;

    text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
    margin: 0 0 30px;
    padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
    float: left;
    width: 793px;
}

.sidebar-content #content-sidebar-wrap {
    max-width: 993px;
    width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
    float: left;
}


/* Content
------------------------------------------------------------ */

#content {
    background: white;
    width: 554px;
    padding: 20px;
    float: right;
    min-height:750px;
}

.archive #content{
    background:none;
    width: 594px;
    padding: 0;
}

.content-sidebar #content,
.sidebar-content #content {
	margin-right: 0px !important;
	width: 75.52%;
}

.sidebar-content #content {
    float: right;
    margin-right: 198px;
}

.full-width-content #content {
    width: 993px;
    float: left;
}


.post {
    margin:  0 0 40px 3px;
}

.entry-content {
	width: 100%;
}


p.subscribe-to-comments {
    padding: 20px 0 10px;
}

.clear {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin: 0 0 20px;
    padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48%;
}

.one-third,
.two-sixths {
    width: 31%;
}

.four-sixths,
.two-thirds {
    width: 65%;
}

.one-fourth {
    width: 22.5%;
}

.three-fourths {
    width: 73.5%;
}

.one-fifth {
    width: 17.4%;
}

.two-fifths {
    width: 37.8%;
}

.three-fifths {
    width: 58.2%;
}

.four-fifths {
    width: 78.6%;
}

.one-sixth {
    width: 14%;
}

.five-sixths {
    width: 82%;
}

.first {
    padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
    float: right;
    padding: 0 0 15px;
    width: 48%;
}

.genesis-grid-odd {
    clear: both;
    float: left;
    padding: 0 0 15px;
    width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
    margin: 0 0 20px;
}




/* Post Info
------------------------------------------------------------ */

.post-info {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0;

}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
    border-top: 1px solid #ddd;
    clear: both;
    font-size: 12px;
    padding: 5px 0 0;

}


/* Author Box
------------------------------------------------------------ */

.author-box {
    margin: 0 0 40px;
    overflow: hidden;
    padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
    margin: 0 0 40px;
    padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
    float: left;
    padding: 20px 0;
    width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
    background: url(images/icon-dot.png) no-repeat left 5px;
    margin: 0 0 0 3px;
    padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
}

.author-box .avatar {
    background-color: #fff;
    float: left;
    height: 80px;
    margin: 0 10px 0 0;
    width: 80px;
}

.post-image {
    margin: 0 10px 10px 0;
}

.comment-list li .avatar {
    background-color: #fff;
    float: right;
    margin: 0 5px 0 10px;
    padding: 4px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

img.alignnone {
    display: inline;
    margin: 0 0 10px;
}

img.alignleft {
    display: inline;
    margin: 0 10px 10px 0;
}

img.alignright {
    display: inline;
    margin: 0 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 0 10px 0 0;
}

.alignright {
    float: right;
    margin: 0 0 0 10px;
}


p.wp-caption-text {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0;
}

.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}

.gallery-caption {
}





/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    display: inline;
    float: left;
    font-size: 13px;
    line-height: 20px;
    width: 195px;
}

#sidebar-alt {
    float: right;
    width: 190px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
}

.content-sidebar-sidebar #sidebar-alt {
    float: right;
}



/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
    padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
    display: inline;
    font-size: 12px;
    margin: 10px 10px 0;
    padding: 3px;
    width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
    width: 128px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
    overflow: hidden;
}

.user-profile p {
    padding: 10px 10px 0;
}

.user-profile .posts_link {
    padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #a2d26b;
	border: 1px solid #8dbd55;
	color: #fff;
	cursor: pointer;
	font-size: 15px !important;
	font-weight: normal;
	padding: 7px 13px !important;
	text-decoration: none;
	font-family: georgia;
	letter-spacing: 1px;
	border-radius: 3px;

}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
    background-color: #8dbd55;
    border: 1px solid #8dbd55;
    color: #fff;
    text-decoration: none;
}



/* Footer
------------------------------------------------------------ */

#footer {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 6px 0 5px;
    width: 993px;
}

#footer,
#footer a{
        font-size: 12px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
    margin: 0 0 15px;
    overflow: hidden;
}

#author,
#comment,
#email,
#url {
    font-size: 12px;
    margin: 10px 5px 0 0;
    padding: 5px;
    width: 250px;
}

#comment {
    height: 150px;
    margin: 10px 0;
    width: 98%;
}

.ping-list {
    margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
    padding: 10px;
}

.comment-list li,
.ping-list li {
    font-weight: bold;
    margin: 15px 0 5px;
    padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
    list-style-type: none;
    margin-left: 10px;
    margin-right: -6px;
}

.comment-list p,
.ping-list p {
    margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
    font-style: normal;
}

.commentmetadata {
    font-size: 11px;
}

.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
    background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
    border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
    color: #333;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px !important;
    padding: 4px 5px !important;
}

div.gform_footer input.button {
    color: #fff;
}

div.gform_wrapper .ginput_complex label {
    font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
    padding: 0;
}



ol,
ul{
   padding: 0 0 15px;
   margin:0;
}

ul ul, ol ol {
	padding: 0;
}

ol li{
   margin: 0 0 0 35px;
   list-style-type: decimal;

}

ul li{
  list-style-image: url(images/bullet.png);
   margin: 6px 0 6px 35px;
}

p{
    padding: 0 0 15px;

}

.wp-caption {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}


p.wp-caption-text {
    font-size: 14px;
    margin: 5px 0;
}

/** Tabs
--------------------------------------------- */
#tabs{
    margin: 20px 0 50px 0;
}

.ui-tabs-panel{
    border: 1px solid #ddd;
    margin-top: -1px;
    float: left;
}

.ui-tabs-nav{
    height: 33px;
    border: 0;
    overflow: hidden;
    padding: 0;
    }
.ui-tabs-nav li{
    border: 1px solid #acacac;
    margin-top: -2px;
   /* background: url(images/tab-button-bg.png) top left repeat-x; */
}



.ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
	 margin: 2px 5px 5px 0px;
    padding: 7px 8px 6px 8px;
}

.ui-tabs .ui-tabs-nav li a {
    font-size: 15px;
    color: #333333;
    font-weight: normal;
	font-family: sans-serif;

}

.ui-tabs .ui-tabs-nav li a:hover{
    color:#ccc;
    text-decoration: none;
}


li.ui-tabs-selected {
   /*  background: url(images/tab-selected-button-bg.png) left center repeat-x; */
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
    background-color: #ddd;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
 }



.ui-tabs .ui-tabs-panel {
    display: block;
    padding: 9px 24px;
    background: none;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}





/* Headlines
------------------------------------------------------------ */

cite{

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    font-weight: bold;
}


h1.entry-title,
h2.entry-title a{
    font-size: 19px;
    font-family: 'helvetica black', Georgia;
    line-height: 23px;
    font-weight: normal;
    margin-bottom: 8px;
}

h2.entry-title a:hover {
    color: #25a;
    text-decoration: none;
}


h1{
    font-size: 19px;
    font-family: 'helvetica black', Georgia;
}


h2{
    font-size: 20px;
    color: #83a0b5;
}


h3 {
    font-size: 17px;
    font-family: 'helvetica black';
}

h4 {
    font-size: 16px;
    color: #83a0b5;
}

h5 {
    font-size: 15px;
    font-family: 'helvetica black';
}

h6 {
    font-size: 14px;
    color: #83a0b5;
}

blockquote {
    margin: 25px 15px 17px;
    padding: 15px 20px 0;
    background: url(images/blockquote.png) top left no-repeat;
}

blockquote p {

}


a,
a:visited {
    color: #83a0b5;
    text-decoration: none;
}

a:hover {
    color: #bacbd8;
    text-decoration: none;
}

img[align="left"]{
    padding-right: 10px;
}
img[align="right"]{
    padding-left: 10px;
}


/* Columns
------------------------------------------------------------ */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47%;
}

.one-third,
.two-sixths {
	width: 29%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 22%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Event Calendar
------------------------------------------------------------ */

.tribe-events-calendar thead th {
	background-color: #85a3b7 !important;
	border-left: 1px solid #85a3b7 !important;
	border-right: 1px solid #85a3b7 !important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background-color: #a2d26b !important;
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] {
	background-color: #bacbd8 !important;
	color: #fff; !important
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
	background-color: #a2d26b !important;
}

#tribe-events-content .tribe-events-calendar td {
	background: #f9f9f9;
}

#tribe-events-pg-template {
	background: #fff !important;
	padding: 20px !important;
}

#tribe-events-pg-template .tribe-events-content ul li {
	margin: 0 0 6px 35px !important;
}

#tribe-events .tribe-events-content p{
	margin: 0px !important;
}

.tribe-events-button, #tribe-events .tribe-events-button {
	background: #a2d26b !important;
}

.tribe-events-content .shareaholic-canvas .shareaholic-recommendations-container {
	display:none !important;
}

/* Editor Shortcodes - Vision
------------------------------------------------------------ */

.vision-accordion dt {
	padding: 10px 45px;
	background: #fbfbfb url( 'images/swif-closed.png' ) no-repeat 15px center;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   		box-sizing: border-box;
	text-indent: 0px;
}

.vision-accordion dt.current {
	color: #85a3b7;
	background: #fbfbfb url( 'images/swif-open.png' ) no-repeat 15px center;
}

.vision-accordion dt:before {
	top: 25%;
	content: '' !important;
}

.vision-accordion dd {
	font-size: 15px;
	padding: 0px 10px 25px;
}

/** Map Canvas **/
#map-canvas {
	height: 500px;
	width: 100%;
	clear: both;
}

ul#involvement-categories{
	float: left;
}

ul#involvement-categories li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	cursor: pointer;
	margin-left: 15px;
	width: 23%;
	height: 40px;
}

ul#involvement-categories li label {
	display: block;
	height: 40px;
	/*width: 23%;*/
	cursor: pointer;
	padding-left: 25px;
	position:relative;
}

/* Early Childhood Education **/
ul#involvement-categories li.early-childhood-education {
	background: url( 'images/checkbox/unchecked/SWIF_TrianglesBlue1.png' ) no-repeat;
}

ul#involvement-categories li.early-childhood-education.checked {
	background: url( 'images/checkbox/SWIF_TrianglesBlue1.png' ) no-repeat;
}

/** Revolving Loans **/
ul#involvement-categories li.revolving-loans {
	background: url( 'images/checkbox/unchecked/SWIF_TrianglesGreen.png' ) no-repeat;
}

ul#involvement-categories li.revolving-loans.checked {
	background: url( 'images/checkbox/SWIF_TrianglesGreen.png' ) no-repeat;
}

/** Yes! Teams **/
ul#involvement-categories li.yes-teams {
	background: url( 'images/checkbox/unchecked/SWIF_TrianglesBlue2.png' ) no-repeat;
}

ul#involvement-categories li.yes-teams.checked {
	background: url( 'images/checkbox/SWIF_TrianglesBlue2.png' ) no-repeat;
}

/** Community Foundation **/
ul#involvement-categories li.community-foundation {
	background: url( 'images/checkbox/unchecked/SWIF_TrianglesGray.png' ) no-repeat;
}

ul#involvement-categories li.community-foundation.checked {
	background: url( 'images/checkbox/SWIF_TrianglesGray.png' ) no-repeat;
}

/** Grants **/
ul#involvement-categories li.swif-grants {
	background: url( 'images/checkbox/unchecked/SWIF_TrianglesOrange.png' ) no-repeat;
}

ul#involvement-categories li.swif-grants.checked {
	background: url( 'images/checkbox/SWIF_TrianglesOrange.png' ) no-repeat;
}

/** Loans **/
ul#involvement-categories li.swif-loans {
	background: url( 'images/checkbox/unchecked/SWIF_TrianglesPurple1.png' ) no-repeat;
}

ul#involvement-categories li.swif-loans.checked {
	background: url( 'images/checkbox/SWIF_TrianglesPurple1.png' ) no-repeat;
}

/** Scholarship Fund **/
ul#involvement-categories li.designated {
	background: url( 'images/checkbox/unchecked/SWIF_TrianglesYellow.png' ) no-repeat;
}

ul#involvement-categories li.designated.checked {
	background: url( 'images/checkbox/SWIF_TrianglesYellow.png' ) no-repeat;
}

/** Keep It Growing Farmland **/
ul#involvement-categories li.keep-it-growing-farmland {
	background: url( 'images/checkbox/unchecked/SWIF_TrianglesPink.png' ) no-repeat;
}

ul#involvement-categories li.keep-it-growing-farmland.checked {
	background: url( 'images/checkbox/SWIF_TrianglesPink.png' ) no-repeat;
}

/** Initiative Coalitions **/
ul#involvement-categories li.initiative-coalitions {
	background: url( 'images/checkbox/unchecked/SWIF_TrianglesPurple2.png' ) no-repeat;
}

ul#involvement-categories li.initiative-coalitions.checked {
	background: url( 'images/checkbox/SWIF_TrianglesPurple2.png' ) no-repeat;
}

ul#involvement-categories li input[type="checkbox"] {
	filter: alpha(opacity=0);
	opacity: 0;
	position:absolute;
}

.gm-style .gm-style-iw .heading {
	color: #85a3b7;
	font-size: 17px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

.gm-style .gm-style-iw #bodyContent p {
	font-style: Georgia, sans-serif;
	font-size: 12px;
	color: #58595b;
}

.gm-style .gm-style-iw #bodyContent .read-more {
	display: block;
	background: url( 'images/view-more.png' ) no-repeat;
	width: 136px;
	height: 28px;
	float: right;
}

/** Shareaholic Styling **/
#tribe-events-pg-template .tribe-events-content .shareaholic-share-buttons-wrapper ul.shareaholic-share-buttons li {
	margin: 0 !important;
}

.flat i.shareaholic-service-icon,
.shareaholic-share-button i.shareaholic-service-icon {
	background-image: url(images/flat-popular.png) !important;
}

.recommendation-article-title {
	font-size: 15px !important;
	font-family: 'helvetica black' !important;
	text-transform: uppercase !important;
	padding-right: 7px !important;
	font-size: 20px;
	font-weight: bold !important;
}

.involvement .shareaholic-canvas {
	display:none !important;
}

/** Download Manager Styling **/

.wpdm-pro .span6 {
	width:100% !important;
}
.wpdm-pro .btn-success {
	background-color:#60869F !important;
	background-image: linear-gradient(to bottom, #829FB3, #60869F) !important;
}
.wpdm-pro .btn-success:hover,
.wpdm-pro .btn-success:active,
.wpdm-pro .btn-success.active,
.wpdm-pro .btn-success.disabled,
.wpdm-pro .btn-success[disabled] {
  color: #ffffff !imporatnt;
  background-color: #60869F !important;
  *background-color: #499249 !important;
}

/*404*/
.div404{

    margin: 15px 0;

}


.shiftnav-loading {
  display: none !important;
}


