@import	url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .main {
		padding-right:30px;
	}
}

html {
	position: relative;
	min-height: 100%;
	font-size: 100%;
}

body {
	background: #fff;
	font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1a1a1a;
	line-height: 20px;
	font-size: 1rem;
}

body>section {
	padding: 20px 0;
}

h1,h2,h3,h4,h5,h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
	font-family: "Raleway Modified", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1a1a1a;
}

h1, .h1 {
	font-size: 2.25rem;
}

h2, .h2 {
	font-size: 1.7rem;
}

h3, .h3 {
	font-size: 1.3rem;
}

h4, .h4 {
	font-size: 1.1rem;
}

h5, .h5 {
	font-size: 0.9rem;
}

h6, .h6 {
	font-size: 0.75rem;
}
.lead {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.3rem;
  }
  .form-horizontal .form-group-lg .control-label{
  	font-size: 1.125rem;
  }
  .form-horizontal .form-group-sm .control-label{
 	 font-size:0.75rem;
  }
}
blockquote {
	font-size: 1.1rem;
}
pre {
	font-size: 0.8rem;
}
legend {
	font-size:1.0rem !important;
	border-bottom: none !important;
	margin-bottom: 3px !important;
	font-weight: bold !important;
}
output, .form-control{
	font-size:0.875rem;
}
.input-sm, .form-group-sm .form-control{
	font-size:0.875rem;
}
.input-lg, .form-group-lg .form-control, .form-group-lg .form-control-static{
	font-size: 1.125rem;
}
.btn {
	font-size: 0.875rem;
}
.btn-lg,
.btn-group-lg > .btn{
	font-size: 1.125rem;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn{
	font-size: 0.75rem;
}
.dropdown-menu{
	font-size:0.875rem;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn{
	font-size:1.125rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	font-size:0.75rem;
}
.input-group-addon{
	font-size:0.875rem;
}
.input-group-addon.input-sm{
	font-size:0.875rem;
}
.input-group-addon.input-lg{
	font-size:1.125rem;
}
.navbar-brand{
	font-size:1.125rem;
}
.pagination-lg > li > a,
.pagination-lg > li > span{
	font-size:1.125rem;
}
.pagination-sm > li > a,
.pagination-sm > li > span,
.badge{
	font-size:0.75rem;
}
.jumbotron p{
	font-size:1.3125rem;
}
@media screen and (min-width: 768px) {

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 3.9rem;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    font-size: 1.875rem;
  }
}
.progress-bar{
	font-size:0.75rem;
}
.panel-title{
	font-size:1.5rem;
}
.close {
	font-size:1.3125rem;
}
.tooltip{
	font-size:0.75rem;
}
.popover, .popover-title{
	font-size:0.875rem;
}
.carousel-control{
	font-size:1.25rem;
}
.h2-substitute {
	font-size: 1.69rem !important;
	font-weight: 600 !important;
    font-family: 'Raleway Modified','Open Sans', sans-serif !important;
    color: #1a1a1a !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    line-height: 1.1 !important;
    display: block !important;    
}

.h3-substitute {
	font-size: 1.3125rem !important;
	font-weight: 600 !important;
	font-family: 'Raleway Modified','Open Sans', sans-serif !important;
	color: #1a1a1a !important;
	line-height: 1.1 !important;
	margin-top: 20px !important;
    margin-bottom: 10px !important;
    display: block !important;	
}

.h5-substitute {
	font-size: 0.9375rem !important;
	font-weight: 600 !important;
    font-family: 'Raleway Modified','Open Sans', sans-serif !important;
    color: #1a1a1a  !important;
 	margin-top: 10px !important;
    margin-bottom: 10px !important;
    line-height: 1.1 !important;
    display: block !important;	
}

a {
	color: #06c;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

a:hover,a:focus {
	color: #0071a9;
	text-decoration: underline;
	outline: none;
}

ul.pagination>li>a:focus{
	background: white !important;
	border-radius: 2px;
	box-shadow: 0px 0px 0px 4px white, 0px 0px 3px 5px #0083c4, 0px 0px 1px 3px #666;
	outline: none;
	text-decoration: none !important;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}


.btn-primary {
	padding: 8px 20px;
	background: #0071a9;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}

.btn-primary:hover,.btn-primary:focus {
	background: #0083c4;
	border-radius: 2px;
	box-shadow: 0px 0px 0px 4px #ffffff, 0px 0px 3px 5px #0083c4, 0px 0px 1px 3px #666;
	outline: none;
	text-decoration: none !important;
}
	
.btn-secondary {
	padding: 8px 20px;
	box-shadow: 0 1px 3px #666666;
	border-radius: 4px;
	border: none;
	font-size: 1rem;
	margin-top: 10px;
	background-color: #d1ddeb;
	border-color: #b2c6de;
	color: #333333;
}

.btn-secondary:hover {
	box-shadow: 0 1px 3px #666;
	background-color: #b2c6de;
	color: #333333;
}

.btn-secondary:focus{
	border-radius: 2px;
	box-shadow: 0px 0px 0px 4px #ffffff, 0px 0px 3px 5px #039fc0, 0px 0px 1px 3px #666;
	text-decoration: none !important;
	background-color: #b2c6de !important;
	outline: #acc1db;
}

input[type="checkbox"]:focus{
	border-radius: 1px;
	box-shadow: 0px 0px 0px 1px #ffffff, 0px 0px 1px 2px #24b8ff;
	text-decoration: none !important;
	background-color: #b2c6de !important;
	outline: #acc1db;
}

input[type="radio"]:focus{
	border-radius: 1px;
	box-shadow: 0px 0px 0px 1px #ffffff, 0px 0px 1px 2px #24b8ff;
	text-decoration: none !important;
	background-color: #b2c6de !important;
	outline: #acc1db;
}

input[type="password"]:focus{
	box-shadow:inset 0 0 5px 1px #79d3ff;
	background: #fff;
}

select:focus{
	box-shadow:inset 0 0 5px 1px #79d3ff !important;
	background: #fff;
}

input[type="text"]:focus{
	box-shadow:inset 0 0 5px 1px #79d3ff;
	background: #fff;
}

textarea:focus{
	box-shadow:inset 0 0 5px 1px #79d3ff !important;
	background: #fff;
}

.gototop:focus{
	border-radius: 2px;
	box-shadow: 0px 0px 0px 3px #ffffff, 0px 0px 2px 4px #24b8ff;
}

.odsgototop:focus{
	border-radius: 2px;
	box-shadow: 0px 0px 0px 3px #ffffff, 0px 0px 2px 4px #24b8ff;
}


.tab-focus-obj-outline:focus {
	border-radius: 2px;
	box-shadow: 0px 0px 0px 3.5px #333, 0px 0px 2px 5px #24b8ff !important;
    outline: none;
}

/* HPQC 13378 */
.messageBox:focus {
	outline: 1px solid #24b8ff; /* FF, IE, Edge */
	outline: 5px auto -webkit-focus-ring-color; /* Chrome, Safari, Opera */
}

button[type='button']:focus{
	background: #0074AD;
	border-radius: 2px;
	box-shadow: 0px 0px 0px 4px #ffffff, 0px 0px 5px 5px #24b8ff, 0px 0px 1px 3px #666;
	text-decoration: none !important;	
	outline: #67b1ef;
}

.language:focus{
	color: white;
	text-decoration: none;
	border-radius: 2px;
	box-shadow: 0px 0px 0px 3.5px #333, 0px 0px 2px 5px #24b8ff !important;
    outline: none;
}

.div-table-head a:focus {
	text-decoration: underline !important;
}

.header-menu-btn:focus{
	background: #404040 !important;
	box-shadow: 0px 0px 0px 3.5px #333, 0px 0px 2px 5px #24b8ff !important;
    outline: none;
}

.header-menu-btn:hover{
	background: #404040 !important;
	box-shadow: 0px 0px 0px 3.5px #333, 0px 0px 2px 5px #24b8ff !important;
    outline: none;
}

ol.breadcrumb>li>a:focus{
	text-decoration: underline !important;
}

.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}

.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.media>.pull-left {
	margin-right: 20px;
}

.media>.pull-right {
	margin-left: 20px;
}

.nav ul li .active {
	color:#1a1a1a;  
	text-decoration: none;
    background-color: #f5f5f5;
    cursor: default;
}

.center {
	text-align: center;
	padding-bottom: 20px;
}

.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}

.lead {
	font-size: 1rem;
	line-height: 24px;
	font-weight: 400;
}

.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}

