/**
 * General styles
 */
body {
    background: url(../../img/domain/frc/banners/top_1_sm.jpg) no-repeat center top;
    background: no-repeat center top;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    color: #003366;
}

h4.underline {
    text-transform: uppercase;
    border-bottom: 1px solid black;
    padding-bottom: 12px;
}

h3.spclMdl {
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 a {
	color: #003366;
	text-decoration: none;
}
h2 a:hover {
	color: #336699;
	text-decoration: none;
}

.container {
    min-width: 260px;
    padding-left: 30px;
    padding-right: 30px;
}
.left {float: left;}
.right {float: right;}
.clear-both { clear: both; }


/**
 * Forms
 */
input,
button,
select,
textarea {
    font-family: Helvetica, Arial, sans-serif;
}
input[type=text],
input[type=text]:focus,
.form-search .input-append .search-query {
    border: none;
    border-radius: 0px;
    -moz-box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    color: #000;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 0;
    behavior: url(../../js/frc/PIE.htc);
}
input::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
input:-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}
input:-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
/**
 * Buttons
 */
.btn-large,
.btn-group > .btn-large {
    border: none;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
}
@media (max-width: 767px) {
	.btn-large,
	.btn-group > .btn-large {
	    font-size: 12px;
	}
}
@media (min-width: 768px) {
	.btn-large,
	.btn-group > .btn-large {
	    font-size: 14px;
	}
}

.btn-large {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    z-index: 0;
    behavior: url(../../js/frc/PIE.htc);
}
.btn-group > .btn:first-child {
    -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
    border-right: 1px solid rgba(0,0,0,0.4);
    z-index: 2;
    position: relative;
    behavior: url(../../js/frc/PIE.htc);
}
.btn-group > .btn:nth-child(2) {
    border-right: 1px solid rgba(0,0,0,0.4);
    z-index: 1;
    position: relative;
    behavior: url(../../js/frc/PIE.htc);
}
.btn-group > .btn:last-child {
    -moz-border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    position: relative;
    z-index: 0;
    behavior: url(../../js/frc/PIE.htc);
}
.btn.blue {
    background: url(../../img/domain/frc/btn_b_bg.gif) repeat-x center;
    position: relative;
    z-index: 0;
}
.btn.green {
    background: url(../../img/domain/frc/btn_g_bg.gif) repeat-x center;
    position: relative;
    z-index: 0;
}
.btn.blue:hover {
    background: url(../../img/domain/frc/btn_g_bg.gif) repeat-x center;
    color: #fff;
}
.btn.green:hover {
    background: url(../../img/domain/frc/btn_b_bg.gif) repeat-x center;
    color: #fff;
}
.btn.darkblue,
.user-actions .btn-toolbar .btn {
    background: #316597;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: inset 0 -30px 15px -18px #036;
    -webkit-box-shadow: inset 0 -30px 15px -18px #036;
    box-shadow: inset 0 -30px 15px -18px #036;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}
/**
 * Responsive Utility Classes
 */
.visible-widescreen {
  display: none !important;
}
.hidden-widescreen {
  display: inherit !important;
}

@media (min-width: 768px) {
    .row-fluid-if-mobile {
        clear: none;
    }
}
@media (min-width: 1200px) {
  .visible-widescreen {
    display: inherit !important;
  }
  .hidden-widescreen {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-widescreen {
    display: none !important;
  }
  .hidden-widescreen {
    display: inherit !important;
  }
  .fill-width-if-lt-desktop {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .visible-widescreen {
    display: none !important;
  }
  .hidden-widescreen {
    display: inherit !important;
  }
  .full-width-if-mobile {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .row-fluid-if-mobile {
    clear: both;
  }
  .row-fluid-if-mobile .span6 {
    width: 48.45354447606087%;
  }
  .row-fluid-if-mobile .offset3:first-child {
    margin-left: 25.773227761969565%;
  }
}

/**
 * Default Layout (all sizes)
 */

/**
 * Header
 */
#header {
    background: url(../../img/domain/frc/top_banner.jpg) repeat-x center top;
    height: 250px;
    margin-top: 10px;
    position: relative;
}
#header .logo {
    float: left;
    margin: -13px 0 0 -10px;
}
#header .logo a {
    background: url(../../img/domain/frc/logo-mobile.png) no-repeat center;
    display: block;
    height: 105px;
    text-indent: -9999px;
    width: 105px;
}

/**
 * Navigation Menu
 */
#nav {
    float: left;
    height: 80px;
    margin: 0 0 124px 4px;
    max-width: 272px;
    min-width: 160px;
    position: relative;
    width: 57.5%;
}
#nav select {
    background-color: #e7e7e7;
    bottom: 0;
    font-size: 13px;
    font-weight: bold;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/**
 * Search & Donate
 */
#searchbar {
    background: url(../../img/domain/frc/menu_bg.png) repeat-x top center;
    padding: 7px 0;
    position: relative;
}
#searchbar .donate {
    color: #036;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    text-transform: uppercase;
}
.search {
    float: right;
    width: 166px;
}
.search .form-search {
    margin: 0;
    position: relative;
}
.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;
}

/**
 * Content
 */
#content {
    background-image: url(../../img/domain/frc/blue_texture.jpg);
    padding: 10px 0 0;
}
#content.white {
    background-color: white;
    padding: 0;
    background-image: none;
}
#content .fill-width-if-lt-desktop > h2:first-child,
#content .span6 > h2:first-child {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

/**
 * Homepage features
 */
.features {
    padding-bottom: 10px;
}
.features .row-fluid {
    background-color: rgba(255,255,255,0.1);
    border: 3px solid #285c8e;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    behavior: url(../../js/frc/PIE.htc);
}
.features article {
    background-color: #fff;
    display: none;
    height: auto;
    margin: -3px -3px 15px;
    overflow: hidden;
    position: relative;
}
.features .active {
    display: block;
}
.feature-nav {
    color: #fff;
    list-style: none;
    margin-left: 0;
    padding: 0 5px;
    text-align: center;
}
.feature-nav a {
    background: #036; /* Old browsers */
    background: -moz-linear-gradient(top, #083c6e 0%, #003466 2%, #003264 9%, #003466 14%, #003265 55%, #01265a 68%, #000b3d 91%, #000638 98%, #001346 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#083c6e), color-stop(2%,#003466), color-stop(9%,#003264), color-stop(14%,#003466), color-stop(55%,#003265), color-stop(68%,#01265a), color-stop(91%,#000b3d), color-stop(98%,#000638), color-stop(100%,#001346)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #083c6e 0%,#003466 2%,#003264 9%,#003466 14%,#003265 55%,#01265a 68%,#000b3d 91%,#000638 98%,#001346 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #083c6e 0%,#003466 2%,#003264 9%,#003466 14%,#003265 55%,#01265a 68%,#000b3d 91%,#000638 98%,#001346 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #083c6e 0%,#003466 2%,#003264 9%,#003466 14%,#003265 55%,#01265a 68%,#000b3d 91%,#000638 98%,#001346 100%); /* IE10+ */
    background: linear-gradient(to bottom, #083c6e 0%,#003466 2%,#003264 9%,#003466 14%,#003265 55%,#01265a 68%,#000b3d 91%,#000638 98%,#001346 100%); /* W3C */
    border-left: 1px solid #036;
    border-right: 1px solid #036;
    color: #fff;
    display: block;
    font: bold 18px/45px 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    margin-bottom: 11px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
    z-index: 0;
    behavior: url(../../js/frc/PIE.htc);
}
.feature-nav a:hover,
.feature-nav li.active a {
    background: #e7e7e7; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #d8d8d8 2%, #cecece 5%, #cecece 7%, #d7d7d7 27%, #efefef 66%, #fefefe 95%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(2%,#d8d8d8), color-stop(5%,#cecece), color-stop(7%,#cecece), color-stop(27%,#d7d7d7), color-stop(66%,#efefef), color-stop(95%,#fefefe), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%,#d8d8d8 2%,#cecece 5%,#cecece 7%,#d7d7d7 27%,#efefef 66%,#fefefe 95%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%,#d8d8d8 2%,#cecece 5%,#cecece 7%,#d7d7d7 27%,#efefef 66%,#fefefe 95%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%,#d8d8d8 2%,#cecece 5%,#cecece 7%,#d7d7d7 27%,#efefef 66%,#fefefe 95%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%,#d8d8d8 2%,#cecece 5%,#cecece 7%,#d7d7d7 27%,#efefef 66%,#fefefe 95%,#f6f6f6 100%); /* W3C */
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    color: #2b7bba;
    text-decoration: none;
    text-shadow: none;
    behavior: url(../../js/frc/PIE.htc);
}
.features .articles {
    list-style: none;
    margin: 0;
    padding: 5px 10px;
}
.features .articles li {
    margin-bottom: 5px;
}
.features .articles li:last-child {
    margin-bottom: 0;
}
.features .articles a {
    background: #e5eaee url(../../img/domain/frc/right-arrow-b.png) no-repeat 98.5% 50%;
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 36px 5px 10px;
}
.features .articles .title, .features .articles h2 {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
	margin-bottom: 10px;
}
.features .articles a:hover {
    text-decoration: none;
}
.features .article-body a {
    color: #036;
    font-weight: bold;
}


/*--------------- VIDEO CSS ---------------*/
.video {
    clear: both;
    max-width: 100%;
}
.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    border: 0px solid white;
}
.video-container > div {
    /*height: 100% !important;*/
    /*padding-top: 56.25%; */
    position: absolute !important;
    width: 100% !important;
}

.video-container iframe,
.video-container object,
.video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* 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 ---------------*/


/* Feature: Washington Update */
.feature1 .top-right {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    position: absolute;
    right: 10px;
    top: 8px;
}
.feature1 .top-right a {
    color: #fff;
}
.feature1 .top-right time {
    padding-right: 6px;
}
.feature1 .top-right a {
    padding-left: 3px;
}
/* Feature: FRC Blog */
.feature2 .blog-link {
    color: #036;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0;
}
.feature2 .articles .author {
    display: block;
    font-size: 12px;
    font-weight: bold;
}
/* Feature: Newsroom */
.feature3 {
    background:  url(../../img/domain/frc/h_newsroom.jpg) no-repeat top left;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/domain/frc/h_newsroom.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/domain/frc/h_newsroom.jpg', sizingMethod='scale')";
    padding: 0 20px 10px;
}
.feature3 .topright-link {
    color: #9c3;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin-top: 12px;
    text-transform: uppercase;
    padding: 10px;
}
.feature3 .video-heading {
    display: inline-block;
    width: 63%;
}
.feature3 .video-heading img {
    margin-top: 10px;
    max-width: 100%;
}
/* Feature: Tony Perkins Live */
.feature4 {
    background: url(../../img/domain/frc/h_washington_watch.jpg) no-repeat top left;
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/domain/frc/h_washington_watch.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/domain/frc/h_washington_watch.jpg', sizingMethod='scale')";
    padding: 5px 20px;
}
.feature4 .video {
    margin-top: 5px;
}

/* Feature: Take Action */
.features .feature5 {
    background: #036 url(../../img/domain/frc/h_take_action.jpg) no-repeat -20px 0;
}
.feature5 .topright-link {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
}
.feature5 h1 {
    color: #fff;
    font: italic bolder 28px/30px 'Open Sans', Helvetica, Arial, sans-serif;
    margin-left: 20px;
}
.feature5 h2 {
    margin-bottom: 0;
}
.feature5 h2 a {
    background-color: #900;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px;
    text-transform: uppercase;
}
.feature5 .article-body {
    background-color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin: 0 10px 10px;
    padding: 10px;
}

/* Feature: Spotlight */
.feature6 {
    background: url(../../img/domain/frc/h_spotlight_1.jpg) no-repeat top left;
}
.feature6 .spotlight {
    padding: 10px 2.8288543%;
}
/*
.feature6 h1 {
    color: #036;
    font: bold 22px/24px 'Open Sans', Helvetica, Arial, sans-serif;
}
*/
.feature6 h1 {
    color: #036;
    font: bold 28px/24px 'Open Sans', Helvetica, Arial, sans-serif;
}
.feature6 h2 {
    color: #036;
    font: bold 24px/24px 'Open Sans', Helvetica, Arial, sans-serif;
}

.feature6 h2 a {
	line-height: 24px;
}

.feature6 .article-body {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
    position: relative;
    z-index: 0;
    behavior: url(../../js/frc/PIE.htc);
}
/**
 * Subscribe
 */
.user-actions {
    background: url(../../img/domain/frc/green_bg.jpg) repeat-x center;
    height: 82px;
}
.user-actions .container {
    position: relative;
} 
.subscribe {
    height: 82px;
    position: relative;
}
.subscribe .form-inline {
    margin: -16px 0 0;
    position: relative;
    top: 50%;
    width: 100%;
}
.subscribe label {
    color: #036;
    float: left;
    font: bold 9px/13px 'Open Sans', Helvetica, Arial, sans-serif;
    letter-spacing: 6px;
    margin: 0 8px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.subscribe .pub-title {
    display: block;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
}
.subscribe .input-append {
    position: relative;
    max-width: 308px;
    width: 49.2227979%; /* 190/386 */
}
.subscribe .input-text {
    max-width: 258px;
    width: 74.2105263%; /* 111/190 */
}
.subscribe .btn {
    background: url(../../img/domain/frc/go_btn.png) no-repeat center;
    border: none;
    height: 32px;
    margin-left: -4px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 49px;
}
.subscribe input {
    float: left;
}
/**
 * Categories/Articles
 */
#categories {
    margin-top: 20px;
}
#categories header {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 82%, #f7f7f7 92%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(82%,#ffffff), color-stop(92%,#f7f7f7), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 82%,#f7f7f7 92%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 82%,#f7f7f7 92%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 82%,#f7f7f7 92%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 82%,#f7f7f7 92%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    height: 54px;
    margin-bottom: 15px;
    padding: 0 0 0 15px;
    position: relative;
    behavior: url(../../js/frc/PIE.htc);
}
#categories header.active {
    background: #ebeef3; /* Old browsers */
    background: -moz-linear-gradient(top, #ebeef3 0%, #ebeef3 50%, #d7e2e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebeef3), color-stop(50%,#ebeef3), color-stop(100%,#d7e2e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebeef3 0%,#ebeef3 50%,#d7e2e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebeef3 0%,#ebeef3 50%,#d7e2e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebeef3 0%,#ebeef3 50%,#d7e2e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ebeef3 0%,#ebeef3 50%,#d7e2e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeef3', endColorstr='#d7e2e8',GradientType=0 ); /* IE6-9 */
    position: relative;
    behavior: url(../../js/frc/PIE.htc);
}
#categories header h1 {
    margin: 0;
}
#categories header h1 a {
    color: #036;
    float: left;
    font: bold 30px/54px 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    text-transform: uppercase;
}
.rss-icon {
    background: url(../../img/domain/frc/rss.png) no-repeat bottom center;
    border-top: 0;
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 0;
    border-left: 1px solid rgba(0,0,0,0.1);
    display: block;
    float: right;
    height: 54px;
    position: relative;
    text-indent: -9999px;
    z-index: 0;
    width: 54px;
    behavior: url(../../js/frc/PIE.htc);
}
.rss-icon:hover {
    background-position: top center;
}
.more-link {
    background: url(../../img/domain/frc/down_arrows2.png) no-repeat 46px 21px;
    color: #69c;
    float: right;
    font: bold 12px/14px 'Open Sans', Helvetica, Arial, sans-serif;
    height: 54px;
    line-height: 54px;
    padding: 0 8px;
    text-transform: uppercase;
    width: 54px;
}
.more-link:hover,
#categories header.active .more-link {
    background-position: 46px -47px;
    color: #036;
    text-decoration: none;
}
.more-menu {
    background: #dfe8ef url(../../img/domain/frc/menu_bg.png) repeat-x top center;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
    border-bottom: none;
    border-left: 1px solid rgba(0,0,0,0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 54px;
    width: 100%;
}
.more-menu a {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: #000;
    display: block;
    font-size: 14px;
    padding: 8px 20px 7px;
}
.more-menu a:hover {
    background-color: #c6cdd5;
    text-decoration: none;
}
#categories article h2 {
    line-height: 20px;
    margin-bottom: 0;
}
#categories article h2 a {
    color: #036;
    font-size: 18px;
}
#categories article h3 {
    color: #369;
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
}
#categories article {
    border-bottom: 1px solid #000;
    font-size: 12px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#categories article a {
    color: #369;
    font-weight: bold;
}
.article-list {
    list-style: none;
    margin: 0 0 40px;
}
.article-list li {
    margin-bottom: 10px;
}
.article-list li a {
    color: #036;
    font-weight: bold;
}
.article-list li .author {
    color: #369;
    font-size: 13px;
}

