/*
-----------------------------------------------
Boston College C21 Mobile 2014 Base Style Sheet
Author:   Mikal Morello 
Date:     July 28, 2014
----------------------------------------------- */

/* ------------ TABLE OF CONTENTS ------------- */
/* 
# GLOBAL STYLES
  ## GENERAL
  ## LAYOUT
  ## TYPE & FONT ICONS
  ## PAGE ELEMENTS & MEDIA
# TEMPLATE SECTIONS
  ## HEADER
  ## NAVIGATION
  ## HIGHLIGHT 
  ## MAIN
  ## FOOTER
# CONTENT BLOCKS
  ## HOME
# ACCESSIBILITY
# MEDIA QUERIES
*/


/*-------------------------------------------------------------------------------------------------*/


/*** # GLOBAL STYLES ***/

/*** ## GENERAL ***/

  .center {
	  margin: 0 auto;
  }
  
  .left{
	  float:left;
  }
  
  .right{
	  float:right;
  }
  
  .pull-top {
	  margin-top: -50px;
  }

  a {
	  color: #990000;
	  transition: all 0.2s ease;
  }
  
  a:hover {
	  color: #5e0102;
	  text-decoration: none;
	  transition: all 0.2s ease;
  }
  
  .hidden {
	  display: none;
  }
  
  .clear {
	  clear: both;
	  display: block;
  }
  
  .no-style {
	  background: none!important;
	  border: none!important;
	  margin: 0!important;
	  padding: 0!important;  
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	  display: block;
  }
  
  .no_top_padding {
	  padding-top: 0!important;
  }
  
  .no_right_padding {
	  padding-right: 0!important;
  }
  
  .no_bottom_padding {
	  padding-bottom: 0!important;
  }
  
  .no_left_padding {
	  padding-bottom: 0!important;
  }
  
  
/*** ## LAYOUT ***/

  body{
	  background:#fff;
	  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /*updated*/
	  padding: 0;
  }
  
  body#c21 {
	  min-width: 280px;
  }
  
  .container-full {
	  max-width: 100%;
	  overflow:hidden;
  }
  
  .container{
	  max-width: 700px;
	  position: relative;
  } 
  
  .row [class*="col-md-"] {
	  min-height: 1px;
  }
  
  .row [class*="col-md-"].pull-right{
	  float:right;
  }
  
  .equalheight_container {
	  overflow: 0!important;
  }
  
  .equalheight_column {
	  margin-bottom: -99999px!important;
	  padding-bottom: 99999px!important;
  }
  
  ul.horizontal li, ul.horizontal-left li{
	  display: inline;
	  list-style: none;
	  padding-left: 10px;
  }
  
  ul.nostyle {
	  margin-left: 0;
	  padding-left: 0;
  }
  
  ul.nostyle li{
	  line-height: 24px;
	  list-style: none outside none;
  }
  
  .content-block ul {
	  font-size: 14px;
  }
  

/*** ## TYPE & FONT ICONS***/

  p {
	  margin: 10px 0;
  }
  
  li p{
	  margin: 0;
  }
  
  .textcenter {
	  text-align: center;
  }
  
  .textright {
	  text-align: right;
  }
  
  .largetext {
	  color:#111;
	  font-size: 1.5em;
  }
  
  .georgia {
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-weight:normal;
  }
  
  .helvetica { 
	  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /*updated*/
  }
  
  .source_sans_pro {
	  font-family: 'Source Sans Pro', sans-serif;
  }
  
  .open_sans {
	  font-family: 'Open Sans', sans-serif;
  }
  
  .darkgrey{
	  color:#333;
  }
  
  .lightgrey{
	  color:#999;
  }
  
  .medgrey{
	  color:#666;
  }
  
  .white {
	  color: #fff;
  }
  
  .black {
	  color:#111;
  }
  
  blockquote {
	  border-left:none;
	  font-family: Georgia,"Times New Roman",Times,serif;
	  font-weight: normal;
	  font-style: italic;
	  font-size: 1.5em;
	  line-height: 1.5em;
	  padding: 10px 5%;
  }
  
  blockquote p {
	  font-size: 14px;
  }
  
  .vertical-align{
	 display: table-cell!important;
	 vertical-align: middle;
  }
  
  


/*** ### HEADINGS ***/

  h1, h2, h3, h4, h5, h6 {
	  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /*updated*/
	  font-weight:normal;
	  line-height: 1.2em;
  }
  
  
h1 {font-size: 3em;}
h2 {font-size: 2.5em;}
h3 {font-size: 2.2em;}
h4 {font-size: 1.8em;}
h5 {font-size: 1.6em;}
h6 {font-size: 1.4em;}

  
  h1 small, h4 .small {
	  color: cccccc;
	  font-size:.4em;
	  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /*updated*/
	  line-height:3.7em;
  }
  
  h1.header {
	  margin-bottom: 0;
  }
  
  h2.subheader {
	  color: #999;
	  font-size: 1.8em;
	  margin-top: 0;
  }
  
  .section.header h4 {
	  margin-top: 25px;
  }

/*** ## PAGE ELEMENTS & MEDIA ***/ 

/*** ### IMAGES  ***/

  a img {
	  opacity: 1;
	  transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
		-ms-interpolation-mode: bicubic;
  }
  
  img, object {
	  max-width: 100%;
	  width: auto\9; /* ie8 */
  }
	  
  a img:hover {
	  opacity: .85;
  }
  
  img.center {
	  display: block;
  }
  
