/*
Theme Name: fas
Theme URI: http://awesomecause.com/
Author: Mark & Phil
Author URI: http://markandphil.com
Description: A theme built for the Federation Of American Scientists
Version: 1.1
Text Domain: fas
Domain Path: /languages/
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

body {
	font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
    color: #07262e;
	background-color: #fff;
	font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    width: 1020px;
  }
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, td, li {
	font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400	
}

h1 {
	
}

h2 {
	/* font-size: 20px;*/
}

h3 {
	/* font-size: 16px;	*/
}


h1.entry-title, h2.entry-title, h3.entry-title {
	color: #00A5EB;
	font-weight: 300;
	margin-top: 0;
	padding-top: 0;
}

h3.entry-title {
	text-transform: uppercase;
	font-size: 24px;
}

h3.entry-title a:link, h3.entry-title a:visited, h3.entry-title a:active, h3.entry-title a:hover {
	text-decoration: none;
	color: #fff;
}



h3.widget-title {
	font-size: 26px;
	font-weight: 300;
	color: #FFF;
	background: #00A5EB;
	padding: 15px 10px;
	margin: 0 0 20px 0;
	text-align: center;
}

h3.footer_title {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}

#home_news h4 {
	font-size: 18px;
	font-weight: 300;
	color: #05a5eb;
	margin: 0;
	padding: 0;
}

.internal_links h3 {
	font-size: 14px;
	color: #fff;
	background: #05a5eb;
	padding: 5px 10px;
}

h3.landpub_title, 
h3.landpub_title a,
h3.landev_title, 
h3.landev_title a {
  font-size: 14px;
  text-decoration: none;
  color: #00A5EB;
  font-weight: lighter;
}


h1.featpub_title {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: lighter;
}

h1.featpub_title a:link {
  text-decoration: none;
  color: #00A5EB;
}

#events_page h1.entry-title {
	margin-bottom: -60px;
}

.block-title {
    color: #FFF;
    background-color: #00A5EB;
    padding: 10px;
    text-align: center;
    margin: 0;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 300;
}

h3.info-head {
	margin-top: 0;
}
h1.pirmain-header {
    font-size: 52px;
    color: #09262E;
}

p.pirmain-header-right {
    font-style: italic;
    font-size: 18px;
    margin: 50px 0 0 0;
}

h3.tax-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0;
    padding: 0;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
.btn {
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #fe5121;
	border-color: #fe5121;
	transition: all 0.2s ease-in-out 0s;	
}

.btn-default {
	color: #fe5121;
	background-color: #fff;
	border-color: #fe5121;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #fe5121;
	border-color: #fe5121;
}

.btn-primary, .btn-primary:link {
	color: #fff;
	background-color: #fe5121;
	border-color: #fe5121;
}

#btn-donate:link, #btn-donate:visited {
	margin: 18px -15px 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #fff;
}

#btn-donate:active, #btn-donate:hover {
	background-color: #E6481E;
}

#home_about .btn-primary:hover, #home_about .btn-primary:focus, #home_about .btn-primary:active, #home_about .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #fe5121;
	border-color: #fe5121;
}

#home_about .btn-primary {
	color: #fff;
	background-color: #fe5121;
	border-color: #fe5121;
	font-weight: 300;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 15px;
}

.internal_links .btn-primary:hover, .internal_links .btn-primary:focus, .internal_links .btn-primary:active, .internal_links .btn-primary.active, .open .dropdown-toggle.btn-primary, .featpub_wrapper .btn-primary:hover, .featpub_wrapper .btn-primary:focus, .featpub_wrapper .btn-primary:active, .featpub_wrapper .btn-primary.active,  {
	color: #fff;
	background-color: #fe5121;
	border-color: #fe5121;
}

.internal_links .btn-primary:link, .featpub_wrapper .btn-primary:link  {
	color: #fe5121;
	background-color: rgba(255,255,255,0);
	border-color: #fe5121;
	font-weight: 300;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 15px;
	/*float: right;*/
}

.btn.btn-primary.btn-border {
	background-color: rgba(255,255,255,0);
	border-color: #fe5121;
	color: #fe5121;
	border-width: 1px;
	border-style: solid;
}

.featpub_wrapper .btn-primary {
	margin-bottom: 50px;
}

