/**
  * General styles
  */
html, body {
	height: 100%;
}
body {
	/*background: #b44755;*/
	background: #b52027;
	color: #333;
	font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	color: #003366;
}

h4.underline {
	text-transform: uppercase;
	border-bottom: 1px solid black;
	padding-bottom: 12px;
}

.container {
	min-width: 260px;
	padding-left: 30px;
	padding-right: 30px;
}
.internal {
	padding-top: 20px;
	padding-bottom: 20px;
}

.left {float: left;}
.right {float: right;}
.clear-both { clear: both; }

img.img-max {width: 100%;}
img.img-max {height: 100%;}

img {
	width: auto;
	/* added by TCD 2/1/17 - fixes overflow of IMG when larger than it's container */
	max-width: 100%;
}
img {
	height: auto;
}
/*
img {width: 100%; height: auto;}
img {width: auto; height: 100%; display: block;}
*/

.signature img {
	width: 150px !important;
	max-width: 150px !important;
	height: 75px !important;
	max-height: 75px !important;
}

/*
 * Default Layout (all sizes)
 */

.gsc-selected-option-container {
	width: auto !important;
}
/**
 * Header
 */
#header {
	background: #06456b;
	position: relative;
}
#header .logo {
	background: url(../../img/domain/frcaction/captial.png) no-repeat center top;
	float: left;
}
#header .logo a {
	background: url(../../img/domain/frcaction/frca_logo.png) no-repeat center;
	display: block;
	text-indent: -9999px;
}

/**
 * Blog Widget
**/
.blogBx {
	background:white;
	font-family: 'Fira Sans', sans-serif;
	border:1px solid white;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.blogHdr {
	width: 100%;
	margin: 0;
	color:#333;
	font-weight: 700;
	border-bottom: 1px solid #e8e8e8;
}
.blogCntnt {
	width: 100%;
	background:white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.blogCntnt b {
	text-transform: uppercase;
	font-weight: 500;
	color: #184086;
}
.blogCntnt b span.credit {
	color: #999999;
	text-transform: none;
}

/**
 * Instagram Widget
**/
.igBx {
	background:white;
	width: 100%;
	border:1px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.igHdr {
	width: 100%;
	margin: 0;
	color:#333;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #e8e8e8;
}
.igImgs {
	width: 100%;
	height:200px !important;
	overflow: hidden !important;
	background:white;
	border:1px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/**
 * Widget Buttons
**/
.ig-b- { display: inline-block; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -20px; } .ig-b-:active { background-position: 0 -20px; }
.ig-b-v-ig { width: 64px; height: 20px; background: url(../../img/domain/frcaction/ig_follow.png) no-repeat 0 0; }
.ig-b-v-bl { width: 64px; height: 20px; background: url(../../img/domain/frcaction/blog_goto.png) no-repeat 0 0; }


/**
 * Navigation Menu
 */
.nav ul {
	float: left;
	list-style: none;
	margin: 0;
	border: 1px solid green;
}
.nav li {
	float: left;
	list-style: none;
	margin: 0;
}
.nav li a {
	color: #fff9e8;
	font-weight: 500;
	text-transform: uppercase;
}
.nav li a:hover {
	background: none;
	color: #daa09f;
	font-weight: 500;
	text-transform: uppercase;
}

.nav .open > a, .nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background: #902f3a;
}

.nav li ul {
	background: #4294c7;
	border: none;
}
#tagline {
	float: left;
	color: #751b26;
	font-weight: 700;
	text-transform: uppercase;
}


/*--------------------------------------------------
    Scorecard Tabs
--------------------------------------------------*/

.scorecard .nav ul {
	float: left;
	list-style: none;
	margin: 0;
	border: 0px solid green;
}
.scorecard .nav li {
	float: left;
	width: 50%;
	font-size: 1.5em;
	text-align: center;
	list-style: none;
	margin: 0;
}
.scorecard .nav li a {
	color: #036 !important;
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid #ccc;
}
.scorecard .nav li a:hover {
	background: #CCC;
	color: white !important;
	font-weight: 500;
	text-transform: uppercase;
}

.scorecard .nav .open > a,
.scorecard .nav .open > a:hover,
.scorecard .nav .open > a:focus,
.scorecard .nav .active > a,
.scorecard .nav .active > a:hover,
.scorecard .nav .active > a:focus {
	text-decoration: none;
	background: #369;
	color: white !important;
}




/*--------------------------------------------------
    ISSUES CODE
--------------------------------------------------*/

.issues {
	position: relative;
	border: 0px solid red;
}

.issues .btn {
	margin: 30px auto;
	text-transform: uppercase;
}

.issues .issuesSdbr {
	background: #f5f5f5;
	padding: 20px;
	position:absolute;
	right:0;
	min-height: 100%;
	border: 0px solid red;
}

.issues .issuesSdbr ul {
	padding: 0px !important;
	margin: 0 0 0 20px !important;
	border: 0px solid blue;
}

.issues .issuesSdbr ul li {
	padding: 0px !important;
	margin: 0 0 10px !important;
	border: 0px solid red;
}

.issues .issuesHR {
	border: 3px solid #ac1d23;
}

.issues h4 {
	padding-top: 20px;
	text-transform: uppercase;
}

.issues .issuesSdbr h4 {
	padding-top: 0px !important;
}


@media (max-width: 767px) {

	.issues .issuesSdbr {
		position: inherit;
	}

}
@media (min-width: 768px) {

	.issues .issuesSdbr {
		position:absolute;
		right:0;
	}


}




/*--------------------------------------------------
    IFRAME CODE
--------------------------------------------------*/

.widgetPg {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	clear: left !important;
}
.widgetBx {
	float: left;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}

@media (min-width: 320px) {
	.widgetBx {
		height: 150vh;
	}
}
@media (min-width: 640px) {
	.widgetBx {
		height: 250vh;
	}
}
@media (min-width: 768px) {
	.widgetBx {
		height: 100vh;
	}
}

.widgetBx iframe {
	display: block;
	float: left;
	min-width: 100%;
	height: 100% !important;
	min-height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}




.iframe-container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/* Endorsements */

#item_list {
	float: left;
	width: 100%;
}
#item {
	float: left;
	width: 100%;
}

#item div.search-results {
	float: left;
	width: 100%;
	list-style: none !important;
	margin: 0 0 20px 0 !important;
	padding: 0 0 20px 0 !important;
	border-bottom: 1px solid #999999;
}

#item img {
	float: left;
	width: 100%;
	margin: 0 0 15px 0 !important;
	padding: 0;
	border: 0px solid #E5E5E5;
}

#item h2 {
	float: left;
	width: 100%;
	margin: 0 0 15px 0 !important;
	padding: 0;
	border: 0px solid #E5E5E5;
}

#item p {
	float: left;
	width: 100%;
	margin: 0 0 15px 0 !important;
	padding: 0;
	border: 0px solid #E5E5E5;
}

