/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-image-repeat {
  background: repeat;
}

.merchant-thumbnail {
	float: left;	
	padding-left:20px;
}

.merchant-logo-white {
	border-bottom: 1px solid #cdcdcd;
}

.bg-tbc-social {
  background-color: #fff7ef !important;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.social {
	padding-right: 15px;
}

.social-last {
	padding-right: 30px;	
}

.footer-text {
	font-size: 80%;
}

.footer-link {
	padding-right:15px;
}

footer a:hover {
	color: #fff;
}

hr.red {
	border-top: 3px solid #ee3123;
    text-align: center;
	max-width: 300px;
	margin: 5em auto 3em auto;
}

hr.speedbump {
	padding-bottom: 0.75em;
}

.scrollmenu {
  background-color: #fff7ef;
  overflow-x: auto;
  white-space: nowrap;
  position: fixed;
  z-index: 500;
  right: 0;
  left: 0;  
  text-align: center;
}

.scrollmenu a {
  display: inline-block;  
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.searchbox {
	margin-left: -13px;
}

.form-control-tbc-ca {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ee3123;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
} 

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

/*change the thinkness of the scrollbar here*/
  ::-webkit-scrollbar {
    width: 12px;
    height: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
    -webkit-border-radius: 10px;
    border-radius: 2px;
}

/*this is the little scrolly dealio in the bar*/ 
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #bfcfcc;
    height: 3px;
}
