@import url(//fonts.googleapis.com/css?family=Lato:400,700,900|Playfair+Display:400,400italic,700italic);
/* CENTER ELEMENTS */
.ghost:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.icon,
.ghost__content {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.navbar {
  border-bottom: 0; }

.menu {
  margin-left: 0px; }
  .menu--push {
    margin-left: 0; }

#main-nav .vnav {
  list-style: none;
  padding: 0;
  margin: 0; }
  #main-nav .vnav__item {
    background: transparent;
    position: relative; }
  #main-nav .vnav__item:hover {
    background: transparent; }
  #main-nav .vnav__link {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background: transparent;
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
    #main-nav .vnav__link:before {
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      left: 50%;
      margin-left: -5px;
      bottom: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      visibility: hidden; }
    #main-nav .vnav__link:hover {
      color: #fff;
      background: transparent;
      text-decoration: none; }
    #main-nav .vnav__link--active {
      color: #fff;
      background: transparent; }
      #main-nav .vnav__link--active:before {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        visibility: visible; }
      #main-nav .vnav__link--active + .vnav__subnav:before {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        visibility: hidden;
        display: none; }
  #main-nav .vnav__item:hover > .vnav__subnav {
    display: block; }
  #main-nav .vnav__subnav {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    padding-bottom: 10px; }
    #main-nav .vnav__subnav:before {
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 5px 5px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      left: 30px;
      top: -5px; }
  #main-nav .vnav__subnav .vnav__item {
    display: block; }
  #main-nav .vnav__subnav .vnav__link {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    color: #737373;
    white-space: nowrap;
    text-align: left;
    text-transform: none;
    padding-bottom: 0; }
    #main-nav .vnav__subnav .vnav__link:hover {
      color: #2b2a27;
      background: transparent;
      text-decoration: none; }
  #main-nav .vnav--level3:before {
    display: none; }
  #main-nav .vnav--level1 {
    position: relative;
    display: inline-table; }
  #main-nav .vnav--level1 > .vnav__item {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  #main-nav .vnav--horizontal .vnav__subnav {
    left: 0;
    top: 100%; }
  #main-nav .vnav--horizontal .vnav--level3, #main-nav .vnav--horizontal .vnav--level4 {
    left: 100%;
    top: 0; }
  #main-nav .vnav--vertical .vnav__item {
    display: block; }
  #main-nav .vnav--vertical .vnav__subnav {
    left: 100%;
    top: 0px; }

#push-menu {
  text-align: left;
  background: #2b2a27;
  overflow: hidden;
  overflow-y: scroll; }

#push-menu {
  text-align: left;
  background: #2b2a27;
  overflow: hidden;
  overflow-y: scroll; }
  #push-menu h3 {
    background: none; }
  #push-menu .vnav {
    list-style: none;
    padding: 0;
    margin: 0; }
  #push-menu .vnav__item {
    position: static; }
  #push-menu .vnav__item:hover {
    background: #333; }
  #push-menu .vnav__item:hover > a {
    color: #fff;
    background: #171715; }
  #push-menu .vnav__link--active + .vnav__subnav, #push-menu .vnav__item:hover > .vnav__subnav {
    display: block;
    background: #171715;
    text-align: left; }
  #push-menu .vnav__link {
    font: 400 14px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: left;
    padding: 12px 15px;
    text-transform: uppercase; }
  #push-menu .vnav__link--active {
    color: #fff;
    background: #171715; }
  #push-menu .vnav__subnav {
    text-align: left;
    display: none;
    background: transparent;
    border: 0;
    position: relative; }
  #push-menu .vnav__subnav .vnav__item {
    display: block; }
  #push-menu .vnav__subnav .vnav__link {
    color: #fff;
    text-transform: none;
    font-size: 12px;
    white-space: nowrap;
    text-align: left;
    padding: 8px 15px 8px 35px; }
  #push-menu .vnav--level3 .vnav__link {
    padding-left: 55px; }
  #push-menu .vnav--level1 {
    position: relative;
    display: block; }
  #push-menu .vnav--level1 > .vnav__item {
    padding: 0;
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  #push-menu .vnav--horizontal .vnav__subnav {
    left: 0;
    top: 100%;
    padding: 0; }
  #push-menu .vnav--horizontal .vnav--level3, #push-menu .vnav--horizontal .vnav--level4 {
    left: 0;
    top: 0; }
  #push-menu .vnav--vertical .vnav__item {
    display: block; }
  #push-menu .vnav--vertical .vnav__subnav {
    left: 100%;
    top: 0px; }

