/*========================================================
								            PRIMARY styles
=========================================================*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  /* you need to set this to assign to the main element a min height of 100% */
  height: 100%;
  margin:0;
   padding:0;
}
#container {
   min-height:100%;
	height: auto;
   position:relative;
}

body {
  font-size: 100%;
  font-family: Verdana, Geneva, sans-serif;
  color: #333333; /*BODY FONT*/
  background-color: #FFFFFF; /*#EEEEEE;*/ /*#FFFFFF; /*#F5F3EE;*/ /*PAGE BACKGROUND*/
}

a {
  color: #31297a;
  text-decoration: underline;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

/*========================================================
								          MAIN COMPONENTS
=========================================================*/
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu 
  padding:10px;*/
  padding-bottom: 100px;    /* Height of the footer */
  min-height: 100%;
  height: auto;
  position: relative;
  background-color: #FFFFFF; /*#FFFFFF; /*#F5F3EE;*//* /*BODY BACKGROUND*/
  z-index: 2;
  /*padding-top: 300px;*/
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
@media only screen and (min-width: 768px) {
  .cd-main-content {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .cd-main-content {
    padding-top: 160px;
  }
}
@media (max-width: 479px) {
  .cd-main-content {
    padding-top: 110px;
  }
}

header {
  position: absolute;
  /*top: 0;*/
  left: 0;
  height: auto;
  width: 100%;
  background: #000000;/*#83302c; /*MENU HEADER BACKGROUND*/
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
header .logoheader2 {
  *zoom: 1;
  z-index: 1;
  margin-left:auto;
  margin-right:auto;
  background: #000000;/*#83302c;*/
  margin-bottom: 20px;
  margin-top: 6px;
  text-align:center;
}
header .logoheader2 a {
	width: auto;
	max-width: 100%;
	z-index: 1;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
header .logoheader2 img {
	width: auto;
	max-width: 280px;
	z-index: 1;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
header.is-fixed {
  position: fixed;
}
@media (min-width: 980px) and (max-width: 1199px) {
  header .logoheader2 img {
    
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .logoheader2 img {
    
  }
}
@media (min-width: 767px) {
  header .logoheader2 img {
    
  }
}
@media (max-width: 479px) {
  header {
	 position: fixed;
  }
  header .logoheader2 {
	 height: 90px; 
  }
  header .logoheader2 img {
	  width: 200px;
  }
}


#cd-top-nav {
  position: absolute;
  top: 64px;
  right: 110px;
  height: 100%;
  display: none;
}
#cd-top-nav ul {
  height: 160px;
  padding-top: 0px;
}
#cd-top-nav li {
  display: inline-block;
  margin-right: 1em;
}
#cd-top-nav a {
  display: inline-block;
  padding: .5em;
  color: #FFFFFF; /*#F5F3EE;*/
  text-transform: uppercase;
  font-weight: 200;
  text-decoration: none;
}
#cd-top-nav a.current {
  background-color: #F3F; /*UNKNOWN*/
}
.no-touch #cd-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  #cd-top-nav {
    display: block;
  }
}

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 160px;
  width: 60px;
  background-color: #000000;/*#83302c; /*BURGER BACKGROUND*/
}
#cd-menu-trigger .cd-menu-text {
  height: 160px;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  left: 10%;
  top: 0px;
  bottom: auto;
  right: auto;
  color: #FFFFFF; /*#F5F3EE;*/
  font-weight: 200;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 80px;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #FFFFFF; /*#F5F3EE;*//*BURGER*/
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: white;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 110px;
    padding-left: 1.25em;
  }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 160px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
	/*top: 60px;*/
  }
}
@media (max-width: 479px) {
  #cd-menu-trigger {
    width: 40px;
	height: 100px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 0.25em;
	top: 60px;
  }
}


#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: #6F0202; /*#5c281f;/*#242e30;*/ /*MENU BACKGROUND*/
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  padding: 0 16px 0 32px;
  color: #FFFFFF; /*#F5F3EE;*/ /*#aab5b7;*/
  text-decoration: none;
}
#cd-lateral-nav a.current {
  background-color: #FFFFFF; /*#F5F3EE;*/
  color: #000000;
}
.no-touch #cd-lateral-nav a:hover {
	text-decoration: underline;
