/* adjusting for sidebar */

@media (min-width: 768px) {
  .container {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 770px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.content-pages-show-feedback-wide textarea{
	width:100%;
  height: 140px;
  border-radius: 3px;
border: 1px solid transparent;
border-top: none;
border-bottom: 1px solid #DDD;
box-shadow: inset 0 2px 4px rgba(0,0,0,.39),0 -1px 2px #FFF,0 3px 0 #FFF;
padding: 4px;
text-align: center;
margin: 1em 0;
color: #525252;
font-weight: 800;
}

/** blog pagination **/

.blogNext div.pagination>ul>.active>a,
.blogNext div.pagination>ul>.active>span,
.blogNext div.pagination>ul>.active>a:hover,
.blogNext div.pagination>ul>.active>span:hover,
.blogNext div.pagination>ul>.active>a:focus,
.blogNext div.pagination>ul>.active>span:focus{
	background-color: #e52e2f;
	border-color: #e52e2f;
	color: white;
}
.blogNext div.pagination>ul>li>a,.blogNext div.pagination>ul>li>span{
	color: #e52e2f;
}
/*misc*/
body{overflow-x: hidden;}
img {max-width: 100%; height: auto;}
a {color: #e43739;text-decoration: none;}
a:hover{text-decoration: none;}
.breadcrumbs,
#flash_container{display: none;}
body input[type='text'],
body input[type='email'],
body input[type='tel'],
body input[type='password'],
body select {
    line-height: normal;
    width: 100%;
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.39), 0 -1px 2px #FFF, 0 3px 0 #FFF;
    padding: 4px;
    text-align: center;
    margin: 1em 0;
    color: #525252;
    font-weight: 800;
    text-transform: none !important;
    min-height: 30px;
}
input[type='password'] ,input[type='tel'],input[type='email'],input[type='text'],::-webkit-input-placeholder {
   text-transform: uppercase;
}

input[type='password'] ,input[type='tel'],input[type='email'],input[type='text'],:-moz-placeholder { /* Firefox 18- */
   text-transform: uppercase;
}

input[type='password'] ,input[type='tel'],input[type='email'],input[type='text'],::-moz-placeholder {  /* Firefox 19+ */
   text-transform: uppercase;
}

input[type='password'] ,input[type='tel'],input[type='email'],input[type='text'],:-ms-input-placeholder {
   text-transform: uppercase;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='password']:focus {
    box-shadow: inset 0 2px 4px rgba(0,0,0,.39), inset 0px 2px 4px rgba(229, 46, 47, 0.5),0 -1px 2px #FFF,0 3px 0 #FFF;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 2em;
    box-shadow: none;
}

section.main,
section.rjcnews,
section.getinvolved,
section.social,
section.aboutrjc,
section.gap,
section.tiles{
    width: 100%;
}
/* main section */
section.main{
    text-align: center;
    color: white;
}
.mainContainer{
    padding-top: 3em;
}


.transition,
.bw li a img{
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.grayBtn,
.redBtn{
    background: #d4d4d4;
    font-size: 11px;
    border-radius: 0;
    border: none;
    color: #525252;
    font-weight: 600;
  }
.redBtn{
    background: #e52e2f;
    color: #f8f8f8;
}
a.readmore { background: #e52e2f; color: #f8f8f8; padding: 4px 16px; position: absolute; font-weight: 600; font-size: 15px; bottom: 10px; right: 15px; text-decoration: none; }
.grayBtn:hover{border:1px solid none; background: #ababab;color:#525252;}
.redBtn:hover{border:1px solid none; background:#ff0026;color: #f8f8f8;}
#rjcHeadline {
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 280px;
}
#subHeadline{
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px auto 40px;
    font-weight: 600;
}
.headerLogoWrapper {
    width: 120px;
    margin: 42px auto;
}

.headerLogoWrapper svg {
	height: 131px;
}

/*
*   Pagination
*/
div.pagination>ul>li>a, div.pagination>ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

div.pagination>ul>.active>a, div.pagination>ul>.active>span, div.pagination>ul>.active>a:hover, div.pagination>ul>.active>span:hover, div.pagination>ul>.active>a:focus, div.pagination>ul>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

div.pagination>ul>.disabled>span, div.pagination>ul>.disabled>span:hover, div.pagination>ul>.disabled>span:focus, div.pagination>ul>.disabled>a, div.pagination>ul>.disabled>a:hover, div.pagination>ul>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

div.pagination>ul>li {
    display: inline;
}

/* rjcnews section */
section.rjcnews{}
section.rjcnews{
    padding-bottom:72px;
}
.blue,
.red,
.beige{
    border-right: 1px solid #ababab;
    border-left: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    min-height: 220px;
    padding:8px;
    max-width: 300px;
    margin-left: 18px;
    min-height: 300px;
    float: left;
    position: relative;
    width: 33%;
}

/* Events */
.page-pages-show-event-wide input.quantity {
	max-width: 120px;
  clear: both;
  display: block;
  margin: 20px auto 5px;
}

.page-pages-show-event-wide input.submit-button {
	margin-top: 20px;
  margin-bottom: 20px;
}

.blue{border-top: 32px solid #425564;}
.red{border-top: 32px solid #e43739;}
.beige{ border-top: 32px solid #e5e2d1;}
.rjcnews p{
    color: #777;
    font-size: 14px;
}
.rjcnews h5{
    color: #797979;
    font-size: 18px;
    font-weight: 600;
}
.headline,
h3{
    color: #e43739;
}
.like-page{display: none;}

/* get involved section */
section.getinvolved{}

section.getinvolved{
    min-height: 632px;
}

.getinvolved h2,
.aboutrjc h2{
    font-weight: 600;
    margin: 72px auto;
    color: #f8f8f8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
}
.getinvolved h2 span,
.aboutrjc h2 span{
    border-bottom: 6px solid #f8f8f8;
}

ul#upcoming{
    text-transform: uppercase;
    color: #f8f8f8;
    list-style: none;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 30px auto;
    padding: 0;
}

li#iconned {
    border-bottom: 2px solid #f8f8f8;
    max-width: 427px;
    margin: 0 auto;
}

li#iconned svg {
	height: 26px;
}

li#ltblue{
    color: #99c4e6;
    font-size: 44px;
}


li#ucdate{
    margin-top: 0px;
    font-size: 20px;
}
.getinvolved .redBtn,
.aboutrjc .redBtn{
    width: 180px;
    margin: 0 auto;
    margin-bottom: 52px;
}
.fiddyfiddy {
    text-transform: uppercase;
    color: #f8f8f8;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 -15px;
}


.fiddyfiddy .contrib,
.fiddyfiddy .volunteer{
    background: #e43739;
    background: rgba(228, 55, 57, .7);
    padding: 18px;
}
.fiddyfiddy .volunteer{
    background: #253847;
    background: rgba(37, 56, 71, .7)
}
.fiddyfiddy a{
    color: white;
    text-decoration: none;
}
.fiddyfiddy a:hover{
    color: #f8f8f8;
    text-shadow: 1px 1px 1px #525252;
}
/* social section */
section.social{}

.feed ul{}
.feed ul li{
    font-size: 24px;
    padding: 24px 48px;
    text-align: center;
    color: #797979;
    font-style: italic;
    font-weight: 600;
}
/* the share links */
.trips{
    width: 100%;
    margin: 0 -15px;
}
.trips div{
    margin: 0;
    padding: 0;
}
.trips a{
    color: white;
    padding: 13px;
    min-height: 52px;
    font-size: 14px;
    line-height: 30px;
}
#twBlue{margin-top: 42px;margin-left: -24px;}
.fb{background: #4c73ae;}
.tw{background: #09aad6;}
.yt{background: #e64d4f;}
.trips a img{
    border: 0;
    height: 24px;
}
.feed ul li a{
    color: #09aad6;
}
/* the loading text from twittie*/
.feed span{
    text-align: center;
}



/* aboutrjc section */
section.aboutrjc{}

.midLogo{
    width: 72px;
    margin: 0 auto 20px;
    padding-top: 72px;
}

.midLogo svg {
	height: 78px;
}


.aboutrjc h2 {
    font-size: 32px;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 4px;
}

.aboutrjc h2 span{

}
.aboutrjc p{
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 0 #262626;
    line-height: 36px;
}

/* gap section */
section.gap{}
.gap{
    height: 2px;
    box-shadow: 0 3px 6px #797979 !important;
    z-index: 2;
    position: relative;
    margin-bottom: 2px;
}
/* tiles section */
section.tiles{}
ul.bw{
    /*height: 160px;*/
    margin: 0;
    padding: 0;
    text-align: center;
}
.bw li{
/*    float: left;
    list-style: none;
    min-width: 240px;*/
}

body.home .bw img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

body.home .bw img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.grid-sizer,
.isotope li a img{width: 25%;}

.isotope li a{cursor: default;}


/* Footer */
.footer{
  margin-top:25px;
}
.footerWrap {

}

.footerLegal {
    padding: 10px;
    font-size: 11px;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
}

.footerLegal p, .footerLegal a {
    /*line-height: 34px;*/
    color: #454545;
    font-size: 10px;
}

.footerLegal p span{
    font-size: 7px;
    text-decoration: underline;
    margin-left: 9px;
    position: relative;
    top: -1px;
}
.footer .FloatLeft{
		float: left;
    width: auto;
}
.footerLogo {
    float:left;
    left: 0;
    width: 40px;
  margin-right: 15px;
}

.footerLogo svg {
    height: 36px;
}

/* navigation */
section.navigation {}

#toggleMe{
    position: fixed;
    left: 14px;
    top: 14px;
    display: block;
    z-index: 10000;
}
#menu-toggle{
    background: #000;
    background: rgba(0,0,0,.3);
    padding: 2px;
    color: #fff;
}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 /* Toggle Styles */
.wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wrapper.toggled {
    padding-left: 200px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 0;
    height: 100%;
    margin-left: -200px;
    overflow-y: auto;
    background: #253847;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page-type-calendar #sidebar-wrapper{
    /*background: #525252;*/
}

.wrapper.toggled #sidebar-wrapper {
   width: 200px;
}
#page-content-wrapper {
    width: 100%;
    position: relative;
}
.wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}
/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid white;
    width: 120px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 600;
}
#brandLi{border-bottom: none;}
#sidebarSearch{
    border-bottom: none;
    text-indent: 0;
    padding-top: 15px;
    line-height: 16px;
    margin-bottom: 100px;
}

