@font-face {
    font-family: 'Newberry-Regular';
    src: url('../fonts/Newberry-Regular.eot');
    src: local('☺'), url('../fonts/Newberry-Regular.woff') format('woff'),
                     url('../fonts/Newberry-Regular.ttf') format('truetype'),
                     url('../fonts/Newberry-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Newberry-Bold';
    src: url('../fonts/Newberry-Bold.eot');
    src: local('☺'), url('../fonts/Newberry-Bold.woff') format('woff'),
                     url('../fonts/Newberry-Bold.ttf') format('truetype'),
                     url('../fonts/Newberry-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Copperplate-Light';
    src: url('../fonts/Copperplate-Light.eot');
    src: local('☺'), url('../fonts/Copperplate-Light.woff') format('woff'),
                     url('../fonts/Copperplate-Light.ttf') format('truetype'),
                     url('../fonts/Copperplate-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Copperplate';
    src: url('../fonts/Copperplate.eot');
    src: local('☺'), url('../fonts/Copperplate.woff') format('woff'),
                     url('../fonts/Copperplate.ttf') format('truetype'),
                     url('../fonts/Copperplate.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Copperplate-Bold';
    src: url('../fonts/Copperplate-Bold.eot');
    src: local('☺'), url('../fonts/Copperplate-Bold.woff') format('woff'),
                     url('../fonts/Copperplate-Bold.ttf') format('truetype'),
                     url('../fonts/Copperplate-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
hr {
    margin: 45px 0;
    border: 0;
    border-top: 2px solid #a6a6a6;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
button {
	cursor: pointer;
}
/* End Reset */

body {
    line-height: normal;
    font: 14px 'Newberry-Regular';
    color: #010101;
}

/* Links */
a,
button,
input[type=submit] {
    display: inline-block;
    color: inherit;
    outline: none;
    transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

/* Form elements */
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    -webkit-text-fill-color: #010101;
    transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}

/* Default Placeholder styles */
::-webkit-input-placeholder {
/* WebKit browsers */
    color: #e5e6e6;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
    color: #e5e6e6;
    opacity: 1;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
    color: #e5e6e6;
    opacity: 1;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
    color: #e5e6e6;
    opacity: 1;
}

/* Headings */
h1,
h2 {
    margin-bottom: 15px;
    font: 36px/1.17 'Newberry-Bold';
    color: #002f87;
}
h3 {
    margin-bottom: 15px;
    font: 32px/1.3 'Newberry-Bold';
    color: #002f87;
}
h4 {
    margin-bottom: 10px;
    font: 24px/1.2 'Copperplate-Bold';
    color: #002f87;
}
h5,
h1 span {
    display: block;
    text-transform: lowercase;
    font: 16px/20px 'Copperplate-Bold';
    color: #91bfea;
}
h6 {
    font: 14px/20px 'Newberry-Bold';
    color: #002f87;
}

/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 30px;
    line-height: 20px;
}
p:last-child {
	margin-bottom: 0;
}
p a {
    color: #91bfea;
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
ol {
  list-style-type: none;
  counter-reset: ol-counter;
}
ol li {
  counter-increment: ol-counter;
}
ol li::before {
    content: counter(ol-counter) ". ";
    color: #002f87;
    font-family: 'Newberry-Bold';
    display: block;
	float: left;
	padding-right: 10px;
}

.main-content ul:not([class]),
.main-content ul[class="left"],
.main-content ul[class="center"], 
.main-content ul[class="right"],
.recipe-info ul:not([class]) {
	display: block;
	padding: 0 0 20px 10px;
}

.main-content ul:not([class]) > li,
.main-content ul[class="left"] > li,
.main-content ul[class="center"] > li,
.main-content ul[class="right"] > li,
.recipe-info ul:not([class]) > li {
	display: block;
	padding: 5px 0px 5px 20px;
	position: relative;
}

.main-content ul:not([class]) > li:before,
.main-content ul[class="left"] > li:before,
.main-content ul[class="center"] > li:before,
.main-content ul[class="right"] > li:before,
.recipe-info ul:not([class]) > li:before {
	content: "";
	display: block;
	height:6px;
	width: 6px;
	border-radius: 50%;
	background-color: #91bfea;
	position: absolute;
	top:10px;
	left: 0;
}

strong {
    font-weight: normal;
    font-family: 'Newberry-Bold';
    color: #002f87;
}
sup {
    font-size: 11px;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.table.page,
.container {
    max-width: 1120px;
    margin: 0 auto;
}
.container {
    padding: 0 15px;
}
main .table.page,
.table.auto-height {
    height: auto;
}
.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}
.hide {
    display: none !important;
}
.no-scroll {
    overflow: hidden;
}

a:not([class*="fa-"]):before,
a:after,
.sub-ctrl,
.overlay,
.img-box:after,
li.centered-logo,
.listing,
.listing .listing-info,
.listing .listing-overlay,
.recipe .recipe-title {
    transition: all 0.3s ease 0s;
}
.top-bar,
.top-level,
.sub-menu,
.search-box,
.main-overlay {
    transition: all 0.5s ease 0s;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0,47,135,.9);
    z-index: 1;
}
.overlay * {
    color: inherit;
}
.overlay > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font: 24px 'Copperplate';
}
.overlay > a span:after {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    margin: 40px auto 0;
    background-color: #fff;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background: rgba(0,11,31,.25);
    opacity: 0;
    visibility: hidden;
}
.img-box .relative {
    z-index: 1;
}
.btn,
.page-content > a,
input[type="submit"].btn {
    position: relative;
    min-width: 200px;
    border: 0;
    border-radius: 8px;
    padding: 15px 20px;
    text-transform: lowercase;
    text-align: center;
    font: 24px 'Copperplate';
    color: #fff;
    background-color: #002f87;
}
.btn:hover,
.page-content > a:hover,
.btn.orange {
    background-color: #f6921e;
}
.btn.orange:hover {
    background-color: #002f87;
}
.btn.white {
    color: #002f87;
    background-color: #fff;
}
.btn.white:hover {
    color: #fff;
    background-color: #002f87;
}
.btn + .btn {
    margin-left: 8px;
}

.btn.gray {
	background-color: #c9c9c9;
}
.btn.blue {
	background-color: #002f87 !important;
}
.btn.blue:hover {
	background-color: #91bfea !important;
}

.btn.smaller {
	padding: 10px 15px;
}

.social {
    display: inline-block;
    font-size: 18px;
}
.social a:not(:last-child) {
    margin-right: 20px;
}
.social a:hover {
    color: #f6921e;
}

.frame-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 30px);
    margin: 15px;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    z-index: 1;
}
.frame-box .btn,
.frame-box img {
    align-self: center;
}

/************************************************************
Custom Select */
.select2-container {
    min-width: 196px;
    max-width: 196px;
    font-size: 16px;
}
.select2-container .select2-selection--single {
    height: 48px;
}
.select2-container--default .select2-selection--single {
    text-align: left;
    border-radius: 8px;
    border-color: #91bfea;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 50px 0 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 1px;
    width: 50px;
    height: auto;
    border-left: 1px solid #91bfea;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: '\f107';
    font: 24px 'Font Awesome\ 5 Pro';
    font-weight: bold;
    color: #002f87;
}
.select2-dropdown {
    border-radius: 8px;
    border-color: #91bfea;
    z-index: 100;
}
.select2-container--open .select2-dropdown--above .select2-results__options {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.select2-container--open .select2-dropdown--below .select2-results__options {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.select2-results__option {
    padding: 12px 10px 11px 15px;
}
.select2-results__option:not([id]) {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #002f87;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f6921e;
}

/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-slide img {
    margin: 0 auto;
}
.slick-arrow {
    width: auto;
    height: auto;
    color: #fff;
    z-index: 9;
}
.slick-arrow:hover {
    color: #f6921e;
}
.slick-arrow:after {
    font: 42px/1 Font Awesome\ 5 Pro;
}
.slick-arrow.slick-prev {
    left: 15px;
}
.slick-arrow.slick-prev:after {
    content: "\f104";
}
.slick-arrow.slick-next {
    right: 15px;
}
.slick-arrow.slick-next:after {
    content: "\f105";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 30px;
    height: 10px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 40px;
    height: 100%;
    margin: 0 7px;
    padding: 5px 0;
}
.slick-dots li:first-child {
    margin: 0 7px 0 0;
}
.slick-dots li:last-child {
    margin: 0 0 0 7px;
}
.slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    background-color: #002f87;
}
.slick-dots li.slick-active button {
   background-color: #f6921e;
}
.slick-dots li button::before {
    content: none;
}

/*
nav.pagination {
  background: #f9f9f9;
  padding: 10px;
  margin: 15px 0;
  border: 1px solid #E8E8E8;
  text-align: center;
}

nav.pagination .prev::after, 
nav.pagination .next::before {
	display: none;
}

nav.pagination > div,
nav.pagination li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle;
}

nav.pagination li:before {
	display: none;
}

nav.pagination > div + div,
nav.pagination li + li {
  margin-left: 6px !important;
}

nav.pagination a, 
nav.pagination span,
nav.pagination strong {
  display: inline-block;
  font-family: 'Newberry-Regular';
  font-size: 14px;
  line-height: 14px;
  padding: 10px 11px 8px;
}

nav.pagination strong {
	background: #91bfea;
	border: 1px solid #7aa1eb;
	color: #FFF !important;
}

nav.pagination span {
  padding:10px 13px 10px 11px;
}

nav.pagination a {
  color: #000 !important;
  background-color: #ddd;
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
}

nav.pagination a:hover {
  background-color: #91bfea;
  border: 1px solid #7aa1eb;
  color: #FFF !important;
}

nav.pagination span,
nav.pagination > li > strong {
  font-family: 'Newberry-Regular';
  color: #FFF !important;
  background-color: #91bfea;
  border: 1px solid #002f87;
  font-weight: bold;
}

nav.pagination > .prev a,
nav.pagination > .next a {
  font-size: 22px;
  padding: 8px 11px 11px 11px;
}

nav.pagination > .prev:empty,
nav.pagination > .next:empty {
  display: none;
}

nav.pagination > .prev:empty + div {
  margin-left: 0px;
}
*/
#search-results ol li h4 {
	font-size: 24px;
}

#custom-layout .section-header {
	text-align: center;
	margin-bottom: 35px;
}
.our-brands-logo {
	float: right;
	margin-right: 50px;
}
.sign-in {
  position: relative;
  text-align: right;
  z-index: 10;
}

.login-box {
  position: absolute;
  display: inline-block;
  padding: 24px;
  background: #f6921e;
  border-radius: 10px;
  right: 0;
  top: calc(100% + 35px);
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.5);
}

.show .login-box {
  top: calc(100% + 20px);
  opacity: 1;
  visibility: visible;
}

.login-box  .error-msg {
  display: block;
  padding: 15px;
  text-align: center;
  color: #7d0f0f;
  background: #FFF;
  box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
  margin-top: 25px
}

.login-box:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 12px solid transparent; 
  border-right: 12px solid transparent; 
  border-bottom: 15px solid #f6921e;
  position: absolute;
  top:-15px;
  right: 20px;
}
.login-box header {
	font-size: 22px;
	padding-bottom: 3px;
}
.sign-in input:not([type="submit"]) {
  height: auto;
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 4px;
}
.sign-in input + input {
  margin-top: 14px;
}