/* #### DAY IMAGES */

.original img {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    padding: 0 !important;
}

.image_left.textimage .image_left, .textimage .original {
    float: left;
    margin: 0 15px 0 0;
	max-width: 100%;
}

.original_right .textimage .original_right .original_right, .original_right .original_right {
    float: right;
    margin: 0 0 0 15px;
	max-width: 100%;
}

.image_right .image_right img {
    border: 2px solid #F5F4E8;
    /*margin: 5px 0; REMOVED SO IMAGE WILL ALIGN WITH TEXT*/
}

.image_right .image_right {
    float: right;
    margin:  0 0 0 15px;
	max-width: 100%;
}

.image_left .image_left img {
    border: 2px solid #F5F4E8;
    /*margin: 5px 0; REMOVED SO IMAGE WILL ALIGN WITH TEXT*/
}

.image_left .image_left {
    float: left;
    margin: 0 15px 0 0;
	max-width: 100%;
}  
  
/*** ### VIDEO  ***/

  .responsive-video {
	   height: 0;
	   position: relative;
	   padding-bottom: 56.25%;
	   padding-top: 30px;
  }
  
  html.responsive-video {
	   padding-top:0;
  }
  
  .responsive-video iframe, .responsive-video object, .responsive-video embed {
	   height: 100%;
	   left: 0;
	   position: absolute;
	   top: 0;
	   width: 100%;
	   z-index: 0; /*FIXIFRAME YOUTUBE Z INDEX ISSUE IN IE */
  }
  
  .entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
	   max-width: 100%;
	   width: auto\9; /* ie8 */
  }
  
  
/* ### BUTTONS/LINKS  */

  .btn-top {
	  background: #660000;
	  height: auto!important;
	  margin-top: 75px;
	  padding: 12px 14px;
	  width: auto!important;
  }
  
  .btn-nostyle {
	  background: none;
	  border: none;
	  box-shadow:none;
  }
  
  .btn-red {
	  background-color: #9E2B20;
	  background-image: -moz-linear-gradient(center top , #BC493E, #800D02);
	  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); 
	  color: #FFFFFF;
	  text-shadow: 0 -1px 0 #800D02;
  }
  
  .btn-red:hover {
	  background-color: #800D02;
	  color: #FFF3E8;
	  text-shadow: 0 -1px 0 #620000;
  }
  
  .btn-red:active {
	  background-image: none;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	  color: #FF8F84;
  }
  
  .btn-darkred {
	  background-color: #3b0404;
	  background-image: -moz-linear-gradient(center top , #500707, #290303);
	  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); 
	  color: #FFFFFF;
	  text-shadow: 0 -1px 0 #290303;
  }
  
  .btn-darkred:hover {
	  background-color: #290303;
	  color: #FFF3E8;
	  text-shadow: 0 -1px 0 #620000;
  }
  
  .btn-darkred:active {
	  background-image: none;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	  color: #FF8F84;
  }
  
  .btn-gold {
	  background-color: #D6AA5C;
	  background-image: -moz-linear-gradient(center top , #F4C87A, #B88C3E);
	  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
	  color: #FFFFFF;
	  text-shadow: 0 -1px 0 #B88C3E;
  }
  
  .btn-gold:hover {
	  background-color: #B88C3E;
	  color: #FFFFFF;
	  text-shadow: 0 -1px 0 #9A6E20;
  }
  
  .btn-gold:active {
	  background-image: none;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	  color: #FFFFC0;
  }
  
  .btn-largefont {
	  font-size:1.6em;
	  font-weight: bold;
  }
  
  .btn-lightfont,  .btn-lightfont:hover{
	  color:#ffffff!important;
	  text-shadow: 1px 1px 1px #000;
  }
  
  
  .btn-large {
	  font-size: 18px;
	  padding: 11px 19px;
  }
  
  .btn-grey {
	  background-color: #bdbcbc;
	  background-image: none;
	  border-radius: 12px;
	  box-shadow: none;
	  color: #FFFFFF;
	  padding: 8px 15px;
	  text-shadow: none;
  }
  
  .btn-grey:hover {
	  background-color: #800D02;
	  color: #FFF3E8;
	  text-shadow: 0 -1px 0 #620000;
  }
  
  .btn-grey:active {
	  background-image: none;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	  color: #FF8F84;
  }
  
  .btn-lightgrey {
	  background-color: #e5e5e5;
	  background-image: none;
	  border-width: 0;
	  border-radius: 10px;
	  box-shadow: none;
	  color: #FFFFFF;
	  padding: 8px 15px;
	  text-shadow: none;
  }
  
  .btn-lightgrey:hover {
	  background-color: #a52021;
	  color: #FFF;
  }
  
  .btn-lightgrey:active {
	  background-image: none;
	  color: #FF8F84;
  }
  
  .btn-back {
	  font-size: 18px;
	  padding: 10px 15px;
	  text-transform:uppercase;
  }
  
  .btn-instagram {
	  background: none repeat scroll 0 0 #00ACEE;
	  border: medium none;
	  box-shadow: none;
	  color: #fff;
	  font-size: 1.1em;
	  text-shadow: none;
  }
  
  .btn-instagram:hover {
	  background: none repeat scroll 0 0 #019BD6;
	  color: #fff;
  }
  
  .btn-subscribe {
    color: #111111;
    margin-right: 5px;
  }
  
  .btn-subscribe:hover {
    background: #660000;
   }
  

/*-------------------------------------------------------------------------------------------------*/


/*** # TEMPLATE SECTIONS ***/

/*** ## HEADER  ***/

  section#header{
	  background: rgba(255, 255, 255, .95);
	  border-bottom: 5PX #f2f2f4 solid;
	  color:#fff;
	  position: relative;
	  z-index: 2;
  }
  
  /*a.c21-wordmark {
	  background: url("/past/etc/designs/bc/c21_mobile/template_images/c21ignite.jpg") no-repeat scroll transparent;
	  display: block;
	  float:left;
	  height: 55px;
	  width: 209px;
  }*/
  
   a.c21-wordmark {
	  /*background: url("/past/etc/designs/bc/c21_mobile/template_images/c21ignite-branding.jpg") no-repeat scroll transparent;*/
	  display: block;
	  float:left;
	  height: 110px;
	  /*width: 410px;*/
  }
  
  #header h1 {
	  float: left;
	  margin: 0 0 0 0;
	  position: relative;
  }
  
  .banner {
	 background: #8a100b;  
  }

