/*
Theme Name: showmecampaign
Theme URI: 
Description: A custom theme for showmecampaign.
Version: 1.0
Author: Jeremy Seda
Author URI: http://www.itanjillc.com/
*/

/* begin Page */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular/opensans-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular/opensans-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/opensans-light/opensans-light-webfont.eot');
    src: url('fonts/opensans-light/opensans-light-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/opensans-light/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light/opensans-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
	src: url('fonts/opensans-semibold/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold/opensans-semibold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold/opensans-semibold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/opensans-bold/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold/opensans-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold/opensans-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('fonts/opensans-extrabold/opensans-extrabold-webfont.eot');
    src: url('fonts/opensans-extrabold/opensans-extrabold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/opensans-extrabold/opensans-extrabold-webfont.woff') format('woff'),
         url('fonts/opensans-extrabold/opensans-extrabold-webfont.ttf') format('truetype'),
         url('fonts/opensans-extrabold/opensans-extrabold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/opensans-italic/opensans-italic-webfont.eot');
    src: url('fonts/opensans-italic/opensans-italic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/opensans-italic/opensans-italic-webfont.woff') format('woff'),
         url('fonts/opensans-italic/opensans-italic-webfont.ttf') format('truetype'),
         url('fonts/opensans-italic/opensans-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	padding: 0;
	margin: 0;	
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.clear-all {
	clear:both;
}

a{
	color:#000000;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

a.btn-orange{
	width:auto;
	height:auto;
	padding:15px 25px;
	background-color:#e8630a;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'OpenSansBold', Arial, Helvetica,  sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a.btn-orange:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

a.btn-blue{
	width:auto;
	height:auto;
	padding:15px 25px;
	background-color:#13b2bc;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'OpenSansBold', Arial, Helvetica,  sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a.btn-blue:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

em,i{
	font-family:'OpenSansItalic', Arial, Helvetica, sans-serif;
}

strong,b{
	font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
}

#wrapper{
	width:100%;	
}

#header-outer-wrapper {
	width:100%;
	height:125px;	
	background-color:#10141c;
	background-repeat:repeat-x;
	background-position:left;	
}

#header-inner-wrapper {
	width:980px;
	height:125px;
	margin:0 auto;	
}

/*------                    SOCIAL ICONS                          ------*/
#social-icons-block {
	width:204px;
	height:30px;
	margin:20px 0 0 0;
	float:right;
}

#social-single {
	float:left;
	width:120px;
	height:29px;
}

#social-single a {
	float:left;
	text-indent:-9999px;
	display:block;
	width:30px;
	height:29px;
	margin:0 10px 0 0;
}

a#facebook {
	background-image:url(images/icons/icon-facebook.png);
}

a#facebook:hover {
	background-image:url(images/icons/icon-facebook-over.png);
}

a#twitter {
	background-image:url(images/icons/icon-twitter.png);
}

a#twitter:hover {
	background-image:url(images/icons/icon-twitter-over.png);
}

a#youtube {
	background-image:url(images/icons/icon-youtube.png);
}

a#youtube:hover {
	background-image:url(images/icons/icon-youtube-over.png);
}

div.addtoany_list {
	float:left;
}

div.addtoany_list a span{
	text-indent:-9999px;
	display:none;	
	width:84px;
	height:29px;
}

div.addtoany_list a {
	background-image:url(images/icons/icon-sharethis.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	width:84px;
	height:29px;
}

div.addtoany_list a:hover {
	background-image:url(images/icons/icon-sharethis-over.png);
	background-repeat:no-repeat;	
}

/*------                   END SOCIAL ICONS                          ------*/

a#logo img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	margin-top:2px;
}

a#logo img:hover {
	opacity:.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#header-left {
	width:380px;
	height:50px;
	float:left;
	margin:25px 0 0 0;
}

#header-right {
	width:600px;
	height:50px;
	float:left;
	margin:25px 0 0 0;
	text-align:right;
}

/*------                    TOP NAV                          ------*/
div.menu-top-container {
	float:right;
}

.menu-top-container, #menu-top, #menu-top li{
	padding:0;
	margin:0;
}

#menu-top {
	list-style-type: none;
	height:50px;
	position: relative;
}

#menu-top li {
	float: left;
}

#menu-top li a {
	background-image: url('images/nav_divider.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	line-height: 50px;
	text-decoration: none;
	font-family: 'OpenSansBold', Arial, Helvetica,  sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
}

