@charset "UTF-8";
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.schedule .lds-roller {
  position: absolute;
  top: -9px;
  left: -8px;
  right: 0;
  margin: 0 auto;
  transform: scale(0.6);
}

.button-schedule.button-large .lds-roller {
  top: -4px;
  left: -3px;
}
.button-schedule .lds-roller {
  position: absolute;
  top: -12px;
  left: -11px;
  right: 0;
  margin: 0 auto;
  transform: scale(0.6);
}

.custom-list-style ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.custom-list-style ul li {
  position: relative;
  padding-left: 15px;
}
.custom-list-style ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #1C98F2;
}

.button-icon {
  position: relative;
  padding-left: 80px;
}
.button-icon .icon {
  display: block;
  position: absolute;
  height: 100%;
  width: 56px;
  background: #017ACC;
  top: 0;
  text-align: center;
  left: 0;
  padding-top: 5px;
}

.top-content {
  margin: 2% 0;
}
.top-content h1 {
  font-size: 50px;
  margin-bottom: 1%;
}

.map-text {
  display: inline-block;
  margin-left: 4px;
}

.button-schedule {
  position: relative;
  padding-left: 80px;
}
.button-schedule.button-small {
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  padding-right: 15px;
  font-size: 12px;
}
.button-schedule.button-small .icon {
  width: 40px;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button-schedule .icon {
  display: block;
  height: 100%;
  width: 56px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/collision/icon-calendar.svg?v=1");
  background-position: center;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-color: #017ACC;
}
.button-schedule.active {
  background-color: #FFE900;
  color: #000;
}
.button-schedule.active:hover, .button-schedule.active:focus {
  color: #000;
}
.button-schedule.active .icon {
  background-color: #566162;
  background-image: url("../images/collision/icon-basket.svg?v=1");
}
.button-schedule:hover {
  opacity: 0.9;
}
.button-schedule:hover, .button-schedule:focus {
  color: #fff;
}

.button-holder:before {
  content: "";
  clear: both;
}

.schedule-button-holder {
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.schedule-button-holder:hover .schedule-text.on {
  opacity: 1;
  visibility: visible;
}
.schedule-button-holder .schedule-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all ease 0.2s;
  width: 200px;
  padding: 10px;
  left: 0;
  top: 100%;
  background-color: #F4F4F4;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  border: 3px solid #F9E700;
  z-index: 2;
  margin-top: 10px;
}
.schedule-button-holder .schedule-text a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  line-height: normal;
  height: auto !important;
  width: inherit !important;
  font-size: 12px;
  text-transform: uppercase;
  color: #017ACC;
  background: none !important;
}
.schedule-button-holder .schedule-text:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #F9E700 transparent;
  position: absolute;
  top: -11px;
  left: 10px;
}

.schedule {
  position: relative;
}
.schedule:hover .schedule-text.on {
  opacity: 1;
  visibility: visible;
}
.schedule .schedule-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all ease 0.2s;
  width: 200px;
  padding: 10px;
  right: 0;
  background-color: #F4F4F4;
  color: #000;
  z-index: 2;
  font-size: 12px;
  line-height: 18px;
  border: 3px solid #F9E700;
}
.schedule .schedule-text a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  line-height: normal;
  height: auto !important;
  width: inherit !important;
  font-size: 12px;
  text-transform: uppercase;
  color: #017ACC;
  background: none !important;
}
.schedule .schedule-text:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #F9E700 transparent;
  position: absolute;
  top: -11px;
  right: 10px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.infoBox img {
  z-index: 99;
}

.schedule-form ul.dropdown-menu {
  min-width: 230px;
}

.reset-filter {
  font-family: "Merriweather";
  font-size: 13px;
  background-color: #F4F4F4;
  color: #000;
  padding: 5px 10px;
  text-decoration: none !important;
  display: inline-block;
}
.reset-filter:hover {
  background-color: #F9E700;
}