#sidebarSearch input{
    background: url(search.png) no-repeat 1px 3px;
    padding-left: 20px;
    width: 120px;
    height: 32px;
    background-size: 33px;
    text-transform: uppercase;
}
#sidebarSearch input:focus{
    background: #fff url(search.png) no-repeat 1px 3px;
    color: #797979;

}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.sidebar-nav li a:hover,
.sidebar-nav li a.active {
    text-decoration: none;
    color: #fff;
    background: none;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li a:hover g,
.sidebar-nav li a.active g {
  fill: #e43739;
}

.sidebar-nav > .sidebar-brand {
    height: 100px;
    font-size: 18px;
    line-height: 60px;
    margin: 40px auto;
    width: 156px;
    border-bottom: 0;
}
.sidebar-nav > .sidebar-brand a {
    color: #fff;
    width: 164px;
    line-height: 16px;
    width: 163px;
    margin: 0 auto;
    font-weight: 600;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #f8f8f8;
    background: none;
}
.sidebar-nav li a svg {
    height: 36px;
    width: 36px;
    margin: 0 auto;
    display: block;
    margin: 10px auto 0px;
}
.sidebar-brand a svg{
    height: 72px !important;
    width: 72px !important;
}
.sidebar-brand{}
/* sidebar logos */
g.logo,
g.home,
g.newsroom,
g.getinvolved,
g.membership,
g.getInvolved,
g.events,
g.membership,
g.rjcSidebarLogo{
    fill:#ffffff;

}
#eventsIcon{width:24px;}
g.headerLogo,
g.megaphone{
    /* fill: #ababab; */
  fill: #fff;
}


.footerLogo g{
    fill: #797979;
}
/* nano scrollbars */
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
@media(min-width:768px) {
    section.main{min-height: 320px}
    .wrapper {
        padding-left: 200px;
    }
    .wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 200px;
    }
    .wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
    }
    .wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
