﻿/*fonts*/
@font-face {
    font-family: 'Chunk';
    src: url('../fonts/chunk/Chunk.ttf') format('truetype');
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-Light.ttf') format('truetype');
}

/*foundation overrides*/
.row {
    max-width: 1300px;
}
.row.full-width {
    width: 100%;
	max-width: 100%;
}
.row.small-row {
    max-width: 900px;
}
.row.collapse > .column, .row.collapse > .columns {
    padding-right: .9375rem;
}
.row.collapse > .column:last-child, .row.collapse > .columns:last-child {
    padding-right: 0;
}
@media only screen and (max-width: 40em) {
    .row.collapse > .small-12.column, .row.collapse > .small-12.columns {
        padding-right: 0;
    }
}
@media only screen and (max-width: 64em) {
    .row.collapse > .medium-12.column, .row.collapse > .medium-12.columns {
        padding-right: 0;
    }
}
body, 
p, 
label, 
[type=color], 
[type=date], 
[type=datetime-local], 
[type=datetime], 
[type=email], 
[type=month], 
[type=number], 
[type=password], 
[type=search], 
[type=tel], 
[type=text], 
[type=time], 
[type=url], 
[type=week], 
textarea, 
select, 
textarea,
h1,
h2 {
    font-family: Chunk, Arial, Helvetica, sans-serif;
    box-shadow: none;
    font-weight: 400;
}
a:not(.button):hover {
    text-decoration: underline;
}
.flex-video {
	padding-top: 0;
	padding-bottom: 56.25%;
}
table.no-border tbody, table.no-border thead, table.no-border tfoot {
    border: none;
    background-color: transparent;
}
table.no-border tbody tr:nth-child(even) {
    background-color: transparent;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
h1 {
    color: #243e90;
}
h4 {
    margin-bottom: 0;
}
.right {
    float: right;
}
hr {
    max-width: 100%;
    border-bottom: 1px solid #f6f6f6;
    margin: .5rem 0;
}
.reveal, .reveal-overlay {
    z-index: 10000;
}
[type=checkbox], [type=file], [type=radio] {
    margin: 0 0 .5rem;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
.inline-list {
    margin: 0;
}
.inline-list li {
    list-style: none;
    display: inline-block;
    padding: .25rem;
}
label {
    font-weight: 600;
}
label > input[type=search] {
    font-weight: 400;
}
ul li label {
    font-weight: 400;
}
.margin-bottom {
    margin-bottom: 1rem;
}
@media only screen and (max-width: 40) {
    input[type=search] {
        -webkit-appearance: none !important;
    }
}

/*small navigation*/
.logo-small {
    float: right;
}
.title-bar {
    padding: .5rem;
    background-color: #fff;
    color: #333;
    border-bottom: 2px solid #f33;
}
.menu-icon, .title-bar-title {
    position: relative;
    top: 10px;
}

/*top-bar*/
.top-bar {
    box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.75);
    width: 100%;
    height: 198px;
    padding: 1.75rem;
    z-index: 100;
}
.top-bar, .top-bar ul {
    background-color: #194c9a;
}
.menu-icon:after {
    background: #194c9a;
    box-shadow: 0 7px 0 #194c9a, 0 14px 0 #194c9a;
}
.top-bar .menu li a {
    font-size: 20px;
    text-transform: uppercase;
}
.top-bar .menu li a {
    color: #fff;
}
@media only screen and (orientation: landscape) and (max-width: 55em) {
    .top-bar .menu li {
        font-size: 12px;
    }
}
.social-media-nav ul {
    list-style: none;
    float: right;
    display: flex;
    margin-right: 25px;
    padding-top: 5px;
}
.social-media-nav li {
    padding: 7px;
}

/*large-up navigation*/
@media only screen and (min-width: 64.063em) {
    header, .header {
        height: 198px;
    }
    .logo-wrapper {
        position: relative;
    }
    .logo-wrapper .logo {
        width: 225px;
        height: 175px;
        position: absolute;
        left: 50%;
        right: 50%;
        top: -25px;
        margin-left: -120px;
    }
    .top-bar-right {
        width: 50%;
    }
    .top-bar-right ul {
        float: left;
    }
    .top-bar-left {
        width: 50%;
    }
    .top-bar-left ul {
        float: right;
    }
    #background-red {
        height: 96px;
        width: 100%;
        background-color: #f33;
        position: fixed;
        top: 10px;
        z-index: 100;
    }
}