/*  background-color: #FFFFFF; /*#F5F3EE;*/
  color: #000000;*/
}
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("../img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

#cd-lateral-nav .socials {
  padding: 0 20px;
}
#cd-lateral-nav .socials img{
	width: 40px;
	padding-right: 10px;
}
#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}
#cd-lateral-nav .socials a {
  height: 22px;
  width: 22px;
  float: left;
  padding: 0;
  margin-right: .5em;
  margin-left:  .5em;
  border-radius: 0.25em;
  text-decoration: none;
}
.no-touch #cd-lateral-nav .socials a:hover {
  
}


/*========================================================
										BREADCRUMB styles
=========================================================*/

#breadcrumb{
	/*left: 30px;*/
	font-style: normal;
	color: #333333;
	font-size: 10px;
	/*width: 500px;*/
	float:left;
	/*margin-right:30px;*/
	position:relative;
	clear:right;
	margin-right:0 !important;
	/*top: 160px;*/
	height: 12px;
}

#breadcrumb a{
	color: #333333;
	font-style: italic;
	text-decoration: none;
}

@media (min-width: 980px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {

}
@media (max-width: 479px) {

}



/*========================================================
										FOOTER styles
=========================================================*/
footer {
   bottom:0;
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  background: #6F0202;/*#83302c; /*FOOTER HEADER BACKGROUND*/
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
footer.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
footer.is-fixed {
  position: fixed;
}
footer .topfooter {
  background: #6F0202; /*#83302c;*/
  height: 100px;   /* Height of the footer */
  padding: 0px 0px 0px 0px;
  color: #FFFFFF; /*#F5F3EE;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  bottom: 0;
  position:absolute;
}
footer .topfooter a {
  color: inherit;
  text-decoration: none;
}
footer .topfooter a:hover {
  text-decoration: underline;
}
footer .topfooter .footer_bottom {
	padding: 10px 0px 10px 0px;
	font-family: Verdana, Geneva, sans-serif;
  	height: auto;
	text-align: center;
	background: #000000; /*#83302c;*/
}
footer .topfooter p {
  font: 14px/20px Verdana, Geneva, sans-serif;
  color: #FFFFFF; /*#F5F3EE;*/ /*#202060;/*#727070;*/
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 980px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {

}
@media (max-width: 479px) {
footer .topfooter .footer_bottom {
	padding: 5px 0px 5px 0px;
}
}

/*========================================================
										CONTENT styles
=========================================================*/
h1, h2, h3, h4, h5, p, ul, li{
  font-family:  Verdana, Geneva, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333333;
  font-weight: bold;
  /*text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);*/
}
h1 {
  font-size: 30px;
  text-align: left;
  padding-top: 20px;
  margin-top:20px;
  margin-bottom: 10px;
}
h2 {
  font-size: 26px;
  text-align: left;
  margin-top:20px;
  margin-bottom: 20px;
}
h3 {
  font-size: 24px;
  text-align: left;
  margin-top:20px;
  margin-bottom: 20px;
}
h4 {
  font-size: 20px;
  text-align: left;
  margin-top:20px;
  margin-bottom: 20px;
}
h5 {
  font-size: 18px;
  text-align: left;
  margin-top:20px;
  margin-bottom: 20px;
  line-height: 130%;
}
h5.songtitle {
  margin-top:4px;
  margin-bottom: 4px;
  line-height: 100%;
}
p.songcomposer {
  margin-top: 0px;
  margin-bottom: 4px;
  line-height: 100%;
  font-style: italic;
  font-weight: bold;
}
h5.anyage{
  text-align:center;
  line-height: 140%;
}
ul.circlelist{
	list-style-type: circle;
	padding-left: 40px;
}
p, ul {
  color: #333333;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 140%;
}
p strong{
	font-weight:bold;
}
li strong{
	font-weight:bold;
}
p em{
	font-style:italic;
}
.img_container {
  width:auto;
  max-width:100%;
  text-align:center;
  padding-bottom: 10px;
  margin-left:auto;
	margin-right:auto;
}
.img_container img {
  max-width:100%; 
  max-height:100%;
  margin:auto;
  display:block;
}
.img_container2 {
  width:auto;
  max-width:100%;
  text-align:center;
  padding-bottom: 2px;
  margin-left:auto;
	margin-right:auto;
	float: left;
}
.img_container2 img {
  max-width:100%; 
  max-height:100%;
  margin:auto;
  display:block;
  text-align:center;
}
#home_img_container {
  width:auto;
  max-width:100%;
  text-align:center;
  padding-bottom: 10px;
}
#home_img_container img {
  max-width:100%; 
  max-height:100%;
  margin:auto;
  display:block;
  text-align:center;
}
#img_40container {
  width:auto;
  max-width:100%;
  text-align:center;
  padding-bottom: 30px;
  margin-left:auto;
	margin-right:auto;
}
#img_40container img {
  max-width:80%; 
  margin:auto;
  display:block;
  text-align:left;
}
@media (min-width: 980px) and (max-width: 1199px) {
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
p {
  font-size: 14px;
  /*text-align: left;*/
  margin-bottom: 10px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 16px;
}
p {
  font-size: 14px;
  /*text-align: left;*/
  margin-bottom: 15px;
}
}
@media (max-width: 767px) {
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 16px;
}
p {
  font-size: 14px;
  /*text-align: left;*/
  margin-bottom: 15px;
}
.img_container img {
  max-height: 400px;
}
}
@media (max-width: 479px) {
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 16px;
}
p {
  font-size: 14px;
  margin-bottom: 20px;
}
.img_container img {
  max-height:300px;
}
}


