 /*

_____________________________________________________

Tall Grass Digital
Author: Warren Claflin
Version: 1.0
URL: http://www.tallgrassdigital.com
_____________________________________________________

1. ROOT
2. TYPOGRAPHY (See css/html-reset.css)
3. TABLES
4. FORMS
5. NAVIGATION 
6. HEADER
7. HIGHLIGHTED
8. MAIN CONTENT
9. SIDEBAR
10. FOOTER
11. PAGE BOTTOM
12. GLOBAL OBJECTS
13. VENDOR-SPECIFIC 
14. TEMPLATE SPECIFICS
15. MODERNIZR

--- Colors ---
   
*/





/********************************* 1. ROOT ***********************************/
html{
	margin:0;
	padding:0;
	height:100%;
}

body {
  margin:0;
  position: relative;
	height:100%;
}

.not-logged-in .statistics_counter{
	display:none;
}

#page-wrapper { 
margin: 0 auto;
position: relative;
}

@media(max-width:768px){
	#page {
		min-height:100%;
		position:relative;
		height:100%;
	}
}

.page-title{
  background:url(../images/st-paul.jpg) center center;
  padding:10px 0;
}
 
.front .page-title{
  display:none;
}

#block-superfish-1 {
	float:right;
	margin-top:25px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}



h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 20px 0 1em 0;
}

h1.title {
	color:#000000;
  padding-right: 15px;
  margin: 15px 0;
	font-size:32px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

article h1.title{
	color:#375d81;
	margin:10px 0 1em 0 !important;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.region-help /* Help text on a page */ {
}

.more-help-link /* Link to more help */ {
}

.region-content /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
}

.item-list .pager li /* Each page number in the pager list */ {
  padding: 0 0.5em;
}

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}


.node img{
  max-width:100%;
  display:block;
  height:auto;
}

#node-172 img{
  margin-left:auto;
  margin-right:auto;
}



/********************************* 3. TABLES ***********************************/

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%;
font-size : .875em; /* 14 / 16 = .875 */ }

th { 
font-weight : bold; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}


/********************************* 4. Forms ***********************************/



button, input, select[multiple], textarea{
  padding:12px 6px;
  width:100%;
  border-radius:0;
  border:solid 1px #ddd;
  background:#fff;
}


.webform-component label{
  font-family: 'Cardo', serif;
   color:#777;
}
.form-type-checkbox input.form-checkbox{
  float:left;
  margin-right:15px;
  width:20px;
}



/********************************* 5. Navigation ***********************************/

#navbar{
}

#sidr-0-button{
	color:#000;
}

#sidr-wrapper-0{
	position:relative;
	float:right;
}

.nav-button{
	position: relative;
  float: right;
  padding-top: 45px;
  padding-right: 15px;
  height: 75px;
  width: 90px;
  text-align: right;
  line-height: 5px;
	font-family: 'Montserrat', sans-serif;
}

.nav-button span, 
.nav-button span:before, 
.nav-button span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
}


.nav-button span:before {
  top: -7px;
}
.nav-button span:after {
  bottom: -7px; 
}

.nav-button span, .nav-button span:before, .nav-button span:after {
  transition: all 300ms ease-in-out;
}
.sidr-open .nav-button span {
  background-color: transparent;
}
.sidr-open .nav-button span:before, .sidr-open .nav-button span:after {
  top: 0;
}
.sidr-open .nav-button span:before {
  transform: rotate(45deg);
}
.sidr-open .nav-button span:after {
  transform: rotate(-45deg);
}


/********************************* 7. Header ***********************************/
#header {
 background:#ffffff;
 min-height:45px;
 display:block;
 position:relative;
 padding-bottom:15px;
}

.front #header{
}

/* Wrapping link for logo. */
.header__logo {
  float: left; /* LTR */
  margin: 0;
  padding: 20px 0 15px 0;
}

/* Logo image. */
.header__logo-image {
  vertical-align: top;
}

.logo{
  display: block;
  padding-left: 110px;
  position: absolute;
  top: 26px;
}

@media(max-width:480px){

.col-xs-9.logo-container{
  margin-top:40px;
  }
  
  
 .navbar.col-xs-3{
   position:absolute;
    top:0;
   }
   
   #sidr-wrapper-0{
     margin-top:0;
   }
   
   .nav-button{
     padding-top:35px;
   }
}



@media (min-width: 481px)  {
	.logo{
    left:-68px;
  }
	
}

.region-verytop{
  padding-top:10px;
}


/********************************* 8. MAIN CONTENT ***********************************/
.node{
	margin-bottom:20px;
}

.overlay{
	display: block;
  position: absolute;
  top: 0;
  background: url(../images/bg-overlay3.png) repeat;
  z-index: 10;
	height:100%;
	width:100%;
	opacity:0;
}

.front #main .container{
	padding-left:0;
	padding-right:0;
}


#main .container {
  border-bottom: solid 4px #1a64b7;
  background: #fbfbfb;
  box-shadow: 0px 1px 5px rgba(0,0,0,.1);
}

.page-views #main .container,
.front #main .container{
  background:none;
  border-bottom:none;
}

form#user-login{
  margin-bottom:30px;
  padding:20px;
  text-align:center;
  background: #eee;
  border: outset 3px #1a64b7;
}

@media (min-width:480px){
  form#user-login{
    width:50%;
    margin-left:auto;
    margin-right:auto;
  }
}
@media(min-width:768px){
.social-included{
  margin-left:-3.5%;
}

.social-share{
  padding-left:0;
}
}
/********* Slideshow *******/
.front .block{
	margin-bottom:0;
}

.region-highlighted{
	display:block;
}


@media (min-width:768px){
	#block-views-front-page-slideshow-block{
		width:100%;
		float:left;
		padding-left:0;
	}
}

.flexslider{
	margin:0;
	border:solid 1px #ddd;
	border-radius:0;
}

.slideshow-height{
	height:0;
	padding-bottom:40%;
}

.slideshow-image{
	display:block;
	position:relative;
}