#showLeftPush.active {
  background: none; }

.navbar-toggle span, .navbar-toggle span:before, .navbar-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  top: 4px; }

.navbar-toggle span:before {
  top: 9px; }

.navbar-toggle span:after {
  top: 18px; }

.navbar-toggle span, .navbar-toggle span:before, .navbar-toggle span:after {
  transition: all 500ms ease-in-out; }

.navbar-toggle.active span {
  background-color: transparent; }

.navbar-toggle.active span:before, .navbar-toggle.active span:after {
  top: 9px; }

#showLeftPush.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

#showLeftPush.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.navbar-toggle {
  width: 30px;
  height: 30px;
  padding: 9px 0;
  border: none; }

.cart-summary__icon {
  width: 30px;
  height: 22px;
  fill: #fff; }
.cart-summary__count {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  margin-left: 8px; }

.th-elist {
  max-width: 260px;
  margin: 0 auto; }
  .th-elist__input {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-color: #737373;
    height: 24px;
    padding: 2px 10px 0;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .th-elist__input {
        width: 75%; } }
  .th-elist__submit {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin-top: 10px;
    border: none;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .th-elist__submit {
        display: inline-block;
        vertical-align: top;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: 20%;
        margin: 0 0 0 8px; } }
    .th-elist__submit:hover {
      background: #999999; }
  .th-elist__input-group-btn, .th-elist__input {
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  @media only screen and (max-width: 767px) {
    .th-elist__input-group-btn {
      display: block;
      clear: both;
      width: 100%; }
    .th-elist__input-group {
      display: block; } }
.btn.btn-default.th-elist__submit {
    background-color: #737373 !important;
    color: #ffffff !important;
}

.th-footer {
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #737373;
  padding: 20px 0 30px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #222222; }
  .th-footer__heading {
    color: #333333;
    padding: 20px 0 5px;
    letter-spacing: 0.1em;
    font-size: 14.4px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 10px; }
  .th-footer__list-item {
    padding: 0;
    text-align: center;
    display: block;
    letter-spacing: 0.06em; }
    @media only screen and (min-width: 768px) {
      .th-footer__list-item {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline; }
        .th-footer__list-item:before {
          content: '|';
          padding: 0 20px; }
        .th-footer__list-item:first-child:before {
          display: none; } }
    @media only screen and (min-width: 1200px) {
      .th-footer__list-item:before {
        padding: 0 20px; } }
    .th-footer__list-item--block {
      letter-spacing: 0.08em;
      display: block; }
      @media only screen and (min-width: 768px) {
        .th-footer__list-item--block + .th-footer__list-item:before {
          content: ' ';
          padding: 0 20px; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    .th-footer__list-item--block + .th-footer__list-item:before {
      content: '|'; } }

  .th-footer__link {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #222222; }
    .th-footer__link:hover {
      color: #737373; }
  .th-footer__center-col {
    border-left: 1px solid #737373;
    padding: 0 20px 30px;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px; }
    @media only screen and (min-width: 768px) {
      .th-footer__center-col {
        border-right: 1px solid #737373;
        padding: 0 10px 10px; } }
    @media only screen and (min-width: 992px) {
      .th-footer__center-col {
        padding: 0 40px 40px; } }
    @media only screen and (max-width: 767px) {
      .th-footer__center-col {
        border-left: none;
        margin-top: 20px;
        border-top: 1px solid #737373;
        border-bottom: 1px solid #737373;
        margin-left: 20px;
        margin-right: 20px; } }
  .th-footer__middle {
    padding: 10px 0; }
    @media only screen and (max-width: 767px) {
      .th-footer__middle {
        border-top: 1px solid #737373;
        border-bottom: 1px solid #737373;
        margin-left: 20px;
        margin-right: 20px; } }
  .th-footer__copyright {
    color: #737373;
    letter-spacing: 0.14em;
    font-size: 11px; }

.header div[class^="col-"] {
  padding: 0; }

.header .row {
  margin: 0; }

.header__element {
  white-space: nowrap;
  text-align: center; }

.header__mid {
  text-align: center; }

.header__right {
  text-align: right; }

#display_homepage_title {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  white-space: normal;
  line-height: 40px; }

#display_homepage_title a:focus {
  outline: none; }

#display_homepage_title a {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  text-indent: -9999px;
  width: 100%;
  position: relative; }

#display_homepage_title #homepage_title {
  background: none;
  font-size: 23px;
  line-height: 1.2;
  min-width: 0 !important;
  text-transform: uppercase;
  position: static;
  font: 800 24px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-indent: 0 !important;
  color: #fff;
  text-transform: uppercase; }

@media only screen and (min-width: 992px) {
  #homepage_title, .header__element {
    text-align: right; } }
.logo {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font: 800 24px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-indent: 0 !important;
  text-transform: uppercase;
  max-width: 100%;
  white-space: normal;
  letter-spacing: 0.06em; }
  .logo a {
    color: #fff; }
    .logo a:hover {
      color: #fff; }
/* Dan R @ Volusion | 10/13/2017 | unrestrict logo
  @media only screen and (min-width: 992px) {
    .logo {
      max-width: 180px; } }*/

.logo img {
  display: block;
  max-width: 100%; }

@media only screen and (min-width: 992px) {
  .logo img {
    max-width: auto; } }
.header .ghost:before {
  min-height: 40px; }

/* General styles for all menus */
.cbp-spmenu {
  background: #333;
  position: fixed; }

.cbp-spmenu h3 {
  color: #fff;
  font-size: 1.6em;
  padding: 20px 12px;
  font-weight: bold;
  margin: 0;
  background: #000; }

.cbp-spmenu ul {
  padding: 0; }

.cbp-spmenu a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600; }

.cbp-spmenu a:hover {
  background: #000; }

.cbp-spmenu a:active {
  background: #000;
  color: #fff; }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000; }

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #444;
  padding: 1em; }

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden; }

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left; }

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd; }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px; }

.cbp-spmenu-right {
  right: -240px; }

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px; }

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px; }

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px; }

