  .btn1 {
    display: inline-block;
    margin: 1rem;
    padding: .938em 1.875em;
    border: .094em solid;
    border-color: #4B9CD3;
    border-radius: .625em;
    box-shadow: 0 .375em .313em -.313em rgba(75, 156, 211, .8), inset 0 .063em $off-wht, inset 0 -.188em rgba(75, 156, 211, .15);
    color: white;
    background-color: #4B9CD3;
    font: 1.8rem sans-serif;
  }
  .btn1:hover {
    display: inline-block;
    margin: 1rem;
    padding: .938em 1.875em;
    border: .094em solid;
    border-color: #13294B;
    border-radius: .625em;
    box-shadow: 0 .375em .313em -.313em rgba(225, 225, 225, .8), inset 0 .063em $off-wht, inset 0 -.188em rgba(225, 225, 225, .15);
    color: #e1e1e1;
    background-color: #13294B;
    font-variant: small-caps;
    font: 1.8rem sans-serif;
  }
  .btn2 {
    display: inline-block;
    margin: 1rem;
    padding: .938em 1.875em;
    border: .094em solid;
    border-color: #E1E1E1;
    border-radius: .625em;
    box-shadow: 0 .375em .313em -.313em rgba(170, 204, 255, .8), inset 0 .063em $off-wht, inset 0 -.188em rgba(170, 204, 255, .15);
    color: #13294B;
    background-color: #E1E1E1;
    font: 1.8rem sans-serif;
  }
  .btn2:hover {
    display: inline-block;
    margin: 1rem;
    padding: .938em 1.875em;
    border: .094em solid;
    border-color: #13294B;
    border-radius: .625em;
    box-shadow: 0 .375em .313em -.313em rgba(225, 225, 225, .8), inset 0 .063em $off-wht, inset 0 -.188em rgba(225, 225, 225, .15);
    color: white;
    background-color: #13294B;
    font-variant: small-caps;
    font: 1.8rem sans-serif;
  }
  .btn3 {
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
    border-radius: 12px;
  }
  .btn3:hover {
    background-color: #008CBA;
    color: white;
  }
  .btn4 {
    background-color: white;
    color: black;
    border: 2px solid #555555;
    border-radius: 12px;
  }
  .btn4:hover {
    background-color: #555555;
    color: white;
  }
  .navbar-toggle-osr {
    top: -6px !important;
    position: absolute;
    height: 45px;
    width: 45px;
    overflow: hidden;
  }
p.osr_p {
	color:white;
	vertical-align:middle;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	font-size:22px;
	}
p.osr_p_old{
	color:#13294B;
	font-size:22px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:10px;
	}