a.vc_btn {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #FF5021 !important;
  background: none;
  border: 2px solid #FF5021;
  font-weight: bold !important;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.vc_btn:hover {
  color: #fff !important;
  background: #FF5021;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bg_orange {
	background: #fe5121;
}

.bg_blue_dark {
	background: #07262e;
}

.bg_blue {
	background: #05a5eb;
}

.bg_gray {
	background: #f0eff1;
}

.bg_white {
	background: #fff;
}

.bg_gradient_gray {
    background-image: linear-gradient(to right, #F2F2F2 0%, #FFF 40%);	
    margin-top: -25px;
    padding-top: 25px;
    height: 100%;
}

#wrapper_gray {
	padding: 20px 0;
}

.pad_bt {
	padding-bottom: 30px;
}

.pad_tp {
	padding-top: 30px;
}

.pad_all_small {
	padding: 10px;
}

.scroller {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 255px;
	padding: 0;
	margin: 0;
}

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

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

.footnote_plugin_text {
	width: 80%;
}

hr.white {
	border-top-color: #ffffff;
}

hr.white:last-child {
	border-top-color: rgba(255,255,255, 0);
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/


.donation_choices #btn-become_a_member {
	margin: 0 15px;
}

.label {
	color: #07262e;
	font-size: 14px;
}

input[type=radio], input[type=checkbox] {
	margin: 0 8px 0 0;
}

#crm-container.crm-public input[type="text"], #crm-container.crm-public input[type="password"], #crm-container.crm-public input[type="email"], #crm-container.crm-public select {
	font-size: 18px;
	border-radius: 0;	
	margin-bottom: 15px;
}

.crm-container .crm-section .label, .crm-container-snippet .crm-section .label {
	float: left  !important;
	width: 30% !important;
	text-align: right  !important;
}

.crm-container .crm-marker, .crm-container-snippet .crm-marker {
	color: #8A1F11;
	font-weight: bold;
	margin-right: 0;
}

.crm-container .crm-section .content, .crm-container-snippet .crm-section .content {
	margin-left: 5%  !important;
	width: 65%  !important;
	float: right  !important;
}

#crm-container.crm-public input[type="text"], #crm-container.crm-public input[type="password"], #crm-container.crm-public input[type="email"], #crm-container.crm-public select {
	font-size: 18px;
	border-radius: 0;
	width: 100%;
}

.crm-container.crm-public .select2-container .select2-choice {
	padding: 5px 5px 5px 8px;
	width: 100%;
	height: 40px;
}

.select2-container {
	width: 100% !important;
}

.billing_state_province_id-5-section, .billing_postal_code-5-section {
	margin-top: 15px;
}

.page-id-29665 .membership_amount-section {
	display: none !important;
} 

#allow_auto_renew {
	margin-top: 25px !important;	
}

.Membership-content {
	margin-bottom: 25px !important;	
}

.email-5-section {
	margin-top: 25px !important;	
}

.credit_card_type-section {
	margin-bottom: 15px !important;
}

.page-id-29669 .membership_amount-row1 .crm-price-amount-label:after {
	content: ": One-year membership to FAS: $1000.";
}

.page-id-29669 .membership_amount-row2 .crm-price-amount-label:after {
	content: ": One-year membership to FAS: $50. Suggested donation of $100.";
}

.page-id-29669 .membership_amount-row3 .crm-price-amount-label:after {
	content: ": One-year membership to FAS:$50 For individuals 65 and older.";
}

.page-id-29669 .membership_amount-row4 .crm-price-amount-label:after {
	content: ": One-year membership to FAS: $35. For current undergraduate and graduate students.";
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	width: auto !important;
	height: auto !important;
	padding: 5px 20px !important;
	margin: 4px 0 0 1px !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.page-id-29669 .membership_amount-section .label label {
	display: none;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0 !important;
	width: 160px !important;
	
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 5px 0 0 0 !important;
	width: auto;
}

.gsib_a {
    width: 100%;
    padding: 0 !important;
}

ul#gform_fields_1 input[type="text"], ul#gform_fields_1 input[type="email"], .newsletter-form input[type="email"], ul#gform_fields_2 input[type="text"], ul#gform_fields_3 input[type="text"], ul#gform_fields_4 input[type="text"] {
    color: #00A5EB;
    width: 100%;
    margin-bottom: 20px;
    border-width: 1px 0px 0px 1px;
    border-style: solid none none solid;
    border-color: #00A5EB -moz-use-text-color -moz-use-text-color #00A5EB;
    height: 30px;    
}

#gform_1 .gform_footer, #gform_2 .gform_footer, #gform_3 .gform_footer, #gform_4 .gform_footer {
    margin-top: 0px;
    padding-top: 0px;
}

#gform_1 input[type="submit"]:hover, #gform_2 input[type="submit"]:hover, #gform_3 input[type="submit"]:hover, #gform_4 input[type="submit"]:hover {
    transition: all 0.3s ease-in-out 0s;
    background-color: #d43e18;
}
#gform_1 input[type="submit"], #gform_2 input[type="submit"], #gform_3 input[type="submit"], #gform_4 input[type="submit"] {
    font-size: 12px;
    color: #FFF;
    border-radius: 0px !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    background-color: #FF5021;
    border: none;
    padding: 0 15px;
    transition: all 0.3s ease-in-out 0s;
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.menu-social-links-container ul {
	margin: 10px 0 0 0;
	padding: 0;
}

