/* HEADER */

header {
	position: relative;
	/*background-color: #fff;*/
	box-shadow: 0px 6px 8px rgba(0,0,0,.15);
	/*min-height: 178px;*/
	min-width: 320px;
	width: 100%;
	z-index: 1000;
}
@media only screen and (min-width : 768px) {
	header {
		position: fixed;
	}
}

header .header-title {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}

header .site-title {
	display: flex;
	align-items: center;
	height: 88px;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
}
header .site-title a {
	color: #264b59;
	/*font-family: 'Century Schoolbook', serif;*/
	font-family: serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;

    width: 500px;
    height: 88px;
	background-image: url(/public/vendor/_skins/src2016/images/logositetitle.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
header .site-title a:link, header .site-title a:visited {
	color: #264b59;
}
header .site-title a:hover, header .site-title a:active, header .site-title a:focus {
	color: #264b59;
	cursor: pointer;
	text-decoration: none;
}
@media only screen and (min-width : 768px) {
	header .header-title {
		padding-left: 50px;
		padding-right: 50px;
	}
	header .site-title {
		justify-content: flex-start;
	}
	header .site-title a {
		font-size: 36px;
		line-height: 88px;
		text-align: left;
	}
}
@media only screen and (min-width : 992px) {
	header .site-title {
		background: transparent url(../images/header_johnbarrasso.png) right center no-repeat;
	}
		header .site-title a {
		font-size: 26px;
	}
}
@media only screen and (min-width : 1200px) {
		header .site-title a {
		font-size: 36px;
	}
}

header .header-divvy {
	height: 14px;
	background: #ab473d;
	background: -webkit-linear-gradient(left, #ab473d 22%, #67a2b9 22%, #67a2b9 45%, #234c5a 45%);
	background: -o-linear-gradient(right, #ab473d 22%, #67a2b9 22%, #67a2b9 45%, #234c5a 45%);
	background: -moz-linear-gradient(right, #ab473d 22%, #67a2b9 22%, #67a2b9 45%, #234c5a 45%);
	background: linear-gradient(to right, #ab473d 22%, #67a2b9 22%, #67a2b9 45%, #234c5a 45%);
}

/*

PRE-SECTIONS

header .header-nav {
	background-color: #ede9da;
	background-image: url(../images/nav_bg_repeat.png);
	border-radius: 0;
	border-width: 0;
	margin-bottom: 0;
	min-height: 76px;
}
.header-nav.navbar-default .navbar-nav>li>a {
	color: #234c5a;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 900;
	height: 76px;
	line-height: 76px;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
.header-nav.navbar-default .navbar-nav>li>a:hover, .header-nav.navbar-default .navbar-nav>li>a:focus {
	background-color: #fff;
	color: #234c5a;
}
.header-nav.navbar-default .navbar-nav>.active>a, .header-nav.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
}
.header-nav.navbar-default .navbar-nav>.active>a:hover {
	background-color: #fff;
}
@media only screen and (min-width : 768px) {
	header .header-nav {
		height: 76px;
		overflow: hidden;
		
	}
}
*/


/* HEADER */

header .header-nav {
	position: relative;
	background-color: #ede9da;
	background-image: url(../images/nav_bg_repeat.png);
	min-height: 76px;
}
header .nav-section {
	float: left;
	width: 50%;
}
@media only screen and (min-width : 992px) {
	header .main-nav-section {
		padding-left: 35px;
		width: 65%;
	}
	header .actions-nav-section {
		width: 35%;
	}
}

header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header ul>li {
	margin: 0;
	padding: 0;
}
header ul>li>a {
	display: block;
	margin: 0;
	padding: 0;
}

header .items-toggle {
	background-color: transparent;
	border-width: 0;
	margin: 0;
	padding: 0;
}
header .items-toggle:active, header .items-toggle:focus, header .items-toggle:hover {
	outline: 0;
}

header .items-toggle .icon-bar-wrap {
	margin-bottom: -1px;
	/*margin-right: 5px;*/
}
header .items-toggle .icon-bar {
	/*background-color: #fff;*/
	display: block;
	width: 18px;
	height: 3px;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.75);*/
	/*border-right: 1px solid rgba(0, 0, 0, 0.75);*/
	border-radius: 4px;
}
header .items-toggle .icon-bar+.icon-bar {
	margin-top: 2px;
}
header .items-toggle .icon-bar-wrap, header .items-toggle .icon-bar-label { display: inline-block; }

header .items-wrap {
	display: none;
	z-index: 99;
}
header .nav-section.open>.items-wrap {
	display: block;
}
header .nav-section:first-child .items-wrap {
	margin-right: -100%;
}
header .nav-section:last-child .items-wrap {
	margin-left: -100%;
}

header .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: 0;
}
header .dropdown-menu>li {
	border-bottom: 1px solid #ccc;
}
header .dropdown-menu>li>a {
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
header .dropdown-menu>li>a:hover, header .dropdown-menu>li>a:focus {
	background-color: transparent;
}

@media (max-width: 991px) {
	header .dropdown.open .dropdown-menu {
		position: static;
		background-color: transparent;
		border: 0;
		border-top: 1px solid #ccc;
		border-radius: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		padding: 0 20px;
		width: auto;
	}
	header .dropdown.open .dropdown-menu>li {
		border-bottom: 1px dashed #ccc;
	}
	header .dropdown.open .dropdown-menu>li:last-child {
		border: 0;
	}
	header .dropdown-menu>li>a:hover, header .dropdown-menu>li>a:focus {
		background-color: transparent;
	}
}


/* HEADER/INSTANCE */

header {}

header .nav-section {
	min-height: 76px;
}
@media only screen and (min-width : 768px) {
	header .nav-section {
		height: 76px;
	}
}

header .main-nav-section {
	/*background-color: rgba(0, 0, 255, 0.15);*/
}
header .actions-nav-section {
	/*background-color: rgba(0, 255, 0, 0.15);*/
}

header .main-toggle-wrap {
	position: absolute;
	top: 0;
	right: 90px;
	left: 0;
}
header .actions-toggle-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
}

header .items-toggle {
	height: 76px;
	line-height: 76px;
	width: 100%;
}
@media only screen and (min-width : 768px) {
	header .items-toggle {
		width: auto;
	}
}

header .main-items-toggle {
	color: #264b59;
	float: left;
	font-size: 24px;
	font-weight: 900;
	text-align: left;
	padding: 0 30px;
	text-transform: uppercase;
}
header .items-toggle .icon-label {
	margin-right: 10px;
}
header .main-items-toggle:hover .icon-label {
	color: #ab473d;
}
header .items-toggle .icon-bar-wrap {
	float: right;
	padding-top: 28px;
}
header .items-toggle .icon-bar {
	background-color: #264b59;
	width: 26px;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.75);*/
	/*border-right: 1px solid rgba(0, 0, 0, 0.75);*/
}
header .items-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}
header .nav-section.open .main-items-toggle .icon-bar, header .main-items-toggle:hover .icon-bar {
	background-color: #ab473d;
}

header .actions-items-toggle {
	background-color: #ab473d;
	padding: 18px 25px;
	width: 90px;
}
@media only screen and (min-width : 768px) {
	header .actions-items-toggle {
		padding: 0px 15px;
	}
}
header .actions-items-toggle .icon-label {
	display: none;
}
header .actions-items-toggle .icon {
	background: transparent url('../images/nav_icon_info_sm.png') center top no-repeat;
	display: block;
	height: 40px;
	width: 40px;
}
@media only screen and (min-width : 768px) {
	header .actions-items-toggle .icon {
		background-image: url('../images/nav_icon_info.png');
		height: 60px;
		width: 60px;
	}
}
header .nav-section.open .actions-items-toggle .icon, header .actions-items-toggle:hover .icon {
	background-position: center bottom;
}

header .items-wrap {
	background-color: #fff;
	margin-top: 76px;
	padding: 30px;
}

header .main-items>li, header .actions-items>li {
	border-bottom: 1px solid #c6c6c6;
}
header .main-items>li {
	padding-left: 5px;
}
header ul.items>li>a {
	color: #264b59;
	display: block;
	font-size: 16px;
	font-weight: 900;
	padding: 12px 0;
	text-transform: uppercase;
	transition: background-color .2s, color .2s;
}
header ul.items>li>a:link, header ul.items>li>a:visited {
	color: #264b59;
}
header ul.main-items>li.open>a, header ul.main-items>li>a:hover, header ul.main-items>li>a:active, header ul.main-items>li>a:focus {
	cursor: pointer;
	text-decoration: none;
}
header ul.main-items>li.open>a, header ul.main-items>li>a:hover {
	background-color: #fff;
}
@media only screen and (max-width : 991px) {
	header ul.items>li>a:hover, header ul.items>li>a:active, header ul.items>li>a:focus {
		color: #ab473d;
	}
}


header .main-nav-section .social-items-wrap {
	/*background-color: rgba(255, 0, 153, 0.95);*/
	padding: 0;
	padding-bottom: 10px;
}
header .actions-nav-section .social-items-wrap {
	/*background-color: rgba(153, 0, 255, 0.95);*/
	display: none;
}

@media only screen and (min-width : 768px) {
	header .main-nav-section .social-items-wrap {
		display: none;
	}
	header .actions-nav-section .social-items-wrap {
		position: absolute;
		top: 0;
		right: 90px;
		
		display: block;
		height: 76px;
		padding: 18px;
	}
}

header .main-nav-section .social-items {
	margin-left: -10px;
}

header .social-items>li {
	display: inline-block;
}
header .social-items>li>a {
	/*background-color: rgba(255, 204, 153, 0.5);*/
	background-position: top center;
	background-repeat: no-repeat;
	height: 40px;
	text-indent: -9999px;
	width: 40px;
}
header .social-items>li>a, header .social-items>li>a:link, header .social-items>li>a:visited {
	background-position: top center;
}
header .social-items>li>a:hover, header .social-items>li>a:active, header .social-items>li>a:focus {
	background-position: bottom center;
}
header .social-items>li>a.social-link-facebook {
	background-image: url('../images/nav_icon_facebook.png');
}
header .social-items>li>a.social-link-flickr {
	background-image: url('../images/nav_icon_flickr.png');
}
header .social-items>li>a.social-link-instagram {
	background-image: url('../images/nav_icon_instagram.png');
}
header .social-items>li>a.social-link-newsletter {
	background-image: url('../images/nav_icon_email.png');
}
header .social-items>li>a.social-link-twitter {
	background-image: url('../images/nav_icon_twitter.png');
}
header .social-items>li>a.social-link-youtube {
	background-image: url('../images/nav_icon_youtube.png');
}
header .social-items>li>a.social-link-rss {
	background-image: url('../images/nav_icon_rss.png');
}

header .dropdown-menu>li {
	border-bottom: 1px solid #c6c6c6;
}
header .dropdown-menu>li>a {
	color: #464646;
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
}
header .dropdown-menu, header .dropdown-menu>li {
	border-color: #c6c6c6;
}
header .dropdown-menu>li>a, header .dropdown-menu>li>a:link, header .dropdown-menu>li>a:visited {
	color: #464646;
}
header .dropdown-menu>li>a:hover, header .dropdown-menu>li>a:active, header .dropdown-menu>li>a:focus {
	color: #a9473c;
}
@media only screen and (min-width : 992px) {
	header .dropdown-menu>li>a:hover, header .dropdown-menu>li>a:active, header .dropdown-menu>li>a:focus {
		color: #6ca1b6;
	}
}


@media only screen and (min-width : 768px) {
	header .main-toggle-wrap {
		position: relative;
		height: 76px;
	}
	header .items-wrap {
		margin-top: 0;
	}
	
	header .nav-section .items-wrap.main-items-wrap {
		margin-right: auto;
		width: 360px;
	}
	header .items-wrap {
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
	
	header .actions-nav-section {
		/*position: relative;*/
	}
}
@media only screen and (min-width : 992px) {
	
	header .main-toggle-wrap {
		display: none;
	}
	header .main-items-wrap {
		background-color: transparent;
		box-shadow: none;
		display: inline-block;
		padding: 0;
		width: auto !important;
		-webkit-box-shadow: none;
	}
	header .main-items>li {
		position: relative;
		
		border: 0;
		display: block;
		float: left;
		padding: 0;
	}
	header ul.main-items>li>a {
		height: 76px;
		line-height: 76px;
		padding: 0 40px;
	}
	
	header ul.main-items>li.nav_home>a {
		padding: 0 15px;
	}
	header ul.main-items>li.nav_home>a .icon-label {
		display: none;
	}
	header ul.main-items li.nav_home a .icon {
		background-position: top center;
		background-repeat: no-repeat;
		display: inline-block;
		height: 40px;
		margin-top: 15px;
		width: 22px;
	}
	/*header ul.main-items li.nav_home a .icon, header ul.main-items li.nav_home a:link .icon, header ul.main-items li.nav_home a:visited .icon {
		background-position: top center;
	}
	header ul.main-items li.nav_home a:hover .icon, header ul.main-items li.nav_home a:active .icon, header ul.main-items li.nav_home a:focus .icon {
		background-position: bottom center;
	}*/
	header ul.main-items li.nav_home a .icon-home {
		background-image: url('../images/nav_icon_home.png');
	}
	
	header ul.main-items li.dropdown.open .dropdown-menu {
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		padding: 30px;
		padding-top: 15px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
	header ul.main-items li.dropdown.open .dropdown-menu>li>a {
		height: 35px;
		line-height: 35px;
	}
}






/* ACTIONS POPOUT */
.actions-nav {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 6px 8px rgba(0,0,0,.15);
	display: none;
	padding: 30px;
}
.actions-nav.open {
	display: block;
	z-index: 1001;
}
@media only screen and (min-width : 768px) {
	.actions-nav {
		position: fixed;
		top: 177.5px;
		right: 0px;
		bottom: 0px;
		
		border-top: 14px solid #ab473d;
		overflow-y: auto;
		width: 360px;
	}
}

.actions-nav .actions-section {
	border-bottom: 1px dashed #c6c6c6;
	margin-top: 30px;
	padding-bottom: 30px;
}
.actions-nav .actions-section:first-child {
	margin-top: 0;
}
.actions-nav .actions-section:last-child {
	border-bottom-width: 0;
	padding-bottom: 0;
}
.actions-nav .actions-section .title {
	color: #264b59;
	font-size: 20px;
	font-weight: 900;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-transform: uppercase;
}
.actions-nav .actions-section .content {
	
}

.senator-lookup-actions-section select {
	border: 1px solid #c6c6c6;
	border-radius: 0;
	color: #464646;
	font-size: 16px;
	line-height: 48px;
	height: 48px;
	margin-bottom: 10px;
	width: 100%;
}
.senator-lookup-actions-section select:last-child {
	margin-bottom: 0;
}
.senator-lookup-actions-section select option:hover {
	background-color: #dddddd;
}

.from-the-floor-actions-section .item {
	margin-bottom: 20px;
}
.from-the-floor-actions-section .item:last-child {
	margin-bottom: 0;
}
.from-the-floor-actions-section .item-datetime .date {
	font-size: 14px;
}
.from-the-floor-actions-section .item-datetime .date {
	color: #a9473c;
	font-weight: 700;
	text-transform: uppercase;
}
.from-the-floor-actions-section .item-datetime .time {
	color: #464646;
}
.from-the-floor-actions-section .item-heading a, .from-the-floor-actions-section .item-heading a:link, .from-the-floor-actions-section .item-heading a:visited {
	color: #6ca1b6;
	font-weight: 700;
	font-size: 16px;
}
.from-the-floor-actions-section .item-heading a:hover, .from-the-floor-actions-section .item-heading a:active, .from-the-floor-actions-section .item-heading a:focus {
	color: #6ca1b6;
	cursor: pointer;
	text-decoration: underline;
}

.subscribe-section .email-form-group label {
	display: none;
}
.actions-section .subscribe-btn {
	background-color: #a9473c;
	border-radius: 0;
	color: #fff;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}
.actions-section .subscribe-btn:link, .actions-section .subscribe-btn:visited {
	background-color: #a9473c;
}
.actions-section .subscribe-btn:hover, .actions-section .subscribe-btn:active, .actions-section .subscribe-btn:focus {
	background-color: #264b59;
	cursor: pointer;
	text-decoration: none;
}
.senate-calendar-actions-section table {
	background-color: #d5d5d5;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	max-width: 100%;
	text-align: center;
	width: 100%;
}
.senate-calendar-actions-section table th {
	background-color: #264b59;
	text-align: center;
	text-transform: uppercase;
}
.senate-calendar-actions-section table .head-month a {
	font-size: 20px;
	font-weight: 900;
	line-height: 56px;
}
.senate-calendar-actions-section table .head-month .prev-month-link, .senate-calendar-actions-section table .head-month .next-month-link {
	display: block;
	padding: 0 15px;
}
.senate-calendar-actions-section table .head-month .prev-month-link {
	float: left;
}
.senate-calendar-actions-section table .head-month .next-month-link {
	float: right;
}
.senate-calendar-actions-section table .head-month a .glyphicon {
	font-size: 14px;
}
.senate-calendar-actions-section table .head-month a, .senate-calendar-actions-section table .head-month a:link, .senate-calendar-actions-section table .head-month a:visited {
	color: #fff;
}
.senate-calendar-actions-section table .head-month a:hover, .senate-calendar-actions-section table .head-month a:active, .senate-calendar-actions-section table .head-month a:focus {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.senate-calendar-actions-section table .head-days th, .senate-calendar-actions-section table td a {
	line-height: 40px;
}
.senate-calendar-actions-section table .head-days th {
	background-color: #fff;
	color: #6ca1b6;
	font-size: 14px;
	text-transform: uppercase;
}
.senate-calendar-actions-section table td a {
	background-color: #fff;
	color: #5f6068;
	display: block;
}

.senate-calendar-actions-section table td.date-off a {
	color: #bfc0d1;
}

.senate-calendar-actions-section table td.date-today a {
	background-color: #a9473c;
	color: #fff;
}

.senate-calendar-actions-section table td.date-active {
	position: relative;
}
.senate-calendar-actions-section table td.date-active:before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	
	border-style: solid;
	border-color: #a9473c transparent;
	border-width: 10px 0 0 10px;
	display: block;
	height: 10px;
	width: 10px;
	z-index: 5;
}
.senate-calendar-actions-section table td.date-today.date-active:before {
	border-color: #fff transparent;
}

/* TESTING */
