/* Primary Color: #dd4814 */

@media screen and (max-width: 980px) {

	.main-logo{
		width:52px;
		height:52px;
	}

}
#titleBar {
	padding-top: 10px;
	height: 74px;
}

.grayscale{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.img:hover {opacity: 0.7;}
.banner-img {
  width:100%; 
  border-radius: 2%;
  box-shadow: 0 4px 8px 0 rgba(243, 239, 239, 0.967); 
  transition: 0.3s;
}


/* SLIDE SHOW */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

.img {
	vertical-align: middle;
	width:550px; 
	height:239px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Features Boxes */
.feature_first {
	margin-top:40px;
	padding-top:0px; 
	padding-left:10px; 
	padding-right:7px; 
	border:0px;
}
.feature_last {
	margin-top:40px;
	padding-top:0px; 
	padding-left:5px; 
	padding-right:7px; 
	border-left:1px dashed #808080;
}
.feature_section {
	padding-left:10px;
	padding-right:10px;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
  .img { width:100%; }
}

.action-card-content {
  width: 100%;
  padding: 1rem;
}
.feature_title {
  text-decoration: dashed;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  color: black;
}



/* For IE11 Support */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* For IE11 to load content urls, you must put in :after or :before */
  
}

#header_tip {
  position: relative;
  background: #3B4346 url("images/bg01.jpg");
  border-bottom: solid 1px #272d30;
  box-shadow: inset 0px -1px 0px 0px #51575a;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
}

  #header_tip > .container {
      position: relative;
      min-height: 25px;
  }

  #titlebar {
    background: url("./images/pattern5-ppl.png");
    border-top: solid 1px #fff;
    padding: 0 0 45px 0;
}

#titlebar {
    border-top: dashed 1px #222628;
    box-shadow: inset 0px 1px 0px 0px #3e484a;
    padding: 35px 0 35px 0;
    color: #fff;
}

#titlebar h2 {
    font-size: 2.25em;
    font-weight: 600;
    color: #000;
    margin: 0 0 0.25em 0;
}

#titlebar h3 {
    color: #373f42;
    font-size: 1.25em;
    font-weight: 500;
}

#titlebar .bordered-feature-image {
    margin-bottom: 0;
}

#titlebar p {
    font-size: 2em;
    font-weight: 200;
    line-height: 1.25em;
    padding-right: 1em;
    margin: 0 0 1em 0;
}

#header_tip {
    position: relative;
    background: #dd4814 url("./images/avatar-pattern8.png");
    border-bottom: dashed 1px #fff;
    box-shadow: inset 0px -0px 0px 0px #51575a;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
}

#header_tip>.container {
    position: relative;
    min-height: 15px;
}
.card-custom-tile-sizes {
    --oj-masonry-layout-tile-width: 573px;
    --oj-masonry-layout-tile-height: 243px;
    --oj-panel-gutter: 10px;
}

@media screen and (max-width: 917px) {
    .card-custom-tile-sizes {
    --oj-masonry-layout-tile-width: 40%;
    --oj-masonry-layout-tile-height: 243px;
    --oj-panel-gutter: 5px;
    }
}
@media only screen and (max-width: 600px) {
    .card-custom-tile-sizes {
    --oj-masonry-layout-tile-width: 100%;
    --oj-masonry-layout-tile-height: 243px; /*143px;*/
    --oj-panel-gutter: 5px;
    }
}

#titlebar_grn {
  background: url("./images/pattern6-gry.png");
  border-top: solid 1px #fff;
  padding: 0 0 45px 0;
}

#titlebar_grn {
  border-top: dashed 1px #222628;
  box-shadow: inset 0px 1px 0px 0px #3e484a;
  padding: 35px 0 35px 0;
  color: #fff;
}

#titlebar_grn h2 {
  font-size: 2.25em;
  font-weight: 600;
  color: #000;
  margin: 0 0 0.25em 0;
}

#titlebar_grn h3 {
  color: #373f42;
  font-size: 1.25em;
  font-weight: 500;
}

#titlebar_grn .bordered-feature-image {
  margin-bottom: 0;
}

#titlebar_grn p {
  font-size: 2em;
  font-weight: 200;
  line-height: 1.25em;
  padding-right: 1em;
  margin: 0 0 1em 0;
}

#header_tip_green {
  position: relative;
  background: #346c07 url("./images/avatar-pattern8.png");
  border-bottom: dashed 1px #fff;
  box-shadow: inset 0px -0px 0px 0px #51575a;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
}

#header_tip_green>.container {
  position: relative;
  min-height: 15px;
}

.subtitle {
  font-size: 19px;
  font-weight: 600;
}

.split {
  border-right: 1px solid #51575a;
  border-bottom: 0px;
}

@media only screen and (max-width: 600px) {
  .split {
      border-right: 0px;
      border-bottom: 1px solid #cccccc;
      border-style: inset;
  }
}

.demo-filmstrip-item {
  box-sizing: border-box;
  width: 5.25rem;
  height: 4.375rem;
}

.demo-scroll-container {
  overflow: auto;
}

.coactive-panel {
  width: 24.38rem;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 400px) {
  .coactive-panel {
      width:15.38rem;
  }
}

#titlebar_yellow{
  background: url("./images/pattern6-yll.png");
  border-top: solid 1px #fff;
  padding: 0 0 45px 0;
}
  #titlebar_yellow {
  border-top: dashed 1px #222628;
  box-shadow: inset 0px 1px 0px 0px #3e484a;
  padding: 35px 0 35px 0;
  color: #fff;
}
  #titlebar_yellow h2 {
      font-size: 2.25em;
      font-weight: 600;
      color: #000;
      margin: 0 0 0.25em 0;
  }
  #titlebar_yellow h3 {
  color: #373f42;
  font-size: 1.25em;
      font-weight: 500;
}

  #titlebar_yellow .bordered-feature-image {
      margin-bottom: 0;
  }

  #titlebar_yellow p {
      font-size: 2em;
      font-weight: 200;
      line-height: 1.25em;
      padding-right: 1em;
      margin: 0 0 1em 0;
  }

  #header_tip_yellow {
  position: relative;
  background: #ab7716 url("./images/avatar-pattern8.png");
  border-bottom: dashed 1px #fff;
  box-shadow: inset 0px -0px 0px 0px #51575a;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
}

  #header_tip_yellow > .container {
      position: relative;
      min-height: 15px;
  }

  #titlebar_lemon{
		background: url("./images/pattern3-aub.png");
		border-top: solid 1px #fff;
		padding: 0 0 45px 0;
	}
    #titlebar_lemon {
		border-top: dashed 1px #222628;
		box-shadow: inset 0px 1px 0px 0px #3e484a;
		padding: 35px 0 35px 0;
		color: #fff;
	}
    #titlebar_lemon h2 {
        font-size: 2.25em;
        font-weight: 600;
        color: #000;
        margin: 0 0 0.25em 0;
    }
    #titlebar_lemon h3 {
		color: #373f42;
		font-size: 1.25em;
        font-weight: 500;
	}

    #titlebar_lemon .bordered-feature-image {
        margin-bottom: 0;
    }

    #titlebar_lemon p {
        font-size: 2em;
        font-weight: 200;
        line-height: 1.25em;
        padding-right: 1em;
        margin: 0 0 1em 0;
    }

    #header_tip_lemon {
		position: relative;
		background: #c6d571 url("./images/avatar-pattern4.png");
		border-bottom: dashed 1px #fff;
		box-shadow: inset 0px -0px 0px 0px #51575a;
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
	}

    #header_tip_lemon > .container {
        position: relative;
        min-height: 15px;
    }