@charset "utf-8";
/* FAQ New */
html {
  scroll-behavior: smooth;
}
.contain .faq {
	justify-content: left;
}
.toTop {
    text-align: center;
	width: 5rem;
    margin: 0 auto;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
	margin-top: 10px;
}
.toTop img {
	width: 5rem;
	max-width: initial;
}
.contain .mast {
  position: relative;
  background-color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: white;
  background-image: url("https://buxtonco.com/assets/images/about/brandHub-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 901px) {
	.contain .mast {
		height: 200px;
	}
}
.contain .fill {
    background-color: rgba(46, 61, 73, 0.4);
}
.buxton-brand .contain h1 {
    text-align: left;
}
.contain ul {
    list-style-position: outside;
    font-size: 1.3rem;
    line-height: 1.473;
    line-height: 1.5;
    color: #6d6d6d;
    padding-left: 1.5em;
    margin-top: 20px;
}
.contain ul li {
  list-style-type: none;
}
.faq ul li {
  list-style-type: disc;
  margin: 0 0 5px 0;
  padding: 0;
}
.guidelines {
	background-color: #70747d;
	text-align: center;
}
.guidelines h2 {
	color: #ffffff !important;
	padding: 40px 0 0 0;
}

.buxton-brand .contain h2 {
	font-size: 3.5rem;
	line-height: 1.17;
}
.buxton-brand .contain h1 {
	font-size: 5rem;
	line-height: 1;
	padding: 0;
	text-align: center;
	max-width: 800px;
	z-index: 2;
}
#guidelines p {
	color: #fff;
}
.branding p {
    padding: 0 45px;
    line-height: 1.5;
	max-width: 800px;
    margin: 0 auto;
}
.paddingTop-10 {
	padding-top: 10px !important;
}
#brand-content iframe {
	margin-top: -50px;
}
#brand-content .content {
	text-align: center;
}

/* To Top bounce animation */
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-10px);
		-ms-transform:     translateY(-10px);
		transform:         translateY(-10px)
	}
	60% {
		-webkit-transform: translateY(-5px);
		-ms-transform:     translateY(-5px);
		transform:         translateY(-5px)
	}
}

.toTop:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

/* Dropdown Menu */
.button-container {
	display: flex;
    padding: 15px;
}
#dropdown-container {
	margin: 0 auto;
    text-align: center;
    padding: 30px;
}
.dropdown-container {
	margin: 0 auto;
    text-align: center;
}
.dropbtn {
  background-color: #2e3d49;
  color: white;
  padding: 12px 18px;
  font-size: 16px;
  border: none;
}

.quick-links-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  /*min-width: 270px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;    
  font-size: 1.3rem;
  text-align: left;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.quick-links-dropdown:hover .dropdown-content {display: block;}

.quick-links-dropdown:hover .dropbtn {background-color: #222d36;}

@media (max-width: 768px) {
	#dropdown-container {
		padding-left: 32px;
		text-align: left;
	}
	#brand-content iframe {
		height: 400px;
	}
}
@media (max-width: 650px) {
	.quick-links-dropdown {
		margin: 0 5px;
	}
	.dropbtn {
		padding: 12px 10px;
		font-size: 12px;
	}
}
.bullet-emphasis {
	font-weight: bold;
	color: #1ce180;
}
#mast-paragraph {
	color: #ffffff;
    font-size: 2.5rem;
    padding-top: 1.2rem;
	max-width: 86%;
	z-index: 1;
	text-align: left;
}