/*** ### NAVIGATION  ***/
  
  .header .navbar {
	  border: 0 none;
	  margin-bottom: 0;
  }
  
  .header .navbar .container {
	  padding-top: 10px;
	  padding-bottom: 10px;
  }
  
  .header .navbar-inner {
	  background-color:transparent;
	  background-image: none;
	  background-repeat: repeat-x;
	  border: 0;
	  border-radius: 0;
	  box-shadow:none;
	  min-height: 0;
	  padding-left: 0;
	  padding-right: 0;
  }

  .navbar-collapse {
    max-height: 100%;
  }
  
  .header .navbar-collapse .nav {
	background: #a42020;
	border-bottom: #721010 solid 5px;
	border-top: #721010 solid 5px ;
    float: none;
  }
  
  /* NAV FIX CSS */
  
  .header .navbar-collapse.collapse {
     display: none !important;
     height: 0 !important;
     overflow: hidden !important;
     padding-bottom: 0;
   }

	.header .navbar-collapse.in {
    display: table !important;
    height: auto !important;
    overflow: auto !important;
    padding-bottom: 0; 
	width: 100%;
	}
	
	.navbar-nav {
      margin: 7.5px -15px!important;
	}
  
   /*** header arrow border ***/

  .header .navbar-collapse.in .nav:before { 
  	border: solid transparent; 
	border-color: rgba(194, 225, 245, 0); 
	border-bottom-color: #721010; 
	border-width: 12px; 
	content: " "; 
	float: right;
	height: 0;  
	left: 305px;
	margin-left:50%; 
	position: absolute; 
	pointer-events: none;
	top: 116px;
	width: 0;
  }
  
  .header .navbar-collapse .nav .nav-header {
    color: #fff;
    text-shadow: none;
  }

  .header .navbar-collapse .nav li {
	border-bottom: #721010 solid 2px;
    float: none;
  }

   .header .navbar-collapse .nav li:last-child  {
	border-bottom: none;
  }
  
  .header .navbar-collapse .nav li > a{
    border-bottom: none;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 39px;
	margin-bottom: 0;
	padding-left: 4%;
	padding-right: 4%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
	text-shadow: none;
	text-transform: uppercase;
  }
  
  .header .navbar-collapse .nav li > a .small{
	  color:#eee;
	  display: block;
	  font-size: 12px;
	  text-transform:none;
  }
  
  .header .navbar-collapse .nav li > a .fontello {
	  display: block;
	  float: left;
	  font-size: 40px;
	  width: 50px;
  }
  
  .header .navbar-collapse .nav li > a .fontello.right {
	  float: right;
  }
  
  .header .navbar-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  
  .header .navbar-collapse .nav li > a:hover,
  .header .navbar-collapse .nav li > a:focus,
  .header .navbar-collapse .dropdown-menu a:hover,
  .header .navbar-collapse .dropdown-menu a:focus {
    background-color: #721010;
  }
  
  .header .navbar .nav .active > a, .header .navbar .nav .active > a:hover, .header .navbar .nav .active > a:focus {
    background-color: #721010;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
  }
  
  /*.header .navbar-collapse,
  .header .navbar-collapse.collapse {
    height: 0;
    overflow: hidden;
  }*/
 
  .header .navbar .navbar-btn {
  	background-color: #a42020;
    background-image: none;
	color: #fff;
    display: block;
	float: right;
	font-size: 22px;
	margin: 40px 0 0 0;
	padding: 0;
	width: 35px;
	text-align: center;
  }
  
  .header .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }


/*** ## HIGHLIGHT  ***/

  section#highlight{
	  min-height: 200px;
	  position: relative;
	  z-index: 1;
  }
  
  .subpage section#highlight{
	  min-height: 0;
  }
  
  /* Fix the float on the carousel */
  .carousel .left, .carousel .right{
	  float: none;
  }
  
  a.carousel-control {
	  transition:none;
  }
  
  #highlight .content-block {
	  margin: 0;
	  padding: 0;
  }
  
   #highlight .content-block h2 {
	   margin: 10px 15px;
   }