.menu-social-links-container ul li {
	float: left;
	list-style: none;
	color: #fff;
	margin: 0 12px 0 0;
	padding: 0;
}

.menu-social-links-container ul li a:link, .menu-social-links-container ul li a:visited {
	color: #fff;
}

.menu-social-links-container ul li a:active, .menu-social-links-container ul li a:hover {
	color: #05a5eb;
}

.navbar-toggle {
	position: relative;
	float: left;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a, a:link {
	color: #05a5eb;
	transition: all 0.3s ease-in-out 0s;
}
a:visited {
	color: #05a5eb;
	transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:focus,
a:active {
	color: #0482b9;
	transition: all 0.3s ease-in-out 0s;
}

/*
.content-area a:link, .content-area a:visited {
	color: #fe5121;
	text-decoration: underline;
	transition: all 0.3s ease-in-out 0s;
}
.content-area a:hover, .content-area a:focus, .content-area a:active {
	color: #d43e18;
	text-decoration: underline;
	transition: all 0.3s ease-in-out 0s;
}
.content-area a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	transition: all 0.3s ease-in-out 0s;
}
*/

#footer-top ul li {
	margin: 0 0 10px 10px;
	padding: 0 0 0 0;
	list-style: none;
	position: relative;
}

#footer-top ul li a:link, #footer-top ul li a:visited {
    font-size: 12px;
    color: #888;    
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
}
#footer-top ul li a:hover, #footer-top ul li a:active {
    color: #555;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
}

#footer-top ul li:before {
    content: "-";
    position: absolute;
    left: -10px;
    z-index: 1000;
}

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

#footer-bottom a:link, #footer-bottom a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-bottom a:active, #footer-bottom a:hover {
	text-decoration: none;
}


.nav-previous a:link, .nav-previous a:visited, .nav-next a:link, .nav-next a:visited {
	background: none;
	border: 1px solid #00A5EB;
	color: #00A5EB;
	font-weight: 300;
	padding: 15px 25px;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
}

.nav-previous a:hover, .nav-previous a:active, .nav-next a:hover, .nav-next a:active {
	background: #00A5EB;
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
}

.nav-previous {
    display: inline-block;
    max-width: 48%;
    float: left;
}

.nav-next {
    display: inline-block;
    max-width: 48%;
    float: right
}
a.teenylink {
    color: #00A5EB;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

p.teenytext {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}

a.landpub_link:link, a.landpub_link:visited, a.landpub_link:active, a.landpub_link:hover {
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: right;
    background: #00A5EB;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0;
    padding-right: 5px;
}

.more_container .more-link {
	float: left;
}

.more_container .more-image {
	float: right;
}

.archive .entry-header a:link, .archive .entry-header a:visited {
	text-decoration: none;
}

.archive .entry-header a:active, .archive .entry-header a:hover {
	text-decoration: none;
}

/*
.dropdown:hover .dropdown-menu {
    display: block;
}
*/

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

#wrapper_nav .navbar {
	border: none;
	border-radius: 0px;
	background-color: #f0eff1;
	margin: 0 0 0 -15px;
	padding: 0;
	text-transform: uppercase;
	color: #07262e;
	transition: transform 300ms;
}

#wrapper_nav .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

#wrapper_nav .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #07262e;
	background-color: #f0eff1;
}

#wrapper_nav .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #05a5eb;
}

#wrapper_nav .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #05a5eb;
}

#wrapper_nav.affix-top {
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
	transition: transform 1s, opacity 1s;
	transform: translateY(-10px);
}

#wrapper_nav .logo {
	width: 100px;
	height: auto; 
	display: inline-block;
	opacity: 0;
	transform: translateX(-10px);
	transition: transform 400ms, opacity 400ms;
}

#wrapper_nav.affix-top .logo {
	
	opacity: 1;
	transform: translateX(0);
	transition: transform 400ms, opacity 400ms;

}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
	font-weight: 600;
	font-size: 14px;
}
.navbar-default .navbar-brand {
  color: #07262e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #07262e;
}
.navbar-default .navbar-nav > li > a {
  color: #07262e;
  padding: 25px 15px 20px 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #05a5eb;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #07262e;
	background-color: #f0eff1;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #05a5eb;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #07262e;
	background-color: #f0eff1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #05a5eb;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #07262e;
	background-color: #f0eff1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
	color: #07262e;
	background-color: #f0eff1;
}
.navbar-default .navbar-link:hover {
	color: #fff;
	background-color: #05a5eb;
}

#wrapper_nav .dropdown-menu {
	padding: 0;
	margin:  0;
	font-size: 14px;
	background-color: #f0eff1;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#wrapper_nav .dropdown-menu li:nth-of-type(odd) a {
	background-color: #DDDBDF;
}