/*========================================================
							NEXT CONCERT ARTICLE styles
=========================================================*/
#nextconcert{
	  padding-left: 30px;
	  position: relative;
	max-width: 500px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
#nextconcert article {
  border: 1px solid #000000; /*#6F0202;*/

  height: auto;
  margin-bottom: 20px;
  background: #FFFFFF; /*#e2afa8;*/
}
#nextconcert article h2 {
  background: #000000; /*#6F0202;*/
  border: 1px solid #6F0202;
  color: #FFFFFF; /*#F5F3EE;*/
  font-size:16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align:left;
}
#nextconcert article h4 {
  padding: 0px 5px 0px 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
#nextconcert article h5 {
  padding: 0px 5px 0px 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
#nextconcert article p {
	color: #333333;
  padding: 0px 5px 0px 10px;
  font-size: 12px;
  text-align: left;
}
#nextconcert article a {
  color: #534ae3;
  text-decoration: none;
}
#nextconcert article a:hover {
  text-decoration: underline;
}
#nextconcert article h3 {
  background: #FFFFFF; /*#6F0202;*/
  /*border: 1px solid #6F0202;*/
  color: #FFFFFF; /*#F5F3EE;*/
  font-size:13px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10;
  margin-bottom: 10px;
  text-align:right;
}
#nextconcert article strong {
  font-size: 12px;
  font-weight: bold;
}
#nextconcert article address {
  padding: 0 20px 5px;
  font-size: 12px;
  text-align: right;
  line-height: 140%;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



@media (min-width: 980px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 979px) {
#nextconcert article {
  margin-bottom: 18px;
}
#nextconcert article year {
  font-size: 22px;
}
#nextconcert article h4 {
  padding: 0 20px 0px;
}
#nextconcert article h5 {
  padding: 0 20px 0px;
}
#nextconcert article p {
  padding: 0 20px 5px;
}
#nextconcert article address {
  padding: 0 20px 5px;
}
}
@media (max-width: 767px) {
#nextconcert article {
  margin-bottom: 16px;
}
#nextconcert article year {
  font-size: 20px;
}
#nextconcert article h4 {
  padding: 0 20px 0px;
}
#nextconcert article h5 {
  padding: 0 20px 0px;
}
#nextconcert article p {
  padding: 0 20px 5px;
}
#nextconcert article address {
  padding: 0 20px 5px;
}
}
@media (max-width: 479px) {
#nextconcert{
	  padding-left: 0px;
}
#nextconcert article {
  margin-bottom: 14px;
}
#nextconcert article year {
  font-size: 16px;
}
#nextconcert article h4 {
  padding: 0 20px 0px;
}
#nextconcert article h5 {
  padding: 0 20px 0px;
}
#nextconcert article p {
  padding: 0 20px 5px;
}
#nextconcert article address {
  padding: 0 20px 5px;
}
}

