/*
Theme Name: Rand Pac
Description: Rand Pac
Author: the CanDo team
Author URI: http://cando.com
Version: 1.0
*/
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  image-rendering:optimizeSpeed;
  image-rendering:-moz-crisp-edges;
  image-rendering:-o-crisp-edges;
  image-rendering:-webkit-optimize-contrast; 
  image-rendering:optimize-contrast;
  image-rendering:crisp-edges;    
  image-rendering:pixelated;              
  -ms-interpolation-mode:nearest-neighbor;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -kthtml-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button{
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -kthtml-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
img {
	/*max-width: 100%;*/
	display: block;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
  color: #93908d;
  font-family: "Montserrat",Arial,Tahoma,sans-serif;
  font-size: 14px;
  line-height: 1;
	width: 100%;
}
.bordered {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #1e1d1c;
	text-transform: uppercase;
}
.bordered span {
	position: relative;
	display: inline-block;* display: inline; *zoom: 1;
}
.bordered span:after {
	content: "";
	background: #FFF;
	height: 2px;
	width: 50%;
	bottom: -7px;
	left: 0;
	position: absolute;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
.overlay {
	position: fixed;
	width: 100%;
	height:100%;
	/*background: black;*/
	/*opacity: 0.8;*/
	z-index: 9999;
}
.overlay .holder {
	width: 700px;
	position: absolute;
	top: 180px;
	left: 80px;
	overflow: hidden;
}
.overlay .form {
	position: relative;
}
.overlay .form_done {
	position: relative;
}
.overlay .form_done span {
	display: block;
	padding: 9px;
}
.overlay .holder .big {
	display: block;
	margin:0;
	padding: 0 0 0 17px;
	font-family: "Montserrat", sans-serif;
	font-size: 65px;
	line-height: 54px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.overlay .holder .small {
	display: block;
	margin:0;
	padding: 0 0 0 17px;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
}
.overlay .holder form {
	margin: 13px 0 17px 0;
	padding: 12px 12px 12px 80px;
	background: url(/wp-content/themes/randpac/img/splash_form_icon.png) 20px 6px no-repeat #27a9e1;
}
.overlay .holder .form_done {
	color:#FFFFFF;
	margin: 13px 0 17px 0;
	padding: 12px 12px 12px 80px;
	background: url(/wp-content/themes/randpac/img/splash_form_icon.png) 20px 6px no-repeat #27a9e1;
}
.overlay .holder form .email {
	width: 270px;
	color: #333333;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 23px;
	margin: 0 5px 0 0;
	font-weight: normal;
	padding: 2px 7px;
}

.overlay .holder form .zip {
	width: 158px;
	color: #333333;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 23px;
	margin: 0 14px 0 0;
	font-weight: normal;
	padding: 2px 7px;
}
.overlay .holder form .not-valid {
	border:1px solid #aa0707;
}

.overlay .validation {
	color: #aa0707;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 17px;
	display: none;
	text-transform: uppercase;
	padding: 8px 0 0 0;
	margin: 0;
}

.overlay .holder form .submit {
	display: inline-block;
	border: 0;
	width: 100px;
	background: #0e1030;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 6px;
	height: 32px;
	text-transform: uppercase;
}
.overlay .holder .continue {
	display: block;
	margin:0;
	padding: 0 0 0 17px;
	color:#27a9e1;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: underline;
}
.overlay .foot {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	/*background: #000000;*/
	/*opacity: 0.5;*/
}
.overlay .foot:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 60px;
	background: #000000;
	opacity: 0.5;
}
.overlay .foot img {
	position: absolute;
	display: block;
	margin-left: 120px;
	margin-top: 10px;
	width: 130px;
	z-index: 1000;
	opacity: 1;
}
.overlay form span {
	color:#FFF;
	padding: 10px;
	display: block;
}

#header {
  background-color: #1E1D1C;
  height: auto;
  padding-bottom: 25px;
  position: relative;
}
#header h1{
	margin: 0;
	font-size: 0;
	line-height: 0;
}
#header a{
	display: block;
}
#header img{
  display: block;
  margin-left:0;
  margin-top: 12px;
  width: 100%;
}
#header .container {
	padding: 0;
}
.logo .hidden-xs {
	width:165px !important;
}
.main-menu ul {
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  margin: 28px 0 0 0;
  padding: 0;
}
.main-menu ul li {
	display: inline-block;* display: inline; *zoom: 1;
	vertical-align: top;
}
.main-menu ul li a {
	font: 15px/40px "Montserrat", sans-serif;
	color: #817D79;
	text-decoration: none;
	display: block;
	height: 37px;
	margin: 0 0 0 16px;
	padding: 0 10px;
	white-space: nowrap;
	position: relative;
}
.main-menu ul li:hover a,
.main-menu ul li.current-menu-item a,
.main-menu ul li.current-page-parent a,
.main-menu ul li.current-post-ancestor a {
	color: #fff;
	text-decoration: none;
}
.main-menu ul li a:after{
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	background: #cd2027;
	height: 2px;
	content: "";
  display: none;
}
.main-menu ul li:hover a:after,
.main-menu ul li.current-menu-item a:after,
.main-menu ul li.current-page-parent a:after,
.main-menu ul li.current-post-ancestor a:after {
  display: block;
}
.main-menu ul li.donate a {
	background: #27a9e1;
	color: #fff;
	line-height: 36px;
	text-transform: uppercase;
	padding: 0 28px;
	margin: 0 0  0 17px;
}
.even {
  background: #e6e6e6;
}
.page-title.h1 {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #1e1d1c;
	text-transform: uppercase;
}
.article.odd,
.article.even {
  margin: 0 30px 0 -12px;
  padding-left: 12px;
}
.video-thumb {
  float: left;
  height: auto;
  margin: 5px 12px 10px 0;
  width: 210px;
}
.entry-thumb {
  float: left;
  height: auto;
  margin: 5px 12px 0 0;
  width: 210px;
}
.video-thumb iframe {
  height: auto;
  width: 100%;
}
.video-thumb {
	position: relative;
	overflow: hidden;
}
.video-thumb a:before {
	content: "";
	display: block;
	width:200px;
	height:100%;
	background: black;
	position: absolute;
	top:0;
	opacity: 0.5;
	z-index: 100;
}
.video-thumb a:after {
	content: "";
	display: block;
	width:200px;
	height:100%;
	background: url(/wp-content/themes/randpac/img/play_video.png) center center no-repeat;
	position: absolute;
	top:0;
	z-index: 110;
}
.entry-wrapper {
  margin-bottom: 30px;
}
.single-page-padding {
	padding-right: 45px;
}
.article.odd .entry-wrapper,
.article.even .entry-wrapper {
  padding: 18px 20px 0px 1px;
}
.entry-wrapper .col-md-4{
	width: 37.3%;
}
.entry-wrapper .col-md-8{
	width: 62.7%;
}
.entry-wrapper .entry-meta {
	margin-left: 80px;
}
.entry-wrapper .entry-meta ul {
	background: none;
	padding: 0;
	margin: 0;
}
.entry-wrapper .entry-meta ul li {
	line-height: 14px;
	font-size: 12px;
	/*color: #c0c0c0;*/
	color: #4e4e4e;
	padding-bottom: 7px;
}
.entry-wrapper .entry-meta ul li span, .entry-wrapper .entry-meta ul li span a {
	/*color: #c0c0c0;*/
	color:#4e4e4e;
	font-size: 12px;
}
.entry-wrapper .entry-meta ul li span a {
	text-decoration: underline;
}
.entry-wrapper .entry-meta ul li span a:hover {
	text-decoration: none;
}
.entry-title {
	color: #1E1D1C;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 9px;
}
.entry-title a {
	color: #1E1D1C;
	font-size: 28px;
	line-height: 34px;
}
.container h3.entry-title  {
  position: relative;
  margin: 0 0 9px ;
}
.container h3.entry-title.text-ico,
.container h3.entry-title.video-ico {
  padding-left: 82px;
  min-height: 77px;
}
.container h3.entry-title.text-ico:before {
  background: url("img/icon_types.png") no-repeat 0 -64px transparent;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0px;
  top: 0;
  content: "";
  display: block;
}
.container h3.entry-title.video-ico:before {
  background: url("img/icon_types.png") no-repeat 0 -64px transparent;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0px;
  top: 0;
  content: "";
  display: block;
  background-position: 0 0;
}
.entry-title a:hover {
	color: #343434;
}
.entry-meta ul {
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	background: #666;
}
.entry-meta ul li{
	color: #cccccc;
	display: inline-block; *display: inline; * zoom: 1;
	font-size: 14px;
	line-height: 30px;
	padding: 0 7px 3px 0px;
	margin: 0 0 0 0;
}
.entry-meta ul li:last-child{
	border: medium none;
}
.entry-meta ul li span{
  color: #ffffff;
  margin: 0 5px;
}
.entry-meta ul li span a{
	margin: 0;
  color: #fff;
}
a.more-link {
  color: #27A9E1;
}
.entry-meta ul li a{
	color: #1E1D1C;	
	margin: 0 5px;	
}
.entry-content {
	/*color: #93908D;*/
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}
br.clear {
	clear: both;
}
.entry-content br.clear {
	clear: both;
}
.entry-content .alignleft {
	float:left;
	margin:0 20px 20px 0;
}
.entry-content .alignright {
	float:right;
	margin:0 0 20px 20px;
}
.entry-content p {
	margin-bottom: 20px;
}
.entry-content h3 {
	color:#666666;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px !important;
}
.entry-content ul {
	color:#999999;
}
.entry-content ul li {
	color:#999999;
	border-bottom: 1px solid #999999;
	line-height: 22px;
	padding:5px 0;
}
.entry-content a {
	text-decoration: underline;
}
.popular-post-thumb {
  float: left;
  height: 57px;
  margin-right: 10px;
  width: 65px;
}
.sidebar-widget .popular-posts img {
  border: medium none;
}
.popular-posts img {
  height: 57px;
  width: 65px;
}
.popular-posts li.clearfix {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.popular-posts.upcoming img {
  max-width: 100%;
  display: block;
  margin: 0 auto 25px;
  width: 100%;
  height: auto;
}
.popular-posts.upcoming li h4 {
	font-size: 18px;
	line-height: 24px;
	color: #1E1D1C;
}
.sidebar-widget img, 
.footer-sidebar-widget img {
  max-width: 100%;
}
.popular-posts-content {
    overflow: hidden;
}
.popular-posts h4 {
  font-size: 14px;
  line-height: 21px;
  padding: 0 0 10px;
  margin: 0;
}
.popular-posts h4 a {
  color: #FFF;
}
.popular-posts .entry-meta {
	font-size: 0;
	line-height: 0;
	margin: 8px 0 8px;
	padding: 0;
	/*border-bottom: 1px solid #E6E6E2;*/
}
.popular-posts .entry-meta li{
	color: #FFF;
	display: inline-block; *display: inline; * zoom: 1;
	font-size: 14px;
	line-height: 24px;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #E6E6E2;
}
.popular-posts .entry-meta li:last-child{
	border: medium none;
}
.popular-posts .entry-meta li span{
	color: #FFF;
	margin: 0 5px;
}
.popular-posts .entry-meta li a{
	color: #1E1D1C;	
	margin: 0 5px;	
}
.sidebar-widget {
  margin-bottom: 15px;
  position: relative;
}
.container .sidebar-widget h3 {
  margin-bottom: 46px;
  margin-top: 20px;
  position: relative;
  padding-left: 55px;
  color:#FFF;
}
.container .sidebar-widget.featured_video h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("img/some_icos.png") no-repeat 0 -44px transparent;
  width: 44px;
  height: 44px;
  display: block;
}
.container .sidebar-widget.upcoming_event h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("img/some_icos.png") no-repeat 0 0 transparent;
  width: 44px;
  height: 44px;
  display: block;  
}
.container .sidebar-widget.recent_events h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("img/some_icos.png") no-repeat 0 0 transparent;
  width: 44px;
  height: 44px;
  display: block;  
}
#footer .container {
	padding: 0; 
}
#footer {
  background-color: #1e1d1c;
  color: #6b6865;
  padding: 0;
}
.newsletter {
  background-color: #27a9e1;
  color: #FFF;
}
.newsletter-code {
  padding: 35px 35px 20px 0;
}
.mc-field-group {
  float: left;
  width: 43%;
}
.newsletter-code label {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.newsletter-code input[type="email"] {
  width: 95%;
}
.newsletter-code input[type="text"], 
.newsletter-code input[type="email"] {
  border: medium none;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  width: 95%;
  color: #343434;
}
.newsletter_form_error {	
	color: #aa0707;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 17px;
	display: none;
	text-transform: uppercase;
	padding: 8px 0 0 0;
	margin: 0;
}
.email-icon {
	padding: 20px 0 35px 120px;
	position: relative;
}
.email-icon i {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 20px;
	top: 30px;
	background: url("img/signup-ico.png") no-repeat 0 0 transparent;
}
.email-icon h4 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
}
.email-icon h4 span:after {
	background: #000;
}
.email-icon p {
	line-height: 24px;
	margin-bottom: 0;
}
.newsletter-container {
	display: none;
	background-color: #1e1d1c;
	margin-top:-15px;
	margin-bottom: 25px;
	position: relative;
}
.newsletter-container .close_icon {
	position: absolute;
	right: 10px;
	top:10px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(img/1409019735_18_Close.png) center center no-repeat;
	text-decoration: none;
}
.newsletter-container .close_icon:hover {
	top:8px;
	text-decoration: none;
}
.header-newsletter {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #1e1d1c;
}
.header-newsletter .email-icon {
	padding-top: 17px;
	padding-bottom: 10px;
}
.header-newsletter .email-icon i {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 20px;
	top: 10px;
	background: url("img/signup-ico.png") no-repeat 0 0 transparent;
	background-size: 60px 60px;
}
.header-newsletter .email-icon h4 span:after {
	background: #ffffff;
}