#menu-top li a, #menu-top li a:link, #menu-top li a:visited {
	color: #FFFFFF;
}

#menu-top li a:hover {
	/*	background-color:#13b2bc;
	background-image:none; */
	color:#949599;
}

#menu-top li:first-child a{
	background-image:none;
}

#menu-top li.current-menu-item a{
	color:#949599;
}

#menu-top li.current-menu-ancestor a{
	color:#949599;
}

#menu-top li.menu-donate a{
	background-image:none;
	background-color:#13b2bc;
	color:#FFFFFF;
}

#menu-top li.menu-donate a:hover{
	background-color:#12636c;
	color:#FFFFFF;
}

#menu-top li.menu-donate.current_page_item a{
	background-color:#12636c;
}

#sub-nav-wrapper {
	width:100%;
	height:auto;
}

#sub-nav-block {
	width:980px;
	height:40px;
	margin:0 auto;
}

/* Single Menu */
div#single-menu{
	width:auto;	
	height:50px;
	float:right;	
}

div#single-menu a {
	background-image: url('images/nav_divider.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	line-height: 50px;
	text-decoration: none;
	font-family: 'OpenSansBold', Arial, Helvetica,  sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
	background-image:none;
	background-color:#13b2bc;
	color:#FFFFFF;
}


div#single-menu a:hover{
	background-color:#12636c;
	color:#FFFFFF;
}


/* SUB_MENU */
#menu-top .sub-menu {
	list-style-type: none;
	background-color:#949599;
	position:absolute;
	width:102%;
}

#menu-top .sub-menu li {
	float:left;
	position:relative;
}

#menu-top .sub-menu li a {
	background:none;
	background-color:#949599;
	padding: 0 10px 0 10px;
	line-height:40px;
	display:block;
	color:#000000;
	text-decoration: none;
	font-family: 'OpenSansBold', Arial, Helvetica,  sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
}

#menu-top .sub-menu li:first-child a{
	padding-left:20px;
}

#menu-top li.current-menu-ancestor ul.sub-menu{
	display:block;	
}

#menu-top li.current-menu-ancestor ul.sub-menu li.current_page_item a {
	color:#FFFFFF;
}


#menu-top li.current-menu-ancestor ul.sub-menu li.current_page_item a:before {
	font-family: 'OpenSansBold', Arial, Helvetica,  sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform:uppercase;
	content: "[ ";
}

#menu-top li.current-menu-ancestor ul.sub-menu li.current_page_item a:after {
	font-family: 'OpenSansBold', Arial, Helvetica,  sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform:uppercase;
	content: " ]";
}




#menu-top .sub-menu li a:hover {
	color:#FFFFFF;
}

#menu-top .sub-menu li:last-child {

}

#menu-top ul,
#menu-top  li:hover ul ul,
#menu-top  ul li:hover ul ul {
	display: none;
}
 
#menu-top  li:hover ul,
#menu-top  ul li:hover ul,
#menu-top  ul ul li:hover ul {
	display: block;
}
/*------                   END TOP NAV                          ------*/

#slider-outer-wrapper {
	width:100%;
	height:525px;
	background-color:#cbcbcb;
}

#slider-block {
	width:100%;
	height:525px;
	margin:10px 0;
}

#slider-block iframe {
	width:100%;
	height:525px;
	margin:0 auto;
}

#slider-block img {

}

/*------ Home-Slideshow SlideDeck2 has CSS applied under the CSS section.  ------*/

#splash-outer-wrapper {
	width:100%;
	height:auto;
	background-image:url(images/bg-splash.png);
}

#splash-block {
	width:980px;
	height:285px;
	padding:22px 0;
	margin:0 auto;
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
}

#splash1, #splash2, #splash3{
	width:290px;
	height:264px;
	float:left;
}

#splash1 {
	background-color:#FFFFFF;
	margin-right:55px;
	position:relative;
}

#splash1-content {
	width:auto;
	height:auto;
}

#splash1 img {
	padding:10px;
}

#splash1 img:hover {
}

#splash1 h3 {
	font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#13b2bc;
	padding:0 10px;
}

#splash1 h3 a {
	font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#13b2bc;
	text-decoration:none;
}

#splash1 h3 a:hover {
	text-decoration:underline;
}

#splash1 p {
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding:5px 10px;
	line-height:18px;
}