/**
 * Article display
 */
.article-image.pull-left {
    padding: 0 20px 20px 0;
}
.article-image.pull-right {
    padding: 0 0 20px 20px;
}
.articles article {
    clear: both;
    margin-bottom: 2em;
    overflow: hidden;
}
.articles article .share-this {
    float: right;
}

.recent-update {
    background-color: #e1ebf5;
    padding: 20px;
    margin-bottom: 1em;
}
.recent-update h6 {
    color: #013368;
}
.recent-update h4, .recent-update h4 a {
    color: #013368;
}

.update_article {
    margin: .5em 0;
    background-color: #336699;
    padding-left: 1em;
    color: white;
    text-align: left;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}
.update_article a {
    color: white;
}

.more-washington-updates {
    margin: 1em 0 2em;
    background-color: #003466;
    padding-right: 1em;
    color: white;
    text-align: right;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}
.more-washington-updates a {
    color: white;
}
a.read-more {
    color: #369;
    font-weight: bold;
}
/**
 * Action page
 */

.action h2 {
    text-transform: uppercase;
}

.action .action-highlight {
    background-color: #e1ebf5;
    padding: 20px;
    margin-bottom: 40px;
}
.action .action-highlight .action-info {
    margin-bottom: 20px;
}
.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;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    padding: 3px 10px;
    max-width: 250px;
    margin: 0 auto;
}
.action-event-list {
    list-style: none;
    margin-left: 0;
}
.action-event-list li {
    position: relative;
    margin-bottom: 30px;
}
.action-event-list .date {
    position: absolute;
    top: 50%;
    margin-top: -49px;
    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;
}
/**
 * Blog
 */
.blog .blog-sidebar {
    background-color: #e1ebf5;
    padding: 15px 20px;
    overflow: hidden;
    margin-bottom: 40px;
}
.blog .blog-sidebar h5 {
    text-transform: uppercase;
    color: #366697;
}
.blog .blog-sidebar h5 a {
    color: #366697;
}
.blog .blog-sidebar ul {
    list-style: none;
    margin-left: 0;
}
.blog .blog-sidebar ul li a {
    color: #000000;
    font-weight: bold;
}
.blog .blog-sidebar ul li a.bio {
    font-weight: normal;
}
.blog .list-header {
    margin-bottom: 0;
}
.blog .blog-sidebar .recent-post-list li {
    margin-bottom: 1em;
}
.blog .blog-sidebar .blog-search form {
    padding-right: 50px;
    overflow: hidden;
    margin-bottom: 0;
}
.blog .blog-sidebar .blog-search button {
    float: right;
    margin-right: -50px;
}
.blog .blog-sidebar .content-form input[type=search] {
    background-color: #ffffff;
    display:inline-block;
    width: 100%;
    float: left;
    height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
.blog .blog-sidebar .content-form input::-webkit-input-placeholder {
    color: #aeaeae;
    text-transform: none;
}
.blog .blog-sidebar .content-form input:-moz-placeholder {
    color: #aeaeae;
    text-transform: none;
}
.blog .blog-sidebar .content-form input:-ms-input-placeholder {
    color: #aeaeae;
    text-transform: none;
}
.blog .share-comments {
    padding: 1.5em 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 2em;
}
.blog .share-comments .share-page {
    float: left;
    margin-top: 0;
}
.blog .share-comments > a {
    margin-left: 2em;
    font-weight: bold;
    color: #326696;
}
.blog article h3 {
    margin-bottom: 0;
}
.blog article h4 {
    margin: 0;
    color: #316597;
}
.blog .search-results {
    list-style: none;
    margin-left: 0;
    margin-top: 1em;
}
.blog .search-results li:before {
    content: '>';
    margin: 0 4px;
    font-size: 18px;
    color: #99cb34;
    font-weight: bold;
}
.blog .search-results li {
    margin-bottom: 1em;
    color: #669acc;
    font-weight: bold;
    text-indent: -1.5em;
    margin-left: 1.5em;
}
.blog .search-results li a .date {
    color: #669acc;
}
.blog .search-results li a {
    color: #003464;
}
.blog .pagination {
    font-weight: bold;
    color: #8eb4d9;
}
.blog .pagination .arrow {
    color: #99cb34;
    font-size: 18px;
}
.blog .pagination a {
    color: #003464;
}
.blog .pagination .inactive {
    color: #6598cd;
    cursor: default;
}
.blog blockquote, .blog blockquote p, blockquote p {
	font-weight: normal;
	color: #369;
	font-size: 14px;
}


/**
 * Internships Page
 */
.internships h4, .internships h3 {
    text-transform: uppercase;
}
.overview {
    background-color: #e1ebf5;
    padding: 20px;
    overflow: auto;
}
.overview .text-overview {
    width: 100%;
    margin-right: -450px;
    float: left;
}
.overview .text-overview > div {
    margin-right: 450px;
}
.overview .video-overview {
    width: 430px;
    float: right;
}
.internships .fill-application {
    display: block;
    color: white;
    background-color: #003466;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    padding: 10px 5px;
}
.internships .get-x {
    margin: 30px 0 15px;
    padding: 20px 20px 0 20px;
    background-color: #336799;
    color: #e2ebf4;
    overflow: auto;
}
.internships .get-buttons {
    float: left;
    margin: 0;
    list-style: none;
}
.internships .get-buttons li {
    width: 255px;
    margin-bottom: 15px;
    text-align: center;
}
.internships .get-buttons li a {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    text-decoration: none;

    color: #ffffff;
    text-shadow: 0 0 0.2em #2e2e2e, 0 0 0.5em #2e2e2e, 0 0 0.5em #2e2e2e;
    border: 1px solid #6598cd;
    -webkit-box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.4);
    background: #6598cd; /* Old browsers */
    background: -moz-linear-gradient(top,  #6598cd 0%, #6598cd 50%, #356aa0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6598cd), color-stop(50%,#6598cd), color-stop(100%,#356aa0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6598cd 0%,#6598cd 50%,#356aa0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6598cd 0%,#6598cd 50%,#356aa0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6598cd 0%,#6598cd 50%,#356aa0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6598cd 0%,#6598cd 50%,#356aa0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6598cd', endColorstr='#356aa0',GradientType=0 ); /* IE6-9 */
}
.internships .get-buttons li.active a {
    color: #005dab;
    text-shadow: none;
    border: 1px solid #f7f7f7;
    -webkit-box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.2);
    background: #cdcdcd; /* Old browsers */
    background: -moz-linear-gradient(top,  #cdcdcd 0%, #e7e7e7 50%, #fcfcfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(50%,#e7e7e7), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cdcdcd 0%,#e7e7e7 50%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cdcdcd 0%,#e7e7e7 50%,#fcfcfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cdcdcd 0%,#e7e7e7 50%,#fcfcfc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cdcdcd 0%,#e7e7e7 50%,#fcfcfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}
.internships .x-text {
    width: 100%;
    margin-left: -280px;
    float: right;
}
.internships .x-text h4 {
    color: #e2ebf4;
    margin-top: 0;
}
.internships .x-text > div {
    margin-left: 280px;
    display: none;
}
.internships .x-text > div.active {
    display: block;
}
.internships .intern-images {
    list-style: none;
    margin: 0;
    margin-left: -15px;
    overflow:auto;
}
.internships .intern-images li {
    margin-left: 15px;
    margin-bottom: 10px;
    float: left;
    border: 1px solid #1d3b7b;
}
.internships .huge-button, .internships .huge-button-dblu {
    background-color: #336799;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 15px;
    text-align: center;
    padding: 15px 7px;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
}
.internships .huge-button a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}
.internships .internship-info {
    margin-bottom: 30px;
}
.internships .internship-program {
    background-color: #e1ebf5;
    padding: 20px;
}
.internships .internship-program h4 {
    margin-top: 0;
    color: #336799;
}
.internships .internship-program h6 {
    color: #000000;
}
.internships .information-application .huge-button, .internships .huge-button-dblu {
    background-color: #003169;
}
.internships .washington-scholars {
    background-color: #e1ebf5;
    padding: 20px;
}
.internships .washington-scholars h4 {
    margin:0;
    color: #336799;
}
.internships .washington-scholars h5 {
    color: #336799;
    margin-top: 0;
    text-transform: uppercase;
}
.internships .washington-scholars h6 {
    color: #000000;
}
/**
 * Experts Bio Page
 */
.experts-bio h3 {
    margin-bottom: 0;
    line-height: 1;
}
.experts-bio h4 {
    margin-top: 0;
}
.experts-bio .follow-on-twitter {
    display: block;
    margin: 10px 0;
    background-color: #b2cce5;
    text-align: center;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    color: #356596;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
}
.twitter-icon {
    display: inline-block;
    background: url(../../img/domain/frc/share-icons.png) no-repeat left;
    background-position: center left;
    width: 16px;
    height: 15px;
    vertical-align: text-top;
    margin-right: 4px;
}
.experts-bio .bio-publications {
    background-color: #e1ebf5;
    padding: 5px 15px;
}
.experts-bio .bio-publications h6 {
    margin: 0;
    color: #000000;
}
/**
 * Experts Page
 */
.experts h2 {
    text-transform: uppercase;
}
.short-bio {
    margin-bottom: 2em;
    width: 100%;
    overflow: auto;
}
.short-bio .bio-text {
    margin-left: 80px;
}
.short-bio .bio-text h4 {
    margin: 0;
}
.short-bio .bio-text h5 {
    margin-top: 0;
}

.short-bio .bio-image {
    text-align: center;
}
.short-bio .bio-image a {
    margin-top: 10px;
    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;
}

ul.headshots-with-title,
ul.image-title-buttons {
    list-style: none;
    /* margin-left: -10px; */
    margin-left: -30px;
    overflow: auto;
}
.headshots-with-title li,
.image-title-buttons li {
    margin: 0 0 30px 8px;
    float: left;
}
.headshots-with-title .name-title {
    height: 70px;
    width: 110px;
    margin-left: 75px;
    position: relative;
}
.headshots-with-title .name-title h6.name {
    margin: 0;
    font-size: 10px;
    line-height: 14px;
}
.headshots-with-title .name-title h6.title {
    color: #326698;
    margin: 0;
    font-size: 8px;
    line-height: 11px;
}
.headshots-with-title .name-title a,
.image-title-buttons .title-buttons div#bttn {
    display: inline-block;
    padding: 0 1.3em;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    background-color: #6799cc;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    position: absolute;
    bottom: 0;
}
/**
 * Ways to Connect page
 */