.slideshow-image a{
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	
}

.slideshow-image a:hover{
	cursor:pointer;
}

.slideshow-copy {
	background: rgba(12, 57, 148, 0.84);
	display: block;
	float: left;
	padding: 15px 20px;
	font-family: 'Karla', sans-serif;
	color: #fff;
	line-height: 1.24em;
	font-size: 1.3em;
	margin: 30% auto 0 auto;
	font-weight: 300;
	letter-spacing: .05em;
}

@media (min-width: 992px) {
	.slideshow-copy{
		font-size:2em;
	}

}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	z-index: 20;
	display:none;
}

.flex-control-paging li a {
	background:#ffffff;
}

.flex-control-paging li a.flex-active{
	background:#0c1231;
}


.flex-direction-nav{
	display:block; 
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
	display:block;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
		background:#fff;
		border:solid 1px #ebebeb;
}

.flex-direction-nav .flex-prev{
	left:-10px;
}

.flex-direction-nav .flex-next{
	right:-10px;
}


.field-slideshow-controls .next {
  background: url(../images/bg-next.png) center no-repeat;
  background-size: 48px 48px;
  right: 20px;
  border: 0;
	position:absolute;
	display:block;
	text-indent:-9999px;
	height:48px;
	width:48px;
}

.field-slideshow-controls .prev {
  background: url(../images/bg-prev.png) center no-repeat;
  background-size: 48px 48px;
  left: 20px;
  border: 0;
	position:absolute;
	display:block;
	text-indent:-9999px;
	height:48px;
	width:48px;
}

.field-slideshow-controls .next:hover,
.field-slideshow-controls .prev:hover{
	background-color:#3587cb;
}

.flex-direction-nav a:before{
    font-family: "flexslider-icon";
    font-size: 25px;
    display: inline-block;
    content: '\f001';
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    /* text-indent: 9999px; */
    text-align: center;
    padding: 4px 10px;
		color: #0c1231;
}


/********** Front Page Blocks ***********/
#block-views-front-page-posts-block ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}


#block-views-front-page-posts-block .form-actions input{
	cursor: pointer;
	-webkit-appearance: button;
	background: #1a64b7;
	color: #ffffff;
	border: solid 1px #aaa;
	padding: 4px 15px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-top: 1em;
}

.view-front-page-posts{
}

.front-block-height{
	position:relative;
	display:block;
}

.view-front-page-posts ul{
	padding:0;
	list-style-type: none;
	margin:0;
}

.view-front-page-posts {
	margin-left:-7.5px;
	margin-right:-7.5px;
}

.masonry-item{
	width:100%;
	float:left;
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 15px;
	position:relative;
	display:block;
}

.draggableviews-processed li.views-row {
	display: block;
	float: left;
	padding: 5px;
	cursor: move;
	width:100%;
	margin:0;
	margin-bottom:15px;
}

.masonry-item.horizontal{
  width:100%;
}



.masonry-item.vertical{
}

.masonry-item.full-width{
}

.front-block-front_page_link_box{
	height:0;
	padding-bottom:100%;
}

.front-block-front_page_link_box .front-title{
	color: #fff;
  text-align: center;
  display: block;
  border: dotted 1px #fff;
  margin: 7.5% !important;
  height: 85%;
  font-size: 22px;
  padding-top: 20% !important;
}

.front-block-front_page_link_box .front-block-link{
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(12,18,49,.7);
}


.front-block-front_page_link_box .front-block-link{
	display:none;
}

.front-block-defined-link{
	display:none;
}

.front-block-front_page_link_box .front-block-defined-link{
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(12,18,49,.7);
}

.front-block-front_page_link_box .front-block-defined-link:hover{
	text-decoration:none;
	background:rgba(12,18,49,1);
}

.front-block-front_page_link_box .front-block-defined-link:focus{
	box-shadow:indent 3px 3px #000;
}

.view-front-page-posts h3{
	font-size:17px;
}

.front-block-height{
	border:solid 1px #ccc;
	overflow:hidden;
  height:100%;
}

.front-block-article .front-title,
.front-block-article .front-preview-copy{
	padding: 0 10px;
}

.front-block-article .front-preview-copy{
	padding-bottom:15px;
}

.masonry-item{
	width:50%;;
	float:left;
	padding-left:7.5px;
	padding-right:7.5px;
}

.draggableviews-processed li.views-row {
	width:33.33333%;
}


.front-block-soundcloud{
	position:relative;
	display:block;
	width:100%;
	padding-bottom: 18.75%;
	padding-top: 25px;
	height: 0;
}
	
.front-block-soundcloud iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.front-block-article.podcast .front-preview-copy{
	display:none !important;
}

	