#wrapper_nav .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #05a5eb;
}

#wrapper_nav .dropdown-menu>li>a {
	padding: 10px 15px;
	font-weight: 600;
	font-size: 12px;
	color: #07262e;
	background-color: #f0eff1;
}

#wrapper_nav .caret {
    display: none;
}

.post-navigation, nav-below, .single-post-navigation {
	clear: both;
	margin: 20px 0 60px 0;
}

#comments {
	clear: both;
	margin: 40px 0 40px 0;
}

.menu-pir-featured-issues-container ul.menu {
	padding: 0;
	margin: 0;
}

.menu-pir-featured-issues-container ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-pir-featured-issues-container ul.menu li a:link, .menu-pir-featured-issues-container ul.menu li a.visited {
	padding: 15px 0 ;
	list-style: none;
	border: 1px solid #eee;
	text-align: center;
	clear: both;
	display: block;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	background: #fff !important;
	color: #05a5eb;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
.menu-pir-featured-issues-container ul.menu li a:active, .menu-pir-featured-issues-container ul.menu li a:hover {
	background: #05a5eb;
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
}

/* Collapsible tabs */

.tab.tab-active {
	display: visible;
}

.tab.tab-collapsed {
	display: none;
}

/* Publications and Recent Activity */
.exp_pubby ul,
.exp_action ul {
	list-style: none;
}

.exp_pubby,
.exp_action {
	margin-top: 30px;
}

.title-exp {
	font-size: 16px;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	text-align: center;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Author Info widget */
#author-widget {
	padding-bottom: 0;
}

#author-widget h4.author-name {
	color: #00A5EB;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	padding-left: 20px;
	line-height: 130%;
	cursor: pointer;

}

#author-widget .author-wrapper.author-primary .author-name { 
	font-size: 16px; text-align: center; padding: 0;
}

#author-widget .author-avatar {
	max-width: 150px;
	max-height: 150px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

#author-widget .author-avatar img {
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
}

#author-widget .author-desc {
	margin-bottom: 0;
	margin-top: 10px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 160%;
	text-align: left;
	padding-left: 20px;
}

#author-widget .author-primary .author-desc {
	padding-left: 10px;
}

#author-widget .author-link {
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	padding-top: 5px;

	text-align: left;
}

#author-widget .fa {
	padding-left: 10px;
}

/* Additional Authors */
#author-widget > h4 {
	text-align: center;
	margin-bottom: 20px;
}

#author-widget > h4:after {
	content: "";
	position:relative;
	display: block;
	top: 5px;
	height: 1px;
	width: 80%;
	margin-left:10%;
	background-color: #d0d0d0;
}

.author-wrapper {
	margin-bottom: 20px;
}

.author-wrapper.author-primary {
	margin-bottom: 0;
}

/* Support FAS Widget */
.supimg-wrapper a {
	width: 100%;
	text-align: center;
	display: inline-block;
}

/* Latest Tweets widget */

/*#twitter-widget-0 {
	margin-left: 30px;
}*/

.widget_twitter_timeline {
	background: rgba(255,255,255,0);
}
.tweethead {
	margin-bottom: 20px;
	padding-left: 10px;
}

.tweethead *{
	display: inline-block;
}

.tweethead p {
	margin: 0;
	padding: 0;
}

.tweethead img {
	width: 50px;
}

/* Resources widget */
.resource-links {
	padding: 0;
	position: relative;
	top: -20px;
	background-color: #f0eff1;
}

.resource-links li {
	padding: 20px 0;
	border-bottom: 1px solid #ffffff;
	
	text-align: center;
	list-style: none;
	font-size: 16px;
}

.resource-links li > a,
.resource-links li > a:link {
	color: #222;
}

/* Fixes Resource / Download widget background */
#wysiwyg_widgets_widget-38,
#wysiwyg_widgets_widget-30,
#wysiwyg_widgets_widget-35,
#wysiwyg_widgets_widget-36,
#wysiwyg_widgets_widget-37,
#wysiwyg_widgets_widget-24,
#wysiwyg_widgets_widget-23,
#wysiwyg_widgets_widget-22,
#wysiwyg_widgets_widget-21,
#wysiwyg_widgets_widget-20,
#wysiwyg_widgets_widget-19,
#wysiwyg_widgets_widget-18    {
	background: rgba(255,255,255,0);
}

/*Newsletter signup widget */
.newsletter-form {
	padding: 0 10px;
}

.newsletter-form input[type="submit"] {
	display: block;
	margin: 0 auto;
}

.newsletter-form .gfield {
	max-height: 30px;
	margin-bottom: 5px;
}