#header .search {
	display: inline-block;
}

.nav .left-nav-first:hover,.left-nav-first:focus {
	color: black;
	background-color: #d1ddeb;
	text-decoration: none;
}

.navbar>.container .navbar-brand {
	margin-left: 0;
}

.container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.top-bar {
	padding: 0px 0;
	background: #191919;
	border-bottom: 1px solid #222;
	line-height: 28px;
}

.top-number {
	color: #fff;
}

.top-number p {
	margin: 0
}

.social {
	text-align: right;
}

.social-share {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.social-share li {
	display: inline-block;
}

ul.social-share li a {
	display: inline-block;
	color: #fff;
	background: #404040;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
}

ul.social-share li a:hover {
	background: #c52d2f;
	color: #fff;
}


input.search-form {
	background: transparent;
	border: 0 none;
	width: 60px;
	padding: 0 10px;
	color: #FFF;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	height: 28px;
}

input.search-form::-webkit-input-placeholder {
	color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
	color: #fff;
}

input.search-form:hover {
	width: 180px;
}

.navbar-brand {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #1a1a1a;
	padding: 5px 0;
	padding-bottom: 0;
}

.navbar2 {
	border-radius: 0;
	margin-bottom: 0;
	background: #404040;
	padding: 5px 0;
	padding-bottom: 0;
}

.new-tab.h3-substitute {
	color: #ffffff  !important;
}

.new-tab.h5-substitute {
	color: #ffffff  !important;
}

.p-inside-ontario-asides p strong {
	font-weight: 400 !important;
}


.odssubheadertitle {
	color:#ffffff;
	font-size: 24px;
	  display: flex;
	  /* justify-content: center; */
	  align-items: center;
	  height: 50px;
	  font-family: 'Raleway Modified';
}

.navbar-nav {
	margin-top: 12px;
}

.navbar-nav>li {
	margin-left: 35px;
	padding-bottom: 28px;
}

.navbar-inverse .navbar-nav>li>a {
	border-radius: 3px;
	color: #06c;
	line-height: 24px;
	display: inline-block;
}

.navbar-inverse .navbar-nav>li>a:focus {
	border-radius: 3px;
	color: #06c;
	line-height: 24px;
	display: inline-block;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #06c;
}

.navbar-inverse {
	border: none;
}

.navbar-inverse .navbar-brand {
	font-size: 2.25rem;
	line-height: 50px;
	color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus
	{
	background-color: #0071a9;
	color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
	padding: 8px 15px;
	color: #333;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,.navbar-inverse .navbar-nav .dropdown-menu>li.active>a
	{
	background-color: #fff;
	color: #000;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
	border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
	background-color: transparent;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}

.nav-tabs>li {
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
	border-bottom: transparent;
	border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
	background: #f5f5f5;
	color: #666;
	border-radius: 0;
	border: 0 none;
	line-height: 24px;
	margin-right: 0;
	padding: 13px 15px;
}

.nav-tabs li:last-child {
	border-bottom: 0 none;
}

.nav-stacked>li+li {
	margin-top: 0;
}

.nav-tabs>li>a:hover {
	background: #1f1f20;
	color: #fff;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus
	{
	border: 0;
	color: #fff;
	background: #1f1f20;
	position: relative;
}

.nav-tabs>li.active>a:after {
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-style: solid;
	border-color: transparent transparent transparent #1f1f20;
	border-width: 25px 22px;
	right: -44px;
	top: 0;
}

.tab-wrap {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.tab-content {
	padding: 20px;
}

.tab-content h2 {
	margin-top: 0;
}

.tab-content img {
	border-radius: 4px;
}

.team .btn {
	background: transparent;
	font-size: 0.75rem;
	font-weight: 300;
	margin-bottom: 3px;
	padding: 1px 5px;
	text-transform: uppercase;
	border: 1px solid #ddd;
	margin-right: 3px;
}

.tomb-stone {
	margin-bottom:15px !important;
	padding-bottom:10px; 
	border-bottom: 1px solid #e5e5e5;
}

.tomb-stone b {
	margin-right: 4px;
}

.auto-width {
	width: auto;
}

.footer {
	background: none repeat scroll 0 0 #2E2E2E;
	border-top: 5px solid #C52D2F;
	height: 84px;
	margin-top: 110px;
}

.footer_left {
	padding: 10px;
}

.text-left {
	color: #FFFFFF;
	font-size: 0.75rem;
	margin-top: 15px;
}

.form-section {
	padding-left: 15px;
	padding-right: 15px;
}

#contact-page .contact-form 
.form-group label {
	color: #1a1a1a;
	font-size: 1rem;
	font-weight: 300;
}

.form-group textarea {
	border: 1px solid #ccc;
	width: 100%;
}

textarea#message {
	resize: none;
	border-color: grey;
	padding: 10px;
}

#contact-page .contact-wrap {
	margin-top: 20px;
}

ul.pagination {
	margin-top: -10px;
}

ul.pagination>li>a {
	border: 1px solid #F1F1F1;
	margin-right: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 0.75rem
}

ul.pagination>li>a i {
	margin-left: 3px;
	margin-right: 3px;
}

ul.pagination>li.active>a,ul.pagination>li:hover>a {
	background-color: #0071a9 !important;
	border-color: #0071a9 !important;
	color: #fff;
}

.search_box {
	background-image: url("../images/search_icon.png");
	background-position: 314px 15px;
	background-repeat: no-repeat;
	border-color: #DEDEDE;
	height: 48px;
	outline: medium none;
	box-shadow: none;
}


.search i {
	color: #fff;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
}

#error .btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success:hover
	{
	background-color: #EBEBEB;
	border-color: #EBEBEB;
	color: #1a1a1a;
}

#error h1 {
	color: #1a1a1a;
	text-transform: uppercase;
}

#bottom {
	background: #f5f5f5;
	border-bottom: 5px solid #c52d2f;
	font-size: 0.875rem;
}

#bottom h3 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 1.375rem;
	color: #000;
}

#bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bottom ul li {
	display: block;
	padding: 5px 0;
}

#bottom ul li a {
	color: #808080;
}

#bottom ul li a:hover {
	color: #c52d2f;
}

#bottom .widget {
	margin-bottom: 0;
}

#footer {
	padding-top: 10px;
	padding-bottom: 24px;
	color: #666;
	background: #1a1a1a !important;
	font-famly: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#footer a {
	color: #ffffff  !important;
}

#footer a:hover {
	color: #0083c4;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul>li {
	display: inline-block;
	margin-right: 15px;
}

.sidebar {
	margin-bottom: 20px;
	margin-right: -10px !important;
}

.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}

.mandatory-field {
	color: #D50711 !important;
	margin-left: 5px;
}

.table-option {
	padding-bottom: 5px;
	font-weight: bold;
	color: #555;
}

.nav li .glyphicon {
	margin-top: 5px;
	float: right;
	font-size: 75%;
	color: grey;
}

.smartSearch {
	padding: 6px 12px !important;
    font-size: 0.875rem !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    vertical-align: top !important;
    width: 100% !important;
}

.table-responsive th > a > img {
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:2px;
}

.row {
    margin: 0 auto;
    max-width: 1152px;
}

.summary-menu {
	margin-bottom:15px;	
}

