/*
Theme Name: Bausch and Lomb
Theme URI: -
Author: Troy Moses
Author URI: http://www.dandreti.com/
Description: Bausch and Lomb Wordpress theme
Version: 1.0
License: GNU General Public License
*/

/* Fonts */
@font-face {
    font-family: 'NobelBL-RegularX';
    src: url('fonts/NobelBL-RegularX.woff2') format('woff2'),
         url('fonts/NobelBL-RegularX.woff') format('woff'),
         url('fonts/NobelBL-RegularX.ttf') format('truetype');
}

@font-face {
    font-family: 'NobelBL-Book';
    src: url('fonts/NobelBL-Book.woff2') format('woff2'),
         url('fonts/NobelBL-Book.woff') format('woff'),
         url('fonts/NobelBL-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'NobelBL-Medium';
    src: url('fonts/NobelBL-Medium.woff2') format('woff2'),
         url('fonts/NobelBL-Medium.woff') format('woff'),
         url('fonts/NobelBL-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'NobelBL-Light';
    src: url('fonts/NobelBL-Light.woff2') format('woff2'),
         url('fonts/NobelBL-Light.woff') format('woff'),
         url('fonts/NobelBL-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'NobelBL-Bold';
    src: url('fonts/NobelBL-Bold.woff2') format('woff2'),
         url('fonts/NobelBL-Bold.woff') format('woff'),
         url('fonts/NobelBL-Bold.ttf') format('truetype');
}

/* Reset */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    margin: 0;
    padding: 0;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
code, kbd, tt, var {
    font: 15px arial;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: text-top;
}
sup {
    top: 1.5ex;
    font-size: .75rem;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
button, input, select, textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}
button, input {
    line-height: normal;
    /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;
    /* Corrects inner spacing displayed oddly in IE6/7 */
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    width: 155px;
    padding: 6px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(#5ac4e6, #2da2ac);
    white-space: nowrap;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    font-family: 'NobelBL-Medium';
    font-size: 1.1em;
    text-decoration: none;
    transition : all .2s ease; 
    -webkit-transition : all .2s ease;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
}

button:hover, .more-button a:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
}

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 {
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    color: #333;
    border: 1px solid #d5dee0;
    padding: 4px 10px 4px 10px;
    box-shadow: none;
    font-family: 'NobelBL-Light';
    font-size: 1.2em;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus {
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding: 10px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 98%;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #444;
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #444;
   opacity: 1;
   font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #444;
   opacity: 1;
   font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #444;
   font-style: italic;
}

/* styles
-------------------------------------------------------------- */
body {
    font-family: arial, sans-serif;
    padding: 0;
    margin: 0;
    font-family: 'NobelBL-RegularX', arial;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 400;
}
h1 {
    font-size: 1.6em;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0;
}
h2 {
    font-size: 1.4em;
    margin: 0 0 10px 0;
}
h3 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}
h4 {
    font-size: 1.1em;
    margin: 0 0 10px 0;
}

h5, h6 {
    font-size: 1em;
    margin: 0 0 10px 0;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: square;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
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: 0.7em;
    line-height: 1.5em;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
    box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
    transition : all .2s ease; 
    -webkit-transition : all .2s ease;
    text-decoration: none;
    color: #333;
    outline: 0;
}
a:hover, a:focus, a:active {
    text-decoration: underline;
}
a img:hover {
    outline: 0;
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.center {
    text-align: center;
}

.fluid-image {
    width: 100%;
    height: auto;
    display: block;
}

.clear-both {
    clear: both;
}

/* Sticky footer
-------------------------------------------------------------- */
* {
  margin: 0;
}

html, body {
  height: 100%;
}

#page-wrap {
    min-height: 100%;
    margin-bottom: -270px;
    background: linear-gradient(#e4e6e7, #fff);
}

#page-wrap:after {
    content: '';
    display: block;
}

.site-footer, #page-wrap:after {
    height: 270px;
}

/* Global
-------------------------------------------------------------- */

#header-wrap, .content-wrapper {
    max-width: 1280px;
    margin: 0 auto 0 auto;
}

/* Header
-------------------------------------------------------------- */
.site-header {
    width: 100%;
    padding: 36px 0 36px 0;
    background: rgba(255, 255, 255, .95);
    overflow: hidden;
}

.fixed {
    padding: 15px 0 15px 0;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1;
}

#header-wrap {
    margin: 0 auto 0 auto;
}