#splash1 p a{
	font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e8630a;
	text-decoration:none;
}

#splash1 p a:hover{
	text-decoration:underline;
}

#btn-play {
	width:64px;
	height:64px;
	position:absolute;
	left:113px;
	top:40px;
}

#btn-play a{
	width:64px;
	height:64px;
	display:block;
	background-image:url(images/btn-play.png);
	text-indent:-9999px;
}

#btn-play a:hover{
	background-image:url(images/btn-play-over.png);
}

#btn-big-play {
	width:101px;
	height:101px;
	position:absolute;
	left:180px;
	top:90px;
}

#btn-big-play a{
	width:101px;
	height:101px;
	display:block;
	background-image:url(images/btn-big-play.png);
	text-indent:-9999px;
}

#btn-big-play a:hover{
	background-image:url(images/btn-big-play-over.png);
}

#splash2 {
	background-image:url(images/bg-middle-splash.png);
	margin-right:55px;
}

#splash2-content {
	text-align:center;
	width:270px;
	height:200px;
	margin:35px 20px 25px 20px;
}

#splash2-content h2{
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	font-size:32px;
	text-transform:uppercase;
	color:#FFFFFF;
}

#splash2-content p{
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:24px;
}

#splash3 img {
	padding:5px 40px 5px 40px;
}

#splash3 h3{
	font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding:0 15px;
}

#splash3 h3 a {
	font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

#splash3 h3 a:hover {
	text-decoration:underline;
}

#splash3 p {
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding:5px 15px;
	line-height:18px;
	text-align:left;
}

#splash3 p a{
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

#splash3 p a:hover{
	text-decoration:underline;
}

div.dotted-line {
	width:100%;
	height:2px;
	margin:10px 0;
	background-image:url(images/dots-orange.png);
}

#feature-outer-wrapper {
	width:100%;
	height:auto;
}

#feature-block {
	width:980px;
	height:175px;
	margin:0 auto;
}

#feature-title {
	width:720px;
	height:80px;
	margin:0 auto;
	text-align:center;
}

#box-holder {
	width:auto;
	height:auto;
}

#feature-title p.gray-text {
	font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666666;
}

#feature-title p.big-text {
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	font-size:32px;
	text-transform:uppercase;
	color:#000000;
	line-height:60px;
	padding-left:30px;
}

#feature-title p.big-text span {
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	font-size:44px;
	color:#e8630a;
	padding:0 25px;
	line-height:60px;
	float:left;
}

#feature-title p.big-text a{
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	font-size:32px;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	line-height:60px;
	display:block;
	float:left;
}

#feature-title p.big-text a:hover{
	text-decoration:underline;
}

#feature-desc {
	width:720px;
	height:auto;
	margin:0 auto;
}

div.feature-content {
	float:left;
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}

div.feature-content p {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

div.feature-content a {
	display:block;
	color:#13b2bc;
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	margin:15px 0 0 0;
}

div.feature-content a:hover {
	text-decoration:underline;
}

#feature-donate {
	width:200px;
	height:70px;
	margin:0 40px 0 0;
}

#feature-participate {
	width:200px;
	height:70px;
	margin:0 60px 0 0;
}

#feature-advocate {
	width:200px;
	height:70px;
}

#footer-outer-wrapper {
	width:100%;
	height:auto;
	background-color:#e8630a;
}

#footer-block {
	width:980px;
	height:77px;
	margin:0 auto;
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size:11px;
}

#copyright-block {
	float:left;
	width:170px;
	height:auto;
	line-height:77px;
	font-weight:normal;
}

#footer-links {
	float:left;
	width:606px;
	height:auto;
}

#footer-social-links {
	float:left;
	width:204px;
	height:auto;
}

/*------                     FOOTER NAV                          ------*/
.menu-footer-container, .menu-footer-container ul, .menu-footer-container ul li{
	padding:0;
	margin:0;
}

.menu-footer-container ul {
	list-style-type: none;
	height: 77px;
}

.menu-footer-container li {
	float: left;
	position: relative;
}

.menu-footer-container ul li a {
	background-image: url('images/footer_divider.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 7px;
	display: block;
	line-height: 77px;
	text-decoration: none;
	font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:normal;
}

.menu-footer-container ul li a, .menu-footer-container ul li a:link, .menu-footer-container ul li a:visited {
	color: #000000;
}

.menu-footer-container ul li a:hover {
	text-decoration:underline;
	color: #000000;
}

.menu-footer-container ul li:first-child a{
	background-image:none;
	padding-left:0px;
}
/*------                   END FOOTER NAV                          ------*/

#footer-social-links {
	width:204px;
	height:30px;
	margin:20px 0 0 0;
	float:right;
}

