@charset "UTF-8";
@font-face {
  font-family: 'AkzidenzGrotesk';
  src: url("/site/themes/pinnacle/fonts/AkzidenzGrotesk-Light.woff2") format("woff2"), url("/site/themes/pinnacle/fonts/AkzidenzGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGrotesk';
  src: url("/site/themes/pinnacle/fonts/AkzidenzGrotesk-Bold.woff2") format("woff2"), url("/site/themes/pinnacle/fonts/AkzidenzGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGrotesk';
  src: url("/site/themes/pinnacle/fonts/AkzidenzGrotesk-Black.woff2") format("woff2"), url("/site/themes/pinnacle/fonts/AkzidenzGrotesk-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'AkzidenzGrotesk';
  src: url("/site/themes/pinnacle/fonts/AkzidenzGrotesk-Roman.woff2") format("woff2"), url("/site/themes/pinnacle/fonts/AkzidenzGrotesk-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body, html {
  background-color: #fff;
  font-family: 'AkzidenzGrotesk', sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

a {
  color: #F36F29;
}

a:hover {
  color: #000000;
}

ol.carousel-indicators {
  position: absolute;
  bottom: 45px;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 10px;
  border: 0;
  background: #fff;
}

ol.carousel-indicators li.active {
  background: #F36F29;
}

h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 45px;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.alt {
  color: #F36F29;
}

#map {
  width: 100%;
  height: 100%;
}

.map {
  min-height: 350px;
  background-color: #59595C;
  color: white;
}

.form-area {
  background-color: #ECEEF1;
  padding: 50px;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
}

.form-area h3 {
  margin-bottom: 50px;
  color: #F36F29;
  font-size: 24px;
  font-weight: bold;
}

.form-area input {
  background-color: #ECEEF1;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid black;
}

.form-area textarea {
  background-color: #ECEEF1;
  border-radius: 0;
  border: 1px solid black;
}

.form-area button {
  text-align: center;
}

.text-feature-column {
  padding-bottom: 53px;
}

.grid .grid-item {
  height: 350px;
  position: relative;
}

.grid .grid-item.double-height {
  height: 350px;
}

@media (min-width: 576px) {
  .grid .grid-item.double-height {
    height: 700px;
  }
}

.grid .grid-item h4 {
  width: 100%;
  color: white;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}

.grid .grid-item.red {
  background-color: #f00;
}

.grid .grid-item.red h4 {
  color: white;
}

.grid .grid-item.white {
  background-color: #fff;
}

.grid .grid-item.white h4 {
  color: #f00;
}

.grid .grid-item.black {
  background-color: #000;
}

.grid .grid-item.black h4 {
  color: #fff;
}

.grid .email-signup {
  height: 200px;
  background-color: #f00;
}

.grid .email-signup input {
  padding-left: 20px;
  border: 4px solid #FFFFFF;
}

.grid .email-signup h4 {
  margin-top: -55px;
}

.grid .email-signup .form-row {
  margin-top: 80px;
}

.grid .email-signup .btn-primary {
  height: 48px;
  padding: 2px;
  font-size: 25px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.69px;
  border-radius: 0;
  background-color: #FFFFFF;
  color: black;
  border: none;
}

.grid .email-signup.red {
  background-color: #f00;
}

.grid .email-signup.red h4 {
  color: black;
}

.grid .email-signup.red .alt {
  color: #fff;
}

.grid .email-signup.red .btn-primary {
  background-color: #fff;
  color: black;
}

.grid .email-signup.red input {
  border: 4px solid #FFFFFF;
}

.grid .email-signup.white {
  background-color: #fff;
}

.grid .email-signup.white h4 {
  color: black;
}

.grid .email-signup.white .alt {
  color: #f00;
}

.grid .email-signup.white .btn-primary {
  background-color: black;
  color: white;
}

.grid .email-signup.white input {
  border: 4px solid black;
}

.grid .email-signup.black {
  background-color: #000;
}

.grid .email-signup.black h4 {
  color: #f00;
}

.grid .email-signup.black .alt {
  color: white;
}

.grid .email-signup.black .btn-primary {
  background-color: #f00;
  color: white;
}

.grid .email-signup.black input {
  border: 4px solid #f00;
}

.image-full-width {
  padding: 0;
  width: 100%;
}

.image-full-width img {
  width: 100%;
}

.team-member {
  position: relative;
  padding-bottom: 80px;
}

.team-member .text {
  color: #fff;
  border: 0;
  text-align: left;
  background-color: #F36F29;
  font-size: 12px;
  font-weight: bold;
  padding: 13px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 200px;
  position: absolute;
  width: 85%;
  right: 15px;
  bottom: 20px;
}

.team-member .text h3 {
  font-size: 18px;
  font-weight: bold;
}

.team-member .text h4 {
  font-size: 18px;
}

.spacer {
  padding-top: 200px;
}

.bg-none {
  background: none;
}

.brand {
  margin-bottom: 20px;
}

.brand-header {
  position: relative;
}

.brand-header h4 {
  width: 100%;
  color: white;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}

.brand-header .open {
  width: 100%;
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 0;
}

.brand-description {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-range {
  margin-left: 0;
  margin-right: 0;
  color: white;
  padding-bottom: 80px;
  background-color: #f00;
}

.brand-range h4 {
  padding-top: 77px;
  padding-bottom: 87px;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: bold;
  letter-spacing: 2.11px;
}

.brand-range img {
  width: 80%;
  max-width: 100px;
}

.brand-range .beverage {
  padding-top: 10px;
  padding-bottom: 80px;
}

.brand-range .beverage .text {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.brandlink {
  font-size: 25px;
  font-weight: bold;
  padding: 20px;
  background-color: white;
}

.brandlink a {
  color: #000000;
}

#myVideo {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

footer {
  margin: 0;
  background-color: #000000;
  font-size: 12px;
  color: #fff;
  padding: 37px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer hr {
  margin-left: 0;
  height: 3px;
  width: 44px;
  background-color: white;
  border: none;
}

footer .icon {
  height: 15px;
}

footer .logo {
  width: 105px;
}

.black {
  background-color: #000;
}

.red {
  background-color: #f00;
}

.red .grid-item {
  border: 10px solid #f00;
}

.white {
  color: black;
  background-color: #fff;
}

.white h2 {
  color: black;
}

.white .grid-item {
  border: 10px solid white;
}

.hidden {
  display: none;
}

.masonry {
  padding-top: 37px;
  margin-bottom: 100px;
}

.masonry h2 {
  margin-top: 0;
}

.masonry blockquote {
  text-align: left;
  text-transform: uppercase;
  color: #F36F29;
  font-size: 54px;
  font-weight: bold;
  line-height: 62px;
}

.masonry blockquote:before {
  content: '“';
  color: #000000;
  font-size: 64px;
  font-weight: bold;
}

.masonry blockquote:after {
  content: '”';
  color: #000000;
  font-size: 64px;
  font-weight: bold;
}

.masonry blockquote p {
  margin-left: 0;
  padding-left: 0;
}

.carousel {
  width: 100%;
  overflow: visible;
  margin-bottom: 100px;
}

.carousel * {
  overflow: visible;
}

.carousel .carousel-item .image img {
  width: 100%;
}

@media (min-width: 768px) {
  .carousel .carousel-item .image img {
    width: 90%;
  }
}

.carousel .carousel-item .image-full-width img {
  width: 100%;
}

.carousel .text {
  font-size: 14px;
  padding: 30px;
  display: block;
  background-color: white;
  box-shadow: 6px 8px 10px 3px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 100;
  margin-top: -20px;
  width: 90%;
  margin-left: 5%;
}

.carousel .text h2, .carousel .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #F36F29;
}

.carousel .text h2:after, .carousel .text h3:after {
  content: '';
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 4px;
  width: 44px;
  background-color: #F36F29;
}

.carousel .text button {
  cursor: pointer;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .carousel .text {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    margin-top: 30px;
    width: 34%;
  }
}

.carousel.orange .text {
  color: #fff;
  background-color: #F36F29;
}

.carousel.orange .text h2, .carousel.orange .text h3 {
  color: #fff;
}

.carousel.orange .text h2:after, .carousel.orange .text h3:after {
  background-color: #fff;
}

.carousel.orange .text button {
  margin-top: 20px;
}

button {
  color: #fff;
  border: 0;
  text-align: left;
  background-color: #F36F29;
  font-size: 12px;
  font-weight: bold;
  padding: 13px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 200px;
}

button img {
  width: 11px;
  float: right;
}

.image_group img {
  width: 100%;
}

.projects {
  margin-bottom: 70px;
}

.project {
  padding: 0;
  background-color: #59595C;
}

.project .preview-text:before {
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  background-color: #F36F29;
}

.project .preview-text .text {
  padding: 20px;
  color: #FFFFFF;
  font-size: 18px;
}

.project .preview-text .text h4 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

#nav-logo-container {
  position: absolute;
  z-index: 50;
}

#nav-logo-container .pinnacle-logo-black {
  width: 70px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  #nav-logo-container .pinnacle-logo-black {
    width: 124px;
  }
}

.nav-mobile button {
  min-width: auto;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.nav-mobile {
  background: none;
  padding: 0;
}

.nav-mobile .navbar-toggler {
  padding: 10px;
  border: none;
}

.nav-mobile .navbar-collapse {
  width: 100%;
  margin: 0;
  background-color: #4A4A4A;
}

.nav-mobile .nav-item {
  padding: 46px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 38px;
}

.nav-mobile .nav-item a {
  color: #fff;
}

.nav-mobile .nav-item a:after {
  margin-top: 10px;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #F36F29;
}

.nav-mobile .nav-item.active {
  color: #f00;
}

.nav-desktop {
  padding-top: 0;
}

.nav-desktop .navbar-nav {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  background-color: black;
  height: 70px;
  top: 0;
}

.nav-desktop .navbar-nav .cap img {
  position: absolute;
  height: 70px;
}

.nav-desktop .navbar-nav .cap_l img {
  left: -31px;
}

.nav-desktop .navbar-nav .cap_r img {
  right: -31px;
}

.nav-desktop .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 15px;
  padding-right: 15px;
}

.nav-desktop .nav-container {
  position: relative;
}

.nav-desktop .nav-item a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 3px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
}

.nav-desktop .nav-item.active a {
  border-bottom: solid 3px white;
}

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