.newsletter-code input[type="submit"] {
  background-color: #0E1030;
  border: medium none;
  color: #FFFFFF;
  float: right;
  height: 35px;
  margin: 24px 0 0;
  padding: 10px 20px;
}
.header-newsletter .newsletter-code input[type="submit"] {
	background-color:#27a9e1;
}
.header-newsletter .newsletter-code {
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright {
  background-color: #1e1d1c;
  color: #53514e;
  font-size: 14px;
  line-height: 24px;
  padding-top: 70px;
}
.copyright p {
	margin-bottom: 0;
}
.copyright .copyright-content {
  border-top: 1px solid #312F2E;
  padding: 15px 0;
}
.copyright a {
  color: #53514e;
}
.copyright a:hover {
  color: #fff;
}
.copyright .col-md-8 a {
  margin-left: 15px;
}
.footer-sidebar-widget {
  margin-bottom: 20px;
}
.footer-widgets {
  margin-top: 80px;
}
.footer-widgets a {
	color: #c4beb8;
}
.footer-widgets .footer-title{
	color: #C4BEB8;
	font-size: 18px;
	line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.footer-widgets .footer-title span{
	color: #C4BEB8;
	font-size: 18px;
	line-height: 24px;
}
.footer-widgets .footer-title span:after{
	background: #53514E;
	bottom: -20px;
}
.footer-widgets .textwidget {
	line-height: 24px;
	font-size: 14px;
}
.footer-links ul {
  font-size: 0;
  line-height: 0;
  margin: 0 25px 0 0;
  width: 38%;
	display: inline-block; *display: inline; *zoom: 1;
}
.footer-links ul li:last-child a {
	border-bottom: medium none;
}
.footer-links ul li a {
	border-bottom: 1px solid #312f2e;
	color: #6B6865;
	line-height: 40px;
	font-size: 14px;
	display: block;
}
.footer-links ul li a:hover {
	text-decoration: none;
	color: #fff;
}
.social-bottom {
  font-size: 0;
  line-height: 0;
  margin: 20px 0 0 0;
}
.social-bottom li {
	display: inline-block; *display: inline; *zoom: 1;
	margin: 0 5px 0 0;
}
.social-bottom li a {
	display: block;
	width: 30px;
	height: 30px;
	background: url("img/social-ico.png") no-repeat 0 0 transparent;
}
.social-bottom li a:hover {
	opacity: 0.8;
}
.social-bottom li.fb a {
	background-position: 0 0;
}
.social-bottom li.tw a {
	background-position: -33px 0;	
}
.social-bottom li.feed a {
	background-position: -66px 0;	
}
.social-bottom li.gplus a {
	background-position: -100px 0;	
}
.latest-tweets li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #6B6865;
}
.latest-tweets li a {
	color: #c4beb8;
}
.latest-tweets li span {
	display: block;
}
.contacts li {
	display: block;
	color: #6B6865;
  font-size: 14px;
  line-height: 36px;
	border-bottom: 1px solid #312f2e;
}
.contacts li span{
	color: #C4BEB8;
	margin-right: 5px;
}
.slider {
  overflow: hidden;
  position: relative;
  /*margin-bottom: 75px;*/
  margin-bottom: 30px;
}
.slider li {
	position: relative;
}
.slider .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
}
.slider .caption .wrapper {
  padding-right: 35px;
  padding-top: 89px;
}
.slider .caption p {
	text-align: right;
	font-size: 52px;
	line-height: 52px;
	font-weight: bold;
}
.slider .caption p strong{
	font-size: 68px;
	line-height: 54px;
	display: block;
}
.slider .caption .share {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 36px;
  top: 220px;
}
.slider .caption .share li {
	display: inline-block; *display: inline; *zoom: 1;
	margin-left: 10px;
}
.slider .caption .share li a{
	display: block;
	width: 147px;
	height: 147px;
	background: url("img/social-share.png") no-repeat 0 0 transparent;
	padding-top: 51px;
}
.slider .caption .share li a:hover{
	text-decoration: none;
}
.slider .caption .share li a:hover{
	color: #FFF;
	text-decoration: none;
}
.slider .caption .share li.fb a{
	background-position: 0 0;
}
.slider .caption .share li.tw a{
	background-position: -157px 0;	
}
.slider .caption .share li.gplus a{
	background-position: -317px 0;
}
.slider .caption .share li a span.count {
  display: block;
  margin: 0 auto;
  padding-bottom: 14px;
  text-align: center;
}
.slider .caption .share li a span.count i{
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	padding-bottom: 3px;
}
.slider .caption .share li a small {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
.content {
	margin-bottom: 80px;
}
.slides {background-color:#000;}
.slider .slides {}
.slider .slides img {
	/*width: 100%;*/
	margin:0 auto;
	display:block;
}
.call-to-actions {
	position: relative;
	/*z-index: 9999;*/
	z-index: 1;
}
.call-to-actions .container {
	padding: 0;
}
.call-to-actions .container {
	position: absolute;
	left: 0;
	right: 0;
	/*top: -185px;*/
	top: -140px;
	height: auto;
	color: #fff;
}
.call-to-actions .container ul  {
	background: #27A9E1;
}
.call-to-actions ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.call-to-actions ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
.call-to-actions ul li .inner{
  padding-left: 114px;
  padding-top: 7px;
  vertical-align: top;
}
.call-to-actions ul li{
	display: inline-block; *display: inline; * zoom: 1;
  border-right: 2px solid #000000;
  color: #FFFFFF;
  font-size: 14px;
  height: 110px;
  line-height: 18px;
  margin-right: 17px;
  padding-right: 15px;
  position: relative;
  width: 32.5%;
  overflow: hidden;
}
.call-to-actions ul li:last-child{
	border: none;
}
.call-to-actions ul li i{
  display: block;
  height: 80px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 80px;
}
.call-to-actions ul li i.money-ico{
	background: url("img/money-ico.png") no-repeat 0 0 transparent;
}
.call-to-actions ul li i.candidates-ico{
	background: url("img/candidates-ico.png") no-repeat 0 0 transparent;	
}
.call-to-actions ul li i.email-ico{
	background: url("img/signup-ico.png") no-repeat 0 0 transparent;	
}
.call-to-actions ul li i.volunteer-ico{
	background: url("img/volunteer-ico.png") no-repeat 0 0 transparent;	
}
.call-to-actions ul li h4{
  color: #FFFFFF;
  margin: 10px -10px 15px 0;
  text-transform: uppercase;
}
.call-to-actions ul li h4 span:after {
  background: none repeat scroll 0 0 #000000;
  bottom: -5px;
}
.call-to-actions ul li:last-child {
  margin: 0;
  padding: 0;
  width: 30%;
}
.call-to-actions ul li p {
	margin: 0;
}
.container h1, 
.container .h1, 
.container h2, 
.container .h2, 
.container h3, 
.container .h3 {
  /*margin-bottom: 42px;*/
  margin-bottom: 5px;
  margin-top: 1px;
}
.container.content {
	/* padding: 0; */
}
.container.single-post-page h2.page-title {
	margin-bottom: 25px;
}
.small-call-to-action {
	background: #27A9E1;
	color: #fff;
}
.small-call-to-action .call-to-links{}
.small-call-to-action .call-to-links ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.small-call-to-action .call-to-links ul li {
	display: inline-block;* display: inline; *zoom: 1;
	margin-right: 40px;
}
.small-call-to-action .call-to-links ul li a{
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  padding-left: 17px;
  position: relative;
  text-transform: uppercase;
}
.small-call-to-action .call-to-links ul li a:before{
	content: "";
	background: url("img/top-icons.png") no-repeat 0 0 transparent;
	width: 18px;
	height: 18px;
	left: 0;
	top: -1px;
	position: absolute;
}
.small-call-to-action .call-to-links ul li.donate a:before{
	width: 8px;
	height: 18px;
	background-position: 0 0;
}
.small-call-to-action .call-to-links ul li.candidates a:before{
  background-position: -20px 0;
  height: 18px;
  left: -7px;
  top: -2px;
  width: 15px;
}
.small-call-to-action .call-to-links ul li.updates a:before{
  background-position: -52px -1px;
  height: 18px;
  left: -10px;
  width: 19px;
}
.small-call-to-action .call-to-links ul li a:hover{}
.top-socials{}
.top-social{
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 6px 0 0;
}
.top-social li{
	display: inline-block;* display: inline; *zoom: 1;
	margin-left: 20px;
}
.top-social li a{
	background: url("img/top-icons.png") no-repeat 0 0 transparent;
	width: 18px;
	height: 18px;
	display: block;
}
.top-social li a:hover{
	opacity: 0.8;
}
.top-social li.fb a{
	width: 11px;
	height: 20px;
	background-position: -88px 0;
}
.top-social li.tw a{
	width: 21px;
	height: 20px;
	background-position: -123px 0;
}
.top-social li.gplus a{
	width: 18px;
	height: 20px;
	background-position: -166px 0;
}
.breadcrumbs {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
}
.breadcrumbs .breadcrumb {
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}
.breadcrumbs .breadcrumb li {
	font-size: 14px;
	line-height: 24px;
}
.breadcrumbs .breadcrumb > li + li:before {
	content: "| ";
}
.breadcrumbs .breadcrumb li a{
	font-size: 14px;
	line-height: 24px;
	/*color: #CCC;	*/
	color:#4e4e4e;
	text-decoration: underline;
}
.breadcrumbs .breadcrumb li.active{
	color: #999;
}

.entry-wrapper h3.entry-title  {
  margin-bottom: 0;
  min-height: 45px !important;
}

.block {
	margin-top:45px;
}
.block .heading {
	color:#27a9e1;
	font-family: Montserrat, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	display: block;
	/*border-bottom: 1px solid #999999;*/
	padding-bottom: 12px;
}
.block .block_item {
	border-top: 1px solid #999999;
	padding: 16px 0;
}
.block .block_item .name {
	color:#666666;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin:0;
	padding: 0;
	display: block;

}
.block .block_item .location {
	display: block;
	color:#333333;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin:0 0 19px 0;
	padding: 0;

}
.block .block_item img.picture {
	float: left;
}
.block .block_item .info {
	/*float: right;*/
	/*width: 545px;*/
	margin-left: 155px;
	/*min-height: 145px;*/
	color: #333333;
	font-size: 16px;
	line-height: 22px;	
	font-family: Montserrat, sans-serif;
}
.block .block_item .info .social_links a {
	color: #27a9e1;
	text-transform: uppercase;
}

.disclaimer {
	color: #000;
	background-color: #fff;
	border: solid 1px black;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	display: block;
	line-height: 17px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.disclaimer a {
	color: #428bca;
	text-decoration: none;
}
.disclaimer a:hover {
	color: black !important;
}
.newsletter_form_done {font-size:22px;padding:25px 0 0 0;}

/* Extra Small */
@media(max-width:767px){
	.main-menu ul li a {
    font: 15px/25px "Montserrat",sans-serif;
    height: 35px;
    margin: 0;
    padding: 0 10px;
	}
	.slider {
		margin-bottom: 20px;
	}
	.slider .caption {
		display: none;
	}
	.entry-meta ul li {
    font-size: 10px;
    line-height: 20px;
    margin: 0 8px 0 0;
    padding: 0 6px 3px 0;
	}
	.main-menu ul li {
		text-align: center;
	}
	.main-menu ul li.donate {
		display: block;
		margin: 0 auto;
	}
	.main-menu ul li a:after {
		display: none;
	}
	.newsletter-code {
	  padding: 0 10px 20px 21px;
	}
	.mc-field-group {
    float: none;
    margin-bottom: 15px;
    width: 100%;
	}
	.article.odd, .article.even {
		margin:0px 0px 0px 0px;
	}
	.overlay .holder {
		top:10px;
		left:10px;
		width: 100%;
	}
	.overlay .holder .big {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}
	.overlay .holder .small {
		font-size: 16px;
		line-height: 18px;
		text-align: center;
	}
	.overlay .holder form .email {
		width: 90%;
		margin-bottom: 10px;
	}
	.overlay .holder form .zip {
		width: 90%;
		margin-bottom: 10px;
	}
	.overlay .holder .continue {
		display: block;
		width: 100%;
		text-align: center;
	}
	.overlay .foot {
		display: none;
	}
	.container h3.entry-title.text-ico, .container h3.entry-title.video-ico {
		padding-left: 0px;
	}
	.container h3.entry-title.video-ico:before {
		display: none;
	}
	.entry-wrapper .entry-meta {
		margin-left: 0px;
	}
	.container h3.entry-title.text-ico:before {
		display: none;
	}
	.article.odd .entry-wrapper, .article.even .entry-wrapper {
		padding-bottom: 0px
	}
	.nav-previous {
		padding-bottom: 20px;
	}
	.nav-next {
		padding-bottom: 20px;
	}
	.single-page-padding {
		padding: 0;
	}
	.block .block_item .info {
		width:100%;
		clear: both;
		margin-top: 10px;
		margin-left: 0;
		min-height: 45px;
	}
	.block .block_item img.picture {
		float: none;
		margin:0 auto;
	}
	#footer .container {
		padding-left:15px;
		padding-right:15px;
	}
	.copyright .copyright-content {
		padding: 15px;
	}
	.main-menu ul li {
		width: 100%;
		display: block;
	}
	.main-menu ul li a:after {
		bottom: 0;
	}
}
.xs-menu-small {
	margin:10px 0 0 0;
}
.xs-menu-small select {
	margin:0 auto;
	display: block;
	width:97%;
	height:30px;
}

#right-col {
	/*background-color:#e5e5e5;*/
	background-color:#27a9e1;
}

/* Small */
@media(min-width:768px) and (max-width:991px){
	.slider {
		display:none;
		margin-bottom:0;
	}
	.call-to-actions ul li .inner {
		padding-top:0;
		padding-left:17px;
	}
	.call-to-actions ul li .inner i {
		display:none;
	}
	.call-to-actions ul li h4 {
		font-size:14px;
	}
	.call-to-actions ul li p {
		font-size: 12px;
	}
	
	.call-to-actions .container {
		position:relative;
		top:0;
	}
	.main-menu ul li a {
		margin-left:0px;
	}
	.article.odd, .article.even {
		margin:0px 0px 0px 0px;
	}
	.call-to-actions ul li {
		margin-right: 6px;
	}
	.overlay .holder {
		top:100px;
		left:10px;
		width: 96%;
	}
	/************/	
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
	.slider {
		margin-bottom:0;
	}
	.slider .caption .wrapper {
		width:auto;
		padding-right: 35px;
		padding-top: 59px;
	}
	.call-to-actions {
		margin-bottom: 20px;
	}
	.call-to-actions ul li .inner {
		padding-top:0;
	}
	.call-to-actions ul li h4 {
		font-size:14px;
	}
	.call-to-actions ul li p {
		font-size: 12px;
	}
	.call-to-actions .container {
		position:relative;
		top:0;
	}
	.slider .caption .share {
		top:190px;
	}
}

/* Large */
@media(min-width:1200px) and (max-width:1380px){
	.slider .caption .wrapper {
		padding-right: 35px;
		padding-top: 50px;
	}
	.slider .caption .share {
		top:175px;
	}
}

/* Extra Large */
@media(min-width:1380px){}