/*========================================================
								THE COMMITTEE styles
=========================================================*/

#inthecommittee{
	position: relative;
	width: 95%;
	/*float: left;*/
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	/*-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);*/
	background: #e2afa8;
	*zoom: 1;
  max-width: 100%;
  margin-right:auto;
}

#inthecommittee p {
	color: #333333;
	font-size:13px;
	margin-bottom: 5px;
	line-height: 140%;
}

#inthecommittee a{
	font-size:13px;
	margin-bottom: 5px;
	line-height: 140%;
}

#inthecommittee p strong{
	font-weight:bold;
}

#inthecommittee p em{
	font-style:italic;
}

#inthecommittee h4{
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align:left;
}

#inthecommittee h5{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	text-align:left;
}

#inthecommittee .block{
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #83302c;
	clear: both;
	position:relative;
    overflow:hidden;
	/*content: "\A";
     white-space: pre; 
	min-height:180px;*/
}

#inthecommittee .block:last-child{
	border-bottom: none;
}

#inthecommittee li{
	margin-bottom: 15px;
}
#inthecommittee img{
	max-width:140px; 
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
	clear:inherit;
	display: block;
	clear: both;
	position:relative;
    overflow:hidden;
}

/*
@media (min-width: 980px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 979px) {

}
*/
@media (max-width: 767px) {
#inthecommittee{
	width: auto;
	max-width: 90%;
}

#inthecommittee img{
	max-width:140px; 
	text-align:center;
	float:none;
	margin-bottom: 5px;
	margin-right: 10px;
	display: block;
	clear:inherit;
}
}

@media (max-width: 479px) {
	
}


/*========================================================
								MESSAGE FROM MD styles
=========================================================*/

#messagefrommd{
	position: relative;
	width: 95%;
	/*float: left;*/
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	/*-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);*/
	background: #e2afa8;
	*zoom: 1;
  max-width: 100%;
  margin-right:auto;
}

#messagefrommd p {
	color: #333333;
	font-size:13px;
	margin-bottom: 5px;
	line-height: 140%;
}

#messagefrommd a{
	font-size:13px;
	margin-bottom: 5px;
	line-height: 140%;
}

#messagefrommd p strong{
	font-weight:bold;
}

#messagefrommd p em{
	font-style:italic;
}

#messagefrommd h4{
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align:left;
}

#messagefrommd h5{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	text-align:left;
}

#messagefrommd .block{
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #83302c;
	clear: both;
	position:relative;
    overflow:hidden;
	/*content: "\A";
     white-space: pre; 
	min-height:180px;*/
}

#messagefrommd .block:last-child{
	border-bottom: none;
}


#messagefrommd li{
	margin-bottom: 15px;
}
#messagefrommd img{
	max-width:140px; 
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
	clear:inherit;
	display: block;
	clear: both;
	position:relative;
    overflow:hidden;
	/*-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.4);*/
}

/*
@media (min-width: 980px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 979px) {

}
*/
@media (max-width: 767px) {
#messagefrommd{
	width: auto;
	max-width: 90%;
}

#messagefrommd img{
	max-width: 60px; 
	text-align:center;
	float:left;
	margin-bottom: 5px;
	margin-right: 10px;
	display: block;
	clear:inherit;
}
}

@media (max-width: 479px) {
#messagefrommd img{
	max-width:40px; 
	text-align:center;
	float:left;
	margin-bottom: 5px;
	margin-right: 10px;
	display: block;
	clear:inherit;
}	
}

/*========================================================
									CONCERT BOX styles
=========================================================*/

#concertbox{
	  padding-right: 20px;
	  position: relative;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}

#concertbox article {
  border: 2px solid #000000;
  height: auto;
  margin-bottom: 16px;
  padding-bottom: 10px;
  background: /*#e2afa8;*/
}

