#page-content
{
 background-color: #FBFBFB;
 padding: 5px;
 margin-bottom: 5px;
 border: 1px solid #F0F0F0;
 border-radius: 5px;
}

#logo {
 width: 125px;
 height: 125px;
 float: left;
 clear: none;
}

.top-info {
width: 100%;
padding-left: 11em;
}

#top-banner {
width: 100%;
display: block;
height: 130px;
}

h1#pagetitle { text-align: left; }
.center.navbar .nav,
.center.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}

.center .navbar-inner { text-align:center; }
.center .dropdown-menu { text-align: left; }

.rvfooter {
  position: relative;
  clear:both;
  padding-top:20px;
  height: 100px;
}

.blog-footer {
 text-align: center;
 font-size: small;
}

.news-post {
 border-bottom: thin solid black;
 margin: 0.5em;
 padding: 0.25em;
}

.news-posts .news-post:last-child {
 border-bottom: 0px;
 margin: 0.5em;
 padding: 0.25em;
}



ol.rvit {list-style-type: none;}
li.rvit:before {content: "(" counter(section, lower-alpha) ") ";}
li.rvit { counter-increment: section;}
pre.rvit-constitution { text-align: justify; }
.constitution-section-title { text-decoration: underline; }
div.rvitconstitution { font-family: monospace; }
div.constitution-page { text-align: justify; }

/* adding custom information to hopefully fix padding info. */
.navbar { margin-bottom: 5px; }


.rvit-program-section-title:after { content: " (<a href="#top">Top</a>)"; } 
.top-link { font-size: 10px; }

.banner-divider {
 background-image: url(/images/banner-small2.png);
 height:50px;
 background-repeat: repeat-x;
 border-top: none;
 margin: 0 0 0 0;
}

h2.program-title { text-align: center; }
.court-announcement { font-size: 120%; }
.indian-days { font-size: 120%; }
.job-summary { column-span: all; }

.jobs-disclaimer {
	text-align: center;
	color: red;
}


ol.closeParentAlphaLower {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
ol.closeParentAlphaLower li {
    display: block;
    margin-bottom: .5em;
    margin-left: 2em;
}
ol.closeParentAlphaLower li:before {
    display: inline-block;
    content: counter(item, decimal) ") ";
    counter-increment: item;
    width: 2em;
    margin-left: -2em;
}

.pdf-link {
	font-style: italic;
}

.meetingnotice-title {
	text-decoration: underline;
	text-align: center;
}

.timenote {
	font-weight: bold;
	font-style: italic;
}

.rvit-news { display: block; }
.rvit-news:after {
    content:"\a";
    white-space:pre;
}

.rvit-rescheduled { text-decoration: line-through; }
.rvit-hidden { display: none; }

.rvit-memoriam {
	font-weight: bold;
	text-align: center;
}

.rvit-attention { text-align: center; }
.title-centered { text-align: center; }
.title-centered.section-line { border-bottom: thin solid black; }

.title-centered.attention {
	font-weight: bold;
	color: rgba(149, 0, 0, 1);
}

.rvihc-definition-clarification {
	font-style: italic;
	font-weight: bold;
}

.rvit-logo {
	background-image: url(https://logos.rvit.org/departments/rvit/128.png);
	background-repeat: no-repeat; padding-left: 175px; height: 171px;
}

.election-winner {
	font-weight: bold;
}

.election-tie {
	font-weight: bold;
	color: teal;
}

.epa.logo128 {
	background-image: url('https://logos.rvit.org/departments/epa/128.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.epa.logo512 {
	background-image: url('https://logos.rvit.org/departments/epa/512.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.epa.logo256 {
	background-image: url('https://logos.rvit.org/departments/epa/256.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

/* for additional stuff BS4 */
.page-content-rules {
	min-height: 600px;
}
.navbar-inner-rvit {
	min-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image: -o-linear-gradient(top, #fff, #f2f2f2);
	background-image: linear-gradient(to bottom, #fff, #f2f2f2);
	
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);*
	zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065)
}

.navbar .divider-vertical-rvit {
	height: 30px;
	margin: 0 9px;
	border-right: 1px solid #fff;
	border-left: 1px solid #f2f2f2;
}

.navbar .nav>li>a {
	float: none;
	padding: 10px 15px 10px;
	color: #777;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

.dropdown-item:hover {
	background-color: rgb(0, 129, 194);
	background-image: linear-gradient(rgb(0, 136, 204), rgb(0, 119, 179));
	background-repeat: repeat-x;
	clear: both;
	color: rgb(255, 255, 255);
}
a[href^="http://"]:hover, a[href^="https://"]:hover {
 padding-right: 13px;
 background-image: url(/images/external-white.png) center right no-repeat;
}

a[href^="http://"], a[href^="https://"] {
    background: url(/images/external.png) center right no-repeat;
    padding-right: 13px;
}

.strike { text-decoration: line-through; }
.special-election-2018-winner { font-weight: bold; }


.council-group2018 {
	width: 100%;
	height: 400px;
	background-image: url('/images/council/council_group.2018.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

.program-directory {
	vertical-align: middle !important;
	text-align: center;
}

.rvit-nav {
/* 	min-height: 40px; */
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
	background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
	background-image: -o-linear-gradient(top,#fff,#f2f2f2);
	background-image: linear-gradient(to bottom,#fff,#f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	box-shadow: 0 1px 4
}

.caid-theme {
	quotes: '“' '';
	font-style: italic;
	font-family: monospace;
}
.caid-theme:before {
	content:open-quote;	
}
.caid-theme:after {
	content: none;	
}

.more_link {
	color: white;
	text-decoration: none;
}
.more_link:hover {
	color: white;
	text-decoration: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
/*   border: 1px solid black; */
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}

.list-group-horizontal {
	flex-direction: row;
}
 
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}

.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0px;
}
 
hr.department-divider {
	height: 50px;
	background-repeat: repeat-x;
	background-image: url('/images/flicker.png');
}

hr.divider {
	height: 15px;
	background-repeat: repeat-x;
	background-image: url('/images/diamond.png');
	border: none;
}

.rvit-hidden {
	display: none;
}

.rvit-job {
	text-transform: uppercase;
}

.rvit-job-title {
	color: red;
}

.text-red {
	color: red;
}

.text-black {
	color: black;
}

.text-uppercase {
	text-transform: uppercase;
}

.date-modified {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

a.cell[href^="tel:"]:before {
	content: "\1F4F1";
    margin-right: 0.5em;
	color: tomato;
}

a[href^="mailto:"]:before {
	content: "\1F4E7";
    margin-right: 0.5em;
}
a[href^="fax:"]:before {
	content: "\1F4E0";
    margin-right: 0.5em;
}

a.phone[href^="tel:"]:before {
	content: "\260E";
    margin-right: 0.5em;
}