/* ### C21 SLIDER */

  #c21-slider {
	  background: #eee;
  }
  
  .slidercontent .carousel .carousel-inner > .item > img, #highlight .carousel-inner > .item > a > img {
	  min-width: 100%;
  }
  

  /* highlight fix */
  .slidercontent .carousel {
	  margin: 0 auto 0 auto;
	  max-width: 768px;
  }
  
  /* highlight fix end */
   
 /* #highlight .carousel-control {
	  top: 48%;
  }*/
  
  .slidercontent .carousel .carousel-inner {
	  max-height: 400px;
  }
  
  #c21-slider .container {
	  padding: 0;
	  width: 100%;
  }


/*** ## C21 TOP IMAGE  ***/

#c21-topimage {
	background: #eee; 
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, .1); 
	text-align: center;
}


/*** ### C21 TABS & SUBPAGE HEADER */

  #c21-tab, #c21-subpage-header {
	  background: #a42020;
	  border-top: #721010 solid 2px;
  }


/*** ### C21 TABS ***/

  #c21-tab .section-tab.nav {
	  margin-bottom: 0;
  }
  
  #c21-tab .section-tab li {
	  position: relative;
	  width: 33%;
  }
  
  #c21-tab .section-tab li a, #c21-tab .section-tab li a small {
	  color: #721010;
	  font-family: 'Open Sans', sans-serif;
	  line-height: 1.2em;
	  text-align:center;
	  transition: all 0.2s ease;
  }
  
  #c21-tab .section-tab li a{
	  background: none;
	  border: none;
	  font-size: 28px;
	  font-weight: 600;
	  margin-bottom: 0;
	  padding-bottom: 25px;
	  text-transform: uppercase;
	  text-align: center;
  }
  
  #c21-tab .section-tab li a small{
	  display: block;
	  font-size: 11px; 
	  text-transform:none;
  }
  
  #c21-tab .section-tab li h2{
	  text-align: center;
  }
  
  #c21-tab .section-tab li a:hover, #c21-tab .section-tab li a:active, #c21-tab .section-tab li.active a, #c21-tab .section-tab li a:hover small, #c21-tab .section-tab li.active a small{
	  color: #fff;
	  transition: all 0.2s ease;
  }
 
  
  /* FONTELLO */
  #c21-tab .section-tab .fontello {
	  font-size: 55px;
	  height :55px;
	  margin: 10px 0;
	  width: 100%;
  }
  
   #c21-tab .section-tab a:hover .fontello{
	  height: 50px;
  }
  
  #c21-tab .section-tab li.active a:hover .fontello{
	  height: 55px;
  }
  
  .fontello-social, ul.fontello-social{
	font-size: 33px;
  }
  
    #footer .fontello-social a {
	  color:#fff;
	  height: 33px;
	  min-width: 33px;
	  opacity: .92;
	  
  }
  
  #footer .fontello-social a:hover {
	  color:#6f0606;
	  opacity: 1;
  }
  
   [class^="icon-"]:before, [class*=" icon-"]:before {
	   margin-left: 0;
	   margin-right: 0;
   } 
  
  .circle-border {
	  border: 25px solid #fff;
	  border-radius: 25px;
	  height: 25px;
	  width: 25px;
  }
  
  ul#c21-tab .section-tab {
	  border: none;
  }
  
	#c21-tab .section-tab li.active a:before { 
	  bottom: 0; 
	  border: solid transparent;  
	  content: " "; 
	  height: 0; 
	  width: 0; 
	  position: absolute; 
	  pointer-events: none; 
	  border-color: rgba(194, 225, 245, 0); 
	  border-bottom-color: #fff; 
	  border-width: 15px; 
	  left: 50%; 
	  margin-left: -15px;
  }
  
  /*  SUBPAGE ICONS */





/*** ## SUBPAGE ***/

  #c21-subpage-header h2{
	  color:#fff;
	  font-size: 22px;
	  padding: 5px 0;
	  
  }
   
  #c21-subpage-header h2 .entypo{
	  font-size: 60px;
  }
  
  /*.subpage .media-block {
	  padding-bottom: 20px;
  }*/
  
  .media-block .content-block {
	  padding: 0!important;
  }
  
  .subpage .media-block .responsive-video {
	  margin: 25px 0;
  }
  
  
/*** ## MAIN ***/

  #main {
	  background: #fff;
	  padding-top: 20px;
  }
   
  .subpage #main {
    padding-top: 0;
  }
  
  .content-block {
	  padding-bottom: 25px;
  }
  
  .content-block h3 {
	  color: #a42020;
	  font-size: 13px;
	  margin-bottom: 0; 
	  margin-top: 35px;
	  text-transform: uppercase;
  }
  
  .content-block h3 a{
	  color: #a42020;
  }
  
  .content-block h4 {
	  color:#000;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 22px;
	  margin-top: 5px;
  }
  
  .content-block h4 a{
	  color:#000;
  }
  
  .content-block h3 a:hover, .content-block h4 a:hover{
	  color:#721010;
  }
  
  .content-block p {
	  color: #999;
	  margin-top: 20px;
  }
  
  .media-block {
	  background: #eee;
	  margin: 0 0 15px 0;
	  text-align: center;
  }
  
  .media-block *{
	  margin: 0 auto;
  }
  
  .media-block .container{
	  max-width: 768px;
  }