.logo {
    width: 220px;
    float: left;
    margin: 15px 35px 0 0;
}

.logo a {
    display: block;
    margin: 0;
    padding: 0;
}

.logo img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}

/*header transitions*/
.site-header, .logo {
    transition : all .4s ease; 
    -webkit-transition : all .4s ease;
}

.site-title {
    display: none;
}

/* Fixed header
-------------------------------------------------------------- */
.fixed .logo {
    width: 180px;
}

.fixed .logo {
    margin: 18px 35px 0 0;
}

.fixed .main-nav-wrap {
    margin: 5px 0 0 0;
}

/* Main nav
-------------------------------------------------------------- */
.main-nav-wrap {
    float: left;
    margin: 5px 0 0 0;
}

.main-nav-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.4em;
}

.main-nav-wrap ul li {
    display: inline;
    margin: 0 0 0 25px;
}

.main-nav-wrap ul li a {
    padding: 0;
    color: #555;
    font-weight: 300;  
    transition : all .2s ease; 
    -webkit-transition : all .2s ease; 
    position: relative;
    text-decoration: none
}

.main-nav-wrap ul li a:hover,
.main-nav-wrap ul li a:focus,
.main-nav-wrap ul li.active-menu-item a {
    color: #1a9aa7;
}

.nav-toggle {
    width: 32px;
    height: 30px;
    float: right;
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    display: none;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    position: relative;
    overflow: hidden;
}

/*nav toggle hamburger icon to htx */
.nav-toggle span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    height: 5px;
    background: #333;
}

.nav-toggle span::before,
.nav-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background: #333;
    content: '';
}

.nav-toggle span::before {
    top: -9px;
}

.nav-toggle span::after {
    bottom: -9px;
}

.nav-toggle span {
    -webkit-transition: all 0s 0.2s;
    transition: all 0s 0.2s;
}

.nav-toggle span::before,
.nav-toggle span::after {
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.nav-toggle span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.nav-toggle span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}

.nav-open .nav-toggle span {
    background: none;
    left: 5px;
    right: 5px;
}

.nav-open .nav-toggle span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-open .nav-toggle span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-open .nav-toggle span::before,
.nav-open .nav-toggle span::after {
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

/* Social
-------------------------------------------------------------- */
.social {
    float: right;
    margin: 5px 0 0 0;
    display: inline-block;
}

.social ul {
    margin: 0;
    padding: 0;
}

.social ul li {
    margin: 0 0 0 2px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.social ul li a {
    text-decoration: none;
}

.social .fa {
    width: 36px;
    height: 36px;
    color: #fff;
    display: block;
    border-radius: 5px;
    box-sizing: border-box;
    display: table-cell;
}

.social .recycle-icon {
    width: 36px;
    height: 36px;
}

.social .recycle-icon img {
    width: 100%;
    height: auto;
}

.social .fa-facebook {
    padding: 0 5px 0 0;
    background: #3d5a97;
    font-size: 1.8em;
    text-align: right;
    vertical-align: bottom;
}

.social .fa-play {
    background: linear-gradient(#e84742, #c4292f);
    font-size: 1.2em;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
}

/* Separators
-------------------------------------------------------------- */
.image-separator, .text-separator {
    height: 120px;
    background: #262626;
    position: relative;
}

.separator a {
    text-decoration: none;
}

.separator-image {
    width: 335px;
    float: left;
    position: absolute;
}

.separator-01 .separator-image {
    margin: -35px 0 0 0;
}

.separator-02 .separator-image {
    margin: -12px 0 0 0;
}

.separator-content {
    padding: 30px 0 0 0;
}

.image-separator .separator-content {
    margin: 0 0 0 410px;
}

.separator h3 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #0199a5;
    font-family: 'NobelBL-Bold';
}

.image-separator .separator-content h3,
.promo-separator .separator-content h3 {
    font-size: 1.45em;
    text-transform: uppercase;
    line-height: 1.1;
}

.text-separator .separator-content h3 {
    font-size: 2.1em;
    text-transform: capitalize;
    line-height: 60px;
}

.separator-content p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: 'NobelBL-Light';
    font-size: 1.2em;
}

.separator-button {
    width: 33px;
    height: 33px;
    margin: 0 0 0 18px;
    background: linear-gradient(#57c3e4, #049ba7);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 3px;
}

.separator-content .fa {
    margin: 0 0 0 4px;
    color: #fff;
    font-size: 1.2em;
    line-height: 35px;
}

.promo-separator {
    height: 210px;
    position: relative;
    background: url(images/recycling-bg.png) #e4e0d7;
    background-size: 100% 100%;
}

.promo-separator .separator-bg-image {
    height: 210px;
    position: absolute;
    top: 0;
    right: 0;
    display: none; /*resizes the image in js the displays it*/
}

.promo-separator .separator-bg-image img {
    width: auto;
    height: 100%;
}

.promo-separator .separator-image {
    margin: -25px 0 0 0;
}

.promo-separator .separator-content {
    padding: 75px 0 0 0;
    margin: 0 0 0 380px;
}

.promo-separator .separator-content h3,
.promo-separator .separator-content p {
    color: #239012;
}

.promo-separator .separator-content p {
    font-family: 'NobelBL-Book';
}

.promo-separator .separator-button {
    background: #239012;
}

/* Home page
-------------------------------------------------------------- */
.banner-wrap {
    background: #040807;
}

.banner-image {
    max-width: 1280px;
    margin: 0 auto 0 auto;
}

.home-content {
    overflow: hidden;
    padding: 50px 0 8px 0;
    background: linear-gradient(#e3e5e6, #f4fbfb);
}

.home-content-left-col {
    width: 60%;
    float: left;
    padding: 5px 0 0 0;
}

.home-content-right-col {
    width: 40%;
    float: right;
}

.home-content-caption {
    width: 90%;
}

.home-content-link-image {
    width: 60%;
    margin: 20px 0 0 20px;
}

/* Home page Promos
-------------------------------------------------------------- */
#home-page-promos {
    padding: 40px 0 20px 0;
    background: #e3e5e6;
}

.promos {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.promo {
    width: 33.333%;
    float: left;
    margin: 0 0 0 40px;
}

.promo:first-child {
    margin: 0;
}

.promo a {
    display: block;
}

.promo a {
    padding: 0;
    margin: 20px 0 0 0;
    color: #4f4f4f;
    font-size: 1.5em;
    line-height: 1.2;
    text-decoration: none;
}

/* Find Optometrist
-------------------------------------------------------------- */
#find-optometrist {
    padding: 40px 0 40px 0;
    background: linear-gradient(#d5dee0, #e3e5e6);
}

#find-optometrist .content-wrapper {
    overflow: hidden;
}

#find-optometrist .content-title {
    float: left;
}

#find-optometrist .left-col {
    width: 25%;
    float: left;
}