.cbp-spmenu-bottom {
  bottom: -150px; }

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px; }

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px; }

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0; }

.cbp-spmenu-push-toright {
  left: 240px; }

.cbp-spmenu-push-toleft {
  left: -240px; }

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px; }

  .cbp-spmenu-top {
    top: -110px; }

  .cbp-spmenu-bottom {
    bottom: -110px; } }
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px; }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px; }

  .cbp-spmenu-right {
    right: -190px; }

  .cbp-spmenu-push-toright {
    left: 190px; } }
.search-popout {
  position: relative; }
  .search-popout__icon {
    fill: #fff;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    cursor: pointer; }
  .search-popout__input {
    border: none;
    padding: 2px 0 0 0; }
  .search-popout__submit {
    background-color: transparent;
    text-indent: -99999px;
    width: 19px;
    height: 20px;
    border: none;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMCAzMiI+PGcgaWQ9Imljb21vb24taWdub3JlIj48bGluZSBzdHJva2Utd2lkdGg9IjEiIHgxPSIiIHkxPSIiIHgyPSIiIHkyPSIiIHN0cm9rZT0iIzQ0OUZEQiIgb3BhY2l0eT0iIj48L2xpbmU+PC9nPjxwYXRoIGQ9Ik0yOC45ODkgMzEuMzM2Yy0xLjM4MyAxLjA1NC0zLjM5NyAwLjgyOS00LjQ5MS0wLjUwNWwtNC42NzUtNS4yMDhjLTAuNzAyLTAuODUzLTIuNzM4LTMuNzYzLTIuMzk2LTQuNzIxLTIuMTQ5IDEuMTk2LTQuNjMyIDEuNjkzLTcuMTQ3IDEuNDEtMy4wODktMC4zNDYtNS44NDktMS44My03Ljc3My00LjE3Mi0xLjkyNS0yLjM0My0yLjc4OC01LjI2OS0yLjQyOC04LjI0MiAwLjM2LTIuOTc0IDEuODk5LTUuNjM0IDQuMzM0LTcuNDg4IDUuMDI5LTMuODI4IDEyLjM1Ni0zLjAwNCAxNi4zMzQgMS44MzggMy42MSA0LjM5OCAzLjIzNiAxMC42MTgtMC42MjUgMTQuNTkyIDEuMDQ5LTAuMTAzIDQuMDA5IDIuMTA2IDQuNzE1IDIuOTY0bDQuNjc4IDUuMjFjMS4wOTQgMS4zMzUgMC44NiAzLjI3LTAuNTI3IDQuMzI0ek0xOS42NzggMTIuMDk4YzAuMjUxLTIuMDcyLTAuMzQ5LTQuMTEzLTEuNjkxLTUuNzQ2LTIuNzcyLTMuMzc3LTcuODgzLTMuOTU0LTExLjM5MS0xLjI4NS0zLjUwNyAyLjY3NC00LjEwNCA3LjU5My0xLjMzMSAxMC45NjcgMi43NzIgMy4zNzcgNy44ODIgMy45NTQgMTEuMzkxIDEuMjg0IDEuNjk3LTEuMjkyIDIuNzcxLTMuMTQ2IDMuMDIyLTUuMjJ6IiBvcGFjaXR5PSIxIiB2aXNpYmlsaXR5PSJmYWxzZSIgZmlsbD0iI2NjY2NjYyI+PC9wYXRoPjwvc3ZnPg==); }
    .search-popout__submit:hover {
      background-color: transparent; }