div.search-results {
	float: left;
	width: 100%;
	list-style: none !important;
	margin: 0 0 20px 0 !important;
	padding: 0 0 20px 0 !important;
	border-bottom: 1px solid #999999;
}

/* MOVED TO BREAKPOINTS */
/*
ul.search-results img {
    margin: 0 10px 10px 0 !important;
}
*/
/*
ul.search-results a img {
    float: left;
    display: inline-block;
    width: 20%;
    height: 20%;
    margin: 0 10px 10px 0 !important;
}
ul.search-results p {
    float: left;
    display: inline-block;
    width: 78%;
    height: 78%;
    margin: 0 10px 10px 0 !important;
}
*/

/**
 * Scorecard
 */
.scorecard {
	margin: 20px 0 0 !important;
	padding: 0;
	float: left;
}
.scorecard li a {
	color: #003366;
	font-weight: 500;
	text-transform: uppercase;
}
.scorecard li a:hover {
	background: none;
	color: #336699;
	font-weight: 500;
	text-transform: uppercase;
}
.scorecard .open > a, .scorecard .open > a,
.scorecard .open > a:hover,
.scorecard .open > a:focus,
.scorecard > li > a:hover,
.scorecard > li > a:focus,
.scorecard > li:hover,
.scorecard > li:focus {
	text-decoration: none;
	background: #29719e;
	color: white;
	font-weight: bold;
}
.scorecard > li.active {
	text-decoration: none;
	background: #06456b;
	color: white;
	font-weight: bold;
}

.scorecard li ul {
	background: #FFF;
	border: none;
}

.sc-tabs {
	width: 100%;
	font-size: 12px;
}
.sc-tabs > li {
	float: left;
	width: 10%;
	text-align: center;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

/**
 * Take Action
 */
.action {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	float: left;
	width: 100%;
}

.action li a {
	list-style: none;
	color: #003366;
	font-weight: 500;
	text-transform: uppercase;
}
.action li a:hover {
	background: none;
	color: #003366;
	font-weight: 500;
	text-transform: uppercase;
}
.action .open > a, .scorecard .open > a,
.action .open > a:hover,
.action .open > a:focus,
.action > li > a:hover,
.action > li > a:focus,
.action > li:hover,
.action > li:focus {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
.action > li.active {
	text-decoration: none;
	background: #E5E5E5;
	color: #003366;
	font-weight: bold;
}

.action li ul {
	background: #FFF;
	border: none;
}

.action-tabs {
	width: 100%;
	font-size: 12px;
	margin: 0 0 20px !important;
}
.action-tabs > li {
	float: left;
	text-align: center;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

/**
 * Search & Donate
 */
#searchbar {
	float: right;
}

#searchbar .donate,
#searchbar .join {
	float: left;
	color: #f3f0de !important;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
#searchbar .donate:hover,
#searchbar .join:hover {
	color: #4294c7 !important;
}
.search {
	float: right;
	width: 166px;
}
.search .form-search {
	margin: 0;
}
.search input {
	margin: 0;
}
.search .input-append .search-query {
	padding-left: 10px;
	padding-right: 10px;
	width: 106px;
}
.search .btn {
	background: url(../../img/domain/frc/search_btn.png) no-repeat center;
	border: none;
	height: 32px;
	margin-left: -4px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 40px;
}


form.sj-input__input {
	background-color: #fff;
}

.navbar-toggle {
	background: #902f3a;
}
.icon-bar {
	background: #fff9e8 !important;
}

/**
 * Join Bar
 */
#joinbar {
	/*background: #902f3a;*/
	background: #b52027;
	position: relative;
}
#joinTtl {
	color: #f6f5f3;
	font-weight: 700;
	text-transform: uppercase;
}

/**
 * Content
 */

#content {
	background: #FFF;
	padding: 0;
}
#content .white {
	background: #FFF;
	padding: 20px;
}
/*
#content .blue {
    background: #4294c7;
    padding: 25px 20px;
    height: 100% !important;
    max-height: 100% !important;
}
*/
#content .blue {
	padding: 25px 20px;
	height: 100% !important;
	max-height: 100% !important;
	border-left: 1px solid #b62027;
}
#content .blue h1, #content .blue h4, #content .blue h4 a {
	text-align: center !important;
}
#content .blue h1, #content .blue h4 a {
	color: #003366;
	text-transform: uppercase;
	padding: 0;
}
/*
#content .wuBx {
    background: #f3f0de;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
*/
#content .wuBx {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #b62027;
}
#content .wuBx b {
	color: #184086;
	font-weight: 700;
	text-transform: uppercase;
}

#content .fill-width-if-lt-desktop > h2:first-child,
#content .span6 > h2:first-child {
	font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#socmed {
	background: #06466c;
}

/**
 * Update page
 */

.byline {
	float: left;
	clear: left !important;
	display: block;
	margin: 0 0 20px;
	width: 100% !important;
	border: 0px solid red;
}
.byline .bylineImg {
	float: left;
	display: inline-block;
	width: 100%;
	max-width: 70px;
	height: auto;
	max-height: 70px;
	border: 0px solid red;
}
.byline .bylineName {
	float: left;
	display: inline-block;
	font-weight: bold;
	margin: 25px auto auto 15px;
	width: auto;
	height: auto;
	max-height: 70px;
	border: 0px solid red;
}

/**
 * Action page
 */

.action h2 {
	text-transform: uppercase;
}

.action .action-highlight {
	background-color: #e1ebf5;
	padding: 20px;
	margin: 20px auto 40px;
}
.action .action-highlight .action-info {
	float: left;
	margin-bottom: 20px !important;
}
.action .action-highlight .share {
	text-align: center;
}
.action .action-highlight .share-this {
	margin-top: 0;
	float: none;
}
.action .action-alerts-header {
	width: 100%;
	overflow: auto;
	margin-bottom: 1em;
}
.action .action-alerts-header h4 {
	text-transform: uppercase;
	margin-top: 0;
	float: left;
}
.action .action-alerts-header .sections {
	list-style: none;
	margin-left: 0;
}
.action .action-alerts-header .sections li {
	margin-left: 30px;
	float: left;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}
