/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.group:after {
  content: "";
  display: table;
  clear: both; }

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  width: 100%; }

/* ============================================================================================== */
/* !GLOBAL */
/* #1c77be */
/*
$defaultFont:	"futura-pt", "Nunito", "Futura Std Condensed";
$alternateFont: "futura-pt-condensed", "Nunito", "Futura Std Condensed";
*/
BODY {
  background: #d7d3d3;
  font-family: "Lato", "Arial", "sans-serif";
  font-weight: 300; }

H1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px; }

H2 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 30px 0px; }

UL.list {
  list-style-type: disc;
  color: #898471;
  margin: 0px 0px 30px 0px; }
  UL.list SPAN {
    color: #3b3b3b; }

P {
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px; }

A {
  color: #33322d;
  text-decoration: none; }

A:hover {
  text-decoration: underline; }

DL {
  margin: 0px 0px 20px 0px; }
  DL DT {
    font-weight: bold; }

STRONG {
  font-weight: bold; }

.center {
  text-align: center; }

#page {
  max-width: 1400px;
  margin: 0 auto; }

.inner {
  padding: 0px 13.42857%; }

.inlineBlock {
  display: inline-block; }

.borderedCTA A {
  display: inline-block;
  padding: 10px 20px;
  border: 5px solid #898471;
  color: #898471;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px; }
  .borderedCTA A:hover {
    border-color: #33322d;
    color: #33322d;
    text-decoration: none; }

/* ============================================================================================== */
/* !HEADER */
#mainHeader {
  background: #b6bd74;
  color: #fff;
  padding: 50px 0px 20px 0px; }
  #mainHeader A {
    color: #fff; }

#headerLeft {
  float: left; }

#logo {
  float: left;
  text-transform: uppercase;
  font-family: "proxima-nova", "sans-serif";
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600px; }
  #logo STRONG {
    font-size: 20px; }
  #logo A:hover {
    text-decoration: none; }

/* ============================================================================================== */
/* !MAIN NAVIGATION */
#mainNavigation {
  display: inline-block;
  float: right;
  font-size: 14px;
  margin-top: 0px; }
  #mainNavigation > UL > LI {
    float: left;
    position: relative;
    display: block;
    margin: 0px 20px 0px 0px;
    padding-bottom: 10px;
    letter-spacing: 1px; }
    #mainNavigation > UL > LI:last-child {
      margin-right: 0; }
    #mainNavigation > UL > LI .dropdown {
      display: none;
      position: absolute;
      top: 25px;
      left: 0px;
      min-width: 140px;
      font-size: 14px;
      white-space: nowrap;
      z-index: 1000; }
      #mainNavigation > UL > LI .dropdown .arrow {
        background: url(/images/dropdown_arrow.png) no-repeat 20px bottom;
        height: 4px; }
      #mainNavigation > UL > LI .dropdown UL {
        background: #303843;
        padding: 20px; }
        #mainNavigation > UL > LI .dropdown UL LI {
          margin: 0px 0px 10px 0px;
          border-bottom: 1px solid #3b4654;
          padding: 0px 0px 10px 0px; }
          #mainNavigation > UL > LI .dropdown UL LI:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0; }
          #mainNavigation > UL > LI .dropdown UL LI.active A {
            color: #898471; }
        #mainNavigation > UL > LI .dropdown UL A {
          color: #fff;
          color: rgba(255, 255, 255, 0.8);
          text-decoration: none; }
          #mainNavigation > UL > LI .dropdown UL A:hover {
            color: #898471; }

.category_home #mainNav_home, .category_about #mainNav_about, .category_products #mainNav_products, .category_foot-care-services #mainNav_foot-care-services, .category_contact-us #mainNav_contact-us {
  font-weight: bold;
  text-decoration: underline; }

#navToggle {
  display: none;
  float: right;
  font-size: 24px;
  margin-top: 0px; }

/* ============================================================================================== */
/* !SUB NAVIGATION */
#subNavigation {
  background: #6a6553;
  color: #a59f8b;
  font-size: 12px;
  padding: 8px 0px;
  text-transform: uppercase; }
  #subNavigation LI {
    float: left;
    margin: 0px 10px 0px 0px; }
  #subNavigation A {
    color: #fff; }

.subcategory_common-foot-conditions #sidebarNav_common-foot-conditions, .subcategory_stockings-socks #sidebarNav_stockings-socks {
  text-decoration: underline; }