#footer-social-single {
	float:left;
	width:120px;
	height:29px;
}

#footer-social-single a {
	float:left;
	text-indent:-9999px;
	display:block;
	width:30px;
	height:29px;
	margin:0 10px 0 0;
}

#footer-social-single a#facebook:hover {
	background-image:url(images/icons/icon-facebook.png);
}

#footer-social-single a#facebook {
	background-image:url(images/icons/icon-facebook-over.png);
}

#footer-social-single a#twitter:hover {
	background-image:url(images/icons/icon-twitter.png);
}

#footer-social-single a#twitter {
	background-image:url(images/icons/icon-twitter-over.png);
}

#footer-social-single a#youtube:hover {
	background-image:url(images/icons/icon-youtube.png);
}

#footer-social-single a#youtube {
	background-image:url(images/icons/icon-youtube-over.png);
}

#footer-social-links div.addtoany_list {
	float:left;
}

#footer-social-links div.addtoany_list a span{
	text-indent:-9999px;
	display:none;	
	width:84px;
	height:29px;
}

#footer-social-links div.addtoany_list a:hover {
	background-image:url(images/icons/icon-sharethis.png);
	background-repeat:no-repeat;
}

#footer-social-links div.addtoany_list a {
	background-image:url(images/icons/icon-sharethis-over-footer.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	width:84px;
	height:29px;
}

/*****               PAGE SPECIFIC STYLES           *****/
#page-wrapper {
	width:980px;
	height:auto;
	margin:55px auto 0 auto;
}

#page-wrapper h1{
	font-family:'OpenSansLight', Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:normal;
	color:#e8630a;
	margin-bottom:15px;
}

#page-left {
	width:685px;
	height:auto;
	float:left;
	margin:0 15px 0 0;
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
	line-height:24px;
}

#page-left p.black-bg-heading{
	width:653px;
	height:48px;	
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:30px;
	background-color:#000000;
	padding:22px 0px 0px 30px;
	margin-top: 0px;
	text-transform:uppercase;
}

#page-left p.black-bg-heading span{
	float:left;
	color:#FFFFFF;
	font-size:30px;
}

#page-left p.black-bg-heading span.plus-text{
	color:#e8630a;
	font-size:45px;
	float:left;
	margin-left:8px;
	line-height: 22px;	
}

#page-left h2 {
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color:#13b2bc;
	font-size:24px;
	margin:25px 0 0 0;
	font-weight:normal;
}

#page-left h3 {
	font-size:18px;
	margin:15px 0 0 0;
	font-weight:normal;
}

#page-left p {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
	margin:5px 0 0 0;
	line-height:24px;
}

#page-left p.orange-text {
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color:#e8630a;
	font-size:18px;
	margin:15px 0 0 0;
	line-height:24px;
	font-weight:normal;
	margin-bottom:30px;
}

#page-left p.orange-text a{
	color:#e8630a;
	text-decoration:underline;
}

#page-left p.orange-text a:hover{
	text-decoration:none;
}

#page-left ul, #page-left ol {
	margin:10px 0 0 0;
	padding-left: 25px;
}

#page-left li {
	margin:5px 0 0 0;
	padding-left: 25px;
}

#page-left ul.partners {
	list-style-type: none;
	margin:0;
	padding:0;
}

#page-left ul.partners li {
	float: left;
	position: relative;
	margin:0;
	padding:17px 17px 0 0;
}

#page-left ul.partners li img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#page-left ul.partners li img:hover {
	opacity:.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}


/************* Page Full Width **********************/

#page-full {
	width:980px;
	height:auto;
	float:left;
	margin:0 15px 50px 0;
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
	line-height:24px;
}

#page-full p.black-bg-heading{
	width:980px;
	height:48px;	
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:30px;
	background-color:#000000;
	padding:22px 0px 0px 30px;
	margin-top: 0px;
	text-transform:uppercase;
}

#page-full p.black-bg-heading span{
	float:left;
	color:#FFFFFF;
	font-size:30px;
}