.email-subscriptions h4 {
    margin: 10px 0 20px;
    text-transform: uppercase;
}
ul.image-title-buttons {
    margin-left: -25px;
}
.image-title-buttons li {
    margin-left: 25px;
}
.image-title-buttons li img {
	width: 70px;
	height: 70px;
	float: inherit;
}
.image-title-buttons .title-buttons {
    height: 70px;
    margin-left: 75px;
    position: relative;
    width: 98px;
}
.image-title-buttons h6 {
    color: #369;
    font-size: 13px;
    line-height: 13px;
    margin-top: 0;
}
.image-title-buttons h6 small {
    color: #369;
}
.image-title-buttons .buttons {
    bottom: 0;
    position: absolute;
}
.image-title-buttons .title-buttons div#bttn {
    background-color: #369;
    line-height: 15px;
    padding: 0 0.3em;
    position: relative;
}
.image-title-buttons .title-buttons div#bttn:hover {
    text-decoration: none;
}
.image-title-buttons .title-buttons div.add {
    background-color: #036;
}
.image-title-buttons .title-buttons div.added {
    background-color: #9c3;
}
.connect .content-form {
    margin: 0 auto 40px;
}
.row-fluid .connect .controls-row .span3 {
    margin-left: 0;
}
.connect .zip input,
.connect .email input {
    margin-bottom: 20px;
}
.connect .btn.darkblue {
    clear: both;
    display: block;
    height: 30px;
    margin: 0 auto;
    width: 142px;
}
.connect .fb-plugin,
.connect .follow-experts,
.connect .podcasts,
.connect .rss-feeds {
    margin-bottom: 30px;
}
.connect .fb-plugin img {
    display: block;
    margin: 0 auto;
}
.connect h3 {
    border-bottom: 1px solid #000;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.connect h3 span {
    display: inline-block;
    padding-right: 25px;
}
.connect .podcasts h3 span {
    background: url(../../img/domain/frc/podcast.gif) no-repeat right 0;
}
.connect .rss-feeds h3 span {
    background: url(../../img/domain/frc/rss.gif) no-repeat right 3px;
}
.connect .raquo-bullet a {
    color: #036;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
}
/**
 * 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;
}

/**
 * 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: #ffffff;
}
.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-top: 1em;
}
.newsroom .search-videos h3 {
    text-transform: uppercase;
    margin: 0;
    line-height: 28px;
    padding-right: 0.5em;
}

.search-videos form {
    display: block;
    float: left;
    margin-bottom: 0;
}
.search-videos .content-form select {
    width: 158px;
}
.search-videos .content-form input[type=text] {
    width: 140px;
}
.search-videos .select-form {
    margin-right: 10px;
}

.newsroom h4 small {
    color: #326698;
    font-weight: bold;
    font-size: 70%;
}
.newsroom .press-releases, .newsroom .op-eds {
    list-style: none;
    margin-left: 0;
}
.newsroom .press-releases li, .newsroom .op-eds li {
    margin-bottom: 2em;
}

.newsroom .washington-watch-links {
    list-style: none;
    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;
}

/**
 * Issues Page
 */
