@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
    display: block;
    margin: 0;
    padding: 0;
}
body {
    margin: 0px;
    padding: 0px;
    background: url(../images/bg.png) top center repeat-x #fbfbfb;
    font: normal 16px/24px 'proxima_novalight';
    color: #4b4b4b;
    border-top: 5px solid #b20d07;
}
*[hidden] {
    display: none;
}
:focus {
    outline: 0; 
}
a {
    outline: none;
    color: #b20d07;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.clear {
    clear: both;    
}
.left {
    float: left !important; 
}
.right {
    float: right !important;    
}
img {
    border: none;   
}
.alignleft {
    float: left;
    margin: 0 30px 15px 0;  
}
.alignright {
    float: right;
    margin: 0 0 15px 30px;
}
.aligncenter {
    float: none;
    margin: 0 auto 30px;
}
.alignleft img, .alignright img {
    float: left;
}

.wrapper {
    width: 960px;
    margin: 0 auto; 
}
.wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
}
.pageHeader {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}
.pageHeader .logo {
    float: left;
    margin: 5px 0 11px 0;
}
.pageHeader .logo img {
    float: left;
}
.pageHeader .topRight {
    float: right;
    padding: 32px 0 0 0;
}
.pageHeader .redBtns {
    float: right;
    padding: 0 0 0 7px;
    font: normal 14px/22px 'Oswald';
    color: #fdf8f8;
    text-transform: uppercase;
    text-shadow: 1px 1px #7d0603;
}
.pageHeader .redBtns a {
    float: left;
    margin: 0 0 0 8px;
    color: #fdf8f8;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pageHeader .redBtns a.login {
    padding: 6px 16px 5px 50px;
    background: url(../images/icon-login.png) 0px 0px no-repeat #b20d07;
}
.pageHeader .redBtns a.join {
    padding: 6px 14px 5px 63px;
    background: url(../images/icon-join.png) 0px 0px no-repeat #b20d07;
}
.pageHeader .redBtns a:hover {
    background-color: #7d0400;
    background-position: 0 -33px;
    color: #fff;
    text-decoration: none;
}
.pageHeader .staticAdv {
    float: left;
    margin: -6px 20px 10px;
}