#find-optometrist .right-col {
    width: 75%;
    padding: 0 0 0 20px;
    float: right;
}

.search-map {
    overflow: hidden;
}

.search-map input {
    width: calc(100% - 165px);
    float: left;
}

.search-map button {
    float: right;
}

#map-wrapper {
    margin: 20px 0 0 0;
}

#map_canvas {
    width: 100%;
    height: 300px;
    margin: 20px 0 0 0;
    background: #f5f5f5;
    border: 1px solid #a5a8a9;
}

/*map results*/
#map-results {
    height: 300px;
    margin: 23px 0 0 0;
    padding: 0 15px 0 15px;
    background: #fff;
    position: relative;
    overflow-y: scroll;
}

#directions {
    width: 100%;
    height: 300px;
    padding: 5px 15px 5px 15px;
    margin: 20px 0 0 0;
    background: #fff;
    overflow-y: auto;
    display: none;
}

.locations {
    padding: 0 0 15px 0;
}

.locations p, .message, .loading {
    color: #4f4f4f;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 1.2em;
}

.location {
    margin: 0 0 5px 0;
}

.info {
    position: relative;
}

.distance-directions, .distance-directions a {
    color: #1a9aa5 !important;
}

.distance-directions {
    font-style: italic;
}

.locations span {
    color: #4f4f4f;
    font-size: 1.1em;
    font-family: 'NobelBL-Book';
    line-height: 1.2;
    display: block;
}

.phone {
    font-size: 1.2em !important;
}

.loading, .message {
    display: none;
}

.clear-message {
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(#5ac4e6, #2da2ac);
    font-family: 'NobelBL-Medium';
    font-size: .90em;
    cursor: pointer;
}

/* Home page Downloads
-------------------------------------------------------------- */
#wear-care {
    padding: 40px 0 40px 0;
    background: linear-gradient(#e3e5e6, #f1f7f7);
}

#downloads {
    padding: 45px 60px 60px 60px;
    margin: 15px 0 0 0;
    background: #fff;
    border-radius: 5px;
}