.issues h1 {
    color: #036;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 24px;
    margin: 20px 0;
    text-transform: uppercase;
}
.issues h3 {
    border-bottom: 1px solid #000;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.issues h3 a {
    color: #036;
}
.issues .share-this .share-text {
    display: none;
}
.featured-content {
    background-color: #e1ebf5;
    clear: both;
    margin: 20px 0;
    padding: 15px;
}
.featured-content .tab-content {
    display: none;
    overflow: hidden;
}
.featured-content .tab-content.active {
    display: block;
}
.featured-content time {
    color: #036;
    font-size: 12px;
    font-weight: bold;
}
.featured-content h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
}
.featured-content .publication .author {
    margin-top: 5px;
}
.featured-content .publication p {
    color: #000;
    font-size: 13px;
}
.featured-content .publication a {
    color: #369;
    font-weight: bold;
}
.featured-content img.feature-img {
    display: block;
    margin: 0 auto;
}
.featured-content .share-this {
    margin-top: 10px;
}
.featured-nav-buttons {
    list-style: none;
    margin: 20px 0 0;
}
.featured-nav-buttons a {
    background: #6598cf; /* Old browsers */
    background: -moz-linear-gradient(top, #6598cf 60%, #3669a0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#6598cf), color-stop(100%,#3669a0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6598cf 60%,#3669a0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6598cf 60%,#3669a0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6598cf 60%,#3669a0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6598cf 60%,#3669a0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6598cf', endColorstr='#3669a0',GradientType=0 ); /* IE6-9 */
    color: #fff;
    display: block;
    font: bold 18px/42px 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    height: 42px;
    margin-bottom: 14px;
    text-align: center;
    text-shadow: 0 1px 8px rgba(0,0,0,0.9);
    text-transform: uppercase;
}
.featured-nav-buttons a:hover,
.featured-nav-buttons .active a {
    background: #6196cc; /* Old browsers */
    background: -moz-linear-gradient(top, #cdcdcd 0%, #f7f7f7 80%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(80%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdcdcd 0%,#f7f7f7 80%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdcdcd 0%,#f7f7f7 80%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdcdcd 0%,#f7f7f7 80%); /* IE10+ */
    background: linear-gradient(to bottom, #cdcdcd 0%,#f7f7f7 80%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: inset 0 1px 0 1px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: inset 0 1px 0 1px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.6);
    box-shadow: inset 0 1px 0 1px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.6);
    color: #2b7bba;
    text-decoration: none;
    text-shadow: none;
}
.foundations {
    margin-bottom: 20px;
}
.foundations h3 {
    border: none;
    margin: 0;
    padding: 0;
}
.foundations p {
    color: #036;
    font-size: 18px;
    line-height: 30px;
}
.core-publications h4 {
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase;
}
.core-publications li,
.what-others-saying li {
    line-height: 16px;
    margin-bottom: 10px;
}
.core-publications li a,
.what-others-saying li a {
    font-size: 13px;
}
.core-publications .more {
    color: #69c;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.search-issues {
    background-color: #cdd9e5;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 10px;
}
.search-issues h3 {
    background: url(../../img/domain/frc/green-mag.png) no-repeat right;
    border: none;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 22px;
}
.search-issues form {
    display: block;
    float: left;
    margin-bottom: 0;
}
.search-issues .content-form select {
    width: 158px;
}
.search-issues .content-form input[type=text] {
    width: 140px;
}
.search-issues .select-form {
    margin-right: 10px;
}
.recent-publications h3 {
    border-bottom: 1px solid #000;
}
.recent-publications h3 a {
    background: url(../../img/domain/frc/green-rss.png) no-repeat right;
    padding-right: 20px;
}
.recent-publications .publications .author {
    font-size: 70%;
}
.get-engaged h3:after,
.meet-experts h3:after,
.what-others-saying h3:after, .h-raquo:after {
    color: #9c3;
    content: "\00BB \0020";
    font-size: 26px;
    padding-left: 5px;
}
.follow-experts h3 {
    background: url(../../img/domain/frc/green-twitter.png) no-repeat right 2px;
    border: none;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0 25px 10px 0;
    text-transform: uppercase;
}
.recent-publications,
.get-engaged,
.what-others-saying {
    margin-bottom: 30px;
}
.recent-publications ul,
.get-engaged ul,
.what-others-saying ul {
    list-style: none;
    margin: 0;
}
.recent-publications li,
.get-engaged li {
    font-size: 18px;
    margin: 20px 0;
}
.get-engaged a {
    color: #036;
    font-weight: bold;
}
.get-engaged li:before {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}
.what-others-saying .publications a {
    color: #000;
}
.issues .more-articles {
    background: url(../../img/domain/frc/down_arrow_blue.png) no-repeat right 2px;
    color: #5177a3;
    font-size: 13px;
    font-weight: bold;
    padding-right: 17px;
    text-transform: uppercase;
}
.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 {
    cursor: pointer;
    display: inline-block;
    height: 70px;
    margin: 0 18px 18px 0;
    position: relative;
    width: 70px;
}
.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;
}

/**
 * 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: 22px;
    padding: 3px 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;
}

/**
 * Link Sidebar
 */
.sidebar-outline {
    background-color: #e5f1ff;
    padding: 30px 0;
    margin: 0;
}
.sidebar-outline .indent {
    margin-left: 10px;
}
.sidebar-outline li {
    list-style: none;
    line-height: 24px;
}
.sidebar-outline li a {
    color: #000000;
}
.sidebar-outline > li p {
    font-size: 13px;
    line-height: 16px;
}
.sidebar-outline > li > h5, .sidebar-outline > li > a  {
    color: #0d244e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
}
.sidebar-outline > li {
    padding: 10px 40px;
}
.sidebar-outline > li.active {
    background: #c5dbf2 url(../../img/domain/frc/right-arrow-b-small.png) no-repeat 22px 18px;
}
.sidebar-outline ul {
    margin-left: 10px;
}

.sidebar-stay-informed {
    border-top: 1px solid #ffffff;
    background-color: #669acc;
    margin: 0;
    padding: 15px 40px;
}
.sidebar-stay-informed > li, .sidebar-stay-informed > li a {
    color: #daeafa;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 32px;
    font-size: 16px;
}
.sidebar-stay-informed li {
    list-style: none;
}
.sidebar-stay-informed ul {
    margin-left: 10px;
}
.sidebar-stay-informed ul li {
    line-height: 22px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
}
.sidebar-stay-informed ul li a {
    color: #ffffff;
    line-height: 22px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
}

.sidebar-select {
    margin-bottom: 1em;
    text-align: center;
}
.sidebar-select .parent-category {
    background-color: #e7e7e7;
}

/**
 * Share This link
 */
.share-this {
    background-color: #b2cbe5;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin: 15px 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;
    display: block;
    height: 22px;
    line-height: 24px;
    padding: 0 8px 0 13px;
    position: relative;
    behavior: url(../../js/frc/PIE.htc);
}
.share-this .share-text {
    display: block;
    float: left;
}
.share-this .share-links ul {
    float: left;
    list-style: none;
    margin: 0;
}
.share-this .share-links li {
    display: inline;
}
.share-this .share-links a {
    background: url(../../img/domain/frc/share-icons.png) no-repeat center;
    display: block;
    float: left;
    height: 24px;
    margin: 0 5px;
    text-indent: -9999px;
}
.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 .print {
    background: url(../../img/domain/frc/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/frc/embed-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 .pdf {
    background: url(../../img/domain/frc/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/frc/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/frc/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/frc/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-text {
    display: none;
}
.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;
}

/**
 * Publication
 */
ul.raquo-bullet {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -0.9em;
}
ul.raquo-bullet li:before{
    content: "\00BB \0020";
    color: #4a82b5;
}

.publication .author {
    color: #326698;
}
.publication .author .title {
    text-transform: uppercase;
    font-size: 60%;
}

.meet-the-author > h5, .related-publications > h5, .explore-frc > h5 {
    border-bottom: 1px solid black;
}
.meet-the-author .author {
    color: #326698;
    line-height: 1em;
}
.meet-the-author .author .title {
    text-transform: uppercase;
    font-size: 60%;
    white-space: nowrap;
}
.meet-the-author .mta-content {
    margin-left: 80px;
}
.meet-the-author a.full-bio, .meet-the-author a.more-by-this-author {
    color: #326698;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: bold;
}

.meet-the-author .recent-articles li {
    font-weight: bold;
}

.publications li {
    font-weight: bold;
}
.publications a {
    color: #033266;
}
.publications .author {
    color: #326698;
    font-size: 80%;
}

/**
 * About page
 */
.about h2 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.about .tagline {
    color: #036;
    display: block;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    margin: 30px 0;
    text-align: center;
}
.meet-tony {
    background: #003d7b; /* Old browsers */
    background: -moz-linear-gradient(top, #003d7b 0%, #0c243c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003d7b), color-stop(100%,#0c243c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #003d7b 0%,#0c243c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #003d7b 0%,#0c243c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #003d7b 0%,#0c243c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #003d7b 0%,#0c243c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d7b', endColorstr='#0c243c',GradientType=0 ); /* IE6-9 */
    margin-bottom: 24px;
}
.tony-image {
    background: url(../../img/domain/frc/meet_tony.png) no-repeat bottom right;
    padding: 20px;
}
.meet-tony h3 {
    color: #fff;
    line-height: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.meet-tony p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 14px;
}
.meet-tony a {
    color: #fff;
    font-weight: bold;
}
.meet-tony ul {
    list-style: none;
    margin: 0;
}
.meet-tony li {
    margin-bottom: 10px;
    font-size: 12px;
}
.meet-tony .btn {
    background: #369;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    line-height: 28px;
    margin-right: 30%;
    padding: 0 10px;
    text-shadow: none;
}
.meet-tony .btn:hover {
    color: #fff;
}
.about .publication {
    overflow: hidden;
}
.about .publication .share-this {
    float: right;
    margin: 15px 0 30px;
}
.about h4.underline {
    margin-bottom: 20px;
}
.stay-informed {
	width: 96%;
	margin: 10px 2%;
}
.stay-informed .content-form input[type="text"] {
    color: #000;
    font-size: 14px;
}
.stay-informed .content-form input::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
}
.stay-informed .content-form input:-moz-placeholder {
    color: #000;
    font-size: 14px;
}
.stay-informed .content-form input:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
}
/*.about .btn .darkblue {
    display: block;
    margin: 20px auto 0;
    width: 170px;
}*/
button.darkblue {
    display: block;
    margin: 10px auto 20px;
    width: 170px;
}
.support-our-efforts .donation .donate-other {
    background-color: #036;
    color: #fff;
    font-size: 18px;
    height: 24px;
}
.support-our-efforts .content-form input::-webkit-input-placeholder {
    color: #fff;
}
.support-our-efforts .content-form input:-moz-placeholder {
    color: #fff;
}
.support-our-efforts .content-form input:-ms-input-placeholder {
    color: #fff;
}

/**
 * Donate Page
 */
.donate h2 {
    text-transform: uppercase;
}
.donate-content {
    clear: both;
}
.donate-content,
.donate-form fieldset,
.gift-impact {
    margin-bottom: 30px;
}
.donate-form legend,
.contact-us legend {
    background: url(../../img/domain/frc/g_arrow.png) no-repeat top left;
    border: none;
    color: #036;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 30px;
    text-indent: 24px;
    text-transform: uppercase;
}
.donate-form.content-form input[type=text],
.donate-form.content-form select,
.contact-us form select {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}
.donate-form.content-form input::-webkit-input-placeholder {
    color: #000;
}
.donate-form.content-form input:-moz-placeholder {
    color: #000;
}
.donate-form.content-form input:-ms-input-placeholder {
    color: #000;
}
.donate-form .email-subscribe,
.contact-us form .email-subscribe {
    color: #036;
    font-style: italic;
}
.donate-form .required,
.contact-us form .required {
    font-weight: bold;
    line-height: 30px;
    margin-top: 25px;
}
.donation-method .donation {
    margin-bottom: 15px;
}
.donate-form .amount .radio.ui-button .ui-button-text {
    font-size: 16px;
}
.donate-form .amount .radio.ui-button.ui-state-active .ui-button-text {
    font-size: 14px;
    padding-left: 17px;
}
.donate-form .cc-type {
    margin-bottom: 15px;
}
.donate-form .cc-type input {
    margin: 0 0 0 30px;
}
.donate-form .cc-type input:first-child {
    margin-left: 0;
}
.donate-form .cc-type label {
    background: url(../../img/domain/frc/cc_ico.png) no-repeat top left;
    height: 28px;
    padding: 0;
    text-indent: -9999px;
    width: 43px;
}
.donate-form .cc-type .visa {
    background-position: 0 -28px;
}
.donate-form .cc-type .discover {
    background-position: 0 -56px;
}
.donate-form .cc-type .amex {
    background-position: 0 -84px;
}
.donate-form .expiration .span2 {
    line-height: 30px;
}
.donate-form .expiration label {
    display: inline-block;
}
.donate-form .expiration select {
    font-weight: bold;
}
.donate-form .controls-row .cc-cid label {
    float: left;
    line-height: 30px;
    width: auto;
}
.donate-form .controls-row .cc-cid input {
    float: right;
}
.gift-impact h3 {
    text-transform: uppercase;
}
.gift-impact p {
    font-size: 12px;
    margin-bottom: 4px;
}

/**
 * Event Registration
 */
.registration article,
.register-form h4 {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;
}
.registration article img {
    float: none;
    margin-bottom: 20px;
    max-width: 370px;
    width: 100%;
}
.registration .event-details {
    font-size: 17.5px;
    text-align: center;
}
.registration .event-details h4 {
    color: #369;
    float: left;
    margin: 0 20px 0 0;
}
.registration .event-what,
.registration .event-where,
.registration .event-when {
    background-color: #e1ebf5;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    clear: both;
    margin-bottom: 15px;
    padding: 12px 15px;
}
.registration .event-details .event-what {
    float: none;
    margin: 15px 0;
}
.registration .event-details .event-when {
    margin-bottom: 30px;
}
.registration .event-details address {
    margin-bottom: 0;
    overflow: hidden;
    white-space: pre-line;
}
.registration .event-details address,
.registration .event-details .date {
    font-weight: bold;
    text-align: left;
}
.registration .event-details .date {
    overflow: hidden;
}
.registration .event-details .date * {
    display: block;
}

/**
 * Washington Watch Radio page
 */
 
.radioTop_content .commBtn {
	background: #69C;
	color: white;
	font-size: 14px;
	padding: 2px 15px;
	margin: 5px 0;
	width: 170px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-decoration: none;
}
.radioTop_content .commBtn:hover {
	background: white;
	color: #036;
    text-decoration: none;
}
 
.wash-watch-radio .video-holder {
    background-color: #003267;
    -moz-border-radius: 10x;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 12px 0 30px;
    overflow: hidden;
}
.wash-watch-radio .video-buttons {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 0;
}
.wash-watch-radio .video-buttons button,
.wash-watch-radio .sidebar-buttons .donate-btn {
    background: #6699cc; /* Old browsers */
    background: -moz-linear-gradient(top, #6699cc 55%, #336699 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#6699cc), color-stop(100%,#336699)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6699cc 55%,#336699 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6699cc 55%,#336699 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6699cc 55%,#336699 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6699cc 55%,#336699 100%); /* W3C */
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 -1px 3px -1px rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 0 -1px 3px -1px rgba(255,255,255,0.8);
    box-shadow: inset 0 -1px 3px -1px rgba(255,255,255,0.8);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 42px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.wash-watch-radio .video-buttons button.active,
.wash-watch-radio .sidebar-buttons .donate-btn {
    background: #c47317; /* Old browsers */
    background: -moz-linear-gradient(top, #c47317 55%, #a65000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#c47317), color-stop(100%,#a65000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c47317 55%,#a65000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c47317 55%,#a65000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c47317 55%,#a65000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c47317 55%,#a65000 100%); /* W3C */
}
.wash-watch-radio .video-buttons .btn-text {
    background: url(../../img/domain/frc/down-arrow.png) no-repeat right;
    display: block;
}
.wash-watch-radio .btn-text h5,
.wash-watch-radio .btn-text h6 {
    line-height: 1;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
.wash-watch-radio .btn-text h5 {
    color: #cbe5ff;
}
.wash-watch-radio .btn-text h6 {
    color: #98b2cd;
    font-size: 12px;
}
.wash-watch-radio .active .btn-text h5 {
    color: #ffd5ab;
}
.wash-watch-radio .active .btn-text h6 {
    color: #ffae59;
}
.wash-watch-radio .video-player,
.wash-watch-radio .video-player img {
    width: 100%;
}
.wash-watch-radio .video-content {
    overflow: hidden;
}
.wash-watch-radio .video-content article {
    overflow: hidden;
    padding: 20px;
}
.wash-watch-radio .video-content article p {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}
.wash-watch-radio .video-content h3,
.wash-watch-radio .video-content h6 {
    color: #fff;
    line-height: 1;
    margin: 0 0 2px;
    text-transform: uppercase;
}
.wash-watch-radio .video-content .share-this {
    margin-top: 10px;
}
.wash-watch-radio .button-search-holder {
    background-color: #4d7fb2;
    padding: 20px 0 20px 1%;
    border: 0px solid green;
}
.wash-watch-radio .button-search-holder a {
	float:left;
    background: #003169;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-size: 12px;
    padding: 4px 0;
    text-transform: none;
    width: 47% !important;
}
.wash-watch-radio .button-search-holder a:first-child {
    margin: 0 1% 10px 2% !important;
    border: 0px solid red;
}
.wash-watch-radio .button-search-holder a:last-child {
    margin: 0 2% 10px 1% !important;
    border: 0px solid yellow;
}
.wash-watch-radio .button-search-holder a:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.wash-watch-radio .content-form {
    margin: 0;
    text-align: center;
}
.wash-watch-radio .content-form input {
    height: 28px;
    padding-bottom: 0;
    padding-top: 0;
    width: 150px;
}
.wash-watch-radio .radio-archives .span8 {
    float: right;
}
.wash-watch-radio .radio-archives .span4 {
    margin-left: 0;
}
.wash-watch-radio .radio-archives h4.underline {
    margin-top: 0;
}
.wash-watch-radio .archive-list {
    list-style: none;
    margin: 24px 0 0;
}
.wash-watch-radio .archive-list li {
    border-bottom: 1px solid #e1e2e6;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.wash-watch-radio .archive-list li:last-child {
    border-bottom: none;
}
.wash-watch-radio .archive-list .listen {
    background: url(../../img/domain/frc/play-round.gif) no-repeat top;
    color: #9ea9c7;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-right: 30px;
    padding-top: 80px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    width: 70px;
}
.wash-watch-radio .archive-content {
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
}
.wash-watch-radio .archive-content h4 {
    color: #369;
    margin: 0;
}
.wash-watch-radio .archive-content h6 {
    color: #369;
    font-size: 11px;
    margin-top: 0;
    text-transform: uppercase;
}
.wash-watch-radio .archive-content .more-details,
.university .more-details {
    color: #369;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.wash-watch-radio .archive-content .share-this {
    float: right;
}
.wash-watch-radio .sidebar-outline li.active {
    background: url(../../img/domain/frc/right-arrow-b-small.png) no-repeat 0 4px;
    margin-left: -16px;
    padding-left: 16px;
}
.wash-watch-radio .sidebar-buttons {
    clear: both;
    text-align: center;
}
.wash-watch-radio .sidebar-buttons a {
    display: inline-block;
    margin-bottom: 20px;
}
.wash-watch-radio .sidebar-buttons .donate-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffd5ab;
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
/**
 * Contact Us page
 */
.contact-us form {
    margin-bottom: 40px;
    margin-top: 30px;
    overflow: hidden;
}
.contact-us legend {
    margin-bottom: 20px;
}
.contact-us fieldset {
    margin-bottom: 20px;
}
.contact-us form .inquiry {
    font-weight: bold;
}
/**
 * University page
 */
.university-header {
    background-color: #b2cce5;
    margin: 30px 0 20px;
}
.university-header .description {
    padding: 20px 20px 10px;
}
.university-publication {
    background-color: #e1ebf5;
    margin-bottom: 30px;
    overflow: hidden;
}


.university-publication .video-player {
    float: none;
}
.university-publication .video-player img {
    width: 100%;
}
.university-publication .video-player img[id*="jwplayer_logo"] {
    width: auto;
}

.university-publication article {
    overflow: hidden;
    padding: 10px 15px;
}
.university-publication article h2 {
    color: #000;
    line-height: 36px;
    margin-top: 0;
}
.university-publication article h6 {
    color: #369;
}
.university .additional-resources {
    margin-bottom: 10px;
}
.university .additional-resources h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.university .additional-resources .span4 {
    background-color: #e1ebf5;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
}
.university .additional-resources a {
    display: table;
    height: 64px;
}
.university .additional-resources a {
    color: #036;
    font-weight: bold;
    line-height: 18px;
}
.university .additional-resources .text {
    display: table-cell;
    vertical-align: middle;
}
.university .upper {
    text-transform: uppercase;
}
.university .upcoming-lectures {
    background-color: #b2cce5;
    margin-bottom: 30px;
    padding: 20px;
}
.university .upcoming-lectures h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.university .upcoming-lectures article h4 {
    margin-bottom: 0;
    text-transform: none;
}
.university .upcoming-lectures article h6 {
    margin: 0 0 4px;
}
.university .upcoming-lectures article p {
    font-size: 13px;
    margin-bottom: 0;
}
.university .more-details {
    color: #036;
}
.university-library h4.underline {
    margin-bottom: 30px;
}
.university-library > .row-fluid {
    margin-bottom: 30px;
}
.university-library ul {
    list-style: none;
    margin: 0;
}
.university-library .span8 li {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
}
.university-library .span8:last-child li:last-child {
    margin-bottom: 0;
}
.university-library li img {
    margin-right: 20px;
}
.university-library .title-date {
    height: 94px;
    overflow: hidden;
    position: relative;
}
.university-library h5,
.university-library h6 {
    color: #369;
    margin: 0;
}
.university-library h5 {
    line-height: 18px;
}
.university-library h6 {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}
.university-library .watch-btn {
    background-color: #daeafa;
    bottom: 0;
    color: #036;
    font-weight: bold;
    padding: 2px 7px;
    position: absolute;
    text-transform: uppercase;
}
.university-library .content-form {
    margin-bottom: 10px;
}
.university-library .content-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    height: 28px;
}
.university-library .topic-btn {
    background: #f2f2f2 url(../../img/domain/frc/right-arrow-b-small.png) no-repeat 98%;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
    color: #036;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px 10px;
    text-align: left;
    text-shadow: none;
}
/**
 * Personal Profile page
 */
.personal-profile .container > .row-fluid > .span6 {
    margin-bottom: 30px;
}
.personal-profile .container > .row-fluid:first-child > .span6 {
    margin-bottom: 0;
}
.message h4 {
    background-color: #9c3;
    border-radius: 25px;
    color: #fff;
    font: bolder 14px/20px 'Open Sans', Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    padding: 14px 22px;
    text-align: center;
}
.profile-summary {
    overflow: hidden;
    position: relative;
}
.profile-summary img {
    margin-right: 30px;
    width: 102px;
}
.contact-info {
    overflow: hidden;
}
.contact-info * {
    color: #369;
    font-weight: bold;
    margin-bottom: 2px;
}
.contact-info h4 {
    margin-top: 0;
}
.contact-info address,
.contact-info p {
    line-height: 16px;
}
.profile-buttons {
    float: right;
}
.profile-buttons a {
    background: #2b5f99;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    padding: 0 10px;
    text-transform: uppercase;
}
.profile-buttons a:hover {
    text-decoration: none;
}
.yearly-giving {
    margin: 0 0 20px -30px;
    overflow: hidden;
}
.yearly-giving h5 {
    color: #369;
    margin-left: 30px;
}
.yearly-giving .total {
    background: #69c;
    border: none;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    color: #036;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 10px 30px;
    padding: 0 0 0 30px;
    text-align: left;
    width: 140px;
}
.yearly-giving .amount {
    color: #fff;
}
.note-for-you {
    background-color: #f2f2f2;
    padding: 10px;
}
.note-for-you h5 {
    margin: 0;
    text-transform: uppercase;
}
.note-for-you p {
    font-size: 12px;
    line-height: 16px;
}
.giving-history {
    margin-bottom: 30px;
}
.giving-history table {
    font-size: 12px;
    margin-bottom: 0;
}
.giving-history tbody > tr:nth-child(odd) > td,
.giving-history tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}
.giving-history tbody > tr:nth-child(even) > td,
.giving-history tbody > tr:nth-child(even) > th {
    background-color: #e5e5e5;
}
.giving-history th {
    background-color: #b2cce5;
    padding: 4px 8px;
}
.giving-history td {
    border: none;
    padding: 4px 8px;
}
.giving-opportunities h4 {
    text-transform: uppercase;
}
.personal-profile select {
    background-color: #dcecfb;
    border: none;
    color: #036;
    font-size: 14px;
    font-weight: bold;
}
.content-form .row-fluid:first-child {
    margin-bottom: 10px;
}
.issues-interest label {
    color: #036;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.issues-interest .issues-children {
    padding-left: 30px;
}
.issues-interest .issues-children label {
    color: #000;
    font-weight: normal;
    text-transform: none;
}
.impact-of-your-gift article {
    margin-bottom: 30px;
    overflow: hidden;
}
.impact-of-your-gift article h4 {
    margin-bottom: 15px;
}
.impact-of-your-gift img {
    margin: 0 15px 10px 0;
}
.impact-of-your-gift p {
    font-size: 13px;
    line-height: 18px;
}
.impact-of-your-gift a {
    color: #69c;
}
.ways-to-stay-informed h4 {
    text-transform: uppercase;
}
.personal-profile .banners {
    margin: 0 auto;
    text-align: center;
    width: 270px;
}
.personal-profile .banners img:first-child {
    margin-bottom: 20px;
}

/**
 * Google Site Search
 */
.site-search .gsc-search-box input.gsc-input,
.site-search .gsc-input-box-focus,
.site-search .gsc-input-box-hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.site-search .gsc-control-cse {
    padding: 0;
}
.site-search .gsc-input-box {
    border: none;
}
.site-search .gsst_b {
    padding: 0 10px 0 0;
}
.site-search .gsst_a {
    padding-top: 0;
}
.site-search .gsst_a .gscb_a {
    color: #369;
    vertical-align: middle;
}
.advanced-search {
    clear: both;
    margin-bottom: 24px;
}
.advanced-search .gsc-input-box {
    background-color: #f2f2f2;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 30px;
}
.advanced-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 5px;
}
.advanced-search .gsib_a {
    line-height: 30px;
    padding-left: 15px;
    padding-top: 0;
}
.advanced-search .gsst_a .gscb_a:hover {
    color: #036;
}
.advanced-search .gsc-search-box input.gsc-input {
    background-color: #f2f2f2 !important;
    color: #036;
    font-size: 16px;
}
.advanced-search input.gsc-search-button,
.advanced-search input.gsc-search-button:hover {
    background: #316597;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: inset 0 -30px 15px -18px #036;
    -webkit-box-shadow: inset 0 -30px 15px -18px #036;
    box-shadow: inset 0 -30px 15px -18px #036;
    filter: none;
    margin: 0;
    padding: 8px 20px 9px;
}

/**
 * Footer
 */
#footer {
    background: url(../../img/domain/frc/footer_bg.jpg) repeat-x top center;
    color: #fff;
    padding: 34px 0;
}
#footer address {
    white-space: pre-line;
}
#footer ul {
    list-style: none;
    margin: 0;
}
#footer li {
    display: inline;
}
#footer .tweets {
    text-align: left;
}
#footer .tweets li {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    padding-left: 70px;
    position: relative;
}
#footer .tweets img {
    left: 0;
    position: absolute;
    top: 0;
}
#footer .tweets .author {
    color: #9c3;
    display: block;
    font-weight: bold;
}
#footer .tweets .meta {
    display: block;
    font-size: 11px;
}
#footer .tweets .meta a {
    color: #fff;
}
#footer .twitter .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
#footer .company {
    margin-bottom: 0;
    text-align: center;
}
#footer address {
    margin-bottom: 0;
}
#footer .contact {
    margin-bottom: 0;
}
#footer .contact a {
    color: #fff;
    line-height: 20px;
    padding: 0 2px;
}
#footer .contact .contact-link {
    color: #9c3;
    font-weight: bold;
}
#footer .social {
    overflow: hidden;
    margin: 20px auto;
    width: 295px;
    border: 0px solid #69C;
}
#footer .social a {
    background: url(../../img/domain/frc/soc_icons.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 55px;
    margin: 0 8px;
    text-indent: -9999px;
    width: 28px;
}
#footer .social .facebook {
    width: 28px;
}
#footer .social .twitter {
    background-position: 0 -55px;
    width: 55px;
}
#footer .social .youtube {
    background-position: 0 -110px;
    width: 41px;
}
#footer .social .email {
    background-position: 0 -165px;
    width: 48px;
}
#footer .social .instagram {
    background-position: 0 100%;
    width: 42px;
}
#footer .selectbox {
    background: url(../../img/domain/frc/btn_b_bg.gif) repeat-x 0 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    height: 42px;
    margin-bottom: 30px;
    max-width: 335px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
    behavior: url(../../js/frc/PIE.htc);
}
#footer .selectbox select {
    -webkit-appearance: none;
    background: none;
    border: none;
    filter: alpha(opacity=0);
    height: 36px;
    opacity: 0;
    outline: none;
    position: relative;
    text-transform: none;
    width: 100%;
    z-index: 10;
}
#footer .selecttext {
    background: transparent;
    color: #fff;
    left: 10px;
    line-height: 42px;
    position: absolute;
    top: 0;
    z-index: 9;
}
#footer .select-arrow {
    background: url(../../img/domain/frc/down-arrow2.png) no-repeat center;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    width: 16px;
}
#footer h2 {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#footer .profile-info p {
    font-size: 12px;
}
#footer .profile-info img {
    display: block;
    margin: 0 auto 10px;
}
#footer .profile-links {
    text-align: center;
}
#footer .btn-group {
    max-width: 335px;
    width: 100%;
}
#footer .btn-group .btn {
    max-width: 166px;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
}
#footer .btn-group > .btn:hover,
#footer .btn-group > .btn:focus,
#footer .btn-group > .btn:active,
#footer .btn-group > .btn.active {
    z-index: 1;
}