/* ============================================================================================== */
/* !PAGE NAVIGATION */
#pageNavigation {
  margin: 40px 0px; }

/* ============================================================================================== */
/* !BODY */
#body {
  position: relative;
  background: #fff;
  max-width: 1400px; }

.columns-4 .col {
  float: left;
  width: 25%; }

.columns-3 .col {
  float: left;
  width: 33%; }

.columns-2 {
  text-align: left; }
  .columns-2 .col {
    float: left;
    width: 48%; }
  .columns-2 .col-2 {
    float: right; }

.columnContainer.imageWrap {
  line-height: 30px; }
  .columnContainer.imageWrap .image {
    float: left;
    margin: 0px 20px 20px 0px; }
  .columnContainer.imageWrap .copy {
    padding: 0px 20px 0px 0px; }
  .columnContainer.imageWrap .cta {
    text-align: center; }

.block {
  padding: 50px 0px; }
  .block.light {
    background: #fff; }
  .block.secondary {
    background: #f5f4f0; }
  .block.full {
    padding: 0px; }
  .block.copyBlock {
    padding-top: 0; }
    .block.copyBlock > ARTICLE > H2 {
      margin-top: 0; }
  .block#pageFooterNavigation {
    padding: 50px 16.64286%;
    padding: 50px 10%; }
    .block#pageFooterNavigation .col {
      width: 30%; }
    .block#pageFooterNavigation .col-2 {
      margin: 0px 4.5%; }