.popover > .arrow:after {
  border-width: 5px; }

.popover.bottom > .arrow {
  top: -6px !important;
  margin-left: 0; }

.popover.bottom {
  margin-top: 15px; }

.popover > .arrow {
  border-width: 0; }

.search-mobile {
  padding: 20px; }
  .search-mobile .form-group {
    margin-bottom: 0;
    position: relative; }
  .search-mobile__input {
    background: #fff;
    border: none;
    width: 100%;
    height: 30px;
    padding: 10px 30px 10px 10px; }
  .search-mobile__submit {
    background-color: transparent;
    text-indent: -99999px;
    width: 19px;
    height: 20px;
    right: 5px;
    top: 5px;
    position: absolute;
    border: none;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMCAzMiI+PGcgaWQ9Imljb21vb24taWdub3JlIj48bGluZSBzdHJva2Utd2lkdGg9IjEiIHgxPSIiIHkxPSIiIHgyPSIiIHkyPSIiIHN0cm9rZT0iIzQ0OUZEQiIgb3BhY2l0eT0iIj48L2xpbmU+PC9nPjxwYXRoIGQ9Ik0yOC45ODkgMzEuMzM2Yy0xLjM4MyAxLjA1NC0zLjM5NyAwLjgyOS00LjQ5MS0wLjUwNWwtNC42NzUtNS4yMDhjLTAuNzAyLTAuODUzLTIuNzM4LTMuNzYzLTIuMzk2LTQuNzIxLTIuMTQ5IDEuMTk2LTQuNjMyIDEuNjkzLTcuMTQ3IDEuNDEtMy4wODktMC4zNDYtNS44NDktMS44My03Ljc3My00LjE3Mi0xLjkyNS0yLjM0My0yLjc4OC01LjI2OS0yLjQyOC04LjI0MiAwLjM2LTIuOTc0IDEuODk5LTUuNjM0IDQuMzM0LTcuNDg4IDUuMDI5LTMuODI4IDEyLjM1Ni0zLjAwNCAxNi4zMzQgMS44MzggMy42MSA0LjM5OCAzLjIzNiAxMC42MTgtMC42MjUgMTQuNTkyIDEuMDQ5LTAuMTAzIDQuMDA5IDIuMTA2IDQuNzE1IDIuOTY0bDQuNjc4IDUuMjFjMS4wOTQgMS4zMzUgMC44NiAzLjI3LTAuNTI3IDQuMzI0ek0xOS42NzggMTIuMDk4YzAuMjUxLTIuMDcyLTAuMzQ5LTQuMTEzLTEuNjkxLTUuNzQ2LTIuNzcyLTMuMzc3LTcuODgzLTMuOTU0LTExLjM5MS0xLjI4NS0zLjUwNyAyLjY3NC00LjEwNCA3LjU5My0xLjMzMSAxMC45NjcgMi43NzIgMy4zNzcgNy44ODIgMy45NTQgMTEuMzkxIDEuMjg0IDEuNjk3LTEuMjkyIDIuNzcxLTMuMTQ2IDMuMDIyLTUuMjJ6IiBvcGFjaXR5PSIxIiB2aXNpYmlsaXR5PSJmYWxzZSIgZmlsbD0iI2NjY2NjYyI+PC9wYXRoPjwvc3ZnPg==); }
    .search-mobile__submit:hover {
      background-color: transparent; }

