/*!
 * Start Bootstrap - Blog Home HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #fff;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    color: #484646;
    font-style: normal;
	font-variant: normal;
    font-size: 17px;
    font-weight: 500;

}

.container-white { background-color: #fff; padding: 40px;}

.navbar-header {font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;}
.navbar-nav>li>a {font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;}

.well  {font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;  }

.white-well {
  min-height: 20px;
  padding: 19px;
  margin-top:50px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
}


.white-well-noborder {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
 min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 0px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  }


img { margin: 20px auto 20px auto}

a {
  color: #e51b24;
  text-decoration: none;
}

a:hover {
  color: #484646;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; line-height: 1.4em; margin: 20px 0 20px 0;}


h1 {
    font-size: 27px;
}


h4 { margin: 20px 0 10px 0; line-height: 1.6em; text-align: center; color: #e51b24;}

#sidebar h4 {
color: #484646;
}



p {text-align: justify; margin: 0px 0 20px 0; }

.red-color {color:#e51b24;}
.green-color {color: green; }
 .caption {
    padding: 0px 10px 10px 10px;
    font-weight: normal;
    font-style: italic;
    font-size: 90%;
     text-align: center;
}

.page-header {
  padding-bottom: 20px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
  color: #e51b24;

}


.grey-date {

  width: 100%;
  height: 40px;
  margin: 0 auto;
  background: #FFF;
  height: 39px;
  padding: 8px 0 0 0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

}

}


underline {
	text-decoration: underline;

}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#bodylist li   {
	margin: 0px 0 10px 20px;
	padding: 0px 0 0 0px;
	list-style: disc;
}


#bodylist-red li {
	margin: 0px 0 10px 20px;
	padding: 0px 0 0 0px;
	list-style: disc;
	color: #e34415;

}


#bodylist-red li span  {
	color: #000;

}




#bodylist-circle li   {
	margin: 0px 0 10px 20px;
	padding: 0px 0 0 0px;
	list-style: circle;
}



#bodyorderedlist ul  {
	margin: 0px 0 30px 0px;

}


#bodyorderedlist-small li  {
	font-size: 100%;
	list-style: decimal;
	margin: 0px 0 10px 15px;

}



#bodyorderedlist-small  {
    counter-reset: list;
    margin: 0;

}

#bodyorderedlist-small  > li {
    list-style: none;
    position: relative;

}

#bodyorderedlist-small  > li:before {
    counter-increment: list;
    content: counter(list, decimal) ") ";
    position: absolute;
    left: -1.4em;

}



#bodyorderedlist li   {
	margin: 0px 0 10px 20px;
	padding: 0px 0 0 0px;
	list-style: decimal;
}


#bodyorderedlist p  {
	margin-bottom: 10px;
	line-height: 1.5em;
}





#bodylist-dash  li {
    list-style: none; /* Remove list bullets */
    margin: 0px 0 10px 0px;
  	padding: 0px 0 0 0px;
    margin-left: 0em;
    padding-left: 1.8em;
    text-indent: -1.0em;
}

#bodylist-dash li:before {
    content: "-"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: inherit; /* Or a color you prefer */
}



#bodylist-red-sqaure li {
	margin: 0px 0 10px 20px;
	padding: 0px 0 0 0px;
	color: black;
  list-style: none;
  margin-left: 0em;
  padding-left: 1.9em;
  text-indent: -1.7em;

}


#bodylist-red-sqaure li:before  {
	color: #e51b24 !important;
    content: "\25AA";
padding-right: 1.2em;
}




.box-border { border: 1px solid #000; padding: 20px 20px 10px 20px; margin-bottom: 30px; margin-top: 30px;}

.grey-box { background-color: #eee; padding: 20px 20px 10px 20px; margin-bottom: 30px; margin-top: 30px; border: 1px solid #e3e3e3; border-radius: 4px;}

.footnotes {
	text-align: left;
	padding: 10px 0 10px 0;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-top: 1px solid #D8DCDC;
	margin: 20px 0 0 0;

}



.list-side-nav {
  padding-left: 0;
  list-style: none;
  font-size: 16px;

}

.list-side-nav li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0 5px 0;

}

.list-side-nav a {
  color: #484646;
  text-decoration: none;

}


.list-side-nav a:hover,
a:focus {
  color: #f10013;
  text-decoration: none;
}

.list-side-nav li .sidenavOn {
	text-decoration: none;
	color: #F10013;
}


.btn-primary {
  color: #fff;
  background-color: #e51b24;
  border-color: #e51b24;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #484646;
  border-color: #484646;;
}


/* download pdf Sidebar */

.rollover a {
		display:block;
		width: 300px;
		height:66px;
		padding:0px 0px 0px 0px;
		margin: 10px 0px 13px -10px;
		font: bold 13px sans-serif;
		color:#fff;
		background: url("../img/download-pdf.gif") 0 0 no-repeat;
		text-decoration: none;
		}

.rollover a:hover {
		background-position: 0 -66px;
		color: #fff;
		}


/* archive Sidebar */

#archivesidebar {
	float: left;
	width: 100%;
	padding: 0px 30px 0px 30px;
	text-align: left;
	min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);

}

#archivesidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;

}

.archivetitles  {
	border-bottom#: 1px dashed #252726;
	border-top#: 1px dashed #252726;
}

#archivesidebar li {
	padding: 10px 5px 10px 5px;
	margin-bottom: 1px;
	/* background: url(images/bgrd-line.png) no-repeat center bottom; */
	text-align: left;
}

#archivesidebar li ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;

}

#archivesidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;

}

#archivesidebar h4 {
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #4d4646;
	width: 100%;
	text-align: left;
	text-decoration: none;
	float: left;
}

#archivesidebar .archivebottom {
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 170%;
	font-weight: normal;
	color: #fff;
	height: 62px;
	width: 100%;
	text-shadow: #88a29e 0 1px 1px;
	text-align: left;
	text-decoration: none;
	float: left;
}

#archivesidebar h3 {
	font-size: 77%;
	color: #110404;
}

#archivesidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#archivesidebar a {
	border: none;
	text-decoration: none;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #484646;
	font-size: 15px;
	line-height: 22px;


}

#archivesidebar a:hover {
	text-decoration: none;
	color: #F10013;
}

#archivesidebar li .sidenavOn {
	text-decoration: none;
	color: #F10013;
}


#sidebar .title {
  padding: 14px 11px;
  background-color: #F8F8F8;
  text-align: center;
}



/*	--------------------------------------------------
	:: Tables mobile
	-------------------------------------------------- */
	table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; width: 100%; margin: 0 0 18px; border: 1px solid #ddd;  }

	table thead { background: #f5f5f5; }
	table thead tr th { vertical-align: top; font-size: 12px ; line-height: 22px; text-align: left; }
	table tbody tr td { font-size: 12px; line-height: 22px; text-align: left; }
	table thead tr th { padding: 20px 10px 20px; font-size: 12px; font-weight: bold; color: #222; }
	table thead tr th:first-child { border-left: none; }
	table thead tr th:last-child { border-right: none; }

	table thead tr {  }
	table tbody {  }
	table tbody tr {  }
	table tbody tr.even,
	table tbody tr.alt { background: #f9f9f9; }
	table tbody tr:nth-child(even) { background: #f9f9f9; }
	table tbody tr td { color: #333; padding: 20px 10px; vertical-align: top; border: none; }

/*	--------------------------------------------------
	:: Back to top
	-------------------------------------------------- */


	#back-top {
		position: fixed;
		bottom: 16px;
	    right: 16px;
		padding:0;
		margin:0;
		z-index: 20;

	}
	#back-top a {
		text-decoration: none;
		display: block;
		color:#e51b24;
	    font-size:34px;
		z-index:999;
	}
	#back-top a:hover {
		color:#97999c;
	}



footer {
    margin: 50px 0;
}

@media (min-width: 768px) {

.navbar-nav>li>a {display: none;}

/*	--------------------------------------------------
	:: Tables Desktop
	-------------------------------------------------- */

	table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; width: 100%; margin: 0 0 18px; border: 1px solid #ddd;  }

	table thead { background: #f5f5f5; }
	table thead tr th { vertical-align: top; font-size: 15px; line-height: 22px; text-align: left; }
	table tbody tr td { font-size: 15px; line-height: 22px; text-align: left; }
	table thead tr th { padding: 20px 10px 20px; font-size: 15px; font-weight: bold; color: #222; }
	table thead tr th:first-child { border-left: none; }
	table thead tr th:last-child { border-right: none; }

	table thead tr {  }
	table tbody {  }
	table tbody tr {  }
	table tbody tr.even,
	table tbody tr.alt { background: #f9f9f9; }
	table tbody tr:nth-child(even) { background: #f9f9f9; }
	table tbody tr td { color: #333; padding: 20px 10px; vertical-align: top; border: none; }

}

@media (max-device-width: 480px) and (orientation: landscape) {
#side-bar {display: none;}

}