/* upper large screen navigation only */
@media only screen and (min-width: 69.5em) {
    .menu:not(.submenu) > li > a {
        margin: 0 2.5rem;
    }
}

/*medium through large navigation*/
@media only screen and (max-width: 69.462em) and (min-width: 50em) {
    .menu:not(.submenu) > li > a {
        margin: 0 1.4rem;
    }
}

/*medium-down navigation*/
@media only screen and (max-width: 64em) {
    .top-bar {
        border-bottom: 2px solid #f33;
        position: initial;
    }
    .top-bar, .top-bar ul {
        padding: inherit;
        box-shadow: none;
        background-color: #194c9a;
    }
    .menu > li > a {
        border-bottom: 1px solid #fff;
    }
    .top-bar-right .menu > li:last-child > a {
        border-bottom: none;
    }
}

/*medium-only navigation*/
@media only screen and (min-width: 40em) and (max-width: 64em) {
    .menu > li > a {
        border-bottom: none;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        border-top: none;
        margin-top: 2px;
    }
}

/*content areas*/
.section {
    background-color: #fff;
}
.section.row .row {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.section.row .row.small-row {
    max-width: 900px;
}
.section .vertical-align {
    vertical-align: middle;
}

/*home page orbit slider*/
.orbit-bullets {
    margin-top: -39px;
}
.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    background-color: #000000;
    border-radius: 50%;
}
.orbit-bullets button.is-active, .orbit-bullets button:hover {
    background-color: #ffffff;
}
/*home page styles*/
.full-image img {
    width: 100%;
}
.home-banner {
    background-color: #2876b8;
}

/*product locator styles*/
.product-locator {
    background-color: #D5242A;
    padding-top: 20px;
}
.product-locator h2 {
    color: #ffeb04;
    font-size: 30px;
}
.copyright p, .copyright a {
    color: #fff;
}
.copyright a {
    text-decoration: underline;
}
.copyright a:hover {
    text-decoration: none;
}
.copyright {
    text-align: center;
    margin-bottom: 10px;
}
/* Medium-up product locator */
@media screen and (min-width: 40em) {
    .product-locator h2 {
        font-size: 50px;
    }
    .product-locator {
        background-color: #D5242A;
        padding-top: 50px;
    }
}
/*large-up product locator*/
@media only screen and (min-width: 64.063em) {
    .product-locator iframe {
        width: 80%;
        display: block;
        margin: 0 auto 0 auto;
    }
}

/*owl carousel styles*/
.product-carousel {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-carousel img {
    width: 325px;
}
.product-carousel h2 {
    font-size: 30px;
    color: #D5242A;
}
.product-carousel #product-carousel {
    width:95%;
    display: block;
    margin: 0 auto;
}
#product-carousel img {
    display: block;
    margin: 0 auto;
}
.owl-pagination {
    display: none !important;
}
.product-carousel a {
    text-transform: uppercase;
    color: #194c9a;
    text-decoration: underline;
}
.product-carousel a:hover {
    text-decoration: none;
}
.owl-item p {
    width: 180px;
    display: block;
    margin: 0 auto;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -65px;
  top: 55px; 
}
 
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -65px;
  top: 55px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/img/icons/glyphicons-halflings-white.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.icon-chevron-left {
    background-position: -432px -72px;
}
.icon-chevron-right {
    background-position: -456px -72px;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 18px 22px !important;
}
/* Medium-up owl carousel */
@media screen and (min-width: 40em) {
    .product-carousel h2 {
        font-size: 60px;
    }
    .product-carousel {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .product-carousel #product-carousel {
        width:80%;
    }
    .product-carousel img {
        width: 320px;
    }
}
/* Medium only owl carousel */
@media screen and (min-width: 40em) and (max-width: 77em) {
    .product-carousel img {
        width: 250px;
    }
}