/* Breadcrumbs */
.breadcrumb {
	position: relative;
	background: #F0EFF1 !important;
	border: 1px solid #d0d0d0;
	padding: 10px;
	font-size: 12px;
	border-radius: 0;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
}

.breadcrumbs-wrapper {
    margin-top: -10px;
	margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}

.breadcrumb a,
.breadcrumb span {
    position: relative;
    left: 10px; }

.breadcrumb.post_title span {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.breadcrumb:after, .breadcrumb:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.breadcrumb:after {
	border-color: rgba(240, 239, 241, 0);
	border-left-color: #F0EFF1;
	border-width: 18px;
	margin-top: -19px;
	z-index: 3;
}
.breadcrumb:before {
	border-color: rgba(208, 208, 208, 0);
	border-left-color: #d0d0d0;
	border-width: 19px;
	margin-top: -20px;
	z-index: 3;
}


/* Social sharing buttons */
.sd-title {
	display: inline;
}

.sd-content {
	display: inline-block;
	margin-left: 15px;
}

.sharedaddy {
	margin-top: 10px;
}

.share-count { display: none !important;}



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

#masthead {
	background-color: #07262e;
	padding-bottom: 10px;
}

#wrapper_nav {
	background-color: #f0eff1;
	border-bottom: 4px solid #DDDBDF;
}

.content-area {
	padding-top: 25px;
	padding-bottom: 25px;
}

#main_single {
	padding-top: 30px;
}

#main_page {
	padding-top: 30px;
}

#footer-top {
    color: #888;    
	background: #07262e;
	/* margin-top: 90px; */
	padding-bottom: 10px;
}

#footer-bottom {
	background: #fe5121;
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 6px;
}

.footer-contact {
	line-height: 130%;
	font-size: 12px;
	color: #00A5EB;
}

.footer_orange_border {
	border-left: solid 2px #fe5121;	
}

.footer_social {
	font-size: 18px;
	margin-top: -15px;
}

.issues_callout {
	background: #d9d9d9;
	border: 2px solid #d9d9d9;
	display: block;
	width: 32%;
	float: left;
	margin: 0 2px 10px 2px;
	overflow: hidden;
}

.issues_callout a:link, .issues_callout a:visited {
	text-decoration: none;
}

.issues_callout h3 {
	width: 100%;
	background: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 15px 10px;
	color: #05a5eb;
	border-top: 4px solid #d9d9d9;
	text-decoration: none;
	font-weight: 300;
}

#home_about h3 a:link, #home_about h3 a:visited {
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	color: #05a5eb;
}

#home_about h3 a:hover, #home_about h3 a:active {
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	color: #07262e;
}

#home_about h3 {
	text-transform: none;
}


.home_member {
	padding-top: 40px;
	padding-bottom: 40px;
}

.home_member h3 {
}

.home_member p {
	padding: 20px 70px;
}

#wrapper_home_about {
	margin-bottom: 0;
	padding-bottom: 0;	
}

.home_member .btn-default:hover, .home_member .btn-default:focus, .home_member .btn-default:active, .home_member .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #fe5121;
	border-color: #fe5121;
	transition: all 0.2s ease-in-out 0s;	
	text-decoration: none;
}

.home_member .btn-default {
	color: #fe5121;
	background-color: #fff;
	border-color: #fe5121;
	text-decoration: none !important;
}

body.home footer {
	margin-top: 0 !important;
}

.landpub_img img {
  float: left;
  margin-right: 10px;
  width: 80px;
  height: auto;
}

.featpub_cont {
	font-size: 14px;
}

.featpub_img img {
  float: left;
  margin: 0 5px 15px 0 !important;
  padding: 0;
}

.featpub_wrapper {
	clear: both;
}

.featpub_wrapper .featpub_img {
	margin: 0 30px 80px 0;	
}

.featpub_wrapper .featpub_img img {
	margin: 0 40px 0 0 !important;	
}


.wpv-filter-form {
	margin-top: 30px;
}

.ev-when {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 40px;
}

.ev-when p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}

.ev-when p:first-of-type {
  font-size: 32px;
  color: #00A5eb;
  font-weight: normal;
  margin-bottom: 30px;
}

.ev-what {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ev-what p {
  margin-top: 15px;
  line-height: 180%;
  font-size: 14px;
}

.page-id-16 .internal_links h3 {
	background: none;
	margin: 0;
}

.expert-pos p {
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
}

.exp-position {
  background: #FF5220;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 0;
  margin: 0 10px 15px 0;
}

.exp_contact, 
.exp_expertise, 
.exp_experience, 
.exp_pubs, 
.exp_education, 
.exp_activity {
  font-size: 12px;
  border-bottom: 1px solid #fff;
  padding: 0 15px 15px 15px;
  margin-bottom: 15px;
}

.expertinfo_side ul li {
  position: relative;
  text-indent: 8px;
  padding-bottom: 3px;
}

.expertinfo_side ul li:before {
  content: "-";
  position: absolute;
  left: -5px;
}

.info_jam {
	background: #f0eff1;
	padding-top: 15px;
}

#publications_pages .wp-post-image {
	width: 100%;
}

