/*
Theme Name: bejuice
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bejuice
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bejuice is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font: 50px/1.2 'noteworthybold';
    color: #8cd8f9;
    margin: 0 0 25px;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'noteworthybold';
    src: url('fonts/noteworthy-bold-webfont.woff2') format('woff2'),
    url('fonts/noteworthy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LucidaGrande';
    src: url('fonts/LucidaGrande.eot?#iefix') format('embedded-opentype'),
    url('fonts/LucidaGrande.woff') format('woff'),
    url('fonts/LucidaGrande.ttf') format('truetype'),
    url('fonts/LucidaGrande.svg#LucidaGrande') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
button,
input,
select,
textarea {
    color: #5c5c5c;
    font-family: 'LucidaGrande', Lucida Grande, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*clear: both;*/
/*}*/

p {
    margin-top: 0;
    margin-bottom: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.full-width {
    float: left;
    width: 100%;
    
}
.half-width {
    color: #000;
    float: left;
    margin: 0 0 20px;
}

.right-position {
    float: right;
	width: 40%;
}
.left-position {
    margin-right: 20px;
	width: 50%;
}

.full-width em {
	color:#006bb4;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    height: 100%;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: border-box;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
    height: 100%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.mm-page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -73px;
    overflow: hidden;
}

.push {
    clear: both;
    height: 73px;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #006bb4;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    font: 15px noteworthybold;
    display: none;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #006bb4;
    padding-left: 18px;
}

.main-navigation .menu > li > a {
    padding-bottom: 10px;
}

.main-navigation a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(images/nav-icon.png) no-repeat;
    background-size: 25px 16px;
    width: 25px;
    height: 16px;
    margin-top: -4px;
    margin-right: 3px;
}

.main-navigation a:hover {
    color: #6ccff6;
}

.main-navigation a:hover:before {
    background-image: url(images/nav-icon-dark.png);
}

.main-navigation ul ul {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    display: none;
}

.main-navigation ul li:hover ul {
    display: block;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #6ccff6;
}

.main-navigation .current_page_item > a:before,
.main-navigation .current-menu-item > a:before,
.main-navigation .current_page_ancestor > a:before,
.main-navigation .current-menu-ancestor > a:before {
    background-image: url(images/nav-icon-dark.png);
}

/* Small menu. */
.menu-toggle {
    display: block;
    margin-bottom: 25px;
}

.menu-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 3px;
    border-radius: 1px;
    background-color: #006bb4;
}

.menu-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media screen and (min-width: 768px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation {
        display: block;
    }

    .main-navigation .menu > li {
        margin-left: 32px;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-header .container {
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
}

.site-header .main-navigation {
    flex: 2;
}

.site-header .site-branding {
    max-width: 147px;
}

.site-header .search-form-box {
    margin-bottom: 10px;
    display: none;
}

.site-header .search-form .search-field {
    height: 21px;
    max-width: 150px;
    border: 2px solid #979797;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5) inset;
    font-size: 11px;
}

.site-header .search-form .search-field::-webkit-input-placeholder {
    color: #7cd8f8;
}

.site-header .search-form .search-field::-moz-placeholder {
    color: #7cd8f8;
}

.site-header .search-form .search-field:-moz-placeholder {
    color: #7cd8f8;
}

.site-header .search-form .search-field:-ms-input-placeholder {
    color: #7cd8f8;
}

.site-header .search-form .search-submit {
    width: 35px;
    height: 35px;
    position: relative;
    background: transparent;
    background: url(images/search-icon.png) no-repeat 50% 50%;
    background-size: 18px 18px;
    border: none;
    padding: 0;
    box-shadow: none;
    text-indent: -99999px;
}

@media screen and (min-width: 768px) {
    .site-header .search-form-box {
        display: block;
    }
}

.site-footer {
    background: #0055a5;
    color: #ffffff;
    position: relative;
}
.site-footer a {
	color:#7cd8f8; 
	text-decoration: none;
}

.site-footer .container {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/**/
#mobile-navigation:not( .mm-menu ) {
    display: none;
}

.page-banner {
    position: relative;
    height: 23.63vw;
    min-height: 200px;
    max-height: 354px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 25px;
}

.entry-header {
    background: rgba(0, 85, 165, 1);
    color: #ffffff;
    margin-bottom: 10px;
}

.page-banner .entry-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    background: rgba(0, 85, 165, .8);
}

.promo-section {
    background: #b3e6fa;
    color: #006bb4;
}

.promo-section .title {
	font-family: 'LucidaGrande', Lucida Grande, sans-serif;
    font-size: 28px;
	font-weight: bold;
    
	text-transform: uppercase;
    
    text-align: center;
}

.promo-section .title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(images/icon-white.png) no-repeat 0 0 / 25px 16px;
    width: 25px;
    height: 16px;
    margin: -3px 3px 0 0;
}