.action .action-alerts-header .sections li a {
	color: #b7b7b7;
}
.action .action-alerts-header .sections li.active a {
	color: #336699;
}
.action .blue-button {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	background-color: #003169;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding: 3px 10px;
	margin: 0 auto;
}
ul.action-event-list {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 20px 0 !important;
	padding: 0;
}
ul.action-event-list li {
	position: relative;
	margin-bottom: 30px;
}
.action-event-list .date {
	position: absolute;
	width: 65px;
	text-align: center;
}
.action-event-list .date .month {
	font-size: 24px;
	text-transform: uppercase;
	color: #366599;
	font-weight: bold;
	line-height: 1;
}
.action-event-list .date .day {
	font-size: 32px;
	text-transform: uppercase;
	color: #003365;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px;
}
.action-event-list .date .frc-badge {
	margin-bottom: 2px;

	display: block;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	background-color: #003466;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.action-event-list .text {
	margin-left: 67px;
	border-left: 1px solid black;
	padding-left: 15px;
}
.action-event-list .text h4 {
	color: #33669b;
	margin-bottom: 0;
	text-transform: none;
}
.action-event-list .text a.more-details {
	color: #33669b;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}

/**
 * Events Page
 */
.events h2 {
	text-transform: uppercase;
}
.events h4 {
	text-transform: uppercase;
	margin-bottom: 2em;
}
.events .ads {
	margin-bottom: 2em;
}
.events .ads .span6 {
	margin-bottom: 1em;
}
.events .more-events a {
	color: #003366;
}
.events .more-events {
	margin-bottom: 3em;
}
.events .more-events a {
	display: inline-block;
	background: transparent url(../../img/domain/frc/right-arrow-b-small.png) no-repeat 100% 50%;
	padding-right: 18px;
}

.event-list {
	list-style: none;
	margin-left: 0;
}
.event-list li {
	position: relative;
	margin-bottom: 30px;
}
.event-list .date {
	position: absolute;
	top: 50%;
	margin-top: -49px;
	width: 65px;
	text-align: center;
}
.event-list .date .month {
	font-size: 24px;
	text-transform: uppercase;
	color: #366599;
	font-weight: bold;
	line-height: 1;
}
.event-list .date .day {
	font-size: 32px;
	text-transform: uppercase;
	color: #003365;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px;
}
.event-list .date .frc-badge {
	margin-bottom: 2px;

	display: block;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	background-color: #003466;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.event-list .view-webcast {
	width: 58px;
	padding: 14px 0;
	display: block;
	background-color: #daeaf9;
	color: #003164;

	position: absolute;
	top: 50%;
	margin-top: -29px;

	text-align: center;
	text-transform: uppercase;
}
.event-list .view-webcast .view {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.event-list .view-webcast .webcast {
	display: block;
	font-size: 9px;
	line-height: 1;
}
.event-list .text .date-small {
	color: #33669b;
	margin: 0;
}
.event-list .text {
	margin-left: 67px;
	border-left: 1px solid black;
	padding-left: 15px;
}
.event-list .text h4 {
	color: #33669b;
	margin-bottom: 0;
	text-transform: none;
}
.event-list .text a.more-details {
	color: #33669b;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}
.meet-experts h3:after {
	color: #9c3;
	content: "\00BB \0020";
	font-size: 26px;
	padding-left: 5px;
}
.meet-experts p {
	color: #69c;
	font-size: 12px;
	font-weight: bold;
}
.meet-experts ul {
	list-style: none;
	margin: 0 60px 0 0;
}
.meet-experts li {
	list-style: none;
	cursor: pointer;
	display: inline-block;
	height: 65px;
	margin: 0 15px 15px 0;
	position: relative;
	width: 60px;
}
.meet-experts .popover {
	background-color: rgba(255,255,255,0.8);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #036;
	margin-right: 30px;
}
.meet-experts .popover .arrow {
	margin-top: 0;
	top: 15px;
}
.meet-experts .popover .popover-title {
	background-color: transparent;
	border: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 5px 10px 0;
	text-transform: none;
}
.meet-experts .popover h3:after {
	display: none;
}
.meet-experts .popover .popover-content {
	font-size: 12px;
	padding: 0 10px 5px;
}
.follow-experts .tweets {
	border-top: 1px solid #000;
	color: #000;
	list-style: none;
	margin: 0;
	padding-top: 10px;
}
.follow-experts .tweets li {
	margin-bottom: 15px;
}
.follow-experts .tweets img {
	float: left;
	padding-right: 15px;
}
.follow-experts .tweets .text {
	line-height: 16px;
	overflow: hidden;
}
.follow-experts .tweets .author {
	color: #9c3;
	display: block;
	font-weight: bold;
}
.follow-experts .tweets .meta {
	display: block;
	font-size: 11px;
}
.follow-experts .tweets .meta a {
	color: #000;
}



/**
 * Share This link
 */
.share-this {
	float: right;
	background-color: #b2cbe5;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 7px 0 0 0;
	display: inline-block;
	font-size: 13px;
	position: relative;
	behavior: url(../../js/frc/PIE.htc);
}
.share-this, .share-this a {
	color: #369;
}
.share-this .share-links {
	background-color: #b2cbe5;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	width: 220px !important;
	height: 22px;
	line-height: 24px;
	padding: 0 8px 0 13px;
	position: relative;
	behavior: url(../../js/frc/PIE.htc);
}
.share-this .share-text {
	color: #003366;
	float: left;
}
.share-this .share-links ul {
	background: none;
	float: left;
	max-width: 90px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.share-this .share-links li {
	display: inline-block;
	float: left !important;
}
.share-this .share-links a {
	background: url(../../img/domain/frcaction/share/share-icons.png) no-repeat center;
	display: block !important;
	float: left;
	height: 24px;
	margin: 0 5px;
	text-indent: -9999px;
	border: 0px solid #e5e5e5;
}
.share-this .share-links .share-twtr {
	background-position: center left;
	width: 16px;
}
.share-this .share-links .share-fb {
	background-position: -16px center;
	width: 18px;
}
.share-this .share-links .share-fb-thumb {
	background-position: -52px center;
	width: 18px;
}
.share-this .share-links .share-email {
	background-position: -34px center;
	width: 18px;
}
.share-this .social-print {
	background: url(../../img/domain/frcaction/share/print-icon.png) no-repeat center left;
	cursor: pointer;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
	padding: 0 0 0 21px;
	text-indent: -9999px;
}
.share-this .embed {
	background: url(../../img/domain/frcaction/share/embed-icon.png) no-repeat center left;
	cursor: pointer;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
	padding: 0 10px 0 21px;
	color: #003366;
	font-weight: bold;
	border: none;
}
.share-this .pdf {
	background: url(../../img/domain/frcaction/share/pdf-icon.png) no-repeat center left;
	cursor: pointer;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
	padding: 0 0 0 21px;
	text-indent: -9999px;
}
.share-this .jpg {
	background: url(../../img/domain/frcaction/share/img-icon.png) no-repeat center left;
	cursor: pointer;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
	padding: 0 0 0 21px;
	text-indent: -9999px;
}
.share-this .order {
	background: url(../../img/domain/frcaction/share/order-icon.png) no-repeat center left;
	cursor: pointer;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
	padding: 0 0 0 21px;
	text-indent: -9999px;
}
.share-this .audio {
	background: url(../../img/domain/frcaction/share/audio-icon.png) no-repeat center left;
	cursor: pointer;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
	padding: 0 0 0 21px;
	text-indent: -9999px;
}
.share-this a.last {
	padding-right: 10px;
}
.share-page {
	background-color: #ffffff;
	border: 1px solid #c5dbf2;
}
.share-page .share-links {
	float: left;
	line-height: 22px;
}
.share-page .share-links a {
	height: 22px;
}

.date-and-share .share-page {
	margin-top: 0;
}
.date-and-share {
	margin-top: 20px;
}
.date-and-share .date {
	margin: 0;
	line-height: 30px;
}



/*--------------- VIDEO CSS ---------------*/
.video {
	clear: both;
	max-width: 100%;
}

.video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	border: 0px solid blue;
}

/*.video-container iframe,*/
.video-container iframe,
.video-container object,
.video-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	float: left;
}

.video-container iframe {border: 1px solid white;}
.video-container object {border: 1px solid green;}
.video-container embed {border: 1px solid yellow;}

.video-container > div {
	/*height: 100% !important;
    padding-top: 56.25%;*/
	position: absolute !important;
	width: 100% !important;
	float: left;
}

.video-container iframe {
	height: 100% !important;
	padding-top: 56.25%;
	position: absolute !important;
}

/* Workarounds for jwplayer html5 player */
.video-container > a {
	height: 100% !important;
	position: static !important;
	width: 100% !important;
}
.video-container img[id*="jwplayer_display_image"] {
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
}
.video-container div[id*="jwplayer_display_iconBackground"] {
	left: 50% !important;
	margin: -25px 0 0 -25px !important;
	top: 50% !important;
}


/*--------------- END VIDEO CSS ---------------*/


/**
 * Newsroom Page
 */

.newsroom h2 {
	text-transform: uppercase;
}
.newsroom a.read-more {
	font-size: 90%;
}
.newsroom .video-holder {
	background-image: url(../../img/domain/frc/lt_blue_texture.jpg);
}
.newsroom .video-summary {
	padding: 1em;
	color: #ffffff;
}
.newsroom .video-summary h4 {
	display: inline;
	color: #003366;
}
.newsroom .video-summary h4.title {
	text-transform: uppercase;
}
.newsroom .video-summary h4.date {
	font-weight: normal;
}
.newsroom .video-summary .share-this {
	margin-top: 0;
}
.newsroom .search-videos {
	margin: 30px auto;
}
.newsroom .search-videos h3 {
	width: 100%;
	text-transform: uppercase;
	margin: 0 0 20px;
	line-height: 28px;
	padding-right: 0.5em;
}

.search-videos form {
	display: block;
	float: left;
	margin-bottom: 0;
}

.newsroom h4 small {
	color: #326698;
	font-weight: bold;
	font-size: 70%;
}
.newsroom ul {
	float: left !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	display: block;
}

.newsroom .press-releases, .newsroom .op-eds {
	list-style: none !important;
	margin: 0 0 20px 0 !important;
	border: 0px solid red;
}
.newsroom .press-releases li, .newsroom .op-eds li {
	list-style: none !important;
	width: 100%;
	margin: 0 0 20px !important;
	border: 0px solid green;
}

.newsroom .washington-watch-links {
	list-style: none !important;
	margin-left: 0;
	margin-bottom: 2em;
	overflow: auto;
	width: 100%;
}
.newsroom .washington-watch-links li {
	float: left;
	margin-left: 1em;
	margin-bottom: 1em;
}
a.btn-rounded-blue:hover {
	color: #ffffff;
}
.btn-rounded-blue {
	background-color: #013366;
	color: #ffffff;
	font-weight: bold;
	display: block;
	line-height: 2em;
	padding: 0 2em;
	min-width: 6em;
	text-align: center;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
.newsroom .meet-experts .popover {
	margin-right: 30px;
}
.newsroom .meet-experts .popover .arrow {
	margin-top: 0;
	top: 15px;
}

/**
 * Form styles for internal pages
 */
.content-form label {
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 6px;
}
.content-form select,
.content-form input[type=text],
.content-form input[type=search] {
	background-color: #f2f2f2;
	border: none;
	color: #036;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
}
.content-form select {
	line-height: 28px;
}
.content-form select:focus {
	outline: none;
}
.content-form select option {
	color: #000;
	font-weight: normal;
}
.content-form input[type=text],
.content-form input[type=search] {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 28px;
	padding: 4px 10px;
}
.content-form input::-webkit-input-placeholder {
	color: #036;
	text-transform: none;
}
.content-form input:-moz-placeholder {
	color: #036;
	text-transform: none;
}
.content-form input:-ms-input-placeholder {
	color: #036;
	text-transform: none;
}
.content-form .ui-widget {
	font-family: Helvetica, Arial, sans-serif;
}
.content-form .ui-button .ui-button-text {
	display: inline;
	line-height: 30px;
	padding: 0;
}
.content-form .checkbox.ui-button,
.content-form .radio.ui-button {
	background: #036;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.content-form .radio.ui-button {
	height: 30px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
}
.content-form .radio.ui-button:nth-of-type(4n) {
	margin-right: 0;
}
.content-form .checkbox.ui-button.ui-state-active,
.content-form .radio.ui-button.ui-state-active {
	background: #9c3;
}
.content-form .checkbox.ui-button .ui-button-text {
	font-size: 14px;
}
.content-form .radio.ui-button .ui-button-text {
	font-size: 18px;
}
.content-form .checkbox.ui-button.ui-state-active .ui-button-text,
.content-form .radio.ui-button.ui-state-active .ui-button-text {
	background: url(../../img/domain/frc/w_checkmark.png) no-repeat left;
	padding-left: 20px;
}
.btn.search-btn {
	line-height: 28px;
	padding: 0;
	text-indent: -9999px;
	vertical-align: top;
	width: 45px;
}
.btn.search-btn .btn-text {
	background: url(../../img/domain/frc/white-mag.png) no-repeat center;
	display: block;
}

/**
 * Footer
 */
#footer {
	color: #fff;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	font-weight: 300;
}

#footer a.prvcy {
	font-weight: 500;
}
#footer address {
	white-space: pre-line;
}
#footer .company {
	margin-bottom: 0;
	text-align: center;
}
#footer address {
	margin-bottom: 0;
}
#footer .contact {
	margin-bottom: 20px;
}
#footer .contact a {
	color: #fff;
	line-height: 20px;
	padding: 0 2px;
}
#footer .contact .contact-link {
	color: #9c3;
	font-weight: bold;
}