/*bxslider*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border:  5px solid #fff;
    left: -5px;
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    }
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 600;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager {
    display: none;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: -16px;
    background: url(controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: -16px;
    background: url(controls.png) no-repeat -43px -32px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bxslider2 .bx-wrapper .bx-prev {
    left: -1%;
    background: url(controls.png) no-repeat 0 -32px;
}
.bxslider2 .bx-wrapper .bx-next {
    left: 101%;
    background: url(controls.png) no-repeat -43px -32px;
}

.bxslider2 div:first-of-type {
    margin-left: 0;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
    .bx-wrapper .bx-prev {
        left: -1%;
        background: url(controls.png) no-repeat 0 -32px;
    }
    .bx-wrapper .bx-next {
        left: 87%;
        background: url(controls.png) no-repeat -43px -32px;
    }

    .bxslider2.bx-wrapper .bx-controls-direction a {
        top: 110%;
    }
  li#ltblue{
    color: #99c4e6;
    font-size: 1em;
	}

}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.bx-wrapper .bx-controls-auto{display: none;}
.bx-wrapper .bx-viewport{box-shadow: none;}

#rjcHeadline,
.rjcnews h3,
#page .content-pages-show-event h2,
.decoheadline{
    font-size: 12px;
    margin: 0 auto;
    letter-spacing: 4px;
    line-height: 42px;
}
.rjcnews h3,
#page .content-pages-show-event h2,
.decoheadline {
    font-weight: 600;
    font-size: 42px;
    margin: 64px auto 32px auto;
    color: #253847;
}
.rjcnews h3 span{
    border-bottom: 3px solid #e52e2f;
}
#subHead{
    color: #8f8f8f;
    font-size: 20px;
    width: 460px;
  	max-width: 100%;
    margin: 0 auto 32px;
}
#subHeadline { font-size: 16px; margin: 20px auto 40px; letter-spacing: 3px; color: #f0ffff; }
.headerLogoWrapper {
    width: 120px;
    margin: 42px auto 40px;
}

#page .headerLogoWrapper {width: 100px;}

#page #rjcHeadline {
    color: #797979;
    font-weight: 700;
    margin-bottom: 2em;
    width: 100%;
    max-width: 750px;
}

#page #rjcHeadline.page-banner-header {
  margin-bottom: 3em;
}

.page-excerpt{max-width: 820px; }

/*calendar*/

