﻿@charset "UTF-8";

/* v1.5 Last Updated Dec 2, 2020 @ 10:0am */

/*ModalWindow.css*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

/*WirtzBevGeneral.css*/

h1, h2, h3 {
    /*text-transform: uppercase;*/
    color: #303030;
    font-weight:700;
    /*letter-spacing:5px;*/
}
h4, h5, h6 {
    /*text-transform: uppercase;*/
    color: #303030;
    font-weight:700;
    /*letter-spacing:0px;*/
}
a {
    text-decoration:none;
    color:#000;
    outline: 0;
    cursor: pointer;
}
a:hover {
    text-decoration:none;
    color:#CE2036;
}
img.headerImage {
    margin-bottom: 50px;
    width:100%;
    height:auto;
}
.form-control {
    margin-bottom: 11px;
}
h2.HeaderText, h3.HeaderText {
    margin-top: -3px;
}

/*WirtzBevGeneral.css*/

body {
    color:#303030;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
}
@media (min-width: 979px) {
    /*.container {  max-width:1110px;  }*/
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    padding-bottom:25px;
}
nav.navbar {
    border-bottom: 2px Solid #dddddd;
}
@media (min-width: 979px) {
    .navbar-brand {
        padding: 25px 15px;
    }
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    background-image: none;
    border-bottom: 0px solid #fff;
    border-image-width:0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #e91928 ;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #e91928 ;
}
.navbar-toggle {
    background-color: #000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.dropdown-menu {
    background-color: #ECECEC;
}
.dropdown-menu > li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.dropdown-menu > li > div {
    width: 490px;
}
.dropdown-menu > li > div > ul > li > a {
    display:block;
    padding: 7px 20px;
    clear:both;
    font-weight:400;
    white-space:nowrap;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #e91928;
    background-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #e91928;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #303030;
    font-weight: 600;
}
.navbar-nav > li {
    /*border-right:1px solid #CE2036;*/
    text-transform:uppercase;
    background-color:transparent;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color:#e91928;
    background-color: transparent;
}
.navbar-nav > li:last-child {
    /*border-right: 0px solid #fff;*/
}
ul.navbar-nav {height:32px !important}
.navbar-nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-image: none;
    background-color: transparent;
}
.footer {
    background-color: #303030;
    color:#fff;
    padding-top:5px;
    padding-bottom:5px;
    margin-top:75px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #e91928;
}
.footer-nav .footer-nav-item {
    float: left;
    margin-top:25px;
    margin-bottom:20px;
    margin-right:30px;
    text-transform:uppercase;
    color:#8B8B8B;
}
.footer-nav .footer-nav-item a {
    color:#8B8B8B;
    text-decoration:none;
    font-weight:bold;
}
.footer-nav .footer-nav-item a:hover {
    color:#fff;
    text-decoration:none;
}
.footer-social {
    margin-top: 20px;
    min-width:132px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}
.footer-social .footer-social-item {
    float: left;
    margin-right: 10px;
}
.footer-social .footer-social-item a img {
    border-width: 0px;
}
p.copyright {
    margin-top:10px;
    text-align:right;
    font-size:11px;
}
.scrollToTop{
	width:50px; 
	height:50px;
	padding:10px; 
	text-align:center; 
	background-color: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:25px;
	right:25px;
	display:none;
	background: url('../images/ScrollButton.png') no-repeat 0px 0px;
    text-indent:-9999px;
}
.scrollToTop:hover{
	text-decoration:none;
}

.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 767px) {
    body {
        /*min-height: 2000px;*/
        padding-top: 100px;
    }
   .navbar-collapse {
      max-height: none;
      /*overflow-x: auto !important;*/
   }
   /*.navbar-collapse.in {
    overflow-y: visible;
}*/
   .container > .navbar-collapse {
       /*max-height:none;
       height: 200px;*/
       height: 180px !important;
       width:110%;
       overflow-y: scroll !important;
       overflow-x:hidden;
       border: 1px solid #D6D6D6;
       background-color:#ECECEC;
    }
    ul.nav li {
        background-color: transparent;
        padding-top:1px;
        padding-bottom:1px;
        margin-bottom:-1px;
        margin-top:-1px;
    }
    nav.navbar {
        padding-bottom:15px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-nav > li > a {
        color: #000;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }
    /*ul.nav li:last-child {
        border-bottom:1px solid #000;
    }*/
    ul.dropdown-menu li:last-child {
        border-bottom: 0px solid #fff;
    }
   .dropdown-menu > li {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar-nav > li {
        border-right: 0px solid #fff;
    }
}

@media (min-width: 767px) {
    .navbar-nav {
        margin-top: 20px;
    }
    .navbar-right {
        margin-right: -89px;
    }
    #language-header {
        float:right;
        margin-right:15px;
        margin-top:19px;
    }
    #language-header a {
        margin-right:15px;
        color:#aaa;
    }
    #social-header {
        float:right;
        margin-right:0px;
        margin-top:5px;
    }
    #social-header, #social-header a {
        color: #7B7368;
        font-size:30px;
    }
    #search-header {
        float:right;
        margin-right:15px;
        margin-top:15px;
    }
    #search-header .input-group {
        width: 300px;
    }
    #search-header .input-group input,
    #search-header .input-group button {
        height: 25px;
    }
    #search-header .input-group span.glyphicon-search {
        top: -2px;
    }
}
@media (min-width: 992px) {
    #search-header {
        display: initial;
    }
    #search-header-link {
        display: none;
    }
}
@media (max-width: 991px) {
    #search-header {
        display: none;
    }
    #search-header-link {
        display: initial;
        float:right;
        margin-right:20px;
        margin-top:19px;
        color:#aaa
    }
    #search-header-link a {
        color:#aaa;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-nav {
        margin-top: 20px;
    }
    .navbar-right {
        margin-right: -89px;
    }
}
@media (max-width: 767px) {
    #language-header {
        float:right;
        margin-right:65px;
        margin-top:-22px;
    }
    #language-header a {
        margin-right:15px;
        color:#aaa;
    }
    #social-header {
        float: right;
        margin-top: -40px;
    }
    #social-header, #social-header a {
        color: #7B7368;
        font-size: 30px;
    }
    #search-header-link {
        float:right;
        margin-right:15px;
        margin-top:-22px;
    }
    #search-header-link a {
        color: #aaa;
    }
}
@media (max-width: 530px) {
    #language-header {
        float: left;
        margin-right: 15px;
        margin-top: 10px;
    }
    #language-header a {
        margin-right: 15px;
        color: #7C7365;
    }
    #search-header-link {
        clear:both;
        float:right;
        margin-right:0px;
        margin-top:10px;
    }
    body {
        padding-top: 130px;
    }
}
@media (max-width: 350px) {
    #language-header {
        float:left;
        margin-right:15px;
        margin-top:0px;
    }
    #language-header a {
        margin-right:15px;
        color:#7C7365;
    }
    #social-header {
        text-align: right; 
        width:90px;
    }
    body {
        padding-top: 140px;
    }
}

@media (min-width: 1200px) {
    .navbar-right {
        margin-right: -89px;
    }
}





/*.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }*/



/*WirtzBevStyles*/