#page-full p.black-bg-heading span.plus-text{
	color:#e8630a;
	font-size:45px;
	float:left;
	margin-left:8px;
	line-height: 22px;	
}

#page-full h2 {
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color:#13b2bc;
	font-size:24px;
	margin:25px 0 0 0;
	font-weight:normal;
}

#page-full h3 {
	font-size:18px;
	margin:15px 0 0 0;
	font-weight:normal;
}

#page-full p {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
	margin:5px 0 0 0;
	line-height:24px;
}

#page-full p.orange-text {
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	color:#e8630a;
	font-size:18px;
	margin:15px 0 0 0;
	line-height:24px;
	font-weight:normal;
	margin-bottom:30px;
}

#page-full p.orange-text a{
	color:#e8630a;
	text-decoration:underline;
}

#page-full p.orange-text a:hover{
	text-decoration:none;
}

#page-full ul, #page-full ol {
	margin:10px 0 0 0;
	padding-left: 25px;
}

#page-full li {
	margin:5px 0 0 0;
	padding-left: 25px;
}

#page-full ul.partners {
	list-style-type: none;
	margin:0;
	padding:0;
}

#page-full ul.partners li {
	float: left;
	position: relative;
	margin:0;
	padding:17px 17px 0 0;
}

#page-full ul.partners li img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#page-full ul.partners li img:hover {
	opacity:.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

#page-full div.news-media-blog{
	width:930px;
	height:auto;	
	margin-top:10px;	
	padding: 1px 25px 1px 32px;
}

#page-full div.news-media-single-blog{
	width:955px;
	height:auto;	
	margin-top:10px;	
	padding: 1px 25px 1px 0px;
}


/*****          RIGHT SIDE BAR         *****/

#page-right {
	width:280px;
	height:auto;
	float:left;
}

#blue-box {	
	width: 210px;
	height: auto;
	padding: 30px 40px 35px 30px;
	background-color:#13b2bc;
	margin-bottom: 15px;
}

#blue-box p {
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:30px;
}

#blue-box p strong{
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	font-size:20px;
}

/* Fellowship Blog Box*/
#fellowship-blog-box, #news-media-box{
	width:280px;
	height:auto;
	margin-bottom:15px;
	position:relative;	
}

#fellowship-blog-box a:hover img, #news-media-box a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

/* Blog Archive Box*/
#read-blog-archive-box{
	width: 210px;
	height: auto;
	padding: 30px 40px 35px 30px;
	margin-bottom:15px;
	position:relative;
	background-color:#000000;	
}

#read-blog-archive-box img{
	margin-bottom:10px;
}

.styled-select select {
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size:14px;	
	background: transparent;
	width: 208px;
	padding:4px 0px 0px 3px;
	height: 30px;	
	border: 0;
	border-radius: 0;	
	-webkit-appearance: none; 	
 }
 
 .styled-select select option{ 	
	padding:3px 0px 3px 3px;
	background-color:#FFFFFF;	
 }
   
.styled-select {
	width: 191px;
	height: 30px;
	overflow: hidden;
	background-image:url(images/btn-drop-down-arrow.png);
	background-repeat:no-repeat;
}
/*  Facebook Feed Right Side */
#facebook-box {
	background:#e8630a;
	width:280px;
	height: auto;
	margin-bottom:15px;
	padding-top:30px;
	padding-bottom: 70px;
}

#fb-icon {
	width:36px;
	height:36px;
	margin:-20px 10px 0 0;
	float:right;
}

#fb-icon img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#fb-icon img:hover {
	opacity:.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

#facebook-content {
	width:220px;
	height:auto;
	margin:0px 30px 0 30px;
}

#facebook-content h3 {
	display:block;
	text-indent:-9999px;
	background-image:url(images/join-the-conversation.png);
	width:193px;
	height:52px;
	margin:0 0 15px 0;
}

a#fb-more {
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	float:right;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:30px;
	margin-top: 30px;
}

a#fb-more:hover {
	text-decoration:underline;
}


#facebook-content ul{
	height:auto;
	list-style-type:none;
}

#facebook-content ul li{
	margin-bottom: 10px;
}

#facebook-content p {
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	margin:5px 0;
	font-size:12px;
	line-height:18px;
}

#facebook-content a{
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#facebook-content a:hover{
	color:#000000;
	text-decoration:underline;
}
/*                END                */

/*  Twitter Feed Right Side */
#twitter-box {
	background:#13b2bc;
	width:280px;
	height: auto;
	margin-bottom:15px;
	padding-top:30px;
	padding-bottom: 70px;
}