/*** ## MAIN CONTENT ***/

  #main-content {
	background-image: linear-gradient(bottom, rgb(255,255,255) 84%, rgb(238,238,238) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 84%, rgb(238,238,238) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 84%, rgb(238,238,238) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 84%, rgb(238,238,238) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 84%, rgb(238,238,238) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.84, rgb(255,255,255)),
		color-stop(1, rgb(238,238,238))
	);
	padding-top: 20px;
  }

  #main-content .content-block p {
	  color: #666;
  }
  
  #main-content hr {
	  border-color: #e8e8e8 -moz-use-text-color #e8e8e8;
  }
  
   #main-content h4 {
	   font-weight: bold;
   }


/*** ## FOOTER  ***/
  
  section#footer  {
	  color:#fff;
	  position: relative;
  }
  
  #footer-top {
	  background: #a42020;
	  padding-bottom: 25px;
	  padding-top: 25px;
  }
  
  #footer-bottom{
	  background: #860f0f;
	  padding: 12px;
	  text-align: center;
  }
  
  a.footer-wordmark img{
	  margin: 20px auto;
  }
  
  #footer h4 {
	  color:#fff;
	  font-size: 18px;
	  margin: 20px 0 10px 0;
	  text-transform: uppercase;
  }
  
  #footer hr {
	  border-color: #991a1a;
	  margin-top: 0;
  }
  
  
  #footer .form-horizontal .btn {
	  background: #fff;
	  clear: both;
	  margin-top: 10px;
  }
  
  #footer .form-horizontal #inputEmail {
	  display: block;
	  min-width: 250px;
  }
  
  
  


/*-------------------------------------------------------------------------------------------------*/

/*** # CONTENT BLOCKS ***/

/*** ## HOME ***/

/*** ### INTRO ***/

  #c21-intro .content-block {
	  background: url("/past/etc/designs/bc/c21_mobile/template_images/c21_mobile_jesuit_bg.png") no-repeat scroll transparent;
	  background-position: 100%;
	  background-position : -webkit-calc(100% + 150px) 0;
	  /* BREAKS IE9
	  background-position : calc(100% + 150px) 0;
	  */
  }
  
  #c21-intro .content-block p, #c21-intro .content-block h4{
	  padding-right: 150px;
  }
  
  #c21-intro .fontello-social {
	  margin-top: 15px;
  }
  
  #c21-intro .fontello-social a{
	  color:#E5E5E5;
  }
  
  #c21-intro .fontello-social a:hover{
	  color:#5e0102;
  }


/*** ### C21 MAGAZINE ***/

  .issuuembed {
	  margin-top: 15px;
	  max-width: 620px!important;
  }
  
  .issuuembed > div > div {
	  height: 100%!important;
  }
  
  .issuuembed span {
	  display: none;
  }


/*** ### C21 SOCIAL ***/

  .social-list li a {
	  color: #E5E5E5;
  }
  
  .social-list li a .fontello-social {
	  display: block;
	  font-size: 40px;
	  float: left;
	  height: 40px;
	  margin-top: -4px;
	  width: 45px;
  }

  ul.social-list li{
	   line-height: 15px;
	   min-height: 50px;
  }
  
  ul.social-list {
	  margin-top: 20px;
  }
  
  .social-list .social-large {
	  font-size: 18px;
	  font-weight:bold;
	  padding-top: 3px;
  }
  
  .social-list li a.c21-twitter:hover  {
	  color: #0598C9;
  }
  
  .social-list li a.c21-facebook:hover  {
	  color:#436EAC;
  }
  
  .social-list li a.c21-instagram:hover {
	  color:#517FA4;
  }
  
  .social-list li a.c21-pinterest:hover {
	  color:#cd1d1f;
  }

  #c21-agape.media-block {
	  /*background: url("/past/etc/designs/bc/c21_mobile/template_images/c21_mobile_agape_latte_bg.jpg") no-repeat scroll 25% 0 #76c7fe ;*/
	  background:  #76c7fe;
	  padding-bottom: 20px;
  }
  
  #c21-agape .responsive-video {
	  box-shadow:0 0 3px 3px #3F92CA;
		-moz-box-shadow: 0 0 3px 3px #3F92CA;
		-webkit-box-shadow: 0 0 3px 3px #3F92CA;
	  margin: 25px 0;
  }
  
  #c21-agape .content-block {
	  background: url("/past/etc/designs/bc/c21_mobile/template_images/c21_mobile_agape_latte_content_bg.jpg") no-repeat scroll right center transparent;
  }
  
  #c21-agape.media-block .content-block {
	  background: none;
  }
  
  
  #c21-agape.media-block .btn-grey {
	  background-color: #4da5e1;
	  font-size: 16px;
	  padding: 8px 14px;
	  text-shadow: none;
  }
  
  #c21-agape.media-block a {
	  color: #fff;
  }
  
  #c21-agape .media-block a:hover {
	  color: #4da5e1;
  }
  
  #c21-agape .media-block .btn-grey:hover {
	  background-color: #2987c7;
  }
 
/*** ## SOCIAL BUTTONS ***/

  ul.horizontal-left.fontello-social{
	  margin-left: 0;
	  margin-top: 0;
	  padding-left: 0;
	  
  }
  
  ul.horizontal-left.fontello-social li {
	  float: left;
	  list-style: none outside none;
	  margin-right: 0;
	  margin-top: 0;
	  min-height: 32px;
	  padding-right: 0;
	  padding-left: 0;
  }
  
 .fontello-social a {
  	padding-right: 3px;
 }
  
  #footer .fontello-social a {
	  color:#fff;
	  opacity: .92;
  }
  
  #footer .fontello-social a:hover {
	  color:#6f0606;
	  opacity: 1;
  }
  
  /*** ### ADD THIS BUTTON CODE ***/
  
  .addthis_button_expanded span {
      display: none;
  }