ul.social {
	width: 250px !important;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #69C;
	text-align: center !important;
}
ul.social, ul.social li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.social a {
	background: #902f3a url(../../img/domain/frcaction/socmed.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 40px;
	margin: 0 5px;
	text-indent: -9999px;
	width: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #69C;
}
ul.social .instagram {
	background-position: 0 0;
	width: 40px;
}
ul.social .twitter {
	background-position: -40px 0;
	width: 40px;
}
ul.social .facebook {
	background-position: -80px 0;
	width: 40px;
}
ul.social .youtube {
	background-position: -120px 0 ;
	width: 40px;
}
ul.social .email {
	background-position: -160px 0;
	width: 40px;
}
#footer h2 {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}


div.search-results .listImg img {
	width: 100% !important;
	height: 100% !important;
}

@media (min-width: 480px) {

	/*Video Search */
	div.search-results .listImg {
		float: left;
		display: inline-block;
		width: 30%;
		margin: 0 0 15px !important;
		border: 0px solid red;
	}
	div.search-results .listImg img {
		width: 100% !important;
		height: 100% !important;
	}
	div.search-results .listDesc {
		float: left;
		display: inline-block;
		width: 68%;
		margin: 0 0 0 2% !important;
		border: 0px solid red;
	}
	div.search-results .listDesc h3 {
		margin: 0 0 15px 0 !important;
	}

}