#tw-icon {
	width:36px;
	height:36px;
	margin:-20px 10px 0 0;
	float:right;
}

#tw-icon img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#tw-icon img:hover {
	opacity:.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

#twitter-content {
	width:220px;
	height:auto;
	margin:0px 30px 0 30px;
}

#twitter-content h3 {
	display:block;
	text-indent:-9999px;
	background-image:url(images/follow-the-conversation.png);
	width:193px;
	height:52px;
	margin:0 0 15px 0;
}

a#tw-more {
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	float:right;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:30px;
	margin-top: 30px;
}

a#tw-more:hover {
	text-decoration:underline;
}


#twitter-content ul{
	height:auto;
	list-style-type:none;
}

#twitter-content ul li{
	margin-bottom: 10px;
}

#twitter-content p {
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	margin:5px 0;
	font-size:12px;
	line-height:18px;
}

#twitter-content a{
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}

#twitter-content a:hover{
	color:#000000;
	text-decoration:none;
}
/*                END                */


#video-box {
	width:280px;
	height:auto;
	margin-bottom:15px;
	position:relative;
}

#video-box h3 {
	font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#13b2bc;
	padding:10px 8px 0 8px;
}

#video-box h3 a {
	font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#13b2bc;
	text-decoration:none;
}

#video-box h3 a:hover {
	text-decoration:underline;
}

#video-box p {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding:5px 8px;
	line-height:18px;
}

#video-box p a{
	font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#e8630a;
	text-decoration:none;
}

#video-box p a:hover{
	text-decoration:underline;
}

#video-content {
	width:auto;
	height:auto;
}

#btn-play2 {
	width:64px;
	height:64px;
	position:absolute;
	left:108px;
	top:40px;
}

#btn-play2 a{
	width:64px;
	height:64px;
	display:block;
	background-image:url(images/btn-play.png);
	text-indent:-9999px;
}

#btn-play2 a:hover{
	background-image:url(images/btn-play-over.png);
}

#page-bottom-wrapper {
	width:100%;
	height:171px;
	background:#13b2bc url('images/bg-page-bottom.png') repeat;
	margin:25px 0 0 0;
	clear:both;
}

#page-bottom-block {
	width:980px;
	height:91px;
	margin:0 auto;
	padding:40px 0;
}

#page-bottom-block p {
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:30px;
}

#page-bottom-block p strong{
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
}

/* ----------------- POPUP STYLES -----------------*/
#popup-wrapper, #video-popup-wrapper{
	background-color:#ffffff;
	margin:0;	
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	padding:30px;
}

#popup-wrapper {
	width:490px;
	height:auto;
}

#video-popup-wrapper {
	width:560px;
	height:auto;
}

#popup-wrapper p {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
}

#popup-wrapper a {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	text-decoration:underline;
	color:#000000;
}

#popup-wrapper a:hover {
	text-decoration:none;
}

#popup-wrapper a.blue {
	font-family:'OpenSansExtraBold', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	text-decoration:none;
	text-transform:uppercase;
	color:#13b2bc;
}

#popup-wrapper a.blue:hover {
	text-decoration:underline;
}

/* ----------------- END POPUP STYLES -----------------*/


/* ---------------- NEWS AND MEDIA --------------------*/
#featured-video-box{
	width:685px;
	height:auto;
	margin-top:10px;
	background-color:#c6c5c5;	
}

#featured-video-box .featured-video-title{
	width:675px;
	height:auto;
	font-family:'OpenSansLight', Arial, Helvetica, sans-serif;
	font-size:58px;
	font-weight:normal;
	color:#6b6d70;
	background-color:#939395;
	padding-left:10px;
	
}

.gray-bg-line{
	width:auto;
	height:7px;
	background-color:#b4b3b3;	
	margin-bottom:25px;	
}

#featured-video-box .featured-video-desc{
	background-color:#b4b3b3;
	width:655px;
	height:auto;
	min-height:235px;
	padding:15px;
	position:relative;
}

#featured-video-box .featured-video{
	width:auto;
	height:auto;
	float:left;		
}

#featured-video-box .featured-video-text{
	width:210px;
	height:auto;
	position:absolute;
	right:15px;
	bottom:18px;	
}

#featured-video-box .featured-video-text p.featured-video-text-title{
	font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;	
}

