.logo-justify {
	background-color:transparent;
	width:90%;
	margin:auto;
	text-align:center;
	padding:10px;

}



.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*#region Main banner*/
/* This will be for the normal screen size, need to specify some media queries to place it accordingly */
.main-banner {
  background-color: #fea400;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 15px;
    height: auto;
    overflow-y: auto;
    background-image: linear-gradient(to bottom, #feb100, #ff9000);
    overflow: visible;
}
.main-banner-inner {
  background-color: #ffffff;
  margin: 0px;
  height: 385px;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 8px #e68200;
  -moz-box-shadow: 0 0 8px #e68200;
  box-shadow: 0 0 8px #e68200;
  position: relative;
  overflow: visible;
}
.main-banner-inner-middle {
  margin: auto 0px;
}
.main-banner-inner-middle h1 {
  color: #505050;
  font-weight: bold;
  font-size: 32px;
  text-shadow: 0px -1px 0px #eeeeee;
  line-height: 1.3em;
}
.main-banner-inner-middle h3 {
  font-weight: normal;
  font-size: 24px;
}
.slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  height: 385px;
  float: left;
  position: absolute;
  width: 100%;
}
.slide .slide-left {
  position: relative;
  z-index: 1;
  height: 385px;
}
.slide .slide-left img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-height: 385px;
  max-width: 1000%;
}
.slide .slide-middle {
  position: relative;
  z-index: 2;
  height: 385px;
}
.slide .slide-right {
  position: relative;
  z-index: 1;
  height: 385px;
}
.slide .slide-right img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-height: 385px;
  max-width: 1000%;
}
.slide-bills-by-mobile-1
{
    height: 370px;
}
.slide-bills-by-mobile-2
{
    height: 355px;
}
.slide-current-account-1b
{
    position: absolute;
    bottom: 0px;
    left: -2px;
    z-index: -1;
    height: 273px;
}
.slide-credit-checks-1
{
    height: 310px;
}
.slide-credit-checks-2
{
    height: 285px;
}
/* Big Screen */
@media (min-width: 1200px) 
{
    .slide-bills-by-mobile-1
{
    height: 370px;
}
.slide-bills-by-mobile-2
{
    height: 350px;
}
.slide-credit-checks-1
{
    height: 350px;
}
.slide-credit-checks-2
{
    height: 345px;
}
    .slide-current-account-1b
    {
        position: absolute;
        bottom: 0px;
        left: -62px;
        z-index: -1;
        height: 274px;
    }
    .main-banner-inner-middle h1 {
      font-size: 40px;
      line-height: 1.3em;
    }
    .main-banner-inner-middle h3 {
      font-weight: normal;
      font-size: 30px;
    }    
}
/* End big screen */
/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) 
{
    .slide-bills-by-mobile-2
    {
        left: 0px;
        right: auto;
        height: 95%;
    }
    .slide-credit-checks-2
    {
        left: 0px;
        right: auto;
        height: 95%;
    }
    .slide-current-account-2
    {
        left: 121px;
        right: auto;
        height: 377px;
    }
}
/* End portrait tablet */
/*#endregion*/
/*#region News ticker*/
.news-ticker {
  margin-top: 5px;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
    background-repeat: repeat-x;
    font-size: 12px;
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
}
.news-ticker-left {
  background-position: 0% 0%;
    float: left;
    padding: 8px 20px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1f1f1f;
    background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff000000', GradientType=0);
  border-color: #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #333333, #000000);
    background-attachment: scroll;
}
.news-ticker-left:hover,
.news-ticker-left:focus,
.news-ticker-left:active,
.news-ticker-left.active,
.news-ticker-left.disabled,
.news-ticker-left[disabled] {
  color: #ffffff;
  background-color: #000000;
  *background-color: #000000;
}
.news-ticker-left:active,
.news-ticker-left.active {
  background-color: #000000 \9;
}
.news-ticker-middle {
  float: left;
  padding: 8px 20px 8px;
  border-radius: 3px;
  color: #FFF;
  background-color: #1f1f1f;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #333333, #000000);
}
.news-ticker-right {
  background-position: 0% 0%;
    float: right;
    padding: 8px 20px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1f1f1f;
    background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff000000', GradientType=0);
  border-color: #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #333333, #000000);
    background-attachment: scroll;
}
.news-ticker-right:hover,
.news-ticker-right:focus,
.news-ticker-right:active,
.news-ticker-right.active,
.news-ticker-right.disabled,
.news-ticker-right[disabled] {
  color: #ffffff;
  background-color: #000000;
  *background-color: #000000;
}
.news-ticker-right:active,
.news-ticker-right.active {
  background-color: #000000 \9;
}
/*#endregion*/
/*#region Thumbnail gallery*/
#thumbnail-gallery-thumbnails-list {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 100%;
  overflow-y: auto;
}
#thumbnail-gallery-main-image-div {
  position: relative;
  margin-top: 15px;
  padding: 0px;
  width: 100%;
}
.thumbnail-gallery-main-image {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.thumbnail-gallery-thumbnail-list-item {
  width: 30%;
  margin-right: 1%;
  display: block;
  float: left;
  cursor: pointer;
}
.thumbnail-gallery-thumbnail-list-item.active .thumbnail-gallery-thumbnail-inactive {
  display: none;
}
.thumbnail-gallery-thumbnail-list-item.inactive .thumbnail-gallery-thumbnail-active {
  display: none;
}
.thumbnail-gallery-thumbnail-list-item-bottom
{
    margin-top: 22px;
}
#thumbnail-gallery-headings
{
    margin-left:5px;
    margin-top: 10px;
    float: left;
    min-height:70px;
}
#thumbnail-gallery-headings h4
{
    margin:0px 10px 0px 0px;
}
.thumbnail-gallery-text 
{
    margin-top: 15px;
  float: left;
}
.thumbnail-gallery-thumbnails-right {
  margin-top: 15px;
}
/*#endregion*/
/*#region Headed Box*/
.headed-box 
{
  background-color: #f6f6f6;
  border: 1px solid #DDD;
  -webkit-box-shadow: inset 0 0 3px #eeeeee;
  -moz-box-shadow: inset 0 0 3px #eeeeee;
  box-shadow: inset 0 0 3px #eeeeee;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.headed-box h1 {
  padding: 0px 10px;
  font-size: 1.25em;
  color: #FFF;
  margin: 0px 0px 10px 0px;
  background-color: #fea400;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #feb100, #ff9000);
}
.headed-box-content {
  padding: 10px;
}
/*#endregion*/
/*#region Homepage regions */
.image-watch {
  width: 134px;
  height: 186px;
  float: right;
}
/*#endregion*/
.row-content-paragraph-right {
  margin-top: 15px;
}

#ddSlide .slide-middle
{
    margin-top: 25px;
}

#ddSlide .slide-dd-2
{
    height: auto;
}

#ddStamp
{
    margin: auto;
}

#ddLogo
{
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 215px;
}

@media (max-width: 1199px)
{
    #ddSlide .slide-dd-1
    {
        width: 300px;
    }
    
    #ddSlide .slide-dd-2
    {
        width: 350px;
    }
}

@media (max-width: 991px)
{
    #ddSlide #ddLogo
    {
        width: 100px;
    }
}

@media (max-width: 767px) 
{
        
    .main-banner-inner, .slide, .slide .slide-left, .slide .slide-middle, .slide .slide-right
    {
        height: 365px;
    }
    
    #mainCarousel .item
    {
        min-height: 0;
        height: auto;
    }
    
    #mainCarousel h1, #mainCarousel h3
    {
        margin: 0px;
    }
    
    #ddLogo
    {
        bottom: 0px;
        right: 0px;
    }
    
    #ddSlide .slide-middle
    {
        margin-top: 0px;
    }
}

@-moz-document url-prefix() 
{
    .main-banner-inner-middle h3
    {
        padding-right: 20px;
    }
}

#liveChatContainer img 
{
    width: auto;
}

@media (max-width: 479px) 
{
    #liveChatContainer
    {
        display: none;
    }
}

@media (min-width: 480px) 
{
    #liveChatContainer img
    {
        height: 35px;
    }
}

@media (min-width: 768px) 
{
    #liveChatContainer img
    {
        height: 40px;
    }
}

@media (min-width: 960px) 
{
    #liveChatContainer img
    {
        height: 35px;
    }
}

@media (min-width: 1024px) 
{
    #liveChatContainer img
    {
        height: 40px;
    }
}

@media (min-width: 1200px) 
{
    #liveChatContainer img
    {
        height: 45px;
    }
}

@media (min-width: 1850px)
{
    #liveChatContainer img
    {
        height: 53px;
    }
}