@media (min-width: 600px) {

	/*Video Search */
	div.search-results .listImg {
		float: left;
		display: inline-block;
		width: 30%;
		margin: 0 0 15px !important;
		border: 0px solid red;
	}
	div.search-results .listImg img {
		width: 100% !important;
		height: 100% !important;
	}
	div.search-results .listDesc {
		float: left;
		display: inline-block;
		width: 68%;
		margin: 0 0 0 2% !important;
		border: 0px solid red;
	}
	div.search-results .listDesc h3 {
		margin: 0 0 15px 0 !important;
	}

}


/**
 * Small-screen
 */
@media (max-width: 767px) {
	body {
		border-top: 0px solid fuchsia;
	}

	/* Carousel */
	/* SLIDER

    #frca-carousel {
        background: #135b96;
        position: relative;
        margin: 0 auto;
        top: 0px;
        left: 0px;
        width: 700px !important;
        height: 394px !important;
        overflow: hidden;
        border: 0px solid green;
    }
    .carousel-inner {
        width: 700px !important;
        height: 394px !important;
    }
    #frca-carousel .item,
    #frca-carousel .item a,
    #frca-carousel .item a img {
        cursor: move;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 700px !important;
        height: 394px !important;
        overflow: hidden;
        border: 0px solid red;
    }
     */

	/* Header */
	#header {
		height: 105px;
		margin: 0px;
	}
	#header .logo {
		height: 105px;
		margin: 0 0 0 -25px !important;
		width: 280px;
	}
	#header .logo a {
		margin: 31px auto 0 auto;
		height: 45px;
	}

	#header .container {
		margin: 0 auto;
	}

	/* Search Form */
	#searchbar {
		display: none;
		width: 100%;
		float: right;
		margin: 36px 0 0 0;
		border: 0px solid red;
	}
	#searchbar .donate,
	#searchbar .join {
		font-size: 13px;
		line-height: 35px;
		margin: 0 20px 0 0;
	}
	.search {
		width: 184px;
	}
	.search .input-append .search-query {
		width: 124px;
	}
	/* Navigation Menu */
	nav {
		font-size: 12px;
		border: 0;
	}
	.navbar {
		margin: 0;
	}
	.nav li {
		width: 100%;
		font-size: 12px;
	}
	#tagline {
		display: none;
		font-size: 10px;
		line-height: 50px;
	}
	/* Blue Sidebar */
	#content .blue h1 {
		font-size: 26px;
		margin: 0 0 20px 0;
	}
	#content .blue h4 {
		font-size: 15px;
		margin: 0 0;
	}
	#content .wuBx {
		font-size: 12px;
		line-height: 16px;
		/* background: #f3f0de;*/
		margin: 0 0 15px 0;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.share-page {
		width: 60%;
		margin: 0 20% 15px;
	}
	.share-page .share-text {
		display: none;
	}



	/* Join Bar */
	#joinTtl {
		text-align: center;
		font-size: 24px;
		line-height: 60px;
	}
	#joinbar .input-group {
		margin: 0 0 13px 0;
	}
	/* Take Action */
	.action .blue-button {
		margin-bottom: 15px;
	}
	/* Newsroom */
	#mainvidbx {
		padding: 20px;
	}

	#featvid, #featvid img {
		/*
        width: 300px !important;
        min-height: 169px !important;
        */
		width: 100% !important;
		height: auto !important;
		padding:0;
		margin:0;
		border: 0px solid;
		float:left;
		z-index:0;
	}

	div#fvnav {
		padding: 0;
		margin: 5px 0;
		/*background-color:#7fb2e5; */
		border: 0px solid yellow;
	}

	div#smvid {
		width: 100%;
		float:left;
		padding: 10px;
		margin: 0 0 10px;
		background-color:#7fb2e5;
		border: 0px solid #369;
	}
	div#smvid:nth-child(last) {
		margin-bottom: 0;
	}
	div#smvidimg, div#smvidimg img {
		width: 40% !important;
		height: auto;
		float: left;
		padding: 0px;
		margin: 0px;
		/*background-color:#f2eee4;*/
		border: 0px solid green;
	}
	div#smvidimg img {
		width: 100% !important;
		height: auto;
		padding: 0px;
		margin: 0px;
		border: 0px solid green;
	}
	div#smviddesc {
		text-align: left;
		width: 60%;
		float:left;
		color: #FFF;
		padding: 10px;
		margin:0;
		/* background-color:#fff; */
		border: 0px solid fuchsia;
		font-size: 12px;
		line-height:14px;
	}

	/* -- NEW NEWSROOM SIDEBAR - SCROLLING -- */


	div#fvnavS {
		width: 100%;
		float:left;
		padding: 0;
		margin: 20px 0 0;
		border: 0px solid green;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0, 0, 0);
	}

	div#fvnavS::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 14px;
		height: 14px;
	}

	div#fvnavS::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 10px;
		background: #4d7fb2;
	}

	div#fvnavS::-webkit-scrollbar-thumb {
		border-radius: 6px;
		border: 4px solid #4d7fb2;
		background-color: #FFF;
	}

	div#smvidS {
		width: 100%;
		float: left;
		padding: 0;
		margin: 5px 0;
		height: 54px;
		background-color:#7fb2e5;
		border-bottom: 0px solid #369;
	}

	div#smvidimgS {
		max-width: 25% !important;
		float: left;
		padding: 5px 0 5px 5px;
		margin: 0;
		/*background-color:#f2eee4;*/
		border: 1px solid green;
	}
	div#smvidimgS img {
		width: 10% !important;
	}
	div#smviddescS {
		min-width: 75%;
		text-align: left;
		float: left;
		color: #FFF;
		padding: 5px 0 5px 2%;
		margin: 0;
		border: 1px solid red;
		font-size: 10px;
		line-height: 13px;
	}

	.search-videos form {
		width: 100%;
		display: block;
		float: left;
		margin-bottom: 20px;
	}
	.search-videos .content-form select {
		width: 100%;
		margin-bottom: 10px;
	}
	.search-videos .content-form input[type=text] {
		width: 100%;
		margin-bottom: 10px;
	}
	.search-videos .select-form {
		margin-right: 0px;
	}
	.search-videos button {
		width: 100% !important;
		display: block;
		float: right;
		margin-bottom: 10px;
	}

	/* Blog Widget */
	.blogBx {
		margin: 20px 0;
		height: auto;
	}
	.blogHdr {
		font-size:18px;
		margin: 0;
		padding: 9px 10px;
	}
	.blogCntnt {
		padding:10px 10px 12px 10px;
		font-size: 14px;
		line-height: 18px;
	}
	.blogCntnt b {
		font-size: 17px;
		line-height: 12px;
	}
	.blogCntnt b span.credit {
		font-size: 11px;
		line-height: 22px;
	}
	/* Instagram Widget */
	.igBx {
		margin: 20px 0;
		height: auto;
	}
	.igHdr {
		font-size:18px;
		padding: 9px 10px;
	}
	.igImgs {
		padding: 0;
	}
	/* Twitter */
	.twtBx {
		margin: 20px auto 0 !important;
	}

	/* Social Media */
	.social {
		padding: 20px auto;
	}
	.sc-tabs > li {
		float: left;
		width: 30%;
		text-align: center;
		font-size: 16px;
		margin: 0;
		padding: 10px;
		border: 1px solid #CCC;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px 10px 0 0;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		border-top-right-radius: 10px;
	}
}