/*** ### C21 EVENTS ***/

  #calloutbox {
	  background: #eee;
	  margin-top: 20px;
	  padding: 10px 5%;
  }
  
  #calloutbox h5 {
	  border-bottom: 1px solid #fff;
	  font-family: 'Open Sans',sans-serif;
	  font-size: 22px;
	  font-weight:400;
	  padding-bottom: 10px;
  } 
  
  #calloutbox p {
	  margin-top: 0;
  }
  
  #calloutbox .btn{
	  margin-top: 20px;
  }

/* ### C21 BOOK LIST */

  .book-image {
	  display: block; 
	  text-align: center;
  }
  
  .book-image img{
	  max-width: 150px;
	  width: 100%;
  }
  
  .book-image.book-featured img{
	  max-width: 250px;
	  width: 100%;
  }
  
  .subpage .btn-grey {
	  font-size: 12px;
	  padding: 3px 7px;
	  margin-top: 8px;
  }
  
  #c21-topimage.book-series, #c21-book .media-block{
	  background: url("/past/etc/designs/bc/c21_mobile/template_images/body_bg.gif") scroll transparent;
	  color: #fff;
	  padding: 20px 0;
	  text-align: left;
  }
  
  #c21-topimage.book-series a, #c21-book .media-block a {
	  color:#fff;
  }
  
  #c21-topimage.book-series a:hover, #c21-book .media-block a:hover {
	  color:#efefef;
  }
  
  
/*** ### C21 MAGAZINE LIST ***/

  #c21-magazine-list .btn-grey {
	  font-size: 12px;
	  padding: 3px 7px;
  }
  
  #c21-magazine-list .issuuembed {
	  margin-top: 0;
  }
  
  #c21-magazine-list p {
	  
  }
  
  .current-issue .issuuembed {
	  height: 300px;
  }
  
 #c21-resources hr{
	 margin-bottom: 10px;
	 margin-top: 10px;
 }

/*** ### C21 GOD IN SCENE ***/

  #c21-god .media-block {
	  min-height: 300px;
	  overflow: hidden;
	  width: 100%;
  }
  
  #c21-god .container {
    max-width: 100%;
  }
  
  #c21-god  div.instagram {
	  float: none;
	  max-height: 300px;
	  overflow: hidden;
  }
  
  /*** ### PRAY FOR ME ***/
  
  #prayer-submit li {
    display: inline-block;
	padding: 0;
  }
  
  
   /*** ### TINTUP***/
	
	.tintup {
		max-height: 600px;
	}
  
  /* #### COLUMN CONTROL */