.cta {
  font-family: "Montserrat", "Arial", "sans-serif";
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color:#CCC;
  background: #3b3b3b; }
  .cta A, .cta SPAN {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    line-height: normal; }
    .cta A A, .cta SPAN A {
      color: #fff; }
  .cta.primary A {
    background: #3b3b3b; }
    .cta.primary A:hover {
      background: #898471; }
  .cta.primary SPAN {
    background: #3b3b3b; }
  .cta.secondary A {
    background: #3b3b3b; }
    .cta.secondary A:hover {
      background: #898471; }
  .cta.secondary SPAN {
    background: #3b3b3b; }
  .cta.bordered A {
    display: inline-block;
    padding: 10px 20px;
    border: 10px solid #fff;
    color: #3b3b3b;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 20px; }
    .cta.bordered A:hover {
      border-color: #3b3b3b;
      color: #3b3b3b;
      text-decoration: none; }
  .cta.bordered.large A {
    display: block; }

.ctaContainer .cta {
  margin: 0px 0px 10px 0px; }

.lightBG {
  background: #fbfbfa; }

.image.bordered {
  border: 10px solid #fff;
  display: inline-block; }

#pageHeader {
  background: #4d535c;
  padding: 100px;
  color: #fff;
  text-align: center; }
  #pageHeader P {
    margin: 10px 0px 0px 0px;
    font-size: 36px;
    text-transform: none; }

#contentContainer {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #3b3b3b;
  background: #fbfbfa; }

.listingContainer .item {
  margin: 40px 0px;
  border-bottom: 1px solid #e7e7e7;
  padding: 0px 0px 20px 0px; }
  .listingContainer .item.last {
    border: 0; }
  .listingContainer .item .image {
    margin: 0px 0px 35px 0px; }
  .listingContainer .item P {
    margin-bottom: 8px; }
.listingContainer .listingHeader {
  color: #898471;
  border-bottom: 1px solid #e7e7e7;
  padding: 0px 0px 8px 0px;
  margin: 40px 0px 20px 0px;
  text-transform: uppercase; }

.withBG {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 54px; }
  .withBG SPAN {
    border-bottom: 2px solid #fff; }

/* ============================================================================================== */
/* !WITH SIDEBAR */
.withSidebar HEADER {
  padding: 50px 0px;
  text-transform: uppercase; }
  .withSidebar HEADER H2 {
    margin: 20px 0px 0px 0px;
    color: #898471;
    font-size: 36px; }
.withSidebar .content {
  float: left;
  width: 70%; }
.withSidebar ASIDE {
  float: right;
  width: 26%;
  margin: 0px 0px 100px 0px;
  font-size: 18px; }
  .withSidebar ASIDE .sideNav {
    margin: 0px 0px 40px 0px;
    font-family: "Montserrat", "Arial", "sans-serif";
    font-size: 18px;
    font-weight: bold; }
    .withSidebar ASIDE .sideNav > UL > LI {
      border-bottom: 1px solid #e7e7e7;
      padding: 0px 0px 10px 0px;
      margin: 10px 0px 0px 0px; }
      .withSidebar ASIDE .sideNav > UL > LI:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      .withSidebar ASIDE .sideNav > UL > LI SPAN {
        margin: 0px 4px 0px 0px;
        color: #898471; }
    .withSidebar ASIDE .sideNav .sideSubNav {
      margin: 0px 0px 0px 12px;
      font-size: 12px; }
    .withSidebar ASIDE .sideNav A {
      color: #3b3b3b;
      font-weight: normal; }
      .withSidebar ASIDE .sideNav A:hover {
        color: #898471; }
    .withSidebar ASIDE .sideNav .active > A {
      color: #3b3b3b;
      text-decoration: underline; }
    .withSidebar ASIDE .sideNav .active > SPAN {
      color: #3b3b3b; }
  .withSidebar ASIDE A {
    color: #898471; }
    .withSidebar ASIDE A:hover {
      color: #3b3b3b; }
  .withSidebar ASIDE .tout {
    display: block;
    margin: 0px 0px 30px 0px; }
    .withSidebar ASIDE .tout .copy {
      background: #fff;
      font-size: 13px;
      text-align: center;
      padding: 5px; }

.withHeader #content {
  padding-top: 50px; }

/* ============================================================================================== */
/* !HOME */
#page_home_home #hero {
  position: relative;
  background: url(/images/home/slide-1.jpg) no-repeat center top;
  background-size: cover;
  padding: 150px 0px 250px 0px;
  text-align:center;
  margin-bottom: 160px; }
  #page_home_home #hero SPAN {
    display: inline-block;
    font-size: 60px;
    color: #3d444f;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    margin: -80px 0px 0px 0px;
    padding: 10px; }
#page_home_home #bulletin {
  position: absolute;
  top: 23%;
  left: 13.42857%;
  right: 13.42857%;
  color: #fff;
  /* padding: 0px 13.42857%; */ }
  #page_home_home #bulletin .col {
    padding: 20px;
    width: 33.33333%;
    min-height: 290px; }
  #page_home_home #bulletin .col-1 {
    background: #7c7767; }
    #page_home_home #bulletin .col-1 .ctaContainer {
      margin: 30px 0px 0px 0px; }
    #page_home_home #bulletin .col-1 .borderedCTA {
      display: inline-block;
      padding: 10px 20px;
      border: 5px solid #fff;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      display: block; }
      #page_home_home #bulletin .col-1 .borderedCTA:hover {
        border-color: #898471;
        color: #898471;
        text-decoration: none; }
  #page_home_home #bulletin .col-2 {
    background: #6a6553; }
    #page_home_home #bulletin .col-2 UL {
      border-bottom: 1px solid #898471;
      padding: 0px 5px 10px 5px;
      margin: 0px 0px 10px 0px; }
    #page_home_home #bulletin .col-2 LI:first-child {
      float: left; }
    #page_home_home #bulletin .col-2 LI:last-child {
      float: right; }
  #page_home_home #bulletin .col-3 {
    background: #464339; }
    #page_home_home #bulletin .col-3 EM {
      color: #898471;
      font-size: 24px; }
  #page_home_home #bulletin .title {
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0px 0px 40px 0px; }
  #page_home_home #bulletin P, #page_home_home #bulletin ADDRESS {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px; }
  #page_home_home #bulletin UL.list {
    margin-left: 14px;
    color: #898471; }
    #page_home_home #bulletin UL.list LI {
      margin: 0px 0px 10px 0px; }
    #page_home_home #bulletin UL.list SPAN {
      font-size: 16px;
      line-height: 18px;
      letter-spacing: 1px;
      color: #fff; }
#page_home_home #block_1 {
  font-size: 20px;
  letter-spacing: 1px; }
#page_home_home #block_2 H2 {
  letter-spacing: 2px;
  margin-top: 0; }
#page_home_home #block_2 P {
  font-size: 20px;
  line-height: 30px;
  color: #4d535c; }
  #page_home_home #block_2 P.big {
    font-size: 24px; }
#page_home_home #block_2 .image.bordered {
  display: block; }