.promo-section .note-text {
    font-weight: 700;
    line-height: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

.promo-section .term-children {
    padding-top: 6px;
    text-align: center;
}

.promo-section .term-children ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.promo-section .term-children ul li {
    float: left;
    list-style: none;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -.01em;
    color: #006bb4;
    padding: 11px 0 10px;
    line-height: 1;
    position: relative;
}

.promo-section .term-children ul li span {
    border-right: 2px solid #ffffff;
    display: block;
    padding: 0 20px;
}

.promo-section .term-children ul li:first-child span {
    border-left: 2px solid #ffffff;
}

.promo-section .term-children ul li ul {
    position: absolute;
    margin: 0;
    left: -3px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    padding: 9px 0 6px;
    min-width: 198px;
    top: 100%;
    display: none;
    text-align: left;
}

.no-touchevents .promo-section .term-children ul li:hover ul,
.promo-section .term-children ul li.hover ul {
    display: block;
}

.promo-section .term-children ul li ul li {
    list-style: none;
    font-size: 14px;
    text-transform: none;
    padding: 0;
    font-weight: 600;
    margin: 0;
}

.promo-section .term-children > ul > li ul li a {
    text-decoration: none;
    color: #000000;
    padding: 8px 17px;
    display: block;
}

.entry-header h1 {
    margin: 0;
    text-align: center;
    font: 36px/56px 'noteworthybold';
    padding-top: 10px;
}

.entry-content h2 {
    font: 28px 'noteworthybold';
    color: #006bb4;
    margin: 0 0 23px;
}

.team {
    padding-top: 18px;
    margin-bottom: 50px;
}

.team .alignleft {
    margin-right: 84px;
}

.team .alignright {
    margin-left: 84px;
}

.team .text,
.location .text {
    font-size: 19px;
    color: #000000;
}

.team .text h2,
.location .text h2 {
    line-height: 1.3;
    margin-bottom: 15px;
}

.team .text p,
.location .text p {
    margin: 0 0 11px;
}

.jobs-section {
    margin-top: -23px;
}

.jobs-section .jobs-buttons > div {
    margin-bottom: 37px;
}

.jobs-section .jobs-buttons > div:last-child {
    margin-bottom: 0;
}

.jobs-section .jobs-buttons a {
    display: block;
    background: #0055a5;
    color: #ffffff;
    font: 29px/1 'noteworthybold';
    text-decoration: none;
    padding: 13px 12px 5px;
}

.jobs-section .jobs-buttons a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(images/nav-icon.png) no-repeat;
    background-size: 25px 16px;
    width: 25px;
    height: 16px;
    margin-top: -4px;
    margin-right: 10px;
}

.jobs-section .jobs-buttons a:hover {
    background: #6ccff6;
}

.jobs-section .jobs-buttons a:hover:before {
    background-image: url(images/nav-icon-dark.png);
}

.job-item {
    margin-bottom: 10px;
}

.job-item .title a {
    color: #000;
    font-size: 18px;
    display: block;
    background: #7ccff7;
    text-decoration: none;
    padding: 0 13px;
}

.job-item .text {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 0.889em;
}

.job-item.open .text {
    max-height: 1000px;
}

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    z-index: -1;
}

.modal .modal-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.modal .close {
    color: #0055a5;
    font-weight: 600;
    font-size: 10px;
    background: transparent;
    border: none;
    position: absolute;
    left: 100%;
    margin-left: -6px;
    text-transform: uppercase;
    top: -11px;
    width: 62px;
    padding: 0;
    box-shadow: none;
    text-shadow: none;
}