.activity h2.entry-title {
	font-size: 36px;
	margin: 20px 0 -30px 0;
}

.featured_image img {
	width: 100%;	
	border-width: 1px;
	border-color: #EEE;
	border-style: solid;
	padding: 3px;
}

.container img {
	max-width: 100%;
	height: auto;
}

.pirsubhead-block {
    background: #00A5EB !important;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
}

.addthis-section {
	width: 110px;	
}

.pir-featuredarticle {
	position: relative;
}

.pir-featuredarticle .pirfa-image {
    width: 100%;
    height: 435px;
    overflow: hidden;
}

.pir-featuredarticle .pirfa-link {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0% 0% rgba(50, 50, 50, 0.4);
    top: 0px;
    left: 0px;
    padding-top: 5%;
    padding-left: 3%;
}

.pir-featuredarticle .pirfa-link a {
    color: #FFF;
    font-size: 48px;
    line-height: 130%;
    text-decoration: none;
}

.pir-featuredarticle .pirfa-link .pirfa-by {
    color: #FFF;
    margin-top: 15px;
    font-style: italic;
}

.pir-featuredarticle .pirfa-image img {
    width: 100%;
    height: auto;
}

.pirrightside {
    height: 440px;
    overflow-y: scroll;
}

.pirright-container {
    width: 99%;
    padding: 12px 0px;
    border-bottom: 1px solid #DDD;
}

.pirright-container a {
    text-decoration: none;
    color: #00A5EB;
    font-size: 18px;
    line-height: 150%;
}

.pirright-container .pirright-by {
    margin-top: 5px;
}

.morefromfas-block, .pirsidebar-block {
    line-height: 150%;
    margin-top: 60px;
    position: relative;
    background: none repeat scroll 0% 0% #F9F9F9;
    border: 1px solid #E6E6E6;
    padding: 15px;
    overflow: visible;
}

.author-header {
	background: #F0EFF1;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

#widget_tribe_widget_builder_759-32 {
	text-align: center;
}

aside {
	background: #f0eff1;
	padding-bottom: 10px;
}

aside p {
	padding: 5px 25px;
}

#twitter_timeline-2 {
	height: 234px;
	overflow-y: scroll;
}


/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.featured_image span {
	display: block;
	width: 100%;
	text-align: right;
	font-style: italic;
}


/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}




/*--------------------------------------------------------------
13 FacetWP
--------------------------------------------------------------*/


.facetbar-container {
  position: relative;
}

.facetwp-facet-program, 
.facetwp-facet-expert_search, 
.facetwp-facet-expert_position {
  float: left;
}

.facetwp-facet-expert_position {
  text-align: center;
}

.facetwp-facet-expert_position {
  margin-left: 25px;
}

.facetwp-facet-expert_search {
  margin-right: 25px;
}


.facetwp-facet-expert_search:before {
  content: "SEARCH BY NAME:";
  display: block;
  font-size: 14px;
}

.facetwp-facet-program:before {
  content: "BROWSE BY PROGRAM:";
  display: block;
  font-size: 14px;
}

.facetwp-facet-expert_position:before {
  content: "FILTER BY POSITION:";
  font-size: 14px;
  display: block;
}


.facetwp-facet-expert_search input.facetwp-search {
  height: 35px;
  color: #00A5EB !important;
  width: 180px;
}

select.facetwp-dropdown {
  height: 35px !important; 
}

.facetwp-template img {
  float: left;
  height: 150px;
  width: auto;
  margin-right: 10px;
}

.facetwp-template .post_container {
  display: block;
/*  height: 160px;
*/  padding-top: 8px;
}

.search-box .facetwp-type-search, .search-box .facetwp-sort {
	display: inline-block;
	margin-right: 20px;
}


.facetwp-template .post_container h3 a {
  text-decoration: none;
  color: #00A5Eb;
  font-weight: lighter;
  font-size: 20px;
}

.facetwp-template .post_container p {
  line-height: 120%;
  font-size: 14px;
  margin-top: 15px;
}

.facetwp-template hr {
  border-top: 1px solid #ddd;
  color: #ddd;
  background-color: #ddd;
}