#concertbox article img {
  max-width: 100px;
  max-height: 150px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;

}

#concertbox article h4 {
  background: #000000; /*#6F0202;*/
  color: #FFFFFF; /*#F5F3EE;*/
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align:left;
  line-height: 20px;
}

#concertbox article h5{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom: 10px;
	 padding-left: 10px;
	text-align:left;
	background:none;
	color: #333333;
}

#concertbox article p {
	color: #333333;
	font-size:12px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 140%;
}

#concertbox article p strong{
	font-weight:bold;
}

#concertbox article address{
	font-weight:bold;
	font-size:12px;
	margin-bottom: 10px;
	line-height: 140%;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}



@media (min-width: 980px) and (max-width: 1199px) {
#concertbox article h4 {
  padding-left: 10px;
}

#concertbox article h5{
	padding-left: 10px;
}
#concertbox article p {
	padding-left: 10px;
}	
}

@media (min-width: 768px) and (max-width: 979px) {
#concertbox article h4 {
  padding-left: 10px;
}

#concertbox article h5{
	padding-left: 10px;
}
#concertbox article p {
	padding-left: 10px;
}
}

@media (max-width: 767px) {
#concertbox{
	  padding-right: 0px;
}
#concertbox article h4 {
  font-size:14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#concertbox article h5{
	font-size: 14px;
	padding-left: 10px;
}
#concertbox article p {
	padding-left: 10px;
}
}

@media (max-width: 479px) {
#concertbox{
	  padding-right: 0px;
}
#concertbox article h4 {
  font-size:14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#concertbox article h5{
	font-size: 14px;
	padding-left: 10px;
}
#concertbox article p {
	padding-left: 10px;
}
}


/*========================================================
								          VIDEO BOX styles
=========================================================*/

.videobox{
/*	position: relative;
	width: 95%;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: #0F0;
	*zoom: 1;
	max-width: 95%;
	margin-right:auto;*/
  border: none;
  height: auto;
  margin-bottom: 16px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background: #e2afa8;
  width: 95%;

  
}
.myIframe {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: auto; 
	-webkit-overflow-scrolling:touch;
} 
.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobox h5{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	text-align:left;
	padding-top: 10px;
}



/*@media (min-width: 980px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
#videobox iframe{
	max-width:480px;
	height:280px;
	width:100%; 
  max-height:280px;
}

}

@media (max-width: 479px) {
#videobox iframe{
	max-width:480px;
	height:200px;
	width:100%; 
  max-height:200px;
}
}
*/

/*========================================================
									REHEARSAL BOX styles
=========================================================*/

#rehearsalbox {
	width: 48%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}

#rehearsalbox article {
  border: none;
  height: auto;
  margin-bottom: 16px;
  padding-bottom: 10px;
  background: #e2afa8;
}

#rehearsalbox article h4 {
  background: #6F0202;
  color: #FFFFFF; /*#F5F3EE;*/
  font-size:18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align:left;
}

#rehearsalbox article h5{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
	background:none;
	color:#333333;
}

#rehearsalbox article p {
	font-size:12px;
	margin-bottom: 5px;
	line-height: 140%;
	padding-left: 10px;
	padding-right: 10px;
}

#rehearsalbox article p strong{
	font-weight:bold;
}


@media (min-width: 980px) and (max-width: 1199px) {
#rehearsalbox article h4 {
  padding-left: 10px;
}

#rehearsalbox article h5{
	padding-left: 10px;
}
#rehearsalbox article p {
	padding-left: 10px;
}	
}

@media (min-width: 768px) and (max-width: 979px) {
#rehearsalbox {
	width: 98%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}
#rehearsalbox article h4 {
  padding-left: 10px;
}

#rehearsalbox article h5{
	padding-left: 10px;
}
#rehearsalbox article p {
	padding-left: 10px;
}
}

@media (max-width: 767px) {
#rehearsalbox {
	width: 98%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}
#rehearsalbox article h4 {
  font-size:14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#rehearsalbox article h5{
	font-size: 14px;
	padding-left: 10px;
}
#rehearsalbox article p {
	padding-left: 10px;
}
}

