
@import url('https://fonts.googleapis.com/css?family=Raleway');
.utc_heading{
    text-align: justify;
    font-weight: bold;
    color: #0071BC;
    line-height: 24px;
    font-size: 20px;
}
.phone-and-email-copy{
    padding-left: 30px;
    text-indent: -30px;
}
.underline{
    text-decoration:underline;
}
.padding_15{
    padding-left: 15px;
}
.pl34{
    padding-left: 34px;
}
.pl-30{
    padding-left: 30px;
    /*text-indent: 0px;*/
}
.blue_content{
    color: #0071BC;
}
.hide{
  display: none;
}
.bold{
  font-weight: bold;
}
.italic{
  font-style: italic;
}
sub,sup {
	z-index: -1;
}

body {
    font-family: "Raleway", Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: 'liga';
    -ms-font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.content{
  width: 85%;
  max-width: 900px;
  margin: 100px auto;
  margin-top: 100px;
}


.document_heading{
    font-weight: bold;
    font-family: "Raleway", Helvetica, Helvetica Neue, Arial, sans-serif;
    text-align: justify;
    color: #222222;
    line-height: 24px;
    font-size: 20px;
}
.section_heading, .bold-black{
    text-align: justify;
    font-weight: bold;
    color: #000000;
    font-family: "Raleway", Helvetica, Helvetica Neue, Arial, sans-serif;
}

.foot_note {
    font-weight: bold;
    text-indent: 15px;
    font-family: "Raleway", Helvetica, Helvetica Neue, Arial, sans-serif;
    color: #000000;
    line-height: 14px;
    font-size: 12px;
}



body, div, dl, dt, dd, ul, ol, li, nav, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    background-repeat: no-repeat;
}

.text_content{
    text-align: justify;
    font-family: "Raleway", Helvetica, Helvetica Neue, Arial, sans-serif;
    color: #000;
    line-height: 14px;
    font-size: 14px;
}
.sub_text_content{
    text-align: justify;
    font-family: "Raleway", Helvetica, Helvetica Neue, Arial, sans-serif;
    color: #000;
    line-height: 14px;
    font-size: 14px;
    padding-left: 15px;
}
.sub_heading{
    text-align: justify;
    line-height: 14px;
    padding-left: 15px;
    font-size: 12px;
}

#bii-top {
	width:100%;
	position:fixed;
	left:0;
	top:0;
	background-color:#fff;
	padding: 15px 0px;
	border-bottom: 1px solid #c0c0c0;
	height:80px;
	-webkit-box-shadow: 0 2px 3px -3px black;
	   -moz-box-shadow: 0 2px 3px -3px black;
	        box-shadow: 0 2px 3px -3px black;
}

#bii-top-fixed {
	position: relative;
	padding: 15px 35px;

}

#topheader{ margin-left:10px;}

.topimage { display: inline-block; }

.content {
	margin-top: 80px;
}

@media only screen and (max-width: 720px) {
    /* For mobile phones: */
    .content {
        margin-top: 20px;
        margin-bottom: 20px;
    }

	.topimage {
		display: none;
	}

	.content {
		margin-top: 0px;
	}

	#bii-top {
		position: relative;
		border: none;
		box-shadow: none;
		height: auto;
	}
}
#footer { height: 120px; margin: 0 auto; clear: both; padding-top: 30px;}
#footer .l { height: 101px; }
#footer .r { height: 81px; padding: 10px 20px; }

#footer ul { width: 150px; height: 81px; margin: 0px 10px; float: left; border-right: 1px solid #ccc; text-align: left; font-family: Verdana; }
#footer a { color: #ffffff; text-decoration: none; }
#footer a:hover { color: #0a5366; }
#footer li {list-style: none;}
.content{
    margin-top: 20px;
}