/* Small only owl carousel */
@media screen and (max-width: 39.9375em) {
    .owl-theme .owl-controls {
        margin-top: 0px !important;
    }
    .owl-theme .owl-controls .owl-buttons div {
        position: initial;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        margin-right: 50px;
    }
}

/*product pages styles*/
.product-info {
    background-color: #2876b8;
    padding: 30px 0 30px 0;
}
.product-info img {
    display: block;
    margin: 0 auto;
}
.product-description h2, .product-description p {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.product-description h2 {
    color: #ffffff;
    font-size: 40px;
}
.product-description p {
    color: #ffeb04;
    font-size: 25px;
}
.nutritionals {
    background-color: #fff;
    padding: 30px 0 30px 0;
}
.nutritionals h2 {
    color: #0b5ba5;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
}
.nfp_tableDisplay p, .nfp_tableDisplay h5, .ingredients p {
    font-family: Oswald, Arial, Helvetica, sans-serif !important;
} 
.vertical-container {
	height: 100%;
	display: table;
}
.align-vertical {
	display: table-cell;
	vertical-align: middle;
}
.ingredients p {
    padding: 0 15px;
}
/* Medium-up product page */
@media screen and (min-width: 40em) {
    .product-description {
        border-left: 1px #fff solid;
     }
    .product-description h2, .product-description p {
        margin-left: 30px;
        padding: 0 10px 0 0;
        text-align: left;
    }
    .nutritionals h2, .ingredients p {
        margin-left: 30px;
        text-align: left;
        padding: 0;
    }
    .nfp_tableDisplay {
        margin-left: 30px;
    }
}
/*large-up product page*/
@media only screen and (min-width: 64.063em) {
    .ingredients-text {
        width: 85%;
        display: block;
        margin: 0 auto;
    }
}

/*contact page styles*/
.contact {
    background-color: #2876b8;
    padding-top: 40px;
    padding-bottom: 30px;
}
.contact h2 {
    color: #fff;
    font-size: 40px;
}
.contact p {
    color: #ffeb04;
    font-size: 20px;
}
.contact .coupon img {
    display: block;
    margin: 0 auto;
}
.contact-form input[type="text"] {
    width: 75%;
}
.contact-form #imgSubmitButton {
    cursor: pointer;
}
/* Small only contact page */
@media screen and (max-width: 39.9375em) {
    .contact-form {
        padding: 0 15px !important;
        text-align: center;
    }
    .contact-form input[type="text"] {
        width: 100%;
    }
}

/*privacy policy page styles*/
.privacy-policy {
    background-color: #2876b8;
    padding-top: 40px;
    padding-bottom: 30px;
}
.privacy-policy h3 {
    color: #ffeb04;
    font-size: 40px;
    margin-bottom: 0;
}
.privacy-policy h1 {
    color: #ffeb04;
    font-size: 50px;
    font-weight: bold;
}
.privacy-policy p, .privacy-policy li {
    color: #fff;
    font-size: 20px;
}
.privacy-policy a {
    color: #ffeb04;
}
.privacy-policy p, .privacy-policy li, .privacy-policy h1, .privacy-policy h3 {
    font-family: Oswald, Arial, Helvetica, sans-serif !important;
}

/*cms login page styles*/
.cms-login #imgSubmitButton {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

/*operator page*/
.marketing-material h3 {
    color: #D5242A;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 0;
}