@media (min-width: 481px) and (max-width:767px) {
	.masonry-item{
		width:33.33333333%;
		float:left;
		padding-left: 7.5px;
		padding-right: 7.5px;
    overflow:hidden;
    height:400px;
	}
  
	
  
  .masonry-item.front-page-link-box,
  .masonry-item.square{
		width:33.33333333%;
		float:left;
		padding-left: 7.5px;
		padding-right: 7.5px;
    height:auto;
	}
	
	.draggableviews-processed li.views-row {
		width:25%;
	}
	
	.masonry-item.horizontal,
	.draggableviews-processed li.views-row.horizontal{
		width:66.66666667%;
    height: 238px;
		display:block;
		position:relative;
	}
	
	
	.masonry-item.full-width{
		width:100%;
	}
	
	.masonry-item.vertical .front-block-height{
		height:100%;
		overflow:hidden;
	}
	
	.masonry-item.horizontal .front-block-article,
	.masonry-item.horizontal .front-block-resource,
	.masonry-item.horizontal .front-block-event{
		display:block;
		position:relative;
		height:195.25px;
	}
	
	.masonry-item.horizontal .front-block-article.podcast .front-block-soundcloud{
		margin-top:20px;
	}
	
	
	.masonry-item.horizontal .front-article-image{
		width:50%;
		height:0;
		padding-bottom:50%;
		position:relative;
		display:block;
		float:left;
	}
	
	.masonry-item .front-title,
	.masonry-item .front-preview-copy{
		display:block;
		position:relative;
		padding: 5px;
		margin-top:0;
		margin-bottom:0;
	}
		
	.masonry-item.horizontal .front-preview-copy{
		-webkit-column-width: 150px;
    column-width: 150px;
    height: 100%;
	}
		
	.horizontal .front-preview-holder{
		display:table;
    width:100%;
	}
	
	.front-block-soundcloud{
		padding-bottom:34%;
		width:101%;
		margin-left:-0.5%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.masonry-item{
		width:33.33333333%;
		float:left;
		padding-left: 7.5px;
		padding-right: 7.5px;
    height:491px;
    overflow:hidden;
	}
  
	
  
  .masonry-item.front-page-link-box,
  .masonry-item.square{
		width:33.33333333%
		float:left;
		padding-left: 7.5px;
		padding-right: 7.5px;
    height: 238px;
	}
	
	.draggableviews-processed li.views-row {
		width:25%;
	}
	
	.masonry-item.horizontal,
	.draggableviews-processed li.views-row.horizontal{
		width:66.66666667%;
    height: 238px;
		display:block;
		position:relative;
	}
	
	
	.masonry-item.full-width{
		width:100%;
	}
	
	.masonry-item.vertical .front-block-height{
		height:100%;
		overflow:hidden;
	}
	
	.masonry-item.horizontal .front-block-article,
	.masonry-item.horizontal .front-block-resource,
	.masonry-item.horizontal .front-block-event{
		display:block;
		position:relative;
		height:195.25px;
	}
	
	.masonry-item.horizontal .front-block-article.podcast .front-block-soundcloud{
		margin-top:20px;
	}
	
	
	.masonry-item.horizontal .front-article-image{
		width:50%;
		height:0;
		padding-bottom:50%;
		position:relative;
		display:block;
		float:left;
	}
	
	.masonry-item .front-title,
	.masonry-item .front-preview-copy{
		display:block;
		position:relative;
		padding: 5px;
		margin-top:0;
		margin-bottom:0;
	}
		
	.masonry-item.horizontal .front-preview-copy{
		-webkit-column-width: 150px;
    column-width: 150px;
    height: 100%;
	}
		
	.horizontal .front-preview-holder{
		display:table;
    width:100%;
	}
	
	.front-block-soundcloud{
		padding-bottom:34%;
		width:101%;
		margin-left:-0.5%;
	}
}

@media (min-width: 992px) and (max-width:1199px) {
	.masonry-item{
		width:25%;
		float:left;
		padding-left: 7.5px;
		padding-right: 7.5px;
    height:473.5px;
    overflow:hidden;
	}
  
  .masonry-item.front-page-link-box,
  .masonry-item.square{
		width:25%;
		float:left;
		padding-left: 7.5px;
		padding-right: 7.5px;
    height: 229.25px;
	}
	
	.draggableviews-processed li.views-row {
		width:25%;
	}
	
	.masonry-item.horizontal,
	.draggableviews-processed li.views-row.horizontal{
		width:50%;
    height: 229.25px;
		display:block;
		position:relative;
	}
	
	
	.masonry-item.full-width{
		width:100%;
	}
	
	.masonry-item.horizontal .front-block-height{
		height:229.25px !important;
	}
	
	.masonry-item.vertical .front-block-height{
		height:100%;
		overflow:hidden;
	}
	
	.masonry-item.horizontal .front-block-article,
	.masonry-item.horizontal .front-block-resource,
	.masonry-item.horizontal .front-block-event{
		display:block;
		position:relative;
		height:195.25px;
	}
	
	.masonry-item.horizontal .front-block-article.podcast .front-block-soundcloud{
		margin-top:20px;
	}
	
	
	.masonry-item.horizontal .front-article-image{
		width:50%;
		height:0;
		padding-bottom:50%;
		position:relative;
		display:block;
		float:left;
	}
	
	.masonry-item .front-title,
	.masonry-item .front-preview-copy{
		display:block;
		position:relative;
		padding: 5px;
		margin-top:0;
		margin-bottom:0;
	}
		
	.masonry-item.horizontal .front-preview-copy{
		-webkit-column-width: 150px;
    column-width: 150px;
    height: 100%;
	}
		
	.horizontal .front-preview-holder{
		display:table;
	}
	
	.front-block-soundcloud{
		padding-bottom:27%;
		width:101%;
		margin-left:-0.5%;
	}
	
}


@media (min-width:1200px){
	.masonry-item{
		width:25%;
		float:left;
		padding-left: 7.5px;
		padding-right: 7.5px;
    height:577.5px;
    overflow:hidden;
	}
  
	
  
  .masonry-item.front-page-link-box,
  .masonry-item.square{
		width:25%;
		float:left;
		padding-left: 7.5px;
		padding-right: 7.5px;
    height: 281.25px;
	}
	
	.draggableviews-processed li.views-row {
		width:25%;
	}
	
	.masonry-item.horizontal,
	.draggableviews-processed li.views-row.horizontal{
		width:50%;
    height: 281.25px;
		display:block;
		position:relative;
	}
	
	.masonry-item.full-width{
		width:100%;
	}
	
	.masonry-item.vertical .front-block-height{
		height:100%;
		overflow:hidden;
	}
	
	.masonry-item.horizontal .front-block-article,
	.masonry-item.horizontal .front-block-resource,
	.masonry-item.horizontal .front-block-event{
		display:block;
		position:relative;
		height:195.25px;
	}
	
	.masonry-item.horizontal .front-block-article.podcast .front-block-soundcloud{
		margin-top:40px;
	}
	
	.masonry-item.horizontal .front-article-image{
		width:50%;
		height:0;
		padding-bottom:50%;
		position:relative;
		display:block;
		float:left;
	}
	
	.masonry-item .front-title,
	.masonry-item .front-preview-copy{
		display:block;
		position:relative;
		padding: 5px;
		margin-top:0;
		margin-bottom:0;
	}
		
	.masonry-item.horizontal .front-preview-copy{
		-webkit-column-width: 150px;
    column-width: 150px;
    height: 100%;
	}
		
	.horizontal .front-preview-holder{
		display:table;
    width:100%;
	}
	
	.front-block-soundcloud{
		padding-bottom:34%;
		width:101%;
		margin-left:-0.5%;
	}
	
}

.webform-progressbar{
	display:none;
}


/****** Capitol Agenda Page *******/
.page-node-3282 #page-title{
	display:none;
}