.summary-menu span {
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.messageBox .alert li {
	list-style: none;
}

.level3Nav a img {
	margin-left: -20px;
	margin-right: 4px;
}
.revise {
	float: right !important;
	text-decoration: underline;
}
.change-field {
	color: red;
	margin-left: 5px;
}

.add-field {
	color: red;
	margin-left: 5px;
}

.remove-field {
	color: red;
	margin-left: 5px;
}

.accessible-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.step-8-cols{
	float: left;
	width: 12.5%;
}
.step-7-cols{
	float: left;
	width: 14.2%;
}
.step-6-cols{
	float: left;
	width: 16.66%;
}
.step-5-cols {
	float: left;
	width: 20%;
}
.step-4-cols{
	float: left;
	width: 25%;
}
.step-3-cols{
	float: left;
	width: 33.33%;
}
.step-2-cols{
	float: left;
	width: 50%;
}
.step-col-1-with-mark{
	width: 10%; 
	position:relative; 
	alight: left; 
	float: left;
}
.step-col-2-with-mark{
	width: 90%; 
	position:relative; 
	alight: left; 
	float: left;
}

textArea {
	width: 100%
}

a.new-tab{
	padding: 0 0 0 0;
	/* background-image: url(../images/new-tab.png); */
	background-repeat: no-repeat;
    background-position: right top;
    text-decoration: underline;
}

a.new-tab:hover{
    text-decoration: none;
}

.tab-focus-obj-outline-black:focus{
	border-radius: 2px;
	box-shadow: 0px 0px 0px 3.5px #333, 0px 0px 2px 5px #24b8ff !important;
    outline: none;
}

div.associatedCategoriesSection {
	margin-left:15px;
	margin-right:15px;
	padding-left:15px;
	padding-right:15px;
	margin-top:30px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;	
	background-color: rgb(245,245,245);	
}
.coronerNotApplicableMessage::before {
	font-family: 'Glyphicons Halflings';
    color: #E11010;
    content: "\e101";
    font-size:0.9375rem;
    margin-right:5px;
}

.coronerNotApplicableMessage {
	color: #E11010;
}

.redHighlight {
	color: #e11010;
	font-weight: bold;
}

.last-mod {
	margin-top:1rem;
	color: white !important;
}


@media screen and (max-width: 40em) {
    .odsgototop {
        display: block;
        padding: 0.5rem;
        font-size: 0 !important;
        width: 3rem;
        height: 3rem;
    }
}

@media screen and (max-width: 73em) {
    .ods-col-bottom-align-text {
        position: relative !important;
        margin-top: 15px !important;
        /* color:red !important; */
    }
}

@media screen and (max-width: 73em) {
    .odsgototop {
        display: flex;
        flex-direction: column;
        width: auto;
        height: auto;
        padding: 0.375rem 0.75rem 0.563rem 0.75rem;
        font-size: 0 !important;
        
    }

    
}

.margintop4px {
	margin-top:4px !important;
}

.margintop3px {
	margin-top:3px !important;
}

.margintop5px {
	margin-top:5px !important;
}

#moduleHeader {
   margin-top: -20px;
   margin-left: -20px;
}