.submission-form .dropdown ul.dropdown-menu {
  width: 100%;
}

.submission-form .dropdown ul.dropdown-menu,
nav .dropdown ul.dropdown-menu {
  padding-left: 5px;
}
.submission-form .dropdown ul.dropdown-menu li,
nav .dropdown ul.dropdown-menu li {
  color: #808080;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 36px !important;
  position: relative;
  margin-bottom: 10px;
}
.submission-form .dropdown ul.dropdown-menu li input[type=checkbox],
nav .dropdown ul.dropdown-menu li input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 28px;
  width: 28px;
  left: 0;
  top: 0;
  z-index: 2;
}
.submission-form .dropdown ul.dropdown-menu li input[type=checkbox]:hover ~ span:before,
nav .dropdown ul.dropdown-menu li input[type=checkbox]:hover ~ span:before {
  background-color: #ccc;
}
.submission-form .dropdown ul.dropdown-menu li input[type=checkbox]:checked ~ span:before,
nav .dropdown ul.dropdown-menu li input[type=checkbox]:checked ~ span:before {
  background-color: #F9E700;
}
.submission-form .dropdown ul.dropdown-menu li input[type=checkbox]:checked ~ span:after,
nav .dropdown ul.dropdown-menu li input[type=checkbox]:checked ~ span:after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.submission-form .dropdown ul.dropdown-menu li input[type=checkbox] ~ span,
nav .dropdown ul.dropdown-menu li input[type=checkbox] ~ span {
  font-family: "Merriweather";
  display: inline-block;
  color: #808080 !important;
  font-size: 13px;
}
.submission-form .dropdown ul.dropdown-menu li input[type=checkbox] ~ span:before,
nav .dropdown ul.dropdown-menu li input[type=checkbox] ~ span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #F6F6F6;
}
.submission-form .dropdown ul.dropdown-menu li input[type=checkbox] ~ span:after,
nav .dropdown ul.dropdown-menu li input[type=checkbox] ~ span:after {
  content: "";
  position: absolute;
  display: block;
  left: 10px;
  top: 6px;
  width: 7px;
  height: 13px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}

section.hosts-list {
  position: relative;
  min-height: 400px;
}
section.hosts-list .side-title {
  margin-top: 20px;
}
section.hosts-list .company-item-list-footer {
  left: -57px;
  top: -14px;
}
section.hosts-list .hosts-time {
  margin-bottom: 50px;
  position: relative;
}
section.hosts-list .hosts-time .side-title {
  margin-right: -10px;
}

section.host-banner {
  position: relative;
}
section.host-banner .container {
  display: table;
  width: 100%;
  height: 100%;
}
section.host-banner .container > .row {
  display: table-cell;
  vertical-align: middle;
}
section.host-banner .content {
  color: #fff;
}
section.host-banner .content .date {
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  height: 90px;
  width: 70px;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../images/collision/icon-date.png");
}
section.host-banner .content .date .month {
  padding-top: 5px;
}
section.host-banner .content .date .day {
  font-size: 32px;
  line-height: 1;
}
section.host-banner .content .time {
  display: inline-block;
  margin: 20px 0;
  font-weight: bold;
  line-height: normal;
  font-size: 25px;
  letter-spacing: -0.02em;
}
section.host-banner .content .time .hours .text:after {
  content: ",";
}
section.host-banner .content .time .hours .text:last-child:after {
  content: none;
}
section.host-banner .content .time i {
  color: #F9E700;
  margin-right: 10px;
}
section.host-banner .content .title {
  display: inline-block;
  margin: 40px 0 10px;
  text-transform: uppercase;
  font-size: 70px;
}
section.host-banner .content .address {
  display: inline-block;
  font-size: 28px;
}