.page-type-calendar .intro {
	margin-bottom: 20px;
}

.fc th {

    text-align: center;
    background: #d83226;
    color: white;
}
.content-pages-show-calendar-wide .headline,
h5,
.event-wrap h5 a{
    text-transform: uppercase;
    color: #333;
}
.event-wrap{margin: 0;padding: 0;}
.event-wrap li{list-style: none;}
.event-wrap h4 {border-top: 1px solid #ececec; padding-top: 10px; margin-top: 15px;}
.event-wrap h4 a{
    font-weight: 900;
    text-transform: uppercase;
    color:  #76a6cc;
    text-decoration: none;

}
.event-wrap h5 a:hover{color: #d83226;}

.content-pages-show-calendar-wide h5,
.content-pages-show-calendar-wide ul.nav-tabs li{
    font-weight: 900;

}
.content-pages-show-calendar-wide ul.nav-tabs{
    margin-bottom: 2em;
}
.content-pages-show-calendar-wide ul.nav-tabs li{
    font-size: 18px;
}

.content-pages-show-calendar-wide ul.nav-tabs li.active {
    border-top: 3px solid #d83226;
}
.content-pages-show-calendar-wide ul.nav-tabs li.active a{
    border-radius: 0;
    margin: 0;
}
.radio-horizontal .radio {
    display: inline;
}


.about h2.headline{
    display: none;
}

.about p{max-width: 1024px;}


/* action_center*/

.action_center{}
.action_center{
    text-transform: uppercase !important;
    color: #333;
}

/*.action_center label{display: none;}*/
.action_center input{
    text-align: center;
}

.action_center #volunteer_main{}
.action_center #volunteer_main_toggle{
    display: none;
    padding-left: 42px;
}

#speaker_toggle{display: none;}
#volunteer_signup_submitted_address{
    display: none;
}