div.parsys_column {
    border: 0 none;
    box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

div.cq-colctrl-cols { float: left; width: 100%; }

div.cq-colctrl-default { width: 100%;}

div.cq-colctrl-lt0 { }
div.cq-colctrl-lt0-c0 { padding-right: 1.25%; width: 50%; }
div.cq-colctrl-lt0-c1 { padding-left: 1.25%; width: 50%; }

div.cq-colctrl-lt1 { 
    overflow: hidden;
}

div.cq-colctrl-lt1-c0 {
    border-right: 1px solid #e8e8e8;
    margin-bottom: -99999px;
    padding: 0 1.25% 99999px 0;
    width: 33.3333%; 
}

div.cq-colctrl-lt1-c1 {
    margin-bottom: -99999px;
    padding: 0 0 99999px 1.25%;
    width: 66.6666%;
}

div.cq-colctrl-lt2 { 
    overflow: hidden; 
}

div.cq-colctrl-lt2-c0 {
    border-right: 1px solid #e8e8e8;
    margin-bottom: -99999px;
    padding: 0 1.25% 99999px 0;
    width: 33%;
}

div.cq-colctrl-lt2-c1 {
    border-right: 1px solid #e8e8e8; 
    margin-bottom: -99999px;
    padding: 0 1.25% 99999px 1.25%;
    width: 33%;
    
}

div.cq-colctrl-lt2-c2 {
    margin-bottom: -99999px;
    padding: 0 0 99999px 1.25%;
    width: 33%; 
}

/* UPDATE PADDING TO ENSURE COLUMNS ARE EQUAL SIZE */
div.cq-colctrl-lt2nl { background:none;}
div.cq-colctrl-lt2nl-c0 { padding-right: 1.666%; width: 33.333%;}
div.cq-colctrl-lt2nl-c1 { padding-right: .833%; padding-left: .833%; width: 33.333%;}
div.cq-colctrl-lt2nl-c2 { padding-right: 0; padding-left: 1.666%; width: 33.333%;}

/* UPDATE PADDING TO ENSURE COLUMNS ARE EQUAL SIZE */
.home div.cq-colctrl-lt2nl-c0 { padding-right: .833%; width: 33.333%;}
.home div.cq-colctrl-lt2nl-c1 { padding-right: .416%; padding-left: .416%;  width: 33.333%;}
.home div.cq-colctrl-lt2nl-c2 { padding-left: .833%;  width: 33.333%;}

div.cq-colctrl-lt3 {  
    overflow: hidden; 
}

div.cq-colctrl-lt3-c0 {
    border-right: 1px solid #e8e8e8;
    margin-bottom: -99999px;
    padding: 0 1.25% 99999px 0;
    width: 50%;
}

div.cq-colctrl-lt3-c1 {
    border-right: 1px solid #e8e8e8;    
    margin-bottom: -99999px; 
    padding: 0 1.25% 99999px 1.25%;
    width: 25%; 
}

div.cq-colctrl-lt3-c2 {
    margin-bottom: -99999px;
    padding: 0 0 99999px 1.25%;
    width: 25%; 
}

/* UPDATE PADDING TO ENSURE COLUMNS ARE EQUAL SIZE */
div.cq-colctrl-lt3nl { background:none;}
div.cq-colctrl-lt3nl-c0 { padding-right: 1.666%; width: 50%;}
div.cq-colctrl-lt3nl-c1 { padding-right: .833%;  padding-left: .833%; width: 25%;}
div.cq-colctrl-lt3nl-c2 { padding-right: 0;  padding-left: 1.666%; width: 25%;}


div.cq-colctrl-lt4 {
    overflow: hidden; 
}

div.cq-colctrl-lt4-c0 {
    margin-bottom: -99999px; 
    padding: 0 1.25% 99999px 0;
    width: 33.333%; 
} 

div.cq-colctrl-lt4-c1 {
    margin-bottom: -99999px; 
    padding: 0 0 99999px 1.25%;
    width: 66.666%;
}

div.cq-colctrl-lt5 { 
    overflow: hidden;
}

div.cq-colctrl-lt5-c0 {
    border-right: 1px solid #e8e8e8; 
    margin-bottom: -99999px;
    padding: 0 1.25% 99999px 0;
    width: 66.666%;      
}

div.cq-colctrl-lt5-c1 {
    margin-bottom: -99999px;
    padding: 0 0 99999px 1.25%;
    width: 33.333%; 
}

div.cq-colctrl-lt5nl { background:none;}
div.cq-colctrl-lt5nl-c0 { padding-right: 1.25%; width: 66.666%;}
div.cq-colctrl-lt5nl-c1 { padding-right: 0; padding-left: 1.25%; width: 33.333%;}


.home div.cq-colctrl-lt5nl {overflow: hidden}
.home div.cq-colctrl-lt5nl-c0, .home div.cq-colctrl-lt5nl-c1 { margin-bottom: -99999px; padding-bottom: 99999px; }
 


div.cq-colctrl-lt6 { 
    overflow: hidden;
}

div.cq-colctrl-lt6-c0 {
    border-right: 1px solid #e8e8e8;
    margin-bottom: -99999px;
    padding: 0 1.25% 99999px 0;
    width: 75%;  
}

div.cq-colctrl-lt6-c1 {
    margin-bottom: -99999px;
    padding: 0 0 99999px 1.25%;
    width: 25%; 
}

div.cq-colctrl-lt6nl { background:none;}
div.cq-colctrl-lt6nl-c0 { padding-right: 1.25%; width: 75%;}
div.cq-colctrl-lt6nl-c1 { padding-right: 0; padding-left: 1.25%; width: 25%;}

div.cq-colctrl-lt7 { 
    overflow: hidden;
}

div.cq-colctrl-lt7-c0 {
    border-right: 1px solid #e8e8e8; 
    margin-bottom: -99999px;
    padding: 0 1.25% 99999px 0;
    width: 25%;
}

div.cq-colctrl-lt7-c1 {
    margin-bottom: -99999px;
    padding: 0 0 99999px 1.25%;
    width: 75%;
}

div.cq-colctrl-lt7nl { background:none;}
div.cq-colctrl-lt7nl-c0 { padding-right: 1.25%; width: 25%; }
div.cq-colctrl-lt7nl-c1 { padding-right: 0; padding-left: 1.25%; width: 75%;}

div.tanbar-col-c0, body.bcnonav div.tanbar-col-c0 { padding-right: 1.25%; width: 50%; }
div.tanbar-col-c1, body.bcnonav div.tanbar-col-c1 { padding-right: 0; padding-left: 1.25%; width: 50%;}


/* Home custom colums */
div.customcol { 
    overflow-x: hidden;
    overflow-y: hidden;
}

div.customcol .homecol { 
    width:50%;
    float:left;
}

div.cq-colctrl-lt5-c0 {
    border-right: 1px solid #e8e8e8; 
    margin-bottom: -99999px;
    padding: 0 1.25% 99999px 0;
    width: 66.666%;      
}

div.cq-colctrl-lt5-c1 {
    margin-bottom: -99999px;
    padding: 0 0 99999px 1.25%;
    width: 33.333%; 
}

div.customcol { background:none;}
div.customcol .homecol { padding-right: 0; padding-left: .5%; width: 32.5%;}
div.customcol .homecol:first-child { padding-right: .5%; width: 64.5%;}




/*-------------------------------------------------------------------------------------------------*/

/*** # ACCESSIBILITY ***/

  .access-content {
	  left: -9999em;
	  overflow: hidden;
	  position: absolute;
	  width: 1em;
  }
  
  .screenreader {
	  display: block;
	  height: 0;
	  left: -9999em;
	  overflow: hidden;
	  position: absolute;
	  width: 1em;
  }
  

/*** # EMERGENCY NOTIFICATION ***/
    
    #emergency_bar {
        background: #fff;
        _text-align:center; /* IE6 fix */
    }
	
    #emergency_message {
        background: yellow;
		border: 1px solid #72152C;
        color: #000;
		display: block;
		font-size: 12px;
		margin: 0 auto;
        padding: 5px 20px 10px;
		text-align:left;
        width: 100%;  
    }