section.host-content {
  position: relative;
  margin: 25px 0 50px;
}
section.host-content .button-edit {
  margin-bottom: 10px;
  cursor: pointer;
}
section.host-content .button-edit .icon {
  padding-top: 0;
}
section.host-content .button-edit.active {
  background-color: #FFE900;
  color: #000;
}
section.host-content .button-edit.active .icon {
  background-color: #444;
  color: #fff;
}
section.host-content .button-edit.active .icon .fa-pencil:before {
  content: "";
}
section.host-content article.host-article {
  padding-right: 40px;
}
section.host-content article.host-article .images .image {
  margin: 0 0 30px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.host-content article.host-article .images .image.image-large {
  margin-top: 0;
  height: 445px;
  width: 100%;
  max-width: 740px;
}
section.host-content article.host-article .images .image.image-small {
  height: 240px;
  width: 100%;
  max-width: 355px;
}
section.host-content article.host-article .images .box {
  text-align: center;
  position: relative;
  margin: 0 0 30px;
  display: block;
  height: 200px;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
section.host-content article.host-article .images .box.up {
  padding-top: 39%;
}
section.host-content article.host-article .images .box.up .box-label {
  top: 38px;
  right: 0;
}
section.host-content article.host-article .images .box.up .box-label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 38px 38px;
  border-color: transparent transparent #f9e800 transparent;
  top: -38px;
  right: 0;
}
section.host-content article.host-article .images .box.down {
  padding-top: 11%;
  background-color: #424A4B;
}
section.host-content article.host-article .images .box.down .box-label {
  bottom: 38px;
  left: 0;
}
section.host-content article.host-article .images .box.down .box-label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 38px 0 0;
  border-color: #f9e800 transparent transparent transparent;
  bottom: -38px;
  left: 0;
}
section.host-content article.host-article .images .box.down .box-title {
  color: #fff;
}
section.host-content article.host-article .images .box .box-label {
  position: absolute;
  background: #FFE900;
  width: calc(100% - 30px);
  line-height: 1;
  padding: 10px 30px;
  text-align: center;
  font-size: 40px;
  color: #000;
  font-weight: 900;
}
section.host-content article.host-article .images .box .box-title {
  font-family: "Open-Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 20px;
  color: #808080;
}
section.host-content aside.host-sidebar {
  max-width: 370px;
  position: relative;
}
section.host-content aside.host-sidebar .title-holder {
  height: 56px;
  display: table;
}
section.host-content aside.host-sidebar .title-holder .title {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  position: relative;
  padding-left: 75px;
  font-size: 24px;
}
section.host-content aside.host-sidebar .title-holder .title .logo-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  display: table;
}
section.host-content aside.host-sidebar .title-holder .title .logo-holder .logo {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
section.host-content aside.host-sidebar .button-holder {
  margin: 25px 0;
}
section.host-content aside.host-sidebar .info {
  margin-top: 40px;
  border-top: 1px solid #CBCBCB;
}
section.host-content aside.host-sidebar .info h4 {
  margin-top: 40px;
}
section.host-content aside.host-sidebar .info .red {
  color: #F0483C;
}
section.host-content aside.host-sidebar .info .boxes .box {
  margin: 10px 0;
}
section.host-content aside.host-sidebar .info .boxes .box i {
  width: 25px;
  color: #1C98F2;
  font-size: 22px;
}
section.host-content aside.host-sidebar .info .boxes .box .text {
  font-size: 14px;
  color: #000;
}
section.host-content aside.host-sidebar .info .goals {
  display: inline-block;
  background: #1DA3FD;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin: 15px 0 0;
}
section.host-content aside.host-sidebar .info .description {
  font-size: 15px;
  color: #1A1A1A;
  margin: 10px 0;
}

section.form-alert {
  margin: 25px 0;
}

section.host-map {
  position: relative;
  width: 100%;
}
section.host-map #map {
  background-color: #444;
  height: 700px;
  width: 100%;
}
section.host-map .map-label {
  padding: 20px 0;
}