div.osr_div_heading {
	background:  #305B8D;
	height:  30px;
	font-weight: normal;
	}
  h2.osr_h2 {
    font-size: 20px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 15px;
  }
  h3.osr_h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 30px;
  }
  h4.osr_h4 {
    font-style: italic;
    color: #767676;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 45px;
  }
  .osr_p_h2 {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 15px;
  }
  .osr_p_h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 30px;
  }
  .osr_p_h4 {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-left: 45px;
  }
  table.hold,
  tr.hold {
    border: 0px solid black;
  }
  .osr_tbl_border {
    border: 1px solid black;
  }
  @media print {
    input[type=button] {
      display: block;
    }
    #btnPropSubmit {
      display block !important;
    }
  }
  div.img_top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 0px;
    z-index: 99;
  }
  div.img_top_ms {
    position: fixed;
    top: 0;
    padding-top: 0px;
    z-index: 99;
    width: 1140px;
  }
  #container {
    margin: 0 auto;
  }
  nav.toc {
    margin: 20px 0;
    background-color: #ffffff;
  }
  ul.toc1 {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
  }
 div.osr_div_heading {
	background:  #305B8D;
	height:  30px;
	font-weight: normal;
	/* border-radius:  5px; */
	/* 	border:  .5px solid #767676; */
	}
 .toc2 {
	display:inline-block;
	background-color: #ffffff;
	color:#000000;
	padding-right:15px;
	padding-left:15px;
	padding-top:10px;
	font-size:17px;
	font-weight:normal;
	height:48px;
    border-right: 1px solid #bbb;
 }
 .toc3 {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    padding-right: 10px;
    padding-left: 0px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
  }
  .toc2:last-child {
    border-right: none;
  }
 li.toc2:hover, li.toc2:active { 
	background-color: #e1e1e1;
  }
  /* Hide Dropdowns by Default */
  nav.toc ul ul {
    display: none;
    position: absolute;
  }
  /* Display Dropdowns on Hover */
  nav.toc ul li:hover>ul {
    display: inherit;
  }
  /* First Tier Dropdown */
  nav.toc ul ul li {
    /* width:170px; */
    float: none;
    display: list-item;
    position: relative;
  }
  /* Second, Third and more Tiers	*/
  nav.toc ul ul ul li {
    position: relative;
    /* left:170px; */
  }
  /* Hover events */
  .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #E1E1E1;
    opacity: 1;
    font-size: 18px;
    z-index: 1;
  }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: black;
    color: #fff;
    text-align: left;
    /* border-radius: 6px; */
    padding: 10px 10px;
    position: absolute;
    top: -10%;
    left: 100%;
    margin-left: 15px;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    /* transition: opacity 1s; */
    /*   opacity: 1; */
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 9%;
    left: -3%;
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  .tooltip-inner {
    white-space: pre-wrap;
  }
  span.osr_nav {
    width: 345px;
    display: block;
    padding-left: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    vertical-align: middle;
  }
  span.osr_nav:hover {
    background-color: #4B9CD3;
  }
  cursor:pointer;
  td.side_blue {
    color: #13294B;
    font-weight: bold;
    width: 250px;
    vertical-align: top;
  }
  td.side_gray {
    color: #767676;
    width: 250px;
    vertical-align: top;
  }
  div.side_left {
    float: left;
    width: 45%;
  }
  div.side_right {
    float: right;
    width: 50%;
    padding: 0px;
  }
  #borderLeft {
    border-left: 1px solid #E1E1E1;
    position: absolute;
    top: 15%;
    bottom: 0;
    height: 550px;
    width: 2px;
    padding-left: 5px;
   }
  cursor:pointer;
  .osr_btn-btn {
    width: 175px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  osr_btn-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  osr_btn-black,
  .osr_btn-hover-black:hover {
    color: #000 !important;
    background-color: #87CEEB !important;
  }
  .osr_btn-light-blue,
  .osr_btn-hover-light-blue:hover {
    color: #fff !important;
    background-color: #13294B !important
  }
  .osr_btn-btn,
  .osr_btn-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: normal;
  }
  .osr_btn-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .osr_btn-btn,
  .osr_btn-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .osr_btn-disabled,
  .osr_btn-btn:disabled,
  .osr_btn-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
  }
  .osr_btn-btn.osr_btn-disabled:hover,
  .osr_btn-btn:disabled:hover {
    box-shadow: none;
  }
  .osr_btn-round-large {
    border-radius: 8px;
  }
  tr.row_highlight:hover {
    background-color: #e1e1e1;
	color:#13294B;
 }
  a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
  }
  div.osr_left_align {
    margin-left: -13px;
  }
  div.osr_pin {
    background-color: white;
    z-index: 999;
    margin-left: -13px;
    margin-right: 0px;
	height:50px; 
	margin-top:-10; 
	margin-bottom:0;
	}
  .osr_nav_btn {
    background-color: #4B9CD3;
    color: #ffffff;
    width: 250px;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    box-shadow: 6px 6px 5px ;
    #999;
    -webkit-box-shadow: 6px 6px 5px #999;
    -moz-box-shadow: 6px 6px 5px #999;
  }
  .osr_btn_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 1px solid white;
    outline: none;
    background-color: #305b8d;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    padding: 5px 20px;
    font-weight: normal;
  }
  .osr_btn_expand,
  .osr_btn_expand:hover,
  .osr_btn_expand:active,
  .osr_btn_expand:visited {
    background-color: #305b8d !important;
    border: 1px solid white;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    padding: 5px 20px;
    font-weight: normal;
    font-size: 16px;
  }
  .osr_btn_close,
  .osr_btn_close:hover,
  .osr_btn_close:active,
  .osr_btn_close:visited {
    background-color: #767676 !important;
    border: 1px solid white;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    padding: 5px 20px;
    font-weight: normal;
    font-size: 16px;
  }
  .osr_btn_collapse,
  .osr_btn_collapse:hover,
  .osr_btn_collapse:active,
  .osr_btn_collapse:visited {
    background-color: #4b9cd3 !important;
    border: 1px solid white;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    padding: 5px 20px;
    font-weight: normal;
    font-size: 16px;
  }
  .nav a.highlight:link {
    color: white;
    width: 100px;
    vertical-align: middle;
    height: 25px;
  }
  .nav a.highlight:visited {
    color: white;
    width: 100px;
    vertical-align: middle;
    height: 25px;
  }
  .nav a.highlight:hover {
    background-color: #4b9cd3;
    color: #13294B;
    font-size: 175%;
    font-weight: bold;
    vertical-align: middle;
  }
#boxBlocker {
	position:fixed;
	top:0px; 
	left:0px; 
	height:69.5px; 
	width:1550px; 
	background-color:white; 
	z-index:1; 
	display:none;
	}
h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	font-variant: small-caps;
}
h1.osr_h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
@media only screen and (min-width:400px) and (max-width: 580px) {
	.osr_btn_top {
		display: hidden;
		position: fixed;
		bottom: 20px;
		right: 30px;
		z-index: 99;
		border: 1px solid white;
		outline: none;
		background-color: #305b8d;
		color: white;
		cursor: pointer;
		border-radius: 10px;
		padding: 5px 20px;
		font-weight: normal;
		}
	html,body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden; 
		}
	}
@media only screen and (min-width:581px) and (max-width: 850px) {
	.osr_btn_top {
		display: hidden;
		position: fixed;
		bottom: 20px;
		right: 30px;
		z-index: 99;
		border: 1px solid white;
		outline: none;
		background-color: #305b8d;
		color: white;
		cursor: pointer;
		border-radius: 10px;
		padding: 5px 20px;
		font-weight: normal;
	}
	html,body {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden; 
	}
   .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