.no-margin-top{
	 margin-top: 0px !important;
}

.ods-icon-exclamation:before {
	background-image: url('../images/ods/ontario-icon-alert-error.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: "";
}

.ods-icon-warning:before {
	background-image: url('../images/ods/ontario-icon-alert-warning.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: "";
}

.ods-icon-info:before {
	background-image: url('../images/ods/ontario-icon-alert-information.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: "";
}


.ods-icon-success:before {
	background-image: url('../images/ods/ontario-icon-alert-success.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: "";
}


.col-postion-relative {
    position: relative;
}

.ods-card-link{
	color: #1a1a1a !important;
}

.ods-alert-title {
	margin-left:-6px;
}

.ods-col-bottom-align-text {
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
  }
  
  
.ods-title-bar {
    border-left-width: 0px !important;
    background-color: #ffffff !important; 
    
}  

.ods-title-bar h2, h1 {
	margin-top: -5px ; 

}

.ods-title-bar-panel {
    border-bottom-style: solid !important;
    border-bottom-color: #1a1a1a !important;
    border-width: 4px !important;
    padding-bottom: 10px !important;

}

  
.ods-alert-icon {
	width: 40px;
	height: 40px;
	margin-top: 1rem;		
}  

.ods-page-error-item {
    color:	#cd0000;
    margin-left: -15px;
}

.ods-page-success-item {
    color:	#1a1a1a;
    list-style: none;
    margin-left: -55px;
}

.ods-page-info-item {
    color:	#1a1a1a;
    list-style: none;
    margin-left: -55px;
}


.ods-page-warning-item {
    color:	#1a1a1a;
}

.ods-page-validation-item{
	color:	#cd0000;
}


 ul.ods-page-error-item li {
	 margin-left: -2.5rem;
 }
 
  ul.ods-page-validation-item li {
	 margin-left: -2.5rem;
 }

 ul.ods-page-error-item {
    margin-top: .5rem;
    margin-bottom: 0px !important;  
 }
 
 .col-sm-12.col-md-12.main  > section > .row.steps-container.add-padding-bottom {
   margin-left: -40px;
 }
    
.ods-label {
	font-weight: 700 !important;
}

.ods-select-dropdown {
	font-weight: 400 !important;
	width: 300px  !important;
    -webkit-appearance: none;
    background: url(../images/ods/ontario-icon-dropdown-arrow.png) no-repeat right;

}

.ods-select-dropdown:focus {
	font-weight: 400 !important;
	width: 300px  !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/ods/ontario-icon-dropdown-arrow.png) no-repeat right;
	background-size: 2rem !important;
	background-position: right .5rem center !important;
}


.ods-tombstone-vert-margin {
	margin-top: 5px !important;

}

.ods-hr-black {
	  height: 4px !important;
      background-color: #1a1a1a !important;

}

.ods-tombstone-item-vert-margin {
	margin-top:-10px !important;

}

.odsfontunderheaderfooter {
	color: #ffffff !important;
}

.odsgototop {
	position: fixed;
	right: 41px;
	bottom: 42px;
	/* z-index: 10; */
	border-radius: 10px;
	
	padding:.5rem 1rem .5rem .75rem;
	background:#e6e6e6;
	border:.125rem solid #fff;
	border-radius:4px;
	box-sizing:border-box;
	box-shadow:0 .125rem .25rem rgba(26,26,26,.6);
	color:#1a1a1a;line-height:1.25rem;font-size:1rem;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:600;
	z-index:10000;
	cursor:pointer
}

.odsiconuparrow{
  background-image : url(../images/ods/ontario-icon-arrow-up.png);
  background-size: cover;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  color: #1a1a37;
	
}

.odsheaderrow{
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
}

.odsheadercontainer{
	width:100%;
}


.ods-dropdown-toggle{
	
}


.ods-card{
    min-height:130px;
    box-shadow: 0 .1875rem .5rem .0625rem rgba(0, 0, 0, .4);
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    list-style-type: none;
    transition: all .3s ease-in-out;
    position: relative;
    cursor: pointer;
    background: #fff;
    flex: 0 1 auto;

}

.ods-card:hover{
	cursor: inherit;
}

.ods-loading {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 9999999; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.ods-overlay {
	background-color:#EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */ 
    filter: alpha(opacity=50); /* in IE */
}

@media (min-width: 1200px) {
.odsheadercontainer {
	width:100%;
}
}

@media (min-width: 992px) {
.odsheadercontainer{
	width:100%;
}
}

@media (min-width: 768px) {
.odsheadercontainer{
	width:100%;
}
}

@media screen and (max-width: 40em) {
    .odsiconuparrow {
		margin-left: 2px;
    }
}

@media screen and (max-width: 73em) {
    .odsiconuparrow {
		margin-left: 2px;
    }
}