section.modal {
  z-index: 999999;
}
section.modal .modal-header {
  background: #000;
  color: #f9e700;
  text-transform: uppercase;
}
section.modal .modal-content {
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
}
section.modal button.close {
  color: #fff;
  background-color: transparent;
  opacity: 1;
}
section.modal .submission-form {
  margin: 0 auto;
}
section.modal .submission-form textarea {
  height: 150px;
}
section.modal .submission-form textarea:focus {
  height: 100%;
}
section.modal .submission-form input[type=file] {
  margin-top: 20px;
}
section.modal .submission-form .form-image {
  height: 100px;
  max-width: 285px;
  width: 100%;
  overflow: hidden;
  margin: 10px 0 15px;
}
section.modal .submission-form .form-logo {
  height: 80px;
  width: 80px;
  overflow: hidden;
  margin: 10px 0 15px;
}
section.modal .submission-form .form-banner {
  height: 80px;
  max-width: 285px;
  width: 100%;
  overflow: hidden;
  margin: 10px 0 15px;
}
section.modal .submission-form .form-label {
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background: #F6F6F6;
  letter-spacing: 1px;
  padding: 0 10px;
  display: block;
}
section.modal .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
section.modal .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.hide-block {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
}

.hidden-block {
  display: none !important;
}

.ico-datepicker {
  background: url("../images/icon-picker-cal.png") no-repeat 98% 50% !important;
}

section.hosts-logos {
  position: relative;
  margin: 80px 0 100px;
}
section.hosts-logos .logos {
  text-align: center;
}
section.hosts-logos .logos .logo {
  display: inline-block;
  margin: 0 15px 30px;
}

section.boxes {
  position: relative;
  margin: 80px 0;
}
section.boxes h2 {
  font-size: 40px;
}
section.boxes .box {
  margin: 50px 0;
  display: block;
  color: #fff;
  position: relative;
  height: 420px;
}
section.boxes .box:hover .image:after {
  background: #1C98F2;
  opacity: 1;
}
section.boxes .box .image {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
section.boxes .box .image:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+53&0+0,0.65+52,0.85+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 52%, rgba(0, 0, 0, 0.65) 53%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 52%, rgba(0, 0, 0, 0.65) 53%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 52%, rgba(0, 0, 0, 0.65) 53%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#d9000000",GradientType=0 );
  /* IE6-9 */
}
section.boxes .box .content {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  padding: 30px 25px;
}
section.boxes .box .content .title {
  margin-left: -35px;
  background-color: #FFE900;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  padding: 8px 10px 11px 25px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  transition: all ease 0.5s;
}
section.boxes .box .content .title:before {
  transition: all ease 0.5s;
  content: "";
  position: absolute;
  top: -9px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: -1;
  border-width: 0 0 9px 10px;
  border-color: transparent transparent #9b7f31 transparent;
}
section.boxes .box .content .title:after {
  z-index: 2;
  transition: all ease 0.5s;
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 13px 0 0;
  border-color: #FFE900 transparent transparent transparent;
}
section.boxes .box .content .text {
  font-weight: 500;
  line-height: 2;
}