.download-wrapper {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.downloads-02 {
    margin: 40px 0 0 0;
}

.download {
    width: 25%;
    float: left;
    margin: 0 0 0 60px;
    text-align: center;
}

.download:first-child {
    margin: 0;
}

.download a {
    width: 55%;
    margin: 0 auto 0 auto;
    display: block;
}

.download h3 {
    padding: 0;
    margin: 20px 0 0 0;
    color: #4f4f4f;
    font-size: 1.5em;
    line-height: 1.2;
}

/* Default content
-------------------------------------------------------------- */
.page-content {
    padding: 50px 0 50px 0;
}

.page-title, .content-title {
    margin: 0;
    padding: 0;
    color: #1a9aa5;
    font-size: 2.1em;
    font-family: 'NobelBL-Book';
    line-height: 1.2;
}

.content h1, .content h2, .content h3,
.content h4, .content h5  {
    color: #1a9aa5;
}

.content h1, .content h2 {
    font-size: 2.5em;
    font-family: 'NobelBL-Light';
}

.content h3 {
    font-size: 2em;
    font-family: 'NobelBL-Book';
}

.content h4, .content h5  {
    font-size: 1.6em;
     font-family: 'NobelBL-Book';
}

.content p, .content ul {
    color: #4f4f4f;
    font-size: 1.4em;
    font-family: 'NobelBL-Book';
}

.content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}

.content ul li {
    margin: 0 0 5px 0;
}

.content ul li:before {
    content: '\2219';
    margin: 0 5px 0 0;
    font-size: 1.6em;
    display: inline-block;
    position: relative;
    top: 4px;
}

.not-found {
    padding: 40px 0 40px 0;
    color: #1a9aa5;
    font-size: 1.6em;
    font-family: 'NobelBL-Book';
}

/* Post navigation
-------------------------------------------------------------- */
.post-nav {
    margin: 30px 0 0 0;
    text-align: center;
}

.post-nav .page-numbers {
    margin: 0 5px 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 1em;
    line-height: 29px;
    text-align: center;
    color: #444;
}

.post-nav .current {
    background: #1a9aa5;
    color: #fafafa;
}

.post-nav a {
    background: #e3e5e6;
    text-decoration: none;
}

/* Footer
-------------------------------------------------------------- */
.site-footer {
    padding: 40px 0 0 0;
    background: #e3e5e6;
    font-family: 'NobelBL-Book';
    font-size: 1em;
    color: #666;
    overflow: hidden;
}

.footer-logo img {
    width: 220px;
}

.site-info {
    width: 85%;
    float: left;
    margin: 20px 0 0 0;
}

.footer-image {
    width: 15%;
    max-width: 160px;
    float: right;
}

.footer-image img {
    width: 100%;
    height: auto;
    display: block;
}

.site-info p {
    margin: 10px 0 0 0;
    line-height: 1.3;
}

/* Lightbox
-------------------------------------------------------------- */
#lightbox {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
}