.page-node-3282 .node #page-title{
	display:block;
}

.node-3282 .field-name-body{
	margin-left:-15px;
	margin-right:-15px;
}


#block-views-front-page-slideshow-block-1{
	margin-left:-15px;
	margin-right:-15px;
}

#block-views-front-page-slideshow-block-1 .slideshow-copy {
    background: rgba(12, 57, 148, 0.84);
    float: left;
    padding: 15px 20px;
    font-family: 'Karla', sans-serif;
    color: #fff;
    line-height: 1.24em;
    margin: 30% auto 0 auto;
    font-weight: 300;
    letter-spacing: .05em;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    width: 60%;
    text-align: center;
}


.node-legislative-priorities .header-section{
	display:block;
	position:relative;
}

.node-legislative-priorities .legislative-title h1.title{
	display:inline-block;
	position:absolute;
	bottom:20px;
	text-align:center;
	color:#fff;
	background:#1a64b7;
	padding: 15px 20px;
}

.node-legislative-priorities .field-name-body{
  width: 69%;
  margin: 3em auto 4em;
}

.node-legislative-priorities .field-name-body p{
	font-size:1.3em;
}


#block-views-legislative-priorities-block{
	display:inline-block;
	position:relative;
}

.view-legislative-priorities .views-row{
	display:block;
	position:relative;
	width:33.33333333%;
	float:left;
	margin-bottom:25px;
	padding-left:5px;
	padding-right:5px;
}

@media screen and (max-width:479px){
	.view-legislative-priorities .views-row{
		width:100%;
	}
}

@media screen and (min-width:480px) and (max-width:767px){
	.view-legislative-priorities .views-row{
		width:50%;
	}
}

@media screen and (min-width:768px) and (max-width:979px){
	.view-legislative-priorities .views-row{
		width:50%;
	}
}


.view-legislative-priorities .priority-path{
	display:block;
	position:relative;
}

.view-legislative-priorities .priority-path .priority-title{
	display:inline-block;
	position:absolute;
	bottom:40px;
	text-align:center;
	color:#fff;
	background:#1a64b7;
	padding: 15px 20px;
	text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
	font-size:1.5em;
	width:100%;
	-webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}


.view-legislative-priorities .priority-path:hover .priority-title,
.view-legislative-priorities .priority-path:active .priority-title,
.view-legislative-priorities .priority-path:focus .priority-title{
	background:#0d4686;
}


/****** Event Search *******/
#block-views-exp-upcoming-events-page-2{
	display:inline-block;
	position:relative;
	background:#ddd;
	width:100%;
	min-height:300px;
	padding:15px 30px;
	background-color: #FFFFFF !important;
    background-image: url(../images/volunteer-rotator/rotator.php) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
  background-position: 56% center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    filter: 


}

#block-views-exp-upcoming-events-page-2 h2.block-title{
	font-weight:bold;
  font-weight: bold;
  line-height: 1.4em;
  text-shadow: 2px 2px 5px rgba(0,0,0,.1);
  color:#18356e;
  text-transform:uppercase;
  letter-spacing:.05em;
}


#views-exposed-form-upcoming-events-page-2 .views-exposed-widget{
	width:100%;
	display:inline-block;
	position:relative;
	margin-bottom:25px;
}

#views-exposed-form-upcoming-events-page-2 .views-exposed-widget label{
	font-family: 'Montserrat', sans-serif;
}

#views-exposed-form-upcoming-events-page-2 .views-widget-filter-field_event_type_value{
	
}

#views-exposed-form-upcoming-events-page-2 .views-widget-filter-distance{
	
}

#views-exposed-form-upcoming-events-page-2 .views-submit-button{
	
}

#views-exposed-form-upcoming-events-page-2 .views-widget-filter-distance .views-widget .form-item{
	margin-top:15px;
}

#views-exposed-form-upcoming-events-page-2 .views-widget-filter-distance .views-widget .form-item label{
	font-weight:normal;
}





.views-submit-button .form-submit{
    cursor: pointer;
    -webkit-appearance: button;
    background: #1a64b7;
    color: #ffffff;
    border: solid 1px #aaa;
    padding: 10px 40px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0 !important;
}

.form-item-distance-search-units{
	display:none !important;
}


.form-type-select .form-select{
	padding: 12px 6px;
  width: 100%;
  border-radius: 0;
  border: solid 1px #ddd;
  background: #fff;
  height:46px;
  border-radius:0;
}


html.js input.webform-calendar {
  display: inline;
  height: 46px;
  width: 46px;
  position: absolute;
  left: 0;
  top: 25px;
}

.form-item.webform-component-date{
	display:inline-block;
	width:100%;
	position:relative;
}




.form-item-submitted-date-day,
.form-item-submitted-date-month{
	width:40%;
	float:left;
}

.form-item-submitted-date-month{
	margin:0 20px 0 60px;
}

.form-item-submitted-date-day{
	margin:0;
}


.form-item-field-event-type-value{
	display:block;
	position:relative;
}

.form-item-distance-search-distance label:after{
	content:"(miles)";
	display:block;
	position:relative;
	float:right;
	padding-left:10px;
}

@media screen and (min-width:600px){
	#views-exposed-form-upcoming-events-page-2 .views-widget-filter-distance .views-widget .form-item{
		width:50%;
		float:left;
		display:block;
		position:relative;
	}

	#views-exposed-form-upcoming-events-page-2 .form-item-distance-search-distance{
		padding-left:20px;
	}
}

