/* Reset Heading Sizes */
h1{
  font-size:2rem;
}
h2{
  font-size:1.5rem;
}
h3{
  font-size:1.17rem;
}
h4{
  font-size:1rem;
}
h5{
  font-size:.83rem;
}
h6{
  font-size:.67rem;
}
/* /Reset Heading Sizes */

main{
  display:block;
}

/* File Input Styling */

.form-managed-file{
  padding:.5rem;
  cursor:pointer;
  position:relative;
  min-height: 2.2625rem;
  -webkit-appearance: none;
  background-color: #ffffff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.image-preview {
  min-width: 110px;
}

.form-managed-file .file{
  padding: .6rem;
  display: inline-block;
}

.form-managed-file .form-file{
  position:relative;
  z-index:1;
  cursor:inherit;
}

.form-managed-file .form-submit{
  position: absolute;
  max-height:100%;
  top:0;
  right:0;
  padding:.6rem;
  z-index:2;
  cursor: inherit;
}

/* /File Input Styling */

/* Date with End Date */
.container-inline-date{
  display:inline;
}

.container-inline-date .form-type-date-popup > label {
  display: inline-block;
  float: left;
  position: relative;
  left: -10px;
  top: .5rem;
}
/* /Date with End Date */

table{
  width:100%;
}

ul.menu{
  list-style-type:none;
}

.field-type-taxonomy-term-reference .links,
.links.inline {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.field-type-taxonomy-term-reference .links > li,
.links.inline > li{
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

.field-type-taxonomy-term-reference .links > li>*,
.links.inline > li>* {
display: block;
}

::selection{
  color:white;
  background:rgba(10, 10, 10, 0.85);
}

::-moz-selection{
  color:white;
  background:rgba(10, 10, 10, 0.85);
}

.posted {
  font-size: .8rem;
  margin-bottom: 1rem;
  margin-top: -.5rem;
}

.node .image,
.node .field{
  margin-bottom:1rem;
}

.field-type-datetime{
	font-size:.8rem;
}
.field-type-datetime .date-display-start,
.field-type-datetime .date-display-end{
 font-size:1.3rem;
}

/* Top Bar */

  /*
  .top-bar-section .has-dropdown > a:after{
    border-left-color: rgba(0, 0, 0, 0.4);
  }*/

.top-bar.expanded .title-area,
.top-bar .name h1,
.top-bar .name h1 a,
.top-bar .toggle-topbar.menu-icon a,
.top-bar-section,
.top-bar-section ul,
.top-bar-section .dropdown,
.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.title h5 a,
.top-bar-section li:not(.has-form),
.top-bar-section li:not(.has-form) a:not(.button){
  color:inherit;
  background-color:inherit;
}

.top-bar .toggle-topbar.menu-icon a::after{
  -webkit-box-shadow: 0 10px 0 1px, 0 16px 0 1px, 0 22px 0 1px;
  box-shadow: 0 10px 0 1px, 0 16px 0 1px, 0 22px 0 1px;
}
.top-bar.expanded .toggle-topbar a span{
  -webkit-box-shadow:none;
  box-shadow:none;
}

.top-bar .name{
  height:auto;
  margin-bottom:1rem;
}

.has-header-image .top-bar .name{
  height:45px;
  margin-bottom:0;
  position:relative;
  z-index:5;
}

.top-bar .toggle-topbar.menu-icon{
  z-index:5;
}

.contain-to-grid{
  color: #ffffff;
  border-bottom-width:3px;
  border-bottom-style:solid;
}
.contain-to-grid .top-bar {
  color:inherit;
  background-color:inherit;
}
/* /Top Bar */

/* Breadcrumbs */

.breadcrumbs{
  border-width:0;
  padding-left:0;
  background-color:transparent;
}

/* /Breadcrumbs */

/* Top Bar Easy Overrides

.contain-to-grid{
  color:#xxxxxx;
  background-color:#xxxxxx;
  border-bottom-color:#xxxxxx;
}

.top-bar-section .dropdown{
  background-color: #xxxxxx;
}

.top-bar .name h1 a{
  background-color: #xxxxxx;
  color: #xxxxxx;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
  color:#xxxxxx;
  background-color: #xxxxxx;
}

/* /Top Bar Easy Overrides */

/* Main Area Clear Name */
.l-main{
  clear:both;
}
/* /Main Area Clear Name */

/* Sidebar */
aside.sidebar{
  background-color:#E4E4E4;
  padding-top:1rem;
  padding-bottom:1rem;
}
/* /Sidebar */

/* Social Connection Section */
.bean-social-media a{
	display:block;
}

.bean-social-media i{
	font-size:2.5rem;
	margin-right:.5rem;
}
.bean-social-media span{
	position:relative;
	top:-.5rem;
}
/* /Social Connection Section */

/* l-navigation-region */

.l-navigation-region{
  clear:both;
  padding-top:1rem;
}

/* /l-navigation-region */

/* Set Region Color */
.l-navigation-region,
.l-messages,
.l-help,
.l-main{
  background-color:white;
}
/* /Set Region Color */


/* Films Sliders */
  .view-films-slider .slick{
    margin-bottom:0;
  }

  .view-films-slider .slide .field-type-text-long {
    padding:0px;
  }

  .view-films-slider .field-summary p{
    margin-bottom:0;
  }
/* /Films Sliders */

/* Footer Styles */
#footer-first{
	text-align:center;
}
#footer-first ul.menu {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#footer-first ul.menu>li {
  list-style: none;
  margin-left: 1.375rem;
  display: inline-block;
}

#footer-first ul.menu > li>* {
  display: block;
}

.footer-wrapper{
  background-color: #333;
  color:#999;
}

.footer-wrapper h1,
.footer-wrapper h2,
.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper h5,
.footer-wrapper h6{
  color:#fff;
}

.l-footer{
  padding: 1rem 0;
}
.l-footer a{
  color:#fff;
}
/* /Footer Styles */

/* Row Padding */

.row.padded{
  padding-top:0.9375rem;
  padding-bottom:0.9375rem;
}

/* Row Padding */

/* wysiwyg height fix */

.cke_contents {
  min-height: 7rem;
}
/* /wysiwyg height fix */

/* text filter styling */

.filter-wrapper{
  padding:1rem;
}

.filter-wrapper .form-item{
  margin:0;
  padding:0;
}

.filter-wrapper .form-item label{
  display:none;
}

.filter-wrapper select.filter-list{
  margin:0;
  padding-right:1rem;
}

.filter-wrapper .filter-guidelines{
  display:none;
}

/* /text-filter styling */

@media only screen and (min-width: 40.063em){ /* Medium Up */

/* Site Name */

  .top-bar .name h1 a{
    line-height: 1.3;
    padding: 1rem;
    width: 8rem;
    font-weight:bold;
  }

/* /Site Name */



/* Top Bar Dropdown Arrows */
  .top-bar-section .has-dropdown > a:after{
    border-top-color: rgba(0, 0, 0, 0.4);
    border-left-color:transparent;
  }

/* /Top Bar Dropdown Arrows */

} /* /Medium Up */