.lightbox-content {
    width: 50%;
    margin: 0 auto 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-content iframe {
    background: #101010;
}

.close-lightbox {
    text-align: right;
}

.close-lightbox .fa {
    width: 30px;
    height: 28px;
    background: #101010;
    color: #fff;
    font-size: 1.4em;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
}

/* Misc
-------------------------------------------------------------- */
.error h2 {
    font-size: 1.6em;
    font-weight: 700;
    margin: 35px 0 35px 0;
}

/* #Media Queries
================================================== */
/*content max-width*/
@media only screen and (max-width: 1280px) {

    .site-header {
        padding: 10px 40px 10px 40px;
    }

    .main-nav-wrap {
        margin: 5px 0 0 0;
    }

    .logo {
        margin: 15px 35px 0 0;
    }

    /*mobile menu*/
    .nav-toggle {
        display: block;
    }

    .main-nav-wrap {
        float: right;
        margin: 8px 10px 0 0;
    }

    .main-nav-wrap ul {
        width: 100%;
        padding: 0 40px 15px 0;
        margin: 0;
        background: #fff;
        text-align: right;
        position: absolute;
        top: 55px;
        right: 0;
        display: none;
    }

    .main-nav-wrap .nav-open ul {
        display: block;
        z-index: 1;
    }

    .main-nav-wrap ul li {
        float: none;
        margin: 10px 0 0 0;
        padding: 0 0 10px 0;
        display: block;
    }

    .social {
        margin: 6px 0 0 0;
    }

    .social .fa {
        width: 28px;
        height: 28px;
    }

    .social .fa-play {
        line-height: 28px;
        font-size: 1em;
    }

    .social .fa-facebook {
        font-size: 1.4em
    }

    .social .recycle-icon {
        width: 28px;
        height: 28px;
    }

    .content-wrapper {
        padding: 0 40px 0 40px;
    }

    /*separators*/
    .image-separator, .text-separator {
        height: 100px;
    }

    .separator-image {
        width: 280px;
    }

    .separator-01 .separator-image {
        margin: -25px 0 0 0;
    }

    .separator-content {
        padding: 22px 0 0 0;
    }

    .image-separator .separator-content {
        margin: 0 0 0 310px;
    }

    .text-separator .separator-content {
        padding: 32px 0 0 0;
    }

    .text-separator .separator-content h3 {
        font-size: 1.8em;
        line-height: 1.2;
    }

    .promo-separator {
        height: 170px;
    }

    .promo-separator .separator-content {
        padding: 55px 0 0 0;
        margin: 0 0 0 300px;
    }

    /*find optometrist*/
    #find-optometrist .left-col {
        width: 30%;
        float: left;
    }

    #find-optometrist .right-col {
        width: 70%;
    }

    #map-results {
        margin: 28px 0 0 0;
    }

    .content-title {
        font-size: 1.8em;
    }

    /*downloads*/
    #downloads {
        padding: 40px;
    }
   
    .download {
        width: 25%;
        float: left;
        margin: 0 0 0 20px;
    }

    .download a {
        width: 65%;
    }

    .site-info {
        width: 80%;
    }

    .footer-image {
        width: 15%;
        margin: 10px 0 0 0;
    }

    .lightbox-content {
        width: 75%;
    }

}

/*ipad landscape */
@media only screen and (max-width: 1024px) {

    .logo {
        margin: 12px 35px 0 0;
    }

    /*home page content*/
    .home-content {
        padding: 50px 0 0 0;
    }

    /*separators*/
    .image-separator, .text-separator {
        height: 75px;
    }

    .separator-image {
        width: 178px;
    }

    .separator-01 .separator-image {
        margin: -10px 0 0 0;
    }

    .separator-02 .separator-image {
        margin: 0;
    }

    .separator-content {
        padding: 14px 0 0 0;
    }

    .image-separator .separator-content {
        margin: 0 0 0 195px;
    }

    .image-separator .separator-content h3 {
        font-size: 1.2em;
    }

    .text-separator .separator-content {
        padding: 22px 0 0 0;
    }

    .text-separator .separator-content h3 {
        font-size: 1.6em;
    }

    .separator-content p {
        font-size: 1.1em;
    }

    .separator-content .fa {
        margin: 0 0 0 2px;
        color: #fff;
        font-size: 1em;
        line-height: 29px;
    }

    .separator-button {
        width: 28px;
        height: 28px;
        margin: 0 0 0 8px;
        top: 2px;
    }

    .promo-separator {
        height: 120px;
    }

    .promo-separator .separator-image {
        margin: -10px 0 0 0;
    }

    .promo-separator .separator-content {
        padding: 40px 0 0 0;
        margin: 0 0 0 190px;
    }

    .promo-separator .separator-content h3 {
        font-size: 1.3em;
    }

    /*home page promos*/
    .promo a {
        margin: 10px 0 0 0;
        font-size: 1.3em;
    }

    /*find optometrist*/
    #find-optometrist .content-title {
        margin: 5px 0 0 0;
        font-size: 1.5em;
    }

    /*downloads*/
    #downloads {
        padding: 20px;
    }

    .download {
        width: 25%;
        float: left;
        margin: 0 0 0 10px;
    }

    .download a {
        width: 75%;
    }

    .download h3 {
        font-size: 1.2em;
    }

    #content {
        margin: 50px 0 50px 0;
        padding: 40px;
    }

    .content h1, .content h2 {
        font-size: 34px;
    }
    .content h3 {
        font-size: 28px;
    }
    .content h4 {
        font-size: 24px;
    }
    .content h5 {
        font-size: 20px;
    }

    .footer-image {
        margin: 20px 0 0 0;
    }

    .lightbox-content {
        width: 90%;
    }
}