@media screen and (min-width:768px) and (max-width:991px){
	#block-views-exp-upcoming-events-page-2{
		background-position:70% center !important;
	}

	#block-views-exp-upcoming-events-page-2 h2.block-title{
		width:65%;
	}
	
	#views-exposed-form-upcoming-events-page-2 .views-exposed-form{
		display:block;
		position:relative;
		width:65%;
		float:left;
	}
}

@media screen and (min-width:992px){
	#block-views-exp-upcoming-events-page-2{
		background-position:right center !important;
	}
	
	#block-views-exp-upcoming-events-page-2 h2.block-title{
		width:50%;
	}
	
	#views-exposed-form-upcoming-events-page-2 .views-exposed-form{
		display:block;
		position:relative;
		width:50%;
		float:left;
	}
}

/****** About Us Page *******/
.section-about .field-name-field-image-main{
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
}

.field-name-field-file{
  margin-top:25px;
  background: #eee;
  border: solid 1px #ddd;
  padding: 10px 15px;
  margin-bottom:20px;
}

.field-name-field-file .field-item{
  margin-bottom:.75em;
}

.field-name-field-file .field-label{
  font-family:'Montserrat', sans-serif;
  text-transform:uppercase;
  margin-bottom:1.5em;
}

.file .file-icon{
  float: left;
  margin-right: 5px;
  text-indent: -99999px;
  background: url(../images/file.png) no-repeat;
  height: 16px;
  width:13px;
}

.field-name-field-file .file a{
  font-family:'Montserrat', sans-serif;

}


@media(min-width:480px){
   .section-about .field-name-field-image-main{
    float: left;
    margin-bottom:20px;
  }
}


@media(min-width:768px){
  .section-about .field-name-field-image-main{
    float: left;
    margin-bottom:20px;
  }
}

.section-officers-and-staff .field-name-body p a{
  font-family:'Montserrat', sans-serif;
  text-transform:uppercase;
  font-size:1.2em;
  line-height:2em;
}




.node-page .node-webform h2.node-title{
  display:none;
}

.webform-submit{
  width: 200px;
  font-family: 'Montserrat', sans-serif;
  background:#053871;
  font-size: 1.1em;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 1px 1px #aaa, 2px 2px #aaa;
  border: solid 1px #aaa;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
  
.webform-submit:hover{
  background:#175499;
  box-shadow:none;
   -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}


.webform-submit:active,
.webform-submit:focus{
  box-shadow:inset 2px 2px #000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.front #bottom-form{
  display:none;
}







/****** FAQ Page *****/
.page-views #main.container {
  background: #ebebeb;
	border-bottom: solid 4px #1a64b7;
}


.view-frequently-asked-questions{
	padding-bottom:15px;
}

.view-frequently-asked-questions .views-row{
	border-bottom: solid 2px #1a64b7;
}

.view-frequently-asked-questions .views-row-last{
	border-bottom:none;
}

.title-identifier,
.answer-identifier{
	float:left;
	padding-right:10px;
	margin:0;
	color:#000;
}

.title,
.answer{
	display:block;
	margin-left:35px;
	color:#000;
}


/*** Accoridon ***/
.views-accordion-header{
	background:transparent;
	margin-top:0;
	border:none;
	border-radius:0;
	padding-bottom:15px;
}

.views-row-odd .views-accordion-header{
  filter: alpha(opacity=40);
	margin-top:0;
}

.ui-accordion .ui-accordion-header{
	margin-top:0;
	padding-top:20px;
	padding-bottom:20px;
}

.ui-accordion .ui-accordion-header.ui-state-active{
	background:#1a64b7;
	color:#fff;
}

.ui-accordion .ui-accordion-header.ui-state-active .title,
.ui-accordion .ui-accordion-header.ui-state-active .title-identifier{
	color:#fff;
}

.ui-accordion-header-icon,
.ui-icon{
	display:none;
}

.ui-widget-content a {
	color:#1a64b7;
}

.ui-state-default,
.ui-state-active,
.ui-state-focus{
	border:none;
	border-radius:0;
	background:inherit;
	color: inherit;
}


.ui-accordion .ui-accordion-content{
	height:auto !important;
	border-radius:0;
	padding-bottom:3em;
}

.ui-widget-content{
	border:none;
	background:#fff;
	color:#000;
}

.ui-accordion .ui-accordion-icons {
	padding-left:10px;
}

.views-accordion-header a .field-content,
.views-accordion-header a .field-content h3{
  margin: 0;
  padding: 8px 10px;
  font-size: 60px;
  font-style: normal;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  zoom: 1;
  display: block;
  position: relative;
}
	
	.views-accordion-header a .field-content h3{
		font-size:inherit;
	}

.views-accordion-header.ui-state-hover a .field-content,
.views-accordion-header.ui-state-active a .field-content{
	 -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.views-accordion-header.ui-state-hover a .field-content{
	color:#e95727;
}

.views-accordion-header.ui-state-active a .field-content{
	color:#fff;
}

.ui-state-active,
.ui-state-focus,
.views-accordion-header:hover,
.views-accordion-header:active,
.views-accordion-header:focus{
	  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.views-row-1 .ui-state-active{
	background:#fff;
}

.views-row .ui-state-hover{
	background:#ffffff;
}

.ui-accordion-content .views-label{
  margin: 1em 0;
  display: block;
  font-size: 1.4em;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: .5em;
}




/******* News Feed Pages ********/
.page-views #main.container {
  background: none;
	border-bottom: none;
}

.page-union-faqs #main.container {
  background: #ebebeb;
	border-bottom: solid 4px #1a64b7;
}

.page-views .item-list{
}

.page-views .pager{
	display:inline-block;
	position:relative;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
}


.view-news-and-updates{
	margin-left:-7.5px;
	margin-right:-7.5px;
	display:block;
	padding-bottom:40px;
  height: auto !important;
}