#featured-video-box .featured-video-text p.featured-video-text-desc{
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;	
}

#page-left div.news-media-blog{
	width:628px;
	height:auto;	
	margin-top:10px;	
	padding: 1px 25px 1px 32px;
}

#page-left div.news-media-single-blog{
	width:660px;
	height:auto;	
	margin-top:10px;	
	padding: 1px 25px 1px 0px;
}

div.news-media-blog-bg-color{
	background-color:#f4f4f5;
}


.news-media-blog-title{
	width:auto;
	height:auto;
	background-image:url(images/h-orange-line.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:15px;
	margin-bottom:10px;
	position:relative;	
}

.news-media-blog-title h2{
	width:auto;
	height:auto;
	clear:both;
	padding-right:100px;
	color:#13b2bc;
}

.news-media-blog-title h2 a{
	color:#13b2bc;
	text-decoration:none;
}

.news-media-blog-title h2 a:hover{
	text-decoration:none;
}

div.news-media-blog .btn-social-share, div.news-media-single-blog .btn-social-share, div.news-media-blog-video-box .btn-social-share{
	width:50px;
	height:50px;
	position:absolute;
	right:5px;
	bottom:10px;	
}

div.news-media-blog-desc{
	margin-bottom: 25px;
}

div.news-media-blog-desc p{
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

div.news-media-blog-desc p a.read-more{
	font-family:'OpenSansSemibold', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

div.news-media-blog-desc p a.read-more:hover{
	text-decoration:none;
}

div.news-media-blog-video-box{
	background-color:#f4f4f5;	
	padding-bottom:25px;
	margin-top:25px;
	margin-bottom:40px;	
}

div.news-media-blog-video{
	float:left;
	width:auto;
	height:auto;
	margin-top:25px;
}

div.news-media-single-blog-video{
	float:left;
	width:auto;
	height:auto;
	margin-right:20px;	
}

div.news-media-blog-video-desc{
	float:right;
	width:360px;
	height:auto;
	margin-left:10px;	
}


div.btn-social-share div.addtoany_list a span{
	text-indent:-9999px;
	display:none;	
	width:50px;
	height:50px;
}

div.btn-social-share div.addtoany_list a {
	background-image:url(images/btn-orange-share.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	width:50px;
	height:50px;
}

div.btn-social-share div.addtoany_list a:hover {		
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

div.meta-data{
	font-size:15px;	
	color:#000000;
	margin-right: 60px;
	margin-top: 5px;
}

div.meta-data ul.post-categories{
	list-style:none;	
	
}

div.meta-data ul.post-categories a{
	text-decoration:none;
}

div.meta-data ul.post-categories a:hover{
	text-decoration:underline;
}

/*+++++++ Twitter +++++++*/
#tweetblender-t1{
	margin-top: 25px;
}

#twitter-content div.tb_header {    
	display:none;
}

#twitter-content div.tb_tweetlist {    
    border-bottom: none;
}

#twitter-content div.tb_tweet {
    border-top:none;
	border-bottom: 1px dotted rgb(204, 204, 204);   
    margin-bottom: 15px;
	padding-bottom: 15px;
}
/* ---------------- END NEWS AND MEDIA -----------------*/

div.wpcf7{
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	line-height:25px;	
}

div.wpcf7 div{
	margin-bottom:15px;
}


div.wpcf7 div input[type="text"]{
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:16px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	width:500px;
	height:30px;
}

div.wpcf7 div input[type="date"]{
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:16px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	width:200px;
	height:30px;
}

div.wpcf7 input[type="radio"] {
    display:none;
}

div.wpcf7 input[type="radio"] + span.wpcf7-list-item-label {
    font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-left:25px;
}

div.wpcf7 input[type="radio"] + span{  
    width:20px;
    height:20px;     
    background: url(images/btn-radio.png) no-repeat;
}

div.wpcf7 input[type="radio"]:checked + span {
    background:url(images/btn-radio-checked.png) no-repeat;	
	
}

input.wpcf7-submit{
	margin-top:10px;
	width:auto;
	height:auto;
	padding:12px 30px;
	background-color:#e8630a;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'OpenSansBold', Arial, Helvetica,  sans-serif;
	font-size: 18px;
	font-weight: normal;
	border:none;
}

input.wpcf7-submit:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

@media (max-width: 980px) {
	#wrapper{
		width:980px;		
		
	}
}