.forgot-pass {
  display: block;
  color: #FFF;
  padding-top: 8px;
  text-align: center;
  font-size: 14px;
}
.sign-in .btn {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.sign-in .btn.submit {
  margin-top: 12px; 
}

.seperator {
  text-align: center;
  display: block;
  padding: 20px 0;
  position: relative;
  z-index: 0;
}

.seperator:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.seperator span {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #FFF;
  background: #f6921e;
  padding: 0 10px;
}
.sign-in .btn.blue {
  background-color: #00728f;
}
.sign-in .close-login {
  display: inline-block;
  color: #FFF;
  padding: 10px;
  position: absolute;
  top: 3px;
  right: 1px;
  font-size: 20px;
}

input:read-only {
  background-color: #ccc !important;
}

hr {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  box-shadow: none;
  background-color: #cbcbcb;
  height: 1px;
}

#login-form .btn:hover {
	background-color: #91bfea !important;
	cursor: pointer;
}

.popup {
	padding: 30px;
	background-color: #FFF;
}

/* Notes */
.note2 {
	position: relative;
	top: 4px;
	left: 0;
	z-index: 10;
}
.note2 > a {
	color: #666666;
	font-size: 22px;
}
.note2 .notes {
	display: none;
	background: #fff;
	border: solid 1px #000;
	border-radius: 5px;
	box-shadow: 12px 12px 15px -15px #000;
	padding: 15px;
	position: absolute;
	top: 8px;
	left: 22px;
	min-width: 275px;
}
.note2 .notes.show {
	display: block;
}
