.font-CheapPineSans {
  font-family: "CheapPineSans";
}
.font-CheapPineRegular {
  font-family: "CheapPineRegular";
}
.font-BrandonGrotesqueBold {
  font-family: BrandonGrotesqueBold;
}
.font-BrandonGrotesqueBlack {
  font-family: BrandonGrotesqueBlack;
}
.font-BrandonGrotesqueBlackItalic {
  font-family: BrandonGrotesqueBlackItalic;
  /*font-weight: 800;
    font-style: italic;*/

}
.font-BrandonGrotesqueMedium {
  font-family: BrandonGrotesqueMedium;
}
html {
  font-family: "BrandonGrotesqueMedium", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Arial", "sans-serif";
}
body {
  margin: 0;
  padding: 0;
  background-color: white;
  background: url("../images/globals/site-bg.jpg") repeat;
  font-size: 18px;
  line-height: 22px;
}
.container {
  max-width: 970px;
  width: 100%;
}
.noscroll {
  overflow: hidden;
}
h1 {
  font-family: BrandonGrotesqueBlack;
  font-size: 48px;
  color: #37401b;
  line-height: 52px;
  text-transform: uppercase;
}
h2 {
  font-family: BrandonGrotesqueBlack;
  font-size: 24px;
  color: #37401b;
}
h3 {
  font-family: BrandonGrotesqueBlack;
  font-size: 18px;
  color: #322a20;
  line-height: 22px;
}
.h1-dark,
.subheading {
  font-size: 44px;
  text-transform: capitalize;
  color: #ede2b6;
  line-height: 48px;
}
.h1-light {
  font-size: 44px;
  text-transform: capitalize;
  line-height: 48px;
}
.h2-dark {
  color: #ede2b6;
}
.h3-dark {
  color: white;
}
p {
  font-family: BrandonGrotesqueMedium;
  font-size: 18px;
  color: white;
  line-height: 22px;
}
.body-copy {
  font-family: BrandonGrotesqueMedium;
  font-size: 18px;
  color: black;
  line-height: 19px;
}
.dark-bk-body {
  font-family: BrandonGrotesqueMedium;
  font-size: 18px;
  color: black;
  line-height: 19px;
  color: white;
  line-height: 22px;
}
.light-bk-body {
  font-family: BrandonGrotesqueMedium;
  font-size: 18px;
  color: black;
  line-height: 19px;
  font-size: 13px;
  color: #322a20;
  line-height: 17px;
}
a.dark-anchor {
  font-family: BrandonGrotesqueBlack;
  font-size: 13px;
  color: #ede2b6;
  line-height: 17px;
}
a.dark-anchor:hover {
  color: white;
}
a.light-anchor {
  font-family: BrandonGrotesqueBlack;
  font-size: 13px;
  color: #9e0b0f;
  line-height: 17px;
}
a.light-anchor:hover {
  color: #322a20;
}
ul,
ol,
ul li,
ol li {
  margin: 0;
  padding: 0;
}
ul,
ul li {
  list-style-type: none;
}
a {
  display: block;
  color: white;
  outline: none;
}
img {
  outline: none;
  max-width: 100%;
  height: auto;
}
a:hover,
a:focus,
a:visited {
  text-transform: none;
  text-decoration: none;
  outline: none;
  color: white;
}
.list-inline {
  margin-left: 0px !important;
}
.page-header {
  border-bottom: 0px;
}
.generic-button-small {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  font-family: BrandonGrotesqueBlack;
  background: -webkit-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -moz-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -ms-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -o-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f5e193, EndColorStr=#b08d36);
  box-shadow: 2px 2px 15px #2b2b2b;
  color: #322a20;
  border-radius: 5px;
  cursor: pointer;
  text-transform: none;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 2px 2px #ddc689;
  letter-spacing: 0.8px;
  border: 0;
}
.generic-button-small:focus {
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
}
.generic-button-small:hover {
  text-decoration: none;
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
}
.generic-button-small:active {
  background: -webkit-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -moz-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -ms-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -o-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a8842c, EndColorStr=#deca7a);
}
.generic-button-small:visited {
  color: #322a20;
}
.generic-button {
  font-family: BrandonGrotesqueBlack;
  background: -webkit-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -moz-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -ms-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -o-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f5e193, EndColorStr=#b08d36);
  box-shadow: 2px 2px 15px #2b2b2b;
  color: #322a20;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 2px 2px #ddc689;
  letter-spacing: 0.8px;
  padding: 9px 30px;
  font-size: 18px;
  border: 0;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .generic-button {
    font-size: 12px;
    padding: 9px 15%;
  }
}
.generic-button:focus {
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
  text-transform: uppercase;
}
.generic-button:hover {
  text-decoration: none;
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
  text-transform: uppercase;
}
.generic-button:active {
  background: -webkit-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -moz-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -ms-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -o-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a8842c, EndColorStr=#deca7a);
  text-transform: uppercase;
}
.generic-button:visited {
  color: #322a20;
}
.clear {
  clear: both;
  display: block;
  content: "";
}
.golden-link {
  font-size: 14px !important;
  color: #c2b06a !important;
}
.paper-background-images img {
  border: 5px solid white;
}
.paper-background-frame {
  padding: 8px 10px 12px 15px !important;
  background-image: url("/Presentation/AngryOrchard/includes/images/cms/frame-background-image.png");
  padding: 8px 10px 12px 15px;
  background-size: 100% 100%;
  background-position: center center;
}
header {
  background-color: black;
  height: 89px;
  position: relative;
  z-index: 2000;
}
header .sitewide-header {
  background: url("/Presentation/AngryOrchard/includes/images/cms/header-bg.png") no-repeat;
  background-size: auto 100%;
  background-position: center center;
  height: inherit;
}
header .sitewide-header .left-header {
  float: none;
  text-align: center;
}
header .sitewide-header .left-header .mobile-menu-button {
  margin-top: 25px;
  text-align: left;
  margin-right: 0;
  cursor: pointer;
  float: left;
  padding: 0;
}
header .sitewide-header .left-header .logo {
  padding-top: 20px;
}
header .sitewide-header .left-header .logo a {
  margin: 0 auto;
  width: 118px;
}
header .sitewide-header .right-header {
  position: initial;
}
header .sitewide-header .right-header .mobile-search-button,
header .sitewide-header .right-header > img {
  text-align: right;
  margin-top: 25px;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
  width: 100%;
}
header .sitewide-header .right-header .right-top-header .top-navigation-links ul li a,
header .sitewide-header .right-header .right-top-header .top-navigation-links ul li span {
  font-family: BrandonGrotesqueBlack;
  color: white;
}
header .sitewide-header .right-header .right-top-header .global-search-box {
  background-color: rgba(0, 0, 0, 0.9);
  border-top: 1px solid #353433;
  border-radius: 2px;
}
header .sitewide-header .right-header .right-top-header .global-search-box input {
  background-color: transparent;
  border: none;
  color: #a5a4a4;
  width: 151px;
  padding: 5px 6px;
  height: 24px;
  font-size: 12px;
}
header .sitewide-header .right-header .right-top-header .global-search-box ::-webkit-input-placeholder {
  color: #a5a4a4;
}
header .sitewide-header .right-header .right-top-header .global-search-box :-moz-placeholder {
  /* Firefox 18- */
  color: #a5a4a4;
}
header .sitewide-header .right-header .right-top-header .global-search-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a4a4;
}
header .sitewide-header .right-header .right-top-header .global-search-box :-ms-input-placeholder {
  color: #a5a4a4;
}
header .sitewide-header .right-header .mobile-nav {
  opacity: 0.95;
  z-index: 1000;
  position: absolute;
  left: 0;
  right: 0;
  top: 89px;
  width: 100%;
  background: -webkit-linear-gradient(top, #f3e092, #aa852d);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #f3e092, #aa852d);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #f3e092, #aa852d);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, #f3e092, #aa852d);
  /* Standard syntax */

}
header .sitewide-header .right-header .mobile-nav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
header .sitewide-header .right-header .mobile-nav ul {
  padding-top: 15px;
}
header .sitewide-header .right-header .mobile-nav ul li {
  padding: 0;
}
header .sitewide-header .right-header .mobile-nav ul li a,
header .sitewide-header .right-header .mobile-nav ul li .menu-links a,
header .sitewide-header .right-header .mobile-nav ul li span {
  border-bottom: 1px solid #857349;
  border-top: 1px solid #ede0b8;
  font-family: BrandonGrotesqueBlack;
  color: #322a20;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
}
header .sitewide-header .right-header .mobile-nav ul li span {
  font-weight: normal;
  padding-bottom: 0;
  border-bottom: 0;
}
header .sitewide-header .right-header .mobile-nav ul li .menu-links {
  display: table-row;
  /*.row-li {
                                display: table;
                                vertical-align: middle;
                            }*/

}
header .sitewide-header .right-header .mobile-nav ul li .menu-links li {
  width: 20%;
  display: table-cell;
  float: none;
  vertical-align: middle;
  border-bottom: 1px solid #857349;
  border-top: 1px solid #ede0b8;
}
header .sitewide-header .right-header .mobile-nav ul li .menu-links li:first-child {
  border-right: 1px solid #ede0b8;
}
header .sitewide-header .right-header .mobile-nav ul li .menu-links li:last-child {
  border-left: 1px solid #857349;
}
header .sitewide-header .right-header .mobile-nav ul li .menu-links li a {
  font-weight: normal;
  border-top: none;
  border-bottom: none;
}
header .sitewide-header .right-header .mobile-nav ul li .menu-links > [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
header .sitewide-header .right-header .mobile-nav ul li .social-links ul {
  padding: 0;
}
header .sitewide-header .right-header .mobile-nav ul li .social-links ul li {
  margin: 0 2px;
  display: inline-block;
}
header .sitewide-header .right-header .mobile-nav ul li .social-links ul li a {
  padding-top: 5px;
  border: none;
}
header .sitewide-header .right-header .main-navigation {
  padding-top: 12px;
  padding-right: 0;
}
header .sitewide-header .right-header .main-navigation > ul > li {
  margin-left: 20px;
  color: #ede2b6;
  font-size: 18px;
  text-transform: uppercase;
  font-family: BrandonGrotesqueBlack;
}
header .sitewide-header .right-header .main-navigation > ul > li:hover {
  color: white;
}
header .sitewide-header .right-header .main-navigation > ul > li a {
  color: #ede2b6;
  font-size: 18px;
  text-transform: uppercase;
  font-family: BrandonGrotesqueBlack;
}
header .sitewide-header .right-header .main-navigation > ul > li a:hover {
  color: white;
}
header .sub-navigation-wrapper {
  background: -webkit-linear-gradient(top, #f9e597 0%, #a68129 100%);
  background: -moz-linear-gradient(top, #f9e597 0%, #a68129 100%);
  background: -ms-linear-gradient(top, #f9e597 0%, #a68129 100%);
  background: -o-linear-gradient(top, #f9e597 0%, #a68129 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f9e597, EndColorStr=#a68129);
}
header .sub-navigation-wrapper .title-section h2,
header .sub-navigation-wrapper .title-section > a,
header .sub-navigation-wrapper .title-section > span {
  color: #221c14;
}
header .sub-navigation-wrapper .title-section > a {
  font-family: BrandonGrotesqueMedium;
  font-size: 14px;
  text-transform: none;
  padding-top: 5px;
  line-height: 18px;
}
header .sub-navigation-wrapper .title-section > span {
  font-family: BrandonGrotesqueMedium;
  font-size: 24px;
  line-height: 24px;
}
header .sub-navigation-wrapper .title-section > a:hover {
  color: white;
}
header .sub-navigation-wrapper ul li .menu-item h3,
header .sub-navigation-wrapper ul li .menu-item h3 a {
  font-family: BrandonGrotesqueBlack;
  color: #37401b;
}
header .sub-navigation-wrapper ul li .menu-item a,
header .sub-navigation-wrapper ul li .menu-item span {
  font-family: BrandonGrotesqueMedium;
  color: #221c14;
}
header .sub-navigation-wrapper ul li .menu-item span.menu-subtitle {
  font-family: BrandonGrotesqueBlack;
  color: #37401b;
  font-size: 18px;
  line-height: 20px;
}
header .sub-navigation-wrapper ul li .menu-item a:hover {
  color: white;
}
header .sub-navigation-wrapper ul li .navigation-callout a {
  color: #221c14;
}
header .sub-navigation-wrapper ul li .navigation-callout h2 {
  font-family: BrandonGrotesqueBold;
  color: #221c14;
}
header .sub-navigation-wrapper ul li .navigation-callout label {
  font-family: BrandonGrotesqueBold;
  color: #221c14;
}
header .sub-navigation-wrapper ul li .navigation-callout input[type='text'] {
  border: 0;
  border-top: 1px solid #221c14;
  border-left: 1px solid #cacaca;
}
header .sub-navigation-wrapper ul li .navigation-callout input[type='checkbox'] + label {
  color: #221c14;
  font-family: BrandonGrotesqueBold;
}
header .sub-navigation-wrapper ul li .navigation-callout .generic-button {
  color: white;
}
header .sub-navigation-wrapper ul li .navigation-callout .dropdown .dropdown-menu {
  background: rgba(237, 227, 183, 0.92);
  width: inherit;
  top: 100%;
  padding: 0px;
  margin: 0;
  font-size: 13px;
}
header .sub-navigation-wrapper ul li .navigation-callout .dropdown .dropdown-menu li {
  width: 100%;
  border-top: 1px solid #7b715a;
}
header .sub-navigation-wrapper ul li .navigation-callout .dropdown .dropdown-menu li a {
  width: 100%;
  color: #322a20;
  font-weight: bold;
  text-transform: none;
  padding: 4px 15px;
  cursor: pointer;
  word-wrap: break-word;
  white-space: normal;
}
header .sub-navigation-wrapper ul li .navigation-callout .dropdown .dropdown-menu li a:hover {
  background: #322a20;
  color: white;
}
header .sub-navigation-wrapper ul li .navigation-callout .dropdown .dropdown-menu li:first-child {
  border: 0px;
}
header .breadcrumb {
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  margin: 0;
  box-shadow: 0 10px 10px -5px #322a20 inset;
  min-height: 20px;
  z-index: 1500;
  background-color: transparent;
  border-radius: 0;
}
header .breadcrumb ul li {
  margin-left: 5px;
  float: left;
  margin-right: 4px;
  font-family: BrandonGrotesqueBold;
  color: white;
  font-size: 11px;
}
header .breadcrumb ul li a,
header .breadcrumb ul li a:focus,
header .breadcrumb ul li a:visited {
  color: #ede2b6;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 15px;
}
header .breadcrumb ul li a:hover {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  line-height: 15px;
}
header .breadcrumb ul li.bread-separator {
  margin: 0;
}
header .breadcrumb ul li.bread-separator:first-child {
  color: #ede2b6;
}
header .breadcrumb ul li:last-child a {
  color: white;
}
header.mobile-header .sitewide-header .left-header > div:first-child {
  padding: 0;
  text-align: left;
}
.social-links .stButton {
  margin: 0;
  padding-right: 3px;
}
.social-links .stButton .stLarge {
  background-image: none !important;
  height: 17px;
  width: 15px;
}
.breadcrumb {
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  margin: 0;
  box-shadow: 0 10px 10px -5px #322a20 inset;
  min-height: 20px;
  z-index: 1500;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb ul li {
  margin-left: 5px;
  float: left;
  margin-right: 4px;
  font-family: BrandonGrotesqueBold;
  color: white;
  font-size: 11px;
}
.breadcrumb ul li a,
.breadcrumb ul li a:focus,
.breadcrumb ul li a:visited {
  color: #ede2b6;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 15px;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  line-height: 15px;
}
.breadcrumb ul li.bread-separator {
  margin: 0;
}
.breadcrumb ul li.bread-separator:first-child {
  color: #ede2b6;
}
.breadcrumb ul li:last-child a {
  color: white;
}
footer {
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}
footer .sitewide-footer .footer-content .left-footer > ul > li span > a {
  color: #c2b06a;
}
footer .sitewide-footer .footer-content .left-footer > ul > li span > a:hover {
  color: white;
  font-family: BrandonGrotesqueBold;
}
footer .sitewide-footer .footer-content .left-footer > ul > li ul li span a {
  color: white;
  font-family: BrandonGrotesqueBold;
}
footer .sitewide-footer .footer-content .right-footer .action-text {
  padding-top: 11px;
  padding-bottom: 7px;
  line-height: 20px;
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
  color: #c2b06a;
  margin-right: 0px;
}
footer .sitewide-footer .footer-content .right-footer .social-media {
  text-align: center;
}
footer .sitewide-footer .footer-content .right-footer .social-media > ul li {
  padding: 0px;
  margin-bottom: 7px;
  margin-left: 15px;
}
footer .sitewide-footer .footer-content .right-footer .social-media > ul li img {
  display: block;
}
footer .sitewide-footer .footer-utility .left-utility {
  text-align: center;
  padding-top: 11px;
  line-height: 17px;
  font-size: 13px;
}
footer .sitewide-footer .footer-utility .left-utility ul {
  padding-bottom: 10px;
}
footer .sitewide-footer .footer-utility .left-utility ul li {
  padding: 0px;
  font-size: 13px;
  margin: 0 7px 0 0;
  color: #c2b06a;
  font-family: BrandonGrotesqueBold;
  line-height: 13px;
  border-left: 1px solid #c2b06a;
  padding-left: 7px;
}
footer .sitewide-footer .footer-utility .left-utility ul li a {
  padding: 0px;
  font-size: 13px;
  line-height: 13px;
  color: #c2b06a;
  text-transform: uppercase;
  font-family: BrandonGrotesqueBold;
}
footer .sitewide-footer .footer-utility .left-utility ul li a:hover {
  color: white;
}
footer .sitewide-footer .footer-utility .left-utility ul li:first-child {
  border-left: 0px;
}
footer .sitewide-footer .footer-utility .left-utility:after {
  clear: both;
  display: block;
  content: '';
}
footer .sitewide-footer .footer-utility .right-utility {
  padding-bottom: 12px;
  color: #c2b06a;
  text-align: center;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slider-container {
  padding: 0px;
}
.slider-wrapper .slider-container .carousel {
  padding: 0px;
}
.slider-wrapper .slider-container .carousel .carousel-indicators {
  bottom: 9px;
  height: 15px;
  z-index: 1398;
}
.slider-wrapper .slider-container .carousel .carousel-indicators .active {
  height: 14px;
  width: 14px;
  margin: 0px 6px 0px 0px;
  border: 2px solid white;
}
.slider-wrapper .slider-container .carousel .carousel-indicators li {
  height: 14px;
  width: 14px;
  margin: 0px 6px 0px 0px;
  border: 2px solid white;
}
.slider-wrapper .slider-container .carousel .carousel-indicators li:last-child {
  margin-right: 0px;
}
.slider-wrapper .slider-container .carousel .carousel-inner {
  z-index: 1002;
}
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption {
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption h1 {
  font-family: "CheapPineRegular";
  color: #322a20;
  font-size: 36px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  font-weight: 500;
  /*max-height: 160px;
                            max-width: 370px;*/

}
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption h1 img {
  /*max-width: 155px;*/
  padding-left: 4%;
  padding-top: 28%;
  width: 61%;
}
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-desc {
  color: #322a20;
  font-family: BrandonGrotesqueMedium;
  width: 362px;
  margin: 5px 0px;
}
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn {
  margin: 10px 0 0;
  font-family: BrandonGrotesqueBlack;
  letter-spacing: 1px;
}
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button {
  color: #322a20;
  font-family: BrandonGrotesqueMedium;
  font-weight: 800;
  font-size: 22px;
}
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button:hover,
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button:active,
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button:focus {
  color: #322a20;
  font-size: 22px;
}
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption.carousel-caption.dark {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption.carousel-caption.dark .slider-desc {
  color: white;
}
.slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption a.mobile-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1001;
}
.slider-wrapper .slider-container .carousel .carousel-inner .item .slider-image.img-responsive {
  width: 100%;
  /*opacity: 0.7;*/

}
.slider-wrapper .slider-container .carousel .carousel-control {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  top: 38%;
  z-index: 99;
  height: 60px;
  width: 25px;
}
.slider-wrapper .slider-container .carousel .carousel-control img {
  display: block;
  height: auto;
  max-width: 100%;
}
.slider-wrapper .slider-container .carousel .carousel-control.left {
  left: 0;
}
.slider-wrapper .slider-container .carousel .carousel-control.right {
  right: 0;
}
.slider-wrapper .slider-container .carousel .carousel-control.right img {
  float: right;
}
.slider-wrapper .slider-container .navigation {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  width: 100%;
}
.slider-wrapper .slider-container .navigation .prev-slide {
  float: left;
  position: relative;
  z-index: 1390;
}
.slider-wrapper .slider-container .navigation .next-slide {
  float: right;
  position: relative;
  z-index: 1391;
}
.slider-wrapper .slider-bottom {
  bottom: 0px;
  position: absolute;
  width: 100%;
}
.listing-seperator .subheading {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
.listing-seperator .h1-dark {
  margin-left: 30px;
  font-size: 36px;
}
.listing-seperator .generic-callout-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0px;
  padding: 0px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-left: 30px;
  margin-right: 30px;
}
.listing-seperator .generic-callout-block .image {
  display: block;
  width: 100%;
}
.listing-seperator .generic-callout-block .image .img-responsive {
  width: 100%;
}
.listing-seperator .generic-callout-block .text-content {
  padding: 0px;
}
.listing-seperator .generic-callout-block .text-content .h2-dark a {
  margin-top: 0px;
  text-transform: capitalize;
  font-size: 24px;
  color: #ede2b6;
  line-height: 24px;
}
.listing-seperator .generic-callout-block .text-content .h2-dark a:hover {
  font-size: 24px;
  color: #ede2b6;
  line-height: 24px;
}
.listing-seperator .generic-callout-block:first-child {
  border-left: 0px !important;
}
.listing-seperator .generic-callout-block:last-child {
  border-bottom: 0px;
}
.vertical-listing .generic-callout-block {
  margin: 0px;
}
.vertical-listing .generic-callout-block .image {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  background: url('/Presentation/AngryOrchard/includes/images/cms/frame-background-image.png') no-repeat center center;
  background-size: 100% 100%;
  padding: 8px 10px 12px 15px;
  width: 100%;
}
.vertical-listing .generic-callout-block .image img {
  border: 5px solid white;
}
.vertical-listing .generic-callout-block .h2-dark {
  margin-top: 15px;
}
.vertical-listing .generic-callout-block .h2-dark a {
  text-transform: uppercase;
  font-size: 30px;
  color: #ede2b6;
  line-height: 30px;
}
.vertical-listing .generic-callout-block .h2-dark a:hover {
  text-transform: uppercase;
  font-size: 30px;
  color: #ede2b6;
  line-height: 30px;
}
.vertical-listing .generic-callout-block h4 {
  color: #ede2b6;
}
.vertical-listing .generic-callout-block .dark-bk-body,
.vertical-listing .generic-callout-block .dark-bk-body p {
  padding-bottom: 14px;
  font-size: 18px;
  line-height: 22px;
}
.generic-callout-block {
  padding: 0px;
  padding-bottom: 40px;
  padding-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
.generic-callout-block div {
  padding: 0px;
}
.generic-callout-block .image {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}
.generic-callout-block .image img {
  width: 100%;
}
.generic-callout-block .text-content {
  padding-bottom: 5px;
}
.generic-callout-block .h2-dark {
  margin-top: 15px;
}
.generic-callout-block .h2-dark a {
  text-transform: uppercase;
  font-size: 30px;
  color: #ede2b6;
  line-height: 30px;
}
.generic-callout-block .h2-dark a:hover {
  text-transform: uppercase;
  font-size: 30px;
  color: #ede2b6;
  line-height: 30px;
}
.generic-callout-block h4 {
  color: #ede2b6;
}
.generic-callout-block .h3-dark {
  margin-top: 2px;
}
.generic-callout-block .dark-bk-body {
  padding-bottom: 25px;
}
.news-listing-container .news-title {
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 7px;
  text-align: center;
  font-weight: bold;
}
.news-listing-container .news-filter-container {
  float: none;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  padding: 20px 0px;
}
.news-listing-container .news-filter-container .news-date-filter {
  display: inline-block;
  float: none;
  width: 100%;
}
.news-listing-container .news-filter-container .news-date-filter span.to-class {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 7px;
}
.news-listing-container .news-filter-container .news-date-filter .filter-top-content {
  text-align: left;
  padding-left: 0px;
}
.news-listing-container .news-filter-container .news-date-filter .filter-top-content label {
  font-size: 14px;
  font-family: BrandonGrotesqueBold;
  color: #ede2b6;
}
.news-listing-container .news-filter-container .news-date-filter .generic-button {
  padding: 4px 15px;
  border: 0;
  margin-top: 20px;
  float: left;
  width: 95%;
}
.news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder {
  width: 100%;
  float: none;
}
.news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group {
  width: 46%;
  float: left;
}
.news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group input {
  padding: 8px 0px 4px 8px;
  border-radius: 5px;
  width: 75%;
  min-width: 89px;
  float: left;
  border: none;
}
.news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group :-moz-placeholder {
  /* Firefox 18- */
  font-size: 11px;
  color: black;
  font-family: BrandonGrotesqueBold;
}
.news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 11px;
  color: black;
  font-family: BrandonGrotesqueBold;
}
.news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group :-ms-input-placeholder {
  font-size: 11px;
  color: black;
  font-family: BrandonGrotesqueBold;
}
.news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group .input-group-addon {
  width: 23px;
  height: 23px;
  background-size: 100% 100%;
}
.news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group .input-group-addon img {
  vertical-align: top;
  width: 10%;
}
.news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder span {
  color: white;
  font-family: BrandonGrotesqueBold;
  font-size: 12px;
  padding: 2px 4px 0;
  float: left;
}
.news-listing-container .news-filter-container .seperator {
  display: none;
}
.news-listing-container .news-filter-container .filter-event-type-container {
  width: 100%;
  display: inline-block;
  float: none;
  text-align: left;
  margin-top: 16px;
  /*.dropdown {
                width: 100%;
                margin-bottom: 0px;
                min-width: 118px;

                .dropdown-toggle {
                    text-align: left;
                    width: inherit;
                    box-shadow: 1px 5px 10px -5px #000;
                    border: none;
                    padding-top: 8px;
                    padding-bottom: 7px;
                    position: relative;

                  &:after {
                        background: url("/Presentation/AngryOrchard/includes/images/cms/dropdown-anchor.png") no-repeat;
                        content: "";
                        height: 12px;
                        position: absolute;
                        right: 10px;
                        top: 12px;
                        width: 19px;
                        z-index: 10000;
                    }

                    &:before {
                        content: "";
                    }
                   
                }
                 

                .dropdown-menu {
                    width: inherit;
                    top: 100%;
                    padding: 15px 0;
                    margin: 0;

                    li {
                        width: inherit;

                        a {
                            padding: 5px 15px;
                        }
                    }
                }
            }*/

}
.news-listing-container .news-filter-container .filter-event-type-container .generic-button-small {
  position: absolute;
  bottom: -5px;
  width: 93%;
  margin-left: 15px;
  margin-right: 15px;
}
.news-listing-container .news-filter-container .filter-event-type-container label {
  font-size: 14px;
  font-family: BrandonGrotesqueBold;
  color: #ede2b6;
}
.news-listing-container .recipe-filter .col-xs-12 {
  padding: 0px;
}
.news-listing-container .recipe-filter .col-xs-12 .generic-button-small {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}
.news-listing-container .recipe-filter .col-xs-12 .filter-top-content {
  float: left;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-top: 8px;
}
.news-listing-container .recipe-filter .col-xs-12 .filter-top-content label {
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
  color: #ede2b6;
  text-transform: uppercase;
  margin: 0px;
  line-height: 18px;
}
.news-listing-container .recipe-filter .col-xs-12 .dropdown {
  width: 100%;
  margin-right: 0px;
  float: left;
  margin-left: 0px;
  margin-bottom: 15px;
}
.news-listing-container .recipe-filter .col-xs-12 .dropdown .dropdown-toggle {
  text-align: left;
  width: inherit;
  box-shadow: 1px 5px 10px -5px black;
  border: none;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  padding-left: 11px !important;
  position: relative;
  font-size: 14px;
  z-index: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-listing-container .recipe-filter .col-xs-12 .dropdown .dropdown-toggle:after {
  background: url("/Presentation/AngryOrchard/includes/images/globals/dropdown.png") no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 2px;
  top: 7px;
  width: 19px;
  z-index: 10000;
}
.news-listing-container .recipe-filter .col-xs-12 .dropdown .dropdown-toggle:before {
  content: "";
}
.news-listing-container .recipe-filter .col-xs-12 .dropdown .dropdown-menu {
  background: rgba(237, 227, 183, 0.92);
  width: inherit;
  top: 100%;
  padding: 0px;
  margin: 0;
  font-size: 13px;
}
.news-listing-container .recipe-filter .col-xs-12 .dropdown .dropdown-menu li {
  width: inherit;
  border-top: 1px solid #7b715a;
}
.news-listing-container .recipe-filter .col-xs-12 .dropdown .dropdown-menu li a {
  color: #322a20;
  font-weight: 500;
  text-transform: none;
  padding: 4px 15px;
}
.news-listing-container .recipe-filter .col-xs-12 .dropdown .dropdown-menu li a:hover {
  background: #322a20;
  color: white;
}
.news-listing-container .recipe-filter .col-xs-12 .dropdown .dropdown-menu li:first-child {
  border: 0px;
}
.news-listing-container .recipe-filter .col-xs-12 .dropdown.open .dropdown-toggle {
  text-align: left;
  width: 100%;
  box-shadow: 1px 5px 10px -5px black;
  border: none;
  position: relative;
}
.news-listing-container .recipe-filter .col-xs-12 .dropdown.open .dropdown-toggle:after {
  background: url("/Presentation/AngryOrchard/includes/images/globals/dropup.png") no-repeat;
}
.news-listing-container .recipe-filter .col-xs-12 label {
  font-size: 18px;
  float: left;
  color: #ede2b6;
}
.news-listing-container .news-listing {
  margin: 0px 0px 0px 0px;
  padding: 0;
}
.news-listing-container .news-listing .col-sm-4 {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 40px;
  margin-top: 55px;
  padding-top: 0px;
}
.news-listing-container .news-listing .col-sm-4 .image {
  display: block;
  margin: 0px;
  float: none;
}
.news-listing-container .news-listing .col-sm-4 .image .img-responsive {
  border: 5px solid white;
}
.news-listing-container .news-listing .col-sm-4 .text-content {
  padding-bottom: 5px;
}
.news-listing-container .news-listing .col-sm-4 .h2-dark {
  margin: 13px 0px 0px 0px;
  font-size: 24px;
  text-transform: capitalize;
}
.news-listing-container .news-listing .col-sm-4 .h2-dark a {
  font-size: 24px;
  text-transform: capitalize;
  color: #ede2b6;
}
.news-listing-container .news-listing .col-sm-4 .h2-dark a:hover {
  font-size: 24px;
  color: #ede2b6;
  text-transform: capitalize;
}
.news-listing-container .news-listing .col-sm-4 .h3-dark {
  margin: 14px 0px 6px 0px;
  font-size: 15px;
}
.news-listing-container .news-listing .col-sm-4 h4 {
  color: #ede2b6;
}
.news-listing-container .news-listing .col-sm-4 .dark-bk-body {
  padding-bottom: 10px;
  margin-top: 0px;
}
.news-listing-container .news-listing .col-sm-4 .dark-bk-body p {
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 22px;
  /*&:empty {
                        display: none;
                    }*/

}
.news-listing-container .news-listing .col-sm-4 .dark-bk-body:empty {
  display: none;
}
.news-listing-container .news-listing .col-sm-4 .event-description {
  padding-bottom: 20px;
}
.news-listing-container .news-listing .col-sm-4 .event-description span {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: BrandonGrotesqueMedium;
  color: white;
  display: block;
}
.news-listing-container .news-listing .col-sm-4 .generic-button {
  font-size: 18px;
  text-transform: uppercase;
  padding: 9px 24px;
  position: absolute;
  bottom: 0;
}
.load-more-button {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  background: -webkit-linear-gradient(#150f0a, #16100b);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(#150f0a, #16100b);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(#150f0a, #16100b);
  /*Fx 3.6-15*/
  background: linear-gradient(#150f0a, #16100b);
  /*Standard*/

}
.load-more-button a {
  cursor: pointer;
  margin: 0 auto;
  padding: 8px 0 4px;
  width: 50.5%;
}
.load-more-button a .img-responsive {
  margin: 0 auto;
  width: 100%;
}
.loading-more a {
  background: url("/Presentation/AngryOrchard/includes/images/globals/wait.gif") no-repeat;
  background-position: center;
  padding-top: 27px;
  padding-bottom: 26px;
  cursor: wait;
}
.loading-more a img {
  display: none;
}
.ng-hide {
  display: none;
}
.wait {
  text-align: center;
}
.page-content h1 {
  font-family: BrandonGrotesqueBlack;
  color: #ede2b6;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 4px;
  margin-top: 0;
}
.page-content .body-content {
  padding-right: 0px;
  font-family: BrandonGrotesqueMedium;
  font-size: 14px;
  color: white;
  line-height: 16px;
  margin-bottom: 20px;
}
.page-content .body-content a {
  display: inline-block;
  text-decoration: underline;
  color: #ede2b6;
}
.main-wrapper {
  background: transparent url("/Presentation/AngryOrchard/includes/images/cms/roots-dark.png") no-repeat scroll center top;
  background-repeat: repeat-x;
}
.main-wrapper .main-container {
  padding-bottom: 15px;
  padding-top: 45px;
}
.separator {
  margin: 15px -15px;
}
.separator .separator-img-mobile {
  width: 100%;
  display: block;
}
.separator .separator-img-desktop {
  display: none;
}
.cta-main-content {
  float: none;
  margin: 0 auto;
  background-size: 0 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
.cta-main-content .left-section .img-responsive {
  width: 100%;
}
.cta-main-content .callout-wrapper {
  /*position: absolute;
        top: 0;
        left: 0;*/
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.cta-main-content .callout-wrapper .callout-content h2 {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 45px;
  color: white;
  font-family: "CheapPineSans";
  line-height: auto;
}
.cta-main-content .callout-wrapper .callout-content h2 a {
  color: white;
}
.cta-main-content .callout-wrapper .callout-content .callout-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 45px;
  color: white;
  font-family: "CheapPineSans";
  margin-bottom: 20px;
}
.cta-main-content .callout-wrapper .callout-content .textbox-container input {
  padding: 11px 8px 9px 8px;
  width: 60%;
  border-radius: 5px 0 0 5px;
  border: 0px;
  min-height: 40px;
}
.cta-main-content .callout-wrapper .callout-content .textbox-container ::-moz-placeholder {
  /* Firefox 18- */
  color: black;
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
}
.cta-main-content .callout-wrapper .callout-content .textbox-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
}
.cta-main-content .callout-wrapper .callout-content .textbox-container input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black !important;
  font-family: BrandonGrotesqueBold !important;
}
.cta-main-content .callout-wrapper .callout-content .textbox-container .learn-more {
  border-radius: 0px 5px 5px 0px;
  padding: 8.5px 8px;
  margin-left: -4px;
  line-height: 23px;
}
.cta-main-content .callout-wrapper .callout-content .feature-cta-summary {
  font-size: 18px;
  color: white;
  font-family: BrandonGrotesqueBold;
}
.cta-main-content .callout-wrapper .callout-content .feature-cta-summary .generic-button-div {
  margin-top: 15px;
}
.cta-main-content .callout-wrapper .callout-content .feature-cta-summary .generic-button-div .generic-button {
  min-width: 111px;
  padding: 9px;
  font-size: 12px;
}
.cta-main-content .callout-wrapper .callout-content.text-center h2,
.cta-main-content .callout-wrapper .callout-content.text-center .feature-cta-summary,
.cta-main-content .callout-wrapper .callout-content.text-center .generic-button-div {
  text-align: center;
  float: none;
}
.cta-main-content .callout-wrapper .callout-content.text-center .generic-button-div {
  text-align: center;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 35%;
}
.cta-main-content .callout-wrapper.generic-cta .callout-content .generic-button {
  font-family: BrandonGrotesqueBlack;
  padding: 5px 13px 4px;
  text-transform: uppercase;
}
.right-column {
  margin-top: 0px;
}
.right-column > .cta-2-column {
  padding: 0;
  width: 100%;
}
.right-column iframe {
  width: 100%;
  height: auto;
  min-height: 175px;
  border: 5px solid white;
}
.bgimage-inside {
  background: url('/Presentation/AngryOrchard/includes/images/cms/background-feature-CTA.png') no-repeat center top;
  background-size: 100% 100%;
  min-height: 200px;
}
.generic-cta {
  padding: 0;
}
.generic-cta .callout-wrapper {
  padding-top: 10px;
  vertical-align: top;
}
.generic-cta .callout-wrapper .callout-content {
  padding-left: 15px !important;
}
@media (max-width: 767px) {
  .generic-cta .callout-wrapper .callout-content {
    padding-top: 2% !important;
  }
}
.generic-cta .left-section {
  position: static;
  padding: 0px;
}
.generic-cta .left-section img-responsive {
  width: 100%;
}
.generic-cta .callout-content {
  position: static;
}
.generic-cta .callout-content .h2-dark {
  font-size: 24px;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin-top: 0px;
}
.generic-cta .callout-content .dark-bk-body {
  padding-bottom: 20px;
}
.the-orchard-callout {
  margin-top: 15px;
}
.the-orchard-callout .the-orchard-separator img {
  width: 100%;
}
.the-orchard-callout .the-orchard-separator h2 {
  font-size: 36px;
  font-family: BrandonGrotesqueBlack;
  text-transform: uppercase;
}
.the-orchard-callout .the-orchard-summary {
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
}
.quote-block {
  text-align: center;
  margin-bottom: 30px;
}
.quote-block > h2 {
  font-family: BrandonGrotesqueBlack;
  font-size: 24px;
  color: white;
  text-align: center;
  margin-bottom: 21px;
  line-height: 24px;
  padding: 0 47px;
}
.quote-block p {
  font-family: BrandonGrotesqueBold;
  font-size: 14px;
  color: white;
  text-align: center;
}
.quote-block a {
  margin-top: 15px;
  font-family: BrandonGrotesqueBlack;
  background: -webkit-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -moz-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -ms-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -o-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f5e193, EndColorStr=#b08d36);
  box-shadow: 2px 2px 15px #2b2b2b;
  color: #322a20;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 2px 2px #ddc689;
  letter-spacing: 0.8px;
  padding: 9px 30px;
  font-size: 18px;
  border: 0;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .quote-block a {
    font-size: 12px;
    padding: 9px 15%;
  }
}
.quote-block a:focus {
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
  text-transform: uppercase;
}
.quote-block a:hover {
  text-decoration: none;
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
  text-transform: uppercase;
}
.quote-block a:active {
  background: -webkit-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -moz-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -ms-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -o-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a8842c, EndColorStr=#deca7a);
  text-transform: uppercase;
}
.quote-block a:visited {
  color: #322a20;
}
.cta-text {
  color: white;
}
.feature-cta .callout-content {
  width: 60%;
  float: right;
}
.feature-cta .callout-content h2,
.feature-cta .callout-content .feature-cta-summary {
  text-align: left;
  margin: 0;
}
.feature-cta .callout-content .feature-cta-summary {
  font-size: 13px;
}
.feature-cta .callout-content .generic-button-div {
  text-align: left;
  width: initial;
  position: static;
  margin-top: 15px;
}
.feature-cta .callout-content .generic-button-div .generic-button {
  padding: 9px 20px;
}
.product-locator .callout-wrapper {
  float: none;
}
.product-locator .callout-wrapper .callout-content {
  text-align: center;
  float: none;
  width: 100%;
}
.product-locator .callout-wrapper .callout-content .callout-summary {
  color: white;
  font-size: 13px;
  font-weight: 700;
  margin: auto;
  width: 80%;
}
.product-locator .callout-wrapper .callout-content .textbox-container {
  margin-top: 15px;
}
.left-column > .cta-2-column {
  padding: 0;
  width: 100%;
}
.left-column .product-locator-cta .product-locator-body h2 {
  padding-left: 25px;
}
.left-column .product-locator-cta .product-locator-body .textbox-container input {
  padding: 11px 8px 9px 8px;
  width: 80%;
  border-radius: 5px 0 0 5px;
  border: 0px;
  min-height: 40px;
  margin-bottom: 20px;
}
.product-locator-cta .product-locator-body h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 30px;
  color: #ede2b6;
  letter-spacing: 0px;
  font-family: "CheapPineSans";
  text-align: left;
}
.product-locator-cta .product-locator-body .textbox-container input {
  padding: 11px 8px 9px 8px;
  width: 95%;
  border-radius: 5px 0 0 5px;
  border: 0px;
  min-height: 40px;
  margin-bottom: 20px;
}
.product-locator-cta .product-locator-body .textbox-container ::-moz-placeholder {
  /* Firefox 18- */
  color: black;
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
}
.product-locator-cta .product-locator-body .textbox-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
}
.product-locator-cta .product-locator-body .textbox-container input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black !important;
  font-family: BrandonGrotesqueBold !important;
}
.product-locator-cta .product-locator-body .textbox-container .learn-more {
  border-radius: 0px 5px 5px 0px;
  padding: 8.5px 8px;
  margin-left: -4px;
  line-height: 23px;
}
.social-feeds {
  margin-top: 28px;
}
.social-feeds .dcsns-toolbar .filter {
  padding-bottom: 8px;
}
.social-feeds .dcsns-toolbar .filter li a {
  height: 33px;
}
.social-feeds #social-stream ul.stream li .section-intro {
  padding: 15px 2px;
}
.social-feeds #social-stream ul.stream li .section-intro a {
  display: inline-block;
  margin-left: 38px;
  color: #2db6e8;
  font-size: 10px;
}
.social-feeds #social-stream ul.stream li .section-user {
  padding-bottom: 10px;
  padding-left: 0;
}
.social-feeds #social-stream ul.stream li .icon {
  bottom: 7px;
  left: 5px;
}
.social-feeds #social-stream ul.stream li a {
  color: #221c14;
  font-size: 14px;
}
.social-feeds #social-stream ul.stream li .section-share a {
  background-image: url("/Presentation/AngryOrchard/includes/images/socialfeedimages/share.png");
}
.blog-feature-cta-container {
  margin-bottom: 30px;
}
.blog-feature-cta-container .blog-cta-left .img-responsive {
  width: 100%;
  border: 5px solid white;
}
.blog-feature-cta-container .blog-cta-right {
  margin-top: 23px;
  padding-top: 0px;
}
.blog-feature-cta-container .blog-cta-right .h2-dark {
  margin: 0px;
  font-size: 30px;
}
.blog-feature-cta-container .blog-cta-right .h2-dark a {
  margin-top: 0px;
  text-transform: capitalize;
  font-size: 24px;
  color: #ede2b6;
  line-height: 24px;
}
.blog-feature-cta-container .blog-cta-right .h2-dark a:hover {
  font-size: 24px;
  color: #ede2b6;
  line-height: 24px;
}
.blog-feature-cta-container .blog-cta-right .posted-date {
  padding-top: 5px;
  font-family: BrandonGrotesqueMedium;
  font-size: 18px;
  color: black;
  line-height: 19px;
  font-size: 13px;
  color: white;
  line-height: 17px;
  text-transform: uppercase;
}
.blog-feature-cta-container .blog-cta-right .dark-bk-body {
  padding-top: 15px;
  margin-bottom: 20px;
}
.blog-feature-cta-container .blog-cta-right .generic-button {
  margin-top: 20px;
  font-size: 16px;
}
.section-nav ul {
  margin: 0px;
  padding: 0px;
}
.section-nav ul li {
  padding: 0px;
  max-width: 200px;
  border-bottom: 1px solid #918d89;
  text-align: left;
}
.section-nav ul li > a {
  color: #ede2b6;
  font-family: BrandonGrotesqueBlack;
  font-size: 18px;
  padding: 9px 0;
  display: block;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}
.section-nav ul li > a:hover {
  text-decoration: underline;
}
.section-nav ul li.active a {
  text-decoration: underline;
}
.section-nav ul li.active .one-level-nav {
  display: block;
}
.section-nav ul li .one-level-nav {
  margin: 0 0 0 26px;
  padding: 0 0 9px;
  display: none;
}
.section-nav ul li .one-level-nav > li {
  border: medium none;
  color: white;
  list-style-type: disc;
  margin: 0 0 6px;
}
.section-nav ul li .one-level-nav > li > a {
  color: white;
  font-family: BrandonGrotesqueBold;
  font-size: 14px;
  padding: 0;
  display: block;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}
.section-nav ul li .one-level-nav > li > a:hover {
  text-decoration: underline;
}
.related-content-list {
  /*width: 75%;*/
  padding: 0px 0px 40px 0px;
}
.related-content-list .related-list-subtitle {
  margin: 32px 0px 25px 0%;
  padding: 0px;
}
.related-content-list .related-list-subtitle .h2-dark {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  margin: 0px;
  text-align: center;
  padding: 0px;
}
.related-content-list .related-list-subtitle .h2-dark.txtalign {
  text-align: center;
}
.related-content-list .related-list-subtitle .viewall {
  color: white;
  font-weight: bold;
}
.related-content-list .related-list-subtitle .viewall.txtalign {
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.related-content-list .related-list-subtitle .viewall.txtalign a {
  text-transform: uppercase;
}
.related-content-list .related-list-subtitle .viewall.txtalign a img {
  margin-left: 10px;
  position: absolute;
  bottom: 4px;
}
.related-content-list .owl-carousel-wrapper {
  border: 0;
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 13px;
}
.related-content-list .owl-carousel-wrapper .owl-controls {
  margin-top: 0px;
}
.related-content-list .owl-carousel-wrapper .owl-carousel {
  padding: 0px;
  float: none;
  margin-left: 3%;
}
.related-content-list .owl-carousel-wrapper .owl-carousel .owl-wrapper-outer {
  width: auto;
  margin: 0 auto;
}
.related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content {
  border: none;
  position: relative;
  float: left;
  padding-bottom: 40px;
}
.related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-img .img-responsive {
  display: block;
  width: 100%;
}
.related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-main-content {
  position: relative;
}
.related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-main-content .comment-date {
  padding-top: 2px;
  font-size: 18px;
  color: white;
  font-family: BrandonGrotesqueBold;
  line-height: 22px;
  text-transform: capitalize;
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
.related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-main-content .h2-dark {
  margin: 0px 0px 7px 0px;
  padding: 0px;
  display: block;
}
.related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-main-content .h3-dark {
  margin-top: 0;
  margin-bottom: 0;
}
.related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-main-content .dark-bk-body {
  padding: 5px 0px 18px 0px;
}
.related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-main-content .generic-button {
  padding: 9px 18px;
  position: absolute;
  bottom: 0;
}
.related-content-list .owl-carousel-wrapper .owl-buttons .owl-prev {
  background: url('/Presentation/AngryOrchard/includes/images/globals/reciepe-slide-prev-img.png') no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  left: -41px;
  position: absolute;
  top: 40%;
  text-indent: -9999px;
  width: 33px;
  height: 59px;
  opacity: 1;
}
.related-content-list .owl-carousel-wrapper .owl-buttons .owl-next {
  background: url('/Presentation/AngryOrchard/includes/images/globals/reciepe-slide-next-img.png') no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
  right: -26px;
  top: 40%;
  text-indent: -9999px;
  width: 33px;
  height: 59px;
  opacity: 1;
}
.related-content-list .owl-carousel-wrapper .owl-buttons .disabled {
  display: none;
}
.related-content-list .owl-carousel-wrapper .owl-pagination {
  bottom: -50px;
  width: 100%;
  left: 48%;
  text-align: center;
}
.related-content-list .owl-carousel-wrapper .owl-pagination .owl-page {
  background: none;
  height: 14px;
  width: 14px;
  margin: 0px 0px 0px 6px;
  border: 2px solid white;
  border-radius: 10px;
  color: #4e443c;
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  text-decoration: none;
  text-indent: -9999px;
}
.related-content-list .owl-carousel-wrapper .owl-pagination .owl-page span {
  background: none;
}
.related-content-list .owl-carousel-wrapper .owl-pagination .owl-page:first-child {
  margin-left: 0px;
}
.related-content-list .owl-carousel-wrapper .owl-pagination .owl-page.active {
  height: 14px;
  width: 14px;
  background: white !important;
  border: 2px solid white;
  box-shadow: none !important;
}
.related-product-list {
  /*width: 75%;*/
  padding: 0px 0px 40px 0px;
}
.related-product-list .related-list-subtitle {
  margin: 32px 0px 25px 0%;
  padding: 0px;
}
.related-product-list .related-list-subtitle .h2-dark {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  margin: 0px;
  padding: 0px;
}
.related-product-list .jcarousel-wrapper {
  border: 0;
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 30px;
}
.related-product-list .jcarousel-wrapper .jcarousel {
  padding: 0px;
  width: 84%;
  margin: 0px 5%;
  display: inline-block;
  float: none;
}
.related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items {
  margin-left: 0%;
}
.related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content {
  border: none;
  margin-left: 25px;
  padding: 0px;
  padding-bottom: 40px;
}
.related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail .list-detail-img {
  width: 30%;
  float: left;
  margin-right: 0%;
}
.related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail .list-detail-img img {
  display: block;
}
.related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail .list-detail-main-content {
  padding: 0px;
  width: 55%;
  float: left;
}
.related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail .list-detail-main-content .h2-dark a {
  margin: 0px 0px 7px 0px;
  padding: 0px;
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  color: #ede2b6;
  font-family: BrandonGrotesqueBold;
}
.related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail .list-detail-main-content .h2-dark a:hover {
  text-transform: uppercase;
  font-size: 24px;
}
.related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail .list-detail-main-content .dark-bk-body {
  padding: 5px 0px 18px 0px;
}
.related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail .list-detail-main-content .generic-button {
  padding: 9px 18px;
}
.related-product-list .jcarousel-control-prev {
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  left: -4%;
}
.related-product-list .jcarousel-control-next {
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  right: -4%;
}
.related-product-list .jcarousel-pagination {
  bottom: -50px;
  width: 100%;
  left: 48%;
  text-align: center;
}
.related-product-list .jcarousel-pagination a {
  height: 14px;
  width: 14px;
  margin: 0px 0px 0px 6px;
  border: 2px solid white;
  box-shadow: none;
  background: 0;
}
.related-product-list .jcarousel-pagination a:first-child {
  margin-left: 0px;
}
.related-product-list .jcarousel-pagination .active {
  height: 14px;
  width: 14px;
  background: white !important;
  border: 2px solid white;
  box-shadow: none !important;
}
.related-product-list-container {
  /*width: 80%;
    margin: 0px 10%;*/
  margin-bottom: -30px;
}
.related-product-list-container .product-listing-top {
  margin: 20px -15px;
  width: 100%;
  float: none;
  padding: 0px;
}
.related-product-list-container .product-listing-top .img-responsive {
  width: 110%;
  max-width: initial;
}
.related-product-list-container > h2.heading {
  margin: 10px 0px 15px 0%;
  text-align: center;
}
.related-product-list-container > h3.heading {
  color: white;
  text-align: center;
  margin: 0px 0px 35px 0%;
}
.related-product-list-container .related-product-content {
  margin-left: 0px;
  padding: 0px;
  margin-bottom: 44px;
}
.related-product-list-container .related-product-content:nth-child(3n+1) {
  padding-left: 0%;
}
.related-product-list-container .related-product-content:nth-child(3n+3) {
  padding-right: 0%;
}
.related-product-list-container .related-product-content .list-detail {
  position: relative;
}
.related-product-list-container .related-product-content .list-detail .list-detail-img {
  width: 25%;
  float: left;
  margin-right: 5%;
}
.related-product-list-container .related-product-content .list-detail .list-detail-img img {
  display: block;
  width: 100%;
}
.related-product-list-container .related-product-content .list-detail .list-detail-main-content {
  padding: 0px;
  width: 70%;
  float: left;
  position: relative;
  padding-bottom: 41px;
  min-height: 195px;
}
.related-product-list-container .related-product-content .list-detail .list-detail-main-content .h2-dark {
  margin: 0px;
}
.related-product-list-container .related-product-content .list-detail .list-detail-main-content .h2-dark a {
  margin: 0px 0px 7px 0px;
  padding: 0px;
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  color: #ede2b6;
  font-family: BrandonGrotesqueBold;
}
.related-product-list-container .related-product-content .list-detail .list-detail-main-content .h2-dark a:hover {
  text-transform: uppercase;
  font-size: 24px;
}
.related-product-list-container .related-product-content .list-detail .list-detail-main-content .dark-bk-body {
  padding: 5px 0px 18px 0px;
  /*max-height:108px;
                    overflow:hidden;*/

}
.related-product-list-container .related-product-content .list-detail .list-detail-main-content .generic-button {
  padding: 9px 18px;
  position: absolute;
  bottom: 0;
}
.related-product-list-container .load-more-button {
  width: 100%;
  background: black;
}
.related-product-list-container .load-more-button a {
  margin: 0 auto;
  padding: 7px 0;
  width: 50.5%;
}
.related-product-list-container .load-more-button a .img-responsive {
  width: 100%;
}
.accordion-block {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
}
.accordion-block .tagglebutton > span {
  float: right;
  color: white;
  padding: 7px;
}
.accordion-block .tagglebutton > span > a {
  display: inline-block;
  font-family: BrandonGrotesqueBlack;
  font-size: 13px;
  color: white;
  line-height: 17px;
  letter-spacing: 1px;
}
.accordion-block .panel-group {
  background: none;
}
.accordion-block .panel-group .panel {
  background: none;
  margin-top: 1px !important;
}
.accordion-block .panel-group .h2-accordion-dark {
  font-size: 24px;
  color: #ede2b6;
  line-height: 28px;
}
.accordion-block .panel-group .panel-default {
  border: 0px;
}
.accordion-block .panel-group .panel-default .panel-collapse .panel-body {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: 0px;
}
.accordion-block .panel-group .panel-default .panel-collapse .panel-body .image {
  background: url('/Presentation/AngryOrchard/includes/images/cms/frame-background-image.png') no-repeat center center;
  background-size: 100% 100%;
  display: block;
  margin: 10px 0px 20px 0px;
  width: 100%;
  padding: 8px 10px 12px 15px;
}
.accordion-block .panel-group .panel-default .panel-collapse .panel-body .image img {
  display: block;
  width: 100%;
  border: 5px solid white;
}
.accordion-block .panel-group .panel-default .panel-collapse .panel-body .dark-bk-body {
  line-height: 25px;
}
.accordion-block .panel-group .panel-default .panel-collapse .panel-body .dark-bk-body img {
  display: block;
  width: 100%;
}
.accordion-block .panel-group .panel-default .panel-heading {
  background-image: url('../images/globals/accordion-header.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 27px;
  min-height: 68px;
}
.accordion-block .panel-group .panel-default .panel-heading > h2 > a {
  color: #ede2b6;
  position: relative;
  width: 90%;
  word-break: break-all;
}
.accordion-block .panel-group .panel-default .panel-heading > h2 > a .action-button {
  position: absolute;
  overflow: hidden;
  width: 33px;
  height: 33px;
  margin: 0px;
  right: -10%;
  top: 5px;
}
.accordion-block .panel-group .panel-default .panel-heading > h2 > a .action-button > img {
  top: 0px;
  position: absolute;
}
.accordion-block .panel-group .panel-default .panel-heading > h2 > a:hover {
  color: #ede2b6;
}
.accordion-block .panel-group .panel-default .panel-heading > h2 > a.collapsed .action-button > img {
  top: -33px;
}
.accordion-simple {
  margin-left: 5px;
  margin-right: 5px;
}
.accordion-simple .tagglebutton > span {
  float: right;
  color: white;
  padding: 7px;
}
.accordion-simple .tagglebutton > span > a {
  display: inline-block;
  font-family: BrandonGrotesqueBlack;
  font-size: 13px;
  color: white;
  line-height: 17px;
  letter-spacing: 1px;
}
.accordion-simple .panel-group {
  background: none;
}
.accordion-simple .panel-group .panel {
  background: none;
  margin-top: 0px;
}
.accordion-simple .panel-group .h2-accordion-white {
  font-size: 18px;
  color: white;
  line-height: 22px;
  font-family: BrandonGrotesqueBold;
}
.accordion-simple .panel-group .panel-default {
  border: 0px;
}
.accordion-simple .panel-group .panel-default .panel-heading {
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #918d89;
}
.accordion-simple .panel-group .panel-default .panel-heading > h2 > a .action-button {
  float: right;
  position: relative;
  overflow: hidden;
  width: 19px;
  height: 14px;
  margin-top: 3px;
  margin-right: 0px;
}
.accordion-simple .panel-group .panel-default .panel-heading > h2 > a .action-button > img {
  top: 0px;
  position: relative;
}
.accordion-simple .panel-group .panel-default .panel-heading > h2 > a:hover {
  color: white;
}
.accordion-simple .panel-group .panel-default .panel-heading > h2 a.collapsed .action-button > img {
  top: -14px !important;
  position: relative;
}
.accordion-simple .panel-group .panel-collapse .panel-body {
  padding-left: 0px;
  border-radius: 0;
  border: 0px;
}
.accordion-simple .panel-group .panel-collapse .panel-body .media-left {
  padding-left: 0px;
  margin-left: 0px;
}
.accordion-simple .panel-group .panel-collapse .panel-body .dark-bk-body {
  line-height: 25px;
  font-size: 14px;
}
.news-content h1 {
  font-size: 30px;
  color: #ede2b6;
  line-height: 34px;
  font-family: BrandonGrotesqueBlack;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.news-content h2 {
  font-size: 18px;
  color: #ede2b6;
  line-height: 22px;
  font-family: BrandonGrotesqueBlack;
  text-transform: none;
  margin-top: 0px;
}
.news-content > .content {
  margin-top: 30px;
}
.news-content > .content > .body-content .image {
  float: right;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 20px;
  display: inline-block;
  background: url('/Presentation/AngryOrchard/includes/images/cms/frame-background-image.png') no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 12px;
  padding-right: 10px;
  padding-top: 8px;
  padding-left: 15px;
}
.news-content > .content > .body-content h2 {
  color: white;
  font-size: 18px;
  padding-top: 15px;
}
.news-content > .content > .body-content h3 {
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-family: BrandonGrotesqueBlack;
  padding-bottom: 0px;
  padding-top: 10px;
  margin-bottom: 3px;
}
.news-content > .content > .body-content p {
  font-size: 13px;
  line-height: 17px;
  color: white;
  font-family: BrandonGrotesqueMedium;
  padding-top: 0px;
  padding-bottom: 15px;
}
.error-message {
  color: red;
}
.event-content {
  font-size: 18px;
}
.event-content img.event-image {
  border: 5px solid white;
}
.event-content h1 {
  font-size: 30px;
  color: #ede2b6;
  line-height: 34px;
  font-family: BrandonGrotesqueBlack;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.event-content h2 {
  font-size: 18px;
  color: #ede2b6;
  line-height: 22px;
  font-family: BrandonGrotesqueBlack;
  text-transform: none;
  margin-top: 0px;
}
.event-content .event-info {
  color: white;
}
.event-content .event-info .event-time {
  margin-top: 10px;
}
.event-content > .content {
  margin-top: 15px;
}
.event-content > .content > .image {
  margin-top: 15px;
  margin-bottom: 15px;
  background: url('/Presentation/AngryOrchard/includes/images/cms/frame-background-image.png') no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 12px;
  padding-right: 10px;
  padding-top: 8px;
  padding-left: 15px;
}
.event-content > .content > .body-content .addressline {
  margin-top: 15px;
  margin-bottom: 15px;
}
.event-content > .content > .body-content .addressline p {
  font-size: 24px;
  color: #ede2b6;
  line-height: 26px;
  font-family: BrandonGrotesqueBlack;
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
.event-content > .content > .body-content h3 {
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-family: BrandonGrotesqueBlack;
  padding-bottom: 0px;
  margin-bottom: 3px;
}
.event-content > .content > .body-content p {
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-family: BrandonGrotesqueMedium;
}
.events-listing h2 {
  color: #ede2b6;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 30px;
}
.events-listing .generic-callout-block {
  border-top: 1px solid #ede2b6;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  min-height: 150px;
  margin-left: 0;
}
.events-listing .generic-callout-block .event-date {
  width: 100px;
  position: absolute;
}
.events-listing .generic-callout-block .event-date .date-circle {
  background-color: #ede2b6;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-top: 38px;
  padding-bottom: 35px;
}
.events-listing .generic-callout-block .text-content {
  margin-left: 120px;
}
.events-listing .generic-callout-block .text-content .h2-dark {
  margin-top: 0;
  margin-bottom: 1px;
  padding: 0;
  color: white;
}
.events-listing .generic-callout-block .text-content .h2-dark a {
  font-size: 22px;
}
.events-listing .generic-callout-block .text-content .h3-dark {
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0;
  color: white;
  font-size: 18px;
}
.events-listing .generic-callout-block .text-content .event-description {
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 800px;
}
.events-listing .generic-callout-block .text-content .generic-button {
  margin-top: 5px;
}
.event-listing .list-item {
  border-top: 1px solid #ede2b6;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
}
.event-listing .list-item .info {
  padding-left: 0;
  padding-right: 0;
}
.event-listing .list-item .info img {
  width: 100%;
  border: 5px solid white;
}
.event-listing .list-item .details {
  color: white;
  padding-right: 0;
  padding-left: 0;
  padding-top: 15px;
}
.event-listing .list-item .details h2 {
  margin-bottom: 15px;
  font-size: 32px;
  margin-top: 0;
  padding-top: 0;
  text-transform: uppercase;
  color: white;
}
.event-listing .list-item .details h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #ede2b6;
}
.event-listing .list-item .details .event-address {
  display: block;
  color: #ede2b6;
}
.event-listing .list-item .details .event-time {
  display: block;
  color: #ede2b6;
}
.event-listing .list-item .details .btn {
  margin-top: 20px;
  font-size: 14px;
}
.search-result .pagination .previous.disabled {
  display: none;
}
.search-result .vertical-listing .load-more-button {
  text-align: center;
}
.search-result .vertical-listing .load-more-button > a {
  display: inline-block;
}
.search-result .vertical-listing .col-sm-4 {
  padding: 0px;
}
.search-result .vertical-listing .search-message {
  color: #ede2b6;
  font-weight: bold;
}
.search-result .vertical-listing .bottom-pagination {
  margin-top: 15px;
  padding-right: 0px;
}
.search-result .vertical-listing .pagination {
  margin: 0;
  text-transform: uppercase;
}
.search-result .vertical-listing .pagination p.search-pager {
  font-family: BrandonGrotesqueBold;
  font-size: 14px;
  color: #ede2b6;
  margin: 0;
}
.search-result .vertical-listing nav .pagination {
  border-radius: 0px;
  margin: 0px;
  float: right;
}
.search-result .vertical-listing nav .pagination li {
  color: #ede2b6;
}
.search-result .vertical-listing nav .pagination li span {
  background: none;
  border: 0px;
  color: #ede2b6;
  padding: 8px 7px;
  text-decoration: underline;
  line-height: 20px;
}
.search-result .vertical-listing nav .pagination li span > img {
  margin-right: 9px;
}
.search-result .vertical-listing nav .pagination li a {
  background: none;
  border: 0px;
  color: #ede2b6;
  padding: 8px 7px;
  text-decoration: underline;
  line-height: 20px;
}
.search-result .vertical-listing nav .pagination li:last-child a {
  padding-right: 0px;
}
.search-result .vertical-listing nav .pagination li:last-child span {
  padding-right: 0px;
}
.search-result .vertical-listing .form-group {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 15px;
}
.search-result .vertical-listing .form-button {
  padding: 0px;
  margin-bottom: 25px;
}
.search-result .vertical-listing .form-button > a {
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 7px;
}
.search-result .vertical-listing .form-button > a:hover {
  text-transform: uppercase;
}
.search-result .vertical-listing input[type='text'] {
  border: 0;
  border-top: 1px solid #221c14;
  border-left: 1px solid #cacaca;
  padding: 8px;
  min-height: 43px;
}
.search-result .vertical-listing :-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
  font-size: 18px;
  font-weight: 600;
  font-family: BrandonGrotesqueBold;
}
.search-result .vertical-listing ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
  font-size: 18px;
  font-weight: 600;
  font-family: BrandonGrotesqueBold;
}
.search-result .vertical-listing :-ms-input-placeholder {
  color: #b8b8b8;
  font-size: 18px;
  font-weight: 600;
  font-family: BrandonGrotesqueBold;
}
.search-result .vertical-listing .generic-callout-block {
  margin: 0px;
  padding: 20px 0px;
}
.search-result .vertical-listing .generic-callout-block .search-media-left {
  min-width: 212px;
}
.search-result .vertical-listing .generic-callout-block .search-media-left > img {
  width: initial;
  border: 0;
}
.search-result .vertical-listing .generic-callout-block .text-content a > .h2-dark {
  margin: 0px;
  font-size: 30px;
  text-transform: capitalize;
}
.search-result .vertical-listing .generic-callout-block .text-content > h3.content-type {
  color: white;
  margin-top: 0px;
  padding-top: 8px;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  font-family: BrandonGrotesqueMedium;
}
.search-result .vertical-listing .generic-callout-block .text-content .dark-bk-body {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 21px;
}
.search-result .vertical-listing .generic-callout-block .image {
  background-image: none;
  padding: 0px;
  width: auto;
}
.search-result .vertical-listing .generic-callout-block .image img {
  width: auto;
  border: 0;
}
.photo-gallery-container {
  margin-top: 55px;
}
.photo-gallery-container img {
  width: 100%;
  border: 6px solid white;
}
.photo-gallery-container .gallery-img {
  margin-bottom: 23px;
  position: relative;
  padding: 0px 9px;
}
.photo-gallery-container .gallery-img .left-arrow {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
}
.photo-gallery-container .gallery-img .left-arrow img {
  border: none;
  cursor: pointer;
  width: 50%;
  height: 50%;
}
.photo-gallery-container .gallery-img .right-arrow {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
}
.photo-gallery-container .gallery-img .right-arrow img {
  border: none;
  cursor: pointer;
  width: 50%;
  height: 50%;
}
.photo-gallery-container ul li {
  margin-bottom: 20px;
  padding: 0px 9px;
}
.photo-gallery-container ul li img {
  cursor: pointer;
}
.photo-gallery-container ul li img:hover {
  border-color: #c6a854;
}
.photo-gallery-container ul li.active img {
  border-color: #c6a854;
}
.module-container {
  background-size: 100% 100%;
  padding-bottom: 23px;
  padding-left: 2%;
  padding-right: 2%;
}
.module-container .dropshadowbox {
  margin-bottom: 5px;
  margin-right: 5px;
  position: relative;
}
.module-container .dropshadowbox:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777777;
  -webkit-box-shadow: 0 15px 10px #777777;
  -moz-box-shadow: 0 15px 10px #777777;
  box-shadow: 0 15px 10px #777777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.module-container .dropshadowbox:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777777;
  -webkit-box-shadow: 0 15px 10px #777777;
  -moz-box-shadow: 0 15px 10px #777777;
  box-shadow: 0 15px 10px #777777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.module-container .module-header {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 7px;
}
.module-container .module-header > h2 {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  font-family: BrandonGrotesqueBold;
  color: #ede2b6;
  margin: 0px;
}
.module-container .page-module {
  background: white;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
}
.module-container .page-module .tab-list {
  margin: 0 auto;
  text-align: center;
}
.module-container .page-module ul.nav-tabs {
  border-bottom: 0px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.module-container .page-module ul.nav-tabs li:first-child {
  margin-left: 10px;
}
.module-container .page-module ul.nav-tabs li a {
  border: 0px;
  color: #4c5f29;
  font-size: 13px;
  line-height: 19px;
  padding: 0px;
  margin: 10px 12px 10px 0px;
  font-family: BrandonGrotesqueBold;
}
.module-container .page-module ul.nav-tabs li a:hover {
  border: 0px;
  background: none;
}
.module-container .page-module ul.nav-tabs li.active > a {
  border: 0px;
  border-bottom: 2px solid #9e0b0f;
}
.module-container .page-module .tab-content .text-content {
  padding-left: 10px;
  padding-right: 10px;
  float: none;
  font-family: BrandonGrotesqueMedium;
  padding-top: 15px;
}
.module-container .page-module .tab-content .text-content h2 {
  color: #4c5f29;
  font-size: 30px;
  line-height: 30px;
  margin: 0px 0px 10px 0px;
}
.module-container .page-module .tab-content .text-content .dark-bk-body {
  color: black;
  font-size: 13px;
  line-height: 18px;
}
.module-container .page-module .tab-content .text-content .dark-bk-body h2 {
  color: black;
}
.module-container .page-module .tab-content .text-content .dark-bk-body p {
  color: black;
}
.module-container .page-module .tab-content .text-content .action-button {
  color: #9e0b0f;
  font-size: 13px;
  line-height: 17px;
  text-decoration: underline;
  display: inline-block;
  font-family: BrandonGrotesqueBold;
}
.module-container .page-module .tab-content .right-section-second {
  margin-top: 15px;
}
.module-container .page-module .tab-content .tabpanel .tab-image .boxborder {
  display: inline-block;
  background: url("/Presentation/AngryOrchard/includes/images/globals/module-background.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 7px;
}
.module-container .page-module .tab-content .tabpanel .tab-image .boxborder > img {
  border: 8px solid white;
  width: 100%;
}
.module-container .page-module .tab-content .tabpanel > img {
  width: 100%;
}
.module-container .page-module .tab-content .tabpanel h2 {
  color: #4c5f29;
  font-size: 24px;
  line-height: 28px;
  font-family: BrandonGrotesqueBold;
}
.video-gallary .container {
  padding-left: 0px;
  padding-right: 0px;
}
.video-gallary .right-column {
  padding: 0px;
}
.video-gallary .right-column .h2-dark {
  margin-bottom: 0px;
  text-transform: uppercase;
}
.video-gallary .right-column .h3-dark {
  margin-top: 0px;
}
.video-gallary .left-column iframe {
  width: 100%;
  height: auto;
  min-height: 175px;
  border: 5px solid white;
}
.video-gallary .media {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
.video-gallary .media .pull-left {
  padding-left: 0px;
  background: url('/Presentation/AngryOrchard/includes/images/globals/play-button.png') no-repeat scroll 47% center;
  cursor: pointer;
  background-size: 25% auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-gallary .media .pull-left img.img-responsive {
  cursor: pointer;
  border: 3px solid white;
  position: relative;
  z-index: -1;
}
.video-gallary .media .pull-left img.img-responsive.active {
  border-color: #c6a854;
}
.video-gallary .media .pull-left img.img-responsive:hover {
  border-color: #c6a854;
}
.video-gallary .media .media-body {
  float: none;
}
.video-gallary .media .media-body .h2-dark {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 15px;
}
.video-gallary .media .media-body .h3-dark {
  font-size: 14px;
  margin-top: 0px;
}
.video-gallary .load-more-button {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.video-gallary .load-more-button > a {
  display: inline-block;
}
.cider-title-image {
  width: 100%;
  margin: 40px auto;
}
.cider-title-image > img {
  display: block;
}
.cider-finder .google-map {
  height: 500px;
  padding: 0;
}
.cider-finder .loading-more {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.cider-finder .loading-more > img {
  margin: 0 auto;
}
.cider-finder #gmap_canvas img {
  max-width: none !important;
  background: none !important;
}
.cider-finder label {
  font-family: BrandonGrotesqueBold;
  font-size: 18px;
  color: #ede2b6;
}
.cider-finder .cider-finder-title h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  color: #ede2b6;
  letter-spacing: 0px;
  font-family: "CheapPineSans";
  text-align: center;
}
.cider-finder .input-filter {
  padding: 0;
}
.cider-finder .input-filter label {
  padding: 0;
}
.cider-finder .input-filter input[type='text'] {
  text-align: left;
  background-color: white;
  padding: 10px 12px 9px;
  border-radius: 5px;
}
.cider-finder .search-button {
  padding: 0;
  margin-top: 15px;
}
.cider-finder .dropdown-filter {
  padding: 0;
  margin-top: 15px;
}
.cider-finder .dropdown {
  padding: 0;
  font-family: BrandonGrotesqueBlack;
}
.cider-finder .dropdown .generic-button,
.cider-finder .dropdown .dropdown-menu,
.cider-finder .dropdown a {
  width: inherit;
  text-align: left;
  font-size: 18px;
  font-family: BrandonGrotesqueBlack;
  border: none;
  padding: 10px 13px;
  text-transform: uppercase;
}
.cider-finder .dropdown .generic-button:hover,
.cider-finder .dropdown .dropdown-menu:hover,
.cider-finder .dropdown a:hover,
.cider-finder .dropdown .generic-button:focus,
.cider-finder .dropdown .dropdown-menu:focus,
.cider-finder .dropdown a:focus,
.cider-finder .dropdown .generic-button:visited,
.cider-finder .dropdown .dropdown-menu:visited,
.cider-finder .dropdown a:visited {
  text-transform: uppercase;
}
.cider-finder .dropdown .dropdown-toggle {
  z-index: 0;
}
.cider-finder .dropdown .dropdown-toggle:after {
  background: url("/Presentation/AngryOrchard/includes/images/cms/dropdown-anchor-black.png") no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 10px;
  top: 18px;
  width: 19px;
  z-index: 10000;
}
.cider-finder .dropdown .dropdown-toggle:before {
  content: "";
}
.cider-finder .dropdown .dropdown-menu {
  background: rgba(237, 227, 183, 0.92);
  width: inherit;
  top: 100%;
  padding: 0px;
  margin: 0;
  font-size: 13px;
}
.cider-finder .dropdown .dropdown-menu li {
  width: 100%;
  border-top: 1px solid #7b715a;
}
.cider-finder .dropdown .dropdown-menu li a {
  width: 100%;
  color: #322a20;
  font-weight: bold;
  text-transform: none;
  padding: 4px 15px;
  cursor: pointer;
  word-wrap: break-word;
  white-space: normal;
}
.cider-finder .dropdown .dropdown-menu li a:hover {
  background: #322a20;
  color: white;
}
.cider-finder .dropdown .dropdown-menu li:first-child {
  border: 0px;
}
.cider-finder .dropdown.open .dropdown-toggle:after {
  background: url("/Presentation/AngryOrchard/includes/images/globals/dropup-anchor-black.png") no-repeat;
}
.cider-finder .select-filter,
.cider-finder .select-filter-mobile {
  padding: 0;
  margin-top: 15px;
}
.cider-finder .select-filter label,
.cider-finder .select-filter-mobile label {
  padding: 0;
  line-height: 36px;
}
.cider-finder .select-filter .checkbox-group,
.cider-finder .select-filter-mobile .checkbox-group {
  padding: 0;
}
.cider-finder .select-filter .checkbox-group ul li,
.cider-finder .select-filter-mobile .checkbox-group ul li {
  float: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px 20px 6px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
}
.cider-finder .select-filter .checkbox-group ul li input[type='checkbox'],
.cider-finder .select-filter-mobile .checkbox-group ul li input[type='checkbox'] {
  display: none;
}
.cider-finder .select-filter .checkbox-group ul li label,
.cider-finder .select-filter-mobile .checkbox-group ul li label {
  cursor: pointer;
  color: white;
  opacity: 0.5;
}
.cider-finder .select-filter .checkbox-group ul li label span,
.cider-finder .select-filter-mobile .checkbox-group ul li label span {
  margin-right: 30px;
  width: 33px;
  height: 36px;
  display: block;
  float: left;
}
.cider-finder .select-filter .checkbox-group ul li label span:after,
.cider-finder .select-filter-mobile .checkbox-group ul li label span:after {
  background-color: white;
  box-shadow: 0px 1px 1px 0px black inset;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 38px;
  text-indent: -1px;
  vertical-align: middle;
  width: 18px;
  position: relative;
  top: -2px;
}
.cider-finder .select-filter .checkbox-group ul li label span.stores,
.cider-finder .select-filter-mobile .checkbox-group ul li label span.stores {
  background: url("/Presentation/AngryOrchard/includes/images/globals/view-filter-store.png") no-repeat;
  background-position: 0 0;
}
.cider-finder .select-filter .checkbox-group ul li label span.bar-restaurant,
.cider-finder .select-filter-mobile .checkbox-group ul li label span.bar-restaurant {
  background: url("/Presentation/AngryOrchard/includes/images/globals/view-filter-restraunt.png") no-repeat;
  background-position: 0 -57px;
}
.cider-finder .select-filter .checkbox-group ul li.active input[type='checkbox']:checked + label span:after,
.cider-finder .select-filter-mobile .checkbox-group ul li.active input[type='checkbox']:checked + label span:after {
  background-color: white;
  content: "✅";
  font-size: 15px;
  text-align: center;
  color: black;
}
.cider-finder .select-filter .checkbox-group ul li.active label,
.cider-finder .select-filter-mobile .checkbox-group ul li.active label {
  opacity: initial;
}
.cider-finder .select-filter .checkbox-group ul li.active label .store,
.cider-finder .select-filter-mobile .checkbox-group ul li.active label .store {
  background-position: 0 -40px;
}
.cider-finder .select-filter .checkbox-group ul li.active label .bar-restaurant,
.cider-finder .select-filter-mobile .checkbox-group ul li.active label .bar-restaurant {
  background-position: 0 -3px;
}
.cider-finder .generic-button-div {
  padding: 0;
}
.cider-finder .generic-button-div .generic-button:hover,
.cider-finder .generic-button-div .generic-button:focus,
.cider-finder .generic-button-div .generic-button:visited {
  text-transform: uppercase;
}
.cider-finder .switcher {
  padding: 6px 20px 6px 9px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 20px -5px #c1bbb7;
}
.cider-finder .switcher .generic-button {
  border-radius: 25px;
  height: 44px;
  padding: 7px;
  width: 42px;
  box-shadow: none;
}
.cider-finder .switcher .generic-button > img {
  width: 18px;
}
.cider-finder .switcher .list-marker {
  background: url("/Presentation/AngryOrchard/includes/images/cms/SpriteListing.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 -39px;
  height: 38px;
  width: 44px;
  margin: 0px 5px 0 5px;
}
.cider-finder .switcher .list-marker:hover {
  background-position: 0 -73px;
}
.cider-finder .switcher .list-marker-active {
  background: url("/Presentation/AngryOrchard/includes/images/cms/SpriteListing.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  height: 40px;
  width: 44px;
  margin: 0px 5px 0 5px;
}
.cider-finder .switcher .map-marker {
  background: url("/Presentation/AngryOrchard/includes/images/cms/SpriteMarker.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 -47px;
  height: 41px;
  width: 44px;
  margin: 0px 5px 0 5px;
}
.cider-finder .switcher .map-marker:hover {
  background-position: 0 -90px;
}
.cider-finder .switcher .map-marker-active {
  background: url("/Presentation/AngryOrchard/includes/images/cms/SpriteMarker.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  height: 41px;
  width: 44px;
  margin: 0px 5px 0 5px;
}
.cider-finder .filter-item {
  margin-top: 15px;
}
.cider-finder .filter-item ul {
  display: table-row;
  table-layout: fixed;
}
.cider-finder .filter-item ul li {
  height: 100%;
  display: table-cell;
  float: none;
}
.cider-finder .filter-item ul li img {
  display: inline-block;
}
.cider-finder .filter-item ul li label {
  vertical-align: middle;
  margin: 0;
}
.cider-finder .location-listing {
  /*width: 75%;*/
  margin: 35px auto 0;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cider-finder .location-listing > div {
  padding: 0;
}
.cider-finder .location-listing label,
.cider-finder .location-listing span {
  display: block;
  font-family: BrandonGrotesqueBold;
  color: white;
  font-size: 24px;
  line-height: 24px;
}
.cider-finder .location-listing span {
  font-size: 18px;
  line-height: 18px;
}
.cider-finder .location-listing h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: BrandonGrotesqueBlack;
  color: #ede2b6;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
}
.cider-finder .location-listing h2 span {
  width: 3.8%;
  display: inline-block;
}
.cider-finder .location-listing h2 span img {
  display: block;
  margin-top: 5px;
  max-width: 100%;
}
.cider-finder .location-listing h2 span.sub-heading {
  font-family: BrandonGrotesqueBold;
  font-size: 24px;
  color: #ede2b6;
  text-transform: initial;
  display: none;
}
.cider-finder .location-listing .address-line {
  padding: 0 0 0 5%;
}
.cider-finder .location-listing .address-line a {
  font-family: BrandonGrotesqueBold;
  color: white;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}
.cider-finder .location-listing .address-line a.tel {
  display: block;
  margin-top: 10px;
  color: white;
  text-decoration: underline;
}
.cider-finder .location-listing span.distance {
  margin-top: 20px;
  display: block;
}
.cider-finder .location-listing .distance-line {
  padding: 0;
  padding: 0 0 0 5%;
}
.cider-finder .location-listing label,
.cider-finder .location-listing span {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}
.cider-finder .location-listing .product-line {
  padding: 0;
  margin-top: 15px;
}
.cider-finder .location-listing .product-line label {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 3px;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 25px 9px 10px;
  background: url("/Presentation/AngryOrchard/includes/images/cms/mobile-dropdown-sprite.png") no-repeat;
  background-position: 0px -10px;
  background-position: 98% center;
  background-size: 14px auto;
  background-position: 98% -20px;
}
.cider-finder .location-listing .product-line .sub-content {
  display: none;
  padding-left: 11px;
}
.cider-finder .location-listing .product-line .sub-content .content {
  padding-bottom: 15px;
}
.cider-finder .location-listing .product-line .sub-content span {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}
.cider-finder .location-listing .product-line .sub-content span:first-child {
  width: 100%;
}
.cider-finder .location-listing .product-line .sub-content .type {
  font-family: BrandonGrotesqueBold;
  color: #322a20;
  background-color: #c2b06a;
  padding: 3px 12px 3px 8px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 9px;
}
.cider-finder .location-listing .generic-button-div {
  padding: 0;
  margin-top: 15px;
}
.cider-finder .location-listing .generic-button-div .generic-button {
  width: 100%;
  font-size: 18px;
  font-family: BrandonGrotesqueBlack;
  color: #322a20;
}
.cider-finder .location-listing .generic-button-div .generic-button:hover,
.cider-finder .location-listing .generic-button-div .generic-button:focus,
.cider-finder .location-listing .generic-button-div .generic-button:visited {
  text-transform: uppercase;
}
.cider-finder .pager-control {
  font-family: BrandonGrotesqueBold;
  font-size: 18px;
  color: #ede2b6;
  padding: 15px 0 0;
}
.cider-finder .location-listing:first-child .product-line .sub-content {
  display: block;
}
.cider-finder .info-container > div:first-child > div:nth-child(3) > div:first-child {
  height: 18px !important;
  left: -8px !important;
  top: 2px !important;
  width: 18px !important;
}
.cider-finder .info-container > div:first-child > div:nth-child(3) > div:first-child > div {
  transform: skewX(45deg) !important;
  left: 0 !important;
  height: 19px !important;
  width: 18px !important;
  background-color: #b08d36 !important;
}
.cider-finder .info-container > div:first-child > div:nth-child(3) > div:nth-child(2) {
  height: 18px !important;
  left: 10px !important;
  top: 2px !important;
  width: 18px !important;
}
.cider-finder .info-container > div:first-child > div:nth-child(3) > div:nth-child(2) > div {
  background-color: #b08d36 !important;
  height: 18px !important;
  left: 0 !important;
  transform: skewX(-45deg) !important;
  width: 18px !important;
}
.cider-finder .info-container > div:first-child > div:last-child {
  background: -webkit-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -moz-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -ms-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -o-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f5e193, EndColorStr=#b08d36);
}
.cider-finder .info-container > div:last-child {
  background: url("/Presentation/AngryOrchard/includes/images/globals/infowindow-close.png") no-repeat;
  top: 18px !important;
  right: 11px !important;
  width: 22px !important;
  height: 22px !important;
  display: block;
}
.cider-finder .info-container > div:last-child > img {
  display: none;
}
.cider-finder .info-container .gm-style-iw {
  left: 6px !important;
  top: 7px !important;
  width: 188px !important;
}
.cider-finder .info-container .gm-style-iw > div {
  width: 188px !important;
  max-width: 188px !important;
}
.cider-finder .info-container .info-window .innter-window {
  width: 188px;
  padding: 15px 30px 10px 9px;
  background-color: white;
  border-radius: 3px;
}
.cider-finder .info-container .info-window .innter-window > h4 {
  font-family: BrandonGrotesqueBlack;
  color: #322a20;
  font-size: 18px;
  margin: 0;
}
.cider-finder .info-container .info-window .innter-window > span {
  font-family: BrandonGrotesqueMedium;
  font-size: 14px;
  color: #322a20;
  display: block;
}
.cider-finder .info-container .info-window .innter-window > span:nth-child(2) {
  margin-bottom: 5px;
}
.cider-finder .info-container .info-window .innter-window > span:nth-child(3) {
  margin-bottom: 10px;
}
.cider-finder .info-container .info-window .innter-window > a {
  font-family: BrandonGrotesqueBlack;
  color: #322a20;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}
.cider-finder .info-container .info-window > a {
  text-align: center;
  font-family: BrandonGrotesqueBlack;
  color: #322a20;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
}
.cider-finder .info-container .info-window > a .right-arrow {
  background: url("/Presentation/AngryOrchard/includes/images/globals/marker-right-arrow.png") no-repeat;
  width: 7px;
  height: 13px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 4px;
}
.gallery-container {
  /*background: url('../../../images/cms/photogallerymodule-bg.png') no-repeat;*/
  background-size: 100% 100%;
  padding-bottom: 23px;
  padding-left: 2%;
  padding-right: 2%;
}
.gallery-container .tab-image-left {
  margin-bottom: 0px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  background: url("/Presentation/AngryOrchard/includes/images/globals/module-background.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 5px;
  display: none;
}
.gallery-container .tab-image-left img {
  width: 100%;
}
.gallery-container .gallery-header {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 7px;
}
.gallery-container .gallery-header > h2 {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  font-family: BrandonGrotesqueBold;
  color: #ede2b6;
  margin: 0px;
}
.gallery-container .gallery-module {
  height: 82%;
  background: white;
}
.gallery-container .gallery-module.media {
  margin: 0px;
  padding-top: 22px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.gallery-container .gallery-module .mediabody .boxborder {
  background: url("/Presentation/AngryOrchard/includes/images/globals/module-background.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 5px;
}
.gallery-container .gallery-module .mediabody .boxborder > img {
  border: 5px solid white;
}
.gallery-container .gallery-module .mediabody .carousel .glyphicon-chevron-right {
  margin-right: 0px;
  position: absolute;
  top: 42%;
  height: 0px;
}
.gallery-container .gallery-module .mediabody .carousel .glyphicon-chevron-right:before {
  content: "";
}
.gallery-container .gallery-module .mediabody .carousel .glyphicon-chevron-left {
  margin-left: 0px;
  position: absolute;
  display: inline;
  top: 42%;
  height: 0px;
}
.gallery-container .gallery-module .mediabody .carousel .glyphicon-chevron-left:before {
  content: "";
}
.gallery-container .gallery-module .mediabody .carousel .right > img {
  top: 40%;
}
.gallery-container .gallery-module .mediabody .carousel .left > img {
  top: 40%;
}
.gallery-container .gallery-module .mediabody .carousel .carousel-control {
  background: none;
  width: 6%;
}
.gallery-container .gallery-module .mediabody .carousel .carousel-inner .item > img {
  width: 100%;
}
.recipe-body > .media .pull-left {
  padding: 0px;
}
.recipe-body > .media .pull-left > .image {
  float: none;
  margin-right: 0px;
  margin-bottom: 15px;
}
.recipe-body > .media .pull-left > .image > img {
  width: 100%;
  border: 10px solid white;
}
.recipe-body .summary {
  font-family: BrandonGrotesqueBlack;
  font-size: 24px;
  line-height: 28px;
  color: #ede2b6;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.recipe-body > .content > .image {
  margin-top: 15px;
  margin-bottom: 15px;
}
.recipe-body > .content > .body-content {
  padding: 0px;
  color: white;
}
.recipe-body > .content > .body-content h1 {
  font-size: 30px;
  color: #ede2b6;
  line-height: 34px;
  font-family: BrandonGrotesqueBlack;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
}
.recipe-body > .content > .body-content h2 {
  font-size: 20px;
  color: #7ea54b;
  line-height: 22px;
  font-family: BrandonGrotesqueBlack;
  text-transform: none;
  margin-top: 30px;
  text-transform: uppercase;
}
.recipe-body > .content > .body-content .body {
  color: white;
  padding-top: 15px;
}
.recipe-body > .content > .body-content .body ul li {
  color: white;
  line-height: 30px;
  font-size: 14px;
}
.recipe-body > .content > .body-content .body ol {
  margin-left: 10px;
  padding-left: 10px;
}
.recipe-body > .content > .body-content .body ol li {
  color: white;
  margin-bottom: 10px;
}
.recipe-body > .content > .body-content .body h3 {
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-family: BrandonGrotesqueBlack;
  padding-bottom: 0px;
  margin-bottom: 3px;
}
.recipe-body > .content > .body-content .body p {
  font-size: 13px;
  line-height: 26px;
  color: white;
  font-family: BrandonGrotesqueMedium;
}
.dropdown.small {
  width: 100%;
  margin-bottom: 0px;
  min-width: 118px;
}
.dropdown.small .generic-button {
  text-transform: none !important;
}
.dropdown.small .generic-button:hover {
  text-transform: none !important;
}
.dropdown.small .dropdown-toggle {
  text-align: left;
  width: inherit;
  box-shadow: 1px 5px 10px -5px black;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 11px !important;
  position: relative;
  font-size: 13px;
  z-index: 0;
}
.dropdown.small .dropdown-toggle:after {
  background: url("/Presentation/AngryOrchard/includes/images/globals/dropdown.png") no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 19px;
  z-index: 10000;
}
.dropdown.small .dropdown-toggle:before {
  content: "";
}
.dropdown.small .dropdown-menu {
  background: rgba(237, 227, 183, 0.92);
  width: inherit;
  top: 100%;
  padding: 0px;
  margin: 0;
  font-size: 13px;
}
.dropdown.small .dropdown-menu li {
  width: inherit;
  border-top: 1px solid #7b715a;
}
.dropdown.small .dropdown-menu li a {
  color: #322a20;
  font-weight: bold;
  text-transform: none;
  padding: 4px 15px;
  cursor: pointer;
  word-wrap: break-word;
  white-space: normal;
}
.dropdown.small .dropdown-menu li a:hover {
  background: #322a20;
  color: white;
}
.dropdown.small .dropdown-menu li:first-child {
  border: 0px;
}
.dropdown.small.open .dropdown-toggle {
  text-align: left;
  width: inherit;
  box-shadow: 1px 5px 10px -5px black;
  border: none;
  position: relative;
}
.dropdown.small.open .dropdown-toggle:after {
  background: url("/Presentation/AngryOrchard/includes/images/globals/dropup.png") no-repeat;
}
.datepicker {
  padding: 0px;
}
.datepicker .datepicker-years {
  padding: 4px;
}
.datepicker .datepicker-years .table-condensed {
  width: 183px;
  border-spacing: 1px;
  border-collapse: separate;
}
.datepicker .datepicker-years .table-condensed > thead {
  display: block;
}
.datepicker .datepicker-years .table-condensed > thead tr:first-child {
  display: block;
  width: 180px;
  font-family: BrandonGrotesqueBlack;
  background: -webkit-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -moz-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -ms-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -o-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f5e193, EndColorStr=#b08d36);
  box-shadow: 2px 2px 15px #2b2b2b;
  color: #322a20;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 2px 2px #ddc689;
  letter-spacing: 0.8px;
  padding: 9px 30px;
  font-size: 18px;
  border: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .datepicker .datepicker-years .table-condensed > thead tr:first-child {
    font-size: 12px;
    padding: 9px 15%;
  }
}
.datepicker .datepicker-years .table-condensed > thead tr:first-child:focus {
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
  text-transform: uppercase;
}
.datepicker .datepicker-years .table-condensed > thead tr:first-child:hover {
  text-decoration: none;
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
  text-transform: uppercase;
}
.datepicker .datepicker-years .table-condensed > thead tr:first-child:active {
  background: -webkit-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -moz-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -ms-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -o-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a8842c, EndColorStr=#deca7a);
  text-transform: uppercase;
}
.datepicker .datepicker-years .table-condensed > thead tr:first-child:visited {
  color: #322a20;
}
.datepicker .datepicker-years .table-condensed > thead tr:first-child .prev {
  width: 20px;
  background: url('/Presentation/AngryOrchard/includes/images/globals/calender-prev-icon.png') no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  background-position: 7px 11px;
}
.datepicker .datepicker-years .table-condensed > thead tr:first-child .datepicker-switch {
  padding: 0px;
  width: 140px;
  text-transform: none;
  text-align: center;
}
.datepicker .datepicker-years .table-condensed > thead tr:first-child .next {
  width: 20px;
  background: url('/Presentation/AngryOrchard/includes/images/globals/calender-next-icon.png') no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  background-position: 7px 11px;
}
.datepicker .datepicker-years .table-condensed > thead .dow {
  padding: 4px 5px 2px 5px;
  font-size: 13px;
  cursor: pointer;
}
.datepicker .datepicker-years .table-condensed > tbody {
  display: block;
}
.datepicker .datepicker-years .table-condensed > tbody .year {
  text-align: center;
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker .datepicker-years .table-condensed > tbody .year:hover {
  background: #eeeeee;
}
.datepicker .datepicker-months {
  padding: 4px;
}
.datepicker .datepicker-months .table-condensed {
  width: 183px;
  border-spacing: 1px;
  border-collapse: separate;
}
.datepicker .datepicker-months .table-condensed > thead {
  display: block;
}
.datepicker .datepicker-months .table-condensed > thead tr:first-child {
  display: block;
  width: 180px;
  font-family: BrandonGrotesqueBlack;
  background: -webkit-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -moz-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -ms-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -o-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f5e193, EndColorStr=#b08d36);
  box-shadow: 2px 2px 15px #2b2b2b;
  color: #322a20;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 2px 2px #ddc689;
  letter-spacing: 0.8px;
  padding: 9px 30px;
  font-size: 18px;
  border: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .datepicker .datepicker-months .table-condensed > thead tr:first-child {
    font-size: 12px;
    padding: 9px 15%;
  }
}
.datepicker .datepicker-months .table-condensed > thead tr:first-child:focus {
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
  text-transform: uppercase;
}
.datepicker .datepicker-months .table-condensed > thead tr:first-child:hover {
  text-decoration: none;
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
  text-transform: uppercase;
}
.datepicker .datepicker-months .table-condensed > thead tr:first-child:active {
  background: -webkit-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -moz-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -ms-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -o-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a8842c, EndColorStr=#deca7a);
  text-transform: uppercase;
}
.datepicker .datepicker-months .table-condensed > thead tr:first-child:visited {
  color: #322a20;
}
.datepicker .datepicker-months .table-condensed > thead tr:first-child .prev {
  width: 20px;
  background: url('/Presentation/AngryOrchard/includes/images/globals/calender-prev-icon.png') no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  background-position: 7px 11px;
}
.datepicker .datepicker-months .table-condensed > thead tr:first-child .datepicker-switch {
  padding: 0px;
  width: 140px;
  text-transform: none;
  text-align: center;
}
.datepicker .datepicker-months .table-condensed > thead tr:first-child .next {
  width: 20px;
  background: url('/Presentation/AngryOrchard/includes/images/globals/calender-next-icon.png') no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  background-position: 7px 11px;
}
.datepicker .datepicker-months .table-condensed > thead .dow {
  padding: 4px 5px 2px 5px;
  font-size: 13px;
  cursor: pointer;
}
.datepicker .datepicker-months .table-condensed > tbody {
  display: block;
}
.datepicker .datepicker-months .table-condensed > tbody .month {
  display: block;
  text-align: center;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker .datepicker-months .table-condensed > tbody .month:hover {
  background: #eeeeee;
}
.datepicker .datepicker-months .table-condensed > tbody .month.old {
  color: #999999;
}
.datepicker .datepicker-days {
  padding: 4px;
}
.datepicker .datepicker-days .table-condensed {
  width: 183px;
  border-spacing: 1px;
  border-collapse: separate;
}
.datepicker .datepicker-days .table-condensed > thead {
  display: block;
}
.datepicker .datepicker-days .table-condensed > thead tr:first-child {
  display: block;
  width: 100%;
  font-family: BrandonGrotesqueBlack;
  background: -webkit-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -moz-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -ms-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  background: -o-linear-gradient(top, #f5e193 0%, #b08d36 60%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f5e193, EndColorStr=#b08d36);
  box-shadow: 2px 2px 15px #2b2b2b;
  color: #322a20;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 2px 2px #ddc689;
  letter-spacing: 0.8px;
  padding: 9px 30px;
  font-size: 18px;
  border: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .datepicker .datepicker-days .table-condensed > thead tr:first-child {
    font-size: 12px;
    padding: 9px 15%;
  }
}
.datepicker .datepicker-days .table-condensed > thead tr:first-child:focus {
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
  text-transform: uppercase;
}
.datepicker .datepicker-days .table-condensed > thead tr:first-child:hover {
  text-decoration: none;
  background: -webkit-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -moz-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -ms-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  background: -o-linear-gradient(top, #f3de90 0%, #a9852e 70%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f3de90, EndColorStr=#a9852e);
  color: #322a20;
  text-transform: uppercase;
}
.datepicker .datepicker-days .table-condensed > thead tr:first-child:active {
  background: -webkit-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -moz-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -ms-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  background: -o-linear-gradient(top, #a8842c 0%, #deca7a 80%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a8842c, EndColorStr=#deca7a);
  text-transform: uppercase;
}
.datepicker .datepicker-days .table-condensed > thead tr:first-child:visited {
  color: #322a20;
}
.datepicker .datepicker-days .table-condensed > thead tr:first-child .prev {
  width: 20px;
  background: url("/Presentation/AngryOrchard/includes/images/globals/calender-prev-icon.png") no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  background-position: 7px 11px;
}
.datepicker .datepicker-days .table-condensed > thead tr:first-child .datepicker-switch {
  padding: 0px;
  width: 150px;
  text-transform: none;
  text-align: center;
}
.datepicker .datepicker-days .table-condensed > thead tr:first-child .next {
  width: 20px;
  background: url("/Presentation/AngryOrchard/includes/images/globals/calender-next-icon.png") no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  background-position: 7px 11px;
}
.datepicker .datepicker-days .table-condensed > thead tr:nth-child(2) .dow {
  padding: 4px 7.2px 2px;
}
.datepicker .datepicker-days .table-condensed > thead .dow {
  font-size: 13px;
  cursor: pointer;
}
.datepicker .datepicker-days .table-condensed > tbody {
  display: block;
}
.datepicker .datepicker-days .table-condensed > tbody .old {
  visibility: hidden;
}
.datepicker .datepicker-days .table-condensed > tbody .day {
  padding: 4px 6px 2px 6px;
  background: #e2e2e2;
  margin: 2px;
  font-size: 13px;
  border: 1px solid #d9d9d9;
  text-align: center;
  cursor: pointer;
}
.datepicker .datepicker-days .table-condensed > tbody .day:hover {
  background: #c2b06a;
}
.datepicker .datepicker-days .table-condensed > tbody .day.active {
  background: #c2b06a;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  border-style: none;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 116px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 112px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -8px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid white;
}
.input-group {
  float: left;
  width: 130px;
}
.input-group input[type=text] {
  width: 130px;
  padding-top: 1px;
  height: 23px;
  font-size: 13px;
}
.input-group span.input-group-addon {
  border: 0px;
  background-color: transparent !important;
  cursor: pointer;
  width: 23px;
  height: 23px;
  margin-left: 5px;
  margin-bottom: 5px;
  background: url('../images/globals/calender-image2.png') no-repeat;
}
.agegate-model {
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: -80px;
  width: 100%;
  z-index: 50000;
  text-align: center;
}
.agegate-model .inner-content {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 42% -80px;
  background-size: 998px auto;
  position: relative;
  padding-top: 205px;
  min-height: 610px;
}
@media (max-height: 320px) {
  .agegate-model .inner-content {
    padding-top: 210px;
  }
}
.agegate-model .inner-content .wrapper {
  max-width: 450px;
  margin: 0 auto;
}
.agegate-model .inner-content .wrapper > img {
  width: 59%;
  margin-bottom: 10px;
}
@media (max-height: 320px) {
  .agegate-model .inner-content .wrapper > img {
    display: none;
  }
}
.agegate-model .inner-content .message,
.agegate-model .inner-content .message p,
.agegate-model .inner-content .remeber-cookie label {
  font-family: BrandonGrotesqueBold;
  color: #322a20;
  margin: 0px auto 0;
  font-size: 14px;
  line-height: 16px;
}
.agegate-model .inner-content .message {
  width: 86%;
}
.agegate-model .inner-content .remeber-content {
  margin: 10px 0 0;
  text-align: center;
  width: 100%;
}
.agegate-model .inner-content .remeber-content .remeber-cookie {
  width: 100%;
  margin: 0 auto 0px;
}
.agegate-model .inner-content .remeber-content .remeber-cookie label {
  text-transform: uppercase;
  margin: 0 10px 0 0;
  text-align: left;
}
.agegate-model .inner-content .remeber-content .remeber-cookie label:after {
  background-color: white;
  box-shadow: 0px 1px 1px 0px black inset;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 10px;
  text-indent: -1px;
  vertical-align: middle;
  width: 18px;
  position: relative;
  top: -2px;
}
.agegate-model .inner-content .remeber-content .remeber-cookie input[type='checkbox'] {
  margin: 0;
  display: none;
}
.agegate-model .inner-content .remeber-content .remeber-cookie input[type="checkbox"]:checked + label:after {
  background-color: white;
  content: '\2705';
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.agegate-model .dropdown {
  display: inline-block;
  text-align: center;
  margin: 0px 6px 10px 0;
  padding: 6px 9px;
  max-width: 170px;
  border-radius: 5px;
  background-color: white;
  border-left: 2px solid #cdcdcd;
  border-top: 2px solid #cdcdcd;
}
.agegate-model .dropdown .dropdown-toggle {
  width: 100%;
  border: none !important;
  padding: 0;
  background: none !important;
  user-select: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.agegate-model .dropdown .dropdown-toggle:after {
  background: none;
}
.agegate-model .dropdown .dropdown-menu {
  max-height: 150px;
  min-width: initial;
  width: 100%;
  padding: 10px 0;
  overflow-y: scroll;
}
.agegate-model .age-month,
.agegate-model .age-day {
  min-width: 56px;
  width: 15%;
}
.agegate-model .age-year {
  width: 25%;
  min-width: 78px;
}
.agegate-model .fb-like {
  margin-bottom: 10px;
  float: left;
  text-align: center;
  width: 100%;
}
.agegate-model .fb-like > span,
.agegate-model .fb-like iframe {
  width: 100% !important;
  position: static !important;
}
.agegate-model .fb-like iframe #u_0_3 {
  display: none;
}
.agegate-model .fb-like iframe #u_0_3 span:nth-child(2) {
  display: none !important;
}
.agegate-model .fb_iframe_widget {
  margin-top: 5px;
}
.agegate-model .generic-button {
  padding: 8px 12px;
  box-shadow: none;
}
.agegate-model .message-warning {
  display: none;
  color: red;
  font-family: BrandonGrotesqueMedium;
  margin: 0px auto 0;
  font-size: 11px;
  line-height: 13px;
  width: 86%;
}
.agegate-model .message-warning a {
  font-size: 14px;
  line-height: 16px;
  font-family: BrandonGrotesqueMedium;
  color: #322a20;
  display: inline-block;
  text-decoration: underline;
}
.agegate-model .grass {
  position: absolute;
  bottom: 50px;
  left: -13px;
  right: -10px;
}
@media (max-height: 320px) {
  .agegate-model .grass {
    bottom: 210px;
  }
}
.agegate-model .grass > img {
  max-width: 100% !important;
  text-align: left;
  width: 100%;
}
.produc-header-main-container .product-header-container {
  background-repeat: no-repeat;
  padding: 0px;
  background-size: contain;
}
.produc-header-main-container .product-header-container .product-header-main-content {
  padding-top: 5%;
  padding-left: 6%;
  padding-right: 6%;
  padding-bottom: 20px;
  background: url("/Presentation/AngryOrchard/includes/images/globals/mobile-inner-frame.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 81.7%;
}
.produc-header-main-container .product-header-container .product-header-main-content .product-header-left {
  width: 18%;
  float: left;
  display: none;
}
.produc-header-main-container .product-header-container .product-header-main-content .product-header-left img {
  width: 100%;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right {
  /*float: left;*/
  float: none;
  margin-top: 10%;
  /*width: 77%;*/
  padding: 0px;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-middle {
  /*float: left;*/
  float: none;
  /*width: 40%;*/
  padding: 0px;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-middle .h2-dark {
  color: #37401b;
  font-size: 28px;
  line-height: 24px;
  font-family: BrandonGrotesqueBlack;
  margin-top: 0px;
  /*border-top:2px solid @color-cream;
                    border-bottom:2px solid @color-cream;*/
  padding: 5px 0px;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-middle .dark-bk-body {
  font-size: 18px;
  color: black;
  font-family: BrandonGrotesqueMedium;
  line-height: 20px;
  padding: 0px 0px 12px;
  border-bottom: 1px solid #7b7a76;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-middle .product-header-middle-bottom {
  border-top: 1px solid #7b7a76;
  padding: 10px 0;
  margin-top: 5px;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-middle .product-header-middle-bottom .bottom-header-subtitle {
  font-size: 18px;
  color: black;
  display: block;
  margin: 10px 0px 0px 0px;
  font-family: BrandonGrotesqueBlack;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-middle .product-header-middle-bottom span {
  color: black;
  font-size: 14px;
  display: block;
  font-family: BrandonGrotesqueMedium;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right {
  /*float: left;*/
  float: none;
  /*padding-left: 3%;*/
  padding: 0%;
  /*width: 56%;*/

}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right .video-section {
  float: none;
  padding: 0px;
  cursor: pointer;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right .video-section img {
  border: 8px solid white;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right .video-section iframe {
  width: 100%;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right .modal {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 50000;
  text-align: center;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right .modal .modal-dialog {
  margin: 0px auto;
  top: 18%;
  width: 90%;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right .modal .modal-dialog .modal-content .modal-body {
  position: relative;
  overflow: hidden;
  padding-bottom: 55.25%;
  margin: 15px;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right .modal .modal-dialog .modal-content .modal-body iframe,
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right .modal .modal-dialog .modal-content .modal-body object,
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right .modal .modal-dialog .modal-content .modal-body embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right .generic-button {
  display: block;
  font-size: 18px;
  padding: 7px;
  margin-bottom: 20px;
}
.produc-header-main-container .product-header-container .product-header-main-content .wide-header-right .product-header-right .video-divider {
  padding: 20px 0px;
}
/*.modal {
    z-index: 10000;

    .modal-dialog {
        width: 69% !important;
    }
}*/

.modal-content button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -21px;
  right: -15px;
  display: block;
  opacity: 1 !important;
  z-index: 1000;
}
.modal-content button > span {
  background-image: url('/Presentation/AngryOrchard/includes/images/globals/Video-close-button.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.left-right .list-detail {
  margin-bottom: 0px;
}
.left-right .list-detail .list-detail-img {
  width: 25%;
  float: left;
  margin-right: 3%;
}
.left-right .list-detail .list-detail-img img {
  display: block;
  width: 100%;
}
.left-right .list-detail .list-detail-main-content {
  width: 70%;
  float: left;
  position: relative;
  padding-bottom: 20px;
  min-height: 215px;
}
.left-right .list-detail .list-detail-main-content .h2-dark {
  margin-top: 0px;
}
.left-right .list-detail .list-detail-main-content .h2-dark a {
  margin: 0px 0px 7px 0px;
  padding: 0px;
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  color: #ede2b6;
  font-family: BrandonGrotesqueBold;
}
.left-right .list-detail .list-detail-main-content .h2-dark a:hover {
  text-transform: uppercase;
  font-size: 24px;
}
.left-right .list-detail .list-detail-main-content .dark-bk-body {
  padding: 5px 0px 18px 0px;
}
.left-right .list-detail .list-detail-main-content .generic-button {
  position: absolute;
  bottom: 0;
}
.top-bottom .list-detail {
  margin-bottom: 0px;
}
.top-bottom .list-detail .list-detail-img {
  width: 100%;
}
.top-bottom .list-detail .list-detail-img img {
  border: 5px solid white;
  width: 100%;
}
.top-bottom .list-detail .list-detail-main-content {
  width: 100%;
  margin-top: 18px;
  position: relative;
  padding-bottom: 20px;
}
.top-bottom .list-detail .list-detail-main-content .h2-dark {
  margin-top: 14px;
}
.top-bottom .list-detail .list-detail-main-content .h2-dark a {
  margin: 0px 0px 7px 0px;
  padding: 0px;
  display: block;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 24px;
  color: #ede2b6;
  font-family: BrandonGrotesqueBold;
}
.top-bottom .list-detail .list-detail-main-content .h2-dark a:hover {
  text-transform: capitalize;
  font-size: 24px;
}
.top-bottom .list-detail .list-detail-main-content .dark-bk-body {
  padding: 5px 0px 18px 0px;
}
.top-bottom .list-detail .list-detail-main-content .generic-button {
  position: absolute;
  bottom: 0;
}
.xblog-container .col-height {
  width: 50%;
}
.xblog-container .img-responsive {
  width: 50%;
}
.xblog-container .generic-callout-block {
  margin-left: 0px;
  margin-right: 0;
  color: white;
  padding: 0;
  margin-top: 40px;
}
.xblog-container .generic-callout-block .image {
  background: none;
  padding: 0px;
  float: left;
  width: 40%;
  margin: 0px 9px 0 0px;
}
.xblog-container .generic-callout-block .image a img {
  width: 100%;
  border: 5px solid white;
}
.xblog-container .generic-callout-block .blog-right-section .h2-dark {
  font-size: 24px;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 0;
}
.xblog-container .generic-callout-block .blog-right-section .post-info {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.xblog-container .generic-callout-block .blog-right-section .bolg-generic-buttons {
  width: 100%;
  float: none;
}
.xblog-container .generic-callout-block .blog-right-section .bolg-generic-buttons .generic-button {
  padding: 12px 0px;
  margin-right: 0px;
  float: none;
  margin-top: 15px;
  width: 100%;
}
.xb-recentblog {
  display: none;
}
.xb-textsearch {
  display: none;
}
.xb-categorylist {
  display: none;
}
.xb-categorylist span.year {
  font-family: BrandonGrotesqueBold;
  color: white;
}
.xb-taglist {
  display: none;
}
/*h3 {
    font-size: 18px;
    text-transform: uppercase;
    .font-BrandonGrotesqueBold;
    color: @color-cream;
    border-bottom: 0;
    text-align: left;
    padding-bottom: 6px;
}*/

.blog-comment-container h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: BrandonGrotesqueBold;
  color: #ede2b6;
  border-bottom: 0;
  text-align: left;
  padding-bottom: 6px;
}
.blog-comment-container .comment-form {
  padding-top: 0px;
}
.blog-comment-container .comment-form input {
  padding: 11px 14px;
  width: 100%;
  float: none;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
}
.blog-comment-container .comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
  color: black;
}
.blog-comment-container .comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
  color: black;
}
.blog-comment-container .comment-form :-ms-input-placeholder {
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
  color: black;
}
.blog-comment-container .comment-form textarea {
  width: 100%;
  float: none;
  padding: 11px 14px;
  border-radius: 5px;
  min-height: 240px;
}
.blog-comment-container .g-recaptcha {
  margin-top: 27px;
}
.blog-comment-container .recaptcha_nothad_incorrect_sol {
  margin-top: 20px;
  transform: scale(0.82);
  transform-origin: 0;
  -webkit-transform: scale(0.82);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 330px) {
  .blog-comment-container .recaptcha_nothad_incorrect_sol {
    margin-top: 20px;
    transform: scale(0.82);
    transform-origin: 0;
    -webkit-transform: scale(0.82);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@media (min-width: 360px) and (max-width: 400px) {
  .blog-comment-container .recaptcha_nothad_incorrect_sol {
    margin-top: 20px;
    transform: scale(0.95);
    transform-origin: 0;
    -webkit-transform: scale(0.95);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 550px) and (max-width: 640px) {
  .blog-comment-container .recaptcha_nothad_incorrect_sol {
    transform: scale(1);
    transform-origin: 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.blog-comment-container .recaptcha_nothad_incorrect_sol:before {
  clear: both;
  content: "";
  display: block;
}
.blog-comment-container .button-container {
  margin-top: 0;
  float: left;
  width: 100%;
}
.blog-comment-container .button-container .generic-button {
  border: 0;
  margin-right: 0px;
  margin-bottom: 15px;
}
.blog-comment-container .form-result {
  text-align: left;
  padding-left: 0;
}
.blog-comment-container .form-result p {
  font-size: 20px;
}
.blog-comment-container .form-result p.error {
  color: red;
}
.blog-comment-container .form-result p.success {
  color: white;
}
.blog-comment-container .recaptchatable :-moz-placeholder {
  /* Firefox 18- */
  font-size: 10pt;
  font-family: BrandonGrotesqueMedium;
}
.blog-comment-container .recaptchatable ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 10pt;
  font-family: BrandonGrotesqueMedium;
}
.blog-comment-container .recaptchatable :-ms-input-placeholder {
  font-size: 10pt;
  font-family: BrandonGrotesqueMedium;
}
.blog-comment-container .recaptchatable ::-webkit-input-placeholder {
  font-size: 10pt;
  font-family: BrandonGrotesqueMedium;
}
.blog-post-tags {
  margin-bottom: 25px;
}
.blog-post-tags h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: BrandonGrotesqueBold;
  color: #ede2b6;
  border-bottom: 0;
  text-align: left;
  padding-bottom: 6px;
}
.blog-post-tags ul li {
  float: left;
  padding-right: 5px;
}
.blog-post-tags ul li a {
  text-decoration: underline;
  font-size: 18px;
  color: white;
  font-family: BrandonGrotesqueBlack;
  text-transform: capitalize;
}
.comments-list h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: BrandonGrotesqueBold;
  color: #ede2b6;
  border-bottom: 0;
  text-align: left;
  padding-bottom: 6px;
}
.comments-list .comment-list-content {
  padding: 51px 0 21px;
  border-bottom: 0;
  position: relative;
}
.comments-list .comment-list-content:nth-of-type(1) {
  padding-top: 0;
}
.comments-list .comment-list-content .comment-listing-left {
  width: 25%;
  float: left;
}
.comments-list .comment-list-content .comment-listing-left img {
  width: 100%;
}
.comments-list .comment-list-content .comment-listing-right {
  float: left;
  padding-left: 5%;
  width: 75%;
}
.comments-list .comment-list-content .comment-listing-right .reply-button {
  font-size: 18px;
  line-height: 14px;
  padding: 13px 30px;
  position: absolute;
  right: 0;
  top: 93.7%;
  width: 100%;
  bottom: -3%;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
}
.comments-list .comment-list-content .comment-listing-right h3 {
  border: none;
  margin-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments-list .comment-list-content .comment-listing-right h3 a {
  font-size: 24px;
  color: white;
  font-family: BrandonGrotesqueBold;
  line-height: 24px;
  text-transform: capitalize;
}
.comments-list .comment-list-content .comment-listing-right .comment-date {
  padding-top: 2px;
  font-size: 18px;
  color: white;
  font-family: BrandonGrotesqueBold;
  line-height: 22px;
  text-transform: capitalize;
  display: block;
  text-align: left;
}
.comments-list .comment-list-content .comment-listing-right .dark-bk-body {
  padding-top: 20px;
  font-size: 18px;
  color: white;
  font-family: BrandonGrotesqueBold;
  line-height: 20px;
  text-align: left;
}
.comments-list .comment-list-content .reply-form-append {
  margin-top: 12px;
}
.comments-list .comment-list-content .reply-form-append .button-container {
  margin-top: 20px;
  margin-bottom: 25px;
}
.comments-list .comment-list-content:last-child {
  margin-bottom: 30px;
}
.blog-body-content {
  margin-top: 25px;
}
.blog-body-content h1 {
  font-size: 30px;
  color: #ede2b6;
  line-height: 34px;
  font-family: BrandonGrotesqueBlack;
  text-transform: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.blog-body-content h2 {
  font-size: 18px;
  color: #ede2b6;
  line-height: 22px;
  font-family: BrandonGrotesqueBlack;
  text-transform: none;
  margin-top: 0px;
}
.blog-body-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: BrandonGrotesqueBold;
  color: #ede2b6;
  border-bottom: 0;
  text-align: left;
  padding-bottom: 6px;
}
.blog-body-content > .content {
  margin-top: 0px;
}
.blog-body-content > .content > .body-content .image {
  /*float: right;*/
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  display: inline-block;
  background: url('/Presentation/AngryOrchard/includes/images/cms/frame-background-image.png') no-repeat center center;
  background-size: 100% 100%;
  padding-bottom: 12px;
  padding-right: 10px;
  padding-top: 8px;
  padding-left: 15px;
  width: 100%;
}
.blog-body-content > .content > .body-content .image img {
  width: 100%;
  border: 5px solid white;
}
.blog-body-content > .content > .body-content h2 {
  font-size: 30px;
  color: #ede2b6;
  line-height: 30px;
  font-family: BrandonGrotesqueBlack;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
}
.blog-body-content > .content > .body-content a {
  display: inline-block;
  text-decoration: underline;
  color: #ede2b6;
}
.blog-body-content > .content .blog-date {
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-family: BrandonGrotesqueBlack;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  display: block;
}
.blog-body-content > .content p {
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-family: BrandonGrotesqueBold;
  padding-top: 15px;
  padding-bottom: 0px;
  text-align: left;
}
.form-result {
  text-align: left;
  padding-left: 15px;
}
.form-result p {
  font-size: 20px;
}
.form-result p.error {
  color: red;
}
.form-result p.success {
  color: white;
}
.form-submitresult {
  text-align: left;
  padding-left: 15px;
}
.form-submitresult p,
.form-submitresult h3 {
  color: white;
}
.form-container {
  padding: 0px;
  /*select::-ms-expand {
        display: none;
    }*/

}
.form-container label {
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 6px;
  color: #ede2b6;
  font-family: BrandonGrotesqueBold;
}
.form-container input {
  padding: 8px 14px;
  width: 100%;
  float: none;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  /*font-size: 18px;
        .font-BrandonGrotesqueBold;
        color: @color-black;*/

}
.form-container input:after {
  clear: both;
  content: "";
  display: block;
}
.form-container .contact-us-datepicker {
  width: 150px !important;
}
.form-container .rc-anchor {
  margin-bottom: 20px;
}
.form-container :-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
  color: black;
}
.form-container ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
  color: black;
}
.form-container :-ms-input-placeholder {
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
  color: black;
}
.form-container select {
  padding: 8px 14px;
  width: 100%;
  float: none;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  /*font-size: 18px;
        .font-BrandonGrotesqueBold;
        color: @color-black;*/

}
.form-container .check-gender {
  width: 100%;
}
.form-container .check-gender label {
  width: 70%;
  float: left;
}
.form-container .check-gender label::after {
  clear: both;
  content: '';
  display: block;
}
.form-container .check-gender input {
  width: initial;
  margin-right: 15px;
  float: left;
  clear: both;
}
.form-container textarea {
  width: 100%;
  float: none;
  padding: 8px 14px;
  border-radius: 5px;
  min-height: 240px;
  font-size: 18px;
  font-family: BrandonGrotesqueBold;
  color: black;
}
.form-container .g-recaptcha {
  margin-top: 27px;
}
.form-container .recaptcha_nothad_incorrect_sol {
  margin-top: 20px;
  transform: scale(0.82);
  transform-origin: 0;
  -webkit-transform: scale(0.82);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 330px) {
  .form-container .recaptcha_nothad_incorrect_sol {
    margin-top: 20px;
    transform: scale(0.82);
    transform-origin: 0;
    -webkit-transform: scale(0.82);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 0;
  }
}
@media (min-width: 360px) and (max-width: 370px) {
  .form-container .recaptcha_nothad_incorrect_sol {
    margin-top: 20px;
    transform: scale(0.95);
    transform-origin: 0;
    -webkit-transform: scale(0.95);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 568px) and (max-width: 640px) {
  .form-container .recaptcha_nothad_incorrect_sol {
    transform: scale(1);
    transform-origin: 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.form-container .recaptcha_nothad_incorrect_sol .generic-button {
  border: 0;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.form-container .recaptcha_nothad_incorrect_sol .recaptchatable #recaptcha_response_field {
  display: inline-block;
  font-size: 10pt;
  font-family: BrandonGrotesqueMedium;
}
.form-container .recaptcha_nothad_incorrect_sol .recaptchatable :-moz-placeholder {
  /* Firefox 18- */
  font-size: 10pt;
  font-family: BrandonGrotesqueMedium;
}
.form-container .recaptcha_nothad_incorrect_sol .recaptchatable ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 10pt;
  font-family: BrandonGrotesqueMedium;
}
.form-container .recaptcha_nothad_incorrect_sol .recaptchatable :-ms-input-placeholder {
  font-size: 10pt;
  font-family: BrandonGrotesqueMedium;
}
.form-container .recaptcha_nothad_incorrect_sol .recaptchatable ::-webkit-input-placeholder {
  font-size: 10pt;
  font-family: BrandonGrotesqueMedium;
}
.form-container .contact-us-datepicker {
  width: 125px;
}
#loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1000;
}
#loadingcontent {
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#loadingspinner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: larger;
  padding-top: 80px;
}
.newsletter-signup {
  width: 100%;
}
.newsletter-signup .form-result {
  padding-left: 0;
}
.newsletter-signup .form-submitresult {
  padding-left: 0;
}
.newsletter-signup .newsletter-form-wrap {
  margin-top: 25px;
}
.newsletter-signup .newsletter-form-wrap .container {
  padding: 0;
}
.newsletter-signup .newsletter-form-wrap input {
  color: #333333;
}
.newsletter-signup .newsletter-form-wrap select {
  color: #333333;
}
.newsletter-signup .newsletter-form-wrap .check-gender label {
  line-height: 14px;
  padding-left: 37px;
}
.newsletter-signup .newsletter-form-wrap .check-gender input {
  margin: 0;
  padding: 0;
}
.newsletter-signup .newsletter-form-wrap .check-gender span {
  display: inline-block;
  margin-right: 25px;
}
.newsletter-signup .newsletter-form-wrap .check-gender span:after {
  clear: both;
  content: "";
  display: block;
}
.newsletter-signup .newsletter-form-wrap .check-gender:after {
  clear: both;
  content: "";
  display: block;
}
.newsletter-signup .newsletter-form-wrap .field_block .caption {
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  padding-bottom: 6px;
  color: #ede2b6;
  font-family: BrandonGrotesqueBold;
  max-width: 100%;
}
.newsletter-signup a {
  display: inline-block;
}
@media (min-width: 763px) {
  header {
    height: 99px;
  }
  header .sitewide-header {
    box-shadow: 0px 10px 14px -5px #322a20;
  }
  header .sitewide-header .header-wrapper {
    position: relative;
  }
  header .sitewide-header .header-wrapper .left-header {
    padding-top: 0;
    float: left;
    position: absolute;
    left: 15px;
  }
  header .sitewide-header .header-wrapper .left-header .logo {
    padding-left: 0;
    padding-top: 15px;
  }
  header .sitewide-header .header-wrapper .left-header .logo a {
    width: initial;
    display: block;
  }
  header .sitewide-header .header-wrapper .left-header .logo img {
    max-width: initial;
  }
  header .sitewide-header .header-wrapper .right-header {
    padding-top: 15px;
    position: absolute;
    right: 15px;
  }
  header .sitewide-header .header-wrapper .right-header .right-top-header .top-navigation-links {
    padding-top: 8px;
  }
  header .sitewide-header .header-wrapper .right-header .right-top-header .top-navigation-links ul li {
    margin-right: 13px;
    float: left;
  }
  header .sitewide-header .header-wrapper .right-header .right-top-header .top-navigation-links ul li a,
  header .sitewide-header .header-wrapper .right-header .right-top-header .top-navigation-links ul li span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
  }
  header .sitewide-header .header-wrapper .right-header .right-top-header .global-search-box {
    background-color: #090706;
    border-top: 2px solid #353433;
  }
  header .sitewide-header .header-wrapper .right-header .right-top-header .global-search-box input {
    background-color: transparent;
    border: none;
    color: #a5a4a4;
    width: 151px;
    padding: 4px 6px;
    height: 24px;
    font-size: 12px;
  }
  header .sitewide-header .header-wrapper .right-header .right-top-header .global-search-box ::-webkit-input-placeholder {
    color: #a5a4a4;
  }
  header .sitewide-header .header-wrapper .right-header .right-top-header .global-search-box :-moz-placeholder {
    /* Firefox 18- */
    color: #a5a4a4;
  }
  header .sitewide-header .header-wrapper .right-header .right-top-header .global-search-box ::-moz-placeholder {
    /* Firefox 19+ */
    color: #a5a4a4;
  }
  header .sitewide-header .header-wrapper .right-header .right-top-header .global-search-box :-ms-input-placeholder {
    color: #a5a4a4;
  }
  header .sitewide-header .header-wrapper .right-header .main-navigation {
    padding-top: 12px;
    padding-right: 0;
  }
  header .sitewide-header .header-wrapper .right-header .main-navigation > ul > li {
    margin-left: 20px;
    color: #ede2b6;
    font-size: 18px;
    padding-bottom: 21px;
    text-transform: uppercase;
  }
  header .sitewide-header .header-wrapper .right-header .main-navigation > ul > li a {
    color: #ede2b6;
    font-size: 15px;
    text-transform: uppercase;
  }
  header .sub-navigation-outer {
    position: relative;
    opacity: 0.95;
  }
  header .sub-navigation-outer .sub-navigation-wrapper {
    background-color: white;
    width: 100%;
    z-index: 2500;
    box-shadow: 0 10px 10px -5px #322a20 inset;
    position: absolute;
    top: 0;
    height: 0px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation {
    display: none;
    padding-bottom: 10px;
    padding-top: 15px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation .title-section h2 {
    text-transform: uppercase;
    float: left;
    margin: 0;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation .title-section a {
    margin-left: 17px;
    float: left;
    padding-bottom: 0;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation .title-section .header-separator {
    float: left;
    margin: 0 0 0 19px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul {
    margin-top: 5px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li {
    width: 25%;
    float: left;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .menu-item {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-right: 17px;
    border-radius: 5px;
    text-align: center;
    min-height: 220px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .menu-item h3 {
    margin: 8px 0 2px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .menu-item h3 a {
    font-size: 18px;
    line-height: 17px;
    font-size: inherit;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .menu-item span.menu-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .menu-item img {
    display: table-cell;
    text-align: center;
    margin: 0 auto;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .menu-item span,
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .menu-item a {
    font-size: 11px;
    line-height: 17px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .menu-item span {
    font-size: 13px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout {
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 17px 19px;
    border-radius: 5px;
    height: 100%;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout h2 {
    margin: 0;
    font-size: 18px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout input[type='text'] {
    margin: 10px 0 10px;
    width: 100%;
    padding: 6px 9px;
    border-radius: 3px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .dropdown {
    margin-bottom: 15px;
    width: 100%;
    /*.btn-default:active, .btn-default .active, &.open > .dropdown-toggle .btn-default {
                                      background: none;
                                  }*/
  
    /*.dropdown-toggle::after {
                                      content: "";
                                      height: 12px;
                                      position: absolute;
                                      right: 15px;
                                      top: 15px;
                                      width: 19px;
                                      top: 15px;
                                      background: url("/Presentation/AngryOrchard/includes/images/cms/dropdown-anchor.png") no-repeat;
                                  }*/
  
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .dropdown .dropdown-toggle {
    color: white;
    width: 100%;
    padding: 9px 35px 9px 7%;
    text-align: left;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .dropdown .dropdown-toggle:after {
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 19px;
    background: url("/Presentation/AngryOrchard/includes/images/cms/dropdown-anchor.png") no-repeat;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .dropdown .dropdown-toggle:before {
    content: "";
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .dropdown .dropdown-menu li {
    width: inherit;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .dropdown .dropdown-menu li a {
    padding: 5px 15px;
    text-transform: uppercase;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .dropdown.open .dropdown-toggle:after {
    background: url("/Presentation/AngryOrchard/includes/images/cms/dropup-anchor.png") no-repeat;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .dropdown .generic-button {
    background: -webkit-linear-gradient(top, #f5e193, 0%, #b08d36, 60%) !important;
    background: -moz-linear-gradient(top, #f5e193, 0%, #b08d36, 60%) !important;
    background: -ms-linear-gradient(top, #f5e193, 0%, #b08d36, 60%) !important;
    background: -o-linear-gradient(top, #f5e193, 0%, #b08d36, 60%) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f5e193, EndColorStr=#b08d36);
    overflow: hidden;
    padding-right: 15%;
    text-overflow: ellipsis;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout label {
    font-size: 18px;
    float: left;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout input[type='checkbox'] {
    float: left;
    margin: 0;
    margin-left: 7px;
    height: 25px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout input[type='checkbox'] + label {
    font-size: 13px;
    line-height: 13px;
    display: block;
    float: left;
    margin: 0;
    margin-left: 5px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .find-generic-button {
    width: 100%;
    text-align: center;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .find-generic-button .find-button {
    margin: 15px auto 0;
    border: none;
    padding: 8px 40px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .row {
    margin: 0;
    display: table-row;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .row .col-height {
    height: 100%;
    vertical-align: middle;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout .row label:first-child {
    padding: 0;
    min-width: 56px;
    margin: 0;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout input[type="checkbox"] + label {
    margin: 0 5px 0 0;
    text-align: left;
    display: table-cell;
    position: relative;
    float: none;
    width: 32%;
    padding-left: 20px;
    word-spacing: normal;
    word-wrap: break-word;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout input[type="checkbox"] + label:before {
    background-color: white;
    box-shadow: 0px 1px 1px 0px black inset;
    border-radius: 3px;
    content: "";
    height: 13px;
    line-height: 14px;
    margin: 0 5px;
    text-indent: -1px;
    vertical-align: middle;
    width: 13px;
    font-size: 9px;
    display: table-cell;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translate(0, -50%);
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout input[type='checkbox'] {
    margin: 0;
    display: none !important;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .navigation-callout input[type="checkbox"]:checked + label:before {
    content: "✅";
    text-align: center;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li.gradient .menu-item {
    background-color: rgba(255, 255, 255, 0.1);
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li.gradient .menu-item h3.text-center {
    font-size: 18px;
    line-height: 17px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li.category-item .menu-item {
    padding-bottom: 5px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li.category-item .menu-item img {
    width: 100%;
    border: 5px solid white;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li.category-item .menu-item h3 a {
    font-size: 20px;
    text-transform: none;
    text-align: left;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li.category-item .menu-item span,
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li.category-item .menu-item > a {
    text-transform: none;
    font-size: 13px;
    text-align: left;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li.category-item .menu-item span.menu-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li.gradient .menu-item {
    padding: 5% 7%;
    background-color: rgba(255, 255, 255, 0.1);
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .text-left {
    text-align: left !important;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .text-center {
    text-align: center !important;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation ul li .text-right {
    text-align: right !important;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation .sub-wrapper ul li {
    width: 50%;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation .sub-wrapper:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.9);
    padding-right: 0;
    padding-left: 0;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation .sub-wrapper:nth-child(2) .title-section {
    padding-left: 15px;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation .sub-wrapper:nth-child(2) .menu-item {
    padding-left: 15px;
    margin-right: 0;
  }
  header .sub-navigation-outer .sub-navigation-wrapper .sub-navigation .sub-wrapper:first-child {
    padding: 0;
  }
  header .social-links li {
    margin-left: 3px;
    margin-right: 0 !important;
  }
  header .social-links li a {
    width: 18px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  header .social-links li a img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .breadcrumb {
    background-color: rgba(58, 58, 58, 0.5);
    padding: 6px 0 5px;
    height: auto;
    box-shadow: none;
  }
  .social-links li {
    margin-left: 3px;
    margin-right: 0 !important;
  }
  .social-links li a {
    width: 18px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .social-links li a img {
    display: block;
    height: 100%;
    width: 100%;
  }
  footer .sitewide-footer .footer-content {
    margin-bottom: 43px;
    /*padding-left: 15px;
              padding-right: 15px;*/
  
  }
  footer .sitewide-footer .footer-content .left-footer {
    padding-left: 0;
  }
  footer .sitewide-footer .footer-content .left-footer > ul {
    padding-top: 46px;
  }
  footer .sitewide-footer .footer-content .left-footer > ul > li {
    padding-right: 42px;
    line-height: 28px;
    font-size: 14px;
    float: left;
  }
  footer .sitewide-footer .footer-content .left-footer > ul > li span {
    display: block;
  }
  footer .sitewide-footer .footer-content .left-footer > ul > li span > a {
    /*font-weight: bold;*/
    text-transform: uppercase;
    display: inline-block;
  }
  footer .sitewide-footer .footer-content .left-footer > ul > li > ul li {
    font-size: 12px;
    line-height: 28px;
  }
  footer .sitewide-footer .footer-content .left-footer > ul > li > ul li span {
    display: block;
  }
  footer .sitewide-footer .footer-content .left-footer > ul > li > ul li span a {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
  }
  footer .sitewide-footer .footer-content .left-footer > ul > li:last-child {
    padding-right: 0px;
  }
  footer .sitewide-footer .footer-content .right-footer {
    padding-right: 0px;
  }
  footer .sitewide-footer .footer-content .right-footer .action-text {
    text-align: right;
    font-size: 18px;
    margin-top: 84px;
    margin-bottom: 10px;
  }
  footer .sitewide-footer .footer-content .right-footer .social-media {
    text-align: right;
    padding: 0px;
  }
  footer .sitewide-footer .footer-content .right-footer .social-media > ul li {
    margin-bottom: 7px;
  }
  footer .sitewide-footer .footer-utility {
    margin-bottom: 150px;
    margin-top: 50px;
  }
  footer .sitewide-footer .footer-utility .left-utility {
    text-align: left;
    font-size: 12px;
    padding-top: 0;
    padding-left: 0;
  }
  footer .sitewide-footer .footer-utility .left-utility ul li {
    border: 0px;
    padding-left: 0;
    padding-right: 20px;
  }
  footer .sitewide-footer .footer-utility .left-utility ul li a {
    text-transform: uppercase;
    font-size: 12px;
  }
  footer .sitewide-footer .footer-utility .right-utility {
    padding-bottom: 0;
    padding-right: 0;
    font-size: 11px;
    text-align: right;
  }
  .slider-wrapper {
    position: relative;
  }
  .slider-wrapper .slider-container .carousel {
    padding: 0px;
  }
  .slider-wrapper .slider-container .carousel .carousel-indicators {
    text-align: right;
    bottom: 30px;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner {
    z-index: auto;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .fill {
    margin: 0 auto;
    max-width: 1290px;
    padding: 0;
    width: 100%;
    position: static;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .fill .navigation {
    display: none;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption {
    left: 0px;
    right: 0px;
    top: 12%;
    bottom: 0;
    text-align: left;
    vertical-align: middle;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption h1 {
    font-size: 97px;
    line-height: 90px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    max-height: 160px;
    max-width: 370px;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption h1 img {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption h1 span {
    font-size: 47px;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-desc {
    width: 362px;
    font-size: 19px;
    line-height: 24px;
    padding-left: 9px;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-desc .img-responsive {
    width: 100%;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn {
    margin: 15px 0 0;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button {
    border-radius: 10px;
    font-size: 22px;
    padding: 10px 32px;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button:hover,
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button:active,
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button:focus {
    text-transform: uppercase;
  }
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption a.mobile-link {
    display: none;
  }
  .slider-wrapper .slider-container .navigation {
    display: none;
  }
  .slider-wrapper .slider-bottom {
    bottom: 0px;
    position: absolute;
    width: 100%;
  }
  .slider-wrapper .slider-bottom .img-responsive {
    width: 100%;
  }
  .generic-callout-block {
    padding: 0px;
    padding-bottom: 40px;
    padding-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .generic-callout-block div {
    padding: 0px;
  }
  .generic-callout-block .text-content {
    padding-bottom: 5px;
    padding-right: 0px;
    /*padding-left:20px;
          
          border-left:0px solid #ede2b6;*/
  
  }
  .generic-callout-block .h2-dark {
    margin-top: 15px;
  }
  .generic-callout-block > .dark-bk-body {
    padding-bottom: 0px !important;
  }
  .horizontal-listing .h2-dark a {
    font-size: 24px;
  }
  .horizontal-listing .h1-dark {
    margin-left: 0;
  }
  .horizontal-listing .dark-bk-body,
  .horizontal-listing .dark-bk-body p {
    font-size: 18px;
    line-height: 22px;
  }
  .horizontal-listing .generic-button {
    position: absolute;
    bottom: 0px;
    margin-top: 0px;
  }
  .horizontal-listing .col-sm-4:nth-child(3n+1) {
    border-left: 0px !important;
  }
  .horizontal-listing .col-sm-4:nth-child(3n+1) > .text-content {
    padding-left: 0;
    padding-right: 47px;
  }
  .horizontal-listing .col-sm-3:nth-child(4n+1) {
    border-left: 0px !important;
  }
  .horizontal-listing .col-sm-3:nth-child(4n+1) > .text-content {
    padding-left: 0;
    padding-right: 47px;
  }
  .vertical-listing .generic-callout-block {
    margin: 0px 30px;
  }
  .vertical-listing .generic-callout-block > .dark-bk-body {
    padding-bottom: 20px !important;
  }
  .vertical-listing .generic-callout-block .image {
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 40%;
  }
  .vertical-listing .generic-callout-block .image .img-responsive {
    width: 100%;
  }
  .listing-seperator .subheading {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
  }
  .listing-seperator .generic-callout-block {
    border-left: 1px solid #ede2b6;
    border-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .listing-seperator .generic-callout-block:first-child {
    border-left: 0px !important;
  }
  .listing-seperator .generic-callout-block:first-child .text-content {
    padding-left: 0;
  }
  .listing-seperator .generic-callout-block .text-content {
    padding-left: 23px;
    padding-right: 23px;
  }
  .listing-seperator .generic-callout-block .text-content .dark-bk-body {
    padding-bottom: 0px !important;
  }
  .news-listing-container .news-title {
    font-size: 44px;
    line-height: 44px;
    padding-bottom: 30px;
    text-align: left;
    font-weight: bold;
  }
  .news-listing-container .news-filter-container {
    float: none;
    margin: 0px auto;
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
  }
  .news-listing-container .news-filter-container .news-date-filter {
    width: 53%;
    bottom: 30px;
  }
  .news-listing-container .news-filter-container .news-date-filter .filter-top-content {
    text-align: left;
    padding-left: 5px;
  }
  .news-listing-container .news-filter-container .news-date-filter .generic-button {
    margin-left: 0px;
    margin-top: 0px;
    width: 20%;
    float: left;
  }
  .news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder {
    width: 70%;
    float: left;
  }
  .news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group {
    float: left;
    width: 47%;
  }
  .news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group input {
    padding: 8px 0 4px 8px;
    border-radius: 5px;
    width: 11%;
    line-height: 16px;
    min-width: 109px;
    margin: 0px 5px 0px 5px;
    float: left;
    height: auto;
  }
  .news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group :-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
  }
  .news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
  }
  .news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group :-ms-input-placeholder {
    font-size: 14px;
  }
  .news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group .input-group-addon {
    width: 30px;
    height: 30px;
  }
  .news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder .input-group .input-group-addon img {
    vertical-align: top;
    width: 7%;
    margin-right: 5px;
  }
  .news-listing-container .news-filter-container .news-date-filter .dtpicker-placeholder span {
    padding: 4px 4px 0;
  }
  .news-listing-container .news-filter-container .seperator {
    color: white;
    display: inline-block;
  }
  .news-listing-container .news-filter-container .filter-event-type-container {
    width: 19%;
    display: inline-block;
    bottom: -12px;
    float: none;
    margin-top: 0px;
    /*.dropdown {
                  width: 100%;
                  margin-bottom: 15px;
                  min-width: 118px;
  
                  .dropdown-toggle {
                      text-align: left;
                      width: inherit;
                      box-shadow: 1px 5px 10px -5px #000;
                      border: none;
                      padding-top: 8px;
                      padding-bottom: 7px;
                      position: relative;
                      padding-right: 30px;
                      padding-left: 13px;
                  }
  
  
  
                  .dropdown-menu {
                      width: inherit;
                      top: 100%;
                      padding: 15px 0;
                      margin: 0;
  
                      li {
                          width: inherit;
  
                          a {
                              padding: 5px 15px;
                          }
                      }
                  }
              }*/
  
  }
  .news-listing-container .news-filter-container .filter-event-type-container .generic-button-small {
    position: absolute;
    bottom: -5px;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .news-listing-container .news-filter-container .filter-event-type-container label {
    font-size: 14px;
    float: left;
  }
  .news-listing-container .recipe-filter {
    width: 70%;
    float: none;
    padding: 0px;
    margin: 0px auto;
  }
  .news-listing-container .recipe-filter .filter-event-type-container .generic-button-small {
    width: 13%;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    font-size: 14px;
  }
  .news-listing-container .recipe-filter .filter-event-type-container .filter-top-content {
    float: left;
    margin-right: 28px;
    padding-top: 8px;
    margin-bottom: 0px;
  }
  .news-listing-container .recipe-filter .filter-event-type-container .filter-top-content label {
    font-size: 18px;
    text-transform: uppercase;
  }
  .news-listing-container .recipe-filter .filter-event-type-container .dropdown {
    width: 25%;
    margin-bottom: 0px;
    float: left;
    margin-left: 15px;
  }
  .news-listing-container .recipe-filter .filter-event-type-container .dropdown .dropdown-toggle {
    text-align: left;
    width: 100%;
    box-shadow: 1px 5px 10px -5px black;
    border: none;
    position: relative;
    font-size: 14px;
  }
  .news-listing-container .recipe-filter .filter-event-type-container .dropdown .dropdown-menu {
    width: 100%;
    top: 100%;
    padding: 0px !important;
    margin: 0;
  }
  .news-listing-container .recipe-filter .filter-event-type-container .dropdown .dropdown-menu li {
    width: 100%;
  }
  .news-listing-container .recipe-filter .filter-event-type-container .dropdown .dropdown-menu li a {
    padding: 4px 15px;
  }
  .news-listing-container .recipe-filter .filter-event-type-container .generic-button {
    padding: 9px 18px;
    border: 0;
  }
  .news-listing-container .recipe-filter .filter-event-type-container label {
    font-size: 18px;
    float: left;
  }
  .news-listing {
    margin: 0 auto;
    padding: 0 8%;
  }
  .news-listing .col-sm-4 {
    margin-left: 0px;
    margin-right: 0px;
    padding: 40px 4% 0px 4%;
  }
  .news-listing .col-sm-4:nth-child(3n+1) {
    padding-left: 4%;
  }
  .news-listing .col-sm-4:nth-child(3n+3) {
    padding-right: 4%;
  }
  .news-listing .h1-dark {
    margin-left: 0;
  }
  .load-more-button {
    width: 100%;
    text-align: center;
    min-height: 54px;
  }
  .load-more-button a {
    margin: 0 auto;
    padding: 8px 0 4px;
    width: 13.5%;
    min-height: 40px;
  }
  .load-more-button a .img-responsive {
    margin: 0 auto;
    width: 100%;
  }
  .wait {
    display: inline-block;
  }
  .page-content h1 {
    margin-bottom: 0px;
    font-size: 44px;
    line-height: 44px;
  }
  .page-content .body-content,
  .page-content p {
    font-size: 18px;
    line-height: 22px;
  }
  .separator {
    margin: 30px auto;
  }
  .main-wrapper {
    margin-top: 40px;
    position: relative;
  }
  .main-wrapper .main-container {
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -45px;
  }
  .main-wrapper .grass-top {
    background: transparent url("/Presentation/AngryOrchard/includes/images/cms/grass-top.png") no-repeat scroll center center;
    height: 95px;
    position: relative;
    top: -95px;
    background-size: 100% 100%;
  }
  .main-wrapper .grass-top .shadow-grass {
    bottom: 0;
    box-shadow: 0 -3px 13px 14px rgba(0, 0, 0, 0.61);
    position: absolute;
    width: 100%;
  }
  #top {
    margin-bottom: -45px;
  }
  .separator {
    margin: 15px auto;
    clear: both;
  }
  .separator .separator-img-desktop {
    width: 100%;
    display: block;
  }
  .separator .separator-img-mobile {
    display: none;
  }
  .cta-main-content {
    background-size: 100% 100% !important;
    min-height: 200px;
  }
  .cta-main-content.cta-bg .left-section {
    padding: 0;
    height: 100%;
    display: table;
  }
  .cta-main-content.cta-bg .left-section a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content h2 {
    margin-bottom: 2%;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content h2 a {
    line-height: 1;
    font-size: 47px;
    letter-spacing: 0;
    margin-bottom: 3%;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content h2 a:hover {
    font-size: 47px;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content h2 .callout-title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 8.8vw;
    line-height: 1.3;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content .textbox-container {
    text-align: center;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content .textbox-container .learn-more {
    border-radius: 0px 5px 5px 0px;
    padding: 8.5px 8px;
    margin-left: -4px;
    line-height: 23px;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content .feature-cta-summary {
    line-height: 1.25;
    font-size: 1.65vw;
    text-align: left;
    width: 93%;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content .feature-cta-summary .generic-button-div {
    position: static;
    width: initial;
    margin-left: 0;
    margin-top: 6%;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content .feature-cta-summary .generic-button-div .generic-button {
    position: static;
    min-width: 160px;
    padding: 9px 24px;
    font-size: 18px;
  }
  .cta-main-content .right-column {
    margin-top: 0;
  }
  .left-column {
    margin-bottom: 0;
    text-align: center;
  }
  .two-column-container .right-column iframe {
    min-height: 400px;
    border: 6px solid white;
  }
  .two-column-container .right-column .cta-main-content {
    float: none;
    margin: 0 auto;
  }
  .two-column-container .right-column .cta-main-content h2 {
    font-size: 4.85vw;
  }
  .two-column-container .generic-cta {
    padding-top: 0px;
  }
  .two-column-container .generic-cta .callout-content .h2-dark {
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 5px;
  }
  .two-column-container .generic-cta .callout-content .dark-bk-body {
    padding-bottom: 20px;
  }
  .two-column-container .generic-cta .callout-content .generic-button {
    /*position: absolute;
                  bottom: 0;
                  left: 48%;
                  display: inline-block;*/
    padding: 9px 30px;
    text-transform: uppercase;
  }
  .the-orchard-callout {
    margin-top: 15px;
  }
  .the-orchard-callout .the-orchard-separator img {
    width: 100%;
  }
  .the-orchard-callout .the-orchard-summary {
    margin-top: 30px;
    font-size: 18px;
    line-height: 16px;
  }
  .quote-block > h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .quote-block p {
    font-size: 18px;
  }
  .feature-cta .callout-content .generic-button-div {
    width: initial;
    position: static;
    margin-top: 15px;
  }
  .product-locator .callout-wrapper {
    float: none;
  }
  .product-locator .callout-wrapper .callout-content {
    text-align: center;
    float: none;
    width: 100%;
  }
  .product-locator .callout-wrapper .callout-content .callout-summary {
    color: white;
    font-size: 1.65vw;
    font-weight: 700;
    line-height: 1.25;
    margin: auto;
    width: 95%;
  }
  .product-locator .callout-wrapper .callout-content .textbox-container {
    margin-top: 15px;
  }
  @-moz-document url-prefix() {
    .learn-more {
      line-height: 24px !important;
      padding: 7.5px 8px 8.5px !important;
    }
  }
  .safari-mac .generic-button {
    padding-bottom: 5px !important;
  }
  .safari-mac .textbox-container .learn-more {
    padding: 10px 8px 6.5px !important;
    line-height: 23px !important;
  }
  .blog-feature-cta-container .blog-cta-left {
    width: 30%;
    float: left;
    background: url('/Presentation/AngryOrchard/includes/images/cms/frame-background-image.png') no-repeat center center;
    padding-bottom: 12px;
    padding-right: 10px;
    padding-top: 8px;
    background-size: 100% 100%;
  }
  .blog-feature-cta-container .blog-cta-right {
    width: 70%;
    float: left;
    margin-top: 0px;
    padding-left: 25px;
    padding-top: 6px;
  }
  .related-content-list {
    margin-top: 30px;
    width: 100%;
    padding: 0px;
  }
  .related-content-list .related-list-subtitle {
    margin: 0px 0px 40px 0px;
    padding: 0px;
  }
  .related-content-list .related-list-subtitle .h2-dark {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 44px;
    margin: 0px;
    text-align: left;
    padding: 0px;
  }
  .related-content-list .related-list-subtitle .h2-dark.txtalign {
    text-align: left;
  }
  .related-content-list .related-list-subtitle .viewall.txtalign {
    text-align: right;
    padding-top: 15px;
  }
  .related-content-list .owl-carousel-wrapper {
    border: 0;
    box-shadow: none;
    margin-bottom: 13px;
  }
  .related-content-list .owl-carousel-wrapper .owl-controls {
    margin-top: 0px;
  }
  .related-content-list .owl-carousel-wrapper .owl-carousel {
    padding: 0px;
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .related-content-list .owl-carousel-wrapper .owl-carousel .owl-wrapper-outer {
    width: auto;
    margin: 0 auto;
  }
  .related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content {
    border: none;
  }
  .related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-img .img-responsive {
    display: block;
    width: 100%;
  }
  .related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-main-content .h2-dark {
    /*margin: 14px 0px 7px 0px;*/
    padding: 0px;
    display: block;
  }
  .related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-main-content .comment-date {
    padding-top: 2px;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    display: block;
    text-align: left;
  }
  .related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-main-content .dark-bk-body {
    padding: 5px 0px 18px 0px;
  }
  .related-content-list .owl-carousel-wrapper .owl-carousel li.related-category-content .list-detail-main-content .generic-button {
    padding: 9px 18px;
  }
  .related-content-list .owl-carousel-wrapper .owl-buttons .owl-prev {
    background: url('/Presentation/AngryOrchard/includes/images/globals/reciepe-slide-prev-img.png') no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    left: -41px;
    position: absolute;
    top: 40%;
    text-indent: -9999px;
    width: 33px;
    height: 59px;
    opacity: 1;
  }
  .related-content-list .owl-carousel-wrapper .owl-buttons .owl-next {
    background: url('/Presentation/AngryOrchard/includes/images/globals/reciepe-slide-next-img.png') no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    right: -46px;
    top: 40%;
    text-indent: -9999px;
    width: 33px;
    height: 59px;
    opacity: 1;
  }
  .related-content-list .owl-carousel-wrapper .owl-buttons .disabled {
    display: none;
  }
  .related-content-list .owl-carousel-wrapper .owl-pagination {
    bottom: -50px;
    width: initial;
    left: 50%;
  }
  .related-content-list .owl-carousel-wrapper .owl-pagination .owl-page {
    background: none;
    height: 14px;
    width: 14px;
    margin: 0px 0px 0px 6px;
    border: 2px solid white;
    border-radius: 10px;
    color: #4e443c;
    display: inline-block;
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
    text-indent: -9999px;
  }
  .related-content-list .owl-carousel-wrapper .owl-pagination .owl-page span {
    background: none;
  }
  .related-content-list .owl-carousel-wrapper .owl-pagination .owl-page:first-child {
    margin-left: 0px;
  }
  .related-content-list .owl-carousel-wrapper .owl-pagination .owl-page.active {
    height: 14px;
    width: 14px;
    background: white !important;
    border: 2px solid white;
    box-shadow: none !important;
  }
  .related-product-list {
    margin-top: 30px;
    width: 100%;
  }
  .related-product-list .related-list-subtitle {
    margin: 0px 0px 40px 0px;
  }
  .related-product-list .related-list-subtitle .h2-dark {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 44px;
    margin: 0px;
  }
  .related-product-list .jcarousel-wrapper {
    border: 0;
    box-shadow: none;
    margin-bottom: 60px;
  }
  .related-product-list .jcarousel-wrapper .jcarousel {
    padding: 0px;
    width: 70%;
    margin: 0px 15%;
    display: inline-block;
    float: none;
  }
  .related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items {
    margin-left: 3%;
  }
  .related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content {
    border: none;
    margin-left: 0px;
    padding: 0px;
  }
  .related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail-img {
    width: 25%;
    float: left;
    margin-right: 1%;
  }
  .related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail-img img {
    display: block;
  }
  .related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail-main-content {
    padding: 0px;
    width: 60%;
    float: left;
  }
  .related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail-main-content .h2-dark a {
    margin: 0px 0px 7px 0px;
    padding: 0px;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
  }
  .related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail-main-content .h2-dark a:hover {
    text-transform: uppercase;
    font-size: 24px;
  }
  .related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail-main-content .dark-bk-body,
  .related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail-main-content p {
    padding: 5px 0px 18px 0px;
    font-size: 13px;
    line-height: 17px;
  }
  .related-product-list .jcarousel-wrapper .jcarousel .jcarousel-items li.related-product-content .list-detail-main-content .generic-button {
    padding: 9px 18px;
  }
  .related-product-list .jcarousel-control-prev {
    left: 8%;
  }
  .related-product-list .jcarousel-control-next {
    right: 8%;
  }
  .related-product-list .jcarousel-pagination {
    width: initial;
    left: 50%;
  }
  .related-product-list-container .product-listing-top {
    margin: 22px auto;
    float: none;
    width: 50%;
  }
  .related-product-list-container .product-listing-top .img-responsive {
    width: 100%;
    max-width: 100%;
  }
  .related-product-list-container .related-product-content {
    margin-left: 0px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .related-product-list-container .related-product-content:nth-child(3n+1) {
    padding-left: 4%;
  }
  .related-product-list-container .related-product-content:nth-child(3n+3) {
    padding-right: 4%;
  }
  .related-product-list-container .related-product-content .list-detail .list-detail-img {
    width: 25%;
    float: left;
    margin-right: 5%;
  }
  .related-product-list-container .related-product-content .list-detail .list-detail-img img {
    display: block;
  }
  .related-product-list-container .related-product-content .list-detail .list-detail-main-content {
    width: 70%;
    float: left;
    padding-bottom: 41px;
  }
  .related-product-list-container .related-product-content .list-detail .list-detail-main-content .dark-bk-body {
    padding: 5px 0px 0px 0px;
  }
  .related-product-list-container .load-more-button {
    width: 100%;
  }
  .related-product-list-container .load-more-button a {
    margin: 0 auto;
    padding: 7px 0;
    width: 13.5%;
  }
  .related-product-list-container .load-more-button a .img-responsive {
    width: 100%;
  }
  .accordion-block {
    margin-left: 0px;
    margin-right: 0px;
  }
  .accordion-block .panel-group .panel {
    background: none;
  }
  .accordion-block .panel-group .h2-accordion-dark {
    font-size: 36px;
    line-height: 40px;
  }
  .accordion-block .panel-group .panel-default .panel-heading {
    padding-left: 40px;
  }
  .accordion-block .panel-group .panel-default .panel-heading > h2 > a .action-button {
    margin-top: 0px;
  }
  .accordion-block .panel-group .panel-default .panel-collapse .panel-body .image {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 5px;
    background: url('/Presentation/AngryOrchard/includes/images/cms/frame-background-image.png') no-repeat center center;
    background-size: 100% 100%;
    width: 40%;
  }
  .accordion-block .panel-group .panel-default .panel-collapse .panel-body .image .img-responsive {
    width: 100%;
  }
  .accordion-block .panel-group .panel-default .panel-collapse .panel-body .dark-bk-body {
    padding-top: 10px;
  }
  .accordion-simple {
    margin-left: 0px;
    margin-right: 0px;
  }
  .news-content h1 {
    font-size: 48px;
    line-height: 34px;
    text-transform: none;
    margin-bottom: 0px;
    padding-bottom: 12px;
  }
  .news-content h2 {
    font-size: 24px;
    line-height: 22px;
    text-transform: none;
    margin-top: 0px;
  }
  .news-content > .content .body-content > .img-responsive {
    float: right;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 20px;
    display: inline-block;
  }
  .event-content > .content > .image {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .event-listing .list-item .info {
    padding-right: 15px;
  }
  .event-listing .list-item .details {
    padding-left: 15px;
    padding-top: 0;
  }
  .search-result .vertical-listing {
    margin-top: 30px;
    padding-top: 15px;
  }
  .search-result .vertical-listing .form-group {
    width: 50%;
    margin-right: 10px;
  }
  .search-result .vertical-listing .form-group input[type=text] {
    width: 100%;
    float: left;
    padding: 11px 13px;
    height: auto;
  }
  .search-result .vertical-listing .form-button .generic-button {
    min-height: 43px;
    padding: 10px 30px;
  }
  .search-result .vertical-listing .form-button {
    width: 14%;
    float: left;
  }
  .module-container {
    background-size: 100% 100%;
  }
  .module-container .module-header {
    text-align: center;
    height: 85px;
    padding-top: 4%;
    padding-bottom: 23px;
  }
  .module-container .module-header > h2 {
    font-size: 44px;
    line-height: 48px;
    margin: 0px;
  }
  .module-container .page-module {
    height: 82%;
    background: none;
  }
  .module-container .page-module .right-section {
    margin: 0px;
    padding-top: 0px;
  }
  .module-container .page-module ul {
    padding-top: 20px;
  }
  .module-container .page-module .tab-content {
    min-height: 383px;
  }
  .module-container .page-module .tab-content .tabpanel .tab-image {
    display: inline-block;
  }
  .module-container .page-module .tab-content .tabpanel .right-content {
    display: inline-block;
    width: 36%;
  }
  .module-container .page-module .tab-content .right-section {
    float: right;
    padding-left: 0 !important;
    width: 38% !important;
  }
  .module-container .page-module .tab-content .middle-section {
    width: 30% !important;
    float: left !important;
    padding: 0px !important;
    margin: 0px 3%;
  }
  .module-container .page-module .tab-content .text-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    width: initial;
    padding-left: 3%;
    display: inline;
    float: none !important;
  }
  .module-container .page-module .tab-content .text-content h2 {
    color: #4c5f29;
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
  }
  .module-container .page-module .tab-content .text-content .dark-bk-body {
    font-size: 18px;
    line-height: 20px;
  }
  .module-container .page-module .tab-content .text-content .action-button {
    color: #9e0b0f;
    font-size: 13px;
    line-height: 17px;
    text-decoration: underline;
    display: inline-block;
    padding-top: 15px;
    font-size: 18px;
  }
  .module-container .page-module .tab-content .tabpanel .tab-image {
    width: 60%;
    padding-top: 0px;
    padding-left: 1%;
    padding-right: 23px;
  }
  .module-container .page-module .tab-content .tabpanel .tab-image .boxborder {
    display: inline-block;
    padding-bottom: 14px;
  }
  .module-container .page-module .tab-content .tabpanel .tab-image .boxborder > img {
    border: 8px solid white;
  }
  .module-container .page-module .tab-content .tabpanel .tab-image > img {
    width: 100%;
  }
  .module-container .page-module .tab-content .left-section {
    float: right;
  }
  .module-container .page-module .tab-content .left-section-fist {
    float: left;
    display: inline;
    max-width: 30%;
  }
  .module-container .page-module .tab-content .left-section-fist img {
    width: 100%;
  }
  .module-container .page-module .tab-content .right-section-second {
    float: right !important;
    display: inline;
    max-width: 30%;
    margin: 0px;
  }
  .module-container .page-module .tab-content .right-section-second img {
    width: 100%;
  }
  .module-container .page-module ul.nav-tabs {
    display: inline-block;
    margin: 0 auto;
  }
  .module-container .page-module ul.nav-tabs li:first-child {
    margin-left: 10px;
  }
  .module-container .page-module ul.nav-tabs li a {
    border: 0px;
    color: #4c5f29;
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
    margin: 10px 27px 10px 0px;
  }
  .module-container .page-module ul.nav-tabs li.active > a {
    background: none;
  }
  .two-column-left-container {
    background: url('../images/cms/twocolumn-left-section-bg.png') no-repeat !important;
    background-size: 100% 100% !important;
  }
  .video-gallary .container {
    padding-right: 0px;
  }
  .video-gallary .right-column {
    padding-right: 15px;
  }
  .video-gallary .right-column .h2-dark {
    margin-top: 0px;
  }
  .video-gallary .right-column .h3-dark {
    margin-top: 0px;
  }
  .video-gallary .left-column {
    float: right;
    padding: 0px;
  }
  .video-gallary .left-column iframe {
    min-height: 400px;
    border: 6px solid white;
  }
  .video-gallary .media .pull-left img.img-responsive {
    border: 5px solid white;
  }
  .video-gallary .media .media-body {
    float: left;
    padding-left: 0px;
  }
  .cider-finder .google-map {
    height: 648px;
    margin-top: 20px;
  }
  .cider-finder .google-map > div {
    height: 100%;
    border: 10px solid white;
    box-shadow: 0px 10px 20px -5px black;
  }
  .cider-finder .google-map .gmnoprint {
    display: none !important;
  }
  .cider-finder .google-map .gm-style > div:nth-child(2) {
    display: none !important;
  }
  .cider-finder #gmap_canvas img {
    max-width: none !important;
    background: none !important;
  }
  .cider-finder .input-filter {
    width: 23.61%;
    float: left;
  }
  .cider-finder .dropdown-filter {
    width: 23.61%;
    float: left;
    margin-left: 1.59%;
    margin-top: 0;
  }
  .cider-finder .dropdown-filter .dropdown {
    padding: 0;
  }
  .cider-finder .dropdown-filter .dropdown .generic-button {
    text-align: left;
    font-size: 18px;
    min-height: 44px;
  }
  .cider-finder .select-filter {
    width: 35%;
    float: left;
    margin-left: 1.59%;
    margin-top: 0;
  }
  .cider-finder .select-filter > label {
    line-height: 24px;
  }
  .cider-finder .select-filter .checkbox-group {
    padding: 0;
  }
  .cider-finder .select-filter .checkbox-group li {
    float: left;
    padding: 5px 13px;
  }
  .cider-finder .select-filter .checkbox-group .col-height {
    margin-top: 0;
    vertical-align: middle;
  }
  .cider-finder .select-filter .checkbox-group label.col-height {
    margin-bottom: 0;
  }
  .cider-finder .select-filter .checkbox-group {
    padding: 0;
  }
  .cider-finder .select-filter .checkbox-group ul li {
    float: left;
    background: rgba(0, 0, 0, 0.5);
    padding: 7px 3% 6px;
    margin-bottom: 0;
    width: initial;
  }
  .cider-finder .select-filter .checkbox-group ul li:first-child {
    margin-right: 3%;
  }
  .cider-finder .select-filter .checkbox-group ul li input[type='checkbox'] {
    display: none;
  }
  .cider-finder .select-filter .checkbox-group ul li label span {
    margin-right: 6px;
    width: 33px;
    height: 36px;
    display: block;
    float: left;
  }
  .cider-finder .select-filter .checkbox-group ul li label span:after {
    height: 0;
    margin: 0;
    width: 0;
  }
  .cider-finder .select-filter .checkbox-group ul li.active input[type='checkbox']:checked + label span:after {
    content: "";
  }
  .cider-finder .select-filter .checkbox-group ul li.active label {
    opacity: initial;
  }
  .cider-finder .select-filter .checkbox-group ul li.active label .store {
    background-position: 0 -40px;
  }
  .cider-finder .select-filter .checkbox-group ul li.active label .bar-restaurant {
    background-position: 0 -3px;
  }
  .cider-finder .generic-button-div {
    float: left;
    min-width: 17.12%;
    margin-left: 1.59%;
    margin-top: 33px;
  }
  .cider-finder .generic-button-div .generic-button {
    padding: 10px 30%;
  }
  .cider-finder .location-listing {
    width: 100%;
    margin-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .cider-finder .location-listing label,
  .cider-finder .location-listing span {
    display: block;
    font-size: 24px;
    line-height: 24px;
  }
  .cider-finder .location-listing span {
    font-size: 18px;
    line-height: 18px;
  }
  .cider-finder .location-listing h2 {
    margin: 0 0 20px 0;
    font-size: 36px;
  }
  .cider-finder .location-listing h2 span {
    width: initial;
    display: inline-block;
  }
  .cider-finder .location-listing h2 span img {
    display: block;
    margin-top: 5px;
    max-width: 100%;
  }
  .cider-finder .location-listing h2 span.sub-heading {
    display: inline-block;
    text-transform: capitalize !important;
  }
  .cider-finder .location-listing .address-line {
    width: 38.74%;
    margin-right: 0.0106%;
    padding: 0 0 0 3.2%;
  }
  .cider-finder .location-listing .address-line a {
    font-size: 24px;
    line-height: 24px;
  }
  .cider-finder .location-listing .address-line a.tel {
    color: #ede2b6;
  }
  .cider-finder .location-listing .distance-line {
    width: 20.61%;
    margin-right: 0.0106%;
  }
  .cider-finder .location-listing .product-line {
    width: 61%;
    margin-right: 0.0106%;
    margin-top: 0;
  }
  .cider-finder .location-listing .product-line label {
    border: none;
    background: no-repeat;
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 0 11px;
    background: none;
    cursor: auto;
  }
  .cider-finder .location-listing .product-line .sub-content {
    display: block;
  }
  .cider-finder .location-listing .product-line .sub-content span {
    font-size: 24px;
    line-height: 24px;
    display: block;
    width: 100%;
  }
  .cider-finder .location-listing .product-line .sub-content .type {
    width: initial;
    display: inline-block;
  }
  .cider-finder .location-listing .generic-button-div {
    margin-top: 0px;
    display: block;
  }
  .cider-finder .location-listing .generic-button-div .generic-button {
    font-size: 18px;
    padding: 8px 30px;
  }
  .cider-finder .location-listing .generic-button-div .generic-button:hover,
  .cider-finder .location-listing .generic-button-div .generic-button:focus,
  .cider-finder .location-listing .generic-button-div .generic-button:visited {
    text-transform: uppercase;
  }
  .cider-finder .switcher {
    margin-top: 19px;
  }
  .cider-finder .filter-item {
    padding-left: 3.82%;
  }
  .cider-finder .filter-item ul {
    display: table-row;
    table-layout: fixed;
  }
  .cider-finder .filter-item ul li {
    height: 100%;
    display: table-cell;
    float: none;
    vertical-align: bottom;
  }
  .cider-finder .filter-item ul li img {
    display: inline-block;
  }
  .cider-finder .filter-item ul li .content-right {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 25px;
  }
  .cider-finder .filter-item ul li label {
    vertical-align: middle;
    margin: 0;
    display: block;
  }
  .cider-finder .locationlist {
    display: none;
  }
  .cider-finder .locationlist.active {
    display: block;
  }
  .cider-finder .google-map {
    display: none;
  }
  .cider-finder .google-map.active {
    display: block;
  }
  .go-to-finder {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .go-to-finder .generic-button {
    float: none;
    margin: 20px auto 0px;
    padding: 8px 10px 8px 10px;
  }
  .gallery-container {
    /*background: url('../../../images/cms/photogallerymoduledesktop-bg.png') no-repeat;*/
    background-size: 100% 100%;
  }
  .gallery-container .tab-image-left {
    margin-bottom: 0px;
    margin-right: 5px;
    position: relative;
    display: block;
    background: url("/Presentation/AngryOrchard/includes/images/globals/module-background.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 14px;
  }
  .gallery-container .tab-image-left img {
    width: 100%;
    max-height: 400px;
    border: 5px solid white;
  }
  .gallery-container .gallery-header {
    text-align: center;
    height: 85px;
    padding-top: 4%;
    padding-bottom: 23px;
  }
  .gallery-container .gallery-header > h2 {
    font-size: 44px;
    line-height: 48px;
    margin: 0px;
  }
  .gallery-container .gallery-module {
    height: 82%;
    background: none;
  }
  .gallery-container .gallery-module.media {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  .gallery-container .gallery-module .tab-image {
    width: 65%;
    margin-top: 25px;
    margin-bottom: 2%;
    padding-left: 3%;
    padding-right: 23px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 360px;
  }
  .gallery-container .gallery-module .tab-image .boxborder {
    padding-bottom: 14px;
  }
  .gallery-container .gallery-module .tab-image .boxborder > img {
    border: 7px solid white;
  }
  .gallery-container .gallery-module .tab-image > img {
    width: 100%;
  }
  .gallery-container .gallery-module .mediabody {
    width: 35%;
    overflow: hidden;
    height: 400px;
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 4.2%;
    padding-right: 3%;
    padding-left: 23px;
  }
  .gallery-container .gallery-module .mediabody .boxborder > img {
    border: 4px solid white;
    cursor: pointer;
  }
  .gallery-container .gallery-module .mediabody .carousel {
    position: static;
  }
  .gallery-container .gallery-module .mediabody .carousel .slider-nav {
    position: absolute;
    width: 30%;
    bottom: 5%;
  }
  .gallery-container .gallery-module .mediabody .carousel .slider-nav ol.carousel-indicators {
    position: relative;
    float: left;
    bottom: 0px;
    bottom: -4px;
  }
  .gallery-container .gallery-module .mediabody .carousel .slider-nav ol.carousel-indicators li {
    border: 1px solid #9e0b0f;
    height: 10px;
    width: 10px;
    margin: 0px;
  }
  .gallery-container .gallery-module .mediabody .carousel .slider-nav ol.carousel-indicators li.active {
    background: #9e0b0f;
    height: 10px;
    width: 10px;
  }
  .gallery-container .gallery-module .mediabody .carousel .slider-nav > .left-prev {
    float: left;
    display: inline !important;
    position: absolute;
    left: 25px;
  }
  .gallery-container .gallery-module .mediabody .carousel .slider-nav > .right-next {
    float: left;
    display: inline !important;
    position: absolute;
    right: 25px;
  }
  .gallery-container .gallery-module .mediabody .carousel .carousel-inner .item ul {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery-container .gallery-module .mediabody .carousel .carousel-inner .item ul li {
    padding: 0px 5px;
  }
  .gallery-container .gallery-module .mediabody .carousel .carousel-inner .item ul li > img {
    width: 100%;
    cursor: pointer;
    border: 4px solid white;
  }
  .recipe-body > .media .pull-left > .image {
    float: left;
    margin-bottom: 15px;
    margin-right: 35px;
  }
  .dropdown.small {
    width: 100%;
    margin-bottom: 0px;
    float: left;
  }
  .dropdown.small .dropdown-toggle {
    text-align: left;
    width: 100%;
    box-shadow: 1px 5px 10px -5px black;
    border: none;
    position: relative;
    font-size: 13px;
  }
  .dropdown.small .dropdown-menu {
    width: 100%;
    top: 100%;
    padding: 0px !important;
    margin: 0;
  }
  .dropdown.small .dropdown-menu li {
    width: inherit;
  }
  .dropdown.small .dropdown-menu li a {
    padding: 4px 15px;
    cursor: pointer;
  }
  .left-right .list-detail {
    margin-bottom: 0px;
  }
  .left-right .list-detail .list-detail-img {
    width: 25%;
    float: left;
    margin-right: 5%;
  }
  .left-right .list-detail .list-detail-main-content {
    position: relative;
    padding-bottom: 20px;
    min-height: 215px;
  }
  .left-right .list-detail .list-detail-main-content h2 {
    margin-top: 0px;
  }
  .left-right .list-detail .list-detail-main-content .dark-bk-body {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .left-right .list-detail .list-detail-main-content .generic-button {
    padding: 9px 9px;
  }
  .top-bottom .list-detail {
    margin-bottom: 0px;
  }
  .top-bottom .list-detail .list-detail-img {
    width: 100%;
  }
  .top-bottom .list-detail .list-detail-img img {
    border: 5px solid white;
  }
  .top-bottom .list-detail .list-detail-main-content {
    width: 100%;
    position: relative;
  }
  .top-bottom .list-detail .list-detail-main-content h2 {
    margin-top: 18px;
  }
  .top-bottom .list-detail .list-detail-main-content .dark-bk-body {
    font-size: 18px;
    line-height: 22px;
  }
  .top-bottom .list-detail .list-detail-main-content .generic-button {
    padding: 9px 9px;
  }
  .agegate-model {
    top: -20px;
  }
  .agegate-model .inner-content {
    background: url("/Presentation/AngryOrchard/includes/images/cms/AO_AgeGate.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 10%;
    right: 0;
    margin: 0 auto;
    padding-bottom: 110px;
    width: 998px;
  }
  .agegate-model .inner-content .wrapper {
    max-width: 88%;
    margin: 0;
  }
  .agegate-model .inner-content .wrapper > img {
    max-width: 35%;
    width: initial;
  }
  .agegate-model .inner-content .fb-like {
    margin-left: 17.5%;
    width: 40%;
    float: left;
    margin-top: 8px;
    margin-bottom: 0;
    /*span {
                  iframe {
                      height: auto !important;
                  }
              }*/
  
  }
  .agegate-model .inner-content .message-warning,
  .agegate-model .inner-content .message-warning p {
    margin-top: 3px;
    font-size: 13px;
  }
  .agegate-model .inner-content .remeber-content {
    float: right;
    width: 36.2%;
  }
  .agegate-model .inner-content .remeber-content .remeber-cookie {
    margin-bottom: 0;
  }
  .agegate-model .inner-content .remeber-content .remeber-cookie label {
    float: left;
  }
  .agegate-model .inner-content .remeber-content .remeber-cookie input[type='checkbox'] {
    float: left;
  }
  .agegate-model .inner-content .dropdown {
    font-size: 18px;
    padding: 6px 9px 8px;
  }
  .agegate-model .inner-content .dropdown .dropdown-menu {
    max-height: 250px;
  }
  .agegate-model .inner-content .message,
  .agegate-model .inner-content .message p {
    margin: 0 auto;
    font-size: 19px;
    line-height: 21px;
    width: 90%;
  }
  .agegate-model .inner-content .grass {
    text-align: left;
    bottom: -26px;
    position: absolute;
  }
  .agegate-model .inner-content .grass > img {
    max-width: 100% !important;
    text-align: left;
    width: 88.8%;
    margin: 0;
  }
  .produc-header-main-container {
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center bottom;
    /*width:80%;*/
    margin: 0px auto;
  }
  .produc-header-main-container .product-container {
    max-width: 1290px;
    margin: 0px auto;
  }
  .produc-header-main-container .product-container .product-header-container {
    background-size: 100% auto;
    margin: 0px auto;
    position: relative;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content {
    padding: 2% 10% 0;
    background: none;
    margin-top: 0;
    height: 100%;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .product-header-left {
    width: 17.5%;
    float: left;
    display: block;
    height: 100%;
    position: relative;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .product-header-left img {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right {
    float: left;
    margin-top: 11%;
    width: 74%;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-middle {
    float: left;
    width: 40%;
    padding: 0px 0px 0 1%;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-middle .h2-dark {
    font-size: 2.8vw;
    line-height: 0.8;
    margin-top: 0px;
    border: none;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 3%;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-middle .dark-bk-body {
    font-size: 1.24vw;
    line-height: 1.2;
    padding: 0px 0px 12px;
    border-bottom: 1px solid #7b7a76;
    color: black;
    font-weight: 400;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-middle .product-header-middle-bottom {
    border-top: 1px solid #7b7a76;
    padding-top: 3%;
    margin-top: 5px;
    display: block;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-middle .product-header-middle-bottom .bottom-header-subtitle {
    font-size: 1.1vw;
    display: block;
    margin: 0px 0px 0px 0px;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-middle .product-header-middle-bottom span {
    font-size: 1vw;
    display: block;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-right {
    float: left;
    padding-left: 3%;
    padding-top: 0%;
    width: 55.5%;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-right .video-section .img-responsive {
    height: 55%;
    width: 100%;
    border: 8px solid white;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-right .modal .modal-dialog {
    width: 50%;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-right .modal .modal-dialog .modal-content .modal-body {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin: 15px;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-right .modal .modal-dialog .modal-content .modal-body iframe,
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-right .modal .modal-dialog .modal-content .modal-body object,
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-right .modal .modal-dialog .modal-content .modal-body embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-right .generic-button {
    display: block;
    font-size: 1.25vw;
    margin-top: 0;
    padding: 1.79%;
    margin-bottom: 4%;
  }
  .produc-header-main-container .product-container .product-header-container .product-header-main-wrapper .product-header-main-content .wide-header-right .product-header-right .video-divider {
    padding: 20px 0px;
    display: block;
  }
  .modal-content button {
    width: 52px;
    height: 52px;
    position: absolute;
    top: -21px;
    right: -15px;
    display: block;
    opacity: 1 !important;
    z-index: 1000;
  }
  .main-container {
    margin-top: -70px !important;
  }
  .main-container .page-content {
    text-align: left;
  }
  .main-container .page-content .page-header {
    margin-bottom: 0px;
  }
  .main-container .page-content .body-content {
    font-size: 18px;
    line-height: 22px;
  }
  .xblog-container {
    text-align: left;
  }
  .xblog-container .generic-callout-block {
    padding: 0px;
  }
  .xblog-container .generic-callout-block .image {
    background: url('/Presentation/AngryOrchard/includes/images/cms/frame-background-image.png') no-repeat center center;
    background-size: 100% 100%;
    padding: 8px 10px 12px 15px;
    /*min-height:235px;*/
    margin: 0px 15px 0 0px;
  }
  .xblog-container .generic-callout-block .blog-right-section {
    float: left;
    width: 55%;
  }
  .xblog-container .generic-callout-block .blog-right-section .h2-dark {
    margin-top: 3px;
    text-align: left;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .xblog-container .generic-callout-block .blog-right-section .dark-bk-body {
    padding-right: 0px;
  }
  .xblog-container .generic-callout-block .blog-right-section .bolg-generic-buttons {
    width: 100%;
    float: right;
  }
  .xblog-container .generic-callout-block .blog-right-section .bolg-generic-buttons .generic-button {
    width: 45%;
    margin-right: 15px;
    padding: 12px 0px;
    margin-bottom: 0px;
  }
  .xblog-container .load-more-button {
    margin-top: 20px;
  }
  .xb-recentblog {
    border-bottom: 2px solid #7a7671;
    display: block;
  }
  .xb-recentblog h3 {
    margin-top: -3px;
    color: #ede2b6;
    display: block;
    font-size: 18px;
    font-weight: 800;
    outline: medium none;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .xb-recentblog .headline {
    padding: 9px 0px;
    border-bottom: 1px dashed #82807d;
  }
  .xb-recentblog .headline:last-child {
    border-bottom: none;
    padding-bottom: 20px;
  }
  .xb-recentblog .headline a {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
  }
  .xb-textsearch {
    display: block;
    border-bottom: 2px solid #7a7671;
    padding-top: 18px;
    padding-bottom: 25px;
  }
  .xb-textsearch .field {
    text-transform: capitalize;
    padding: 10px 0px;
    border-radius: 5px 0px 0 5px;
    width: 165px;
    border: none;
    text-indent: 10px;
    text-shadow: 2px;
  }
  .xb-textsearch .btn {
    background: url("/Presentation/AngryOrchard/includes/images/cms/blog-search-icon.png") center center;
    background-repeat: no-repeat;
    border: medium none;
    height: 40px;
    position: absolute;
    right: 15px;
    width: 40px;
    background-color: #b08d36;
    border-radius: 0px 5px 5px 0px;
  }
  .xb-categorylist {
    border-bottom: 2px solid #7a7671;
    display: block;
  }
  .xb-categorylist h3 {
    color: #ede2b6;
    display: block;
    font-size: 18px;
    font-weight: 800;
    outline: medium none;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .xb-categorylist span.year {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    border-bottom: 1px dashed #eeeff1;
    line-height: 20px;
    padding: 0px;
    display: block;
  }
  .xb-categorylist a {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    border-bottom: 1px dashed #82807d;
    line-height: 20px;
    padding: 10px 0px;
  }
  .xb-categorylist a .display-count {
    height: 20px;
    width: 25px;
    background-color: #ede2b6;
    border-radius: 2px;
    text-align: center;
    float: right;
    color: #322a20;
  }
  .xb-categorylist a.lastchild {
    border-bottom: none;
  }
  .xb-taglist {
    display: block;
  }
  .xb-taglist h3 {
    color: #ede2b6;
    cursor: none;
    display: block;
    font-size: 18px;
    font-weight: 800;
    outline: medium none;
    text-transform: uppercase;
  }
  .blog-comment-container h3 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #625c57;
    text-align: left;
    padding-bottom: 6px;
  }
  .blog-comment-container .comment-form {
    padding-top: 28px;
  }
  .blog-comment-container .comment-form input {
    padding: 11px 14px;
    width: 52%;
    float: none;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .blog-comment-container .comment-form textarea {
    width: 70%;
    float: left;
    padding: 11px 14px;
    border-radius: 5px;
    min-height: 240px;
  }
  .blog-comment-container .button-container {
    margin-top: 30px;
    float: left;
    width: 50%;
  }
  .blog-comment-container .button-container .generic-button {
    border: 0;
    margin-right: 15px;
    margin-bottom: 0;
    width: 44%;
  }
  .blog-comment-container .recaptcha_nothad_incorrect_sol {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .blog-post-tags {
    margin-bottom: 50px;
  }
  .blog-post-tags h3 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #625c57;
    text-align: left;
    padding-bottom: 6px;
  }
  .blog-post-tags ul li {
    float: left;
    padding-right: 5px;
  }
  .blog-post-tags ul li a {
    text-decoration: underline;
    font-size: 18px;
    text-transform: capitalize;
  }
  .comments-list h3 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #625c57;
    text-align: left;
    padding-bottom: 6px;
  }
  .comments-list .comment-list-content {
    padding: 35px 0px 35px 0;
    border-bottom: 1px solid #625c57;
    position: relative;
  }
  .comments-list .comment-list-content:nth-of-type(1) {
    padding-top: 35px;
  }
  .comments-list .comment-list-content .comment-listing-left {
    width: 25%;
    float: left;
  }
  .comments-list .comment-list-content .comment-listing-left img {
    width: 100%;
  }
  .comments-list .comment-list-content .comment-listing-right {
    float: left;
    padding-left: 5%;
    width: 75%;
  }
  .comments-list .comment-list-content .comment-listing-right .reply-button {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    top: 40px;
    min-height: 34px;
    height: 34px;
    max-height: 34px;
    width: 18%;
    bottom: 78%;
  }
  .comments-list .comment-list-content .comment-listing-right h3 {
    border: none;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .comments-list .comment-list-content .comment-listing-right h3 a {
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
  }
  .comments-list .comment-list-content .comment-listing-right .comment-date {
    padding-top: 2px;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    display: block;
    text-align: left;
  }
  .comments-list .comment-list-content .comment-listing-right .dark-bk-body {
    padding-top: 20px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }
  .comments-list .comment-list-content .reply-form-append {
    margin-top: 0;
  }
  .comments-list .comment-list-content .reply-form-append .button-container {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .blog-body-content {
    margin-top: 0px;
  }
  .blog-body-content h1 {
    font-size: 48px;
    line-height: 34px;
    text-transform: none;
    margin-bottom: 0px;
    padding-bottom: 12px;
  }
  .blog-body-content h2 {
    font-size: 24px;
    line-height: 22px;
    text-transform: none;
    margin-top: 0px;
  }
  .blog-body-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #625c57;
    text-align: left;
    padding-bottom: 6px;
  }
  .blog-body-content > .content .body-content > .img-responsive {
    float: right;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 20px;
    display: inline-block;
  }
  .blog-body-content > .content .body-content .image {
    float: right;
    width: 40%;
  }
  .blog-body-content > .content .body-content h2 {
    font-size: 44px;
    line-height: 40px;
    text-transform: uppercase;
  }
  .form-container {
    width: 50%;
  }
  .form-container label {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 6px;
  }
  .form-container input {
    padding: 11px 14px;
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .form-container :-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
  }
  .form-container ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
  }
  .form-container :-ms-input-placeholder {
    font-size: 18px;
  }
  .form-container .recaptcha_nothad_incorrect_sol {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .form-container .check-gender {
    width: 100%;
  }
  .form-container .check-gender label {
    width: 40%;
    float: left;
  }
  .form-container textarea {
    width: 100%;
    float: left;
    padding: 11px 14px;
    border-radius: 5px;
    min-height: 240px;
  }
  .newsletter-signup {
    width: 100%;
  }
  .newsletter-signup .newsletter-form-wrap {
    margin-top: 40px;
  }
  .newsletter-signup .newsletter-form-wrap .check-gender label {
    line-height: 14px;
    padding-left: 24px;
  }
  .newsletter-signup .newsletter-form-wrap .check-gender input {
    margin: 0;
    padding: 0;
  }
  .newsletter-signup .newsletter-form-wrap .check-gender span {
    display: inline-block;
    margin-right: 35px;
  }
  .newsletter-signup .newsletter-form-wrap .check-gender span:after {
    clear: both;
    content: "";
    display: block;
  }
  .newsletter-signup .newsletter-form-wrap .check-gender:after {
    clear: both;
    content: "";
    display: block;
  }
  .newsletter-signup .newsletter-form-wrap .field_block .caption {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 6px;
  }
  .newsletter-signup a {
    display: inline-block;
  }
  .photo-gallery-container .gallery-img .left-arrow {
    left: 16px;
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
  }
  .photo-gallery-container .gallery-img .left-arrow img {
    width: 100%;
    height: 100%;
  }
  .photo-gallery-container .gallery-img .right-arrow {
    right: 16px;
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
  }
  .photo-gallery-container .gallery-img .right-arrow img {
    width: 100%;
    height: 100%;
  }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 124px;
  }
}
@media (min-width: 763px) and (max-width: 770px) {
  footer .sitewide-footer .footer-content .left-footer > ul > li {
    padding-right: 35px;
  }
}
@media (min-width: 763px) and (max-width: 770px) {
  footer .sitewide-footer .footer-content .right-footer .social-media > ul li {
    margin-left: 11px;
  }
}
@media (min-width: 763px) and (max-width: 770px) {
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption h1 {
    max-height: 130px;
    font-size: 70px;
  }
}
@media (min-width: 763px) and (max-width: 1290px) {
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption h1 img {
    width: 75%;
  }
}
@media (min-width: 763px) and (max-width: 1024px) {
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption h1 img {
    width: 50%;
  }
}
@media (min-width: 763px) and (max-width: 1025px) {
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-desc {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 763px) and (max-width: 770px) {
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-desc {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 763px) and (max-width: 1025px) {
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button {
    font-size: 14px;
    padding: 8px 24px;
  }
}
@media (min-width: 763px) and (max-width: 1025px) {
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button:hover,
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button:active,
  .slider-wrapper .slider-container .carousel .carousel-inner .item .carousel-caption .slider-btn .generic-button:focus {
    font-size: 14px;
    padding: 8px 24px;
  }
}
@media (min-width: 763px) and (max-width: 770px) and (max-width: 1024px) {
  .news-listing-container .news-filter-container .news-date-filter {
    width: 65%;
  }
}
@media (min-width: 763px) and (max-width: 770px) and (max-width: 1024px) {
  .news-listing-container .news-filter-container .news-date-filter .generic-button {
    padding: 6px 15px;
  }
}
@media (min-width: 763px) and (max-width: 770px) {
  .news-listing-container .recipe-filter {
    width: 87%;
  }
}
@media (min-width: 763px) and (max-width: 1025px) and (min-width: 768px) {
  .cta-main-content.cta-bg .callout-wrapper .callout-content h2 a:hover {
    line-height: 1;
    font-size: 4.8vw;
  }
}
@media (min-width: 763px) and (max-width: 1025px) and (min-width: 768px) {
  .cta-main-content.cta-bg .callout-wrapper .callout-content h2 a {
    line-height: 1;
    font-size: 4.8vw;
  }
}
@media (min-width: 763px) and (max-width: 1025px) and (min-width: 768px) {
  .cta-main-content.cta-bg .callout-wrapper .callout-content h2 .callout-title {
    line-height: 1;
    font-size: 4.8vw;
  }
}
@media (min-width: 763px) and (max-width: 1025px) and (min-width: 768px) {
  .cta-main-content.cta-bg .callout-wrapper .callout-content .textbox-container .learn-more {
    padding: 8.5px 8px 6px;
    line-height: 26px;
  }
}
@media (min-width: 763px) and (min-width: 768px) and (max-width: 992px) {
  .two-column-container .generic-cta .callout-content {
    padding-top: 2% !important;
  }
}
@media (min-width: 763px) and (min-width: 768px) and (max-width: 992px) {
  .cider-finder label {
    font-size: 1.8vw;
  }
}
@media (min-width: 763px) and (min-width: 768px) and (max-width: 992px) {
  .cider-finder .dropdown-filter .dropdown .generic-button {
    font-size: 1.8vw;
  }
}
@media (min-width: 763px) and (min-width: 768px) and (max-width: 992px) {
  .cider-finder .dropdown-filter .dropdown ul li a {
    font-size: 1.8vw;
  }
}
@media (min-width: 763px) and (min-width: 768px) and (max-width: 1024px) {
  .cider-finder .select-filter {
    width: 34%;
  }
}
@media (min-width: 763px) and (min-width: 768px) and (max-width: 1024px) {
  .cider-finder .select-filter > label {
    line-height: 2.3vw;
  }
}
@media (min-width: 763px) and (min-width: 768px) and (max-width: 992px) {
  .cider-finder .select-filter .checkbox-group ul li label {
    font-size: 1.7vw;
  }
}
@media (min-width: 763px) and (min-width: 768px) and (max-width: 1024px) {
  .cider-finder .switcher {
    padding: 6px 0;
  }
}
@media (min-width: 763px) and (max-width: 770px) {
  .agegate-model .inner-content {
    left: -7.5%;
  }
}
@media (min-width: 763px) and (min-width: 770px) and (max-width: 1025px) {
  .agegate-model .inner-content {
    left: 6.5%;
  }
}
@media (min-width: 763px) and (min-width: 770px) and (max-width: 1025px) {
  .form-container .check-gender {
    width: 100%;
  }
}
@media (min-width: 763px) and (max-width: 770px) {
  .form-container .check-gender {
    width: 100%;
  }
}
@media (min-width: 763px) and (min-width: 770px) and (max-width: 1025px) {
  .form-container .check-gender label {
    width: 30%;
  }
}
@media (min-width: 1290px) {
  .produc-header-main-container .product-header-container .h2-dark {
    font-size: 36px !important;
  }
  .produc-header-main-container .product-header-container .dark-bk-body {
    font-size: 16px !important;
    line-height: 20px;
  }
  .produc-header-main-container .product-header-container .product-header-middle-bottom .bottom-header-subtitle {
    font-size: 16px !important;
    margin-top: 0 !important;
  }
  .produc-header-main-container .product-header-container .product-header-middle-bottom span {
    font-size: 14px !important;
    line-height: 18px;
  }
  .produc-header-main-container .product-header-container .generic-button {
    font-size: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 970px) {
  header .sitewide-header .header-wrapper .right-header .main-navigation > ul > li {
    margin-left: 40px;
  }
  header .sitewide-header .header-wrapper .right-header .main-navigation > ul > li a {
    font-size: 18px;
  }
}
/*@import "../../vars.less";*/

@media (min-width: 970px) {
  .cta-main-content {
    float: none;
    margin: 0 auto;
    background-size: 100% auto;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content {
    /*padding: 17px 0 0;*/
    margin-top: 0;
    /*padding-bottom: 40px;*/
    float: right;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content .callout-title {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content h2 {
    /*TODO- Update this css when we have CheapPine Sans Font Family*/
    line-height: 1;
    font-size: 4.65vw;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 8px;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content .textbox-container {
    text-align: center;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content .feature-cta-summary {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content .generic-button-div {
    position: static;
    width: initial;
    margin-left: 0;
  }
  .cta-main-content.cta-bg .callout-wrapper .callout-content .generic-button-div .generic-button {
    position: static;
    min-width: 160px;
    padding: 9px 24px;
    font-size: 18px;
  }
  .left-column {
    margin-bottom: 0;
    text-align: center;
  }
  .two-column-container .right-column .cta-main-content {
    float: none;
    margin: 0 auto;
  }
  .two-column-container .right-column .cta-main-content h2 {
    font-size: 47px;
  }
  .two-column-container .left-column .cta-main-content .callout-wrapper {
    float: none;
    margin: 0 auto;
  }
  .two-column-container .left-column .cta-main-content .callout-wrapper h2 {
    font-size: 47px;
  }
  .two-column-container .generic-cta {
    padding-top: 0px;
  }
  .two-column-container .generic-cta .callout-content .h2-dark {
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 5px;
  }
  .two-column-container .generic-cta .callout-content .dark-bk-body {
    padding-bottom: 20px;
  }
  .two-column-container .generic-cta .callout-content .generic-button {
    /*position: absolute;
                      bottom: 0;
                      left: 48%;
                      display: inline-block;*/
    padding: 9px 30px;
    text-transform: uppercase;
  }
  .the-orchard-callout {
    margin-top: 15px;
  }
  .the-orchard-callout .the-orchard-separator img {
    width: 100%;
  }
  .the-orchard-callout .the-orchard-summary {
    margin-top: 30px;
    font-size: 18px;
    line-height: 16px;
  }
  .quote-block > h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .quote-block p {
    font-size: 18px;
  }
  .feature-cta .callout-content {
    width: 56%;
    float: right;
    padding-top: 35px;
  }
  .feature-cta .callout-content .generic-button-div {
    width: initial;
    position: static;
    margin-top: 15px;
  }
  .feature-cta .callout-content .generic-button-div .generic-button {
    min-width: 160px;
    padding: 9px 24px;
  }
  .product-locator .callout-wrapper .callout-content {
    text-align: center;
  }
  .product-locator .callout-wrapper .callout-content .callout-summary {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin: auto;
    width: 80%;
  }
  .product-locator .callout-wrapper .callout-content .textbox-container {
    margin-top: 15px;
  }
}