/**
 * Small-screen
 */
@media (max-width: 429px) {
    /* Feature: Washington Update */
    .feature1 .top-right {
        color: #333;
        display: block;
        padding: 10px 10px 0;
        position: relative;
        right: 0;
        text-align: right;
        top: 0;
    }
    .feature1 .top-right a {
        color: #333;
    }
    /* Feature: Newsroom */
    .feature3 .topright-link {
        font-size: 11px;
        margin-top: 2px;
        text-align: right;
        width: 60px;
    }
    /* Feature: Take Action */
    .feature5 .topright-link {
        line-height: 12px;
        top: 7px;
        width: 50px;
    }
    /* Subscribe */
    .subscribe .form-inline {
        margin: 6px 0 0;
        top: 0;
    }
    .subscribe label {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .subscribe .input-append {
        width: 100%;
    }
    /* Categories/Articles */
    #categories header h1 a {
        font-size: 18px;
    }
    /* Content Forms */
    .stay-informed .content-form .span6.btn-toggle {
        margin-left: 0;
        width: 100%;
    }
    .content-form .radio.ui-button .ui-button-text {
        font-size: 12px;
    }
    .support-our-efforts .donation .donate-other {
        font-size: 14px;
    }
    .donate-form .controls-row .amount.span1 {
        display: block;
        float: none;
    }
    .donate-form .controls-row .cc-cid label {
    }
    .donate-form .controls-row .cc-cid label,
    .donate-form .controls-row .cc-cid input {
        float: none;
    }
    .donate-form .controls-row .cc-cid input.span3 {
        margin-left: 0;
    }
    /* University page */
    .university-library li img {
        width: 138px;
    }
    .university-publication h2 {
        font-size: 28px;
    }
    .university-library h5 {
        font-size: 12px;
        line-height: 14px;
    }
    .university-library .content-form input {
        width: 81.1538462%;
    }
    /* Footer */
    #footer .social {
        margin: 20px auto;
        width: 190px;
    }
    #footer .social a {
        background-image: url(../../img/domain/frc/soc_icons_sm.png);
        height: 35px;
        margin: 0 5px;
    }
    #footer .social .facebook {
        width: 18px;
        background-position: 0 0;
    }
    #footer .social .twitter {
        background-position: 0 -35px;
        width: 35px;
    }
    #footer .social .youtube {
        background-position: 0 -70px;
        width: 28px;
    }
    #footer .social .email {
        background-position: 0 -105px;
        width: 31px;
    }
    #footer .social .instagram {
        background-position: 0 100%;
        width: 27px;
    }
}
@media (max-width: 767px) {
    .university {
	    margin: 20px 0 0 0;
    }
	.university-header {
	    display: none;
    }
}
@media (max-width: 767px) {
    .internships .x-text {
        margin-left: 0;
        float: none;
    }
    .internships .x-text > div {
        margin-left: 0;
    }
    .internships .get-buttons {
        float: none;
    }
    .internships .get-buttons li {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .internships .overview .text-overview {
        width: inherit;
        margin-right: 0;
        float: none;
    }
    .internships .overview .text-overview > div {
        margin-right: 0;
    }
    .internships .overview .video-overview {
        width: inherit;
        float: none;
    }
    .internships .share-this-page-col {
        display: none;
    }
    .blog .blog-sidebar .links-contributors {
        width: 48%;
        float: left;
    }
    .blog .blog-sidebar .recent-archives {
        width: 48%;
        float: right;
    }
    body {
        padding: 0;
    }
    .experts-bio .image-twitter-follow {
        float: left;
        width: 175px;
        margin-right: 20px;
    }
    .experts-bio .bio-publications {
        float: left;
    }
    .content-form .donation .span6,
    .donate-form.content-form .donation .span3,
    .stay-informed .content-form .span6 {
        width: 48.45354447606087%;
    }
    .content-form .donation .span3 {
        display: inline-block;
        float: left;
        margin-left: 3.0929110478782627%;
        margin-right: 0;
        width: 22.6803167140913%;
    }
    .content-form .donation .span3:first-child {
        margin-left: 0;
    }
    .donate-form .controls-row .amount.span1 {
        float: left;
        margin-right: 30px;
        margin-left: 0;
        width: 68px;
    }
    .donate-form .controls-row .amount.span1:first-child {
        margin-left: 0;
    }
    .donate-form .controls-row .donate-other.span3 {
        margin-left: 0;
    }
    .donate-form .donate-other label {
        float: left;
        line-height: 30px;
        margin-right: 10px;
    }
    .donate-form .donate-other input {
        width: 118px;
    }
    .donate-form .row-fluid-if-mobile .span2,
    .donate-form .row-fluid-if-mobile .span3 {
        margin-right: 0;
    }
    .donate-form .span3 {
        width: 48.45354447606087%;
    }
    .donate-form .span2 {
        width: 31.271392634747823%;
    }
    .donate-form .required {
        margin-top: 0;
    }
    .donate-form .cc-cid label {
        float: left;
        line-height: 30px;
        margin-right: 3.0929110478782627%;
    }
    .donate-form .cc-cid input {
        width: 31.271392634747823%;
    }
    .donate-form .btn.darkblue,
    .contact-us form .btn.darkblue,
    .personal-profile .btn.darkblue {
        float: none;
        margin: 0 auto;
        width: 177px;
    }
    /* Contact Us page */
    .contact-us form #title,
    .contact-us form .zip {
        max-width: 168px;
    }
    .contact-us form .zip {
        float: left;
        margin-right: 10px;
    }
    /* University page */
    .university-library ul {
        margin-bottom: 30px;
    }
}
@media (min-width: 430px) {
    /* Navigation Menu */
    #nav {
        width: 68%;
    }
    /* Search */
    .search {
        width: 272px;
    }
    .search .input-append .search-query {
        padding-left: 15px;
        padding-right: 15px;
        width: 202px;
    }
    /* Issues page */
    .issues .share-this .share-text {
        display: block;
    }
    /* Share This link */
    .share-this .print, .share-this .jpg, .share-this .pdf, .share-this .order, .share-this .embed, .share-this .audio {
        text-indent: 0;
    }
    .share-page .share-text {
        display: block;
        float: left;
    }
    /* About page */
    .meet-tony .btn {
        font-size: 14px;
        margin-right: 45%;
    }
    /* Donate Page */
    .donate-form legend,
    .donate h3,
    .contact-us legend {
        font-size: 20px;
    }
    /* Ways to Connect page */
    .connect .content-form {
        width: 304px;
    }
    .row-fluid .connect .controls-row .span3 {
        margin-left: 9px;
        width: 147px;
    }
    .row-fluid .connect .controls-row .span3:first-child {
        margin-left: 0;
    }
    .row-fluid .connect .controls-row .zip {
        clear: both;
        margin-left: 0;
    }
    /* Washington Watch Radio page */
    .wash-watch-radio .button-search-holder a.btn {
        font-size: 14px;
        width: 265px;
    }
    .wash-watch-radio .content-form input {
        width: 237px;
    }
    .wash-watch-radio .sidebar-buttons .donate-btn {
        clear: right;
        display: block;
        margin: 0 auto 20px;
        width: 370px;
    }
    .wash-watch-radio .sidebar-buttons .itunes-btn {
        margin-right: 26px;
    }
    /* University Page */
    .university-library .content-form input {
        width: 86.7567568%;
    }
}
/**
 * Tablet (768)
 */