.pageHeader .socialBtns {
    float: right;
/*    padding: 1px 7px;
    margin: 6px 0;*/
    border-right: 1px solid #e7e7e7;
}
.pageHeader .socialBtns img {
    float: left;
    margin: 0 7px;
    max-width:50px;
    height:32px;
}
.pageHeader .searchNode {
    float: right;
    clear: right;
    margin: 18px 0 0 0;
}
.pageHeader .searchNode .field {
    float: left;
    width: 240px;
    padding: 6px 48px 7px 12px;
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    font: italic 12px/14px arial;
    color: #858585;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: inset 1px 1px #ffffff;
    -webkit-box-shadow: inset 1px 1px #ffffff;
    box-shadow: inset 1px 1px #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pageHeader .searchNode .field:focus {
    background: #f4f4f4;
    border: 1px solid #dbdbdb;
    color: #5a5a5a;
}
.pageHeader .searchNode .submit {
    float: left;
    width: 36px;
    height: 22px;
    padding: 0px;
    margin: 4px 0 0 -37px;
    background: url(../images/icon-search.png) 10px 3px no-repeat;
    border: none;
    border-left: 1px solid #858585;
    text-indent: -500px;
    overflow: hidden;
    cursor: pointer;
}
.pageHeader .mainNav {
    float: left;
    clear: both;
    width: 100%;
    color: #4e4e4e;
    text-transform: uppercase;
    font: normal 14px/25px 'proxima_nova_rgregular';
    padding: 7px 0;
    margin: 0 0 20px 0;
    border: 1px solid #a3a3a3;
    border-width: 1px 0;
    position: relative;
    z-index: 100;
}
.pageHeader .mainNav ul {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.pageHeader .mainNav ul li {
    float: left;
    position: relative;
    padding: 0px;
    margin: 0px;
    display: inline;
    border-left: 1px solid #a3a3a3;
    height: 25px;
}
.pageHeader .mainNav ul li:first-child {
    border-left: none;
}
.pageHeader .mainNav a {
    float: left;
    padding: 0 26px;
    color: #4e4e4e;
    text-decoration: none;
}
.pageHeader .mainNav a:hover {
    color: #b20d07;
    text-decoration: none;
}
.pageHeader .mainNav>ul>li>ul {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 180px;
    width : auto;
    padding: 3px 10px 10px;
    margin: 0 0 0 -101px;
    background: #fff;
    text-align: center;
    line-height: 16px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.pageHeader .mainNav>ul> li:hover > ul {
    display: block;
}
.pageHeader .mainNav>ul>li>ul>li {
    display: block;
    border-left: none;
    border-bottom: 1px solid #a3a3a3;
    width: 100%;
}
.pageHeader .mainNav>ul>li>ul>li>a {
    width: 100%;
    padding: 6px 10px 4px;
    white-space: nowrap;
    box-sizing: border-box;
}

/** further menu levels **/

.pageHeader .mainNav>ul>li>ul>li>ul {
    display: none;
    position: absolute;
    left: 148%;
    top: -12%;
    min-width: 180px;
    width: auto;
    padding: 3px 10px 10px;
    margin: 0 0 0 -101px;
    background: #fff;
    text-align: center;
    line-height: 16px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.pageHeader .mainNav>ul>li>ul>li:hover>ul {
    display: block;
}

.pageHeader .mainNav>ul>li>ul>li>ul>li {
    display: block;
    border-left: none;
    width: 100%;
    border-bottom: 1px solid #a3a3a3;
}
.pageHeader .mainNav>ul>li>ul>li>ul>li>a {
    width: 100%;
    padding: 6px 10px 4px;
    white-space: nowrap;
    box-sizing: border-box;
}

/** further menu levels **/



.pageHeader .bannerNode {
    float: left;
    clear: both;
    width: 612px;
    height: 395px;
    position: relative;
    z-index: 50;
}
.pageHeader .updatesNode {
    float: right;
    width: 326px;
    min-height: 393px;
    border: 1px solid #d7d7d7;
    background: url(../images/updates-bg.jpg) center top repeat-y;
    font: normal 13px/18px 'proxima_novalight';
    color: #000;
}
.pageHeader .updatesNode h3 {
    color: #fff;
    font: normal 17px/21px 'proxima_novasemibold';
    text-shadow: 1px 1px #7d0603;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 0 8px;
    margin: 0px;
    background: #b20d07;
}
.pageHeader .updatesNode ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.pageHeader .updatesNode ul li {
    padding: 8px 0 5px 32px;
    margin: 0px;
    border-top: 1px solid #d7d7d7;
    background: url(../images/updates-icon01.png) 8px 11px no-repeat;
    cursor: pointer;
}
.pageHeader .updatesNode ul li.bul02 {
    background-image: url(../images/updates-icon02.png);
}
.pageHeader .updatesNode ul li.bul03 {
    background-image: url(../images/updates-icon03.png);
}
.calloutsList {
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 0 20px;
}
.calloutsList nav {
    float: left;
    width: 303px;
    padding: 0 12px;
    border-left: 1px solid #ebebeb;
    font: normal 14px/16px 'proxima_novalight';
    color: #262626;
}
.calloutsList nav:first-child {
    border-left: none;
    padding-left: 0px;
}
.calloutsList nav:last-child {
    padding-right: 0px;
}
.calloutsList h3 {
    padding: 4px 0;
    margin: 3px 0;
    font: normal 19px/21px 'proxima_nova_rgregular';
    color: #000;
    text-shadow: 2px 2px #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
.calloutsList ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.calloutsList ul li {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 0px;
    margin: 0px;
}
.calloutsList ul li > a {
    display: block;
    z-index: 90;
    padding: 5px 10px 6px 33px;
    color: #262626;
    text-decoration: none;
    background: url(../images/home-callouts-list-bul.png) 1px 13px no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

calloutsList ul li:hover {
    background-color: #cc8242;
}

.calloutsList ul li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc8242;
}
.calloutsList li > div {
    width: 310px;
    height: auto;
    padding: 13px;
    left: 280px;
    text-align: justify;
    border: 3px solid #fff;
    background: url(../images/home-callouts-list-blurb-bg.png) left top repeat-x #f6f6f6;
    text-indent: 0px;
    position: absolute;
    z-index: 100;
    top: -96px;
    display:none;
    font: normal 14px/22px 'proxima_novalight';
    color: #4b4b4b;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.calloutsList nav:last-child li div {
    left: -340px;
}
.calloutsList li:hover > div {
    color: #4b4b4b;
    display:inherit;
    top: -126px;
}
.calloutsList li h4 {
    padding: 0 0 0 32px;
    margin: 3px 0 18px 0;
    font: normal 16px/18px 'proxima_nova_rgregular';
    text-transform: uppercase;
    color: #b20d07;
    background: url(../images/home-callouts-list-blurb-bul.png) 2px 0 no-repeat;
}
.calloutsList li img {
    float: left;
    margin: 2px 14px 0 0;
}
.calloutsList li p {
    padding: 0px;
    margin: 0px;
}


.calloutsBanner {
    float: left;
    width: 100%;
    clear: both;
    padding: 20px 0;    
	min-width: 970px;
}
.calloutsBanner figure {
    float: left;
    width: 300px;
    padding: 0 0 0 30px;
}
.calloutsBanner figure:first-child {
    padding-left: 0px;
}
.calloutsBanner figure h3 {
    padding: 0px;
    margin: 0px;
    font: normal 16px/20px 'proxima_nova_rgregular';
    text-align: center;
    text-transform: uppercase;
    color: #b20d07;
}
.calloutsBanner figure h3 strong {
    font: normal 18px/20px 'proxima_novasemibold';
    color: #000;
}
.calloutsBanner figure img {
    float: left;
    margin: 11px 0;
    
    -moz-box-shadow: 0px 0px 0px 0px #bcbcbc;
    -webkit-box-shadow: 0px 0px 0px 0px #bcbcbc;
    box-shadow: 0px 0px 0px 0px #bcbcbc;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 0, direction = 180, color = '#bcbcbc');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#bcbcbc')";

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.calloutsBanner figure img:hover {
    margin: 4px 0 18px;
    -moz-box-shadow: 0px 5px 6px 1px #bcbcbc;
    -webkit-box-shadow: 0px 5px 6px 1px #bcbcbc;
    box-shadow: 0px 5px 6px 1px #bcbcbc;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 180, color = '#bcbcbc');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 180, Color = '#bcbcbc')";
}
.fullBannerAd {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 12px 0 12px 0;
}
.mainContent {
    float: left;
    width: 100%;
    clear: both;
    padding: 22px 0 30px;
    text-align: justify;
}
.mainContent h1, .headingBg {
    padding: 0 0 0 60px;
    margin: 0 0 4px 0;
    font: normal 23px/31px 'proxima_nova_rgregular';
    text-transform: uppercase;
    color: #b20d07;
    background: url(../images/bul-hat.png) 1px 0 no-repeat;
}
.mainContent h1 span {
    color: #231f20;
}
.mainContent h2 {
    padding: 0px;
    margin: 0 0 4px 0;
    font: normal 23px/31px 'proxima_nova_rgregular';
    text-transform: uppercase;
    color: #b20d07;
}
.mainContent h2 span {
    color: #231f20;
}
.mainContent p {
    /*padding: 10px 0 14px;*/
    padding:0px;
    margin: 0px;
}
.mainContent h3, .mainContent h4, .mainContent h5, .mainContent h6 {
    padding: 10px 0 14px 0;
    margin: 0px;
}
.mainContent ol, .mainContent ul {
    padding: 10px 0 14px;
    margin: 0 0 0 20px;
}
.mainContent li {
    padding: 2px 0;
}
.mainContent .instagramNode {
    padding: 23px 0 0 0;
}
.mainContent .instagramNode ul {
    margin: 0px;
}
.mainContent .instagramNode ul li {
    float: left;
    padding: 0 28px 0 0;
    display: inline;
}
.mainContent .instagramNode ul li img {
    float: left;
}
.mainContent hr {
    float: left;
    width: 100%;
    margin: 18px 0 33px;
    padding: 0px;
    clear: both;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e1e1e1;
}

.pageFooter {
    float: left;
    width: 100%;
    clear: both;
    padding: 0 0 9px 0;
}
.pageFooter .footerLinks {
    float: left;
    width: 100%;
    margin: 0 0 16px 0;
    background: url(../images/footer-list-bg.png);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f3f3f3;
}
.pageFooter .footerLinks .footerLinksInner {
    float: left;
    width: 100%;
    background: url(../images/footer-list-seperator.png) left top repeat-y;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #fff;
}
.pageFooter .footerLinks nav {
    float: left;
    width: 150px;
    padding: 20px 15px 30px 23px;
}
.pageFooter .footerLinks nav a {
    color: #5e5e5e;
    text-decoration: none;
}
.pageFooter .footerLinks nav a:hover {
    color: #b20d07;
    text-decoration: none;
}
.pageFooter .footerLinks nav h3 {
    padding: 9px 0;
    margin: 0px;
    font: normal 19px/21px 'proxima_nova_rgregular';
    color: #b20d07;
}
.pageFooter .footerLinks nav ul {
    padding: 9px 0;
    margin: 0px;
    list-style-type: none;
    font: normal 12px/14px 'proxima_novalight';
    color: #5e5e5e;
}
.pageFooter .footerLinks nav ul li {
    padding: 3px 0 3px 18px;
    margin: 0px;
    background: url(../images/footer-list-bul.png) 0 5px no-repeat;
}

.pageFooter address {
    float: left;
    clear: both;
    color: #343434;
    font: normal 14px/22px 'proxima_novalight';
    padding: 6px 0;
}
.pageFooter address span {
    padding: 0 12px;
}
.pageFooter figure.socialIcons {
    float: right;
}
.pageFooter figure.socialIcons img {
    float: left;
    margin: 0 0 0 7px;
}

/* Inner Page 01 */
.imageBar {
    float: left;
    width: 256px;
}
.contentWithImageBar {
    float: left;
    width: 704px;
}
.newsDate{
    color:red;
    float: right;
}
.backButton{
    height: 30px;
    width: 70px;
    background: url(../images/backButton.jpg);
    background-size: 100% 100%;
    position: absolute;
    margin-left: 500px;
}

/*content from torc*/

.teamsPage {
	float: left;
	width: 100%;
	clear: both;
	padding: 22px 0 30px;
	text-align: justify;
	font: normal 14px/22px arial;
	color: #4e4e4e;
	text-shadow: 1px 1px #f2f3f0;
}
.teamsPage h1 {
	padding: 12px 12px 11px;
	margin: 0 0 38px 0;
	font: normal 19px/21px 'proxima_nova_rgregular';
	text-transform: uppercase;
	color: #000;
	background: #f5f5f5;
	text-shadow: 2px 2px #fff;
}

.teamsPage p {
	padding: 10px 0 12px;
	margin: 0px;
}
.teamsPage p strong {
	color: #000;
}
.teamsPage h3, .teamsPage h5, .teamsPage h6 {
	padding: 10px 0 14px 0;
	margin: 0px;
}
.teamsPage h4 {
	padding: 0px;
	margin: 0px;
	font: bold 15px/16px arial;
	color: #000;
	text-shadow: none;
}
.teamsPage h4 em {
	font-size: 13px;
	color: #6a7f36;
}
.teamsPage ol, .teamsPage ul {
	padding: 10px 0 14px;
	margin: 0 0 0 20px;
}
.teamsPage li {
	padding: 2px 0;
}
.teamsPage ul.teamDetails {
	float: left;
	padding: 7px 0 6px;
	margin: 0px;
	list-style-type: none;
	text-shadow: none;
}
.teamsPage ul.teamDetails li {
	float: left;
	padding: 0 27px 0 0;
	margin: 0px;
}
.teamsPage ul.teamDetails li span {
	color: #6a7f36;
}

/*calender Css Start*/
.fullCalendar {
	padding: 0 0 45px 0;
}
.fullCalendar .wrapper {
	clear: both;
}
.fullCalendar ul, .fullCalendar ol, .fullCalendar li, .fullCalendar p {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.calendar > a { font: normal 14px/16px 'proxima_nova_rgregular'; padding: 9px 10px 7px; text-transform:uppercase; color:#fff; float:left; margin-top:27px; text-shadow: 1px 1px #5b6a35; background: url(../images/calendar/calendar-btn-bg.png) left top repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } 
.calendar > a:hover { background-position: left bottom; }

.list a { text-shadow: 1px 1px #676767; background-image: url(../images/calendar/list-btn-bg.png); margin-left:6px;}

.back a { background-image: url(../images/calendar/prev.png); float:right; padding-left: 31px; padding-right: 16px; text-shadow: 1px 1px #2a2a2a;}

.sunday{ background:#eee !important; color:#787878 !important;}
.saturday { border-right:none !important; border-left:1px solid #fff !important; background:#eee !important; color:#787878 !important;}

.border { border-top:none !important; }
.right-border { border-right:none !important; }
.calendar-dropdown { width:260px; height:34px; float:right; margin-top:20px; border:solid 1px #cccccc; background:#fff;
background:url(../images/calendar/calender-dropdown.png) repeat-x; 
}
.year { width:117px; height:22px; float:left; margin:6px 0 0 9px; }
.opt { font-family:Arial; font-size:12px; color:#000; border:1px solid #ccc; width:93px; height:22px; margin-left:4px; float:right; padding:1px; }
.month { width:120px; height:22px; float:right; margin:6px 6px 0 0; }
.oppt { font-family:Arial; font-size:12px; color:#000; border:1px solid #ccc; width:93px; height:22px; margin-right:7px; float:left; padding:1px; }
.days { width:960px; border:1px solid #fff; float:left; margin-top:34px; border-bottom:none;}
.days ul{  }
.days ul li{ font-family:Arial; font-size:12px; font-weight:bold; color:#787878; text-shadow: 1px 1px #fff; width:116px; float:left; border-right:1px solid #e4e3e3;  background:url(../images/calendar/days.png) left bottom repeat-x #fff; padding: 24px 12px 15px 8px;}
.dates { width:960px; height:137px; border:1px solid #fff; border-bottom:none; float:left; background:#fff;}
.dates ul{  }
.dates ul li{ font-family:Arial; font-size:18px; font-weight:bold; color:#adadad; width:126px; height:121px; float:left;  border-right:1px solid #e4e3e3;  border-bottom:1px solid #e4e3e3; text-align:right; padding:15px 10px 0 0;
}
.date { width:115px !important; padding-right:151px !important; color:#4c4c4c !important; border-left:none !important; }
.event-styles { border-right: none !important; padding-right:560px !important;    border-left:1px solid #fff !important;} 
.botom { border-bottom:1px solid #fff !important;}
.red { background:#5b6a35 !important; text-shadow: 1px 1px #3d4a1c; color:#fff !important;}
.grey { background:#c5c6c8 !important; text-shadow: 1px 1px #676767; color:#fff !important;}
.grey p { text-align:left; font: normal 12px/16px arial; margin-top:45px; margin-left:5px;}
.red p { text-align:left; font: normal 12px/16px arial; margin-top:45px; margin-left:5px;}


/* Calendar List View */

.calendar-listview .events { width:960px; float:left; border: 1px solid #fff; border-color: #fcfcfc #fff #e4e3e3 #fff; background:url(../images/calendar/date.png) left top repeat-x #fff; }
	
.calendar-listview .event { width:960px; float:left; border: 1px solid #fff; border-color: #fcfcfc #fff #e4e3e3 #fff; background:#eee }	
.calendar-listview .event p { font: bold 14px arial; color:#4c4c4c; padding:32px 187px 23px 15px; margin: 0px; float:left; border-right:1px solid #e4e3e3;}
.calendar-listview .events p { font: bold 14px arial; color:#4c4c4c; padding:34px 187px 23px 15px; float:left; border-right:1px solid #e4e3e3;}
.calendar-listview .family {  border-left:1px solid #fff; width:auto; float:left; margin: 0px; padding: 10px 0 0 18px; }
.calendar-listview .family h1 { font: bold 14px arial;color: #000;margin: 0px;padding: 0 0 5px 0;text-shadow: none;}
.calendar-listview .family p { font: normal 12px/19px arial;color: #4c4c4c;padding: 0;margin: 0px;border: none;}
.calendar-listview .family a { color:#728349;}
.calendar-listview .family a:hover { color:#a2262f; text-decoration:underline;}
/*calender Css End*/

/* Members Only */
.membersOnly {
	float: left;
	width: 100%;
	clear: both;
	font: normal 16px/18px 'proxima_novalight';
	color: #3b3b3b;
	padding: 0 0 55px 0;
}
.membersOnly h1 {
	text-align: center;
	padding: 9px 0 10px 0;
	margin: 0 0 30px 0;
	font: normal 23px/31px 'proxima_nova_rgregular';
	text-transform: uppercase;
	color: #617829;
	background: #f5f5f5;
}
.membersOnly h1 span {
	display: inline-block;
	padding: 0 0 0 60px;
	color: #231f20;
	background: url(../images/member-bul-hat.png) 0 0 no-repeat;
}
.membersOnly h2 {
	padding: 0px;
	margin: 0 0 13px 0;
	font: normal 19px/21px 'proxima_nova_rgregular';
	text-transform: uppercase;
	color: #000;
	text-shadow: 2px 2px #fff;
}
.membersOnly .featuredVideos {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}
.membersOnly .featuredVideos ul {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 280px;
}
.membersOnly .featuredVideos ul li {
	float: left;
	width: 250px;
	padding: 3px 11px 3px 19px;
	margin: 6px 0;
	list-style-type: none;
	background: url(../images/bul-featured-videos.png) 0 5px no-repeat;
}
.membersOnly .featuredVideos ul.listBig {
	width: 400px
}
.membersOnly .featuredVideos ul.listBig li {
	width: 370px
}

.membersOnly .seminarVideos {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}
.membersOnly .seminarVideos ul {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 450px;
}
.membersOnly .seminarVideos ul li {
	float: left;
	width: 420px;
	padding: 3px 12px 3px 18px;
	margin: 6px 0;
	list-style-type: none;
	background: url(../images/bul-seminar-videos.png) 0 7px no-repeat;
}
.membersOnly .seminarVideos ul.listBig {
	width: 510px
}
.membersOnly .seminarVideos ul.listBig li {
	width: 480px
}
.membersOnly .memberFeatures {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
}
.membersOnly .memberFeatures ul {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.membersOnly .memberFeatures ul li {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 1px 0;
	list-style-type: none;
}
.membersOnly .memberFeatures ul li a {
	float: left;
	width: 905px;
	padding: 12px 13px 11px 42px;
	background: url(../images/member-features-bg.png) left top no-repeat #f3f3f3;
	color: #000;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.membersOnly .memberFeatures ul li a:hover {
	color: #fff;
	text-shadow: 1px 1px #39461a;
	background: url(../images/member-features-bg.png) left bottom no-repeat #5b6a35;
}



 /* =Interior Calendar styles
----------------------------------------------------------------------------- */

table.calendar {
    width: 950px;
    margin: 10px auto 12px;
    border: 0 none;
   background: #FCFCFC;
   table-layout: fixed;
}


table.calendar tr td.featured_event {
    background: #b20d07 !important;
    text-shadow: 1px 1px #3d4a1c;
    color: #fff !important;
}

table.calendar .events .organization {
    border-bottom: grey dashed 1px;
    margin-bottom: 10px;
}

table.calendar tr td.featured_event a{
    color: #fff
}
table.calendar tr td.featured_event p.num{
    color: #fff
}
table.calendar tbody tr td.regular_event, table.calendar tbody tr td.regular_event a, table.calendar tbody tr td.regular_event p {
    background: #c5c6c8 !important;
    text-shadow: 1px 1px #676767;
    color: #fff !important;
}

table.calendar th {
    padding: 15px 10px;
    height: 47px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #874D2B;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0 none;
}
table.calendar td {
    padding: 12px 14px 0 12px;
    width: 140px;
    height: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0 none;
}
table.calendar td.weekend {
    background: #EEE;
}
table.calendar td.event-day {
    background: #2873ba;
}
table.calendar tr {
    border-bottom: 1px dotted #bfbfbf;
}
table.calendar td+td,
table.calendar th+th {
    border-left: 1px dotted #bfbfbf;
}
table.calendar p.num {
    padding-bottom: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #adadad;
    text-align: right;
}
table.calendar td.event-day p.num {
    color: #fff;
}
table.calendar div.events a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
table.calendar div.events a .event-time {
    display: block;
    font-weight: bold;
    color: #fff;
}
table.calendar div.events, table.calendar div.events p, table.calendar div.events a {
    font: normal 12px/16px arial;
}
table.calendar div.events a .event-name {
    color: #88c4fb;
}

.calendar-top {
    padding: 3px 16px 0 12px;
}
.calendar-top form {
    float: right;
    margin-right: 17px;
}
.calendar-top form select {
    width: 100px;
    vertical-align: bottom;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.calendar-top form .btn {
    display: inline-block;
    height: 27px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 27px;
    font-weight: bold;
    color: #0F467D;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: #f0f0f0;
    background-image: url(../images/calendar-btns.png);
}
.calendar-top form .btn.today {
    margin-right: 10px;
    width: 71px;
    background-position: 0 -162px;
}
.calendar-top form .btn.today:hover {
    background-position: 0 -189px;
}
.calendar-top form .btn.today:active {
    background-position: 0 -216px;
}
.calendar-top form .btn.go {
    margin-left: 10px;
    width: 49px;
    background-position: 0 -243px;
}
.calendar-top form .btn.go:hover {
    background-position: 0 -270px;
}
.calendar-top form .btn.go:active {
    background-position: 0 -297px;
}
.calendar-top form .btn.prev {
    padding-left: 12px;
    width: 65px;
}
.calendar-top form .btn.prev:hover {
    background-position: 0 -27px;
}
.calendar-top form .btn.prev:active {
    background-position: 0 -54px;
}
.calendar-top form .btn.next {
    padding-right: 12px;
    width: 65px;
    background-position: 0 -81px;
}
.calendar-top form .btn.next:hover {
    background-position: 0 -108px;
}
.calendar-top form .btn.next:active {
    background-position: 0 -135px;
}


/* =Interior Calendar 2 styles
------------------------------------------------------------------------------*/

table.calendar-listview {
    margin: 0;
    width: 100%;
    border: 0 none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
table.calendar-listview td,
table.calendar-listview th {
    border: 0 none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px 5px;
    vertical-align: top;
    font-size: 12px;
    color: #4c4c4c;
    text-align: left;
}
}
table.calendar-listview th {
    height: 41px;
    padding: 0 20px;
    font-weight: bold;
    color: #625E5E;
    text-align: left;
    vertical-align: middle;
}
table.calendar-listview td.date {
    color: #464545;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 20px;
    width: 400px;
}
table.calendar-listview td.event {
    padding: 13px 20px;
    font-size: 13px;
    background: inherit;
}

table.calendar-listview td.event p {
    font: normal 12px/19px arial;
    color: #4c4c4c;
    padding: 0;
    margin: 0px;
    border: none;
}
table.calendar-listview td.event a.read-more {
    padding-right: 11px;
    text-decoration: none;
    color: #728349;
    text-transform: capitalize;
    display: block;
    clear: both;
}
table.calendar-listview td.event a.read-more:hover {
    text-decoration: underline;
}

.event > a.read-more .event > a.event-details {padding-right: 11px; text-decoration: none; color: #fe9e37;} 

.cl-month-picker {
    float: right;
    margin-top: 24px;
}
.cl-month-picker .ui-datepicker-calendar { display: none }

.cl-page-pickers { float: right }

article .ui-widget-header {
    border: none;
    background: url(../images/calendar/calender-dropdown.png) repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.container .ui-datepicker { padding:0px;}
.container .ui-widget-content { border:none;}
.container .ui-state-hover { background:none;border:none}
.container .ui-datepicker .ui-datepicker-prev, .container .ui-datepicker .ui-datepicker-next {
right: 2px;
padding-top: 6px;
}
.ui-widget-header .ui-icon {
background-image: url('/www/default/jquery-ui/images/ui-icons_469bdd_256x240.png');
}

.ewl-btn.prev {
    width:50px;
    
}

.ewl-btn.next {
    width:50px;
}



table.calendar td, table.calendar th { 
    border-bottom: 1px dotted #b7b7b7; 
    vertical-align: top;
    color: #787878;
    text-shadow: 1px 1px #fff;
}

table.calendar thead, .container .ui-widget-header, table.calendar-listview tbody tr:first-child   {
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}


.calendar-listview th:first-child + th, .calendar-listview td:first-child + td, .calendar-listview col:first-child + col {
    display: none;
}

.calendar-listview .event {
    width:100%
}

.event h2 {
    font: bold 14px arial;
    color: #000;
    margin: 0px;
    padding: 0 0 5px 0;
    text-shadow: none;
}

table.details.ui-dialog-content.ui-widget-content {
    color: inherit;
    display: table;
    width: 100% !important;
}

.ui-widget-content h2 {
    color: inherit;
}


.calendar-listview tr {
    border: 1px solid #fff;
    border-color: #fcfcfc #fff #e4e3e3 #fff;
    background: url(../images/calendar/date.png) left top repeat-x #fff;
}

table.calendar-listview tr:nth-child(odd) {
    background: none repeat scroll 0 0 #E4E4E4;
}

.calendar-listview td:first-child, .calendar-listview th:first-child {
    border-right: 1px solid #C1C1C1;
}
a.calenderbutton  {
    float: right;
    padding-left: 25px;
    padding-right: 14px;
    text-shadow: 1px 1px #2a2a2a;
    text-transform: uppercase;
    color: #fff;
    margin-top: 27px;
    padding-bottom: 3px;
    padding-top: 6px;
}
a.calenderbutton.prev {
    background-image: url(../images/calendar/prev.png);
}
a.calenderbutton.next  {
    background-image: url(../images/calendar/next.png);
}
a.calenderbutton:HOVER,a.calenderbutton:FOCUS  {
    text-decoration: none;
}
.calendar_button > span {
    background: url("../img/calendarButton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font: 14px 'CooperBlackRegular';
    padding: 9px 22px 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

.list_button > span, .calenderbutton.ewl-btn > span {
    background: url("../img/listButton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #624C06;
    font: 14px 'CooperBlackRegular';
    padding: 9px 14px 10px 16px;
    text-align: center;
    text-transform: uppercase;
}
.calenderbutton.ewl-btn > span {
	 padding-left: 24px;
    padding-right: 41px;
}
.ui-datepicker {
    width: 17em;
    padding: 0;
    display: none;
}

.ui-datepicker-prev .ui-icon {
     background-image: url("../images/calendar/left.gif");
     background-position: 0px 0px;
     padding-bottom: 6px;
}

.ui-datepicker-next .ui-icon {
    background-image: url("../images/calendar/right.gif");
    background-position: 0 0;
    padding-bottom: 6px;
}

table.calendar .weekend p.num {
    color: #787878
}
 /* =Interior Calendar styles End */

/*content from torc*/
/*
 Removing extra padding on p that is imported
 */
.mainContent p[align="justify"] {
     padding: 0 0;
}

.headingBg>img {
    display:none;
}
.headingBg {
    padding-bottom:10px; 
}

.newsDetails {
    margin: 0 0 8px 1%;
    font-size: small;
}

div.inBox.group p {
    padding: 0;
}

section.calloutsBanner figure a[class^=ADVERTISEMENT] img { float: none; padding: 0; }

p.western {
    line-height: 100% !important;
}
/* remove styling from resource content */
.mainContent .inBox.group .red {
    background: none !important;
    text-shadow: none;
    color: #4b4b4b !important;
}

.mainContent .inBox.group h1 {
    padding: 0;
    background: none;
}
.alphabet-filter{
    background: blanchedalmond;
    margin-bottom: 20px;
}
.alphabet-filter a {
text-transform: uppercase;
font-weight: bold;
font-size: 12pt;
display: inline-block;
padding: 3px;
text-decoration: none;
}
.alphabet-filter .active {
    border: 1px solid #000;
    border-radius:4px;
}