@media only screen and (max-width: 980px) {

    #page-wrap {
        margin-bottom: 0;
    }

    /*find optometrist*/
    #find-optometrist .content-title {
        float: none;
        margin: 0 0 15px 0;
    }

    #find-optometrist .left-col {
        width: 100%;
        float: none;
    }

    #find-optometrist .right-col {
        width: 100%;
        padding: 0;
        float: none;
    }

    .site-footer, #page-wrap:after {
        height: auto;
    }
   
    .site-footer {
        padding: 40px 0 40px 0;
    }

    .promo-separator .separator-content {
        padding: 20px 0 0 0;
    }

}

/*iPad portrait */
@media only screen and (max-width: 768px) {

    .logo, .footer-logo img {
        width: 200px;
    }

    /*home page content*/
    .home-content {
        padding: 30px 0 0 0;
    }

    .text-separator {
        height: auto;
    }

    .text-separator .separator-content {
        padding: 10px 0 15px 0;
    }

    .text-separator .separator-content h3 {
        font-size: 1.4em;
    }

    .promo-separator .separator-content {
        padding: 10px 0 0 0;
    }

    .promo-separator .separator-content h3 {
        font-size: 1.2em;
    }

    .promo-separator .separator-content p {
        padding: 10px 0 0 0;
        line-height: 1.1;
    }

    .site-info {
        width: 70%;
    }

    .footer-image {
        width: 25%;
        margin: 30px 0 0 0;
    }

}

/*smaller than iPad portrait*/
@media only screen and (max-width: 767px) {

    .site-header {
        padding: 5px 20px 0 20px;
    }

    .content-wrapper {
        padding: 0 20px 0 20px;
    }

    .main-nav-wrap {
        margin: 3px 10px 0 0;
    }

    .main-nav-wrap ul {
        padding: 0 20px 10px 0;
        top: 38px;
    }

    .logo {
        margin: 8px 0 0 0;
    }

    .social {
        margin: 1px 0 0 0;
    }

    /*home page content*/
    .home-content {
        padding: 30px 0 10px 0;
    }

    .home-content-left-col,
    .home-content-right-col {
        width: 50%;
    }

    .home-content-link-image {
        margin: 50px 0 0 0;
        width: 85%;
    }

    /*separators*/
    .image-separator, .promo-separator {
        height: auto;
    }

    .separator-image {
        display: none;
    }

    .separator-content {
        padding: 15px 0 15px 0;
    }

    .image-separator .separator-content {
        margin: 0;
    }

    .promo-separator .separator-content {
        padding: 20px 0 20px 0;
        margin: 0;
    }

    .promo-separator .separator-content p {
        padding: 0;
        line-height: 1.5;
    }

    .separator-content p, .separator-button {
        float: none;
        display: inline-block;
    }

    /*find optometrist*/
    #directions {
        height: 250px;
    }

    /*home page promos*/
    .promo {
        margin: 0 0 0 20px;
    }

    .promo a {
        margin: 10px 0 0 0;
        font-size: 1.1em;
    }

    /*home page downloads*/
    #wear-care {
        padding: 30px 0 40px 0;
    }

    #downloads {
        padding: 40px 20px 20px 20px;
    }

    .download-wrapper {
        display: block;
    }

    .downloads-02 {
        margin: 0;
    }

    .download {
        width: 50%;
        margin: 0 0 20px 0;
    }

    .download a {
        width: 50%;
    }

    .download h3 {
        margin: 0;
    }

    #content {
        padding: 20px;
    }

    .content-title {
        font-size: 1.6em;
    }

    .site-info {
       margin: 0;
    }

}

@media only screen and (max-width: 620px) {

    /*home page content*/
    .home-content {
        padding: 30px 0 5px 0;
    }

    .home-content-link-image {
        margin: 20px 0 0 0;
    }

    .download a {
        width: 60%;
    }

    .promo-separator .separator-bg-image {
        right: -20px;
    }

}

@media only screen and (max-width: 480px) { 

    /*home page content*/
    .home-content-left-col {
        width: 55%;
    }

    .home-content-right-col {
        width: 45%;
    }

    .home-content-link-image {
        width: 100%;
        margin: 10px 0 0 0;
    }

    /*home page promos*/
    .promos {
        overflow: hidden;
        display: block;
    }

    .promo, .promo:first-child {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }

}

/*small mobile*/
@media only screen and (max-width: 400px) {

    .logo {
        width: 150px;
        margin: 10px 0 0 0;
    }

    .footer-logo img {
        width: 150px;
    }

    .download a {
        width: 75%;
    }

    .download h3 {
        padding: 0 10px 0 10px;
    }

}