.modal .close p {
    margin: 0;
}

.modal .close .icon {
    background: url("images/close-icon.png") no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.modal .close.close-link {
    bottom: 43px;
    font-weight: normal;
    left: auto;
    margin-left: 0;
    position: absolute;
    right: 185px;
    text-transform: capitalize;
    top: auto;
    width: auto;
}

.modal .modal-dialog {
    position: absolute;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7);
    background-clip: padding-box;
    outline: 0;
    width: 96%;
    max-width: 1000px;
    max-height: 96%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;

}

.modal .modal-dialog.contact-modal {
    top: 80px;
    opacity: 1;
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
}

.modal .modal-dialog .wpcf7-not-valid-tip {
    display: none;
}

.modal .modal-header .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0055a5;
    padding: 12px 25px 5px;
}

.modal .modal-footer {
    min-height: 73px;
}

.modal .modal-footer .required-note {
    float: left;
    color: #0055a5;
    font-size: 12px;
	line-height: 16px;
    padding: 22px 25px 0;
}

.modal .modal-body {
    background: #0055a5;
    padding: 26px 25px 25px;
    color: #ffffff;
    overflow-y: auto;
}
.modal .modal-body p {
    padding: 0px;
    font-size:11px;
	margin: 0 0 5px 0;
}
.modal .modal-body p a, .modal .modal-body em{
    color:#8ACEE7;
	font-weight:normal;
	font-size: 9px;
}

.modal .modal-body fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.modal .modal-body fieldset .form-row {
    margin: 0 -25px;
}

.modal .modal-body fieldset p {
    display: none;
    margin: 0;
}

.modal .modal-body fieldset .form-group {
    padding: 11px 25px;
}

.modal .modal-body fieldset .form-group.upload label {
    float: left;
    font-size: 18px;
    line-height: 1.2;
}

.modal .modal-body fieldset .form-group.upload label span {
    display: block;
    font-size: 16px;
}

.modal .modal-body fieldset .form-group.upload .wpcf7-form-control-wrap {
    float: right;
}

.modal .modal-body fieldset .form-group.upload input[type="file"] {
    -webkit-appearance: none;
    text-align: left;
    -webkit-rtl-ordering: left;
}