/* ============================================================================================== */
/* !ABOUT */
#page_about_about #block_1 .col-2 {
  padding-right: 10%; }
#page_about_about #block_1 EM {
  text-decoration: underline;
  font-weight: bold; }
#page_about_about #block_2 {
  background: url(/images/about/image-2.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0px; }
#page_about_about #block_4 .image {
  margin-bottom: 30px; }
#page_about_about #block_4 P, #page_about_about #block_4 ADDRESS {
  font-size: 24px; }
#page_about_about #block_4 .cta {
  margin: 0px 40px;
  letter-spacing: 2px;
  padding: 20px;
  font-size: 28px;
  font-family: "Lato", "Arial", "sans-serif"; }
#page_about_about #block_4 .col-2 P {
  margin-bottom: 0px; }
#page_about_about #block_5 {
  background: url(/images/about/image-3.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0px; }
#page_about_about #footcareServices {
  padding: 50px 16.64286%; }
  #page_about_about #footcareServices .col {
    width: 48%; }
  #page_about_about #footcareServices .cta {
    margin: 0px 0px 10px 0px; }
    #page_about_about #footcareServices .cta A {
      padding: 20px; }

/* ============================================================================================== */
/* !ABOUT > MEET THE TEAM */
#page_about_meet-the-team #block_1 .col-1 {
  width: 35%; }
#page_about_meet-the-team #block_1 .col-2 {
  width: 60%; }

/* ============================================================================================== */
/* !PRODUCTS */
#page_products_products #block_1 .copy {
  margin: 0px 0px 40px 0px; }
#page_products_products #block_1 .borderedCTA {
  padding: 0px 10%; }
  #page_products_products #block_1 .borderedCTA A {
    display: inline-block;
    padding: 10px 20px;
    border: 5px solid #dad9d7;
    color: #4d535c;
    text-align: center;
    text-transform: uppercase;
    display: block; }
    #page_products_products #block_1 .borderedCTA A:hover {
      border-color: #33322d;
      color: #33322d;
      text-decoration: none; }

/* ============================================================================================== */
/* !RESPONSIVE VIDEO */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }
  .video-container.bordered {
    border: 10px solid #FFFFFF; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ============================================================================================== */
/* !FOOTER */
#mainFooter {
  background: #53514b;
  color: #fff; }
  #mainFooter .title {
    font-weight: bold;
    text-transform: uppercase;
    opacity: 1; }
  #mainFooter A {
    color: #fff;
    opacity: 0.9; }
  #mainFooter .primary {
    padding: 50px 0px;
    font-size: 14px; }
    #mainFooter .primary LI {
      margin: 0px 0px 20px 0px; }
    #mainFooter .primary :last-child {
      margin-bottom: 0; }
    #mainFooter .primary ADDRESS {
      line-height: 28px; }
    #mainFooter .primary #storeHours LI {
      float: left;
      width: 50%;
      white-space: nowrap; }
    #mainFooter .primary #storeHours UL LI:last-child {
      text-align: right; }
  #mainFooter .secondary {
    background: #33322d;
    padding: 50px 0px;
    font-size: 13px; }
    #mainFooter .secondary > .inner {
      padding: 0px 7.14286%; }
    #mainFooter .secondary #copyright {
      float: left; }
    #mainFooter .secondary UL {
      float: right;
      display: inline-block; }
      #mainFooter .secondary UL LI {
        float: left;
        margin: 0px 20px 0px 0px; }
      #mainFooter .secondary UL :last-child {
        margin-right: 0; }

.videoHere {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 50px; }

#page_products_orthotic-devices #pageHeaderVideo {
  background: transparent;
  width: auto !important;
  height: 600px;
  position: relative;
  /* margin-bottom: 50px; */
  text-align: center; }
  #page_products_orthotic-devices #pageHeaderVideo .inner {
    padding: 170px 0px 0px 0px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    width: auto !important; }

#pageHeaderVideo {
  background: #4d535c;
  color: #fff;
  text-align: center; }
  #pageHeaderVideo P {
    margin: 10px 0px 0px 0px;
    font-size: 36px;
    text-transform: none;
    font-weight: 300; }

.videoBG_wrapper {
  width: 100% !important; }

