/* line 2, ../../sass/_main.scss */
html {
  font-family: "PT Sans", sans-serif !important;
  font-size: 16px;
  min-height: 100%;
}

/* line 7, ../../sass/_main.scss */
body {
  margin: 0;
  font-family: "PT Sans", sans-serif !important;
  line-height: 20px;
  color: #333;
  background-color: #E0E2DE;
  /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, #E0E2DE, #CDC3B1);
  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  background-image: -moz-linear-gradient(top, #E0E2DE, #CDC3B1);
  /* For Firefox (3.6 to 15) */
  background-image: -o-linear-gradient(top, #E0E2DE, #CDC3B1);
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, #E0E2DE, #CDC3B1);
  /* Standard syntax; must be last */
}

/* line 19, ../../sass/_main.scss */
nav {
  font-size: 16px;
}

/* line 22, ../../sass/_main.scss */
hr {
  border-top: solid 1px #E3E3E3;
}

/* line 26, ../../sass/_main.scss */
table td ~ td {
  padding-left: 15px;
}
/* line 29, ../../sass/_main.scss */
table th {
  white-space: nowrap;
  padding-right: 10px;
}
/* line 33, ../../sass/_main.scss */
table th, table td {
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: top;
}

/* line 39, ../../sass/_main.scss */
input[type="checkbox"] {
  cursor: pointer;
}

/* line 46, ../../sass/_main.scss */
h5 {
  font-weight: bold;
}

/* line 49, ../../sass/_main.scss */
section h4 {
  font-weight: bold;
  margin-bottom: 30px;
}

.nav-active{
      border-bottom: 3px solid #B03922 !important;
}

/* line 53, ../../sass/_main.scss */
footer {
  background-color: #E0E2DE;
  padding-top: 20px;
  margin-top: 25px;
}
/* line 57, ../../sass/_main.scss */
footer #powered-by {
  position: relative;
  top: 28px;
  right: 60px;
  float: right;
  color: white;
}
/* line 63, ../../sass/_main.scss */
footer #powered-by a:link, footer #powered-by a:hover, footer #powered-by a:active, footer #powered-by a {
  color: white;
}
/* line 66, ../../sass/_main.scss */
footer #powered-by img {
  margin-left: 10px;
}
/* line 70, ../../sass/_main.scss */
footer h4 {
  font-weight: bold;
  border-bottom: solid 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  margin-top: 10px !important;
}
/* line 78, ../../sass/_main.scss */
footer .col-xs-2 {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 84, ../../sass/_main.scss */
footer .col-xs-4 li:first-child ~ li {
  margin-top: 15px;
}
/* line 87, ../../sass/_main.scss */
footer .col-xs-4 li a {
  font-weight: bold;
  font-size: 16px;
}
/* line 93, ../../sass/_main.scss */
footer .col-xs-7 {
padding-left: 3px;
}
/* line 96, ../../sass/_main.scss */
footer .notice {
  font-size: 12px;
  line-height: 1rem;
  font-weight: bold;
  margin-top: 7px;
  margin-left: -15px;
}
/* line 102, ../../sass/_main.scss */
footer .notice i {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
}
/* line 108, ../../sass/_main.scss */
footer .row {
  margin-bottom: 27px;
}
/* line 111, ../../sass/_main.scss */
footer .copy {
  font-weight: bold;
  font-size: 10px;
}
/* line 115, ../../sass/_main.scss */
footer .footer-list {
  margin-top: 5px;
  z-index: 9999999;
}
/* line 119, ../../sass/_main.scss */
footer #footer-bottom {
  background-color: #4E2C11;
  height: 71px;
  position: relative;
}
/* line 123, ../../sass/_main.scss */
footer #footer-bottom #footer-accent {
  position: absolute;
  top: -86px;
}
/* line 128, ../../sass/_main.scss */
footer .social-media {
  margin-top: 8px;
}
/* line 130, ../../sass/_main.scss */
footer .social-media li {
  display: inline-block;
  padding-right: 10px;
}