.modal .modal-body fieldset .form-group.upload input[type="file"]::-webkit-file-upload-button {
    -webkit-appearance: none;
    float: right;
    margin: 0 0 0 10px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d2d0d0), to(#f0f0f0));
    background-image: -moz-linear-gradient(90deg, #d2d0d0 0%, #f0f0f0 100%);
}

.modal .modal-body fieldset .form-group .form-control {
    width: 100%;
    border: none;
    padding: 5px 6px;
    color: #0055a5;
    font-size: 12px;
    height: 34px;
}

.modal .modal-body fieldset .form-group .form-control::-moz-placeholder {
    color: #0055a5;
    opacity: 1;
    text-transform: uppercase;
}

.modal .modal-body fieldset .form-group .form-control:-ms-input-placeholder {
    color: #0055a5;
    text-transform: uppercase;
}

.modal .modal-body fieldset .form-group .form-control::-webkit-input-placeholder {
    color: #0055a5;
    text-transform: uppercase;
}

.modal .modal-body fieldset .form-group .form-control.wpcf7-not-valid {
    outline: 2px solid #f00;
    outline-offset: -2px;
}

.modal .modal-body fieldset .form-group .form-control[type="date"] {
    min-width: 95%;
}

.modal .modal-body fieldset .form-group .form-control[type="file"] {
    width: 100%;
}

.modal .modal-body fieldset .form-group .screen-reader-text {
    display: none;
}

.modal .modal-body fieldset .form-group br {
    display: none;
}

.modal .modal-body fieldset .form-group textarea.form-control {
    height: auto;
    resize: none;
}

.modal.in {
    z-index: 999;
}

.modal.in .modal-overlay {
    opacity: 100;
}

.modal.in .modal-dialog {
    opacity: 1;
}

.modal.in .modal-dialog.contact-modal {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal .modal-dialog.contact-modal {
    max-width: 750px;
}
.modal .modal-dialog.contact-modal .modal-header .title {
    width: 100%;
}
.modal .modal-dialog.contact-modal .modal-footer {
    padding: 17px 49px 12px;
}
.modal .modal-dialog.contact-modal input {
    float: left;
    width: 100%;
    border: none;
    color: #0055a5;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    padding: 0 6px;
}
.modal .modal-dialog.contact-modal textarea {
    float: left;
    width: 100%;
    border: none;
    color: #0055a5;
    font-size: 12px;
    padding: 0 6px;
}
.modal .modal-dialog.contact-modal ::-webkit-input-placeholder {
    font-size: 12px;
    color: #0055a5;
}
.modal .modal-dialog.contact-modal :-moz-placeholder {
    font-size: 12px;
    color: #0055a5;
}
.modal .modal-dialog.contact-modal ::-moz-placeholder {
    font-size: 12px;
    color: #0055a5;
}
.modal .modal-dialog.contact-modal :-ms-input-placeholder {
    font-size: 12px;
    color: #0055a5;
}
.modal .modal-dialog.contact-modal .submit-button {
    bottom: 36px;
    margin: 0;
    position: absolute;
    right: 29px;
}
.modal .modal-dialog.contact-modal .submit-button input {
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #0055a5;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}
.modal .modal-dialog.contact-modal .modal-footer .close {
    position: static;
    float: right;
    margin-right: 115px;
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background: transparent;
    color: #0055a5;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    margin-top: 6px;
}
.modal .modal-dialog.contact-modal .full-width {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.modal .modal-dialog.contact-modal .half-width {
    width: 320px;
    float: left;
    margin: 0 0 21px;
}
	.modal .modal-dialog.contact-modal .half-width p {
    margin: 0 0 10px;
}
.modal .modal-dialog.contact-modal .half-width.right-position {
    float: right;
}
.modal .modal-dialog.contact-modal .sub-content {
    margin: 0 0 28px;
}
.modal .modal-dialog.contact-modal .required-note {
    float: left;
    width: 100%;
    margin: 26px 0 14px;
    font-size: 14px;
}
.modal .modal-dialog.contact-modal .modal-footer .custom-logo-link {
    float: left;
}
.modal .modal-dialog.contact-modal .modal-footer img {
    width: 140px;
    display: block;
}

.modal .submit-sign-up-form {
    bottom: 0;
    padding: 18px 25px 15px;
    position: absolute;
    right: 0;
}

.modal .submit-sign-up-form .ajax-loader {
    margin-right: -20px;
}

.modal .submit-sign-up-form input[type="submit"],
.modal .submit-sign-up-form button {
    border: none;
    padding: 7px 10px 8px;
    min-width: 112px;
    box-shadow: none;
}

.modal .submit-sign-up-form input[type="submit"] {
    background: #0055a5;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

.modal .submit-sign-up-form button {
    color: #0055a5;
    background: transparent;
}

.swiper-container {
    padding: 0 40px 0px;
}
.swiper-button-prev,.swiper-button-next {
    background: #ffffff;
    width: inherit;
    height: 100%;
    margin: 0;
    top: 0;
    line-height: 200px;
}
.swiper-button-prev:before,.swiper-button-next:before {
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #8cd8f9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
.swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before{
    content: '>';
}
.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before{
    content: '<';
}
.brand-list a {
    height: 180px;
    text-align: center;
    transition: all .3s;
    padding: 0 15px;
}
.brand-list a:before {
    content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.brand-list.inner a {
    padding: 0 25px;
}


.brand-list a img {
    display: inline-block;
    vertical-align: middle;
	max-height: 100px;
	width: auto;
}

.tax-refrigerations-type .brand-list a img {
   width: auto;
    max-width: inherit;
    height: 130px;
}

.archive .type-refrigeration {
    border-bottom: 3px solid #b3e6fa;
    margin-bottom: 20px;
    color: #5c5c5c;
    font-weight: 700;
    padding: 8px 0 32px;
}

.archive .type-refrigeration p {
    font-weight: 300;
    padding: 0px;
	line-height:24px;
	margin-bottom: 20px;
}

.archive .type-refrigeration figure {
    margin: 0;
}

.archive .type-refrigeration .entry-content {
    overflow: hidden;
    padding-top: 42px;
}

.archive .type-refrigeration h1 {
    font: 29px/1.2 'noteworthybold';
    color: #006bb4;
    margin: 0;
}

.archive .type-refrigeration h3 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.master-slider-parent {
    margin-bottom: 46px;
}

.master-slider-parent p {
    margin-bottom: 0;
}

.no-results {
    padding: 32px 0;
}

.term-description {
    border-bottom: 3px solid #b3e6fa;
    margin-bottom: 20px;
    display: table;
    width: 100%;
    padding-top: 5px;
}

.term-description .logo {
    display: table-cell;
    vertical-align: middle;
    width: 33%;
    padding-right: 30px;
}

.term-description .text {
    display: table-cell;
    vertical-align: middle;
}

.term-description .text > div {
    display: table-cell;
    vertical-align: middle;
    max-width: 390px;
}

.term-description .text .image {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    text-align: right;
}


.term-description .title {
    font: 30px/36px 'noteworthybold';
    color: #006bb4;
    margin: 20px 0 0 0;
}

.term-description .meta {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.term-description .meta a {
    color: #000;
    text-decoration: none;
}

.archive .type-product {
    border-bottom: 3px solid #b3e6fa;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 0 20px;
}

.archive .type-product h1 {
    font: 30px/1.5 'noteworthybold';
    color: #006bb4;
    margin: 0;
}

.archive .type-product h3 {
    font-size: 18px;
    color: #000;
    margin: 0 0 15px;
}

.archive .type-product .product-list {
    margin: 0;
    padding: 0;
}

.archive .type-product .product-list li {
    list-style: none;
}

.archive .type-product .product-list li a {
    text-decoration: none;
    color: #5c5c5c;
}

.archive .type-product .product-images img {
    margin: 7px 3px;
    transition: all .5s;
    display: inline-block;
    vertical-align: top;
    image-rendering: -webkit-optimize-contrast
}

.archive .type-product .product-images img.hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.search-results .hentry{
    border-bottom: 3px solid #b3e6fa;
    margin-bottom: 20px;
}

.search-results .hentry .entry-title{
    font: 30px/1.5 'noteworthybold';
    color: #006bb4;
    margin: 0;
}

.search-results .hentry .entry-title a{
    color: #006bb4;
    text-decoration: none;
}

.search-results .hentry .entry-summary{
    margin: 0;
}

.search-results .hentry p{
    margin-top: 0;
}


.back-top {
    position: fixed;
    bottom: 83px;
    right: 5px;
    z-index: 999;
    font-size: 10px;
    display: none;
}
.back-top span {
    display: none;
}
.back-top img {
    display: block;
    margin: 0 auto 5px;
}
.back-top a {
    color: #666666;
    text-decoration: none;
}

@media (max-width: 480px) {
    h1 {
        font-size: 40px;
    }

    .alignleft, .alignright {
        float: none;
        margin: 0 auto 10px;
    }

    .archive .type-product .product-images img {
        max-width: 68px;
    }

    .promo-section .term-children ul li:last-child ul {
        left: auto;
        right: 0;
    }
}

@media (min-width: 480px) {
	
	.brand-list a {
		max-width: 135px;
	}
	.tax-type .brand-list a {
		/*max-width: 123px;*/
	}
	/*.tax-type .brand-list a.swiper-slide-active {
		max-width: 205px;
	}*/
    .brand-list.inner .swiper-slide-active {
        position: relative;
        z-index: -1;
    }
	/*.tax-type .brand-list.inner .swiper-slide-active img {
		max-height: 120px;
	}*/
    .tax-type .brand-list.inner a {
		padding: 0 30px;
	}
    .tax-type .brand-list.inner .swiper-slide-active {
        padding: 0;
    }
    .tax-refrigerations-type .brand-list.inner .swiper-slide-active img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media (max-width: 600px) {
	
	.alignright {
		display:none;
	}
	
	h3 {
		font-family: Helvetica;
	}
    .site-footer {
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
        font-size: 14px;
		line-height: 18px;
    }

    .modal .modal-body fieldset .form-group .form-control {
        font-size: 16px;
    }

    .term-description figure {
        display: none;
    }
}

@media (min-width: 600px) {
    .promo-section .title {
        float: right;
    }

    .promo-section .term-children ul li span {
        padding: 0 30px;
    }

    .promo-section .term-children,
    .promo-section .note-text {
        float: left;
        max-width: 55%;
    }
    .promo-section .note-text {
        padding-bottom: 4px;
        text-align: left;
    }

    .archive .type-refrigeration figure {
        float: right;
        max-width: 30%;
        margin: 0 12.5%;
    }

    .archive .type-product {
        display: table;
    }

    .archive .type-product > div {
        display: table-cell;
        vertical-align: top;
    }

    .archive .type-product .product-images {
        width: 62.22%;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .team .alignleft {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }

    .location iframe {
        width: 100%;
    }

    .modal {
        position: absolute;
    }

    .modal-open {
        overflow: inherit;
    }

    .modal .modal-footer .required-note {
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal .modal-dialog {
        top: 2%;
        max-height: inherit;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .term-description .logo {
        display: none;
    }
    .modal .modal-dialog.contact-modal .submit-button {
        bottom: 109px;
        right: 69px;
    }
    .modal .modal-dialog.contact-modal .close-link {
        bottom: 116px;
        right: 245px;
    }
    .modal .modal-dialog.contact-modal .modal-footer {
        padding: 20px 10px 24px;
        text-align: left;
    }
    .modal .modal-dialog.contact-modal .modal-footer img {
        max-height: 50px;
    }
    .modal .modal-dialog.contact-modal .modal-body {
        padding: 26px 20px 25px;
    }
    .modal .modal-dialog.contact-modal .modal-header .title {
        font-size: 1em;
    }
    .modal .modal-dialog.contact-modal .sub-content {
        font-size: 0.7em;
    }
    .modal .modal-dialog.contact-modal .half-width {
        width: 100%;
        margin: 0 0 10px;
    }
    .modal .modal-dialog.contact-modal input {
        height: 24px;
        line-height: 24px;
    }
    .modal .modal-dialog.contact-modal .submit-button {
        bottom: 49px;
        right: -11px;
    }

    .promo-section .title {
        display: none;
    }
    .term-description .title{
        font: bold 18px 'Helvetica', Arial, sans-serif;
    }

    .back-top {
        font-size: 8px;
    }
    .back-top img {
        max-width: 27px;
    }
}

@media (min-width: 768px) {
    #mobile-navigation {
        display: none !important;
    }

    .team .text,
    .location .text {
        overflow: hidden;
    }

    .location iframe {
        float: left;
        margin-right: 84px;
    }

    .jobs-section .jobs-list {
        float: left;
        width: 48.92%;
    }

    .jobs-section .jobs-buttons {
        float: right;
        width: 48.92%;
    }

    .modal .modal-body {
        padding: 26px 50px 25px;
    }
    .modal .submit-sign-up-form {
        padding-right: 50px;
    }

    .modal .modal-body fieldset .form-group[class*="col-"] {
        float: left;
    }

    .modal .modal-body fieldset .form-group.col-2-lg {
        width: 73.7%;
    }

    .modal .modal-body fieldset .form-group.col-2 {
        width: 57.8%;
    }

    .modal .modal-body fieldset .form-group.col-2-md {
        width: 50%;
    }

    .modal .modal-body fieldset .form-group.col-1-xs {
        width: 50%;
    }

    .modal .modal-body fieldset .form-group.col-1-sm {
        width: 26.3%;
    }

    .modal .modal-body fieldset .form-group.col-1 {
        width: 36.85%;
    }

    .modal .modal-body fieldset .form-group.col-1-md {
        width: 31.57%;
    }

    .modal .modal-body fieldset .form-group.col-1-lg {
        width: 42.2%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .back-top {
        bottom: 38px;
    }
}
@media (min-width: 1284px) {
    .back-top {
        right: 2%;
    }
    .back-top span {
        display: block;
    }
}