/* ============================================================================================== */
/* !MEDIA QUERIES */
@media all and (max-width: 1199px) {
  .inner {
    padding: 0px 2%; }
  UL.list {
    margin-left: 15px; }
  #page_home_home #hero {
    margin-bottom: 0; }
  #page_home_home #bulletin {
    position: relative;
    top: auto;
    left: auto;
    right: auto; } }

@media all and (min-width: 960px) {
  #mainNavigation {
    display: block !important; } }

@media all and (max-width: 959px) {
  /*
	#mainHeader {
		text-align: center;
		padding: 30px 0px;
	}
	
	#headerLeft {
		float: none;
	}
	
	#logo {
		float: none;
	}
	
	#mainNavigation {
		float: none;
		text-align: left;
		display: inline-block;
		margin: 20px 0px 0px 0px;
	}
*/
  #headerLeft {
    float: none; }
  #logo {
    float: left;
    text-align: left;
    margin-top: 4px; }
  #navToggle {
    display: block; }
  #mainHeader {
    padding: 15px 0px; }
  #mainNavigation {
    display: none;
    float: none;
    font-size: 13px; }
  #mainNavigation > UL > LI {
    float: none;
    width: auto; }
  #mainNavigation > UL > LI .dropdown UL {
    background: transparent; }
  #mainNavigation > UL > LI .dropdown {
    display: block;
    position: relative;
    top: auto; }
  #mainNavigation > UL > LI .dropdown .arrow {
    display: none; }
  #pageHeader {
    padding: 70px 0px; } }

/*
@media all and (min-width: 768px) {
	#mainNavigation {
		display: block !important;
	}
}
*/
@media all and (max-width: 768px) {
  .withSidebar .content {
    float: none;
    width: auto; }
  .withSidebar ASIDE {
    float: none;
    width: auto; }
  .columnContainer.imageWrap .image {
    float: none;
    margin: 0px 0px 20px 0px; } }

@media all and (max-width: 767px) {
  .columns-2 .col {
    float: none;
    width: 100%; }
  .columns-3 .col .col {
    float: none;
    width: auto; }
  H1 {
    font-size: 24px; }
  #pageHeader P {
    font-size: 18px; }
  #mainFooter .col {
    width: 50%;
    margin-bottom: 30px; }
  #page_home_home #hero {
    padding: 50px 0px;
    text-align: center; }
    #page_home_home #hero SPAN {
      font-size: 36px; }
  #page_home_home #bulletin .col {
    float: none;
    width: 100%; }
  #page_home_home #block_2 .columns-2 .col {
    width: 100%;
    float: none; }
  #page_about_meet-the-team #block_1 .col {
    float: none;
    width: 100%; }
  #pageFooterNavigation.block .col {
    float: none;
    width: auto;
    margin: 0px 0px 20px 0px; }
  #pageFooterNavigation.block .col-2 {
    margin: 0px 0px 20px 0px; } }

@media all and (max-width: 480px) {
  /*
	H1 {
		font-size: 28px;
	}
*/
  #mainFooter .col {
    float: none;
    width: 100%; }
  #logo {
    font-size: 13px;
    margin-top: 7px; }
    #logo STRONG {
      font-size: 18px; }
  .inner {
    padding: 0px 5%; }
  .image.bordered {
    display: block; }
  #navToggle {
    margin-top: 0px; }
  H2 {
    font-size: 24px; }
  #pageHeader P {
    font-size: 12px; }
  #mainNavigation {
    font-size: 15px; }
  #pageHeader {
    padding: 40px 0px; }
  #mainFooter .col {
    margin: 0px 0px 30px 0px; }
  #mainFooter .secondary #copyright {
    float: none;
    margin-bottom: 30px; }
  #subNavigation LI {
    margin: 0px 5px 0px 0px; }
  .withBG {
    font-size: 32px; }
  #page_home_home #bulletin {
    /*
			position: relative;
			top: auto;
			left: auto;
*/ }
    #page_home_home #bulletin .col {
      float: none;
      width: auto; }
  #page_home_home #hero SPAN {
    font-size: 28px; }
  #page_about_about #block_1 .col {
    float: none;
    width: auto; }
    #page_about_about #block_1 .col .image {
      margin: 0px 0px 20px 0px; } }

@media all and (max-width: 320px) {
  .columns-2 .col {
    float: none;
    width: auto; }
  #mainFooter .col {
    float: none;
    width: auto;
    margin: 0px 0px 30px 0px; } }

/*# sourceMappingURL=styles.map */