.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.ml-1 {
  margin-left: 1rem; }

.ml-2 {
  margin-left: 2rem; }

.ml-3 {
  margin-left: 3rem; }

.mr-1 {
  margin-right: 1rem; }

.mr-2 {
  margin-right: 2rem; }

.mr-3 {
  margin-right: 3rem; }

* {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

ul {
  list-style: none; }

img {
  display: block; }

a {
  text-decoration: none;
  color: inherit; }

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased; }

.wrap {
  max-width: 1456px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex; }

p::-moz-selection {
  background-color: #f46030; }

p::selection {
  background-color: #f46030; }

h1::-moz-selection {
  background-color: #f46030; }

h1::selection {
  background-color: #f46030; }

.primary__text ul li {
  margin: 10px 0;
  margin-left: 0px;
  font-family: "Roboto", sans-serif;
  list-style: square;
  margin-left: 20px;
  padding-left: 10px;
  color: #363636; }

.orange-link-btn {
  padding: 10px 1.25rem;
  display: inline-block;
  background: #f46030;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 28px; }
  .orange-link-btn i {
    margin-left: 8px;
    opacity: 0.45; }
  .orange-link-btn:hover {
    opacity: 0.85; }

.feature-fw {
  width: 100%;
  height: auto;
  position: relative; }

.feature-fw__image {
  width: 100%;
  height: auto; }

.feature-fw__info {
  position: absolute;
  bottom: 1rem;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .feature-fw__info h1 {
    padding: 1rem 2rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: -0.015rem;
    margin-bottom: -6px; }
  .feature-fw__info h3 {
    padding: 0.4rem 2rem;
    background: #f46030;
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
    min-width: 370px; }

@media screen and (max-width: 768px) {
  .feature-fw h1 {
    padding: 0.25rem 1rem;
    font-size: 2.5rem; }
  .feature-fw h3 {
    padding: 0.4rem 1rem;
    font-size: 1rem; } }
@media screen and (max-width: 480px) {
  .feature-fw h1 {
    padding: 0.25rem 1rem;
    font-size: 1.5rem; }
  .feature-fw h3 {
    display: none; }

  .feature-fw__info {
    bottom: 6px;
    display: block;
    width: 100%; } }
.header__main {
  width: 100%;
  height: 130px; }
  .header__main .wrap {
    padding: 0 1em;
    justify-content: space-between;
    align-items: center;
    position: relative; }

.header__logo {
  height: auto;
  width: 100%;
  max-width: 240px;
  min-width: 15%; }
  .header__logo img {
    width: 100%;
    height: 100%; }

.header__search {
  width: 42px;
  height: 37px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f46030;
  color: white;
  cursor: pointer; }
  .header__search i:hover {
    opacity: 0.8; }

.header__search-area {
  height: 130px;
  max-width: 0;
  width: calc(100vw - (240px + 6rem));
  display: flex;
  position: absolute;
  right: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.225s; }
  .header__search-area input {
    height: 100%;
    width: 90%;
    border: none;
    padding: 3% 4%;
    background: #fff;
    color: #37383b;
    font-weight: 700;
    font-size: 2rem; }
    .header__search-area input::placeholder {
      color: #b6b7bb; }
    .header__search-area input:focus {
      outline: none; }
  .header__search-area button {
    height: 100%;
    width: 10%;
    min-width: 50px;
    border: none;
    font-size: 2rem;
    background: #fff;
    cursor: pointer; }
    .header__search-area button i {
      color: #37383b;
      transform: scale(0.5);
      transition: transform ease-in-out 0.225s; }
    .header__search-area button:focus {
      outline: none; }

.header__search-area.visible {
  max-width: calc(1200px - 6rem);
  opacity: 1;
  visibility: visible; }
  .header__search-area.visible button i {
    transform: scale(1); }

.header__lower {
  height: 40px;
  padding: 0;
  background: #37383b;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 400;
  line-height: 25px; }
  .header__lower .wrap {
    justify-content: flex-end; }

.header__link {
  margin-right: 2em;
  display: flex;
  align-items: center;
  text-transform: uppercase; }
  .header__link:hover {
    opacity: 0.8; }
  .header__link i {
    margin-right: 0.5em; }

.social-links {
  display: flex;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 25px;
  margin-right: 7px; }
  .social-links li {
    margin: 0.5rem; }

.social-links__twitter:hover {
  color: #f46030; }

.social-links__facebook:hover {
  color: #f46030; }

.social-links__instagram:hover {
  color: #f46030; }

@media screen and (max-width: 1024px) {
  .header__search-area {
    width: calc(100vw - (240px + 10rem)); } }
@media screen and (max-width: 768px) {
  .header__search-area {
    width: calc(100vw - 8rem); }
    .header__search-area input {
      font-size: 1.2rem; }

  .header__main .wrap {
    padding: .75em 1em; }

  .header__main {
    height: auto; }

  .header__search-area.visible {
    height: 109px; } }
@media screen and (max-width: 480px) {
  .header__logo {
    max-width: 160px; }

  .header__search-area.visible {
    height: 70px; }

  .header__link p {
    display: none; } }
.nav__main {
  height: 100%;
  display: flex;
  align-items: center; }

.nav__list {
  height: 100%;
  margin-right: 2em;
  display: inline-flex;
  align-items: center; }

.nav__item {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 25px;
  color: #37383b; }
  .nav__item:not(:last-child) {
    border-right: 3px solid #f46030; }
  .nav__item:hover {
    color: #f46030; }

.header__lower {
  height: 40px;
  padding: 0;
  background: #37383b;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 400;
  line-height: 25px; }
  .header__lower .wrap {
    justify-content: flex-end; }

.header__link {
  margin-right: 2em;
  display: flex;
  align-items: center; }
  .header__link:hover {
    opacity: 0.8; }
  .header__link i {
    margin-right: 0.5em; }

.social-links {
  display: flex;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 25px; }
  .social-links li {
    margin: 0.5rem; }

@media screen and (max-width: 1200px) {
  .nav__item {
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.25rem; } }
@media screen and (max-width: 1024px) {
  .nav__list {
    display: none; }

  .header__search {
    margin-right: 2rem; } }
.content {
  margin: 0.25rem 0;
  background: #efefef; }
  .content .wrap {
    flex-direction: column;
    background: #ffffff;
    border-left: 4px solid white;
    border-right: 4px solid white;
    	 /* -webkit-box-shadow: 0px 0px 104px -65px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 104px -65px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 104px -65px rgba(0,0,0,0.75); */ }

.download {
  display: inline-block;
  background: #f46030;
  padding: 9px 15px;
  margin-top: 10px;
  font-weight: bold;
  color: white; }
  .download a:hover {
    text-decoration: underline; }

.footer {
  width: 100%;
  background: #37383b;
  color: white; }
  .footer .wrap {
    flex-wrap: wrap; }

.footer__main,
.footer__sub {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.footer__contact-links {
  max-width: 964px;
  width: calc(((100vw / 3) * 2) + 4px);
  padding: 2rem;
  display: flex;
  font-size: 1.5rem;
  text-transform: uppercase; }

.footer__newsletter {
  margin-right: 2em;
  display: flex; }
  .footer__newsletter p {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #f46030;
    display: inline-block;
    font-weight: 900;
    letter-spacing: -0.015rem; }
  .footer__newsletter a {
    font-weight: 300;
    letter-spacing: -0.03rem; }
  .footer__newsletter span {
    font-weight: 300; }

.footer__newsletter:hover > span {
  color: #f46030; }

.footer__phone {
  background: url("../images/speech-bubble.svg") no-repeat 0px 5px;
  background-size: auto;
  padding-left: 40px;
  background-size: 30px; }
  .footer__phone p {
    display: inline-block;
    font-weight: 400;
    font-size: 22px; }

.footer__social-links {
  max-width: 480px;
  padding: 2rem 2rem 2rem 1rem;
  display: flex;
  font-size: 26px; }
  .footer__social-links p {
    margin-right: 2rem;
    font-weight: 900;
    letter-spacing: -0.015rem; }
  .footer__social-links a {
    margin: 0 1rem;
    color: #f46030; }

.footer__sub {
  color: #c7c7c7;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.1rem; }

.footer__address {
  width: calc(((100vw / 3) * 2) + 4px);
  padding: 0 2rem 2rem 2rem;
  display: flex;
  align-items: center; }
  .footer__address p {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #f46030; }
  .footer__address a {
    color: #fff; }

.footer__privacy {
  padding: 0 2rem 2rem 1rem;
  display: flex;
  align-items: center;
  font-size: 13px;
  white-space: nowrap; }
  .footer__privacy p {
    margin-right: 8px; }
  .footer__privacy a:first-of-type {
    margin-left: 10px;
    border-left: 1px solid #f46030;
    padding-left: 10px; }
  .footer__privacy a:hover {
    opacity: 0.8; }

@media screen and (max-width: 1200px) {
  .footer__address {
    flex-direction: column;
    align-items: flex-start; }
    .footer__address p {
      margin-bottom: 0.5em;
      border: none; }

  .footer__social-links p {
    margin-right: 1em;
    white-space: nowrap; }

  .footer__privacy {
    flex-wrap: wrap; }
    .footer__privacy p {
      width: 100%;
      margin-bottom: 0.25rem; } }
@media screen and (max-width: 1024px) {
  .footer__main,
  .footer__sub {
    flex-direction: column; }

  .footer__contact-links,
  .footer__social-links,
  .footer__address,
  .footer__privacy {
    width: 100%; }

  .footer__contact-links,
  .footer__social-links {
    padding: 1rem 2rem; }

  .footer__address p {
    margin-bottom: 1rem; }

  .footer__social-links,
  .footer__privacy {
    padding-left: 2rem; } }
@media screen and (max-width: 768px) {
  .footer__contact-links {
    flex-direction: column; }

  .footer__newsletter {
    margin-bottom: 0.5rem; } }
@media screen and (max-width: 480px) {
  .footer__contact-links,
  .footer__social-links,
  .footer__address,
  .footer__privacy {
    padding: 1.25rem; }

  .footer__newsletter {
    margin-right: 0; } }
.nav__sub-menu {
  width: 100%;
  max-width: 1456px;
  padding-top: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  z-index: 5;
  padding-bottom: 20px; }
  .nav__sub-menu:before {
    content: "";
    height: 92px;
    width: 100%;
    margin-top: -92px;
    display: block; }

.nav__item:hover .nav__sub-menu {
  visibility: initial;
  opacity: 1; }

.nav__sub-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-box-shadow: 0px -4px 48px -27px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px -4px 48px -27px rgba(0, 0, 0, 0.53);
  box-shadow: 0px -4px 48px -27px rgba(0, 0, 0, 0.53); }

.sub-menu__item {
  width: calc((100% - 8px) / 3);
  max-width: 480px;
  padding: 1.8rem 2rem 0;
  color: #363636; }
  .sub-menu__item:not(:last-child) {
    border-right: 4px solid #fff;
    max-width: 484px;
    width: calc(((100% - 8px) / 3) + 4px); }
  .sub-menu__item a:hover {
    opacity: 0.8; }

.sub-menu__title {
  margin-bottom: 1rem;
  font-weight: 900;
  font-size: 1.25rem; }

.sub-menu__image {
  position: relative; }
  .sub-menu__image img {
    width: 100%; }

.sub-menu__image-title {
  padding: 0px 12px;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-transform: initial;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.015rem;
  pointer-events: none; }

.sub-menu__list,
.sub-menu__event,
.sub-menu__text {
  margin: 0.5rem 0 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.015rem;
  line-height: 25px;
  text-transform: initial; }

.sub-menu__list-item {
  margin: 0.6rem 0; }

.fixed {
  position: fixed;
  overflow: hidden; }

.mobile-menu-button {
  height: 18px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  z-index: 4;
  font-size: 3rem;
  cursor: pointer; }
  .mobile-menu-button .bar {
    height: 4px;
    width: 28px;
    background: black;
    transition: all ease-in-out 0.15s; }
  .mobile-menu-button.button-active {
    display: flex; }

.mobile-menu-button.button-active .bar {
  background: #fff; }
  .mobile-menu-button.button-active .bar:nth-child(1) {
    transform: rotate(45deg) translateY(10px); }
  .mobile-menu-button.button-active .bar:nth-child(2) {
    display: none; }
  .mobile-menu-button.button-active .bar:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px); }

.mobile-menu {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(244, 96, 48, 0.95);
  color: white;
  z-index: 3;
  opacity: 0;
  visibility: hidden; }

.menu-visible {
  opacity: 1;
  visibility: visible; }

.mobile-menu__list {
  font-size: 1.7rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center; }

.mobile-menu__item {
  margin: 2vh 0; }

@media screen and (max-width: 1024px) {
  .mobile-menu-button {
    display: inline-flex; } }
.feature {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between; }

.mr-4 {
  margin-right: 4px; }

.mb-4 {
  margin-bottom: 4px; }

.feature__image {
  max-width: 964px;
  width: calc((((100% - 8px) / 3) * 2) + 4px);
  position: relative; }
  .feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .feature__image img:hover {
      opacity: 0.9; }

.feature__title {
  padding: 11px 2rem;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 1em;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 900;
  line-height: 2.25rem;
  letter-spacing: -0.015rem;
  pointer-events: none; }
  .feature__title img {
    max-height: 30px;
    max-width: 40px;
    margin-bottom: -4px;
    display: inline-block;
    opacity: 0.25;
    height: 100%;
    object-fit: cover; }

.size-full {
  max-width: 100%;
  height: auto; }

.feature__articles {
  max-width: 480px;
  width: calc(((100% - 8px) / 3) * 1);
  display: flex;
  flex-direction: column; }

.feature__article {
  width: 100%;
  position: relative; }
  .feature__article:hover {
    opacity: 0.9; }
  .feature__article img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .feature__article p {
    padding: 1rem;
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 1rem;
    background: #fff;
    opacity: 0.65;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.015rem;
    line-height: 26px; }

.feature__article--large {
  max-height: 420px;
  height: calc(29.1vw - 8px); }

.services {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .services a:hover {
    opacity: 0.85; }

.welcome,
.service {
  max-width: 480px;
  width: calc((100% - 8px) / 3);
  border-right: 4px; }

.welcome {
  padding: 2rem 2.5rem 1.5rem 2rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent);
  color: #363636; }

.welcome__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -0.03rem;
  line-height: 36px; }

.welcome__text {
  margin-bottom: 2.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75rem; }

.service {
  position: relative; }

.service__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.service__title {
  padding: 0.75rem 1rem;
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: #363636;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 23px;
  letter-spacing: -0.02rem;
  line-height: 26px; }

@media screen and (max-width: 1024px) {
  .feature__article p {
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 22px; }

  .welcome {
    width: 100%;
    max-width: 100%; }

  .service {
    max-width: 100%;
    width: 49.75%; } }
@media screen and (max-width: 768px) {
  .feature {
    flex-wrap: wrap;
    justify-content: space-between; }
    .feature .mr-4 {
      margin-right: 0; }
    .feature .mb-4 {
      margin-bottom: 0; }

  .feature__image {
    width: 100%;
    margin-bottom: 4px; }

  .feature__article img {
    height: auto; }

  .feature__article--large {
    height: 100%; }

  .feature__title {
    padding: 3px 2rem;
    font-size: 22px; }
    .feature__title img {
      max-height: 22px;
      margin-bottom: -2px; }

  .feature__articles {
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: space-between; }
    .feature__articles a {
      width: 49.75%; }

  .feature__article {
    margin: 0; } }
@media screen and (max-width: 480px) {
  .feature__image {
    margin: 0; }

  .welcome__link span {
    display: none; }

  .orange-link-btn {
    font-size: 17px; }

  .welcome__title {
    font-size: 30px;
    line-height: 32px;
    display: none; }

  .feature__articles {
    display: none; }

  .service {
    width: 100%; }
    .service:not(:last-child) {
      margin-bottom: 4px; } }
.content-page .wrap {
  display: flex;
  flex-flow: row wrap; }

.sidebar {
  max-width: 370px;
  float: left;
  width: 29vw;
  padding: 0 2rem;
  /*background: linear-gradient(to bottom, rgba(#000, 0.08), transparent);*/
  margin-top: 1.0rem;
  -webkit-box-shadow: 21px 0px 40px -53px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 21px 0px 40px -53px rgba(0, 0, 0, 0.75);
  box-shadow: 21px 0px 40px -53px rgba(0, 0, 0, 0.75); }
  .sidebar ul {
    font-weight: 400;
    font-size: 19px;
    color: #363636; }
  .sidebar li {
    margin: 1rem 0; }
    .sidebar li:hover {
      opacity: 0.8; }
  .sidebar img {
    width: 100%;
    height: auto; }
  .sidebar li:first-child {
    font-weight: 700;
    font-size: 22px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    margin-bottom: 10px; }

.feature-fw__info-notn {
  transform: rotate(0deg) !important; }

.feature-fw__info h1 {
  transform: rotate(0deg); }

.magnify {
  height: 100%;
  width: 100%;
  background-color: #37383b;
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 100;
  transition-property: opacity;
  transition-duration: .2s;
  transition: 0;
  background-image: url("../images/overlay.png");
  background-size: 100% auto;
  background-position: 50% 50%;
  border-left: 8px solid #f46030; }
  .magnify:hover {
    opacity: 1; }

blockquote {
  border-left: 4px solid #f46030;
  margin: 30px 0;
  background: beige;
  padding: 8px 10px 1px 20px; }

.primary__content {
  max-width: 1078px;
  width: 69vw;
  padding: 2rem;
  float: left; }

.breadcrumbs {
  margin-bottom: 1rem;
  color: #363636;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px; }
  .breadcrumbs ul {
    display: flex; }
  .breadcrumbs li:last-child {
    border: none; }

.primary__title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 37px;
  letter-spacing: -0.02rem;
  color: #363636; }

.primary__text {
  margin-bottom: 1rem;
  margin-top: 0.5rem; }
  .primary__text p {
    margin-bottom: 0.5rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #363636; }
  .primary__text h2 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 37px;
    letter-spacing: -0.02rem;
    color: #363636; }

.page-id-319 .primary__text p {
  margin-bottom: 1rem; }

.primary__links {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }

.primary__link {
  width: 31.5%;
  position: relative;
  margin-right: 1.5%;
  margin-bottom: 1.5%; }
  .primary__link:hover {
    opacity: 0.85; }
  .primary__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 218px; }
  .primary__link h4 {
    padding: 0.25rem 0.5rem;
    position: absolute;
    right: 0;
    left: 10%;
    bottom: 5%;
    background: rgba(255, 255, 255, 0.9);
    color: #363636;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 23px;
    letter-spacing: -0.02rem; }

.primary__link.conversions_flex {
  width: 48.5%; }
  .primary__link.conversions_flex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 300px; }

.feature-fw img {
  width: 100%;
  height: auto; }

.mobile-submenu {
  display: none;
  background: #efefef;
  padding: 12px 20px 12px 20px; }
  .mobile-submenu li {
    margin-bottom: 15px;
    font-size: 18px; }

.csp575-form {
  padding: 20px;
  background: #efefef; }

.csp575-form h3 {
  margin-bottom: 10px;
  font-size: 22px; }

.csp575-form button {
  background: #f46030;
  border: 0;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
  color: white;
  font-size: 16px;
  font-weight: 600; }

.csp575-form p {
  font-size: 14px; }

.csp575-form label {
  display: block; }

.csp575-form input {
  width: 100%;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 10px; }

@media screen and (max-width: 1024px) {
  .content-page .wrap {
    flex-direction: column; }

  .sidebar {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }

  .primary__content {
    max-width: 100%;
    width: 100%; } }
@media screen and (max-width: 768px) {
  .sidebar {
    padding-bottom: 0;
    display: none; }
    .sidebar img {
      display: none; }

  .mobile-submenu {
    display: block; }

  .primary__content {
    max-width: 100%;
    width: 100%; }

  .primary__links.gallery.forsale {
    flex-direction: row; }

  .primary__link {
    width: 50%;
    margin-bottom: 1rem;
    flex: 1 0 48%; }
    .primary__link h4 {
      font-size: 18px; }

  .primary__text h2 {
    font-size: 28px; } }
@media screen and (max-width: 480px) {
  .sidebar {
    padding-top: 0; }

  .primary__content {
    padding-top: 1rem;
    padding: 1rem; }

  .primary__title {
    font-size: 28px; }

  .primary__link {
    width: 100%;
    flex: 1 0 100%; }

  .primary__links {
    flex-direction: column; } }
.calendar {
  top: -24px;
  left: -5px;
  padding-top: 5px;
  width: 80px;
  background: #ededef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc));
  background: -moz-linear-gradient(top, #ededef, #ccc);
  font: bold 30px/60px "Lucida Sans Unicode", Arial Black, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #000;
  text-shadow: #fff 0 1px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  -moz-box-shadow: 0 2px 2px #888;
  -webkit-box-shadow: 0 2px 2px #888;
  box-shadow: 0 2px 2px #888;
  transform: scale(0.65); }

.calendar em {
  display: block;
  font: 14px/30px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  color: #fff;
  background: #f46030;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #000;
  text-transform: uppercase; }

.calendar:before, .calendar:after {
  content: '';
  float: left;
  position: absolute;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #111;
  z-index: 1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px #fff;
  -webkit-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff; }

.calendar:before {
  left: 11px; }

.calendar:after {
  right: 11px; }

.calendar em:before, .calendar em:after {
  content: '';
  float: left;
  position: absolute;
  top: -5px;
  width: 4px;
  height: 14px;
  background: #dadada;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
  background: -moz-linear-gradient(top, #f1f1f1, #aaa);
  z-index: 2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.calendar em:before {
  left: 13px; }

.calendar em:after {
  right: 13px; }

.single-bowler_cars .primary__link {
  width: 18%;
  height: 7vw;
  min-height: 115px;
  max-height: 115px;
  min-width: 150px;
  flex: 1 0 auto; }

.sale_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }

.primary__content.news_thumbnails {
  width: 100%;
  min-width: 100%; }

.news-sub-menu {
  margin-top: 13px;
  color: #37383b;
  border-bottom: 1px solid #eee;
  padding-bottom: 13px; }
  .news-sub-menu:hover {
    color: #f46030; }
  .news-sub-menu img {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }

.news-image {
  margin-top: 0 !important; }

.sidebar h2 {
  font-size: 28px;
  color: #37383b; }

.car_model {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 23px;
  width: 60%; }

.car_price {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 19px;
  text-transform: uppercase;
  text-align: right; }

.sale_info {
  flex: 1 0 auto;
  min-width: 220px;
  position: relative;
  margin-right: 2%;
  margin-bottom: 2%; }
  .sale_info:hover {
    opacity: 1; }

.news_thumbnails .sale_info {
  flex: 1 0 30%;
  max-width: 100%;
  position: relative;
  margin-right: 2.5%;
  min-width: 250px;
  margin-bottom: 30px; }

.event-date {
  font-size: 13px;
  color: darkgray; }

.sale_img img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  margin: 0; }
  .sale_img img:hover {
    opacity: 0.8; }

.sale-title {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 8px 12px 8px 12px;
  margin-left: 15px;
  margin-bottom: 15px;
  width: calc(100% - 15px);
  display: flex;
  flex-wrap: wrap; }
  .sale-title p {
    flex: 1 0 auto; }

.sale-title.news_title {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: calc(100% - 0px);
  padding: 10px 10px 12px 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  bottom: -15px;
  margin-left: 0;
  pointer-events: none; }
  .sale-title.news_title a {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600; }

.car_model.news_heading {
  flex: auto; }

.news_heading {
  flex: 0 1 auto; }

.post_image_thumbnail {
  width: 100%; }

.post_image {
  max-width: 100%;
  height: auto;
  margin: 10px 0 25px 0; }

.post-fw__info {
  position: relative;
  bottom: 1rem;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .post-fw__info h1 {
    padding: .5rem 1rem;
    background: rgba(55, 56, 59, 0.85);
    color: #fff;
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: -0.015rem; }
  .post-fw__info h3 {
    padding: 0.4rem 2rem;
    background: #f46030;
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem; }

.primary__text h3 {
  font-size: 1.75em;
  display: block;
  margin: 30px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #f46030;
  color: #f46030; }

.breadcrumb a {
  border-right: 2px solid #f46030;
  padding-right: 10px;
  margin-right: 10px;
  white-space: nowrap; }

.post_image_thumbnail {
  height: 100%;
  max-width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 15px; }

.wpcf7-form-control.wpcf7-submit {
  background: #f46030;
  color: #fff;
  font-size: 16px;
  font-weight: 600; }

.wpcf7 input {
  width: 100%;
  margin: 6px 0; }

.wpcf7 h3 {
  font-size: 1.5em;
  display: block;
  margin: 0 0 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #363636;
  color: #363636; }

.wpcf7-form {
  background: #efefef;
  margin-top: 30px;
  padding: 5%; }

.wpcf7-form-control {
  padding: 8px;
  max-width: 100%;
  border: 0; }

.list_item {
  height: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px; }
  .list_item:hover {
    opacity: 0.8; }

.news_date {
  display: inline-block;
  padding: 3px 10px;
  color: white !important;
  background: #f46030;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-top: 10px; }

@media screen and (max-width: 768px) {
  .sale_img img {
    max-height: 100%;
    min-height: 250px; }

  .car_model {
    width: 100%; }

  .sale-title.news_title a {
    font-size: 15px;
    color: white; }

  .sale-title.news_title {
    background: rgba(0, 0, 0, 0.8); }

  .sale-title.news_title {
    padding: 10px 10px 12px 15px; } }
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */

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