/* line 136, ../../sass/_main.scss */
.container.user-links {
  height: 50px;
}
/* line 138, ../../sass/_main.scss */
.container.user-links .row {
  margin-bottom: 0px;
  padding-top: 15px;
}
/* line 142, ../../sass/_main.scss */
.container.user-links ul.navbar-right {
  position: relative;
}
/* line 144, ../../sass/_main.scss */
.container.user-links ul.navbar-right li {
  float: none;
  display: inline-block;
  padding-left: 15px;
}

/* line 151, ../../sass/_main.scss */
::-webkit-input-placeholder {
  /* WebKit browsers */
  font-style: italic;
  font-size: .875em;
  color: #595959;
  opacity: 1;
}

/* line 157, ../../sass/_main.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic;
  font-size: .875em;
  color: #595959;
  opacity: 1;
}

/* line 163, ../../sass/_main.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic;
  font-size: .875em;
  color: #595959;
  opacity: 1;
}

/* line 169, ../../sass/_main.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-style: italic;
  font-size: .875em;
  color: #595959;
  opacity: 1;
}

/* line 177, ../../sass/_main.scss */
body .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
/* line 186, ../../sass/_main.scss */
body .caret.glyph {
  border-top: inherit;
  border-bottom: 8px solid;
}
/* line 191, ../../sass/_main.scss */
body .dropdown-menu {
  left: inherit;
  right: 0px;
  min-width: inherit;
  padding: 0px;
}
/* line 196, ../../sass/_main.scss */
body .dropdown-menu li {
  padding-right: 0px;
  float: inherit;
  width: 100%;
}
/* line 200, ../../sass/_main.scss */
body .dropdown-menu li > a:hover {
  border-radius: 0px 0px 3px 3px;
  background-image: none;
  background-color: #F5F5F5;
}
/* line 207, ../../sass/_main.scss */
body .col-xs-12.hr hr {
  border-top: solid 1px;
  margin: 0px;
}

/* line 212, ../../sass/_main.scss */
.logged-out-message {
  margin-top: -5px;
}
/* line 215, ../../sass/_main.scss */
.logged-out-message .message {
  padding: 5px;
  position: relative;
  background-color: red;
  color: white;
  opacity: .6;
  text-align: center;
  width: 250px;
  border-radius: 3px;
}

/* line 227, ../../sass/_main.scss */
.search-bar {
  background-color: #E6E6E6;
  height: 60px;
  padding: 15px 0px;
  margin-bottom: 35px;
}
/* line 233, ../../sass/_main.scss */
.search-bar.row h4 {
  font-weight: bold;
  margin: 0px;
  vertical-align: top;
  padding-top: 7px;
}

/* line 247, ../../sass/_main.scss */
::-webkit-input-placeholder {
  /* WebKit browsers */
  font-style: italic;
  color: #595959;
  opacity: 1;
}

/* line 250, ../../sass/_main.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic;
  color: #595959;
  opacity: 1;
}

/* line 253, ../../sass/_main.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic;
  color: #595959;
  opacity: 1;
}

/* line 256, ../../sass/_main.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-style: italic;
  color: #595959;
  opacity: 1;
}

/* line 259, ../../sass/_main.scss */
.clearfix {
  clear: both;
}

/* line 262, ../../sass/_main.scss */
#cboxLoadedContent {
  margin-bottom: 0px;
}