@media (min-width: 768px) {
    body {
        background: url(../../img/domain/frc/banners/top_1_lg.jpg) no-repeat top center;
        background: no-repeat top center;
    }
    .container {
        padding: 0;
    }
    #header {
        height: 255px;
        margin: 20px 0 0;
    }
    #header .logo {
        float: none;
        height: 197px;
        margin: 0 auto;
        width: 197px;
    }
    #header .logo a {
        /*background: url(../../img/domain/frc/logo_lgChr.png) no-repeat 0 0;*/
        background: url(../../img/domain/frc/logo_lg.png) no-repeat 0 0;
        height: 197px;
        position: absolute;
        width: 197px;
        z-index: 1;
    }
    /* Navigation Menu */
    #nav {
        float: none;
        margin: 0;
        max-width: 252px;
        position: absolute;
        top: 0;
    }
    /* Search Form */
    #searchbar {
        background: none;
        height: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    #searchbar .container {
        position: relative;
    }
    #searchbar .donate {
        color: #9c3;
        line-height: 80px;
        position: absolute;
        right: 216px;
        top: 0;
    }
    .search {
        position: absolute;
        right: 20px;
        top: 24px;
        width: 166px;
    }
    .search .input-append .search-query {
        padding-left: 10px;
        padding-right: 10px;
        width: 106px;
    }
    /* Featured Content */
    .features {
        padding-bottom: 20px;
    }
    .features .row-fluid {
        border-bottom-width: 3px;
        border-left-width: 4px;
        border-right-width: 4px;
        border-top-width: 3px;
    }
    .features .span8 {
        width: 61.71875%; /* 474/768 */
    }
    .features .span4 {
        width: 34.375%; /* 265/768 */
    }
    .features article {
        height: 293px;
        margin: -3px 0 -3px -4px;
    }
    .feature-nav {
        margin-right: 5px;
        margin-top: 9px;
        padding: 0;
    }
    .feature-nav li:hover,
    .feature-nav li.active {
        background: url(../../img/domain/frc/white_arrow1.png) no-repeat 0 0;
        margin-left: -9px;
        padding-left: 9px;
    }
    .feature-nav a {
        font-size: 14px;
        line-height: 37px;
        margin-bottom: 9px;
    }
    .feature-nav a:hover,
    .feature-nav li.active a {
        background: url(../../img/domain/frc/white_arrow1.png) no-repeat bottom right;
        border-left: none;
        border-right: none;
    }
    .features .articles a {
        line-height: 16px;
        padding: 10px 36px 10px 15px;
    }
    .features .articles .title, .features .articles h2 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    /* Feature: Washington Update */
    .feature1 .top-right {
        top: 10px;
    }
    .feature1 .articles a {
        height: 51px;
        overflow: hidden;
    }
    /* Feature: FRC Blog */
    .feature2 .blog-link {
        top: 21px;
    }
    .feature2 .articles a {
        height: 88px;
        overflow: hidden;
    }
    .feature2 .articles .title {
        margin-bottom: 2px;
    }
    /* Feature: Newsroom */
    .features .feature3,
    .features .feature4 {
        height: 283px;
    }
    .feature3 {
        padding: 5px 20px;
    }
    .feature3 .topright-link {
        margin-top: 12px;
    }
    .feature3 .video-heading {
        margin-left: -14px;
        width: 75%;
    }
    .feature3 .video-heading img {
        margin-top: 0;
    }
    .feature3 .video {
        margin-top: -4px;
    }
    /* Feature: Tony Perkins Live */
    .feature4 {
        padding: 5px 20px;
    }
    .feature4 .video {
        margin-top: 10px;
        height: 100%;
    }
    /* Feature: Take Action */
    .features .feature5 {
        background-position: top left;
        background-size: 100%;
    }
    .feature5 h1 {
        font-size: 24px;
        margin-left: 28px;
    }
    .feature5 .article-body {
        height: 168px;
        overflow: hidden;
    }
    /* Feature: Spotlight */
    .feature6 {
        background: url(../../img/domain/frc/h_spotlight.jpg) no-repeat top left;
        background-size: 100%;
    }
    .feature6 h1 {
        margin: 0 0 4px;
    }
    .feature6 .article-body {
        height: 225px;
        overflow: hidden;
    }
    /* Subscribe, Connect */
    .subscribe {
        float: left;
        width: auto;
    }
    .subscribe .form-inline {
        width: auto;
    }
    .subscribe .form-label,
    .subscribe .input-append {
        float: left;
    }
    .subscribe label {
        font-size: 12px;
        letter-spacing: 8px;
        line-height: 16px;
        margin: 0 12px 0 -7px;
        text-indent: 7px;
    }
    .subscribe .pub-title {
        font-size: 20px;
        text-indent: 0;
    }
    .subscribe .input-append {
        width: 238px;
    }
    .subscribe .input-text {
        width: 159px;
    }
    .user-actions .btn-toolbar {
        float: right;
        height: 82px;
        margin: 0;
        position: relative;
    }
    .btn-toolbar .btn.donate {
        margin-left: 20px;
    }
    .user-actions .btn-toolbar .btn {
        display: block;
        float: left;
        font: bold 12px/32px 'Open Sans', Helvetica, Arial, sans-serif;
        margin-top: -16px;
        padding: 0;
        position: relative;
        top: 50%;
        width: 220px;
        z-index: 0;
        behavior: url(../../js/frc/PIE.htc);
    }
    /* Article display */
    .articles h4.date {
        float: left;
    }
    .articles .share-page {
        margin-top: 10px;
    }
    /* Issues page */
    .issues h1 {
        float: left;
    }
    .featured-content img.feature-img {
        margin: 0;
    }
    .featured-nav-buttons {
        margin-top: 0;
    }
    .featured-nav-buttons a {
        font-size: 20px;
    }
    .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;
    }
    /* Share This link */
    .share-page {
        float: right;
        margin-top: 20px;
    }
    /**
     * About page
     */
    .about h2 {
        float: left;
    }
    .about .tagline {
        margin-left: 40px;
        margin-right: 40px;
    }
    .meet-tony {
        height: 160px;
    }
    .tony-image {
        height: 120px;
    }
    .meet-tony p {
        margin-right: 135px;
    }
    .meet-tony li {
        display: inline;
        margin-bottom: 0;
        margin-right: 0;
    }
    .meet-tony .btn {
        display: inline-block;
        margin-right: 10px;
    }
    /* Donate Page */
    .donate-form legend,
    .donate h3,
    .contact-us legend {
        font-size: 24.5px;
    }
    .donate-form .controls-row .amount.span1 {
        width: 9.0659341%; /* 68px/728px */
    }
    .content-form .top-label {
        line-height: 20px;
        margin-top: -26px;
    }
    .donate-form .cc-type input {
        margin-left: 30px;
    }
    .donate-form .btn.darkblue,
    .contact-us form .btn.darkblue {
        float: right;
    }
    .donate-form .row-fluid-if-mobile:first-child .span3:first-child {
        margin-left: 0;
    }
    .donate-form .row-fluid-if-mobile .span3:first-child {
        margin-left: 3.90625%;
    }
    /* Event Registration */
    .registration article {
        margin-bottom: 30px;
    }
    .registration article img {
        float: right;
        margin: 0 0 20px 20px;
        width: auto;
    }
    /* Ways to Connect page */
    .connect .content-form {
        height: 56px;
        position: relative;
        width: auto;
    }
    .row-fluid .connect .controls-row .span3 {
        width: 136px;
    }
    .row-fluid .connect .controls-row .zip {
        clear: none;
        margin-left: 9px;
    }
    .connect .btn.darkblue {
        clear: none;
        display: inline-block;
        margin-left: 9px;
        margin-top: 26px;
    }
    /* Washington Watch Radio page */
    .wash-watch-radio .video-buttons {
        padding: 20px 20px 0;
    }
    .wash-watch-radio .video-content {
        padding: 20px;
    }
    .wash-watch-radio .video-player {
        float: right;
        height: 233px;
        margin-left: 20px;
        width: 415px;
    }
    .wash-watch-radio .video-content article {
        padding: 0;
    }
    .wash-watch-radio .button-search-holder {
        overflow: hidden;
        padding-bottom: 10px;
    }
    .wash-watch-radio .button-search-holder .row-fluid {
        margin: 0 auto;
        width: 602px;
    }
    .wash-watch-radio .button-search-holder a.btn,
    .wash-watch-radio .content-form input,
    .wash-watch-radio .content-form .search-btn {
        float: left;
        margin-left: 10px;
    }
    .wash-watch-radio .content-form .search-btn {
        margin-left: 5px;
    }
    /* Contact Us page */
    .contact-us form .required,
    .contact-us form .inquiry {
        margin-top: 25px;
    }
    /* University page */
    .university-publication {
        padding: 20px;
    }
    .university-publication .video-player {
        float: left;
        margin-right: 30px;
        width: 347px;
    }
    .university-publication article {
        padding: 0;
    }
    .university .additional-resources a {
        font-size: 12px;
        line-height: 16px;
    }
    .university .upcoming-lectures article:first-child {
        border-right: 1px solid #000;
        padding-right: 20px;
    }
    .university-library .content-form input {
        width: 300px;
    }
    /* Internships */
	.overview .text-overview h2 {
    	margin-top: -10px;
    }
    /* Personal Profile page */
    .yearly-giving .total {
        width: 128px;
    }
    .giving-history .giving-table {
        max-height: 300px;
        overflow: auto;
    }
    .giving-history table {
        table-layout: fixed;
    }
    .giving-history th,
    .giving-history td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .giving-history .source {
        width: 170px;
    }
    /* Footer */
    #footer .btn-group .btn {
        max-width: 116px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .internships .share-this-page-col {
        display: none;
    }
    .internships .fill-application {
        font-size: 16px;
    }
    .internships .intern-images li {
        width: 55px;
    }
    .internships .information-application .huge-button {
        font-size: 12px;
    }
    .long-title-tablet .span6 {
        margin-left: 0;
        width: 100%;
    }
    .long-title-tablet .span6 .share-this {
        float: none;
        margin-top: 0;
    }
    .blog .share-this-page-col {
        float: none;
        margin: 0;
    }
    .blog .share-this-page-col .share-page {
        float: none;
        margin-top: 0;
    }
    .blog .blog-sidebar .blog-search {
        width: 49%;
    }
    .blog .blog-sidebar .links-contributors {
        width: 48%;
        float: left;
    }
    .blog .blog-sidebar .recent-archives {
        width: 48%;
        float: right;
        margin-top: -50px;
    }
    .blog .blog-sidebar .not-contributors {
        width: 49%;
        float: left;
    }
    .blog .blog-sidebar .contributors {
        width: 49%;
        float: right;
    }
    .blog .blog-sidebar .recent-posts {
        width: 49%;
        float: left;
    }
    .blog .blog-sidebar .archives {
        width: 49%;
        float: right;
    }
    .container {
        padding: 0 20px;
        box-sizing: border-box;
    }
    /* Features */
    .feature3,
    .feature4 {
        background-size: 105%;
    }
    /* Categories/Articles */
    #categories header h1 a {
        font-size: 16px;
    }
    .more-menu a {
        font-size: 16px;
    }
    #categories article h2 {
        line-height: 14px;
        margin-bottom: 6px;
    }
    #categories article h2 a {
        font-size: 14px;
    }
    #categories article {
        margin: 0 10px 20px;
    }
    #categories .article-list {
        margin: 0 10px 40px;
    }
    /* Issues page */
    .search-issues .content-form select {
        width: 144px;
    }
    /* Ways to Connect page */
    ul.image-title-buttons {
        margin-left: -12px;
    }
    .image-title-buttons li {
        margin-left: 12px;
    }
    /* Washington Watch Radio page */
    .wash-watch-radio .video-buttons .btn-text {
        background: none;
    }
    .wash-watch-radio .sidebar-buttons .donate-btn {
        display: inline-block;
        margin: 0 26px 0 0;
        vertical-align: middle;
        width: 328px;
    }
    /* University page */
    .university .additional-resources a {
        height: 84px;
    }
    .university-library > .row-fluid > .span8,
    .university-library > .row-fluid > .span4 {
        width: 48.046875%;
    }
    /* Personal Profile page */
    .contact-info h4 {
        font-size: 17px;
    }
    /* Footer */
    #footer {
        padding-top: 30px;
    }
    #footer .tweets li {
        font-size: 12px;
        line-height: 14px;
    }
    #footer .social {
        margin: 20px auto;
        width: 190px;
    }
    #footer .social a {
        background-image: url(../../img/domain/frc/soc_icons_sm.png);
        height: 35px;
        margin: 0 5px;
    }
    #footer .social .facebook {
        width: 18px;
        background-position: 0 0;
    }
    #footer .social .twitter {
        background-position: 0 -35px;
        width: 35px;
    }
    #footer .social .youtube {
        background-position: 0 -70px;
        width: 28px;
    }
    #footer .social .email {
        background-position: 0 -105px;
        width: 31px;
    }
    #footer .social .instagram {
        background-position: 0 100%;
        width: 27px;
    }
    #footer .company {
        font-size: 11px;
    }
    #footer .contact a {
        padding: 0;
    }
}
/* Desktop (980) */
@media (min-width: 980px) {
    .home #header {
        height: 380px;
    }
    /* Search Form */
    #searchbar .donate {
        font-size: 13px;
        margin-right: 18px;
        right: 242px;
    }
    .search {
        right: 0;
        width: 242px;
    }
    .search .input-append .search-query {
        width: 182px;
    }
    /* Navigation Menu */
    #nav {
        margin-left: 6px;
        max-width: none;
        width: 958px;
    }
    #nav ul {
        list-style: none;
        margin: 0;
    }
    #nav li {
        display: block;
        float: left;
        margin-right: 18px;
    }
    #nav li a {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        line-height: 80px;
        text-transform: uppercase;
    }
    #nav .about {
        margin-right: 0;
    }
    #nav .issues a,
    #nav .more a {
        background: url(../../img/domain/frc/down-arrow3.png) no-repeat right;
        padding-right: 16px;
    }
    #nav .more {
        margin-left: 197px;
        position: relative;
    }
    #nav .mega-menu {
        display: none;
    }
    /* "Issues" drop down */
    #nav .issues .mega-menu {
        left: -10px;
        width: auto;
    }
    #nav .issues .mega-menu ul {
        padding: 10px 15px 15px;
        text-align: left;
    }
    /* "More" drop down */
    #nav .mega-menu {
        background: url(../../img/domain/frc/menu_bg.png) repeat-x top;
        left: -492px;
        opacity: 0.95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=95)";
        filter: alpha(opacity=95);
        position: absolute;
        width: 770px;
    }
    #nav .mega-menu .left,
    #nav .mega-menu .right {
        padding: 2px 0 24px;
    }
    #nav .mega-menu .left {
        width: 315px;
    }
    #nav .mega-menu .right {
        width: 278px;
    }
    #nav .mega-menu [class*="col"] {
        float: left;
        width: 50%;
    }
    #nav .mega-menu h2 {
        color: #000;
        /* font: bold 14px/24px 'Open Sans', Helvetica, Arial, sans-serif; */
        font: bold 13px/24px 'Open Sans', Helvetica, Arial, sans-serif;
        margin-bottom: 0;
        text-align: center;
    }
    #nav .mega-menu ul {
        margin: 0;
        padding: 0 10px;
        text-align: center;
    }
    #nav .mega-menu li {
        float: none;
        margin: 0;
        padding: 0;
    }
    #nav .mega-menu a {
        background: none;
        color: #000;
        display: block;
        /* font: normal 14px/24px 'Open Sans', Helvetica, Arial, sans-serif; */
        font: normal 13px/24px 'Open Sans', Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 0;
        text-transform: none;
    }
    /* Featured Content */
    .features {
        padding-bottom: 10px;
    }
    .features .row-fluid {
        border-width: 4px;
    }
    .features .span8 {
        width: 59.2363261%; /* 574/969 */
    }
    .features .span4 {
        width: 37.6676987%; /* 365/969 */
    }
    .features article {
        height: 355px;
        margin: -4px 0 -4px -4px;
    }
    .feature-nav {
        margin-right: 6px;
        margin-top: 11px;
    }
    .feature-nav li:hover,
    .feature-nav li.active {
        background-image: url(../../img/domain/frc/white_arrow2.png);
        margin-left: -11px;
        padding-left: 11px;
    }
    .feature-nav a {
        font-size: 16px;
        line-height: 45px;
        margin-bottom: 11px;
    }
    .feature-nav a:hover,
    .feature-nav li.active a {
        background-image: url(../../img/domain/frc/white_arrow2.png);
    }
    .features .articles {
        padding: 15px 20px;
    }
    .features .articles li {
        margin-bottom: 15px;
    }
    .features .articles a {
        font-size: 14px;
    }
    /* Feature: Washington Update */
    .feature1 .top-right {
        font-size: 14px;
        top: 22px;
    }
    .feature1 .articles a {
        height: 53px;
    }
    /* Feature: FRC Blog */
    .feature2 .blog-link {
        font-size: 14px;
        top: 28px;
    }
    .feature2 .articles a {
        height: 98px;
    }
    .feature2 .articles .title,
    .feature2 .articles .author {
        margin-bottom: 5px;
    }
    /* Feature: Newsroom */
    .features .feature3,
    .features .feature4 {
        height: 335px;
    }
    .feature3 {
        padding: 10px 30px;
    }
    .feature3 .video-heading {
        margin-left: -18px;
    }
    .feature3 .video {
        margin-top: -6px;
    }
    /* Feature: Tony Perkins Live */
    .feature4 {
        padding: 10px 30px;
    }
    /* Feature: Take Action */
    .feature5 .topright-link {
        font-size: 14px;
        right: 20px;
    }
    .feature5 h1 {
        font-size: 28px;
        margin-left: 40px;
    }
    .feature5 .article-body {
        height: 250px;
    }
    /* Feature: Spotlight */
    .feature6 .article-body {
        height: 290px;
    }
    /* Subscribe, Connect */
    .user-actions .btn-toolbar .btn {
        font-size: 14px;
        width: 240px;
    }
    .subscribe .input-append {
        width: 258px;
    }
    .subscribe .input-text {
        width: 179px;
    }
    /* Promotional Content */
    .promotional {
        padding: 20px 0;
    }
    /* Trending */
    .trending {
        background: #97cbfd; /* Old browsers */
        background: -moz-linear-gradient(top, #97cbfd 0%, #669acc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97cbfd), color-stop(100%,#669acc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #97cbfd 0%,#669acc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #97cbfd 0%,#669acc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #97cbfd 0%,#669acc 100%); /* IE10+ */
        background: linear-gradient(to bottom, #97cbfd 0%,#669acc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97cbfd', endColorstr='#669acc',GradientType=0 ); /* IE6-9 */
        -moz-box-shadow: inset 0 2px 5px rgba(0,0,51,0.9);
        -webkit-box-shadow: inset 0 2px 5px rgba(0,0,51,0.9);
        box-shadow: inset 0 2px 5px rgba(0,0,51,0.9);
        height: 150px;
        overflow: hidden;
        padding: 15px 12px;
        position: relative;
        z-index: 0;
        behavior: url(../../js/frc/PIE.htc);
        font-size: 12px !important;
        line-height: 14px !important;
    }
    .trending h1 {
        color: #036;
        font-size: 36px;
        line-height: 28px;
        margin: 0 0 10px;
        text-transform: uppercase;
    }
    .trending h2 {
        color: #000033;
        font-size: 13px;
        line-height: 14px;
        margin: 0 0 5px;
    }
    .trending p {
        color: #000;
        font-size: 12px !important;
        line-height: 12px !important;
    }
    .trending a {
        color: #000;
        font-weight: bold;
    }
    /* Categories/Articles */
    .article-list li {
        margin-bottom: 15px;
    }
    .article-list li a {
        font-size: 18px;
    }
    /* Issues Page */
    .featured-nav-buttons a {
        font-size: 18px;
    }
    .meet-experts li {
        margin: 0 25px 25px 0;
    }
    /**
     * About page
     */
    .about .tagline {
        margin-left: 20px;
        margin-right: 20px;
    }
    .meet-tony {
        height: 170px;
        margin-bottom: 30px;
    }
    .tony-image {
        height: 130px;
    }
    .meet-tony p {
        margin-bottom: 8px;
    }
    .meet-tony .btn {
        font-size: 12px;
        margin-right: 4px;
        width: 132px;
    }
    .support-our-efforts .donation .span12 {
        height: 30px;
    }
    /* Donate Page */
    .donate-form .controls-row .amount.span1 {
        width: 9.733124%; /* 62px/637px */
    }
    .donate-form .cc-type input {
        margin-left: 16px;
    }
    .donate-form .row-fluid-if-mobile .span3:first-child {
        margin-left: 3.0929110478782627%;
    }
    /* Washington Watch Radio page */
    .wash-watch-radio .video-holder {
        margin-bottom: 40px;
    }
    .wash-watch-radio .video-player {
        height: 253px;
        width: 450px;
    }
    .wash-watch-radio .button-search-holder .row-fluid {
        width: 835px;
    }
    .wash-watch-radio .content-form {
        margin: 0 auto;
        width: 327px;
    }
    .wash-watch-radio .sidebar-buttons .donate-btn {
        width: 100%;
    }
    /* University page */
    .university-publication .video-player {
        width: 449px;
    }
    .university-library .content-form input {
        width: 253px;
    }
    /* Personal Profile page */
    .profile-summary img {
        width: 137px;
    }
    .profile-buttons {
        bottom: 0;
        float: none;
        left: 200px;
        position: absolute;
    }
    .yearly-giving .total {
        padding-left: 0;
        text-align: center;
        width: 136px;
    }
    .giving-history .giving-table {
        max-height: 234px;
    }
    .giving-history .source {
        width: 290px;
    }
    .personal-profile .banners {
        margin-left: -30px;
        overflow: hidden;
        width: 500px;
    }
    .personal-profile .banners img {
        display: block;
        float: left;
        margin-left: 30px;
        width: 220px;
    }
    .personal-profile .banners img:first-child {
        margin-bottom: 0;
    }
    /* Footer */
    #footer .social {
        margin: 30px auto;
    }
    #footer .profile-info h2 {
        font-size: 18px;
    }
    #footer .profile-info p {
        font-size: 14px;
    }
    #footer .btn-group .btn {
        max-width: 150px;
    }
    .newsroom .meet-experts li:nth-of-type(4n) {
        margin-right: 25px;
    }
    .newsroom .meet-experts li:nth-of-type(6n) {
        margin-right: 0;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .internships .intern-images li {
        width: 75px;
    }
    .internships .information-application .huge-button {
        font-size: 15px;
    }
    .long-title .span6 {
        margin-left: 0;
        width: 100%;
    }
    .long-title .span6 .share-this {
        float: none;
        margin-top: 0;
    }
    .experts-bio .share-this-page-col {
        float: none;
        margin: 0;
    }
    .experts-bio .share-this-page-col .share-page {
        float: none;
        margin-top: 0;
    }
    .blog .share-this-page-col {
        float: none;
        margin: 0;
    }
    .blog .share-this-page-col .share-page {
        float: none;
        margin-top: 0;
    }
    /* Promotional Content */
    .promos.span6 {
        width: 59.2363261%;
    }
    .promos img {
        width: 270px;
    }
    .promos .promo1 {
        margin-right: 30px;
    }
    /* Trending */
    .trending.span6 {
        width: 37.6676987%;
    }
    .trending .item {
        width: 100%;
    }
    /* Issues page */
    .meet-experts li {
        width: 53px;
        height: 53px;
    }
    /* Content Forms */
    .content-form .checkbox.ui-button .ui-button-text {
        font-size: 12px;
    }
    .content-form .radio.ui-button .ui-button-text,
    .support-our-efforts .donation .donate-other {
        font-size: 14px;
    }
    /* Event Registration */
    .registration .row-fluid:first-child .span6 {
        margin-left: 0;
        width: 100%;
    }
    .registration .span6 .share-this {
        float: none;
        margin-top: 0;
    }
    .registration article img {
        width: 304px;
    }
    .registration .event-details,
    .registration .event-details h4 {
        font-size: 14px;
    }
    /**
     * Ways to Connect page
     */
    ul.image-title-buttons {
        margin-left: -54px;
    }
    .image-title-buttons li {
        margin-left: 54px;
    }
    .connect .content-form {
        height: auto;
        overflow: hidden;
        width: 446px;
    }
    .row-fluid .connect .controls-row .span3 {
        width: 142px;
    }
    .row-fluid .connect .controls-row .email {
        clear: left;
        float: left;
        margin-left: 0;
        width: 294px;
    }
    .connect .btn.darkblue {
        float: left;
    }
    /* Washington Watch Radio page */
    .wash-watch-radio .button-search-holder {
        padding-bottom: 20px;
    }
    .wash-watch-radio .sidebar-buttons .itunes-btn,
    .wash-watch-radio .sidebar-buttons .oneplace-btn {
        width: 143px;
    }
    .wash-watch-radio .sidebar-buttons .itunes-btn {
        margin-right: 13px;
    }
    /* University page */
    .university-library li img {
        width: 138px;
    }
    .university-library .title-date {
        height: 76px;
    }
    .university-library h5 {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 2px;
    }
    .university-library .watch-btn {
        padding: 1px 7px;
    }
}
/**
 * Desktop (1200px and up)
 */