.th-social__icon .icon {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #737373;
  width: 36px;
  height: 36px; }
  .th-social__icon .icon:hover {
    fill: #999999; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .th-social__icon .icon {
      width: 30px;
      height: 30px; } }

.text-block {
  margin-top: 30px;
  color: #505050; }
  .text-block__heading {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: left; }
    .text-block__heading--strong {
      display: block;
      font: italic 700 4rem "Playfair Display", Georgia, "Times New Roman", Times, serif;
      text-transform: none; }
    @media only screen and (max-width: 767px) {
      .text-block__heading {
        padding-top: 0; } }
  .text-block__content {
    font: 14px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 2;
    text-align: left; }
  @media only screen and (min-width: 992px) {
    .text-block {
      width: 100%;
      text-align: justify;
      -ms-text-justify: distribute-all-lines;
      text-justify: distribute-all-lines; }
      .text-block__left {
        width: 26%; }
      .text-block__right {
        width: 66%; }
      .text-block:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 0;
        font-size: 0;
        line-height: 0; }
      .text-block .text-block__left {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        *text-align: left; }
      .text-block .text-block__right {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        *text-align: right; } }




/* Text Logo Styling goes here */
meta[itemprop="name"] + a {
  word-break: break-all; /*make sure that text logos wrap, instead of overflowing the container.*/
}

/* Graphic Logo Styling goes here */
meta[itemprop="name"] + a:not(#homepage_title) {
  background-image: url('../images/template/header_bg.png'); /*The admin logo tool updates this line.*/
  font-size: 0; /*Don't render text inside the anchor tag if using a graphic logo.*/
  background-size: 0; /*Hide the software-added background-image logo.*/
}

meta[itemprop="name"] + a:not(#homepage_title) img {
  max-height: 100%; /*Keep logo image constrained inside header.*/
}
.cc_header_right { height:91px;vertical-align:middle; }

.mission-xs-center {
text-align: center;
}
@media (min-width: 992px) {
.mission-md-right {
text-align: right;
}
}

@media (max-width:1200px) and (min-width:992px){
.cc_header_right {text-align:right;}
.header.container {width:100%;margin-left:-1rem;}
.vnav__link { padding:7px!important;}
}


@media (max-width:1200px) and (min-width:992px){
.header .vnav__link.vnav__link {
    padding: 4px!important;
}

.header .ghost__content {
position: relative;
z-index: 5;
 }
}