.view-news-and-updates ul{
	padding:0;
  list-style-type: none;
}

.view-news-and-updates .draggableviews-processed li.views-row,
.view-news-and-updates .views-row{
  width:100%;
  border: solid 1px #ccc;
  margin-bottom:15px;
  background:#ddd;
}

.view-news-and-updates .views-row a{
  display:block;
  height:100%;
  width:100%;
  position:relative;
}

.view-news-and-updates .views-row a:hover{
  background:#1a64b7;
  color:#fff;
}

.view-news-and-updates .views-row a:hover h3.title{
  color:#fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.view-news-and-updates .views-row a:hover .publish-date{
  color:#ccc;
   -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.view-news-and-updates .views-row a:focus,
.view-news-and-updates .views-row a:active{
  box-shadow:inset 2px 2px #333;
}

.view-news-and-updates .publish-date{
  font-style:italic;
  color:#555;
  margin-bottom:10px;
  margin-top:-15px;
  font-weight:bold;
}

.date-in-parts{ 
  font-style:italic;
  color:#555;
  margin-bottom:10px;
  margin-bottom:15px;
  font-weight:bold;
}

.view-news-and-updates .article-image img{
	float:left;
	width:50%;
	display:block;
	position:relative;
	padding-right:10px;
}

.view-news-and-updates .preview-holder{
	padding:0 15px;
	display:table;
	margin-bottom:10px;
}
.view-news-and-updates .content-block-height{
	border: solid 1px #ccc;
  overflow: hidden;
}

.view-news-and-updates .preview-holder h3.title{
	margin:0;
	padding:15px 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.view-news-and-updates .article-image{
	height:100%;
	display:block;
	position:relative;
}


.front-block-link,
.content-block-link,
.front-block-link:hover,
.content-block-link:hover{
	color:#282828;
}


@media (max-width: 768px){
.views-field-field-embeded-video {
	margin-left:-15px;
	margin-right:-15px;
	padding-bottom:20px;
}
}

.embedded-video {
	position: relative;
	padding-bottom: 51.75%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.embedded-video .player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.field-name-field-related-content{
  margin-top:30px;
  display:table;
  position:relative;
  border-top: solid 1px #ccc;
  padding-top: 25px;
}

.field-name-field-related-content .field-label{
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 1.1;
  font-size:1.15em;
}

.field-name-field-related-content .node{
  width:49%;
  background: #eee;
  border: solid 1px #ddd;
  padding: 0 15px 10px 15px;
  margin-top:20px;
  float:left;
}

.field-name-field-related-content .field-item.even .node {
  margin-right:1%;
}

.field-name-field-related-content .field-item.odd .node{
  margin-left:1%;
}

.field-name-field-related-content .field-item .node #bottom-form{
  display:none;
}



.field-name-field-related-content h2.node-title{
  font-size:1.2em;
  font-family: 'Karla', sans-serif;
}

.field-name-field-related-content .node-readmore {
  font-family: 'Karla', sans-serif;
}

.field-name-field-embeded-video{
  margin-bottom:25px;
}

.node-article .field-name-field-sound-cloud{
  margin-bottom:25px;
}


.field-name-field-source{
  font-size:1.3em;
  font-family: 'Karla', sans-serif;
  font-weight:bold;
}

.field-name-field-author{
  font-family: 'Karla', sans-serif;
  margin-bottom:20px;
  font-size: 1.2em;
  font-style: italic;
}


.pager li {
	display:none;
}


.pager li.pager-previous{
	position:absolute;
	left:20px;
	bottom:15px;
	display:block !important;
}

.pager li.pager-next{
	position:absolute;
	right:20px;
	bottom:15px;
	display:block !important;
}




/*********
Social Media Widgets 
*********/

.widgets-element{
	background:#e4e4e4;
	margin-right:20px;
}

.widgets-element:hover{
	background:#f4f4f4;
}

.widgets-element:active,
.widgets-element:focus{
	box-shadow:inset 5px 5px 3px #ddd;
}

#widgets-element-socialmedia_socialmedia-rss-feed-button{
	display:none;
}

#block-widgets-s-socialmedia-profile-default .widgets-element a{
  display:block;
  height:100%;
  width:100%;
  position:relative;
}

#widgets-element-socialmedia_socialmedia-twitter-profile-button a{
  background:#00aced;
}

#widgets-element-socialmedia_socialmedia-facebook-profile-button a{
  background:#3b5998;
}

#widgets-element-socialmedia_socialmedia-flickr-profile-button a{
  background:#ff0084;
}

#widgets-element-socialmedia_socialmedia-youtube-profile-button a{
  background:#bb0000;
}

#block-widgets-s-socialmedia-profile-default .widgets-element a:hover{
  background:#1a64b7;
}

/****************
Sidebar
****************/
@media(max-width:767px){
  .social-share{
    display:block;
    position:relative;
    width:100%;
    height:36px;
    margin:-20px 0 20px;
  }
  
  #widgets-element-socialmedia_share-default{
    float:right;
  }
  
  #widgets-element-socialmedia_share-default .widgets{
    margin-right:0;
    margin-left:5px;
  }
}

  
  #widgets-element-socialmedia_share-default .widgets{
    width:48px;
    height:48px;
  }


#widgets-element-socialmedia_share-default .widgets a{
  display:block;
  height:100%;
  width:100%;
  position:relative;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#widgets-element-socialmedia_share-default .widgets a:hover{
  background:#020931;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#widgets-element-socialmedia_share-default .widgets a:active,
#widgets-element-socialmedia_share-default .widgets a:focus{
  background:#000;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;

}

#widgets-element-socialmedia_socialmedia-twitter-share-button a{ 
  background:#00aced;
}

#widgets-element-socialmedia_socialmedia-facebook-share-button a{
  background:#3b5998;
}

#widgets-element-socialmedia_socialmedia-google-share-button a{
  background:#dd4b39;
}

#widgets-element-socialmedia_socialmedia-linkedin-share-button a{
  background:#007bb6;
}