/* line 265, ../../sass/_main.scss */
.loading-img {
  height: 200px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* line 271, ../../sass/_main.scss */
.loading-img ~ * {
  display: none;
}

/* line 275, ../../sass/_main.scss */
.ajax-loader-big {
  background-image: url(/assets/images/ajax-loader.gif);
  background-repeat: no-repeat;
  margin-top: 50px;
  height: 70px;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}

/* line 287, ../../sass/_main.scss */
input[type=text], input[type=password], input[type=email] {
  padding: 0px 9px 0px 9px;
  margin-right: 20px;
  border-radius: 3px;
  border: solid 1px #9E9E9E;
  font-weight: normal;
  height: 30px;
}

/* line 295, ../../sass/_main.scss */
button[type=submit]:not(.btn-primary), button[type=reset], button.advanced {
  border: solid 1px #9E9E9E;
  font-weight: bold;
  font-size: .8rem;
  border-radius: 3px;
  box-shadow: inset 0px 1px rgba(255, 255, 255, 0.4);
  background-image: -webkit-linear-gradient(#D7D7D7, #CAC9C9 100%);
  background-image: -o-linear-gradient(#D7D7D7, #CAC9C9 100%);
  background-image: linear-gradient(#D7D7D7, #CAC9C9 100%);
}
/* line 307, ../../sass/_main.scss */
button[type=submit]:not(.btn-primary):not(.btn-lg), button[type=reset]:not(.btn-lg), button.advanced:not(.btn-lg) {
  height: 30px;
  vertical-align: top;
}
/* line 311, ../../sass/_main.scss */
button[type=submit]:not(.btn-primary):hover, button[type=reset]:hover, button.advanced:hover {
  border: solid 1px #656565;
}

/* line 316, ../../sass/_main.scss */
.search form input[type=text], .search form button, .search form > .input-grp-big {
  height: 100%;
  float: left;
  width: 100px;
  height: 30px;
}
/* line 322, ../../sass/_main.scss */
.search form input[name="keywords"], .search form .input-grp-big {
  width: 355px;
}
/* line 324, ../../sass/_main.scss */
.search form input[name="keywords"].combo, .search form .input-grp-big.combo {
  border-radius: 3px 0px 0px 3px;
  border-right: none;
  border-color: #D3D3D3;
  width: 275px;
  margin-right: 0px;
}
/* line 330, ../../sass/_main.scss */
.search form input[name="keywords"].combo + button[type="submit"], .search form .input-grp-big.combo + button[type="submit"] {
  border-radius: 0px 3px 3px 0px;
  width: 30px;
  background-image: url(/assets/images/search-black.png);
  background-repeat: no-repeat;
  background-size: inherit;
  margin-right: 20px;
  background-color: white;
  border-left: none;
  background-position: 4px 4px;
  border-color: #D3D3D3;
}
/* line 343, ../../sass/_main.scss */
.search form input[name="keywords"].input-grp-big, .search form .input-grp-big.input-grp-big {
  margin-right: 20px;
  display: table;
}
/* line 346, ../../sass/_main.scss */
.search form input[name="keywords"].input-grp-big input, .search form .input-grp-big.input-grp-big input {
  display: table-cell;
  width: 167px;
}
/* line 349, ../../sass/_main.scss */
.search form input[name="keywords"].input-grp-big input:last-child, .search form .input-grp-big.input-grp-big input:last-child {
  margin-right: 0px;
}
/* line 355, ../../sass/_main.scss */
.search form .advanced {
  width: 105px;
}
/* line 360, ../../sass/_main.scss */
.search form .checkbox-group {
  width: 100%;
  overflow: hidden;
}
/* line 363, ../../sass/_main.scss */
.search form .checkbox-group > span {
  position: relative;
  top: 2px;
}
/* line 367, ../../sass/_main.scss */
.search form .checkbox-group .bundle-wrapper {
  float: right;
  text-align: right;
  margin-left: 30px;
}
/* line 371, ../../sass/_main.scss */
.search form .checkbox-group .bundle-wrapper label {
  vertical-align: bottom;
}

/* line 377, ../../sass/_main.scss */
label {
  cursor: pointer;
  margin-bottom: 0px;
}
/* line 380, ../../sass/_main.scss */
label > input[type=checkbox], label > input[type=radio], label > input.leaflet-control-layers-selector, label > .check-mark {
  top: 0px;
  margin-right: 5px;
}
/* line 385, ../../sass/_main.scss */
label > input[type=checkbox], label > input[type=radio], label > input[type=checkbox] + span, label > input[type=radio] + span, label > .check-mark, label > .check-mark + span {
  float: left;
}
/* line 389, ../../sass/_main.scss */
label > span {
  margin-top: 1px;
}
/* line 392, ../../sass/_main.scss */
label input[type="text"], label .selectboxit-container {
  margin-top: 5px;
}

/* line 396, ../../sass/_main.scss */
.logo {
  width: 437px;
  height: 117px;
  background-image: url(/assets/images/NCTR-Logo-Horizontal.png);
  background-repeat: no-repeat;
  float: left;
  position:relative;
  z-index: 1;
  cursor:pointer;
}

/* line 403, ../../sass/_main.scss */
.umlogo {
  background-image: url(/assets/images/UM_Logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  display: block;
  height: 76px;
  width: 192px;
}

/* line 412, ../../sass/_main.scss */
#page-wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
/* line 417, ../../sass/_main.scss */
#page-wrapper nav {
  padding-top: 35px;
}

/* line 422, ../../sass/_main.scss */
nav .container, .intro.container, .container.big-separator {
  width: 1140px;
}

/* line 428, ../../sass/_main.scss */
.container.big-separator hr {
  height: 3px;
  background-color: #E3E3E3;
}

/* line 432, ../../sass/_main.scss */
.container {
  width: 1110px;
}
/* line 436, ../../sass/_main.scss */
.container section p {
  margin-bottom: 0px;
}

/* line 442, ../../sass/_main.scss */
.leaflet-div-icon {
  background: none;
  border: none;
}

/* line 446, ../../sass/_main.scss */
.row {
  margin-bottom: 35px;
}

/* line 449, ../../sass/_main.scss */
.help {
  float: right;
  display: block;
  background-color: white;
  color: #B03922 !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 5px;
  padding-left: .5px;
  border: solid 1px #D3D3D3;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/* line 463, ../../sass/_main.scss */
.help:hover {
  border: solid 1px #656565;
}

/* line 467, ../../sass/_main.scss */
.map {
  height: 360px;
}

/* line 470, ../../sass/_main.scss */
.marker-cluster, .marker-cluster > div {
  border-radius: 0px;
}

/* line 491, ../../sass/_main.scss */
.school-cluster {
  background-color: rgba(176, 57, 34, 0.6);
  height: 40px;
  width: 40px;
  border-radius: 0px;
}
/* line 478, ../../sass/_main.scss */
.school-cluster > div {
  background-color: #B03922;
  height: 30px;
  width: 30px;
  position: relative;
  top: 5px;
  border-radius: 0px;
}
/* line 486, ../../sass/_main.scss */
.school-cluster span {
  color: white;
  line-height: 30px;
}

/* line 494, ../../sass/_main.scss */
.hearing-cluster {
  background-color: rgba(14, 92, 96, 0.6);
  height: 40px;
  width: 40px;
  border-radius: 100%;
}
/* line 478, ../../sass/_main.scss */
.hearing-cluster > div {
  background-color: #0E5C60;
  height: 30px;
  width: 30px;
  position: relative;
  top: 5px;
  border-radius: 100%;
}
/* line 486, ../../sass/_main.scss */
.hearing-cluster span {
  color: white;
  line-height: 30px;
}

/* line 497, ../../sass/_main.scss */
.event-cluster {
  width: 0 !important;
  height: 0 !important;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 40px solid rgba(238, 116, 33, 0.6);
  border-radius: 0px;
}
/* line 504, ../../sass/_main.scss */
.event-cluster > div {
  background-color: inherit;
  width: 0 !important;
  height: 0 !important;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 24px solid #EE7421;
  border-radius: 0px;
  position: relative;
  right: 20px;
  top: 10px;
}
/* line 515, ../../sass/_main.scss */
.event-cluster > div span {
  color: white;
  position: relative;
  right: 3px;
}

/* line 522, ../../sass/_main.scss */
form.leaflet-control-layers-list {
  margin-bottom: 0px;
}
/* line 524, ../../sass/_main.scss */
form.leaflet-control-layers-list label {
  margin-bottom: 0px;
}

/* line 528, ../../sass/_main.scss */
video {
  height: 100%;
  width: 100%;
  background-color: black;
}

/* line 533, ../../sass/_main.scss */
a {
  color: #333;
}
/* line 535, ../../sass/_main.scss */
a.active {
  font-weight: bold;
}
/* line 538, ../../sass/_main.scss */
a:link, a:hover, a:active {
  color: #333;
  text-decoration: none;
}

/* line 543, ../../sass/_main.scss */
.row.record a:visited {
  color: #551A8B !important;
}

/* line 546, ../../sass/_main.scss */
ul {
  position: relative;
  list-style-type: none;
  padding: 0px;
}

/* line 552, ../../sass/_main.scss */
nav .row {
  margin-bottom: 25px;
}
/* line 555, ../../sass/_main.scss */
nav ul.site-links {
  float: right;
  text-align: right;
margin-top: 50px;
}
/* line 559, ../../sass/_main.scss */
nav ul.site-links a.active {
  border-bottom: solid 4px #B03922;
}
/* line 565, ../../sass/_main.scss */
nav li {
  float: left;
padding-left: 35px;
}

/* line 571, ../../sass/_main.scss */
.school:before, .event:before, .hearing:before {
  font-size: 18px;
  color: #535353;
}

/* line 576, ../../sass/_main.scss */
.school {
  height: 11px;
  width: 11px;
  display: inline-block;
  background-color: #B03922;
}

/* line 582, ../../sass/_main.scss */
.event {
  height: 11px;
  width: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  background-color: #EE7421;
}

/* line 590, ../../sass/_main.scss */
span.glyph.event + *, span.school + *, span.hearing + * {
  padding-left: 5px;
}

/* line 594, ../../sass/_main.scss */
li .hearing {
  margin-left: 1px;
}

/* line 597, ../../sass/_main.scss */
.event-hearings-list span.event.glyph {
  margin-left: 1px;
}

/* line 600, ../../sass/_main.scss */
.hearing {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #0E5C60;
  display: inline-block;
}

/* line 607, ../../sass/_main.scss */
.locations li a {
  padding-left: 7px;
  width: 175px;
}

/* line 611, ../../sass/_main.scss */
.alt-school-name {
  font-size: small;
  font-style: italic;
}

/* line 618, ../../sass/_main.scss */
.search form .selectboxit-text {
  text-indent: 10px;
}

/** Custom select element styles **/
/* line 624, ../../sass/_main.scss */
body .selectboxit-container.full-width {
  width: 100%;
}
/* line 627, ../../sass/_main.scss */
body .selectboxit-container .selectboxit {
  border-radius: 3px 3px 3px 3px;
  border-color: #666666;
  background: none;
  width: 100%;
}
/* line 632, ../../sass/_main.scss */
body .selectboxit-container .selectboxit .selectboxit-option-icon-container {
  margin-left: 0px;
}
/* line 635, ../../sass/_main.scss */
body .selectboxit-container .selectboxit .selectboxit-arrow-container {
  width: 25px;
  border-left: solid 1px #666666;
  /* gradient */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #A8A8A8), color-stop(1, #787878));
  background: -moz-linear-gradient(center top, #A8A8A8 5%, #787878 100%);
  background: -ms-linear-gradient(top, #A8A8A8 0%, #787878 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A8A8A8', endColorstr='#787878',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #A8A8A8, #787878 100%);
  /* W3C */
}
/* line 644, ../../sass/_main.scss */
body .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  top: 40%;
}
/* line 649, ../../sass/_main.scss */
body .selectboxit-container .selectboxit-btn.selectboxit-enabled:hover, body .selectboxit-container .selectboxit-btn.selectboxit-enabled:focus, body .selectboxit-container .selectboxit-open {
  background: none;
}
/* line 653, ../../sass/_main.scss */
body .selectboxit-container span a, body .selectboxit-container .selectboxit-options a {
  height: 1.850rem;
}
/* line 657, ../../sass/_main.scss */
body .selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: black;
  background-color: #f0f0f0;
  background-image: none;
  background-repeat: no-repeat;
}
/* line 663, ../../sass/_main.scss */
body .selectboxit-container .selectboxit-option, body .selectboxit-container .selectboxit-optgroup-header {
  text-indent: 4px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* line 668, ../../sass/_main.scss */
body .selectboxit-container .selectboxit-default-arrow {
  border-top: 6px solid white;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

/* line 675, ../../sass/_main.scss */
.content h4 {
  margin-bottom: 15px;
}
/* line 678, ../../sass/_main.scss */
.content ul {
  list-style-type: inherit;
  margin-left: 15px;
}

/* line 683, ../../sass/_main.scss */
.col-xs-6.sign-up-wrapper {
  padding-left: 0px !important;
  padding-right: 15px !important;
}
/* line 686, ../../sass/_main.scss */
.col-xs-6.sign-up-wrapper .sign-up {
  padding: 20px 0px 25px 35px;
  background-color: #EFEFEF;
  border-radius: 6px;
}

/* line 693, ../../sass/_main.scss */
.sign-up input {
  border-radius: 3px;
  border: solid 1px gray;
  padding: 2px 0px 1px 10px;
  margin-right: 15px;
}

/* line 700, ../../sass/_main.scss */
.report-group h4 + p {
  margin-bottom: 15px;
}
/* line 703, ../../sass/_main.scss */
.report-group .reports-container {
    max-height: 385px;

  min-height: 195px;
  overflow-y: scroll;
  border: solid 1px #D3D3D3;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 712, ../../sass/_main.scss */
.report-group .reports-container .report:nth-child(2) ~ .report {
  margin-top: 30px;
}
/* line 715, ../../sass/_main.scss */
.report-group .reports-container .report img {
  width: 130px;
  height: 165px;
  float: left;
  margin-right: 15px;
  border: solid 1px #D4D4D4;
}
/* line 722, ../../sass/_main.scss */
.report-group .reports-container .report .report-description {
  margin-bottom: 0px;
}

/* line 728, ../../sass/_main.scss */
.gc-bubbleDefault.pls-container {
  z-index: 99999999999999999999999999999;
}

/* line 731, ../../sass/_main.scss */
ul.contact {
  list-style-type: none;
  display: inline-block;
  margin-left: 0px;
  width: 50%;
  float: left;
}
/* line 737, ../../sass/_main.scss */
ul.contact li {
  margin-bottom: 5px;
}

/* line 741, ../../sass/_main.scss */
figcaption {
  margin-top: 5px;
}

/* line 745, ../../sass/_main.scss */
.categories h4 {
  vertical-align: -webkit-baseline-middle;
  margin-bottom: 10px;
  margin-top: 0px;
  display: inline-block;
  padding-right: 10px;
  font-weight: normal;

}
/* line 752, ../../sass/_main.scss */
.categories h4 + h4 {
  border-left: solid 1px #333;
  padding-left: 10px;
}

/* line 758, ../../sass/_main.scss */
.search-description {
  padding-right: 50px;
}

/* line 762, ../../sass/_main.scss */
.slideshow img {
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
/* line 768, ../../sass/_main.scss */
.slideshow .slick-prev:before, .slideshow .slick-next:before {
  color: #5C5C5C;
}

/* line 773, ../../sass/_main.scss */
.schoolSlideshow #cboxLoadedContent {
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 777, ../../sass/_main.scss */
.schoolSlideshow #cboxPrevious {
  bottom: 5px;
  left: 18px;
}
/* line 781, ../../sass/_main.scss */
.schoolSlideshow #cboxNext {
  bottom: 5px;
  left: 45px;
}
/* line 785, ../../sass/_main.scss */
.schoolSlideshow #cboxCurrent {
  bottom: 6px;
  left: 76px;
}

/* line 791, ../../sass/_main.scss */
.video-colorbox #cboxContent {
  border: none;
  background-color: transparent;
}
/* line 795, ../../sass/_main.scss */
.video-colorbox #cboxLoadingOverlay {
  background: transparent;
}
/* line 798, ../../sass/_main.scss */
.video-colorbox #cboxLoadingGraphic {
  background: url(/assets/images/ajax-loader-login.svg) no-repeat center center;
}
/* line 801, ../../sass/_main.scss */
.video-colorbox #cboxClose {
  display: none;
}

/* line 805, ../../sass/_main.scss */
a.cboxElement.video:hover {
  opacity: .7;
}

/* line 1, ../../sass/_map.scss */
.map {
  position: relative;
  border: solid 1px gray;
}
/* line 5, ../../sass/_map.scss */
.map .marker-icon {
  position: relative;
  top: -6px;
}
/* line 9, ../../sass/_map.scss */
.map .leaflet-control-layers label {
  cursor: pointer;
}
/* line 12, ../../sass/_map.scss */
.map .leaflet-control-layers-expanded {
  padding: 4px 10px 6px 6px;
}
/* line 18, ../../sass/_map.scss */
.map .leaflet-popup-content {
  margin: 0px;
}
/* line 21, ../../sass/_map.scss */
.map .leaflet-popup-content-wrapper {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 25, ../../sass/_map.scss */
.map .leaflet-popup-content-wrapper h5 {
  padding: 8px 22px 8px 10px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
/* line 32, ../../sass/_map.scss */
.map .leaflet-popup-content-wrapper i {
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
/* line 37, ../../sass/_map.scss */
.map .leaflet-popup-content-wrapper .popup-content {
  padding: 10px;
  font-size: 13px;
}
/* line 42, ../../sass/_map.scss */
.map .leaflet-popup-tip-container {
  top: -1px;
}
/* line 44, ../../sass/_map.scss */
.map .leaflet-popup-tip-container .leaflet-popup-tip {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
/* line 48, ../../sass/_map.scss */
.map .leaflet-control-attribution a {
  text-decoration: none;
}

/* line 52, ../../sass/_map.scss */
#layer-control {
  float: right;
  /*margin-top: 15px;*/
}
/* line 55, ../../sass/_map.scss */
#layer-control .leaflet-control-layers {
  padding: 0px;
  padding-left: 35px;
  box-shadow: none;
}
/* line 59, ../../sass/_map.scss */
#layer-control .leaflet-control-layers label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  
 
}

/* style for divs in columbs imagine php page.*/


.col-xs-6 .col-xs-12 {
    width: 100%;
    margin-bottom: 20px;

}
#opinion-report{
    height: 100px;
    /*background-color: green;*/
    color:#b01010;
    border:2px solid #b01010;
    border-radius:5px;
    padding-top: 40px;
    padding-left: 21px;
}
.report-info{
  font-size:20px;
}
#read-report{
  margin-left:13px;
}

.nav a{
  position:relative;
}
.partners-container li{
  margin-left:20px;
}

.nav-tabs>li>a:hover {
    position: relative;
    display: block;
/*    border:1px;*/
border-color:transparent;
    padding: 10px 15px;
}

#cta-desc-header{
      color: #B03922;
    margin-bottom: 8px;
}

