/*!
 * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/**
	REVIEW-specific stuff
*/

.reviews {
  position: relative;
}

.reviews .overall_rating .num {
  font-size: 30px;
  font-weight: bold;
  color: #F5A624;
}

.reviews .overall_rating .stars {
  letter-spacing: 3px;
  font-size: 32px;
  color: #F5A624;
  padding: 0 5px 0 10px;
}

.reviews .overall_rating .total {
  color: #777777;
  font-size: 14px;
}
.reviews .con {
  display: flex;
  align-items: center;
}

.reviews .con span {
  flex: 1;
}

.reviews .con label {
  font-weight: 600;
  padding: 0 10px;
  font-size: 14px;
}

.reviews .con .sort_by {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.reviews .write_review {
  display: none;
  padding: 20px 0 10px 0;
}

.reviews .write_review textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 150px;
  margin-top: 10px;
}

.reviews .write_review input {
  display: block;
  width: 250px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
}

.reviews .write_review input.rating {
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.reviews .write_review button {
  margin-top: 15px;
  cursor: pointer;
}

.reviews .write_review label {
  display: block;
  padding-top: 10px;
}

.reviews .write_review .stars {
  display: flex;
  padding: 5px 0;
}

.reviews .write_review .stars .star {
  padding-right: 5px;
  font-size: 28px;
  color: #d9d9d9;
  cursor: pointer;
}

.reviews .write_review .stars .star.selected {
  color: #F5A624;
}

.reviews .review {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.reviews .review .name {
  padding: 0 0 3px 0;
  margin: 0;
  font-size: 18px;
  color: #555555;
}

.reviews .review .rating {
  letter-spacing: 2px;
  font-size: 22px;
  color: #F5A624;
}

.reviews .review .date {
  color: #777777;
  font-size: 14px;
}

.reviews .review .content {
  padding: 5px 0;
}

.reviews .review .images img {
  margin-top: 10px;
  margin-right: 5px;
}

.reviews .review .images img:hover {
  cursor: pointer;
  opacity: 0.9;
}

.reviews .review .image img {
  margin-top: 5px;
  max-width: 100%;
}

.reviews .no_reviews {
  margin: 0;
  padding: 20px 0;
}

.reviews .pagination {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  align-items: center;
}

.reviews .pagination a {
  display: inline-flex;
  text-decoration: none;
  background-color: #5c606b;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 35px;
  transition: background-color .2s ease;
}

.reviews .pagination a:hover {
  background-color: #50545d;
  transition: background-color .2s ease;
}

.reviews .pagination div {
  display: inline-block;
  font-size: 14px;
  color: #777777;
  font-weight: bold;
  padding: 5px 10px;
}

.reviews .loader {
  display: inline-block;
  border: 2px solid #999;
  border-top: 2px solid #eee;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overflow-ellipsis p{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
header.masthead {
  padding-top: 8rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom, rgba(59, 85, 174, 0.2) 20%, rgba(59, 85, 174, 0.3) 80%), url("../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
header.masthead h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
div.atcpage{
	padding-top: 8rem;
	padding-bottom: calc(10rem - 4.5rem);
	background: linear-gradient(to bottom, rgba(59, 85, 174, 0.2) 20%, rgba(59, 85, 174, 0.3) 80%), url("../img/bg-masthead.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
    min-height: 100vh;
    padding-top: 4.5rem;
    padding-bottom: 0;	
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.5rem;
  }
}
#contact{
  background: linear-gradient(to bottom, rgba(30, 47, 105, 0.9) 20%, rgba(59, 85, 174, 0.8) 80%);
}
#drndsk a{
	color:#4f4f4f;
	font-family:sans-serif;
	font-size: 14px;
	font-weight:400;
	text-decoration:none;
	padding:5px 0;
}
#drndsk img{
	height:24px;
}
.blockquote{
	font-size: 0.875rem;
    font-weight: 300;
    border-left: 4px solid #007bff;
    padding: 1.25rem;
    background: white;
}
a.email b{
	display:none;
}