@media (max-width: 479px) {

#rehearsalbox {
	width: 98%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}

#rehearsalbox article h4 {
  font-size:14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#rehearsalbox article h5{
	font-size: 14px;
	padding-left: 10px;
}
#rehearsalbox article p {
	padding-left: 10px;
}
}


/*========================================================
									DOCUMENT BOX styles
=========================================================*/

#documentbox {
	width: 48%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}

#documentbox article {
  border: none;
  height: auto;
  margin-bottom: 16px;
  padding-bottom: 10px;
  background: #e2afa8;
}

#documentbox article h4 {
  background: #6F0202;
  color: #FFFFFF; /*#F5F3EE;*/
  font-size:18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align:left;
}

#documentbox article h5{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
	background:none;
	color:#333333;
}

#documentbox article p {
	font-size:12px;
	margin-bottom: 5px;
	line-height: 140%;
	padding-left: 10px;
	padding-right: 10px;
}

#documentbox article p strong{
	font-weight:bold;
}
#documentbox article img{
	display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 80px;
}

@media (min-width: 980px) and (max-width: 1199px) {
#documentbox article h4 {
  padding-left: 10px;
}

#documentbox article h5{
	padding-left: 10px;
}
#documentbox article p {
	padding-left: 10px;
}	
}

@media (min-width: 768px) and (max-width: 979px) {
#documentbox {
	width: 98%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}
#documentbox article h4 {
  padding-left: 10px;
}

#documentbox article h5{
	padding-left: 10px;
}
#documentbox article p {
	padding-left: 10px;
}
}

@media (max-width: 767px) {
#documentbox {
	width: 98%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}
#documentbox article h4 {
  font-size:14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#documentbox article h5{
	font-size: 14px;
	padding-left: 10px;
}
#documentbox article p {
	padding-left: 10px;
}
}

@media (max-width: 479px) {

#documentbox {
	width: 98%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}

#documentbox article h4 {
  font-size:14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#documentbox article h5{
	font-size: 14px;
	padding-left: 10px;
}
#documentbox article p {
	padding-left: 10px;
}
}

/*========================================================
									     NEWS BOX styles
=========================================================*/

#newsbox{
	  padding-left: 10px;
	  padding-right: 20px;
	  position: relative;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}

#newsbox article {
  border: none;
  height: auto;
  margin-bottom: 16px;
  padding-bottom: 10px;
  background: #e2afa8;
}

#newsbox article h4 {
  background: #6F0202;
  color: #FFFFFF; /*#F5F3EE;*/
  font-size:18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align:left;
}



#newsbox article h5{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom: 10px;
	 padding-left: 10px;
	text-align:left;
	background:none;
	color: #333333;
}

/*#newsbox article img_container {
  width:auto;
  max-width:100%;
  text-align:center;
  padding-bottom: 10px;
  margin-left:auto;
	margin-right:auto;
}*/
#newsbox article img{
	padding-left: 10px;
	padding-right: 10px;
  max-width:100%; 
  max-height:100%;
  margin:auto;
  display:block;
  text-align:center;
}

#newsbox article p {
	color: #333333;
	font-size:12px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 140%;
}

#newsbox article p strong{
	font-weight:bold;
}

#newsbox article address{
	font-weight:bold;
	font-size:12px;
	margin-bottom: 10px;
	line-height: 140%;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}



@media (min-width: 980px) and (max-width: 1199px) {
#newsbox article h4 {
  padding-left: 10px;
}

#newsbox article h5{
	padding-left: 10px;
}
#newsbox article p {
	padding-left: 10px;
}	
}

@media (min-width: 768px) and (max-width: 979px) {
#newsbox article h4 {
  padding-left: 10px;
}

#newsbox article h5{
	padding-left: 10px;
}
#newsbox article p {
	padding-left: 10px;
}
}

@media (max-width: 767px) {
#newsbox{
	  padding-left: 10px;
	  padding-right: 0px;
	  position: relative;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
#newsbox article h4 {
  font-size:14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#newsbox article h5{
	font-size: 14px;
	padding-left: 10px;
}
#newsbox article p {
	padding-left: 10px;
}
}