#cta-icons{
      height: 25px;
    padding-bottom: 4px;
    padding-right: 5px;
}

#cta-dropdown-icons{
    height: 16px;
        font-size: 17px;
    /* padding-bottom: 8px; */
     padding-right: 5px; 
    padding-left: 6px;
}

#cta-summary-header{
      color: #B03922;
}

#cta-summary-header img{
      padding-right: 5px;
    height: 31px;
}
.cta-number{
      width: 3%;
          position: absolute;
    left: 12px;
    bottom: 9px;

}
.CTA_TEXT{
      width: 93% !important;
}
.CTA_TITLE{
    background-color: #B03922;
    /* height: 20px; */
    padding: 2px;
    font-weight:bold;
    color: white;
    padding-left: 12px;
    border-radius: 8px;
    margin-left: 25px;
}

.cta-dropdown{
    cursor:pointer;
    background-color:#F7F7F7;
    border:1px solid #b7b3b3;
    border-radius: 6px;
    padding: 4px;
    text-align: center;  
        margin-top: 20px;
    margin-bottom: 20px;
    color:#B03922;
    font-size:15px;
    font-weight:bold;
    font-style:italic;
}


.child-welfare   .col-xs-2 {

    width: 17.46667%;

}
.cta-container .col-xs-8{
    width: 69.66666667%;
}
.cta-container  .col-xs-2 {
    width: 18.2667%;
}