/*
@media (min-width: 320px) {
    #featvid, #featvid img {
        width: 280px !important;
        min-height: 158px !important;
        padding:0;
        margin:0;
        border: 0px solid;
        float:left;
        z-index:0;
    }

}
@media (min-width: 480px) {
    #featvid, #featvid img {
        width: 440px !important;
        min-height: 248px !important;
        padding:0;
        margin:0;
        border: 0px solid;
        float:left;
        z-index:0;
    }
}
@media (min-width: 640px) {
    #featvid, #featvid img {
        width: 600px !important;
        min-height: 338px !important;
        padding:0;
        margin:0;
        border: 0px solid;
        float:left;
        z-index:0;
    }

}
*/


/**
 * Tablet (768)
 */
@media (min-width: 768px) {
	body {
		border-top: 0px solid yellow;
	}

	/* Header */
	#header {
		height: 105px;
		margin: 0px;
	}
	#header .logo {
		height: 105px;
		margin: 0;
	}
	#header .logo a {
		margin: 31px 0 0 15px;
		height: 45px;
		width: 280px;
	}

	#header .container {
		margin: 0 auto;
	}

	/* Search Form */
	#searchbar {
		width: 550px;
		float: right;
		margin: 36px 0 0 0;
		border: 0px solid red;
	}
	#searchbar .donate,
	#searchbar .join {
		font-size: 13px;
		line-height: 35px;
		margin: 0 20px 0 0;
	}
	.search {
		width: 184px;
	}
	.search .input-append .search-query {
		width: 124px;
	}
	/* Navigation Menu */
	.navbar {
		width: 100%;
		height: 50px !important;
		font-size: 12px;
		margin: 0;
		border: 0 !important;
	}
	.navbar-nav, .navbar-right {
		float: left !important;
		margin: 0;
	}
	.nav li, .nav li.dropdown ul.dropdown-menu {
		font-size: 12px;
		border: 0px solid red;
	}
	.nav li {
		width: inherit;
	}
	.nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	#tagline {
		display: none;
		font-size: 10px;
		line-height: 40px;
	}

	/* Blue Sidebar */
	#content .blue h1 {
		font-size: 26px;
		margin: 0 0 20px 0;
	}
	#content .blue h4 {
		font-size: 15px;
		margin: 0 0;
	}
	#content .wuBx {
		font-size: 12px;
		line-height: 16px;
		/* background: #f3f0de;*/
		margin: 0 0 15px 0;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	/* Newsroom */
	#mainvidbx {
		padding: 20px;
	}


	#featvid, #featvid img {
		width: 100% !important;
		height: auto !important;
		padding:0;
		margin:0;
		border: 0px solid;
		float:left;
		z-index:0;
	}

	.meet-experts ul {
		margin: 0;
	}
	.meet-experts .popover {
		margin-right: 0;
	}
	.meet-experts .popover .arrow {
		margin-top: -11px;
		top: 50%;
	}
	/*
        .meet-experts li:nth-of-type(4n) {
        margin-right: 0;
    }*/

	.newsroom .video-summary {
		clear: both;
		width: 100%;
		padding: 20px;
		color: #ffffff;
	}

	div#fvnav {
		width:688px;
		float: left;
		padding: 0;
		margin: 0;
		/*background-color:#7fb2e5; */
		border: 0px solid yellow;
	}

	div#smvid {
		width: 48%;
		float:left;
		padding: 10px;
		margin: 20px 0 0;
		background-color:#7fb2e5;
		border: 0px solid yellow;
	}
	div#smvid:nth-child(odd) {
		margin-right: 2%;
	}
	div#smvidimg, div#smvidimg img {
		width: 40% !important;
		height: auto;
		float: left;
		padding: 0px;
		margin: 0px;
		/*background-color:#f2eee4;*/
		border: 0px solid green;
	}
	div#smvidimg img {
		width: 100% !important;
		height: auto;
		padding: 0px;
		margin: 0px;
		border: 0px solid green;
	}
	div#smviddesc {
		text-align: left;
		width: 60%;
		float:left;
		color: #FFF;
		padding: 10px;
		margin:0;
		/* background-color:#fff; */
		border: 0px solid fuchsia;
		font-size: 12px;
		line-height:14px;
	}

	/* -- NEW NEWSROOM SIDEBAR - SCROLLING -- */

	div#fvnavS {
		width: 100%;
		float:left;
		padding: 0;
		margin: 0;
		/* background-color:#7fb2e5; */
		border: 0px solid green;
		overflow-y: auto !important;
		overflow-x: hidden !important;
	}

	div#smvidS {
		width: 320px;
		float:left;
		padding:0 0 0 0;
		margin: 5px;
		height: 75px;
		background-color:#7fb2e5;
		border-bottom: 0px solid #369;
	}

	div#smvidimgS {
		width: 78px !important;
		height: 44px !important;
		float:left;
		padding: 16px 10px;
		margin:0;
		/*background-color:#f2eee4;*/
		border: 0px solid green;
	}
	div#smviddescS {
		text-align: left;
		width: 164px;
		float:left;
		color: #FFF;
		padding: 16px 10px;
		margin:0;
		border: 0px solid red;
		font-size: 12px;
		line-height:14px;
	}
	/* Search Video */

	.search-videos form.dropdowns {
		width: 70%;
		display: block;
		float: left;
		clear: right;
	}
	.search-videos form.keywordbx {
		width: 30%;
		display: block;
		float: left;
		clear: right;
	}
	.search-videos .content-form select {
		width: 29%;
		margin-bottom: 0px;
	}
	.search-videos .content-form input[type=text] {
		width: 75%;
		margin-bottom: 0px;
	}
	.search-videos .select-form {
		margin-right: 0px;
	}
	.search-videos form.dropdowns button {
		width: 10% !important;
		margin-bottom: 0px;
	}
	.search-videos form.keywordbx button {
		width: 23% !important;
		margin-bottom: 0px;
	}

	/*Video Search */
	div.search-results .listImg {
		float: left;
		display: inline-block;
		width: 25%;
		margin: 0 0 !important;
		border: 0px solid red;
	}
	div.search-results .listImg img {
		width: 100% !important;
		height: 100% !important;
	}
	div.search-results .listDesc {
		float: left;
		display: inline-block;
		width: 72%;
		margin: 0 0 0 3% !important;
		border: 0px solid red;
	}
	div.search-results .listDesc h3 {
		margin: 0 0 15px 0 !important;
	}

	/* Join Bar */
	#joinTtl {
		text-align: right;
		font-size: 20px;
		line-height: 60px;
	}
	#joinbar .input-group {
		margin: 13px 0;
	}
	/* Blog Widget */
	.blogBx {
		margin: 20px 0;
		height: 250px !important;
	}
	.blogHdr {
		font-size:18px;
		margin: 0;
		padding: 9px 10px;
	}
	.blogCntnt {
		padding:10px 10px 12px 10px;
		font-size: 14px;
		line-height: 18px;
	}
	.blogCntnt b {
		font-size: 17px;
		line-height: 12px;
	}
	.blogCntnt b span.credit {
		font-size: 11px;
		line-height: 22px;
	}
	/* Instagram Widget */
	.igBx {
		margin: 20px 0;
		height: 250px !important;
	}
	.igHdr {
		font-size:18px;
		padding: 9px 10px;
	}
	.igImgs {
		padding: auto 0 ;
	}
	/* Twitter */
	.twtBx {
		margin: 20px auto !important;
	}
	.twitter-timeline,
	.twitter-timeline-rendered {
		height: 250px !important;
		max-height: 250px !important;
	}

	/* Social Media */
	.social {
		padding: 20px auto;
	}
	.sc-tabs > li {
		float: left;
		width: 20%;
		text-align: center;
		font-size: 16px;
		margin: 0;
		padding: 10px;
		border: 1px solid #CCC;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px 10px 0 0;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		border-top-right-radius: 10px;
	}
}