.facetwp-template .post_container a.btn {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #FF5021 !important;
  background: none;
  border: 2px solid #FF5021;
  font-weight: bold !important;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  padding: 5px 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.facetwp-template .post_container a.btn:hover {
  color: #fff !important;
  background: #FF5021;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.facetwp-template .byline {
  display: none;
}

.facetbar-container {
  background-color: #c4c4c4;
  background-size: 300% 100% !important;
  overflow-x: visible !important;
  padding-top: 30px;
  height: 107px;
  margin-bottom: 25px;
}

.facetbar-container:after {
  content: "";
  height: 137px;
  width: 900px;
  background: #c4c4c4;
  position: absolute;
  top: 0px;
  right: -900px;
}

.facetbar-container:before {
  content: "";
  height: 137px;
  width: 900px;
  background: #c4c4c4;
  position: absolute;
  left: -900px;
  top: 0px;
}

select.facetwp-pager-select {
  background: none;
  height: 30px;
  margin: 0px 15px;
  border-radius: 3px;
}

a.facetwp-page {
   color: #00A5Eb;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-id-16 .facetwp-template {
	clear: both;
}


/*--------------------------------------------------------------
14 RoyalSlider
--------------------------------------------------------------*/


#new-royalslider-1 {
  padding: 5px 5px 5px 5px;
}

#new-royalslider-1, 
#new-royalslider-1 .rsOverflow, 
#new-royalslider-1 .rsNav, 
#new-royalslider-1 .rsSlide, 
#new-royalslider-1 .rsGCaption {
  background: #ececec !important;
}

#new-royalslider-1 .rsGCaption {
  background: #ffffff !important;
  color: #000000 !important;
  font-size: 12px !important;
  width: 230px !important;
  position: relative !important;
  bottom: 70% !important;
  left: 3% !important;
  border-radius: 0px !important;
  padding-bottom: 20px !important;
}

h4.slidetitle {
  font-size: 28px !important;
  margin-bottom: 15px !important;
  line-height: 120%;
  padding-right: 80px !important;
  padding-top: 35px;
  padding-left: 5px;
}

a.rsLearning {
  text-decoration: none;
  color: #ff5021;
  font-size: 10px;
  width: 100%;
  position: relative;
}

a.rsLearning:after {
  content: ">>";
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0.0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


a.rsLearning:hover:after {
  -webkit-transform: translateX(20px);
  -moz-transform:    translateX(20px);
  -ms-transform:     translateX(20px);
  -o-transform:      translateX(20px);
  transform:         translateX(20px);
  opacity: 1.0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.rsLearnTri {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 49px;
  overflow-y: hidden;
}

p.slidedesc {
  padding: 0px 5px 15px 5px; 
}

.first_tmb {
  padding-left: 8px;
  background: #0192cf;
}

.rsNavSelected .first_tmb span {
  background: #0192cf;
  color: #ececec !important;
}

.second_tmb {
  padding-left: 8px;
  background: #04668d;
}

.rsNavSelected .second_tmb span {
  background: #04668d;
  color: #ececec !important;
}

.third_tmb {
  padding-left: 8px;
  background: #064c67;
}

.rsNavSelected .third_tmb span {
  background: #064c67;
  color: #ececec !important;
}

.fourth_tmb {
  padding-left: 8px;
  background: #09262e;
}

.rsNavSelected .fourth_tmb span {
  background: #09262e;
  color: #ececec !important;
}

.rsTmb img {
  z-index: 1;
}

.rsTmb span {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 90px !important;
  background: #f2f2f2;
  height: 100%;
  border-bottom: 2px solid #ececec !important;
  padding-left: 15px !important;
  padding-right: 10px !important;
  overflow-y: visible !important;
  line-height: 150% !important;
  color: #000000 !important;
  border-right: 1px hidden #ececec;
  -webkit-transition: background 0.6s ease-in-out;
  -moz-transition: background 0.6s ease-in-out;
  -o-transition: background 0.6s ease-in-out;
  transition: background 0.6s ease-in-out;
}

.rsNavSelected img {
  opacity: 1.0 !important;
}

span.thumbIco {
  display: none;
}

.rsMainSlideImage {
  margin-left: 0px !important;
}

#new-royalslider-1 .rsOverflow {
  width: 670px !important;
}

.rsThumbs, 
.rsThumb {
  width: 340px !important;
}

.rsThumb span {
  width: 220px !important;
  border-top: 1px solid #e1e1e1;
}

p.link-exp {
  display: none;
}


.royalSlider .rsTmb span {
  padding-top: 20px !important;
  width: 168px !important;
  border-top-style: hidden;
}

.royalSlider .rsGCaption {
  background: #fff !important;
  color: #000 !important;
  width: 35% !important;
  margin-bottom: 30px;
  margin-left: 30px;
  padding: 20px !important;
}

.royalSlider h4 {
  padding-top: 0px;
  padding-right: 0px;
}

.royalSlider p.slidedesc {
  line-height: 130%;
}

.royalSlider a.rsLearning {
  padding-left: 5px;
}

.royalSlider .rsSlide, 
.royalSlider .rsContainer, 
.royalSlider .rsImg {
  width: 650px;
  background: #ececec !important;
  padding-left: 1px;
}

.royalSlider .rsOverflow {
  background: #ececec !important;
}

.royalSlider .rsThumbs {
  padding-right: 1px;
  background: #ececec !important;
}


.rsNavItem, 
.rsNavSelected{
  background: #f2f2f2 !important;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 3px;
}

.royalSlider {
  background: #ececec !important;
}

.rsContent img {
  height: 477px !important;
  margin-top: 1px !important;
}

.rsNavItem:first-of-type {
  margin-top: 0;
}

.rsNavItem:last-of-type {
  padding-bottom: 0;
}

.rsNavItem:last-of-type a.landslide-link {
  bottom: 50px;
}

#new-royalslider-1 .rsTmb img {
  margin-top: 5px;
}