.CTA_ACTION_TEXT, .CTA_SUPPORT_TEXT, .CTA_BKGD_TEXT{
      padding: 10px;
}
.CTA_BKGD_TEXT{
  word-break:break-word;
}

.cta-container .col-xs-3{
    width: 25.7%;
    margin-left: -16px;
}
.dropdown-content{
  background-color:white;
      left: 13px;
    width: 67.0666667% !important;
border-radius:6px;     
}

.cta-border{
      margin-top: 1px;
      width: 100% !important;
  border:1px solid #d7d5d5;
}

.actions-header hr, .support-header hr, .background-header hr{
      margin: 0px;
    border: 0.6px solid black;
        margin-top: 6px;
}

.actions-header, .support-header , .background-header{
    margin-top: 8px !important;
    font-size: 19px !important;
    color: #B03922;
    position: relative;
    padding-left: 10px;
    top: 10px;
    padding-right: 13px;

}
.dropdown-content a{
position: relative;
    z-index: 1;
font-family:pt sans;
font-weight:bold;
font-style:italic;
font-size:15px;
color:#683817;
 word-break: break-word;

}

#caret{
  float: right;
    position: relative;
    right: 10px;
}

#sidebar-links:hover{
  color:#B03922;
}

.legacy-sidebar{
    color: #B03922;
    margin: 0px !important;
    font-size: 17px !important;
    text-align: left;
    border-bottom: 1px solid black;
    height: 28px;
    margin-right: 32px !important;
    margin-top: 10px !important;
    padding-top: 6px;
    margin-left: 32px !important;
        position: relative;
    /* padding-bottom: 25px; */
    padding-top: 4px;
}
.legacy-sidebar hr{
  padding-top: 3px;
  position:relative;
}
.dropdown-contents a:hover {
    color: black;
    padding: 7px 15px;
    text-decoration: none;
    display: block;
}

#tempDiv{
  height:500px;
  width:700px;
  z-index: 999999;
  background-color:black;
  position:absolute;
  left:41%;
  top:23%;
  margin-left:-150px;
  margin-right:-150px;
  
}
.bookmark-single{
  border: solid 1px #9E9E9E;
    font-weight: bold;
    font-size: .8rem;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: inset 0px 1px rgba(255, 255, 255, 0.4);
    background-image: -webkit-linear-gradient(#D7D7D7, #CAC9C9 100%);
    background-image: -o-linear-gradient(#D7D7D7, #CAC9C9 100%);
    background-image: linear-gradient(#D7D7D7, #CAC9C9 100%);
}

ul.list-item{
	list-style-type:disc !important;
	padding-left:29px;
}