#widgets-element-socialmedia_addthis-email a{
  background:#777;
}



.region-sidebar-second h2.block-title{
  font-size:20px;
}

.region-sidebar-second .block.first h2.block-title{
  margin-top:0;
  color:#fff;
}

.region-sidebar-second .block{
  border:solid 1px #ddd;
  padding:15px 10px;
}
  
.region-sidebar-second .block.first{
  background:#1a64b7;
}

.region-sidebar-second .block-views,
.region-sidebar-second .view-news-and-updates{
  padding-bottom:0;
}

.region-sidebar-second .view-news-and-updates ul{
  margin-bottom:3px;
}
.region-sidebar-second .view-news-and-updates .views-row{
  margin-bottom:3px;
  background:#fff;
}

.block .field-name-field-file{
  background:none;
  border:none;
  padding:0;
}

.block .field-name-field-file .file a{
  color:#fff;
}

.block-webform{
  padding:20px 30px;
  background:#1a64b7;
}

.block-webform h2.block-title{
  color:#fff;
  margin-top:0;
}

.sidebar-second .webform-submit{
  width:100%;
  font-family:'Montserrat', sans-serif;
  background:#020931;
  font-size:1.1em;
  color:#fff;
  text-transform:uppercase;
  box-shadow: 1px 1px #ddd, 2px 2px #ddd;
  border: solid 1px #ddd;
   -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.sidebar .webform-submit:hover{
  background:#1a64b7;
  box-shadow:none;
   -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}


.sidebar .webform-submit:active,
.sidebar .webform-submit:focus{
  box-shadow:inset 2px 2px #000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#block-views-tweets-block{
  border:none;
  padding: 1px 0 0 0;
}


#block-views-tweets-block h2.block-title{
  text-align: left;
  padding-bottom: 6px;
  margin-bottom: 1.5em;
  border-bottom: solid 2px #ddd;
}

.view-tweets .views-row {
  background: url(../images/twitter-bird.png) no-repeat top left;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  display: block;
  border-bottom: solid 1px #ddd;
  padding-bottom: 28px;
}

.view-tweets h4.twitter-login{
  margin-bottom:0;
  font-size:1.05em;
}

.view-tweets .twitter-status {
  font-size: .95em;
  line-height: 1.4em;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.view-tweets .time-stamp {
  float: right;
  color: #777;
  font-size: 12px;
  width: 100%;
  text-align: right;
  /* font-style: italic; */
  font-weight: bold;
}


.twitter-status {
	color: #333333;
	padding: 10px 10px;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.2em;
}

.twitter-status a{
	color:#428bca;
}


/****************************** 
Upcoming Events 
******************************/
.view-upcoming-events{
}

.view-upcoming-events .more-link{
	text-align:center;
}

.view-upcoming-events .more-link a{
  cursor: pointer;
  background: #1a64b7;
  color: #ffffff;
  border: solid 1px #aaa;
  padding: 10px 40px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0 !important;
  display:inline-block;
  position:relative;
  margin-bottom:1em;
}


.view-upcoming-events .views-row{

  margin-bottom:30px;
}

.view-upcoming-events .views-row .row-container{
	  background: #fbfbfb;
  box-shadow: 0px 1px 5px rgba(0,0,0,.2);
  padding:15px;
}
.view-upcoming-events .views-field-field-date,
.field-name-field-date{
  border-bottom: 1px solid #aaa;
  margin-bottom: 1em;
  padding: 10px 5px 0 5px;
}

.view-upcoming-events .views-field-field-date .date-display-single,
.field-name-field-date .date-display-single{
  font-family: 'Montserrat',sans-serif;
  font-size: 1.3em;
  display: block;
}

.view-upcoming-events .views-field-field-date .date-display-range,
.field-name-field-date .date-display-range{
  color: #666;
  font-style: italic;
  font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  border-bottom: solid 1px #ddd;
}

.view-upcoming-events h3.event-title{
  margin:.5em 0 .5em 0;
  padding:0 5px;
}

.view-upcoming-events .map,
.view-upcoming-events .map .field-content,
.view-upcoming-event-map,
.view-upcoming-event-map .view-content{
  position:relative;
  width:100%;
  height:250px;
  display:block;
}

.view-upcoming-events .map,
.field-name-field-event-location{
  border-top:solid 1px #1a64b7;
  border-bottom:solid 2px #1a64b7;
}

.view-upcoming-events .map{
  margin-bottom:15px;
}

.view-upcoming-events .event-preview{
  padding:0 5px;
  margin-bottom:20px;
}

.view-upcoming-events .read-more-link{
  padding:0 5px;
  margin-bottom:20px;
}

.view-upcoming-events .read-more-link a{
  border: solid 1px #1a64b7;
  font-family: 'Montserrat',sans-serif;
  padding: 5px 10px;
  background: #eeeeee;
  text-align: right;
  font-size: .85em;
}

.view-upcoming-events .read-more-link a:hover {
    background: #1a64b7;
    color:#fff;
    font-size: .85em;
}

.field-name-field-external-link a{
    border: solid 2px #1a64b7;
    font-family: 'Montserrat',sans-serif;
    padding: 5px 10px;
    background: #eeeeee;
    text-align: right;
    font-size: 1.3em;
    width: 50%;
    display: block;
    text-align: center;
    padding: 10px;
    margin:30px auto;
}

.field-name-field-external-link a:hover{
  background: #1a64b7;
  color:#fff;
}


.contact-grouping{
  border-top:solid 1px #aaa;
  padding:10px 15px;
}

.contact-info{
  font-family: 'Montserrat',sans-serif;
  margin-bottom:.5em;
}

.view-upcoming-events .event-contact-name,
.view-upcoming-events .event-contact-phone,
.view-upcoming-events .event-contact-email,
.field-name-field-contact-person,
.field-name-field-contact-email,
.field-name-field-contact-phone{
  margin:0 10px 5px 10px;
  font-size:15px;
}


.field-name-field-event-location{
  display:block;
  position:relative;
  width:100%;
  height:250px;
}

.field-name-field-event-location .field-items,
.field-name-field-event-location .field-item{
  position:relative;
  display:block;
  height:100%;
  width:100%;
}


.col-sm-5 .field-name-field-event-location{
  height:500px;
}

.field-name-field-image-main{
  margin-bottom:15px;
}

.location-below-map {
	font-family: 'Karla', sans-serif;
}

.location-details{
  position:relative;
  display:block;
  width:100%;
  margin-top:10px
}

.location-name{
  font-weight:bold;
  margin-bottom:.25em;
}

.location-city{
  display:block;
  position:relative;
  float:left;
  margin-right:5px;
}

.location-state{
  display:block;
  position:relative;
  float:left;
  margin-right:5px;
}

.location-zip{
  display:block;
  position:relative;
  float:left;
}

#edit-distance-search-units{
	display:none;
}