@media (min-width: 1200px) {
    .internships .intern-images li {
        width: 95px;
    }
    .blog .blog-sidebar .links-contributors {
        width: 47%;
        float: left;
    }
    .blog .blog-sidebar .recent-archives {
        width: 47%;
        float: right;
    }
    /* Search Form */
    #searchbar .donate {
        font-size: 16px;
        margin-right: 24px;
        right: 219px;
    }
    .search {
        padding-right: 35px;
        width: 184px;
    }
    .search .input-append .search-query {
        width: 124px;
    }
    /* Navigation Menu */
    #nav {
        margin-left: 84px;
        width: 1080px;
    }
    #nav li {
        margin-right: 24px;
    }
    #nav li a {
        font-size: 16px;
    }
    #nav .issues a,
    #nav .more a {
        background-image: url(../../img/domain/frc/down-arrow2.png);
        padding-right: 21px;
    }
    #nav .about {
        margin-left: 197px;
        margin-right: 24px;
    }
    #nav .blog {
        margin-right: 0;
    }
    #nav .more {
        margin-left: 0;
    }
    /* "More" drop down */
    #nav .mega-menu {
        left: -575px;
    }
    #nav .mega-menu a {
        background-image: none;
        padding-right: 0;
    }
    /* Featured Content */
    .features .row-fluid {
        border-bottom-width: 5px;
        border-left-width: 6px;
        border-right-width: 6px;
        border-top-width: 5px;
    }
    .features .span8 {
        width: 65.982906%; /* 772/1170 */
    }
    .features .span4 {
        width: 31.42529915%; /* 368/1170 */
    }
    .features article {
        height: 481px;
        margin: -5px 0 -5px -6px;
    }
    .feature-nav {
        margin-right: 9px;
        margin-top: 12px;
    }
    .feature-nav li:hover,
    .feature-nav li.active {
        background-image: url(../../img/domain/frc/white_arrow3.png);
        margin-left: -16px;
        padding-left: 16px;
    }
    .feature-nav a {
        font-size: 24px;
        line-height: 62px;
        margin-bottom: 14px;
    }
    .feature-nav a:hover,
    .feature-nav li.active a {
        background-image: url(../../img/domain/frc/white_arrow3.png);
    }
    .features .articles {
        padding: 20px;
    }
    .features .articles li {
        margin-bottom: 20px;
    }
    .features .articles a {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .features .articles .title, .features .articles h2 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .features .article-body {
        font-size: 14px;
        line-height: 18px;
    }
    /* Feature: Washington Update */
    .feature1 .top-right {
        right: 20px;
    }
    .feature1 .articles a {
        height: 70px;
    }
    /* Feature: FRC Blog */
    .feature2 .blog-link {
        top: 42px;
    }
    .feature2 .articles a {
        height: 130px;
    }
    /* Feature: Newsroom */
    .features .feature3,
    .features .feature4 {
        height: 461px;
    }
    .feature3 {
        padding: 10px 35px;
    }
    .feature3 .video-heading {
        width: auto;
    }
    .feature3 .topright-link {
	display: block;
        font-size: 14px;
        line-height: 52px;
        margin-top: 6px;
    }
    .feature3 .video {
        margin-top: 0px;
    }
    /* Feature: Tony Perkins Live */
    .feature4 {
        padding: 10px 35px;
    }
    .feature4 .video {
        margin-top: 10px;
        height: 100%;
    }
    /* Feature: Take Action */
    .feature5 .topright-link {
        line-height: 36px;
        right: 40px;
    }
    .feature5 h1 {
        font-size: 36px;
        line-height: 44px;
        margin-left: 55px;
    }
    .feature5 h2 a {
        font-size: 18px;
        line-height: 40px;
    }
    .feature5 .article-body {
        height: 330px;
    }
    /* Feature: Spotlight */
    .feature6 h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .feature6 .article-body {
        font-size: 14px;
        height: 393px;
        line-height: 18px;
    }
    /* Subscribe, Connect, Profile */
    .profile {
        float: right;
        margin: 25px 0 0 20px;
    }
    .profile-text {
        color: #036;
        float: left;
        font: bold 12px/16px 'Open Sans', Helvetica, Arial, sans-serif;
        letter-spacing: 4px;
        margin: -2px 10px 0 0;
        text-align: center;
        text-indent: 3px;
        text-transform: uppercase;
    }
    .profile-text span {
        display: block;
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 0;
        text-indent: 0;
    }
    .profile .btn-group {
        width: 200px;
    }
    .profile .btn-group > .btn:first-child {
        -moz-border-radius: 20px 0 0 20px;
        -webkit-border-radius: 20px 0 0 20px;
        border-radius: 20px 0 0 20px;
        border-right: none;
        position: relative;
        z-index: 0;
        behavior: url(../../js/frc/PIE.htc);
    }
    .profile .btn-group > .btn:last-child {
        -moz-border-radius: 0 20px 20px 0;
        -webkit-border-radius: 0 20px 20px 0;
        border-radius: 0 20px 20px 0;
        position: relative;
        z-index: 0;
        behavior: url(../../js/frc/PIE.htc);
    }
    .profile .btn {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 50%, #ced0cf 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#ced0cf)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 50%,#ced0cf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 50%,#ced0cf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 50%,#ced0cf 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 50%,#ced0cf 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ced0cf',GradientType=0 ); /* IE6-9 */
        border: none;
        -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,0.4);
        -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.4);
        box-shadow: inset 0 2px 2px rgba(0,0,0,0.4);
        color: #036;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        padding: 5px 0;
        position: relative;
        font-weight: bold;
        text-transform: uppercase;
        width: 50%;
        z-index: 0;
        behavior: url(../../js/frc/PIE.htc);
    }
    /* Promotional Content */
    .promos .promo1 {
        margin-right: 26px;
    }
    /* Trending */
    .trending article:first-child {
        border-right: 1px solid #036;
        padding-right: 14px;
    }
    /* Categories/Articles */
    .article-list li {
        margin-bottom: 30px;
    }
    /* Issues Page */
    .featured-nav-buttons a {
        font-size: 22px;
    }
    /**
     * About page
     */
    .about .tagline {
        margin-left: 90px;
        margin-right: 90px;
    }
    .meet-tony {
        height: 160px;
    }
    .tony-image {
        height: 120px;
    }
    .meet-tony p {
        margin-bottom: 14px;
    }
    .meet-tony .btn {
        font-size: 14px;
        margin-right: 16px;
        padding: 0 6px;
        width: 170px;
    }
    /* Donate Page */
    .donate-form .controls-row .amount.span1 {
        width: 10.1298701%; /* 78px/770px */
    }
    .donate-form .amount .radio.ui-button .ui-button-text,
    .donate-form .amount .radio.ui-button.ui-state-active .ui-button-text {
        font-size: 18px;
    }
    .donate-form .cc-type input {
        margin-left: 38px;
    }
    .donate-form .row-fluid-if-mobile .span3:first-child {
        margin-left: 2.564102564102564%;
    }
    /* Ways to Connect page */
    .row-fluid .connect .controls-row .span3 {
        width: 147px;
    }
    /* Washington Watch Radio page */
    .wash-watch-radio .button-search-holder .row-fluid {
        margin-left: -10px;
        width: 100%;
    }
    .wash-watch-radio .content-form {
        margin: 0;
        width: auto;
    }
    .wash-watch-radio .content-form input {
        width: 225px;
    }
    /* University page */
    .university-publication .video-player {
        width: 610px;
    }
    .university .additional-resources a {
        font-size: 14px;
        line-height: 18px;
    }
    .university-library .content-form input {
        width: 320px;
    }
    /* Personal Profile page */
    .message h4 {
        font-size: 17px;
    }
    .profile-summary img {
        width: 170px;
    }
    .contact-info * {
        margin-bottom: 12px;
    }
    .yearly-giving .total {
        padding-left: 30px;
        text-align: left;
        width: 140px;
    }
    .giving-history table {
        font-size: 13px;
    }
    .giving-history .source {
        width: 376px;
    }
    .personal-profile .dropdowns-and-images {
        width: 570px;
    }
    .ways-to-stay-informed {
        float: left;
        width: 270px;
    }
    .personal-profile .banners {
        float: left;
        margin-left: 30px;
        width: 270px;
    }
    .personal-profile .banners img {
        float: none;
        margin: 0;
        width: 270px;
    }
    .personal-profile .banners img:first-child {
        margin-bottom: 30px;
    }
    /* Footer */
    #footer .tweets li {
        padding-left: 58px;
    }
    #footer .profile-info h2 {
        margin-bottom: 10px;
    }
    #footer .profile-info img {
        margin-bottom: 20px;
    }
    #footer .btn-group .btn {
        max-width: 167px;
    }
}