/* Custom Stylesheet */
/**
 * Made By Smart Info Technologies LLC
 */

.material-icons{
    vertical-align : middle;
}

nav ul a {
  color: #444;
  font-weight:300;
}

.sidenav-trigger {
  color: orange;
}

p {
  line-height: 2rem;
}

.parallax-container {
  min-height: 280px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
#index-banner h1 {
    color: #275076 !important;
}
.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
  .sit-slide{
	font-size:20px;
	font-weight:300;
  }
  h4{
	font-size:12px;
  }

  h6{
        font-size:12px;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.sit-WsPageTitle {
  font-weight:100;
}
@media only screen and (min-width : 992px) {
.sit-WsPageMessage {
  font-size:2.5rem;
  font-weight:300;
  line-height: 3rem;
}
}
@media only screen and (max-width : 992px) {
.sit-WsPageMessage {
  font-size:1.5rem;
  font-weight:400;
  line-height: 2rem;
}
}

.collection .collection-item {
    list-style; none;
    border-style: none!important;
    background-color: #f5f5f5;
}
  ul:not(.browser-default) {
    padding-left: 25px;
    border-style: none!important;
}
.bullet-list li {
	margin: 0;
	padding: 36px 0 36px 84px;
	list-style: none;
	background-image: url("../images/CheckIcon_3.png");
	background-repeat: no-repeat;
	background-position: left 15px;
	background-size: 15px;

}