#subPageHeader{
    height: 220px;
    width: 100%;
    position: relative;
    top: 0;
}
.action_center #subPageHeader h2{
    color: #ececec;
    font-weight: 700;
    margin-bottom: 3%;
    padding-top: 1.61em;
    font-size: 3.14em;
}
.action_center #subPageHeader a{
    position: relative;
    top: 28px;
}


.iconWrap{
    width: 48px;
}
/*newsroom*/
g.megaphone.dark,
g.newsroom.dark {
    fill: #ababab;
}

#newsTabWrapper{
    max-width: 720px;
    margin: 0 auto;
}

.newsroom .nav-tabs li{
    background: #ddd;
    letter-spacing: .1em;
}
.newsroom .nav-tabs li a {
    color: #797979;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    position: relative;
    display: block;
    padding: 6px 18px;
}
.newsroom .nav-tabs li a:active{
    background: #797979;
    color: #ececec;
}
#newsTabWrapper .tab-pane{
    padding-top: 2em;
}

.newsroom p{color: #797979;}
.newsroom h3{
    text-transform: uppercase;
    font-weight: 700;
}

.newsroom {
}


.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
    color: #ececec;
    background: #797979;
}

/*blog pages*/
.page-pages-show-blog-post{}
.page-pages-show-blog-post h2{font-weight: 600;}

.page-type-blog .blog-post .read-more, .page-type-blog .blog-post .tags {
    clear: both;
    margin-top: 10px;
}

.page-type-blog .blog-post .tags .separator:last-child {
    display: none;
}

/*events*/
.captionjs, .captionjs figcaption {
    margin: 0 0 20px;
    padding: 0;
}
.captionjs figcaption {
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #eee;
}
.captionjs.stacked figcaption {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    border: none;
}
.captionjs.animated figcaption {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    border: none;
}
.captionjs.hide figcaption {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    border: none;
}
.captionjs.default a {
    color: #000;
}

.bw li {
    width: 25%;
    display: inline-block;
}
.subHeader{
    min-height: 320px;
    position: relative;
}

.subHeader h1,
.subHeader h2{
    color: white !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3em;
    max-width: 100%;
}
.subHeader .fiddyfiddy{font-size: 18px;}
.page-pages-show-blog-post #page #rjcHeadline {font-size:36px;}
#page .content-pages-show-event h2{
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.event-detail{

}
.content-pages-show-event #intro{
    color: #333;
}

.content-pages-show-event .subtext{ color: #e43739; }


.eventsFooter{
    height: 380px;
    background: #253847;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
    z-index: -1;

    position: relative;
}

.page-type-event #content {
    padding-bottom: 40px;
}

.rsvpWrapper{
    margin-top: 5em;
}
/*.rsvpWrapper label{display: none;}*/
.rsvpWrapper h3{text-transform: uppercase; font-size: 20px; }
.rsvpWrapper .submit-button {margin-bottom: 2em;}
.rsvpWrapper .form-wrap{
    background: #f8f8f8;
    margin-bottom: 3em;
    padding: 2em;
    margin-top: -2em;
}
.rjc_spring_leadership_meeting h2{
    font-size: 40px;
}

/* RJC Leadership Registration Form */

.advanced-register {
  color: rgb(171, 56, 64);
}

/*membership page // donate form*/
.formwrapper{
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
/*radio buttons*/
.donationAmount span input[type="radio"] + label,
.donationAmount input[type="checkbox"] + label {
    background: none;
    width: 100%;
    border-radius: 3px;
    border: 1px solid transparent;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0,0,0,.39),0 -1px 2px #FFF,0 3px 0 #FFF;
    padding: 4px;
    text-align: center;
    margin: 1em 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
  	background-color: #253847;
  	line-height: 40px;
}