@media (max-width: 991px) {
	#tagline {
		display: none !important;
	}
}

/* Desktop (992) */
@media (min-width: 992px) {
	body {
		border-top: 0px solid green;
	}

	/* Header */
	#header {
		height: 105px;
		margin: 0px;
	}
	#header .logo {
		height: 105px;
		margin: 0;
	}
	#header .logo a {
		margin: 31px 0 0 15px;
		height: 45px;
		width: 280px;
	}

	#header .container {
		margin: 0 auto;
	}

	/* Search Form */
	#searchbar {
		width: 550px;
		float: right;
		margin: 36px 0 0 0;
		border: 0px solid red;
	}
	#searchbar .donate,
	#searchbar .join {
		font-size: 13px;
		line-height: 35px;
		margin: 0 20px 0 0;
	}
	.search {
		width: 184px;
	}
	.search .input-append .search-query {
		width: 124px;
	}
	/* Navigation Menu */
	nav.navbar {
		height: 50px !important;
		font-size: 12px;
		margin: 0;
		border: 0;
	}
	.navbar-nav, .navbar-right {
		float: right !important;
		margin: 0;
	}
	.nav li, .nav li.dropdown ul.dropdown-menu {
		font-size: 12px;
		margin: 0;
		border: 0;
	}
	.nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	#tagline {
		font-size: 11px;
		line-height: 50px;
	}
	/* Blue Sidebar */
	#content .blue h1 {
		font-size: 21px;
		margin: 0 0 10px 0;
	}
	#content .blue h4 {
		font-size: 14px;
		margin: 5px 0;
	}
	#content .wuBx {
		font-size: 12px;
		line-height: 14px;
		/* background: #f3f0de;*/
		margin: 0 0 10px 0;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	/* Newsroom */
	#mainvidbx {
		float: left;
		padding: 20px;
	}

	#featvid, #featvid img {
		/*width: 575px !important;
        min-width: 575px !important;*/
		/*height: 324px !important;*/
		width: 575px !important;
		height: auto !important;
		padding:0;
		margin:0;
		border: 0px solid;
		float:left;
		z-index:0;
	}

	.newsroom .video-summary {
		clear: both;
		width: 100%;
		padding: 20px;
		color: #ffffff;
	}

	div#fvnav {
		width:292px;
		float:right;
		padding: 0;
		margin: 0;
		background-color:#7fb2e5;
		border: 0px solid yellow;
	}

	div#smvid {
		width:292px;
		float:left;
		padding:0 0 0 0;
		margin:0;
		height: 85px;
		/*background-color:#f2eee4;*/
		border-bottom: 1px solid #369;
	}
	div#smvidimg {
		width: 78px;
		height: 44px;
		float: left;
		padding:18px 10px;
		margin:0;
		/*background-color:#f2eee4;*/
		border: 0px solid green;
	}
	div#smviddesc {
		text-align: left;
		width: 174px;
		float:left;
		color: #FFF;
		padding: 18px 10px;
		margin:0;
		height: 68px;
		/* background-color:#fff; */
		border:0px solid;
		font-size: 12px;
		line-height:14px;
	}

	/* -- NEW NEWSROOM SIDEBAR - SCROLLING -- */

	div#fvnavS {
		width: 290px;
		max-height: 326px;
		float:left;
		padding: 0;
		margin: 0;
		/* background-color:#7fb2e5; */
		border: 0px solid green;
		overflow-y: auto !important;
		overflow-x: hidden !important;
	}

	div#smvidS {
		width: 267px;
		float:left;
		padding:0 0 0 0;
		margin:0;
		height: 85px;
		border-bottom: 1px solid #369;
	}

	div#smvidimgS {
		width: 78px !important;
		height: 44px !important;
		float:left;
		padding: 18px 10px;
		margin:0;
		/*background-color:#f2eee4;*/
		border: 0px solid green;
	}
	div#smviddescS {
		text-align: left;
		width: 144px;
		float:left;
		color: #FFF;
		padding: 18px 10px;
		margin:0;
		height: 60px;
		/* background-color:#fff; */
		border: 0px solid red;
		font-size: 12px;
		line-height: 14px;
	}
	/*
    .newsroom .meet-experts li:nth-of-type(4n) {
        margin-right: 20px;
    }
    .newsroom .meet-experts li:nth-of-type(6n) {
        margin-right: 0;
    }
    */
	.meet-experts li {
		list-style: none;
		margin: 5px;
	}

	/*Video Search */
	div.search-results .listImg {
		float: left;
		display: inline-block;
		width: 15%;
		margin: 0 0 !important;
		border: 0px solid red;
	}
	div.search-results .listImg img {
		width: 100% !important;
		height: 100% !important;
	}
	div.search-results .listDesc {
		float: left;
		display: inline-block;
		width: 82%;
		margin: 0 0 0 3% !important;
		border: 0px solid red;
	}
	div.search-results .listDesc h3 {
		margin: 0 0 15px 0 !important;
	}

	/* Join Bar */
	#joinTtl {
		text-align: right;
		font-size: 20px;
		line-height: 60px;
	}
	#joinbar .input-group {
		margin: 13px 0;
	}
	/* Blog Widget */
	.blogHdr {
		font-size:18px;
		margin: 0;
		padding: 9px 10px;
	}
	.blogCntnt {
		padding:10px 10px 12px 10px;
		font-size: 12px;
		line-height: 16px;
	}
	.blogCntnt b {
		font-size: 17px;
		line-height: 12px;
	}
	.blogCntnt b span.credit {
		font-size: 11px;
		line-height: 22px;
	}
	/* Instagram Widget */
	.igHdr {
		font-size:18px;
		padding: 9px 10px;
	}
	.igImgs {
		padding: 25px 0;
	}
	/* Twitter */
	.twtBx {
		margin: 20px auto 0 !important;
	}

	/* Social Media */
	.social {
		padding: 20px auto;
	}
	.sc-tabs > li {
		float: left;
		width: 10%;
		text-align: center;
		font-size: 16px;
		margin: 0;
		padding: 10px;
		border: 1px solid #CCC;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px 10px 0 0;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		border-top-right-radius: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	/* Newsroom */
	.meet-experts li {
		width: 60px;
		height: 65px;
	}
}
/**
 * Desktop (1200px and up)
 */