@media (max-width: 479px) {
#newsbox article h4 {
  font-size:14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#newsbox article h5{
	font-size: 14px;
	padding-left: 10px;
}
#newsbox article p {
	padding-left: 10px;
}
}


/*========================================================
							PRESS RELEASE ARTICLE styles
=========================================================*/
#pressrelease{
	  position: relative;
	max-width: 500px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
#pressrelease article {
  border: 1px solid #6F0202;
  height: auto;
  margin-bottom: 20px;
  background: #e2afa8;
  padding-bottom: 10px;
}
#pressrelease article h2 {
  background: #6F0202;
  border: 1px solid #6F0202;
  color: #FFFFFF; /*#F5F3EE;*/
  font-size:16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align:left;
}
#pressrelease article h4 {
  padding: 0px 5px 0px 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
#pressrelease article h5 {
  padding: 0px 5px 0px 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
#pressrelease article p {
	color: #333333;
  padding: 0px 5px 0px 10px;
  font-size: 12px;
  text-align: left;
}
#pressrelease article a {
  color:  #534ae3;
  text-decoration: none;
}
#pressrelease article a:hover {
  text-decoration: underline;
}
#pressrelease article h3 {
  background: #6F0202;
  border: 1px solid #6F0202;
  color: #FFFFFF; /*#F5F3EE;*/
  font-size:13px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10;
  margin-bottom: 10px;
  text-align:right;
}
#pressrelease article strong {
  font-size: 12px;
  font-weight: bold;
}
#pressrelease article address {
  padding: 0 20px 5px;
  font-size: 12px;
  text-align: right;
  line-height: 140%;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



@media (min-width: 980px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 979px) {
#pressrelease article {
  margin-bottom: 18px;
}
#pressrelease article year {
  font-size: 22px;
}
#pressrelease article h4 {
  padding: 0 20px 0px;
}
#pressrelease article h5 {
  padding: 0 20px 0px;
}
#pressrelease article p {
  padding: 0 20px 5px;
}
#pressrelease article address {
  padding: 0 20px 5px;
}
}
@media (max-width: 767px) {
#pressrelease{
	  padding-left: 0px;
	  max-width: 300px;
}
#pressrelease article {
  margin-bottom: 16px;
}
#pressrelease article year {
  font-size: 20px;
}
#pressrelease article h4 {
  padding: 0 20px 0px;
}
#pressrelease article h5 {
  padding: 0 20px 0px;
}
#pressrelease article p {
  padding: 0 20px 5px;
}
#pressrelease article address {
  padding: 0 20px 5px;
}
}
@media (max-width: 479px) {
#pressrelease{
	  padding-left: 0px;
	  max-width: 240px;
}
#pressrelease article {
  margin-bottom: 14px;
}
#pressrelease article year {
  font-size: 16px;
}
#pressrelease article h4 {
  padding: 0 20px 0px;
}
#pressrelease article h5 {
  padding: 0 20px 0px;
}
#pressrelease article p {
  padding: 0 20px 5px;
}
#pressrelease article address {
  padding: 0 20px 5px;
}
}



/*========================================================
										CONTACT styles
=========================================================*/
#contactForm{
	position: relative;
	max-width: 700px;
	width: 100%;
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
	color:#838383; /*#e2afa8;*/ /** error text **/
}

#contactForm h4{
	margin-top: 20px;
	margin-bottom: 20px;
}

#contactForm input,
#contactForm textarea{
	padding: 10px 15px;
	background: #FFFFFF;/*#FFF;*/ /** input text fields **/
	color: #838383;
	border: 1px  solid #333;
	font-size: 13px;
	font-family: Helvetica, Arial;
	line-height: 1.5em;
	overflow: auto;
}

#contactForm input:focus,
#contactForm textarea:focus{
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 3px rgba(234,76,136,.4);
	-moz-box-shadow: 0px 0px 3px rgba(234,76,136,.4);
	-o-box-shadow: 0px 0px 3px rgba(234,76,136,.4);
	box-shadow: 0px 0px 3px rgba(234,76,136,.4);
}

#contactForm input[type="text"]{
	overflow: auto;
	width: 90%;
	margin-bottom: 20px;
	overflow: hidden;
}