#donation_amount_other {
  line-height: 40px;
}

.donationAmount span input[type="radio"]:checked+label,
.donationAmount span input[type="checkbox"]:checked+label {
    background-color: #ff0026;
    -webkit-box-shadow: #D2001F 0px 0px 10px 0px inset;
    -moz-box-shadow: #D2001F 0px 0px 10px 0px inset;
    box-shadow: #D2001F 0px 0px 10px 0px inset;
    color: #fff;
    text-shadow: 1px 1px 0 #262626;
}
.decoheadline{margin: 1em auto 0;}
.donationAmount input[type="radio"] {display: none;}
.membership {margin-bottom: 2em;}
.mapWrap{
    width:100%;
    margin: 0 auto;
}

.membership .other-memberships {
    color: #e43739;
}

#map{
    width: 100%;
}

.padtop {
    padding-top: 10px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and  (max-width : 480px) {
    /* Styles */
    .page-pages-show-blog-post #page #rjcHeadline {font-size: 26px;}
    .container-fluid {
        max-width: 300px;
        margin-left: 3%;
    }
    .captionjs.stacked figcaption {
      display: none;
    }
  .footerLogo{
  	float: none;
    margin-right: 0px;
    margin-bottom: 7px;
    display: inline-block;
  }
  .footer .FloatLeft{
  	float: none;
  }
}
@media only screen and  (max-width : 480px){
  .grid-sizer, .isotope li a img{
  	max-width: 33.333%;
    width: 33.333%;
  }
 
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 480px) and (max-device-width : 768px) {
    .page-pages-show-blog-post #page #rjcHeadline {font-size: 26px;}

}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    /* Styles */
    .fiddyfiddy {font-size: 36px;}
    .trips {margin: 0;}
    .page-pages-show-blog-post #page #rjcHeadline {font-size:36px;}

}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
    .fiddyfiddy {font-size: 18px; margin: 0;}
    .trips {margin: 0;}
    .container-fluid {
        max-width: 300px;
        margin-left: 3%;
    }
    .page-pages-show-blog-post #page #rjcHeadline {font-size:36px;}

}

@media only screen and (min-width : 1024px) {
    .page-pages-show-blog-post #page #rjcHeadline {font-size:36px;}
    .trips {margin: 0;}
    .grayBtn,.redBtn{font-size:14px;}
    .fiddyfiddy {font-size: 36px; margin: 0;}
    .aboutrjc h2 {font-size: 53px;}
    /* Styles */
    #toggleMe{
        display: none;
    }
    #rjcHeadline,
    .rjcnews h3,
    #page .content-pages-show-event h2,
    .decoheadline{
        font-size: 42px;
        max-width: 750px;
        margin: 0 auto;
        letter-spacing: 4px;
        line-height: 42px;
    }
    .rjcnews h3,
    #page .content-pages-show-event h2,
    .decoheadline {
        font-weight: 600;
        margin: 64px auto 32px auto;
        font-size: 50px;
        color: #253847;
    }
    #subHead{
        color: #8f8f8f;
        font-size: 20px;
        max-width: 460px;
        margin: 0 auto 32px;
    }
    #subHeadline { font-size: 16px; width: 672px; margin: 20px auto 40px; letter-spacing: 3px; color: #f0ffff; }
    .headerLogoWrapper {
        width: 120px;
        margin: 42px auto 40px;
    }

    .getinvolved h2, .aboutrjc h2{
        font-size: 78px;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
    .page-pages-show-blog-post #page #rjcHeadline {font-size:36px;}
    section.main{min-height: 420px;}
    #subHeadline { font-size: 18px; width: 672px; margin: 20px auto 40px; letter-spacing: 3px; color: #f0ffff; }

    .blue, .red, .beige {
        max-width: 280px;
        min-height: 320px;
        width: 33%;
    }

    .container-fluid {
        max-width: 1240px;
        margin-left: 3%;
    }

}