@media (min-width: 1200px) {
	body {
		border-top: 0px solid red;
	}

	/* Header */
	#header {
		height: 105px;
		margin: 0px;
	}
	#header .logo {
		height: 105px;
		margin: 0;
	}
	#header .logo a {
		margin: 31px 0 0 15px;
		height: 45px;
		width: 280px;
	}

	#header .container {
		margin: 0 auto;
	}

	/* Search Form */
	#searchbar {
		width: 550px;
		float: right;
		margin: 36px 0 0 0;
		border: 0px solid red;
	}
	#searchbar .donate,
	#searchbar .join {
		font-size: 16px;
		line-height: 35px;
		margin: 0 20px 0 0;
	}
	.search {
		width: 184px;
	}
	.search .input-append .search-query {
		width: 124px;
	}
	/* Navigation Menu */
	nav.navbar {
		height: 50px !important;
		font-size: 14px;
		margin: 0;
		border: 0;
	}
	.nav li, .nav li.dropdown ul.dropdown-menu {
		font-size: 14px;
	}
	.nav li a, .nav li.dropdown a {
	}
	.nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	#tagline {
		font-size: 12px;
		line-height: 50px;
	}
	/* Newsroom */
	#mainvidbx {
		float: left;
		padding: 20px;
	}

	#featvid, #featvid img {
		/*width: 740px !important;
        min-width: 740px !important;
        height: 417px !important;*/
		width: 740px !important;
		height: auto !important;
		padding:0;
		margin:0;
		border: 0px solid;
		float:left;
		z-index:0;
	}

	div#fvnav {
		width:330px;
		float:right;
		padding: 0;
		margin: 0;
		background-color:#7fb2e5;
		border: 0px solid yellow;
	}

	div#smvid {
		width:330px;
		float:left;
		padding:0 0 0 0;
		margin:0;
		height:105px;
		/*background-color:#f2eee4;*/
		border-bottom: 1px solid #369;
	}
	div#smvidimg {
		width: 120px;
		height:68px;
		float:left;
		padding:18px 10px;
		margin:0;
		/*background-color:#f2eee4;*/
		border: 0px solid green;
	}
	div#smviddesc {
		text-align: left;
		width: 170px;
		float:left;
		color: #FFF;
		padding: 22px 10px;
		margin:0;
		height: 68px;
		/* background-color:#fff; */
		border:0px solid;
		font-size: 12px;
		line-height:18px;
	}

	/* -- NEW NEWSROOM SIDEBAR - SCROLLING -- */

	div#fvnavS {
		width:320px;
		max-height: 422px;
		float:left;
		padding: 0;
		margin: 0;
		/* background-color:#7fb2e5; */
		border: 0px solid green;
		overflow-y: auto !important;
		overflow-x: hidden !important;
	}

	div#smvidS {
		width:335px;
		position: none;
		float:left;
		padding:0 0 0 0;
		margin:0;
		height:105px;
		/*background-color:#f2eee4;*/
		border-bottom: 1px solid #369;
	}

	div#smvidimgS {
		width: 120px !important;
		height:68px !important;
		float: left;
		padding:18px 10px;
		margin:0;
		/*background-color:#f2eee4;*/
		border: 0px solid green;
	}
	div#smviddescS {
		text-align: left;
		width: 170px;
		float: right;
		color: #FFF;
		padding: 22px 10px 22px 0;
		margin:0;
		height: 60px;
		/* background-color:#fff; */
		border: 0px solid red;
		font-size: 12px;
		line-height:18px;
	}
	/* Blue Sidebar */
	#content .blue h1 {
		font-size: 32px;
		margin: 0 0 15px 0;
	}
	#content .blue h4 {
		font-size: 18px;
		margin: 0 0;
	}
	#content .wuBx {
		font-size: 13px;
		line-height: 15px;
		/* background: #f3f0de;*/
		margin: 0 0 20px 0;
		padding: 15px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	/*Video Search */
	div.search-results .listImg {
		float: left;
		display: inline-block;
		width: 15% !important;
		margin: 0 0 !important;
		border: 0px solid red;
	}
	div.search-results .listImg img {
		width: 100% !important;
		height: 100% !important;
	}
	div.search-results .listDesc {
		float: left;
		display: inline-block;
		width: 82%;
		margin: 0 0 0 3% !important;
		border: 0px solid red;
	}
	div.search-results .listDesc h3 {
		margin: 0 0 15px 0 !important;
	}

	/* Join Bar */
	#joinTtl {
		text-align: right;
		font-size: 24px;
		line-height: 60px;
	}
	#joinbar .input-group {
		margin: 13px 0;
	}
	/* Blog Widget */
	.blogHdr {
		font-size:18px;
		margin: 0;
		padding: 9px 15px;
	}
	.blogCntnt {
		padding:17px 15px 22px 15px;
		font-size: 14px;
		line-height: 18px;
	}
	.blogCntnt b {
		font-size: 17px;
		line-height: 12px;
	}
	.blogCntnt b span.credit {
		font-size: 11px;
		line-height: 22px;
	}
	/* Instagram Widget */
	.igHdr {
		font-size:18px;
		padding: 9px 15px;
	}
	.igImgs {
		padding: 15px 0;
	}
	/* Twitter */
	.twtBx {
		margin: 20px auto 0 !important;
	}

	/* Social Media */
	.social {
		padding: 20px auto;
	}
}

/**
 * Responsive Utility Classes
 */
@media (max-width: 767px) {
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.visible-widescreen {
		display: none !important;
	}
	.hidden-widescreen {
		display: inherit !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.visible-widescreen {
		display: inherit !important;
	}
	.hidden-widescreen {
		display: none !important;
	}
}

.socials {
	text-align: right;
	font-size: 20px;
}

.socials a {
	color: #036;
	display: inline-block;
	margin-left: 10px;
}

.socials a:hover {
	color: #b52027;
}

@media (max-width: 767px) {
	.socials {
		text-align: center;
		font-size: 20px;
	}

	.socials a {
		margin-left: 20px;
	}