.location-strip-home {
}
@media (max-width: 979px) {
    .location-strip-home {
        margin-bottom: 50px;
        margin-top: -30px;
    }
}
.location-strip-home-header {
    float: left;
    max-width: 675px;
    margin-left:30px;
}
.location-strip-home-header h3 {
    margin-top: 0px;
}
.location-strip-home-map {
    position: relative;
     right: 0px;
     top: 0px;
     z-index: 10;
     text-align:right;
     padding-right:50px;
     /*width:300px;*/
}
@media (max-width: 991px) {
    .location-strip-home-map {
        display: none;
    }
}
.location-strip-home-color {
    margin-top:30px;
    position:relative;
    /*top:-170px;*/
    left:0px;
    /*z-index:-10;*/
    width:100%;
    background-color: #303030;
}
@media (max-width: 979px) {
    .location-strip-home-color {
        position:initial;
        top:0px;
        left:0px;
        z-index:0;
    }
}
.location-strip-home-item {
    float: left;
    color:#8B8B8B;
    text-transform:uppercase;
    margin-left:60px;
    margin-top:30px;
    margin-bottom:30px;
}
.location-strip-home-item a {
    color: #8B8B8B;
}
.location-strip-home-item a:hover {
    color: #fff;
}
.location-strip-home-item:first-child {
    margin-left: 30px;
}
@media (min-width: 980px) {
    .location-strip-home-container {
        position: relative;
        height: 275px;
    }
    .location-strip-home-header {
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .location-strip-home-map {
        position: absolute;
        right: 0px;
    }
    .location-strip-home-color {
        position: absolute;
        bottom: 50px;
    }
}
@media (max-width: 979px) {
    .location-strip-home-header {
        background-color: #fff;
        margin-left: 0px;
        padding-left: 30px;
        max-width: 100%;
        width: 100%;
    }
    .location-strip-home-item:first-child {
        margin-left: 0px;
    }
    .location-strip-home-item {
        margin-left: 0px;
        width:50%;
        padding-left:40px;
        padding-right:40px;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:15px;
        margin-bottom:15px;
    }
}
@media (max-width: 1199px) {
    .location-strip-home-header {
        max-width: 575px;
        width: 575px;
    }
}
@media (max-width: 979px) {
    .location-strip-home-header {
        max-width: 100%;
        width: 100%;
    }
}
.location-row {
    margin-left: 30px;
    margin-right: 30px;
}
.location-row h4 {
    margin-top: 30px;
}
.locations-home {
    margin-left: 0px;
    margin-right: 0px;
    padding-left:15px;
    padding-right:15px;
    border-bottom: 2px solid #ddd;
    margin-bottom:30px;
}
.locations-home a:hover {
    color:#000;
}
.locations-column {
    margin-bottom:20px;
}
.locations-column div {
    margin-top:15px;
    margin-bottom:15px;
    font-size:16px;
}
.locations-column div a,
.locations-column div a:link,
.locations-column div a:visited,
.locations-column div a:active {
    font-weight:600;
    color:#303030;
}
.locations-column div a:hover {
    color:#CE2036;
}
.locations-page {
    padding-left: 15px;
    padding-right: 15px;
}
.locations-page-state-columns {
    float:left;
    margin-right:40px;
    /*margin-top: 10px;*/
    margin-bottom:10px;
}
.locations-page-state-lastColumn {
    margin-right: 0px;
}
.locations-page h3 {
    margin-top:0px;
}
.locations-page-state-columns div {
    padding-top: 5px;
    padding-bottom: 5px;
}
.locations-page-state-columns a {
    color: #8B8B8B;
    text-transform:uppercase;
    font-weight:bold;
}
.locations-page-state-columns a:hover {
    color: #CE2036;
    text-decoration: none;
}
.locations-page-map {
    position:absolute; 
    top:-20px; 
    right:0px; 
    width:450px; 
    z-index:5;
}
@media (max-width: 991px) {
    .locations-page-map {
        display: none;
    }
    .locations-page-map-mobile {
        display: block;
        width:100%;
        height:auto;
    }
    .locations-page-state-columns {
        width:50%;
        margin-right:0px;
    }
}
@media (min-width: 992px) {
    .locations-page-map {
        display: block;
    }
    .locations-page-map-mobile {
        display: none;
    }
}
.news-strip-home {
    margin-left: 30px;
    margin-right:30px;
}
.news-strip-home h3 {
    margin-top:-5px;
}
.news-strip-home p.news-header-subheader {
    margin-bottom: 40px;
}
.news-strip-home p.news-header-subheader a {
    color:#000;
    text-decoration:none;
}
.news-strip-home p.news-header-subheader a:hover {
    color:#CE2036;
    text-decoration:none;
}
.news-strip-home-item {
    
    padding-right: 15px;
    padding-bottom:50px;
}
.news-strip-home-item img {
    width: 100%;
    height:auto;
    border-width:0px;
}
.news-strip-home-item p {
    margin-top:25px;
    padding-left:15px;
    padding-top:0px;
    border-left: 2px solid #303030;
}
.news-strip-home-item p b {
    font-size: 16px;
    margin-bottom:4px;
}
.news-strip-home-item a {
    color: #303030;
    text-decoration:none;
}
.news-strip-home-item a:hover {
    color: #555555;
    text-decoration:none;
}
.features-strip-home {
    /*border-top: 2px solid #ddd;*/
    /*padding-top:70px;*/
    margin-top:20px;
    padding-left:30px;
    padding-right:30px;
}
.features-strip-home-header h3 {
    margin-top: -3px;
}
.features-strip-home-text-left {
    text-align: right;
    padding: 5px;
    vertical-align: bottom;
}
.features-strip-home-text-left a, .features-strip-home-text-left a:hover {
    color: #000;
}
.features-strip-home-text-left p {
    margin-top:25px;
    border-right:1px solid #303030;
    padding-right:15px;
}
.features-strip-home-text-left p b {
    font-size:16px;
    margin-bottom:4px;
}
.features-strip-home-text-right {
    text-align: left;
    padding: 5px;
    vertical-align: top;
}
.features-strip-home-text-right a, .features-strip-home-text-right a:hover {
    color: #000;
}
.features-strip-home-text-right p {
    margin-top:25px;
    border-left:2px solid #303030;
    padding-left:15px;
}
.features-strip-home-text-right p b {
    font-size:16px;
    margin-bottom:4px;
}
.features-strip-home-image {
    padding:5px;
}
.features-strip-home-image img {
    width: 100%;
    height:auto;
}
@media (max-width: 979px) {
    .features-strip-home-image {
        width:50%;
    }
    .features-strip-home-image img {
        width: 100%;
        height:auto;
    }
}
@media (max-width: 767px) {
    .features-strip-home-image {
        padding: 0px;
    }
    .features-strip-home-image img {
        display:none;
    }
    .features-strip-home-text-left {
        text-align: left;
    }
    .features-strip-home-text-left p {
        border-left: 1px solid #303030;
        padding-left: 15px;
        border-right: 0px solid #fff;
        padding-right: 0px;
    }
}
@media (min-width: 979px) {
    .features-strip-home-align-bottom-right {
        position: relative;
         min-height:258px;
    }
    .features-strip-home-align-bottom-right table {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
}
.about-header {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom:50px;
}
.about-vision-purpose {
    text-align:center;
    background-color: #303030;
    color: #fff;
    padding-top:15px;
    padding-bottom:15px;
}
.about-vision-purpose h2 {
    color: #fff;
}
.about-vision-purpose p {
    margin-bottom: 20px;
}
.about-exec-container {
    /*margin-left: 30px;
    margin-right: 30px;*/
    margin-top: 30px;
}
.about-exec-item {
    float: left;
    width: 250px;
    margin-top:40px;
    margin-left:15px;
    /*text-align:center;*/
    max-width:30%;
}
.about-exec-sub-header {
    text-align:left;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.about-exec-item h2 {
    margin-top: 0px;
}
.about-exec-item img {
    /*width: 80%;*/
    margin-bottom:15px;
}
@media (max-width: 979px) {
    .about-exec-item img {
        display: none;
    }
    .about-exec-item {
        width:100%;
        max-width: 100%;
        text-align:center;
    }
}
.about-exec-item:first-child {
    /*text-align: left;
    margin-left:0px;*/
}
/*.about-exec-item:first-child p, .about-exec-item:first-child h3, .about-exec-item:first-child h2 {
    width:80%;
    margin-left:auto;
    margin-right:auto;
}*/
.about-exec-item-name {
    /*text-transform: uppercase;*/
    font-weight:700;
}
.about-history-container {
    margin-bottom: 50px;
    margin-right:30px;
    margin-left:30px;
    margin-top:30px;
}
.about-our-service-container {
    margin-left:30px;
    margin-right:30px;
}
.about-our-service-header {
}
.about-our-service-item {
}
.about-our-service-item img {
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}
.about-our-service-item p {
    border-left:1px solid #CE2036;
    padding-left:10px;
}
.about-our-service-item p span.about-our-service-item-header {
    font-weight:700;
    text-transform:uppercase;
}
.about-history-carousel .carousel-indicators {
    margin-left: 0%;
    left:48.5%;
}
.about-history-carousel .carousel-indicators li {
    background-color: #CC0032;
    border: 1px solid #CC0032;
}
.about-history-carousel .carousel-indicators .active {
    background-color:#fff;
}
.about-history-carousel .carousel-control .glyphicon-chevron-left, .about-history-carousel .carousel-control .glyphicon-chevron-right, .about-history-carousel .carousel-control .icon-next, .about-history-carousel .carousel-control .icon-prev {
    top:90%;
}
.about-history-carousel .carousel-control.left,
.about-history-carousel .carousel-control.right {
    background-image:none;
}
.news-container {
    margin-top: 20px;
    margin-bottom:-50px;
}
ul.news-navigation {
	margin: 0;
    padding-left:0px;
}
ul.news-navigation li.news-navigation-header-item {
	list-style-type: none;
	padding: 20px 0 20px 60px;
    background-color:#E1E1E1;
    color:#000;
    font-weight:700;
    text-transform:uppercase;
    font-size:14px;
}
ul.news-navigation li.news-navigation-item {
	list-style-type: none;
	padding: 20px 0 20px 60px;
    color:#000;
    text-transform:uppercase;
    border-bottom:1px solid #E1E1E1;
    font-size:14px;
}
ul.news-navigation li.news-navigation-item:last-child {
    border-bottom: 0px solid #fff;
}
ul.news-navigation li.news-navigation-item a {
    color: #000;
    text-transform: uppercase;
    text-decoration:none;
    font-size:14px;
}
ul.news-navigation li.news-navigation-item a:hover {
    color: #CE2036;
    text-decoration:none;
}
ul.news-navigation li.news-navigation-item a.active {
    color: #CE2036;
    text-decoration:none;
}
a.news-pagination-link, a.news-pagination-link:hover {
    background-color:#303030;
    color:#fff;
    padding: 10px;
    text-decoration:none;
    font-size:18px;
    text-transform:uppercase;
    font-weight:700;
}
.news-state-selection {
    background-color: #E1E1E1;
    text-transform:uppercase;
    margin-left:0px;
    margin-right:0px;
    margin-top:-40px;
    margin-bottom:30px;
}
.news-state-selection-header {
    font-size: 24px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
    line-height:100%;
}
.news-state-selection-link {
    margin-top:10px;
    margin-bottom:10px;
}
.news-state-selection-2 a:focus {
    text-decoration:none !important;
    color:#e91928 !important;
}
.news-state-selection-active {
    color:#e91928;
    font-weight:bold;
}
.news-state-selection-2 {
    border-bottom: 2px Solid #dddddd;
    font-size:16px;
    margin-bottom:30px;
    padding-bottom:20px;
}
.news-state-selection-2 .news-state-selection-link {
    margin-left:10px;
    margin-right:10px;
}
.locations-header {
    color:#000;
}
.state-leadership-container {
    /*margin-left:30px;
    margin-right:30px;*/
    margin-top:40px;
    margin-bottom:50px;
    border-top: 1px solid #898989;
    padding-top:20px;
}
.state-header {
    margin-left: 30px;
    margin-right: 30px;
}
.state-header h3 {
    margin-bottom: 0px;
}
.state-header h1 {
    margin-top:0px;
    color: #000;
    letter-spacing:0px;
}
.state-header h1 span {
    font-weight: 700;
}
.state-expert-container {
    /*margin-top: 40px;*/
    margin-left:30px;
    margin-right:30px;
}
.state-expert-item {
    text-align: center;
    float:left;
    width:200px;
    margin-left:20px;
    margin-top:30px;
    max-width:25%;
}
.state-expert-item img {
    margin-bottom: 15px;
}
.state-expert-item-name {
    text-transform: uppercase;
}
@media (max-width: 979px) {
    .state-expert-item img {
        display: none;
    }
    .state-expert-item {
        width: 100%;
        max-width: 100%;
        margin-left:0px;
    }
}
.state-feature-container {
    margin-left: 30px;
    margin-right: 30px;
}
.state-brands-container {
    border-top:1px solid #898989;
    padding-top:50px;
    margin-top:50px;
    padding-left:30px;
    padding-right:30px;
}
.brands-container {
    margin-left:30px;
    margin-right:30px;
}
h4.state-all-brands {
    background-color:#303030;
    color:#fff;
    float:left;
    padding: 10px;
}
h4.state-all-brands a, h4.state-all-brands a:hover {
    color:#fff;
    text-decoration:none;
    margin-left:15px;
    margin-right:15px;

}
.state-brands-item {
    margin-top:20px;
}
.state-brands-item img {
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}
.state-brands-item p {
    /*border-left:1px solid #CE2036;
    padding-left:10px;*/
    text-align:center;
}
.state-brands-item p span.state-brand-header {
    font-weight:700;
    text-transform:uppercase;
}
.brands-state-selection {
    background-color: #E1E1E1;
    text-transform:uppercase;
    margin-left:0px;
    margin-right:0px;
    margin-top:-20px;
    margin-bottom:30px;
}
@media (max-width: 767px) {
    div.brands-state-selection div.col-md-2 {
        margin-top:-5px;
        margin-bottom:-5px;
    }
}
.brands-state-selection-header {
    font-size: 20px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
    line-height:100%;
}
.brands-state-selection-link {
    margin-top:10px;
    margin-bottom:10px;
}
.brands-state-selection-active {
    color:#CE2036;
}
.state-top-stories-header {
    color: #fff;
    padding: 10px;
    font-size:22px;
    font-weight:700;
    text-transform:uppercase;
}
@media (max-width: 767px) {
    .state-top-stories-header {
        padding: 0px;
    }
}
.state-top-stories-container {
    width: 100%;
    background-color: #CE2036;
    color: #fff;
    margin-bottom:50px;
    margin-top:50px;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:30px;
    padding-right:30px;
    font-size:14px;
}
.state-top-stories-container a {
    color: #fff;
    font-size:14px;
}
.state-top-stories-all {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.state-become-customer {
    border-top:1px solid #898989;
    padding-top:50px;
    margin-top:50px;
    padding-left:30px;
    padding-right:30px;
}
h4.state-contact-us {
    background-color:#303030;
    color:#fff;
    float:left;
    padding: 10px;
}
h4.state-contact-us a, h4.state-contact-us a:hover {
    color:#fff;
    text-decoration:none;
    margin-left:15px;
    margin-right:15px;
}
.privacy-policy-header {
    font-weight: 700;
}
.account-services-container {
    margin-bottom:50px;
    margin-left:30px;
    margin-right:30px;
}
.account-services-container h3 {
    
}
.account-services-container p.account-services-subheader {
    margin-bottom: 40px;
}
.account-services-item {
}
.account-services-item a {
    color:#000;
}
.account-services-item a:hover {
    color:#e91928;
    text-decoration:underline;
}
.account-services-item img {
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}
/*.account-services-item p,*/
.account-services-item div {
    border-left:2px solid #303030;
    padding-left:10px;
}
.account-services-item p span.account-services-item-header,
.account-services-item div span.account-services-item-header {
    font-weight:700;
    /*text-transform:uppercase;*/
}
.privacy-policy-container {
    margin-left: 30px;
    margin-right: 30px;
}
.contact-us-container {
    margin-bottom:20px;
    margin-left:30px;
    margin-right:30px;
}
.contact-us-container p.contact-us-subheader {
    margin-bottom: 40px;
}
p.contact-us-subheader a {
    color:#CE2036
}
.contact-us-button {
    background-color:#303030;
    color:#fff !important;
    float:right;
    padding-left:30px;
    padding-right:30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius:0px;
    text-transform:uppercase;
    font-size:18px;
    font-weight:bold;
}
.contact-us-button:hover {
    color: #fff;
}
.full-width-header {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom:20px;
}
.full-width-body {
    margin-left: 30px;
    margin-right: 30px;
    /*margin-bottom:50px;*/
}
.brand-search-states {
    padding-left:30px;
    padding-right:30px;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#E1E1E1;
    margin-bottom:50px;
}
.brand-search-states .brand-search-states-header {
    text-transform:uppercase;
    font-weight:700;
}
.brand-search-states .brand-search-states-required {
    text-transform:uppercase;
    font-size:10px;
}
.brand-search-states .brand-search-states-rbl {
    text-transform:uppercase;
}
.brand-search-states .brand-search-states-rbl input[type="radio"] {
    margin-left:20px;
    margin-right:1px;
}
.brand-search-states .brand-search-states-rbl label {
    margin-left: 3px;
}
@media (max-width: 991px) {
    .brand-search-states-header-container {
        display: block;
    }
}
@media (max-width: 550px) {
    .brand-search-states .brand-search-states-rbl input[type="radio"] {
        float:left;
    }
    .brand-search-states .brand-search-states-rbl label {
        display:block;
    }
}
.brand-search-container {
    margin-left: 30px;
    margin-right: 30px;
}
.brand-search-container input[type="radio"] {
    margin-left: 20px;
    margin-right:1px;
}
.brand-search-container-rbl {
    margin-left: -20px;
}
.brand-search-textbox {
    width: 100%;
}
.brand-autocomplete-highlight {
    color:#f00;
}
.news-article-container {
    margin-left: 30px;
    margin-right: 30px;
}
.news-article-container h1 {
    margin-top: 0px;
}
.news-article-container a {
    color:#e91928;
}
.news-article-container a:hover {
    color:#ad172b;
}
.news-article-container img {
    max-width: 100%;
    height:auto;
}
.news-article-header {
    letter-spacing: 0px;
    font-size: 24px;
}
.news-article-all-news-link {
    text-transform: uppercase;
}
.news-article-header-image {
    margin: 2em 0 !important;
}
.news-article-all-news-link-top {
    text-align:right;
    width:100%;
    margin-bottom:20px;
    margin-top:5px;
}
.news-article-all-news-link-bottom {
    margin-left:30px; 
    margin-top:50px;
}
.our-values-content {
    margin-left: 30px;
    margin-right: 30px;
}
.our-values-container {
    margin-top:50px;
    padding-top:50px;
    border-top: 1px solid #898989;
    margin-right:-30px;
    margin-left:-30px;
    padding-left:20px;
    padding-right:20px;
}
.our-values-image {
    width: 100%;
    height:auto;
}
.donations-container {
    margin-left: 30px;
    margin-right: 30px;
}
.donations-container input[type=text]{
    width: 100%;
}
.donations-container textarea {
    width: 100%;
    height:99px;
    margin-bottom:11px;
}
.donations-container select.Width50 {
    width:50%;
}
.donations-container .donations-cbl {
    width: 100%;
}
.donations-container .donations-cbl td label {
    padding-left:2px;
}
.donations-container .donations-rbl {
    margin-top: -10px;
}
.donations-container .donations-rbl label {
    font-weight: 400;
    padding-left: 2px;
    padding-right:5px;
}
.donations-container table {
    width:100%;
}
.donations-container .donation-sub-text {
    font-size: 12px;
}
.donations-container .datepicker {
    width: 50% !important;
}
.donations-required {
    color: #f00;
}
.donations-indent {
    border-left: 1px solid #CE2036;
    padding-left: 15px;
    margin-bottom: 30px;
}
.donations-link {
    background-color:#303030;
    color:#fff;
    padding:10px;
}
.donations-link:hover {
    color: #fff;
}
.partner-portal-button {
    background-color:#303030;
    color:#fff !important;
    float:left;
    padding-left:30px;
    padding-right:30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius:0px;
    text-transform:uppercase;
    font-size:18px;
    font-weight:bold;
}
.partner-portal-button:hover {
    color: #fff;
}

.donation-chkbx label{
  margin-left:5px !important;
}

.donate-button {
    background-color:#303030;
    color:#fff !important;
    float:none;
    padding-left:30px;
    padding-right:30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius:0px;
    text-transform:uppercase;
    font-size:18px;
    font-weight:bold;
}
.donate-button:hover {
    color: #fff;
}
.AZ-golf-Schedule-header {
    color:#DC0004;
    text-transform:uppercase;
    font-weight:bold;
    font-size:16px;
    margin-top:5px;
    padding-left:5px;
    padding-right:5px;
}
.AZ-golf-Schedule-body {
    color:#fff;
    font-size:16px;
    padding-left:5px;
    padding-right:5px;
}
.AZ-golf-nav div {
    float:left;
    text-transform:uppercase;
    margin-top:5px;
    margin-bottom:5px;
    padding:10px 20px;
    border-left: 2px solid #fff;
    height:60px;
    display:table;
}
.AZ-golf-nav div:first-child {
    border-left-width: 0px;
}
.AZ-golf-nav div span {
    vertical-align: middle;
    display:table-cell;
}
.AZ-golf-nav div span a:link,
.AZ-golf-nav div span a:visited,
.AZ-golf-nav div span a:hover,
.AZ-golf-nav div span a:active {
    color:#fff;
    text-decoration:none;
}
.AZ-golf-nav div span a:hover {
    text-decoration:underline;
}
.AZ-golf-HoverRed {
    cursor:pointer;
}
.AZ-golf-HoverRed:hover {
    color:#DC0004;
}
.search-results {
    width:100%;
    max-width:660px;
    margin-bottom:20px;
}
.search-results a:hover {
    color:#555555;
}
.search-results h4 {
    margin-bottom:5px;
}
@media (max-width: 550px) {
    .AZ-golf-header {
        display:none;
    }
    .AZ-golf-header-logo {
        display:normal;
        width:auto;
        max-height:250px;
        margin-bottom:30px;
    }
}
@media (min-width: 551px) {
    .AZ-golf-header {
        display:normal;
    }
    .AZ-golf-header-logo {
        display:none;
    }
}

@media (max-width: 991px) {
    .AZ-golf-schedule-container {
        background:none;
    }
    .AZ-golf-donate-info-container {
        background: none;
        background-color:#312E28; 
    }
}
@media (min-width: 992px) {
    .AZ-golf-schedule-container {
        background: url('/Presentation/WirtzBev/includes/images/AZ-Golf/AZ%20Golf_Schedule.jpg'); 
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .AZ-golf-donate-info-container {
        background: url('/Presentation/WirtzBev/includes/images/AZ-Golf/AZ Golf_Donate.jpg');
        background-size: 100% auto;
        background-repeat: repeat;
    }
}



/*May 2020*/


/*------------------------------------------*\
  Layout
\*------------------------------------------*/


.row--section {
  padding: 30px 0; 
  font-size: 16px;
  line-height: 1.6em;
}

.row--vert-pad {
  padding: 80px 0; 
}


.row--highlight {padding: 30px 0; background-color: #f4f4f4}


.hr {width: 100%; height: 2px; background-color: #e8e8e8; margin: 30px 0; }



/*------------------------------------------*\
  Typography
\*------------------------------------------*/


h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 700; line-height: 1.3em;}



h1, .h1, .size-1 { 

font-size: 40px; /*2.5 @ 16base*/
margin: 0.2em 0 0.4em 0;
}

h2, .h2, .size-2 { 
font-size: 25.6px; /*1.6 @ 16base*/
margin: 0.2em 0 0.4em 0;
}


h3, .h3, .size-3 { 

font-size: 20px; /*1.25 @ 16base*/
margin: 0.5em 0;

}

h4, .h4, .size-4{ 

font-size: 18px; /*1.125 @ 16base*/
margin: 0.4em 0;

}

h5, .h5, .size-5{ 

font-size: 16px; /*1 @ 16base*/
margin: 0.4em 0;

}
h6, .h6, .size-6{ 

font-size: 12px; /*0.8 @ 16base*/
margin: 0.5em 0;
}


/*------------------------------------------*\
  Links
\*------------------------------------------*/


a.text-link, a.text-link:visited {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#303030), to(#303030));
  background-image: -webkit-linear-gradient(to right, #303030, #303030);
  background-image:    -moz-linear-gradient(to right, #303030, #303030);
  background-image:     -ms-linear-gradient(to right, #303030, #303030);
  background-image:      -o-linear-gradient(to right, #303030, #303030);
  background-image:         linear-gradient(to right, #303030, #303030);
  background-size: 100% 1px; 
  padding-bottom: 2px;
  color:#303030;
  transition: color 100ms ease-in;
}




a.text-button, a.text-button:visited {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#ec1c2c), to(#ec1c2c));
  background-image: -webkit-linear-gradient(to right, #ec1c2c, #ec1c2c);
  background-image:    -moz-linear-gradient(to right, #ec1c2c, #ec1c2c);
  background-image:     -ms-linear-gradient(to right, #ec1c2c, #ec1c2c);
  background-image:      -o-linear-gradient(to right, #ec1c2c, #ec1c2c);
  background-image:         linear-gradient(to right, #ec1c2c, #ec1c2c);
  background-size: 100% 1px; 
  padding-bottom: 4px;
  color:#ec1c2c;
  font-size: 0.9em;
  transition: color 100ms ease-in;
}



a.text-button::after{
 font-family:'FontAwesome';
  content:"\f105";
  padding-left: 8px;
  font-size: 1.1em;
  transition: padding 250ms ease-in;
}

a.text-button:hover::after{
  padding-left: 12px;
}

a.text-link:hover, a.text-link:focus, a.text-link:active,
a.text-button:hover, a.text-button:focus, a.text-button:active {  
  color:#a40a1f;
  background-image: -webkit-gradient(linear, left top, right top, from(#a40a1f), to(#a40a1f));
  background-image: -webkit-linear-gradient(to right, #a40a1f, #a40a1f);
  background-image:    -moz-linear-gradient(to right, #a40a1f, #a40a1f);
  background-image:     -ms-linear-gradient(to right, #a40a1f, #a40a1f);
  background-image:      -o-linear-gradient(to right, #a40a1f, #a40a1f);
  background-image:         linear-gradient(to right, #a40a1f, #a40a1f);
  -webkit-animation: undrln-1 ease-in-out 300ms forwards;
  animation: undrln-1 ease-in-out 300ms forwards;
}


/*------------------------------------------*\
  Buttons
\*------------------------------------------*/

.button {
  border:none; width:auto; overflow:visible; background:0 0; color:inherit; font:inherit; line-height:normal; -webkit-font-smoothing:inherit; -moz-osx-font-smoothing:inherit; -webkit-appearance:none; cursor:pointer; box-sizing: border-box;
  
  margin:1em 0;
  font-size: 12px; 
  padding: 12px 18px; 
  border-radius: 25px; 
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0,0,0,0);

}

a.button {display: inline-block;}


.button:hover,	
.button:active,  	
.button:focus, 	
a.button:hover,	
a.button:active,  	
a.button:focus {	
  box-shadow: 0 2px 4px rgba(0,0,0,.2);	
  text-decoration: none;
   outline: none;
}

.button--sm { 
  padding: 9px 15px; 
}


.button--primary, a.button--primary {
  color:#fff; 
  background-color:#ec1c2c; 
  border: 1px solid #ec1c2c;
  transition: all 100ms ease-in-out;
}


.button--primary .button--outline, 
a.button--primary a.button--outline {
  color: #ec1c2c;
  background-color:transparent; 
  transition: all 100ms ease-in-out;
}

.button--primary:hover, 	
.button--primary:focus, 	
.button--primary:active, 	
.button--primary .button--outline:hover,	
.button--primary .button--outline:focus,	
.button--primary .button--outline:hover,	
a.button--primary:hover, 	
a.button--primary:focus, 	
a.button--primary:active, 	
a.button--primary .button--outline:hover,	
a.button--primary .button--outline:focus,	
a.button--primary .button--outline:active  {
  color: #ffffff;
  background-color:#a40a1f;
  border: 1px solid #a40a1f;
}


.button--secondary,
a.button--secondary {
  color:#fff; 
  background-color:#303030; 
  border: 1px solid #303030;
  transition: all 100ms ease-in-out;
}


.button--secondary .button--outline, 
a.button--secondary a.button--outline {
  color: #303030;
  background-color:transparent; 
  transition: all 100ms ease-in-out;
}


.button--secondary:hover, 	
.button--secondary:focus, 	
.button--secondary:active, 	
.button--secondary .button--outline:hover,	
.button--secondary .button--outline:focus,	
.button--secondary .button--outline:hover,	
a.button--secondary:hover, 	
a.button--secondary:focus, 	
a.button--secondary:active, 	
a.button--secondary .button--outline:hover,	
a.button--secondary .button--outline:focus,	
a.button--secondary .button--outline:active  {
  color: #ffffff;
  background-color:#1b1b1b;
  border: 1px solid #1b1b1b;
}



/*------------------------------------------*\
  Accordions 
\*------------------------------------------*/
.accordion {margin-top: 15px; margin-bottom: 15px;}

.accordion__button {
  padding: 12px 20px; 
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #303030;
  border: 2px solid #f4f4f4;
  border-radius: 12px 12px 0 0;
  text-align: left;
  background-color: #ffffff;
  transition: all 250ms ease-in-out;
}


.accordion__button:after {
  font-family:'FontAwesome';
  content:"\f106";
  padding-left: 5px;
  float: right;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
}

.accordion__button.collapsed:after {
  content:"\f107";
}

.accordion__button:hover, .accordion__button:focus, .accordion__button:active  {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  outline: none;
 
}

.accordion__body {
  width: 100%; 
  padding: 30px; 
  background-color: #f4f4f4;
  color: #303030;
  font-size: 16px;
}

.accordion__body p {
  
  line-height: 1.6em; /*1.8 @ 16base*/
  letter-spacing: 0.15px;
  margin: 16px 0; 

}


/*------------------------------------------*\
  Cards -- for categories and article links
\*------------------------------------------*/


.crd {clear: both; width: 100%; float:left; margin-bottom: 40px; position: relative;}

.crd--mini { margin-bottom: 24px;  }

.crd__body{width: 100%; padding: 16px 0; float: left;}

.crd__cat{font-size: 12px; line-height: 1.4em; font-weight: 600; color: #909090; margin: 0.5em 0; }

.crd__title {display: inline; font-size:16px; line-height: 24px; padding: 0; margin: 8px 0; font-weight: 700; color:#303030;}

.crd__title--main-feature {font-size:20px; line-height: 28px;}

.crd__img { width: 100%; height: auto;}

.crd--block {width: 100%; height: 140px; background-color: #eeeeee; padding: 32px 24px; margin-bottom: 15px; margin-top: 15px; border-radius: 4px; font-weight: 600; color:#303030; transition: all 150ms ease-in-out; box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);}

.crd--block:hover {background-color: #ec1c2c; color:#fff;}

.crd__button {}


 .crd-article img {width: 100%; height: auto;} /*updated max-width to width*/

  .crd__badge {
      position: absolute; 
      right:12px; 
      top: 0; 
      background-color: #ec1c2c; 
      color: #fff; 
      padding:4px 8px; 
      font-size: 13px; 
      font-weight: 600; 
      text-align: center;
    }


.crd--info {background-color: #f4f4f4; padding: 30px; margin-bottom: 15px; margin-top: 15px; border-radius: 12px; 

}

.crd--info p {
  line-height: 1.6em; /*1.8 @ 16base*/
  letter-spacing: 0.15px;

}

/*------------------------------------------*\
  Dropdowns
\*------------------------------------------*/


.drop-down {
  width: 100%; 
  margin-bottom: 1em;
  border-radius: 4px; 
  overflow: hidden;
  border: 2px solid #e8e8e8; 
}


.drop-down--outline {
  border: 2px solid #b1b1b1; 
  box-shadow: 0 2px 6px rgba(0,0,0,0,0);
}


.drop-down__button { 
  padding: 14px 12px; 
  background-color: #f4f4f4; 
  color: #909090; 
  border-radius: 4px; 
  font-weight: 600;
  font-size: 14px;
  margin:0;
  width: 100%; 
  text-align: left; 
}

.drop-down--outline .drop-down__button {
  background-color: #fff; 
}


.drop-down__button:after {
  font-family:'FontAwesome';
  content:"\f107";
  padding-left: 5px;
  float: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}


.drop-down.drop-down--active {border: 2px solid #b3b3b3; box-shadow: 0 2px 6px rgba(0,0,0,0.10);}

.drop-down--outline.drop-down--active  {border: 2px solid #303030;}

.drop-down--active .drop-down__button {color: #303030;}

.drop-down__button:hover {color:#303030; background-color: #f4f4f4;}


.drop-down:hover,
.drop-down:focus,
.drop-down:active
{ 
  border: 2px solid #303030;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
   outline: none;
}  



.drop-down__menu {
  display: none;
  position: relative; 
  background-color: #fff; 
  width: 100%; 
}


.drop-down__menu-item {
  color: #909090; 
  background-color: #fff; 
  padding: 14px 12px;
}

.drop-down__menu-item:hover {color:#303030; background-color: #f4f4f4;}




/*------------------------------------------*\
  Form Elements
\*------------------------------------------*/


label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}

/* Entire clickable area */  
  .check-box {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: 0;
  font-weight: inherit;
}

/* Hide Default Box */  
.check-box input {
display: none;
}


/* Inherit parent styles */ 
.check-box .check-box__label {
font-size: inherit;
color: inherit;
}

/* Custom Checkbox */ 
.check-box .check-box__indicator {

  position: absolute;
  top: 14px;
  right: 12px;
  height: 16px;
  width: 16px;
  background-color: transparent;  
  border-radius: 50%;
  border: 1px solid #aaa;

  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;

}

.check-box input:checked ~ .check-box__indicator {

-webkit-transform: rotate(0deg) scale(1);
-ms-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
opacity:1;

background-color: #ec1c2c;
border-radius: 50%;
border: 1px solid #ec1c2c;

}


.check-box .check-box__indicator::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 8px;
  height: 0px;
  width: 0px;
  border-radius: 50%;
  border: solid #ec1c2c;
  border-width: 0 2px 2px 0;

  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity:1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}


.check-box input:checked ~ .check-box__indicator::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;

  background-color: transparent;
  border-radius: 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
}


/* For Ripple Effect */
.check-box .check-box__indicator::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  border: 1px solid #ec1c2c;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);    
}

.check-box input:checked ~ .check-box__indicator::before {
  left: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity:0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}


.form-control {
  
  height: 36px;
  padding: 4px 12px;
  line-height: 1.4;
  color: #505050;
  border-radius: 6px;
  margin-bottom:16px;
     
  
}

/*------------------------------------------*\
  Filter Module
\*------------------------------------------*/

.filter-module { position: relative; width:100%; min-height: 200px;}

.filter-container {position: absolute; width: 100%; z-index: 100; }

.filter-spacer { width: 100%; height: 20px; }
@media (max-width: 768px) {.filter-spacer { height: 100px; } }



/*------------------------------------------*\
  Brand Carousel Module
\*------------------------------------------*/

	.carousel-container {position: relative; width: 100%; overflow: hidden; white-space: nowrap; padding:0; margin:30px 0;}

	#supplier-carousel { width: 100%; height: auto; overflow: hidden; white-space: nowrap; padding:0; margin:0 auto;}

	.supplier-group {width: 50%; display: inline-block; height: auto;}

	.controls-wrapper {position: relative; max-width:100%;}

	a.next{cursor: pointer; position: absolute; z-index: 10; top: 40%; height: 100%;right: 1%; width: auto; font-size: 2em; color:#000000; margin-top: -0.5em; margin: 0; padding: 0; display: block;}

	a.prev{cursor: pointer; position: absolute; top: 40%; left: 1%; z-index: 10; width: auto; margin-top: -0.5em; font-size: 2em; color:#000000; background: none; border: none; margin: 0;padding: 0; display: block;}

	@media only screen and (max-width: 700px) { a.prev{display: none;}}
	@media only screen and (max-width: 600px) {.supplier-group {width: 100%;} }



/*------------------------------------------*\
  Misc 
\*------------------------------------------*/

.tag-group { width: auto; line-height: 40px; font-size: 16px; float: left; color: #aaaaaa;} 	
.tag-group a {color: #909090;} 	
.tag-group a:hover, .tag-group a:focus, .tag-group a:active {color: #ec1c2c;} 

@media (max-width: 768px) {.tag-group {width: 100%;} }
.featured-title{position: absolute; bottom: 20px; left: 40px; }

.hash {height: 4px; width: 64px;}
.hash--primary {background-color: #ec1c2c;}




/*------------------------------------------*\
  Article Module
\*------------------------------------------*/



.article__body { padding-top: 40px; padding-bottom: 40px; }

.article__body p {
  color: #303030;
  font-size: 17px; 
  line-height: 1.8em; /*1.8 @ 16base*/
  letter-spacing: 0.15px;
  margin: 0.8em 0 1.6em 0; /*0.8 0 1.6 0 @ 16base*/
}

.article__title {
    font-size: 32px;
    line-height: 1.4em;
    /* margin: 1em 0; */
}


.article__topic {
    line-height: 2em;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #909090 !important;
    margin: 0.5em 0;
}
    
    
.article__body ul, .article__body ol {padding: 0 32px ;}

.article__body li {font-size: 16px; line-height: 1.3em; padding-bottom: 0.5em ;  }

   
.article__extra {
    line-height: 1.3em;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #909090;
    margin: 0;
}


/*
.article__body p > a, 
.article__body p > a:visited,
.article__body li > a,
.article__body li > a:visited,
.article__body em > a, 
.article__body em > a:visited,
.article__body strong > a,
.article__body strong > a:visited {
  
  cursor: pointer;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#ec1c2c), to(#a40a1f));
  background-image: -webkit-linear-gradient(to right, #ec1c2c, #a40a1f);
  background-image:    -moz-linear-gradient(to right, #ec1c2c, #a40a1f);
  background-image:     -ms-linear-gradient(to right, #ec1c2c, #a40a1f);
  background-image:      -o-linear-gradient(to right, #ec1c2c, #a40a1f);
  background-image:         linear-gradient(to right, #ec1c2c, #a40a1f);
  background-size: 100% 1px; 
  color:#303030;

}


.article__body p > a:hover, 
.article__body p > a:focus, 
.article__body p > a:active, 
.article__body li > a:hover,
.article__body li > a:focus,
.article__body li > a:active,
.article__body em > a:hover,
.article__body em > a:focus,
.article__body em > a:active,
.article__body strong > a:hover,
.article__body strong > a:focus,
.article__body strong > a:active {
  color:#a40a1f;
  -webkit-animation: undrln-1 ease-in-out 300ms forwards;
  animation: undrln-1 ease-in-out 300ms forwards;

}

*/

.article__body p > a, 
.article__body p > a:visited,
.article__body li > a,
.article__body li > a:visited,
.article__body em > a, 
.article__body em > a:visited,
.article__body strong > a,
.article__body strong > a:visited {
  
  cursor: pointer;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#ec1c2c), to(#ec1c2c));
  background-image: -webkit-linear-gradient(to right, #ec1c2c, #ec1c2c);
  background-image:    -moz-linear-gradient(to right, #ec1c2c, #ec1c2c);
  background-image:     -ms-linear-gradient(to right, #ec1c2c, #ec1c2c);
  background-image:      -o-linear-gradient(to right, #ec1c2c, #ec1c2c);
  background-image:         linear-gradient(to right, #ec1c2c, #ec1c2c);
  background-size: 100% 2px; 
  color:#ec1c2c;

}


.article__body p > a:hover, 
.article__body p > a:focus, 
.article__body p > a:active, 
.article__body li > a:hover,
.article__body li > a:focus,
.article__body li > a:active,
.article__body em > a:hover,
.article__body em > a:focus,
.article__body em > a:active,
.article__body strong > a:hover,
.article__body strong > a:focus,
.article__body strong > a:active {
  background-image: -webkit-gradient(linear, left top, right top, from(#f7a4ab), to(#f7a4ab));
  background-image: -webkit-linear-gradient(to right, #f7a4ab, #f7a4ab);
  background-image:    -moz-linear-gradient(to right, #f7a4ab, #f7a4ab);
  background-image:     -ms-linear-gradient(to right, #f7a4ab, #f7a4ab);
  background-image:      -o-linear-gradient(to right, #f7a4ab, #f7a4ab);
  background-image:         linear-gradient(to right, #f7a4ab, #f7a4ab);
  color:#ad172b;
  cursor: pointer;
  -webkit-animation: rise ease-in-out 150ms forwards;
  animation: rise ease-in-out 150ms forwards;

}


.article__body p + h2, 	
.article__body p + .h2 { 	
    margin: 1.6em 0 0.4em 0;	
  }	
    	
  	
.callout {	
  padding: 20px;	
  margin: 1.6em -15px;	
  border-radius: 4px;	
  display: block;	
  color:#1b1b1b;	
  background-color: #f4f4f4;	
}	
  	
.callout--muted {  	
  color: #707070;	
  border: 2px solid #eeeeee;  	
}	
.callout--outline {  	
  color:#1b1b1b;	
  border: 4px solid #1b1b1b; 	
  background-color: transparent;	
  	
}	
.callout p:last-of-type {  	
  margin-bottom: 0;	
}


.article__body .article-quote {
  font-size: 28px;
  color:#303030;
  line-height: 1.6em;
  font-weight: 700;
  margin: 1em 0;
  display: block;  
}
  

.article__body .article-quote:after {
  content: "";
  width: 100%;
  height: 67px;
  background: url("/Presentation/WirtzBev/includes/images/quote-icon.jpg") 48% 20px no-repeat; /*Fallback*/
  background: url("/Presentation/WirtzBev/includes/images/quote-icon.svg") 48% 20px no-repeat;
  display: block;
  position: relative;
}

.article__body .quote {
  font-size: 32px;
  color:#909090;
  line-height: 1.4em;
  font-style: italic;
  margin: 1em 0;
  display: block;  
  
}

.article-tag-container { margin: 60px 0 30px 0; }

.article-tag {
    font-size: 12px; 
    line-height: 35px;
    font-weight: 400; 
    color: #505050;
    background-color: #e1e1e1; 
    padding: 6px 12px; 
    margin-left: 8px; 
    border-radius: 30px; 
}


.more-articles a img {
  width: 100%; 
  height: auto; 
}





/*------------------------------------*\
  Icon Block Buttons (Contact)
\*------------------------------------*/

.icon-block {
  padding: 30px;
  background-color: #f4f4f4;
  border-radius: 12px;
  trasition: all 300ms ease-in-out;
  
}

.icon-block__icon-container {
  margin: 0 auto;
  font-size: 25px;
  text-align: center;
  border: 4px solid #303030;
  width: 120px;
  height: 120px;
  border-radius:50%;
  padding:10px;
  
}

.icon-block .icon-block__icon {

  height:50%;
  margin-top: 25%;
  transition: all 200ms ease-in-out;
}

.icon-test:after {
  color: #303030;
  font-family:'FontAwesome';
  content: "\f004";
  width:80%;

}


.icon-block .icon-block__text {
  margin-top: 20px; 
  margin-bottom: 0; 
  text-align: center;
  transition: all 200ms ease-in-out;
}


.icon-block:hover,
.icon-block:focus 
{
  background-color: #e9e9e9;
}


.icon-block:hover .icon-block__icon,
.icon-block:focus .icon-block__icon
{
  height:56%;
  margin-top: 22%;
}


.icon-block:hover .icon-block__text {
  margin-top: 14px;
  margin-bottom: 6px; 

}


/*------------------------------------*\
  Modifiers - Structure
\*------------------------------------*/

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    
  -ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  
  -ms-flex-pack: center;
  justify-content: center;
}


.responsive-width {width: 100%; height: auto;}

/*------------------------------------*\
  Modifiers - Text
\*------------------------------------*/

.txt-bold { font-weight: bold; font-weight: 700;}
.txt-slim {font-weight: lighter; font-weight: 300; }
.txt-uppercase {text-transform: uppercase;}
.txt-center{text-align: center;}
.txt-left{text-align: left;}
.txt-right{text-align: right;}
.txt-just{text-align: justify;}

.txt-c-primary {color: #ec1c2c;}
.txt-c-black   {color: #1b1b1b;}
.txt-c-grey-30 {color: #303030;} 
.txt-c-grey-70 {color: #707070;} 
.txt-c-grey-90 {color: #909090;} 
.txt-c-grey-light {color: #e1e1e1;} 
.txt-c-off-white {color: #f4f4f4;}
.txt-c-white   {color: #ffffff;}



/*------------------------------------*\
  Modifiers - Backgrounds
\*------------------------------------*/

.bg-white     {background-color: #ffffff;}
.bg-black     {background-color: #1b1b1b;}
.bg-off-black {background-color: #303030;}
.bg-grey      {background-color: #e1e1e1;}
.bg-off-white {background-color: #f4f4f4;}
.bg-primary   {background-color: #ec1c2c;}

.rounded {border-radius: 12px;}

/*------------------------------------*\
  Modifiers - Layout
\*------------------------------------*/
.mar-1 {margin:1em;}
.mar-2 {margin:2em;}
.mar-3 {margin:3em;}
.mar-4 {margin:4em;}
.mar-v1 {margin:1em 0;}
.mar-v2 {margin:2em 0;}
.mar-v3 {margin:3em 0;}
.mar-v4 {margin:4em 0;}
.mar-v5 {margin:5em 0;}
.mar-h1 {margin:0 1em;}
.mar-h2 {margin:0 2em;}
.mar-h3 {margin:0 3em;}
.mar-h4 {margin:0 4em;}
.mar-h5 {margin:0 5em;}
.mar-r  {margin-right: 0.5em;}
.mar-l   {margin-left: 0.5em;}
.mar-t    {margin-top: 0.5em;}
.mar-b {margin-bottom: 0.5em;}
.mar-r2  {margin-right: 2em;}
.mar-l2   {margin-left: 2em;}
.mar-t2    {margin-top: 2em;}
.mar-b2 {margin-bottom: 2em;}
.mar-r3  {margin-right: 3em;}
.mar-l3   {margin-left: 3em;}
.mar-t3    {margin-top: 3em;}
.mar-b3 {margin-bottom: 3em;}
.no-mar           {margin:0;}
.no-mar-r  {margin-right: 0;}
.no-mar-l   {margin-left: 0;}
.no-mar-t    {margin-top: 0;}
.no-mar-b {margin-bottom: 0;}
.pad-1 {padding:1em;}
.pad-2 {padding:2em;}
.pad-3 {padding:3em;}
.pad-3 {padding:4em;}
.pad-v1 {padding:1em 0;}
.pad-v2 {padding:2em 0;}
.pad-v3 {padding:3em 0;}
.pad-v4 {padding:4em 0;}
.pad-v5 {padding:5em 0;}
.pad-h1 {padding:0 1em;}
.pad-h2 {padding:0 2em;}
.pad-h3 {padding:0 3em;}
.pad-h3 {padding:0 4em;}
.pad-h3 {padding:0 5em;}
.pad-r  {padding-right: 0.5em;}
.pad-l   {padding-left: 0.5em;}
.pad-t    {padding-top: 0.5em;}
.pad-b {padding-bottom: 0.5em;}
.pad-r2  {padding-right: 2em;}
.pad-l2   {padding-left: 2em;}
.pad-t2    {padding-top: 2em;}
.pad-b2 {padding-bottom: 2em;}
.pad-r3  {padding-right: 3em;}
.pad-l3   {padding-left: 3em;}
.pad-t3    {padding-top: 3em;}
.pad-b3 {padding-bottom: 3em;}
.no-pad           {padding:0;}
.no-pad-r  {padding-right: 0;}
.no-pad-l   {padding-left: 0;}
.no-pad-t    {padding-top: 0;}
.no-pad-b {padding-bottom: 0;}
.txt-left-mc {text-align: left;}
.txt-right-mc {text-align: right;}



/*------------------------------------------*\
  Modifiers
\*------------------------------------------*/

.is-visible {display: block;}

.float-right--ml {float: right;}

@media (max-width: 768px){.float-right--ml {float: inherit;}}




/*------------------------------------------*\
  UX 
\*------------------------------------------*/

.ux-hvr-shadow {box-shadow: 0 2px 4px rgba(0,0,0,0); transition: all 250ms ease-in-out;}
.ux-hvr-shadow:hover, .ux-hvr-shadow:focus, .ux-hvr-shadow:active {box-shadow: 0 0px 12px rgba(0,0,0,0.5);}

.ux-hvr-shift {margin-top:1em; margin-bottom: 0.5em; transition: all 250ms ease-in-out;}
.ux-hvr-shift:hover, .ux-hvr-shift:focus, .ux-hvr-shift:active {margin-top: 0.5em; margin-bottom: 1em;}

.ux-hvr-opacity {opacity: 1; transition: opacity 250ms ease-in-out;}
.ux-hvr-opacity:hover, .ux-hvr-opacity:focus, .ux-hvr-opacity:active {opacity: 0.8;}


.ux-hvr-underline, .ux-trg-underline {
background-position: 0% 100%;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
background-image: -webkit-linear-gradient(to right, #ffffff, #ffffff);
background-image: -moz-linear-gradient(to right, #ffffff, #ffffff);
background-image: -ms-linear-gradient(to right, #ffffff, #ffffff);
background-image: -o-linear-gradient(to right, #ffffff, #ffffff);
background-image: linear-gradient(to right, #ffffff, #ffffff);
background-size: 0% 0px;
}
.ux-hvr-underline:hover, 
.ux-activator:hover .ux-trg-underline, 
.ux-hvr-underline:focus, 
.ux-activator:focus .ux-trg-underline {
background-image: -webkit-gradient(linear, left top, right top, from(#ec1c2c), to(#ec1c2c));
background-image: -webkit-linear-gradient(to right, #ec1c2c, #ec1c2c);
background-image: -moz-linear-gradient(to right, #ec1c2c, #ec1c2c);
background-image: -ms-linear-gradient(to right, #ec1c2c, #ec1c2c);
background-image: -o-linear-gradient(to right, #ec1c2c, #ec1c2c);
background-image: linear-gradient(to right, #ec1c2c, #ec1c2c);
-webkit-animation: undrln-2 ease-in-out 300ms forwards;
animation: undrln-2 ease-in-out 200ms forwards;
}

@-webkit-keyframes rise {
  0% {background-size: 100% 10%;}
  100% {background-size: 100% 100%;}
}
    
@keyframes rise {
  0% {background-size: 100% 10%;}
  100% {background-size: 100% 100%;}
}


@-webkit-keyframes undrln-1 {
  0% {
    background-size: 0 1px
  }
  100% {
    background-size: 100% 1px
  }
}
@keyframes undrln-1 {
  0% {
    background-size: 0 1px
  }
  100% {
    background-size: 100% 1px
  }
}

@-webkit-keyframes undrln-2 {
  0% {background-size: 0% 2px;}
  100% {background-size: 100% 2px;}
}

@keyframes undrln-2 {
  0% {background-size: 0% 2px;}
  100% {background-size: 100% 2px;}
}



    