#new-royalslider-11 img.rsMainSlideImage {
  width: 110% !important;
  height: auto !important;
}

.royalSlider .rsGCaption {
  background: rgba(255,255,255, 0.9) !important;
  width: 55% !important;
}

#new-royalslider-11 h4.slidetitle {
  font-size: 24px !important;
}

.rsTmb img {
    height: 120px !important;
    padding-left: 15px;
    padding-top: 16px;
    padding-bottom: 20px;
    margin-top: 0px;
    width: auto !important;
}

.new-royalslider-11 .rsThumb {
    height: 130px;
}

/*--------------------------------------------------------------
15 Tablet View
--------------------------------------------------------------*/

@media (max-width: 991px) {
	#footer-bottom {
		text-align: center;
	}
	#footer-bottom .menu-social-links-container ul {
		width: 100px !important;
		margin: 20px auto 0 auto;
		text-align: center;
		display: block;
		
	}
	#footer-bottom .menu-social-links-container ul li {
		display: inline;
		list-style: none;
		color: #fff;
		margin: 0 6px;
		padding: 0;
		font-size: 24px;
		text-align: center;
	}
	#footer-top .footer_orange_border {
		border-top: solid 2px #fe5121;
		border-left: none;
		text-align: center;
		margin-top: 15px;		
	}
	#btn-donate {
		margin: 20px 0;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 16px;
	}
	#masthead .col-md-9 {
		text-align: center;
		padding-bottom: 10px; 
	}
	#masthead .col-md-3 {
		display: none;
	}
	#wrapper_nav .dropdown-menu {
		box-shadow: 0px 2px 3px rgba(0,0,0,0.20);
	}
	.navbar-nav {
		float: none;
		margin: 0 0 0 25px;
	}
}

/*--------------------------------------------------------------
16 Phone View
--------------------------------------------------------------*/

@media (max-width: 767px) {
	#wrapper_nav .navbar {
		margin: 0;		
	}

	#wrapper_nav.affix-top {
		position: static;
	}

	#wrapper_nav.affix-top .logo {
		opacity: 0;
	}
	
	.navbar-nav {
		float: none;
		margin: 0;
	}
	#new-royalslider-11 .rsNav {
		display: none;
	}
	#new-royalslider-11 .rsOverflow {
		width: 100% !important;
	}
	.navbar-default .navbar-nav > li > a {
		color: #07262e;
		padding: 25px 15px 20px 25px;
	}
	.nav-title {
		padding: 12px 0 0 0;
		font-size: 18px;
		font-weight: 300;
	}
	.navbar-header {
		margin-top: 10px;
	}
	#footer-top .footer_orange_border {
		border: none;
		margin-top: 0;		
	}
	.issues_callout {
		width: 48%;
		margin: 0 2px 10px 2px;
	}

}

#wpv-view-layout-1 {
	visibility: visible !important;
}


.player .controls .tiny-cc-cell, .player .controls .tiny-fullscreen-cell {
	bottom: 30px !important;
}


.selected_current a{
    background: none repeat scroll 0 0 #ff5021 !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out 0s;
}
.center_align { text-align:center !important;}

.widget_search input[type=search] {
	margin: 0 !important;
	padding: 5px 15px !important;
	border: 1px solid #ccc !important;
	font-weight: 400 !important;
	width: 80% !important;
}

.widget_archive select {
	width: 80%;
}

#crm-container.crm-public .price-set-row .crm-price-amount-amount{
font-weight: normal!important;
}
.content.contribution_amount-content{
margin-left:0px!important;
}

#price_15 {
padding:0px;
}
#s2id_custom_1 {
width: 90%
}

#editrow-custom_1 .label,
#editrow-custom_13 .label{
width:100%!important;
float: left!important;
text-align: left!important;
}
.owl-theme .owl-controls .owl-pagination {
    position: relative;
    width: 100%;
    padding: 10px 0px 0px!important;
    bottom: 180px!important;
    text-align: center!important;
    font-size: 12px!important;
    line-height: 12px!important;
}