#contactForm  textarea{
	width: 90%;
	height: 180px;
}


#contactForm input[type="submit"],
#contactForm input[type="button"]{
	margin: 21px 0px;
	width: auto;
	color: #FFFFFF; /*#F5F3EE;*/ /** send button text **/
	font-weight: bold;
	font-size: 15px;
	background: #000000;
	padding: 3px 40px;
	border: 2px solid #666666;
	
/*	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;*/
	 
	 cursor: pointer;
}

#contactForm input[type="submit"]:hover,
#contactForm input[type="button"]:hover{
	color: #FFFFFF; /*#F5F3EE;*/
	background: #666666;
	border: 2px solid #000000;
}

#contactForm label{
	padding-left: 10px;
	color: #484848;
	font-weight:bold;
}


#respond{ 
	margin: 25px 0 0px 0px;
}

#respond .cancel-comment-reply a{
	float: right;
	color: #444;
	text-decoration: none;
	background: #0F0;
	padding: 3px 10px;
	border: 1px solid #ccc;
	
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}

#respond .cancel-comment-reply a:hover{
	background: #ea4c88;
	color: #FFFFFF;
}

#error{
	margin-left: 10px;
}


#sentMsg{
	padding: 5px 10px;
	margin-bottom: 40px;
	/*background: rgba(0, 0, 0, 0.1);*/
	color: #444;
}


/*========================================================
										SOCIAL styles
=========================================================*/

#SocialIcons{
	position: relative;
	max-width: 500px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 40px;
	margin-top: 40px;
	padding-left: 30px;
}

#SocialIcons article{
	position: relative;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#SocialIcons img{
	width: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

#SocialIcons h3{
	font-size:14px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
	font-weight: bold;
}

#SocialIcons p {
	font-size:12px;
	margin-bottom: 5px;
	line-height: 140%;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}

@media (min-width: 980px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {

}
@media (max-width: 479px) {
#SocialIcons{
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 0px;
}
}





/*========================================================
							HEY JUDE DOCUMENT BOX styles
=========================================================*/

#HJdocumentbox {
	width: 90%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}

#HJdocumentbox article {
  border: none;
  height: auto;
  margin-bottom: 16px;
  padding-bottom: 10px;
  background: #e2afa8;
}

#HJdocumentbox article h4 {
  background: #6F0202;
  color: #FFFFFF; /*#F5F3EE;*/
  font-size:18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align:left;
}

#HJdocumentbox article h5{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
	background:none;
	color:#333333;
}

#HJdocumentbox article p {
	font-size:12px;
	margin-bottom: 5px;
	line-height: 140%;
	padding-left: 10px;
	padding-right: 10px;
}

#HJdocumentbox article p strong{
	font-weight:bold;
}
#HJdocumentbox article img{
	display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 80px;
}

@media (min-width: 980px) and (max-width: 1199px) {
#HJdocumentbox article h4 {
  padding-left: 10px;
}

#HJdocumentbox article h5{
	padding-left: 10px;
}
#HJdocumentbox article p {
	padding-left: 10px;
}	
}

@media (min-width: 768px) and (max-width: 979px) {
#HJdocumentbox {
	width: 98%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}
#HJdocumentbox article h4 {
  padding-left: 10px;
}

#HJdocumentbox article h5{
	padding-left: 10px;
}
#HJdocumentbox article p {
	padding-left: 10px;
}
}

@media (max-width: 767px) {
#HJdocumentbox {
	width: 98%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}
#HJdocumentbox article h4 {
  font-size:14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#HJdocumentbox article h5{
	font-size: 14px;
	padding-left: 10px;
}
#HJdocumentbox article p {
	padding-left: 10px;
}
}

@media (max-width: 479px) {

#HJdocumentbox {
	width: 98%;
	float: left;
	min-height: 1px;
	height: auto;
	margin-left: 1px;
	text-align:left;
}

#HJdocumentbox article h4 {
  font-size:14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#HJdocumentbox article h5{
	font-size: 14px;
	padding-left: 10px;
}
#HJdocumentbox article p {
	padding-left: 10px;
}
}
