
body, h1, p
{
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

body
{
  background-color: #FEFEFE;
}

a
{
	text-decoration : none;
}

.regular_link
{
	color: #1B1A59;
	text-decoration : none;
	border-bottom : 1.5px solid #00F;
}

.header_block
{
    margin : 0;
    height : 50px;
    overflow : hidden;
	background-color : #111111;
	display: block;
}

.header_row
{
    margin : 0;
    padding : 10px;
    overflow : hidden;
	background-color : #EFF5F5;
	display: block;
	text-align: center;
}

.hamburgerIcon
{
	height: 35px;
	width: 45px;
	cursor: pointer;
}

.toggle_left_nav
{
	display: inline-block;
	float: left;
	padding: 5px;
}

.leftNav
{
	display: none;
	background-color: #111111;
	color: #000;
	overflow: scroll;
	vertical-align: top;
	border-right: solid #FEFEFE 40px;
}

.tocUl
{
	border: 1px solid #FFF;
	border-radius: 4px;
	margin: 8px;
	background-color: #FFF;
}

.tocLink
{
	font-family: 'Montserrat', sans-serif;
}

.tocLink0 {color: #ef161e;}
.tocLink1 {color: #000;}  /*  #D6CC6A  */
.tocLink2 {color: #2754a7;}
/*.tocLink2 {color: #BCCE67;}
.tocLink3 {color: #D66A6A;}
.tocLink4 {color: #7888AD;}*/

.header_link
{
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
	color: #000;
	border-bottom : 0px
}

.header_current
{
	border-bottom : 2px solid #000;
  /*border-bottom : 2px solid #FEFEFE;*/
}

.icon_encloser
{
  margin-top: 10px;
  text-align: left;
  margin-left: -15px;
}

.synergistech_content
{
  text-align: left;
  font-size: 16px;
  font-weight: 100;
  margin-top: 20px;
  padding: 0px;
}

.top_para
{
	font-family: Georgia, serif;
	font-size: 18px;
}

.bottom_para
{
	margin-bottom: 50px;
}

.center_slab
{
  margin-left : auto;
  margin-right : auto;
  max-width : 80%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top : 15px;
  padding-bottom : 15px;
  background-color: #FEFEFE;
  display: inline-block;
  vertical-align: top;
}

.unord_list
{
	text-align: left;
}

.line_item
{
	margin-top: 2px;
	margin-bottom: 2px;
}

.bottom_bar
{
    margin : 0;
	background-color : #EFF5F5;
	display: block;
	border-bottom : solid #111111 50px;
}

.bottom_bar_content
{
	margin : 0;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-right : 0px;
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
	color: #000;
	border-bottom : 0px;
	text-align : left;
	padding-left: 100px;
}