section.boxes-full {
  position: relative;
  margin: 0;
  z-index: 4;
}
section.boxes-full .section-title {
  max-width: 1000px;
  margin: -60px auto 0;
  text-align: left;
  line-height: 42px;
  font-size: 24px;
  font-weight: 400;
}
section.boxes-full .line {
  height: 4px;
  background-color: #000;
  margin: 50px 0 20px;
}
section.boxes-full .box {
  margin: 50px 0;
  display: block;
  color: #000;
  position: relative;
  height: 420px;
}
section.boxes-full .box:hover .image:after {
  background: #1C98F2;
  opacity: 1;
}
section.boxes-full .box .image {
  position: relative;
  height: 270px;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
section.boxes-full .box .content {
  margin: 0 auto;
  position: relative;
}
section.boxes-full .box .content .title {
  margin: 20px 0 10px;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  position: relative;
}
section.boxes-full .box .content .text {
  line-height: 24px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}
section.boxes-full .box .content .button-blue:hover {
  opacity: 0.8;
}

section.form {
  margin: 150px 0 0;
}
section.form h1 {
  font-size: 50px;
}
section.form .form-title {
  margin-bottom: 140px;
}
section.form .submission-form {
  max-width: 100%;
}
section.form .submission-form .input {
  background-color: #FDFDFD;
}

section.columns {
  margin: 50px 0;
}
section.columns .section-title {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
section.columns .columns-holder {
  margin: 50px auto;
}
section.columns .columns-holder .column:nth-child(even) .col-md-6 {
  float: right;
}
section.columns .columns-holder .column:nth-child(even) .content-holder {
  float: right;
}
section.columns .columns-holder .column:nth-child(odd) .image-holder {
  float: right;
}
section.columns .column {
  margin: 25px 0 50px;
}
section.columns .column .content-holder {
  padding: 60px 0;
  max-width: 550px;
}
section.columns .column .content-holder .content {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 20px;
}
section.columns .column .image-holder {
  max-width: 550px;
  position: relative;
}
section.columns .column .image-holder .rounded {
  border-radius: 6px;
}
section.columns .column .description {
  top: 40px;
  position: absolute;
  margin-left: -10px;
  background-color: #FFE900;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  padding: 8px 10px 11px 25px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 280px;
  line-height: 1;
  transition: all ease 0.5s;
}
section.columns .column .description:before {
  transition: all ease 0.5s;
  content: "";
  position: absolute;
  top: -9px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 10px;
  border-color: transparent transparent #9b7f31 transparent;
}
section.columns .column .description:after {
  z-index: 2;
  transition: all ease 0.5s;
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 13px 0 0;
  border-color: #FFE900 transparent transparent transparent;
}
section.columns .column .text {
  color: #1C98F2;
  font-weight: bold;
  margin-top: 10px;
}
section.columns .column .buttons-holder .button-blue {
  margin-right: 5px;
  margin-bottom: 15px;
}

section.content-top {
  z-index: 10;
  position: relative;
}
section.content-top article {
  max-width: 1000px;
  margin: -60px auto 0;
  text-align: left;
  line-height: 42px;
  font-size: 24px;
  font-weight: 400;
}
section.content-top article p {
  margin-bottom: 10px;
}
section.content-top article p strong {
  background: #000;
  line-height: 1;
  box-shadow: none;
  margin-left: 0;
  color: #FFE900;
  font-weight: 500;
  padding: 0 5px;
}
section.content-top .line {
  height: 4px;
  background-color: #000;
  margin: 50px 0 20px;
}

section.content-bottom {
  z-index: 10;
  position: relative;
}
section.content-bottom article {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 42px;
  font-size: 24px;
  font-weight: 400;
}
section.content-bottom article p {
  margin-bottom: 10px;
}
section.content-bottom article p strong {
  background: #000;
  line-height: 1;
  box-shadow: none;
  color: #FFE900;
  font-weight: 500;
  padding: 0 5px;
  margin: 0 5px;
}
section.content-bottom .line {
  height: 4px;
  background-color: #000;
  margin: 25px 0 50px;
}

@media (min-width: 0px) and (max-width: 1600px) {
  section.content-top article {
    margin-top: 40px;
  }
}
@media (min-width: 0px) and (max-width: 1199px) {
  section.host-map #map {
    height: 400px;
  }

  section.host-banner .content .title {
    font-size: 50px;
  }

  section.content-top article {
    margin-top: 35px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  section.host-map #map {
    height: 300px;
  }

  section.host-banner.contact-top-banner.smaller {
    height: 480px;
    padding-top: 80px;
  }

  section.host-banner .content .time {
    font-size: 20px;
  }

  section.host-content article.host-article {
    padding-right: 0;
  }

  section.host-banner .content .title {
    font-size: 26px;
  }

  section.host-banner .content .address {
    font-size: 16px;
  }

  section.host-content article.host-article .images .image.image-large {
    height: 250px;
  }

  section.host-content article.host-article .images .image.image-small {
    height: 250px;
  }

  section.host-content {
    padding: 30px 0;
    margin: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .schedule-form .support-company-nav #filterForm .dropdown.medium button {
    width: 161px;
  }

  .hosts-list .support-company-list > li {
    min-height: 150px;
    padding-left: 40px;
    height: inherit;
    position: relative;
  }

  .hosts-list .company-item-list-footer {
    display: block;
    left: 0;
    padding-right: 5px;
    position: absolute;
    top: 15px;
    width: 37px;
  }

  section.content-bottom article {
    line-height: 1.6;
    font-size: 18px;
  }

  section.content-top article {
    margin-top: 35px;
    line-height: 1.6;
    font-size: 18px;
  }

  section.columns {
    margin: 25px 0;
  }

  section.columns .section-title {
    font-size: 24px;
    line-height: 30px;
  }

  section.columns .column .content-holder {
    padding: 0 0 30px;
  }

  section.columns .column .description {
    font-size: 20px;
    max-width: 220px;
  }

  section.columns .column .description:after {
    border-width: 40px 13px 0 0;
  }

  section.columns .column .content-holder h2 {
    font-size: 26px;
  }

  section.columns .column .content-holder .content {
    font-size: 15px;
  }

  section.columns .column .buttons-holder .button-blue {
    padding: 0 20px;
  }

  .contact-top-banner.collision .post-title h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .contact-top-banner.collision .post-title h1 {
    font-size: 50px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .schedule-form .support-company-nav .right-side {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .schedule-form .support-company-nav #filterForm .dropdown.medium button {
    width: 100%;
  }
  .schedule-form .support-company-nav .dropdown {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }

  .support-company-list.list-view > li {
    padding-left: 50px;
  }

  .support-company-list.list-view > li .col-md-10 {
    margin-bottom: 10px;
  }

  .hosts-time .company-item-list-footer {
    display: block;
    left: 0px;
    padding-right: 5px;
    position: absolute;
    top: 20px;
    width: 37px;
  }

  section.hosts-list .hosts-time .col-xs-6 {
    width: 100%;
  }

  .collision-featured h2 {
    font-size: 30px;
  }

  section.boxes h2 {
    font-size: 24px;
  }

  section.boxes .box {
    max-width: 400px;
  }

  section.boxes {
    margin: 25px 0;
  }

  .host-cont {
    max-width: 400px;
  }

  section.hosts-logos .logos .logo {
    margin: 0 10px 30px;
  }

  section.hosts-logos {
    margin: 25px 0;
  }

  .top-content {
    margin: 25px 0;
  }

  .top-content h1 {
    font-size: 40px;
    margin-bottom: 1%;
  }

  .contact-top-banner.collision .post-title h1 {
    font-size: 45px;
    line-height: 45px;
  }

  section.content-bottom article {
    line-height: 1.6;
    font-size: 18px;
  }

  section.content-top article {
    margin-top: 35px;
    line-height: 1.6;
    font-size: 18px;
  }

  section.columns {
    margin: 25px 0;
  }

  section.columns .section-title {
    font-size: 24px;
    line-height: 30px;
  }

  section.columns .column .content-holder {
    padding: 20px 0 30px;
  }

  section.columns .column .description {
    font-size: 20px;
    max-width: 220px;
  }

  section.columns .column .description:after {
    border-width: 40px 13px 0 0;
  }

  section.columns .column .content-holder .content {
    font-size: 16px;
  }

  section.columns .column .content-holder h2 {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .collision-featured .col-xs-6 {
    width: 100%;
  }

  section.hosts-list .col-xs-6 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}

/*# sourceMappingURL=collision.css.map */