/*** # ADMIN INTERFACE UPDATES ***/

#CQ *, #CQ *:before, #CQ *:after{
	-webkit-box-sizin: content-box!important;
	-moz-box-sizing: content-box!important;
	box-sizing:content-box!important; 
}

/*-------------------------------------------------------------------------------------------------*/

/* # MEDIA QUERIES */


/* *************   MAX WIDTH 980PX ***************** */

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

/* *************   MAX WIDTH 960PX ***************** */

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

/* *************   MIN WIDTH 768PX ***************** */

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


/* *************   MAX WIDTH 767PX ***************** */

@media (max-width: 767px) {
	
	/* fix slider blink on transition */
	#c21-slider .col-md-12 {
		float: left;
	}
	
	#c21-agape .media-block {
	     background-image: none;
	}	
	
	#c21-agape .row [class*="col-md-"] {
    	margin-left: 0;
	}
	
	.header .navbar-collapse.in .nav:before {
		left: auto;
		margin-right: 0;
		right: 4%;
	}
	
}

/* *************   MAX WIDTH 720PX ***************** */

@media (max-width: 720px) {
	
	.header .navbar-collapse.in .nav:before {
		margin-right: 0;
	}
}

/* *************   MAX WIDTH 660PX ***************** */

@media (max-width: 660px) {
	    div.parsys_column {
        padding: 10px 0; 
    }
    
    div.parsys_column div.parsys_column{
        border: 0!important;
        padding: 0!important;
        margin-bottom: 0!important;
        width: 100%!important;
    }
	
	.nostyle.social-list > li {
    	float: left;
   		width: 33%;
    }
	
	.social-list li a .fontello-social {
		margin-bottom: 10px;
	}
	
}

/* *************   MAX WIDTH 620PX ***************** */

@media (max-width: 620px) {  
	
  /* header arrow border */
  .header .navbar-collapse .nav:before { 
		margin-left:0; 
		left:auto;
		margin-right: 4%;
		right: 7px;
		float: right;
	}

  .instagram-placeholder {
	  height: auto;
	  width: 25%;
  }
  
  #c21-tab .section-tab .fontello {
      font-size: 50px;
      height: 34px;
	}
	
	#c21-tab .section-tab a:hover .fontello {
      height: 30px;
	}
	
	#c21-tab .section-tab li.active a:hover .fontello {
      height: 34px;
	}
	
	/*#c21-subpage-header {
   	    padding: 0 5%;
	}*/
	
	.tintup {
		max-height: 400px;
	}
	
	.header .navbar-collapse.in .nav:before {
		right: 5%;
	}
}

/* *************   MAX WIDTH 550PX ***************** */

@media (max-width: 550px) {
	
	#c21-tab .section-tab li a {
         font-size: 20px;
	}
	
	#c21-intro.content-block p, #c21-intro.content-block h4{
	    padding-right: 80px;
	}
		
	.content-block h3 {
    	margin-top: 20px;
	}
	
	#c21-tab .section-tab li a small  {
		display: none;
	}
	
	#c21-tab .section-tab li a {
   		margin-bottom: 0;
	}
	
	.tintup {
		max-height: 300px;
	}
	
}
	
/* *************   MAX WIDTH 475PX ***************** */

@media (max-width: 475px) {	

	.social-list li a {
		text-align: center;
	}
	
	.social-list li a .fontello-social {
    	display: block;
    	float: none;
		height: 35px;
		margin-top: 10px;
    	padding-bottom: 5px;
    	width: 100%;
	}
	
	ul.social-list li {
		text-align: center;
	}
	
	#c21-intro.content-block p, #c21-intro.content-block h4{
		padding-right: 60px;
	}
	
	#c21-intro .content-block {
    background-position: 230% center;
	}
	
	.tintup {
		max-height: 275px;
	}
	
	a.c21-wordmark {
		height: auto;
    	width: 340px;
	}
	
	.header .navbar .navbar-btn {
		margin: 30px 0 0;
	}
	
	.header .navbar-collapse.in .nav:before {
		top: 100px;
	}
	
}

/* *************   MAX WIDTH 400PX ***************** */

@media (max-width: 400px) {
	
	.row [class*="col-sm-"] {
		margin-left: 0;
	}
	
	#c21-tab .section-tab li a {
    	font-size: 16px;
	}
	
	
	
	.instagram-placeholder {
	     height: auto;
	     width: 33%;
	}
	
	/*ul.social-list li {
    	float: left;
    	text-align: center;
    	width: 33.3%;
	}*/
	
   .book-image.book-featured img {
    	max-width: 150px;
		margin-bottom: 10px;
    	width: 100%;
	}
	
	#c21-book .media-block {
		text-align: center;
	}
	
	#c21-book .media-block p {
		display: none;
	}
	
	#c21-tab .section-tab .fontello {
    	margin-top: 30px;
	}
	
	a.c21-wordmark {
    	width: 260px;
	}
	
	.header .navbar .navbar-btn {
		margin: 20px 0 0;
	}
	
	.header .navbar-collapse.in .nav:before {
		top: 78px;
	}
	
	
}