#bottom-form{
  display: block;
  position: relative;
  padding-top: 20px;
  background: #f5f5f5;
  padding: 0 15px 20px 15px;
  box-shadow: 0px 2px 3px rgba(0,0,0,.1);
}

#bottom-form h3.default-form-title{
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 1.6;
  font-size: 1.5em;
  text-align:center;
}

.selected-form{
}

.default-form .form-item{
  width:50%;
  float:left;
  padding-right:5px;
  margin-top:0;
}

.default-form .form-item.webform-container-inline{
  text-align: center;
}

.default-form .form-item.webform-container-inline select{
		height:46px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.form-actions{
	display:inline-block;
	position:relative;
	width:100%;
}

#block-block-19{
	padding:0;
	
}
#block-block-19 p{
	text-align:center;
	margin-bottom:0;
}

#block-block-19 p a{
  font-family: 'Montserrat', sans-serif;
  color:#eee;
  font-size: 20px;
  text-align: center !important;
  line-height: 1.5em;
  padding:15px 10px;
  display:block;
}

#block-block-19 p a:hover,
#block-block-19 p a:active,
#block-block-19 p a:focus{
	background:#020931;
}


/********************************* 10. FOOTER ***********************************/

.footer {
	width:100%;
	margin-top:15px;
	bottom:0;
	left:0;
	position:relative;
}

.footer{
	background:#ebebeb;
}

.footer .credit .container{
	margin-top:10px;
	display:block;
}

.credit-text{
	margin-right:-15px;
}

.footer .block-title{
	font-size:18px;
	color:#282828;
}

.contact .contact-info{
	padding-left: 25px;
  margin-bottom: 1.5em;
}

.contact .email{
	background:url(../images/mail-icon.png) no-repeat left center;
}

.contact .phone{
	background:url(../images/phone-icon.png) no-repeat left center;
}

.contact .address{
	background:url(../images/address-icon.png) no-repeat left center;
}


.flickr-block-photosets .flickr-block-photoset {
    margin: 0.25em;
    border-top: none;
		width:20%;
		float:left;
		padding-top:0;
    border:solid 1px #ccc;
}

.flickr-block-photosets .flickr-block-set-title,
.flickr-block-photosets .flickr-counter{
	display:none;
}

.flickr-block-photosets .flickr-photoset-img{
	width:100%;
	border: solid 1px #fff;
}

.region-footer .block{
	margin-bottom:.5em;
}

.region-bottom .block{
	margin-bottom:0;
}

.credit{
	color: #999;
  font-size: .85em;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 20px;
}

.credit a{
	color:#777;
	-webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.credit a:hover{
	text-decoration:none;
	color: #f7b500;
	-webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

/********************************* 11. PAGE BOTTOM ***********************************/
.region-bottom /* Wrapper for any blocks placed in the page bottom region */ {
}


/********************************* 12. GLOBAL OBJECTS ***********************************/

.panel-group .panel{
  display: block;
  position: relative;
  background: blue;
  height: 55px;
  border: none;
  border-radius: none;
	}










/********************************* 13. VENDOR-SPECIFIC  ***********************************/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
 }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; 
	position:relative;}

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: #ffffff;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; 
		height:95%;
		position:relative;}
  .mfp-iframe-holder .mfp-close {
      top: 0px;
			width: 35px;
			color: #000;
			font-size: 38px;
			right: 0px;
		}
				
iframe.mfp-iframe{
	width:100%;
	position:relative;
	display:block;
	height:100%;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



.mfp-container .container{
	background:#fff;
}
/********************************* 14. TEMPLATE SPECIFICS ***********************************/
body #in-iframe {
	background:rgba(255,255,255,0.8);
	min-height:600px;
	width:100%;
}
#in-iframe #navbar,
.mfp-content #navbar,
#in-iframe .footer,
.mfp-content .footer{
	display:none;
}

#in-iframe .header,
.mfp-content .header{
	height:20px;
	min-height:20px;
}

#in-iframe #main,
.mfp-content #main{
	padding-bottom:0;
}


#in-iframe #field-slideshow-2-wrapper{
	width:auto !important;
}

#in-iframe #field-slideshow-1-wrapper{
	width:auto !important;
}

#in-iframe .field-slideshow{
	width:100% !important;
}

#in-iframe .field-slideshow-1{
	height: 0 !important;
	padding-bottom:33%;
}

#in-iframe #field-slideshow-1-controls{
	display:none;
}

/********************************* 15. MODERNIZR ***********************************/

@media (max-width: 480px) {
 .col-xs-1,
 .col-xs-2,
 .col-xs-3,
 .col-xs-4, 
 .col-xs-5,
 .col-xs-6,
 .col-xs-7, 
 .col-xs-8,
 .col-xs-9,
 .col-xs-10,
 .col-xs-11,
 .col-xs-12{
	 width: 98%;
	margin-left: auto;
	margin-right: auto;
 }
}




@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 480px) {

}

@media (min-width: 481px) and (max-width:767px) {
	
}

@media (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 979px) {
	
	
}

@media (max-width: 979px) {
	
}


@media (min-width: 980px) {

}