@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url("//hello.myfonts.net/count/2e1824");
@import url("//hello.myfonts.net/count/2e9f3a");
@import url("//hello.myfonts.net/count/2fd379");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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 {
  -moz-box-sizing: content-box;
  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"] {
  -moz-box-sizing: border-box;
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td, .shop-content .sidebar table td,
  .table th, .shop-content .sidebar table th {
    background-color: #fff !important; }
  .btn > .caret, .form-submit #submit > .caret,
  .dropup > .btn > .caret, .form-submit
  .dropup > #submit > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table, .shop-content .sidebar table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.428571429;
  color: #576967;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #eb8e00;
  text-decoration: none; }
  a:hover, a:focus {
    color: #9f6000;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 34px;
  margin-bottom: 34px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 34px;
  margin-bottom: 17px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 17px;
  margin-bottom: 17px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 54px; }

h2, .h2 {
  font-size: 45px; }

h3, .h3 {
  font-size: 36px; }

h4, .h4 {
  font-size: 27px; }

h5, .h5 {
  font-size: 24px; }

h6, .h6 {
  font-size: 18px; }

p {
  margin: 0 0 17px; }

.lead {
  margin-bottom: 34px;
  font-size: 27px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 36px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #feb11c; }

a.text-primary:hover {
  color: #e69801; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #feb11c; }

a.bg-primary:hover {
  background-color: #e69801; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 16px;
  margin: 68px 0 34px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 17px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 34px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 17px 34px;
  margin: 0 0 34px;
  font-size: 30px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 34px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 16.5px;
  margin: 0 0 17px;
  font-size: 23px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1170px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1170px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table, .shop-content .sidebar table {
  width: 100%;
  margin-bottom: 34px; }
  .table > thead > tr > th, .shop-content .sidebar table > thead > tr > th,
  .table > thead > tr > td, .shop-content .sidebar table > thead > tr > td,
  .table > tbody > tr > th, .shop-content .sidebar table > tbody > tr > th,
  .table > tbody > tr > td, .shop-content .sidebar table > tbody > tr > td,
  .table > tfoot > tr > th, .shop-content .sidebar table > tfoot > tr > th,
  .table > tfoot > tr > td, .shop-content .sidebar table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th, .shop-content .sidebar table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, .shop-content .sidebar table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td, .shop-content .sidebar table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th, .shop-content .sidebar table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td, .shop-content .sidebar table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th, .shop-content .sidebar table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td, .shop-content .sidebar table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody, .shop-content .sidebar table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table, .shop-content .sidebar table .table, .table .shop-content .sidebar table, .shop-content .sidebar .table table, .shop-content .sidebar table table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .shop-content .sidebar table > thead > tr > td.active,
.table > thead > tr > th.active, .shop-content .sidebar table > thead > tr > th.active,
.table > thead > tr.active > td, .shop-content .sidebar table > thead > tr.active > td,
.table > thead > tr.active > th, .shop-content .sidebar table > thead > tr.active > th,
.table > tbody > tr > td.active, .shop-content .sidebar table > tbody > tr > td.active,
.table > tbody > tr > th.active, .shop-content .sidebar table > tbody > tr > th.active,
.table > tbody > tr.active > td, .shop-content .sidebar table > tbody > tr.active > td,
.table > tbody > tr.active > th, .shop-content .sidebar table > tbody > tr.active > th,
.table > tfoot > tr > td.active, .shop-content .sidebar table > tfoot > tr > td.active,
.table > tfoot > tr > th.active, .shop-content .sidebar table > tfoot > tr > th.active,
.table > tfoot > tr.active > td, .shop-content .sidebar table > tfoot > tr.active > td,
.table > tfoot > tr.active > th, .shop-content .sidebar table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .shop-content .sidebar table > thead > tr > td.success,
.table > thead > tr > th.success, .shop-content .sidebar table > thead > tr > th.success,
.table > thead > tr.success > td, .shop-content .sidebar table > thead > tr.success > td,
.table > thead > tr.success > th, .shop-content .sidebar table > thead > tr.success > th,
.table > tbody > tr > td.success, .shop-content .sidebar table > tbody > tr > td.success,
.table > tbody > tr > th.success, .shop-content .sidebar table > tbody > tr > th.success,
.table > tbody > tr.success > td, .shop-content .sidebar table > tbody > tr.success > td,
.table > tbody > tr.success > th, .shop-content .sidebar table > tbody > tr.success > th,
.table > tfoot > tr > td.success, .shop-content .sidebar table > tfoot > tr > td.success,
.table > tfoot > tr > th.success, .shop-content .sidebar table > tfoot > tr > th.success,
.table > tfoot > tr.success > td, .shop-content .sidebar table > tfoot > tr.success > td,
.table > tfoot > tr.success > th, .shop-content .sidebar table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .shop-content .sidebar table > thead > tr > td.info,
.table > thead > tr > th.info, .shop-content .sidebar table > thead > tr > th.info,
.table > thead > tr.info > td, .shop-content .sidebar table > thead > tr.info > td,
.table > thead > tr.info > th, .shop-content .sidebar table > thead > tr.info > th,
.table > tbody > tr > td.info, .shop-content .sidebar table > tbody > tr > td.info,
.table > tbody > tr > th.info, .shop-content .sidebar table > tbody > tr > th.info,
.table > tbody > tr.info > td, .shop-content .sidebar table > tbody > tr.info > td,
.table > tbody > tr.info > th, .shop-content .sidebar table > tbody > tr.info > th,
.table > tfoot > tr > td.info, .shop-content .sidebar table > tfoot > tr > td.info,
.table > tfoot > tr > th.info, .shop-content .sidebar table > tfoot > tr > th.info,
.table > tfoot > tr.info > td, .shop-content .sidebar table > tfoot > tr.info > td,
.table > tfoot > tr.info > th, .shop-content .sidebar table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .shop-content .sidebar table > thead > tr > td.warning,
.table > thead > tr > th.warning, .shop-content .sidebar table > thead > tr > th.warning,
.table > thead > tr.warning > td, .shop-content .sidebar table > thead > tr.warning > td,
.table > thead > tr.warning > th, .shop-content .sidebar table > thead > tr.warning > th,
.table > tbody > tr > td.warning, .shop-content .sidebar table > tbody > tr > td.warning,
.table > tbody > tr > th.warning, .shop-content .sidebar table > tbody > tr > th.warning,
.table > tbody > tr.warning > td, .shop-content .sidebar table > tbody > tr.warning > td,
.table > tbody > tr.warning > th, .shop-content .sidebar table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning, .shop-content .sidebar table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning, .shop-content .sidebar table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td, .shop-content .sidebar table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th, .shop-content .sidebar table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .shop-content .sidebar table > thead > tr > td.danger,
.table > thead > tr > th.danger, .shop-content .sidebar table > thead > tr > th.danger,
.table > thead > tr.danger > td, .shop-content .sidebar table > thead > tr.danger > td,
.table > thead > tr.danger > th, .shop-content .sidebar table > thead > tr.danger > th,
.table > tbody > tr > td.danger, .shop-content .sidebar table > tbody > tr > td.danger,
.table > tbody > tr > th.danger, .shop-content .sidebar table > tbody > tr > th.danger,
.table > tbody > tr.danger > td, .shop-content .sidebar table > tbody > tr.danger > td,
.table > tbody > tr.danger > th, .shop-content .sidebar table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger, .shop-content .sidebar table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger, .shop-content .sidebar table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td, .shop-content .sidebar table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th, .shop-content .sidebar table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 25.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table, .shop-content .sidebar .table-responsive > table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th, .shop-content .sidebar .table-responsive > table > thead > tr > th,
      .table-responsive > .table > thead > tr > td, .shop-content .sidebar
      .table-responsive > table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th, .shop-content .sidebar
      .table-responsive > table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td, .shop-content .sidebar
      .table-responsive > table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th, .shop-content .sidebar
      .table-responsive > table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td, .shop-content .sidebar
      .table-responsive > table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 34px;
  font-size: 36px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 24px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 24px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"] {
  line-height: 48px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 34px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled]
input[type="checkbox"],
.radio[disabled],
fieldset[disabled]
.radio,
.radio-inline[disabled],
fieldset[disabled]
.radio-inline,
.checkbox[disabled],
fieldset[disabled]
.checkbox,
.checkbox-inline[disabled],
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .form-submit
.input-group-sm > .input-group-btn > #submit {
  height: 43px;
  padding: 5px 10px;
  font-size: 21px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .form-submit
.input-group-sm > .input-group-btn > select#submit {
  height: 43px;
  line-height: 43px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .form-submit
.input-group-sm > .input-group-btn > textarea#submit,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.form-submit
.input-group-sm > .input-group-btn > select[multiple]#submit {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-submit
.input-group-lg > .input-group-btn > #submit {
  height: 62px;
  padding: 10px 16px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .form-submit
.input-group-lg > .input-group-btn > select#submit {
  height: 62px;
  line-height: 62px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .form-submit
.input-group-lg > .input-group-btn > textarea#submit,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.form-submit
.input-group-lg > .input-group-btn > select[multiple]#submit {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 60px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 39px;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #97a9a7; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 41px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn, .form-submit #submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  white-space: nowrap;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 24px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .form-submit #submit:focus, .btn:active:focus, .form-submit #submit:active:focus, .btn.active:focus, .form-submit .active#submit:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .form-submit #submit:hover, .btn:focus, .form-submit #submit:focus {
    color: #fff;
    text-decoration: none; }
  .btn:active, .form-submit #submit:active, .btn.active, .form-submit .active#submit {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .form-submit .disabled#submit, .btn[disabled], .form-submit [disabled]#submit,
  fieldset[disabled] .btn,
  fieldset[disabled] .form-submit #submit, .form-submit
  fieldset[disabled] #submit {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

.btn-default {
  color: #fff;
  background-color: #cbcbcb;
  border-color: #bebebe; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #b7b7b7;
    border-color: #a0a0a0; }
  .open .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #b7b7b7;
    border-color: #a0a0a0; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #cbcbcb;
    border-color: #bebebe; }
  .btn-default .badge {
    color: #cbcbcb;
    background-color: #fff; }

.btn-primary, .form-submit #submit {
  color: #383838;
  background-color: #ABCBB1;
  border-color: #9bc1a2; }
  .btn-primary:hover, .form-submit #submit:hover, .btn-primary:focus, .form-submit #submit:focus, .btn-primary:active, .form-submit #submit:active, .btn-primary.active, .form-submit .active#submit {
    color: #383838;
    background-color: #92bb9a;
    border-color: #75aa7f; }
  .open .btn-primary.dropdown-toggle, .open .form-submit .dropdown-toggle#submit, .form-submit .open .dropdown-toggle#submit {
    color: #383838;
    background-color: #92bb9a;
    border-color: #75aa7f; }
  .btn-primary:active, .form-submit #submit:active, .btn-primary.active, .form-submit .active#submit {
    background-image: none; }
  .open .btn-primary.dropdown-toggle, .open .form-submit .dropdown-toggle#submit, .form-submit .open .dropdown-toggle#submit {
    background-image: none; }
  .btn-primary.disabled, .form-submit .disabled#submit, .btn-primary.disabled:hover, .form-submit .disabled#submit:hover, .btn-primary.disabled:focus, .form-submit .disabled#submit:focus, .btn-primary.disabled:active, .form-submit .disabled#submit:active, .btn-primary.disabled.active, .form-submit .disabled.active#submit, .btn-primary[disabled], .form-submit [disabled]#submit, .btn-primary[disabled]:hover, .form-submit [disabled]#submit:hover, .btn-primary[disabled]:focus, .form-submit [disabled]#submit:focus, .btn-primary[disabled]:active, .form-submit [disabled]#submit:active, .btn-primary[disabled].active, .form-submit [disabled].active#submit,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .form-submit #submit, .form-submit
  fieldset[disabled] #submit,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .form-submit #submit:hover, .form-submit
  fieldset[disabled] #submit:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .form-submit #submit:focus, .form-submit
  fieldset[disabled] #submit:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .form-submit #submit:active, .form-submit
  fieldset[disabled] #submit:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .form-submit .active#submit, .form-submit
  fieldset[disabled] .active#submit {
    background-color: #ABCBB1;
    border-color: #9bc1a2; }
  .btn-primary .badge, .form-submit #submit .badge {
    color: #ABCBB1;
    background-color: #383838; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #eb8e00;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #9f6000;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .form-submit .btn-group-lg > #submit {
  padding: 10px 16px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .form-submit .btn-group-sm > #submit {
  padding: 5px 10px;
  font-size: 21px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .form-submit .btn-group-xs > #submit {
  padding: 1px 5px;
  font-size: 21px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("bootstrap/glyphicons-halflings-regular.eot");
  src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 16px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #feb11c; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 21px;
  line-height: 1.428571429;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .form-submit .btn-group > #submit,
  .btn-group-vertical > .btn, .form-submit
  .btn-group-vertical > #submit {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .form-submit .btn-group > #submit:hover, .btn-group > .btn:focus, .form-submit .btn-group > #submit:focus, .btn-group > .btn:active, .form-submit .btn-group > #submit:active, .btn-group > .btn.active, .form-submit .btn-group > .active#submit,
    .btn-group-vertical > .btn:hover, .form-submit
    .btn-group-vertical > #submit:hover,
    .btn-group-vertical > .btn:focus, .form-submit
    .btn-group-vertical > #submit:focus,
    .btn-group-vertical > .btn:active, .form-submit
    .btn-group-vertical > #submit:active,
    .btn-group-vertical > .btn.active, .form-submit
    .btn-group-vertical > .active#submit {
      z-index: 2; }
    .btn-group > .btn:focus, .form-submit .btn-group > #submit:focus,
    .btn-group-vertical > .btn:focus, .form-submit
    .btn-group-vertical > #submit:focus {
      outline: none; }

.btn-group .btn + .btn, .btn-group .form-submit #submit + .btn, .form-submit .btn-group #submit + .btn, .btn-group .form-submit .btn + #submit, .form-submit .btn-group .btn + #submit, .btn-group .form-submit #submit + #submit, .form-submit .btn-group #submit + #submit,
.btn-group .btn + .btn-group,
.btn-group .form-submit #submit + .btn-group, .form-submit
.btn-group #submit + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .form-submit .btn-group + #submit, .form-submit
.btn-group .btn-group + #submit,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .form-submit .btn-toolbar > #submit,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .form-submit .btn-group > #submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .form-submit .btn-group > #submit:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .form-submit .btn-group > #submit:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .form-submit .btn-group > #submit:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .form-submit .btn-group > .btn-group:not(:first-child):not(:last-child) > #submit {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child, .form-submit .btn-group > .btn-group:first-child > #submit:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child, .form-submit .btn-group > .btn-group:last-child > #submit:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle, .form-submit .btn-group > #submit + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .form-submit .btn-group-lg.btn-group > #submit + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret, .form-submit #submit .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .form-submit .btn-group-lg > #submit .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .form-submit .btn-group-lg > #submit .caret, .form-submit .dropup .btn-group-lg > #submit .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .form-submit .btn-group-vertical > #submit,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, .form-submit
.btn-group-vertical > .btn-group > #submit {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .form-submit .btn-group-vertical > .btn-group > #submit {
  float: none; }

.btn-group-vertical > .btn + .btn, .form-submit .btn-group-vertical > #submit + .btn, .form-submit .btn-group-vertical > .btn + #submit, .form-submit .btn-group-vertical > #submit + #submit,
.btn-group-vertical > .btn + .btn-group, .form-submit
.btn-group-vertical > #submit + .btn-group,
.btn-group-vertical > .btn-group + .btn, .form-submit
.btn-group-vertical > .btn-group + #submit,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .form-submit .btn-group-vertical > #submit:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .form-submit .btn-group-vertical > #submit:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .form-submit .btn-group-vertical > #submit:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .form-submit .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > #submit {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .form-submit .btn-group-vertical > .btn-group:first-child:not(:last-child) > #submit:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .form-submit .btn-group-vertical > .btn-group:last-child:not(:first-child) > #submit:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn, .form-submit .btn-group-justified > #submit,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .form-submit #submit, .form-submit .btn-group-justified > .btn-group #submit {
    width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"], .form-submit [data-toggle="buttons"] > #submit > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"], .form-submit
[data-toggle="buttons"] > #submit > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .form-submit
  .input-group-sm > .input-group-btn > .input-group-addon#submit {
    padding: 5px 10px;
    font-size: 21px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .form-submit
  .input-group-lg > .input-group-btn > .input-group-addon#submit {
    padding: 10px 16px;
    font-size: 30px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, .form-submit
.input-group-btn:first-child > #submit,
.input-group-btn:first-child > .btn-group > .btn, .form-submit
.input-group-btn:first-child > .btn-group > #submit,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .form-submit
.input-group-btn:last-child > #submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .form-submit
.input-group-btn:last-child > .btn-group:not(:last-child) > #submit {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, .form-submit
.input-group-btn:last-child > #submit,
.input-group-btn:last-child > .btn-group > .btn, .form-submit
.input-group-btn:last-child > .btn-group > #submit,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .form-submit
.input-group-btn:first-child > #submit:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .form-submit
.input-group-btn:first-child > .btn-group:not(:first-child) > #submit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .form-submit .input-group-btn > #submit {
    position: relative; }
    .input-group-btn > .btn + .btn, .form-submit .input-group-btn > #submit + .btn, .form-submit .input-group-btn > .btn + #submit, .form-submit .input-group-btn > #submit + #submit {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .form-submit .input-group-btn > #submit:hover, .input-group-btn > .btn:focus, .form-submit .input-group-btn > #submit:focus, .input-group-btn > .btn:active, .form-submit .input-group-btn > #submit:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .form-submit .input-group-btn:first-child > #submit,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .form-submit .input-group-btn:last-child > #submit,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #eb8e00; }
  .nav .nav-divider {
    height: 1px;
    margin: 16px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #feb11c; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 34px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 8px 15px;
  font-size: 30px;
  line-height: 34px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 4px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 34px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 34px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 8px;
          padding-bottom: 8px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1px;
  margin-bottom: 1px; }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 1px;
  margin-bottom: 1px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .form-submit .btn-group-sm > .navbar-btn#submit {
    margin-top: 3.5px;
    margin-bottom: 3.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .form-submit .btn-group-xs > .navbar-btn#submit {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f3f4f5;
  border-color: none; }
  .navbar-default .navbar-brand {
    color: #383838; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #1f1f1f;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #383838; }
  .navbar-default .navbar-nav > li > a {
    color: #383838; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #feb11c;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #383838;
    background-color: transparent;
    font-weight: bold; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: none; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #383838; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #383838; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #feb11c;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #383838;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #383838; }
    .navbar-default .navbar-link:hover {
      color: #feb11c; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 34px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 34px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #eb8e00;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #9f6000;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #feb11c;
    border-color: #feb11c;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 30px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 21px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 34px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }
  .btn .label, .form-submit #submit .label {
    position: relative;
    top: -1px; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #feb11c; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #e69801; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .form-submit #submit .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .form-submit .btn-group-xs > #submit .badge {
    top: 0;
    padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #eb8e00;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 200; }
  .container .jumbotron {
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 108px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 34px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #576967; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #eb8e00; }

.alert, .gform_confirmation_message, .flash.error {
  padding: 15px;
  margin-bottom: 34px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4, .gform_confirmation_message h4, .flash.error h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, .gform_confirmation_message .alert-link, .flash.error .alert-link {
    font-weight: bold; }
  .alert > p, .gform_confirmation_message > p, .flash.error > p,
  .alert > ul, .gform_confirmation_message > ul, .flash.error > ul {
    margin-bottom: 0; }
  .alert > p + p, .gform_confirmation_message > p + p, .flash.error > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success, .gform_confirmation_message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr, .gform_confirmation_message hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link, .gform_confirmation_message .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger, .flash.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr, .flash.error hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link, .flash.error .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 34px;
  margin-bottom: 34px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 21px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  background-color: #feb11c;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }

.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #feb11c;
    border-color: #feb11c; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #fff7e7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 34px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table, .shop-content .sidebar .panel > table,
.panel > .table-responsive > .table, .shop-content .sidebar
.panel > .table-responsive > table {
  margin-bottom: 0; }

.panel > .table:first-child, .shop-content .sidebar .panel > table:first-child,
.panel > .table-responsive:first-child > .table:first-child, .shop-content .sidebar
.panel > .table-responsive:first-child > table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .shop-content .sidebar .panel > table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .shop-content .sidebar
  .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .shop-content .sidebar
  .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .shop-content .sidebar
  .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .shop-content .sidebar
  .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .shop-content .sidebar
  .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .shop-content .sidebar
  .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .shop-content .sidebar
  .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .shop-content .sidebar .panel > table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .shop-content .sidebar
  .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .shop-content .sidebar
  .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .shop-content .sidebar
  .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .shop-content .sidebar
  .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .shop-content .sidebar
  .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .shop-content .sidebar
  .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .shop-content .sidebar
  .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }

.panel > .table:last-child, .shop-content .sidebar .panel > table:last-child,
.panel > .table-responsive:last-child > .table:last-child, .shop-content .sidebar
.panel > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .shop-content .sidebar .panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .shop-content .sidebar
  .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .shop-content .sidebar
  .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .shop-content .sidebar
  .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .shop-content .sidebar
  .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .shop-content .sidebar
  .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .shop-content .sidebar
  .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .shop-content .sidebar
  .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .shop-content .sidebar .panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .shop-content .sidebar
  .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .shop-content .sidebar
  .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .shop-content .sidebar
  .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .shop-content .sidebar
  .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .shop-content .sidebar
  .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .shop-content .sidebar
  .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .shop-content .sidebar
  .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .shop-content .sidebar .panel > .panel-body + table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .shop-content .sidebar .panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td, .shop-content .sidebar
.panel > table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 34px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #feb11c; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #feb11c;
    border-color: #feb11c; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #feb11c; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #feb11c; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ebccd1; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

.well, .shop-content .sidebar .detail-sidebar-blue {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote, .shop-content .sidebar .detail-sidebar-blue blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .form-submit #submit + .btn, .form-submit .modal-footer #submit + .btn, .modal-footer .form-submit .btn + #submit, .form-submit .modal-footer .btn + #submit, .modal-footer .form-submit #submit + #submit, .form-submit .modal-footer #submit + #submit {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .form-submit #submit + .btn, .form-submit .modal-footer .btn-group #submit + .btn, .modal-footer .btn-group .form-submit .btn + #submit, .form-submit .modal-footer .btn-group .btn + #submit, .modal-footer .btn-group .form-submit #submit + #submit, .form-submit .modal-footer .btn-group #submit + #submit {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 120px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 21px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 24px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .carousel-control.right {
    left: auto;
    right: 0; }
  .carousel-control:hover, .carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 2px;
    text-indent: -999px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background-color: #fff \9;
    background-color: rgba(255, 255, 255, 0.5); }
  .carousel-indicators .active {
    margin: 2pxr;
    width: 12px;
    height: 12px;
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5); }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .carousel-caption .btn, .carousel-caption .form-submit #submit, .form-submit .carousel-caption #submit {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 50px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .gform_body:before, .clearfix:after, .gform_body:after {
  content: " ";
  display: table; }

.clearfix:after, .gform_body:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1170px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1169px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="path/to/this/file/ss-standard.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSStandard";
  src: url("../fonts/ss-standard.eot");
  src: url("../fonts/ss-standard.eot?#iefix") format("embedded-opentype"), url("../fonts/ss-standard.woff") format("woff"), url("../fonts/ss-standard.ttf") format("truetype"), url("../fonts/ss-standard.svg#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal; }

.ss-icon, .ss-icon.ss-standard,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

[class^="ss-"].right:before, [class*=" ss-"].ss-standard.right:before {
  display: none;
  content: ''; }

.ss-cursor:before, .ss-cursor.right:after {
  content: ''; }

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖'; }

.ss-search:before, .ss-search.right:after {
  content: '🔎'; }

.ss-zoomin:before, .ss-zoomin.right:after {
  content: ''; }

.ss-zoomout:before, .ss-zoomout.right:after {
  content: ''; }

.ss-view:before, .ss-view.right:after {
  content: '👀'; }

.ss-attach:before, .ss-attach.right:after {
  content: '📎'; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-move:before, .ss-move.right:after {
  content: ''; }

.ss-write:before, .ss-write.right:after {
  content: '✎'; }

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: ''; }

.ss-erase:before, .ss-erase.right:after {
  content: '✐'; }

.ss-compose:before, .ss-compose.right:after {
  content: '📝'; }

.ss-lock:before, .ss-lock.right:after {
  content: '🔒'; }

.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓'; }

.ss-key:before, .ss-key.right:after {
  content: '🔑'; }

.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫'; }

.ss-ban:before, .ss-ban.right:after {
  content: '🚫'; }

.ss-trash:before, .ss-trash.right:after {
  content: ''; }

.ss-target:before, .ss-target.right:after {
  content: '◎'; }

.ss-tag:before, .ss-tag.right:after {
  content: ''; }

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖'; }

.ss-flag:before, .ss-flag.right:after {
  content: '⚑'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-dislike:before, .ss-dislike.right:after {
  content: '👎'; }

.ss-heart:before, .ss-heart.right:after {
  content: '♥'; }

.ss-halfheart:before, .ss-halfheart.right:after {
  content: ''; }

.ss-star:before, .ss-star.right:after {
  content: '⋆'; }

.ss-halfstar:before, .ss-halfstar.right:after {
  content: ''; }

.ss-sample:before, .ss-sample.right:after {
  content: ''; }

.ss-crop:before, .ss-crop.right:after {
  content: ''; }

.ss-layers:before, .ss-layers.right:after {
  content: ''; }

.ss-phone:before, .ss-phone.right:after {
  content: '📞'; }

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: ''; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.ss-facetime:before, .ss-facetime.right:after {
  content: ''; }

.ss-reply:before, .ss-reply.right:after {
  content: '↩'; }

.ss-send:before, .ss-send.right:after {
  content: ''; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-inbox:before, .ss-inbox.right:after {
  content: '📥'; }

.ss-chat:before, .ss-chat.right:after {
  content: '💬'; }

.ss-user:before, .ss-user.right:after {
  content: '👤'; }

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧'; }

.ss-users:before, .ss-users.right:after {
  content: '👥'; }

.ss-cart:before, .ss-cart.right:after {
  content: ''; }

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳'; }

.ss-dollarsign:before, .ss-dollarsign.right:after {
  content: '💲'; }

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊'; }

.ss-piechart:before, .ss-piechart.right:after {
  content: ''; }

.ss-box:before, .ss-box.right:after {
  content: '📦'; }

.ss-home:before, .ss-home.right:after {
  content: '⌂'; }

.ss-globe:before, .ss-globe.right:after {
  content: '🌎'; }

.ss-navigate:before, .ss-navigate.right:after {
  content: ''; }

.ss-compass:before, .ss-compass.right:after {
  content: ''; }

.ss-signpost:before, .ss-signpost.right:after {
  content: ''; }

.ss-map:before, .ss-map.right:after {
  content: ''; }

.ss-location:before, .ss-location.right:after {
  content: ''; }

.ss-pin:before, .ss-pin.right:after {
  content: '📍'; }

.ss-database:before, .ss-database.right:after {
  content: ''; }

.ss-hdd:before, .ss-hdd.right:after {
  content: ''; }

.ss-music:before, .ss-music.right:after {
  content: '♫'; }

.ss-mic:before, .ss-mic.right:after {
  content: '🎤'; }

.ss-volume:before, .ss-volume.right:after {
  content: '🔈'; }

.ss-volumelow:before, .ss-volumelow.right:after {
  content: '🔉'; }

.ss-volumehigh:before, .ss-volumehigh.right:after {
  content: '🔊'; }

.ss-airplay:before, .ss-airplay.right:after {
  content: ''; }

.ss-camera:before, .ss-camera.right:after {
  content: '📷'; }

.ss-picture:before, .ss-picture.right:after {
  content: '🌄'; }

.ss-video:before, .ss-video.right:after {
  content: '📹'; }

.ss-play:before, .ss-play.right:after {
  content: '▶'; }

.ss-pause:before, .ss-pause.right:after {
  content: ''; }

.ss-stop:before, .ss-stop.right:after {
  content: '■'; }

.ss-record:before, .ss-record.right:after {
  content: '●'; }

.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪'; }

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩'; }

.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮'; }

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭'; }

.ss-eject:before, .ss-eject.right:after {
  content: '⏏'; }

.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁'; }

.ss-replay:before, .ss-replay.right:after {
  content: '↺'; }

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀'; }

.ss-book:before, .ss-book.right:after {
  content: '📕'; }

.ss-openbook:before, .ss-openbook.right:after {
  content: '📖'; }

.ss-notebook:before, .ss-notebook.right:after {
  content: '📓'; }

.ss-grid:before, .ss-grid.right:after {
  content: ''; }

.ss-rows:before, .ss-rows.right:after {
  content: ''; }

.ss-columns:before, .ss-columns.right:after {
  content: ''; }

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: ''; }

.ss-desktop:before, .ss-desktop.right:after {
  content: '💻'; }

.ss-laptop:before, .ss-laptop.right:after {
  content: ''; }

.ss-tablet:before, .ss-tablet.right:after {
  content: ''; }

.ss-cell:before, .ss-cell.right:after {
  content: '📱'; }

.ss-battery:before, .ss-battery.right:after {
  content: '🔋'; }

.ss-batteryhigh:before, .ss-batteryhigh.right:after {
  content: ''; }

.ss-batterymedium:before, .ss-batterymedium.right:after {
  content: ''; }

.ss-batterylow:before, .ss-batterylow.right:after {
  content: ''; }

.ss-batteryempty:before, .ss-batteryempty.right:after {
  content: ''; }

.ss-clouddownload:before, .ss-clouddownload.right:after {
  content: ''; }

.ss-download:before, .ss-download.right:after {
  content: ''; }

.ss-cloudupload:before, .ss-cloudupload.right:after {
  content: ''; }

.ss-upload:before, .ss-upload.right:after {
  content: ''; }

.ss-fork:before, .ss-fork.right:after {
  content: ''; }

.ss-merge:before, .ss-merge.right:after {
  content: ''; }

.ss-refresh:before, .ss-refresh.right:after {
  content: '↻'; }

.ss-sync:before, .ss-sync.right:after {
  content: ''; }

.ss-loading:before, .ss-loading.right:after {
  content: ''; }

.ss-wifi:before, .ss-wifi.right:after {
  content: ''; }

.ss-connection:before, .ss-connection.right:after {
  content: ''; }

.ss-file:before, .ss-file.right:after {
  content: '📄'; }

.ss-folder:before, .ss-folder.right:after {
  content: '📁'; }

.ss-quote:before, .ss-quote.right:after {
  content: '“'; }

.ss-text:before, .ss-text.right:after {
  content: ''; }

.ss-font:before, .ss-font.right:after {
  content: ''; }

.ss-print:before, .ss-print.right:after {
  content: '⎙'; }

.ss-fax:before, .ss-fax.right:after {
  content: '📠'; }

.ss-list:before, .ss-list.right:after {
  content: ''; }

.ss-layout:before, .ss-layout.right:after {
  content: ''; }

.ss-action:before, .ss-action.right:after {
  content: ''; }

.ss-redirect:before, .ss-redirect.right:after {
  content: '↪'; }

.ss-expand:before, .ss-expand.right:after {
  content: '⤢'; }

.ss-contract:before, .ss-contract.right:after {
  content: ''; }

.ss-help:before, .ss-help.right:after {
  content: '❓'; }

.ss-info:before, .ss-info.right:after {
  content: 'ℹ'; }

.ss-alert:before, .ss-alert.right:after {
  content: '⚠'; }

.ss-caution:before, .ss-caution.right:after {
  content: '⛔'; }

.ss-logout:before, .ss-logout.right:after {
  content: ''; }

.ss-plus:before, .ss-plus.right:after {
  content: '+'; }

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-'; }

.ss-check:before, .ss-check.right:after {
  content: '✓'; }

.ss-delete:before, .ss-delete.right:after {
  content: '␡'; }

.ss-settings:before, .ss-settings.right:after {
  content: '⚙'; }

.ss-dashboard:before, .ss-dashboard.right:after {
  content: ''; }

.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔'; }

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕'; }

.ss-clock:before, .ss-clock.right:after {
  content: '⏲'; }

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱'; }

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅'; }

.ss-calendaradd:before, .ss-calendaradd.right:after {
  content: ''; }

.ss-calendarremove:before, .ss-calendarremove.right:after {
  content: ''; }

.ss-calendarcheck:before, .ss-calendarcheck.right:after {
  content: ''; }

.ss-calendardelete:before, .ss-calendardelete.right:after {
  content: ''; }

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼'; }

.ss-cloud:before, .ss-cloud.right:after {
  content: '☁'; }

.ss-droplet:before, .ss-droplet.right:after {
  content: '💧'; }

.ss-up:before, .ss-up.right:after {
  content: '⬆'; }

.ss-upright:before, .ss-upright.right:after {
  content: '⬈'; }

.ss-right:before, .ss-right.right:after {
  content: '➡'; }

.ss-downright:before, .ss-downright.right:after {
  content: '⬊'; }

.ss-down:before, .ss-down.right:after {
  content: '⬇'; }

.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋'; }

.ss-left:before, .ss-left.right:after {
  content: '⬅'; }

.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉'; }

.ss-navigateup:before, .ss-navigateup.right:after {
  content: ''; }

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻'; }

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: ''; }

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅'; }

.ss-directup:before, .ss-directup.right:after {
  content: '▴'; }

.ss-directright:before, .ss-directright.right:after {
  content: '▹'; }

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾'; }

.ss-directleft:before, .ss-directleft.right:after {
  content: '◃'; }

.ss-retweet:before, .ss-retweet.right:after {
  content: ''; }

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-FONTNAME.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSSocial";
  src: url("../fonts/ss-social-circle.eot");
  src: url("../fonts/ss-social-circle.eot?#iefix") format("embedded-opentype"), url("../fonts/ss-social-circle.woff") format("woff"), url("../fonts/ss-social-circle.ttf") format("truetype"), url("../fonts/ss-social-circle.svg#SSSocialCircle") format("svg");
  font-weight: normal;
  font-style: normal; }

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon.ss-social-circle {
  font-family: "SSSocial" !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-facebook:before, .ss-facebook.right:after {
  content: ''; }

.ss-twitter:before, .ss-twitter.right:after {
  content: ''; }

.ss-linkedin:before, .ss-linkedin.right:after {
  content: ''; }

.ss-googleplus:before, .ss-googleplus.right:after {
  content: ''; }

.ss-appdotnet:before, .ss-appdotnet.right:after {
  content: ''; }

.ss-zerply:before, .ss-zerply.right:after {
  content: ''; }

.ss-reddit:before, .ss-reddit.right:after {
  content: ''; }

.ss-steam:before, .ss-steam.right:after {
  content: ''; }

.ss-tumblr:before, .ss-tumblr.right:after {
  content: ''; }

.ss-wordpress:before, .ss-wordpress.right:after {
  content: ''; }

.ss-blogger:before, .ss-blogger.right:after {
  content: ''; }

.ss-posterous:before, .ss-posterous.right:after {
  content: ''; }

.ss-quora:before, .ss-quora.right:after {
  content: ''; }

.ss-youtube:before, .ss-youtube.right:after {
  content: ''; }

.ss-vimeo:before, .ss-vimeo.right:after {
  content: ''; }

.ss-vine:before, .ss-vine.right:after {
  content: ''; }

.ss-letterboxd:before, .ss-letterboxd.right:after {
  content: ''; }

.ss-flickr:before, .ss-flickr.right:after {
  content: ''; }

.ss-instagram:before, .ss-instagram.right:after {
  content: ''; }

.ss-500px:before, .ss-500px.right:after {
  content: ''; }

.ss-etsy:before, .ss-etsy.right:after {
  content: ''; }

.ss-pinterest:before, .ss-pinterest.right:after {
  content: ''; }

.ss-svpply:before, .ss-svpply.right:after {
  content: ''; }

.ss-readmill:before, .ss-readmill.right:after {
  content: ''; }

.ss-dropbox:before, .ss-dropbox.right:after {
  content: ''; }

.ss-pinboard:before, .ss-pinboard.right:after {
  content: ''; }

.ss-delicious:before, .ss-delicious.right:after {
  content: ''; }

.ss-dribbble:before, .ss-dribbble.right:after {
  content: ''; }

.ss-behance:before, .ss-behance.right:after {
  content: ''; }

.ss-github:before, .ss-github.right:after {
  content: ''; }

.ss-octocat:before, .ss-octocat.right:after {
  content: ''; }

.ss-stackoverflow:before, .ss-stackoverflow.right:after {
  content: ''; }

.ss-paypal:before, .ss-paypal.right:after {
  content: ''; }

.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: ''; }

.ss-foursquare:before, .ss-foursquare.right:after {
  content: ''; }

.ss-yelp:before, .ss-yelp.right:after {
  content: ''; }

.ss-skype:before, .ss-skype.right:after {
  content: ''; }

.ss-rdio:before, .ss-rdio.right:after {
  content: ''; }

.ss-spotify:before, .ss-spotify.right:after {
  content: ''; }

.ss-lastfm:before, .ss-lastfm.right:after {
  content: ''; }

.ss-soundcloud:before, .ss-soundcloud.right:after {
  content: ''; }

.ss-link:before, .ss-link.right:after {
  content: ''; }

.ss-phone:before, .ss-phone.right:after {
  content: ''; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-like:before, .ss-like.right:after {
  content: ''; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.ss-share:before, .ss-share.right:after {
  content: ''; }

.ss-apple:before, .ss-apple.right:after {
  content: ''; }

.ss-microsoft:before, .ss-microsoft.right:after {
  content: ''; }

.ss-windows:before, .ss-windows.right:after {
  content: ''; }

.ss-android:before, .ss-android.right:after {
  content: ''; }

.ss-blackberry:before, .ss-blackberry.right:after {
  content: ''; }

/* Legacy */
.ss-fivehundredpx:before, .ss-fivehundredpx.right:after {
  content: ''; }

/* FUTURA PT */
@font-face {
  font-family: 'Baskerville';
  src: url("/assets/fonts/baskerville/2FD379_0_0.eot");
  src: url("/assets/fonts/baskerville/2FD379_0_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/baskerville/2FD379_0_0.woff2") format("woff2"), url("/assets/fonts/baskerville/2FD379_0_0.woff") format("woff"), url("/assets/fonts/baskerville/2FD379_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'BaskervilleBold';
  src: url("/assets/fonts/baskerville/2FD379_1_0.eot");
  src: url("/assets/fonts/baskerville/2FD379_1_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/baskerville/2FD379_1_0.woff2") format("woff2"), url("/assets/fonts/baskerville/2FD379_1_0.woff") format("woff"), url("/assets/fonts/baskerville/2FD379_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FuturaPT';
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/futura_pt/2E1824_0_0.eot");
  src: url("/assets/fonts/futura_pt/2E1824_0_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/futura_pt/2E1824_0_0.woff2") format("woff2"), url("/assets/fonts/futura_pt/2E1824_0_0.woff") format("woff"), url("/assets/fonts/futura_pt/2E1824_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FuturaPT';
  font-weight: normal;
  font-style: italic;
  src: url("/assets/fonts/futura_pt/2E1824_1_0.eot");
  src: url("/assets/fonts/futura_pt/2E1824_1_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/futura_pt/2E1824_1_0.woff2") format("woff2"), url("/assets/fonts/futura_pt/2E1824_1_0.woff") format("woff"), url("/assets/fonts/futura_pt/2E1824_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FuturaPTBold';
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/futura_pt/2E1824_2_0.eot");
  src: url("/assets/fonts/futura_pt/2E1824_2_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/futura_pt/2E1824_2_0.woff2") format("woff2"), url("/assets/fonts/futura_pt/2E1824_2_0.woff") format("woff"), url("/assets/fonts/futura_pt/2E1824_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FuturaPT-Medium';
  src: url("/assets/fonts/futura_pt/2E9F3A_0_0.eot");
  src: url("/assets/fonts/futura_pt/2E9F3A_0_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/futura_pt/2E9F3A_0_0.woff2") format("woff2"), url("/assets/fonts/futura_pt/2E9F3A_0_0.woff") format("woff"), url("/assets/fonts/futura_pt/2E9F3A_0_0.ttf") format("truetype"); }

.container-fluid {
  max-width: 1165px; }

.content-container {
  padding: 0 0 0 0; }

.modal .modal-dialog {
  width: 75%; }
  @media (max-width: 767px) {
    .modal .modal-dialog {
      width: 95%;
      margin: 0 auto; } }
  .modal .modal-dialog .modal-content .modal-header {
    border: 0; }

/* HERO SPACE *****/
.hero {
  display: block;
  position: relative;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff; }
  .hero .subtitle {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-family: "FuturaPT";
    font-size: 24px;
    letter-spacing: 2px;
    border-bottom: 2px solid #fff;
    color: #fff;
    opacity: 0.75;
    margin: 0 0 20px 0; }
  .hero h1,
  .hero .title {
    font-family: 'FuturaPTBold';
    font-size: 72px;
    line-height: 90px;
    text-transform: uppercase;
    margin: 0 0 0 0;
    z-index: 100;
    letter-spacing: 4px; }
    @media (max-width: 480px) {
      .hero h1,
      .hero .title {
        font-size: 40px;
        line-height: 50px; } }
  .hero h2 {
    font-family: 'FuturaPTBold';
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0;
    border: 0;
    color: #fff;
    z-index: 100; }
  .hero p {
    font-family: "Baskerville"; }
  .hero span {
    font-family: 'FuturaPT'; }
  .hero .content {
    width: 100%;
    height: auto;
    padding: 80px 0; }
    .hero .content .row {
      margin-left: 0;
      margin-right: 0; }
  .hero .button {
    margin: 30px 0; }
    .hero .button .btn, .hero .button .form-submit #submit, .form-submit .hero .button #submit {
      font-size: 30px;
      line-height: 30px;
      padding: 20px 35px 15px 35px !important; }
      .hero .button .btn .icon, .hero .button .form-submit #submit .icon, .form-submit .hero .button #submit .icon {
        width: 35px;
        height: 35px;
        margin-top: -10px;
        margin-right: 15px; }

.blue-cover,
.yellow-cover {
  background-color: #6E99A2;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8; }

.yellow-cover {
  background-color: #D8CA8B; }

.triangle {
  position: relative;
  background-image: url("/assets/img/triangle.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 120px;
  z-index: 99; }
  @media (max-width: 768px) {
    .triangle {
      height: 50px; } }
  .triangle.gray {
    background-image: url("/assets/img/triangle-gray.png"); }
  .triangle.blue {
    background-image: url("/assets/img/triangle-blue.png"); }
  .triangle.gray {
    background-image: url("/assets/img/triangle-gray.png"); }
  .triangle.gray-bg {
    background-color: #f9f9f9; }

/*************/
.circle-button {
  text-decoration: none !important; }
  .circle-button .button-content {
    position: absolute;
    right: -75px;
    top: -100px;
    border-radius: 50%;
    background-color: #ABCBB1;
    color: #fff;
    text-align: center;
    padding: 42px 25px;
    font-family: "FuturaPTBold";
    font-size: 19px;
    line-height: 25px;
    width: 150px;
    height: 150px;
    text-transform: uppercase;
    z-index: 110; }
    @media (max-width: 768px) {
      .circle-button .button-content {
        width: 125px;
        height: 125px;
        font-size: 15px;
        padding: 35px 5px !important;
        right: -50px; } }
    @media (max-width: 768px) {
      .circle-button .button-content {
        left: 50%;
        margin-left: -62px; } }
    .circle-button .button-content:hover {
      background-color: #D79366; }
    .circle-button .button-content .small {
      font-family: "Baskerville";
      font-size: 18px;
      text-transform: initial; }

h1, h2, h3, h4, h5 {
  font-style: normal;
  position: relative;
  z-index: 100; }

@media (max-width: 767px) {
  h1 {
    font-size: 26px; } }

h2 {
  display: inline-block;
  padding-bottom: .2em;
  font-family: 'FuturaPT';
  font-size: 48px;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 58px;
  color: #3A3A3A;
  border-bottom: 0px solid #d5e4e6; }
  @media (max-width: 1024px) {
    h2 {
      line-height: 50px; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 35px;
      line-height: 40px; } }

.pre-header-text {
  display: inline-block;
  padding-bottom: .2em;
  font-family: 'FuturaPT';
  font-size: 36px;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 0;
  color: #3A3A3A;
  margin-bottom: 50px;
  border-bottom: 8px solid #d5e4e6; }
  @media (max-width: 1024px) {
    .pre-header-text {
      line-height: 50px; } }
  @media (max-width: 768px) {
    .pre-header-text {
      font-size: 30px;
      line-height: 40px; } }

.block-title {
  color: #6E99A2;
  font-size: 18px !important; }

p {
  margin: 0 0 24px; }

.block-subtitle {
  font-size: 16px;
  margin: 25px 0 0;
  line-height: 1.428571429; }

.staff-title {
  text-transform: uppercase;
  color: #b7b7b7; }

@media (min-width: 992px) {
  a[href^="tel:"],
  a[href^="tel:"]:hover {
    color: #576967;
    text-decoration: none;
    cursor: text; } }

.entry-content ul, .entry-content ol {
  list-style-position: outside;
  margin-left: 30px; }

.entry-content ul ul, .entry-content ul ol, .entry-content ol ol, .entry-content ol ul {
  margin-left: 30px; }

.entry-content h2, .entry-content h3 {
  margin: 45px 0; }

.entry-content h4 {
  margin: 30px 0; }

.btn, .form-submit #submit {
  font-family: 'FuturaPT';
  font-size: 20px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  border: 0;
  margin-bottom: 10px;
  white-space: normal;
  border-radius: 0 !important;
  padding: 14px 19px !important; }
  @media (min-width: 992px) {
    .btn, .form-submit #submit {
      white-space: nowrap;
      margin-bottom: 0; } }

.entry-content .btn, .entry-content .form-submit #submit, .form-submit .entry-content #submit {
  margin-bottom: 10px; }

.btn-lg, .btn-group-lg > .btn, .form-submit .btn-group-lg > #submit {
  font-size: 22px;
  font-weight: 700; }

.load-more {
  position: relative; }
  .load-more .spinner {
    display: none;
    position: absolute;
    left: 50%;
    top: -10px; }
  .load-more.loading span {
    visibility: hidden; }
  .load-more.loading .spinner {
    display: block; }

@media print {
  .bordered {
    border: 0; } }

.thin {
  font-weight: 300; }

.italic {
  font-style: italic;
  font-size: 18px; }

.alignright,
.alignleft {
  display: block;
  clear: both;
  margin: 0 auto 20px; }

@media (min-width: 992px) {
  .alignright {
    float: right;
    margin-left: 40px;
    margin-right: -100px; }
  .alignleft {
    float: left;
    margin-right: 40px;
    margin-left: -100px; }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

label {
  font-family: "FuturaPT"; }

.masthead {
  padding: 20px 0 0; }
  @media (min-width: 992px) {
    .masthead {
      padding: 20px 0; } }
  @media (min-width: 992px) {
    .masthead .masthead-tools {
      padding-top: 0px; } }
  @media (min-width: 992px) {
    .masthead .masthead-tools.right {
      text-align: right; } }
  @media (max-width: 768px) {
    .masthead .masthead-tools.right {
      width: 90%; } }
  @media (max-width: 480px) {
    .masthead .masthead-tools.right {
      width: 100%; } }
  .masthead .btn-default {
    color: #191919;
    margin-top: 10px; }
    @media (min-width: 992px) {
      .masthead .btn-default {
        margin-top: 0; } }
    .masthead .btn-default .ss-icon {
      font-size: 10px;
      padding-right: 5px; }
  .masthead hr {
    border-bottom: 3px solid #eeeeee;
    width: 100%; }
    @media (max-width: 991px) {
      .masthead hr {
        margin-top: 10px;
        margin-bottom: 10px; } }

.password-update .masthead-tools {
  display: none; }

.password-update .masthead {
  padding-bottom: 0; }

.breadcrumbs {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 11px; }
  @media (min-width: 768px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus, .breadcrumbs a:visited {
    color: #b3b3b3;
    font-size: 11px; }
  .breadcrumbs .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-left: 4px solid #b3b3b3;
    border-bottom: 4px solid transparent;
    position: relative;
    top: -1px; }

.featured-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0; }

.sharing {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 30px; }
  .sharing:before, .sharing:after {
    content: " ";
    display: table; }
  .sharing:after {
    clear: both; }
  .sharing li {
    float: left;
    text-align: center;
    width: 33%; }

.sidebar .sharing {
  margin-bottom: 40px;
  padding-left: 0;
  overflow: hidden; }
  .sidebar .sharing li {
    line-height: 20px !important; }

.sharing-dropdown li {
  padding: 10px; }
  .sharing-dropdown li.divider {
    padding: 0;
    margin: 0; }

.well, .shop-content .sidebar .detail-sidebar-blue,
blockquote {
  text-align: center;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin: 55px 0;
  color: #4582AB;
  font-family: "FuturaPT";
  font-size: 36px;
  line-height: 47px;
  color: #D79366;
  font-weight: 700; }
  .well.pull-right, .shop-content .sidebar .pull-right.detail-sidebar-blue,
  blockquote.pull-right {
    float: right;
    margin: 0 -100px 0 0;
    text-align: left;
    width: 450px;
    border: 0;
    padding: 20px 0 20px 20px; }
    @media (max-width: 768px) {
      .well.pull-right, .shop-content .sidebar .pull-right.detail-sidebar-blue,
      blockquote.pull-right {
        width: 100%;
        float: none;
        margin: 0; } }

.well-workplace-checklist .well, .well-workplace-checklist .shop-content .sidebar .detail-sidebar-blue, .shop-content .sidebar .well-workplace-checklist .detail-sidebar-blue {
  margin: 15px 0;
  font-size: 1em;
  line-height: 1.6; }

.block-grid {
  text-align: center;
  margin-bottom: 55px; }
  .block-grid .row {
    margin-bottom: 30px; }

.quote-title,
.well-title,
.grid-title {
  text-transform: uppercase;
  font-size: 21px;
  color: #576967;
  line-height: 1.428571429; }

.col-offset-alt {
  padding-left: 45px; }

.content {
  padding: 0 0 40px 0; }
  @media (min-width: 992px) {
    .content {
      padding: 0 0 100px 0; } }
  .content img {
    max-width: 100%;
    height: auto; }

.page-title {
  margin-bottom: 0;
  font-weight: 700; }
  @media (max-width: 767px) {
    .page-title {
      margin-top: 0; } }
  .page-title img {
    margin-left: 10px;
    width: 100px;
    height: auto; }
    @media (min-width: 1170px) {
      .page-title img {
        margin-left: 30px;
        width: auto; } }

.question {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px; }

.contact-welcoa {
  margin-top: 25px; }

.profiles {
  padding: 0;
  margin-top: 75px; }
  .profiles li {
    margin-bottom: 60px;
    list-style-type: none; }
    .profiles li img {
      margin: 10px auto 0;
      position: relative;
      display: block; }
  .profiles p {
    margin-bottom: 15px; }
  .profiles h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px; }
    .profiles h5 .position {
      color: #a8a8a8;
      font-weight: 500; }
  .profiles .btn-primary, .profiles .form-submit #submit, .form-submit .profiles #submit {
    margin-right: 5px; }

.call-out {
  margin-top: 100px;
  text-align: center; }
  .call-out h5 {
    margin-left: 0px;
    color: #4582ab;
    text-transform: uppercase;
    font-weight: 700; }
  .call-out img {
    margin: 0 auto;
    position: relative;
    display: block; }
  .call-out p {
    color: #1a1a1a;
    font-size: 13px;
    padding: 0 10px; }
  .call-out a {
    color: #4582ab;
    text-decoration: underline;
    font-size: 13px; }

@media (max-width: 1100px) {
  .profile-copy {
    padding-left: 40px; } }

@media (max-width: 990px) {
  .widget .sidebar-title {
    background-position: center; }
  .widget h5 {
    margin-left: 0px;
    text-align: center; } }

@media (max-width: 768px) {
  .profile-copy {
    padding-left: 0px; }
  .sidebar {
    margin-top: 40px; }
    .sidebar .more-info {
      background-position: center; }
    .sidebar .title {
      margin-left: 0px; }
    .sidebar ul li, .sidebar ul .current {
      margin-left: 0px; } }

@media (max-wdith: 991px) {
  .sidebar-nav {
    min-height: 0; }
  .header-button {
    text-align: left;
    margin-top: 10px; }
  .content {
    margin-top: 0px; }
  .profiles li {
    text-align: center; }
    .profiles li img {
      margin: 0 auto 10px; }
  .call-out {
    margin-top: 60px; } }

@media (max-width: 1169px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 25.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    border-right-color: #333333;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table, .shop-content .sidebar .table-responsive > table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th, .shop-content .sidebar .table-responsive > table > thead > tr > th,
      .table-responsive > .table > thead > tr > td, .shop-content .sidebar
      .table-responsive > table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th, .shop-content .sidebar
      .table-responsive > table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td, .shop-content .sidebar
      .table-responsive > table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th, .shop-content .sidebar
      .table-responsive > table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td, .shop-content .sidebar
      .table-responsive > table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

.checklist-menu-item i {
  font-size: 60%; }

.popover-button {
  cursor: pointer; }

.popover {
  border: 0;
  width: 205px;
  text-align: center;
  font-size: 16px;
  font-family: "FuturaPTBold";
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #222; }
  .popover .arrow {
    border-top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .popover a {
    text-decoration: underline;
    color: #308bd8;
    font-family: "FuturaPT"; }

.shape {
  width: 100%;
  height: 100px; }
  .shape .triangle-right {
    float: left;
    width: 50%;
    height: 0;
    border-bottom: 100px solid gray;
    border-right: 100px solid transparent; }
  .shape .triangle-left {
    float: left;
    width: 50%;
    height: 0;
    border-bottom: 100px solid gray;
    border-left: 100px solid transparent; }

.clear {
  clear: both; }

:-ms-input-placeholder {
  /* IE10–11 */
  color: #a9a9a9 !important; }

::-ms-input-placeholder {
  /* Edge */
  color: #a9a9a9; }

@media (max-width: 768px) {
  .hero .row,
  .featured-post .row,
  .content .row {
    margin-left: 0;
    margin-right: 0; } }

.button-bar {
  margin-bottom: 80px;
  background: -webkit-linear-gradient(right, #ABCBB1 50%, #E7E9EA 50%);
  background: linear-gradient(to left, #ABCBB1 50%, #E7E9EA 50%);
  font-family: "FuturaPT";
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .button-bar .container {
      width: 100%; } }
  .button-bar .btn, .button-bar .form-submit #submit, .form-submit .button-bar #submit {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px !important;
    letter-spacing: 1.25px;
    margin-left: 20px; }
    @media (max-width: 480px) {
      .button-bar .btn, .button-bar .form-submit #submit, .form-submit .button-bar #submit {
        margin-left: 0; } }
  .button-bar .left-content {
    background-color: #E7E9EA;
    padding: 70px 50px 70px 0; }
    @media (max-width: 768px) {
      .button-bar .left-content {
        text-align: center; } }
    @media (max-width: 480px) {
      .button-bar .left-content {
        padding: 70px 10px; } }
    .button-bar .left-content .btn, .button-bar .left-content .form-submit #submit, .form-submit .button-bar .left-content #submit {
      background-color: #AAC9CC; }
      .button-bar .left-content .btn:hover, .button-bar .left-content .form-submit #submit:hover, .form-submit .button-bar .left-content #submit:hover {
        background-color: #6E99A2; }
  .button-bar .right-content {
    background-color: #ABCBB1;
    padding: 70px 0px 70px 50px; }
    @media (max-width: 768px) {
      .button-bar .right-content {
        text-align: center; } }
    @media (max-width: 480px) {
      .button-bar .right-content {
        padding: 70px 30px; } }
    .button-bar .right-content .btn, .button-bar .right-content .form-submit #submit, .form-submit .button-bar .right-content #submit {
      background-color: #CAE4CF; }
      .button-bar .right-content .btn:hover, .button-bar .right-content .form-submit #submit:hover, .form-submit .button-bar .right-content #submit:hover {
        background-color: #AAC9CC; }

/* BLUE TRIANGLE LAYOUT SECTION */
.blue-triangle-content .intro,
.gray-triangle-content .intro {
  font-family: "FuturaPT";
  font-size: 24px;
  letter-spacing: 2px;
  color: #3A3A3A;
  text-transform: uppercase;
  margin-top: 50px; }

.blue-triangle-content span,
.gray-triangle-content span {
  font-family: "FuturaPTBold";
  color: #D79366;
  letter-spacing: 2px; }

.blue-triangle-content a,
.gray-triangle-content a {
  text-decoration: none !important; }

.blue-triangle-content .ss-icon,
.gray-triangle-content .ss-icon {
  color: #D79366;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 30px; }

.blue-triangle-content .join-content,
.gray-triangle-content .join-content {
  background-color: #d4e3e4;
  padding-bottom: 100px; }
  .blue-triangle-content .join-content.gray,
  .gray-triangle-content .join-content.gray {
    background-color: #f8f8f8; }
  .blue-triangle-content .join-content h2,
  .gray-triangle-content .join-content h2 {
    border-bottom: 10px solid #9fbbc0; }
  .blue-triangle-content .join-content .box,
  .gray-triangle-content .join-content .box {
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 2px 2px 0px #729ba4; }
    .blue-triangle-content .join-content .box .subtitle,
    .gray-triangle-content .join-content .box .subtitle {
      font-family: "FuturaPT";
      font-size: 24px;
      letter-spacing: 2px;
      color: #6E99A2;
      text-transform: uppercase;
      margin: 20px 0; }
    .blue-triangle-content .join-content .box .title,
    .gray-triangle-content .join-content .box .title {
      font-family: "FuturaPTBold";
      font-size: 36px;
      line-height: 36px;
      color: #576967;
      text-transform: uppercase;
      width: 65%;
      margin: 0 auto 20px; }
      @media (max-width: 480px) {
        .blue-triangle-content .join-content .box .title,
        .gray-triangle-content .join-content .box .title {
          font-size: 30px;
          width: 100%; } }
      @media (max-width: 320px) {
        .blue-triangle-content .join-content .box .title,
        .gray-triangle-content .join-content .box .title {
          font-size: 25px; } }
    .blue-triangle-content .join-content .box p,
    .gray-triangle-content .join-content .box p {
      font-size: 18px;
      width: 75%;
      margin: 0 auto 20px; }
    .blue-triangle-content .join-content .box .price,
    .gray-triangle-content .join-content .box .price {
      font-family: "FuturaPTBold";
      color: #6E99A2;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 35px; }
    .blue-triangle-content .join-content .box .button,
    .gray-triangle-content .join-content .box .button {
      width: 100%; }
      .blue-triangle-content .join-content .box .button a,
      .gray-triangle-content .join-content .box .button a {
        width: 100%;
        background-color: #ABCBB1;
        color: #393A3A;
        padding: 15px !important;
        font-family: "FuturaPT";
        font-size: 30px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        text-decoration: none; }
        .blue-triangle-content .join-content .box .button a:hover,
        .gray-triangle-content .join-content .box .button a:hover {
          background-color: #AAC9CC; }

.join-list #header-email-signup {
  display: none; }

.join-list .ginput_left {
  margin-bottom: 10px; }

#header-email-signup {
  background-color: #6E99A2;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  height: 80px; }
  @media (max-width: 768px) {
    #header-email-signup {
      height: auto; } }
  #header-email-signup .close {
    position: relative;
    float: left;
    text-shadow: none;
    color: #fff;
    opacity: 0.8;
    height: 30px;
    margin-top: 5px;
    font-size: 25px;
    padding-top: 10px; }
    #header-email-signup .close:hover {
      opacity: 1; }
  #header-email-signup .form-info {
    text-align: right; }
    @media (max-width: 768px) {
      #header-email-signup .form-info {
        text-align: center;
        width: 75%;
        margin: 0 auto; } }
  #header-email-signup .text {
    padding: 8px 25% 8px 0px;
    display: inline-block;
    text-align: center; }
    @media (max-width: 1000px) {
      #header-email-signup .text {
        padding: 8px 10px 8px 0; } }
    @media (max-width: 768px) {
      #header-email-signup .text {
        font-size: 15px; } }
  #header-email-signup .join-button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    border-color: #214a65;
    background-color: #ABCBB1;
    color: #fff;
    opacity: 0.8; }
    #header-email-signup .join-button:hover {
      opacity: 1; }
  #header-email-signup .header-form {
    display: none;
    text-align: center;
    width: 70%;
    float: right; }
    @media (max-width: 1000px) {
      #header-email-signup .header-form {
        width: 80%; } }
    @media (max-width: 800px) {
      #header-email-signup .header-form {
        width: 90%; } }
    #header-email-signup .header-form label {
      display: none; }
    #header-email-signup .header-form .gform_body {
      display: inline-block;
      width: 80%; }
      @media (max-width: 768px) {
        #header-email-signup .header-form .gform_body {
          display: block;
          float: none;
          width: 100%; } }
      #header-email-signup .header-form .gform_body .gfield {
        padding: 0;
        margin-bottom: 0; }
        #header-email-signup .header-form .gform_body .gfield.field-left, #header-email-signup .header-form .gform_body .gfield.field-right {
          width: 100% !important; }
      #header-email-signup .header-form .gform_body .ginput_container {
        width: 100%; }
    #header-email-signup .header-form .ginput_left,
    #header-email-signup .header-form .ginput_right {
      float: left;
      width: 48%;
      margin-left: 2%;
      margin-right: 0 !important; }
      @media (max-width: 768px) {
        #header-email-signup .header-form .ginput_left,
        #header-email-signup .header-form .ginput_right {
          margin-left: 0;
          margin-bottom: 5px;
          width: 100%;
          float: none; } }
      #header-email-signup .header-form .ginput_left input,
      #header-email-signup .header-form .ginput_right input {
        padding: 24px 15px;
        font-size: 16px; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          #header-email-signup .header-form .ginput_left input,
          #header-email-signup .header-form .ginput_right input {
            height: 40px;
            padding: 0 15px; } }
    #header-email-signup .header-form .gform_footer {
      float: right;
      width: 120px; }
      @media (max-width: 768px) {
        #header-email-signup .header-form .gform_footer {
          display: block;
          float: none;
          width: 100%; } }
      #header-email-signup .header-form .gform_footer button {
        width: 100%;
        font-size: 14px;
        padding: 10px 20px;
        border-color: #214a65;
        background-color: #ABCBB1;
        color: #fff;
        opacity: 0.8; }
        #header-email-signup .header-form .gform_footer button:hover {
          opacity: 1; }
        @media (max-width: 768px) {
          #header-email-signup .header-form .gform_footer button {
            width: 100%; } }
  #header-email-signup .validation_message {
    color: #aadbe1 !important;
    text-align: left;
    font-size: 11px;
    display: none; }
  #header-email-signup .validation_error {
    display: none !important; }
  #header-email-signup .gform_confirmation_message {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding: 8px; }

@media (max-width: 1160px) {
  #menu-primary a {
    padding: 10px 15px;
    font-size: 16px; } }

@media (max-width: 992px) {
  #menu-secondary-menu a,
  #menu-secondary-menu-1 a {
    font-size: 16px;
    padding-right: 0; } }

.fixed-nav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%; }
  @media (max-width: 992px) {
    .fixed-nav {
      display: none !important; } }
  .fixed-nav .fixed-logo {
    float: left;
    margin-right: 15px; }
  .fixed-nav .top-nav-fixed {
    background-color: #ffffff !important; }
  @media (max-width: 1160px) {
    .fixed-nav .search-field {
      width: 240px !important; } }

#top-nav {
  background-color: #f3f4f5; }

#logo-space {
  padding: 30px 0; }
  @media (min-width: 768px) {
    #logo-space {
      padding: 25px 0; } }
  #logo-space .logo-image {
    text-align: center; }

.logo {
  display: block;
  height: 40px;
  width: 225px;
  margin: 0;
  background: url("/assets/img/logo_2016.png") no-repeat;
  background-size: 225px auto;
  text-indent: -999em;
  overflow: hidden; }
  @media (min-width: 768px) {
    .logo {
      margin: 0 auto;
      height: 80px;
      width: 288px;
      background-size: 288px auto; } }

#header span {
  margin-right: 1em; }
  #header span a {
    color: #333333; }

#header span.caret {
  margin-right: 0; }

@media (min-width: 768px) {
  #header {
    padding: 20px 0;
    font-size: 13px; } }

#header .form-group {
  width: auto; }

#header .dropdown {
  margin-top: 10px; }
  #header .dropdown.open .dropdown-toggle {
    background: #FECE71;
    position: relative; }
    #header .dropdown.open .dropdown-toggle:after {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -10px;
      bottom: -3px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #feb11c;
      display: block; }

@media (max-width: 767px) {
  #header .dropdown {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 5px; }
    #header .dropdown.open .dropdown-toggle {
      color: #feb11c;
      background: none; }
    #header .dropdown .dropdown-toggle {
      font-size: 18px;
      color: #BFBFBF; } }

#header .dropdown-menu {
  left: auto;
  right: 0;
  text-align: left;
  border: solid 2px #feb11c;
  border-radius: 0; }
  #header .dropdown-menu > li > a {
    padding: 6px 16px; }
    #header .dropdown-menu > li > a:hover {
      background: none;
      color: #4582ab; }

.navbar-default .navbar-nav .current a {
  color: #feb11c; }

#top-nav {
  font-family: 'FuturaPT'; }
  @media (max-width: 342px) {
    #top-nav .container-fluid {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 342px) {
    #top-nav .container-fluid .row {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0; } }
  #top-nav .top-nav-links {
    font-size: 13px;
    letter-spacing: 1.5px;
    display: none; }
    @media (min-width: 992px) {
      #top-nav .top-nav-links {
        display: block; } }
    #top-nav .top-nav-links ul {
      list-style: none;
      -webkit-margin-before: 0em;
      -webkit-margin-after: 0em;
      -webkit-margin-start: 0px;
      -webkit-margin-end: 0px;
      -webkit-padding-start: 0px;
      margin-bottom: 0; }
      #top-nav .top-nav-links ul li {
        float: left;
        padding: 5px 20px 5px 0;
        text-transform: uppercase; }
        #top-nav .top-nav-links ul li a {
          color: #383838;
          line-height: 35px; }
          #top-nav .top-nav-links ul li a:hover, #top-nav .top-nav-links ul li a:focus, #top-nav .top-nav-links ul li a:active {
            text-decoration: none;
            color: #383838; }
  #top-nav .top-nav-buttons {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-align: center;
    padding-right: 0; }
    @media (max-width: 342px) {
      #top-nav .top-nav-buttons {
        text-align: left; } }
    @media (max-width: 480px) {
      #top-nav .top-nav-buttons {
        font-size: 13px; } }
    @media (max-width: 992px) {
      #top-nav .top-nav-buttons {
        padding-left: 0px;
        height: 45px; } }
    @media (min-width: 992px) {
      #top-nav .top-nav-buttons {
        text-align: right; } }
    #top-nav .top-nav-buttons .top-button {
      padding: 15px 25px;
      height: 42px;
      line-height: 42px;
      color: #383838; }
      #top-nav .top-nav-buttons .top-button.cart-num {
        padding-left: 10px;
        padding-right: 10px; }
      @media (max-width: 342px) {
        #top-nav .top-nav-buttons .top-button {
          letter-spacing: 0; } }
      @media (max-width: 992px) {
        #top-nav .top-nav-buttons .top-button {
          width: 50%; } }
      #top-nav .top-nav-buttons .top-button:hover, #top-nav .top-nav-buttons .top-button:focus, #top-nav .top-nav-buttons .top-button:active {
        text-decoration: none;
        color: #383838; }
    #top-nav .top-nav-buttons .blue {
      background-color: #a8c9cc; }
    #top-nav .top-nav-buttons .green {
      background-color: #c9e3cf; }

.navbar {
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  min-height: 0px; }
  @media (min-width: 992px) {
    .navbar {
      font-size: 18px;
      min-height: 50px; } }
  @media (max-width: 991px) {
    .navbar .search-box .search-field {
      padding: 25px 10px; } }
  .navbar .dropdown {
    display: none;
    z-index: 1000;
    position: absolute;
    left: 10px;
    margin-top: -10px;
    padding: 25px;
    background: #FFF;
    width: 320px;
    letter-spacing: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); }
    .navbar .dropdown.has-columns {
      width: 520px; }
    .navbar .dropdown .nav a {
      padding: 3px 0;
      color: #262626;
      text-transform: none; }
      .navbar .dropdown .nav a:hover {
        background: none;
        color: #5bc0de; }
  .navbar .dropdown-heading {
    border-bottom: 3px solid #eeeeee;
    margin-bottom: 10px;
    padding-bottom: 20px; }
    .navbar .dropdown-heading .dropdown-heading-title {
      margin: 0;
      line-height: 1;
      text-transform: none;
      font-size: 30px; }
    .navbar .dropdown-heading a {
      padding-top: 6px; }
      .navbar .dropdown-heading a:hover {
        text-decoration: none; }
    .navbar .dropdown-heading i {
      position: relative;
      top: 2px; }
  .navbar .dropdown-row {
    margin-bottom: 10px; }
    .navbar .dropdown-row:before, .navbar .dropdown-row:after {
      content: " ";
      display: table; }
    .navbar .dropdown-row:after {
      clear: both; }
  .navbar .dropdown-column {
    float: left;
    width: 220px; }
    .navbar .dropdown-column.first {
      margin-right: 30px; }
  .navbar .dropdown-subheading {
    color: #a9a9a9;
    font-size: 16px; }

.navbar-nav {
  margin-left: 0;
  margin-right: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }
  .navbar-nav.secondary {
    display: none; }
    @media (max-width: 991px) {
      .navbar-nav.secondary {
        display: block; } }

.navbar-nav > li {
  font-family: 'FuturaPT';
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center; }
  .navbar-nav > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 50px;
    line-height: 30px; }
    @media (max-width: 768px) {
      .navbar-nav > li a {
        font-size: 18px;
        padding: 5px 10px !important; } }

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  max-height: 1000px !important; }
  .navbar-collapse.in {
    overflow-y: visible; }

.navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
  margin-top: -95px;
  margin-bottom: 0;
  font-size: 21px; }
  @media (max-width: 992px) {
    .navbar-default .navbar-toggle {
      margin-top: -110px; } }
  @media (max-width: 768px) {
    .navbar-default .navbar-toggle {
      margin-top: -72px; } }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none; }
  .navbar-default .navbar-toggle .icon-bar {
    background: #e67300;
    width: 45px;
    height: 5px;
    margin-bottom: 8px; }

.primary-nav .menu-item {
  cursor: pointer; }

.primary-nav > li.menu-item.menu-item-has-children > a {
  padding: 10px 25px; }
  .primary-nav > li.menu-item.menu-item-has-children > a::after {
    content: '\25BE';
    font-family: SSStandard;
    font-size: 8px;
    padding-left: 8px;
    vertical-align: top; }
  .primary-nav > li.menu-item.menu-item-has-children > a.active-drop {
    padding: 5px 25px 9px;
    border-top: 5px solid #aac9cc;
    background-color: #fff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
    z-index: 104; }

.primary-nav > li.menu-item a {
  padding: 10px 25px; }

.primary-nav .sub-menu {
  position: absolute;
  min-width: 100%;
  z-index: 1000;
  list-style: none;
  text-align: left;
  background-color: white;
  left: 0;
  white-space: nowrap;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 2px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-padding-start: 0; }
  .primary-nav .sub-menu a {
    color: #383838;
    line-height: 40px;
    padding: 5px 25px;
    display: block;
    font-size: 15px; }
    .primary-nav .sub-menu a:hover {
      background-color: #D79366;
      color: #fff;
      text-decoration: none; }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu > .mm-panel {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0; }

.mm-menu > .mm-panel.mm-opened {
  left: 0%; }

.mm-menu > .mm-panel.mm-subopened {
  left: -40%; }

.mm-menu > .mm-panel.mm-highest {
  z-index: 1; }

.mm-menu .mm-list {
  padding: 20px 0; }

.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }

.mm-panel > .mm-list:first-child {
  padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }

.mm-list a,
.mm-list a:hover {
  text-decoration: none; }

.mm-list > li {
  position: relative; }

.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto; }

.mm-list a.mm-subopen {
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%; }

.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none; }

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px; }

.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent; }

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0; }

.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px; }

.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px; }

.mm-list > li.mm-spacer {
  padding-top: 40px; }

.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px; }

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px; }

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent; }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }

.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px solid transparent; }

html.mm-opening .mm-page {
  border: 0px solid #010101; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-opened .mm-page {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px; } }

@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; } }

.join-list #footer-email-signup {
  display: none; }

#footer-email-signup {
  font-family: "FuturaPT";
  text-transform: uppercase;
  color: #222;
  background-color: #CAE4CF;
  padding: 65px 0; }
  #footer-email-signup .footer-form {
    text-align: center; }
    #footer-email-signup .footer-form label {
      display: none; }
    #footer-email-signup .footer-form .gform_heading {
      width: 60%;
      float: left;
      padding-top: 12px;
      text-align: left; }
      @media (max-width: 768px) {
        #footer-email-signup .footer-form .gform_heading {
          text-align: center;
          width: 100%; } }
      #footer-email-signup .footer-form .gform_heading .gform_description {
        font-size: 18px; }
    #footer-email-signup .footer-form .gform_body {
      float: left;
      width: 30%; }
      @media (max-width: 991px) {
        #footer-email-signup .footer-form .gform_body {
          width: 75%; } }
      @media (max-width: 768px) {
        #footer-email-signup .footer-form .gform_body {
          width: 100%; } }
      #footer-email-signup .footer-form .gform_body .gfield {
        padding: 0;
        margin-bottom: 0; }
        #footer-email-signup .footer-form .gform_body .gfield input {
          padding: 25px 10px 25px 45px;
          font-size: 18px;
          background: #fff url("/assets/img/email-icon.png") 15px 47% no-repeat; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            #footer-email-signup .footer-form .gform_body .gfield input {
              height: 50px;
              padding: 0 15px 0 45px; } }
        #footer-email-signup .footer-form .gform_body .gfield.field-left, #footer-email-signup .footer-form .gform_body .gfield.field-right {
          width: 100% !important; }
      #footer-email-signup .footer-form .gform_body .ginput_container {
        width: 100%; }
    #footer-email-signup .footer-form .ginput_left,
    #footer-email-signup .footer-form .ginput_right {
      float: left;
      width: 48%;
      margin-right: 2%; }
      @media (max-width: 768px) {
        #footer-email-signup .footer-form .ginput_left,
        #footer-email-signup .footer-form .ginput_right {
          width: 100%;
          margin: 0 0 10px 0; } }
      #footer-email-signup .footer-form .ginput_left input,
      #footer-email-signup .footer-form .ginput_right input {
        padding: 20px 15px;
        border-radius: 0px; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          #footer-email-signup .footer-form .ginput_left input,
          #footer-email-signup .footer-form .ginput_right input {
            height: 40px;
            padding: 0 15px; } }
    #footer-email-signup .footer-form .gform_footer {
      float: right;
      width: 10%; }
      @media (max-width: 991px) {
        #footer-email-signup .footer-form .gform_footer {
          width: 25%; } }
      @media (max-width: 768px) {
        #footer-email-signup .footer-form .gform_footer {
          width: 100%; } }
      #footer-email-signup .footer-form .gform_footer button {
        width: 100%;
        height: 50px;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 10px 20px;
        background-color: #AAC9CC;
        color: #333;
        opacity: 1; }
        #footer-email-signup .footer-form .gform_footer button:hover {
          opacity: 1; }
  #footer-email-signup .gform_confirmation_message {
    background-color: transparent;
    border: 0;
    color: #393A3A;
    padding: 0;
    margin: 0; }
  #footer-email-signup .validation_message {
    color: #aadbe1 !important;
    text-align: left;
    font-size: 11px; }
  #footer-email-signup .validation_error {
    background-color: #f2dede;
    color: #a6322d;
    border-radius: 5px;
    padding: 10px;
    display: none; }

#footer {
  background: #486467 url("/assets/img/footer-bg.jpg") no-repeat;
  background-size: cover;
  color: #b3b3b3;
  text-align: center; }
  @media (max-width: 480px) {
    #footer {
      padding: 0; } }
  @media (min-width: 768px) {
    #footer {
      padding: 0 0 40px 0;
      border-left-width: 12px;
      border-right-width: 12px;
      border-bottom-width: 12px;
      font-size: 13px; } }
  @media (min-width: 992px) {
    #footer {
      border-left-width: 20px;
      border-right-width: 20px;
      border-bottom-width: 20px; } }
  @media (min-width: 992px) {
    #footer {
      text-align: left; } }
  #footer .footer-tag {
    text-align: right; }
    @media (max-width: 768px) {
      #footer .footer-tag {
        text-align: center; } }
  #footer .logo {
    margin-bottom: 2em;
    background-image: url("/assets/img/logo-wht.png");
    background-position: center top;
    opacity: .4;
    width: 100%; }
    @media (min-width: 992px) {
      #footer .logo {
        text-align: left;
        background-position: left top; } }
  #footer .helpful-links {
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      #footer .helpful-links {
        margin-top: 40px; } }
  #footer ul.social {
    list-style: none;
    margin: 0 0 10px;
    padding: 0; }
    #footer ul.social li {
      display: inline;
      margin-right: 10px;
      font-size: 28px; }
      #footer ul.social li a {
        color: #fff; }
      #footer ul.social li:last-child {
        margin-right: 0; }
  #footer ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase; }
    #footer ul.links > li {
      float: left;
      display: inline;
      margin-right: 60px;
      line-height: 2em; }
      @media (max-width: 768px) {
        #footer ul.links > li {
          display: block;
          float: none;
          margin-right: 0;
          margin-bottom: 40px; } }
      #footer ul.links > li a {
        color: #AAC9CC;
        text-transform: uppercase;
        font-family: "FuturaPTBold";
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase; }
      #footer ul.links > li ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #footer ul.links > li ul a {
          color: #fff;
          font-family: "FuturaPT";
          text-transform: none;
          font-weight: normal;
          letter-spacing: 1.5px;
          text-transform: uppercase; }
          #footer ul.links > li ul a:hover {
            color: #feb11c;
            text-decoration: none; }
      #footer ul.links > li:last-child {
        margin-right: 0; }
  @media (max-width: 768px) {
    #footer .footer-links {
      float: none !important; } }
  #footer .footer-info {
    padding-top: 55px;
    text-align: right;
    font-size: 18px;
    color: #fff;
    float: right !important; }
    @media (max-width: 768px) {
      #footer .footer-info {
        float: none !important;
        text-align: center; } }
    #footer .footer-info .name {
      font-family: "FuturaPT";
      font-size: 15px;
      letter-spacing: 2px;
      color: #ABCBB1; }
    #footer .footer-info a {
      color: #fff; }
  #footer h5 {
    color: #FFF; }
    #footer h5 a {
      color: #FFF; }

@media print {
  #footer {
    border: 0; } }

.clear {
  clear: both; }

.sidebar-title {
  text-indent: -9999px;
  background: url("/assets/img/more-info.jpg") no-repeat;
  height: 125px;
  width: auto;
  margin: 0;
  background-position: 32px top; }
  @media (min-width: 1170px) {
    .sidebar-title {
      background-position: 55px top; } }

.sidebar {
  font-size: 21px; }
  .sidebar .widget {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .sidebar .widget {
        padding-left: 30px; } }
  .sidebar .testimonial {
    background: none;
    margin: 0; }
  @media (min-width: 992px) and (max-width: 1169px) {
    .sidebar blockquote {
      font-size: 14px;
      line-height: 21px; } }
  .sidebar .widget-title {
    font-size: 12px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .sidebar .widget-title {
        font-size: 16px; } }
  .sidebar .title {
    font-weight: 700;
    text-transform: uppercase; }
  .sidebar a {
    color: #4582ab;
    text-decoration: underline;
    display: block; }
  .sidebar span {
    display: block; }
  .sidebar .sidebar-extras {
    margin-top: 100px; }
  .sidebar ul {
    margin: 0;
    padding: 0; }
    .sidebar ul li {
      list-style-type: none;
      line-height: 30px; }
      .sidebar ul li a {
        color: #262626;
        font-weight: 400;
        line-height: 30px;
        text-decoration: none; }
    @media (min-width: 992px) {
      .sidebar ul .current,
      .sidebar ul .current-cat,
      .sidebar ul .current_page_item {
        margin-left: -8px; } }
    .sidebar ul .current > a,
    .sidebar ul .current-cat > a,
    .sidebar ul .current_page_item > a {
      color: #ffffff;
      font-weight: 700;
      background: #4582ab;
      padding: 4px 8px;
      display: inline; }
    .sidebar ul .children {
      padding-left: 25px; }
  .sidebar .post-date {
    color: #b7b7b7;
    font-size: 14px; }
  .sidebar .product-grid {
    text-align: left; }
    .sidebar .product-grid div.row {
      border-bottom: none; }
    .sidebar .product-grid div.col-sm-4 {
      width: 100% !important;
      margin: 0 0 50px; }
      .sidebar .product-grid div.col-sm-4 a {
        display: inline;
        text-decoration: none;
        color: #000; }
    .sidebar .product-grid hr {
      display: none; }
    .sidebar .product-grid .product-grid-actions {
      padding-top: 20px; }
  .sidebar h3 {
    position: relative; }
    .sidebar h3 small a {
      position: absolute;
      right: 0;
      font-size: 11px;
      bottom: 5px; }

.widget {
  margin-bottom: 50px; }

.sidebar-block {
  text-align: center; }
  .sidebar-block blockquote {
    margin: 0; }
  .sidebar-block img {
    display: block;
    margin: 0 auto; }
  .sidebar-block .btn, .sidebar-block .form-submit #submit, .form-submit .sidebar-block #submit {
    white-space: normal; }
  .sidebar-block.blue .block-title,
  .sidebar-block.blue .block-content a {
    color: #4582ab; }
    .sidebar-block.blue .block-title.btn-default, .sidebar-block.blue .block-title.btn-alt,
    .sidebar-block.blue .block-content a.btn-default,
    .sidebar-block.blue .block-content a.btn-alt {
      color: #fff; }
    .sidebar-block.blue .block-title.btn-primary, .sidebar-block.blue .form-submit .block-title#submit, .form-submit .sidebar-block.blue .block-title#submit,
    .sidebar-block.blue .block-content a.btn-primary,
    .sidebar-block.blue .block-content .form-submit a#submit, .form-submit
    .sidebar-block.blue .block-content a#submit {
      color: #191919; }
    .sidebar-block.blue .block-title.btn, .sidebar-block.blue .form-submit .block-title#submit, .form-submit .sidebar-block.blue .block-title#submit,
    .sidebar-block.blue .block-content a.btn,
    .sidebar-block.blue .block-content .form-submit a#submit, .form-submit
    .sidebar-block.blue .block-content a#submit {
      text-decoration: none; }
  .sidebar-block.red .block-title,
  .sidebar-block.red .block-content a {
    color: #a8394e; }
    .sidebar-block.red .block-title.btn-default, .sidebar-block.red .block-title.btn-alt,
    .sidebar-block.red .block-content a.btn-default,
    .sidebar-block.red .block-content a.btn-alt {
      color: #fff; }
    .sidebar-block.red .block-title.btn-primary, .sidebar-block.red .form-submit .block-title#submit, .form-submit .sidebar-block.red .block-title#submit,
    .sidebar-block.red .block-content a.btn-primary,
    .sidebar-block.red .block-content .form-submit a#submit, .form-submit
    .sidebar-block.red .block-content a#submit {
      color: #191919; }
    .sidebar-block.red .block-title.btn, .sidebar-block.red .form-submit .block-title#submit, .form-submit .sidebar-block.red .block-title#submit,
    .sidebar-block.red .block-content a.btn,
    .sidebar-block.red .block-content .form-submit a#submit, .form-submit
    .sidebar-block.red .block-content a#submit {
      text-decoration: none; }
  .sidebar-block.green .block-title,
  .sidebar-block.green .block-content a {
    color: #39a8a3; }
    .sidebar-block.green .block-title.btn-default, .sidebar-block.green .block-title.btn-alt,
    .sidebar-block.green .block-content a.btn-default,
    .sidebar-block.green .block-content a.btn-alt {
      color: #fff; }
    .sidebar-block.green .block-title.btn-primary, .sidebar-block.green .form-submit .block-title#submit, .form-submit .sidebar-block.green .block-title#submit,
    .sidebar-block.green .block-content a.btn-primary,
    .sidebar-block.green .block-content .form-submit a#submit, .form-submit
    .sidebar-block.green .block-content a#submit {
      color: #191919; }
    .sidebar-block.green .block-title.btn, .sidebar-block.green .form-submit .block-title#submit, .form-submit .sidebar-block.green .block-title#submit,
    .sidebar-block.green .block-content a.btn,
    .sidebar-block.green .block-content .form-submit a#submit, .form-submit
    .sidebar-block.green .block-content a#submit {
      text-decoration: none; }
  .sidebar-block.teal .block-title,
  .sidebar-block.teal .block-content a {
    color: #399ba8; }
    .sidebar-block.teal .block-title.btn-default, .sidebar-block.teal .block-title.btn-alt,
    .sidebar-block.teal .block-content a.btn-default,
    .sidebar-block.teal .block-content a.btn-alt {
      color: #fff; }
    .sidebar-block.teal .block-title.btn-primary, .sidebar-block.teal .form-submit .block-title#submit, .form-submit .sidebar-block.teal .block-title#submit,
    .sidebar-block.teal .block-content a.btn-primary,
    .sidebar-block.teal .block-content .form-submit a#submit, .form-submit
    .sidebar-block.teal .block-content a#submit {
      color: #191919; }
    .sidebar-block.teal .block-title.btn, .sidebar-block.teal .form-submit .block-title#submit, .form-submit .sidebar-block.teal .block-title#submit,
    .sidebar-block.teal .block-content a.btn,
    .sidebar-block.teal .block-content .form-submit a#submit, .form-submit
    .sidebar-block.teal .block-content a#submit {
      text-decoration: none; }
  .sidebar-block.orange .block-title,
  .sidebar-block.orange .block-content a {
    color: #e67300; }
    .sidebar-block.orange .block-title.btn-default, .sidebar-block.orange .block-title.btn-alt,
    .sidebar-block.orange .block-content a.btn-default,
    .sidebar-block.orange .block-content a.btn-alt {
      color: #fff; }
    .sidebar-block.orange .block-title.btn-primary, .sidebar-block.orange .form-submit .block-title#submit, .form-submit .sidebar-block.orange .block-title#submit,
    .sidebar-block.orange .block-content a.btn-primary,
    .sidebar-block.orange .block-content .form-submit a#submit, .form-submit
    .sidebar-block.orange .block-content a#submit {
      color: #191919; }
    .sidebar-block.orange .block-title.btn, .sidebar-block.orange .form-submit .block-title#submit, .form-submit .sidebar-block.orange .block-title#submit,
    .sidebar-block.orange .block-content a.btn,
    .sidebar-block.orange .block-content .form-submit a#submit, .form-submit
    .sidebar-block.orange .block-content a#submit {
      text-decoration: none; }
  .sidebar-block.blue .block-content a.btn, .sidebar-block.blue .block-content .form-submit a#submit, .form-submit .sidebar-block.blue .block-content a#submit, .sidebar-block.red .block-content a.btn, .sidebar-block.red .block-content .form-submit a#submit, .form-submit .sidebar-block.red .block-content a#submit, .sidebar-block.green .block-content a.btn, .sidebar-block.green .block-content .form-submit a#submit, .form-submit .sidebar-block.green .block-content a#submit, .sidebar-block.teal .block-content a.btn, .sidebar-block.teal .block-content .form-submit a#submit, .form-submit .sidebar-block.teal .block-content a#submit, .sidebar-block.orange .block-content a.btn, .sidebar-block.orange .block-content .form-submit a#submit, .form-submit .sidebar-block.orange .block-content a#submit {
    display: inline-block; }
  .sidebar-block.blue .block-content a.btn.btn-primary, .sidebar-block.blue .block-content .form-submit a#submit, .form-submit .sidebar-block.blue .block-content a#submit, .sidebar-block.red .block-content a.btn.btn-primary, .sidebar-block.red .block-content .form-submit a#submit, .form-submit .sidebar-block.red .block-content a#submit, .sidebar-block.green .block-content a.btn.btn-primary, .sidebar-block.green .block-content .form-submit a#submit, .form-submit .sidebar-block.green .block-content a#submit, .sidebar-block.teal .block-content a.btn.btn-primary, .sidebar-block.teal .block-content .form-submit a#submit, .form-submit .sidebar-block.teal .block-content a#submit, .sidebar-block.orange .block-content a.btn.btn-primary, .sidebar-block.orange .block-content .form-submit a#submit, .form-submit .sidebar-block.orange .block-content a#submit {
    color: #576967;
    text-decoration: none; }

.block-image {
  margin-bottom: 20px; }

.block-title {
  text-transform: uppercase;
  font-size: 16px; }

.block-content a {
  display: inline; }

.resources-sidebar .block-title {
  font-size: 36px;
  text-transform: none; }

.home .content {
  padding: 75px 0 20px; }

.home .hero .content {
  padding-bottom: 0; }
  .home .hero .content .row {
    margin-left: 0;
    margin-right: 0; }

.home .hero .blue-cover {
  opacity: 0.5; }

.home .hero .triangle {
  margin-top: -50px; }

.home .hero .join {
  background-color: rgba(110, 153, 162, 0.5);
  width: 300px;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
  font-family: 'Baskerville';
  font-size: 18px;
  line-height: 25px;
  text-transform: initial; }
  .home .hero .join a {
    color: #fff;
    opacity: 0.5;
    text-decoration: none !important; }
  .home .hero .join .ss-icon {
    opacity: 0.5;
    margin-top: 20px; }

.home .hero .button .btn, .home .hero .button .form-submit #submit, .form-submit .home .hero .button #submit {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5); }

#intro {
  text-align: center; }
  #intro h2 {
    margin-top: 50px;
    margin-bottom: 35px; }

#home-features {
  margin-top: 70px; }
  #home-features .feature {
    text-align: center;
    margin-bottom: 60px; }
    #home-features .feature img {
      width: auto;
      height: 75px; }
    #home-features .feature .title {
      font-family: "FuturaPT";
      font-size: 24px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #444444;
      margin-bottom: 10px; }
    #home-features .feature hr {
      margin: 25px 0;
      border-top: 2px solid #383838; }
    #home-features .feature p {
      font-size: 18px;
      color: #576967; }

.slider {
  position: relative; }
  .slider .marquee {
    width: 100%;
    text-align: center;
    background: #5eacb0;
    background: rgba(49, 150, 147, 0.66);
    color: #fff;
    z-index: 999; }
    @media (min-width: 768px) {
      .slider .marquee {
        position: absolute;
        top: 20px; } }
    .slider .marquee h2 {
      font-weight: 400;
      font-size: 18px;
      line-height: 1.4em;
      padding: 0;
      border: none; }
  .slider .carousel {
    margin: 0 auto; }
    .slider .carousel .item {
      background: #4582ab; }
      .slider .carousel .item img {
        margin: 0 auto; }
  @media (max-width: 767px) {
    .slider .carousel-control .icon-prev {
      left: 10px; }
    .slider .carousel-control .icon-next {
      right: 10px; }
    .slider .carousel-indicators {
      bottom: 5px;
      margin-bottom: 0; } }

.border-bar {
  position: absolute;
  z-index: 100000;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 8px; }
  .border-bar.right {
    left: auto;
    right: 0; }
  @media (min-width: 768px) {
    .border-bar {
      width: 12px; } }
  @media (min-width: 992px) {
    .border-bar {
      width: 20px; } }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  text-align: center;
  margin-left: 0; }
  .carousel-control .icon-prev:before,
  .carousel-control .icon-next:before {
    content: ''; }

.gothamtest {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: red; }

.resources .explore-resources {
  margin: 0 auto;
  height: 44px;
  width: 280px;
  background: url(/assets/img/explore-services.png) no-repeat;
  background-size: 280px auto;
  text-indent: -999em;
  overflow: hidden;
  border: none;
  display: block; }
  @media (min-width: 992px) {
    .resources .explore-resources {
      height: 67px;
      width: 438px;
      background-size: 438px auto; } }

.resources .item {
  margin: 0 0 10px;
  padding: 20px;
  text-align: center; }
  .resources .item img {
    display: block;
    margin: 0 auto; }
  .resources .item h3 {
    font-size: 34px; }
  .resources .item p {
    font-size: 13px; }
  .resources .item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px; }
  .resources .item a {
    text-decoration: underline; }

.resources .item-1 h3,
.resources .item-1 a {
  color: #a8394e; }

.resources .item-2 h3,
.resources .item-2 a {
  color: #4582ab; }

.resources .item-3 h3,
.resources .item-3 a {
  color: #39a8a3; }

.resources .item-4 h3,
.resources .item-4 a {
  color: #399ba8; }

.resources .item-5 h3,
.resources .item-5 a {
  color: #e67300; }

@media (max-width: 768px) {
  .home-blog-title {
    text-align: center; } }

.home-blog-more {
  text-align: right; }
  @media (max-width: 768px) {
    .home-blog-more {
      text-align: center;
      margin-bottom: 75px; } }

.recent-events,
.news {
  padding: 75px 0;
  color: #fff; }
  .recent-events h2,
  .news h2 {
    font-weight: 600;
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 0 40px 0; }
    @media (max-width: 768px) {
      .recent-events h2,
      .news h2 {
        margin-bottom: 0; } }
  .recent-events ul,
  .news ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .recent-events ul li a,
    .news ul li a {
      display: block; }
      .recent-events ul li a:hover .date,
      .news ul li a:hover .date {
        background: rgba(0, 0, 0, 0.5);
        text-decoration: none; }
      .recent-events ul li a:hover .published,
      .news ul li a:hover .published {
        color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 992px) {
      .recent-events ul li.news-item,
      .news ul li.news-item {
        margin-bottom: 40px; } }
    @media (max-width: 768px) {
      .recent-events ul li.news-item .post-icon,
      .news ul li.news-item .post-icon {
        text-align: center; } }
    .recent-events ul li .date,
    .news ul li .date {
      font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 36px;
      line-height: 70px;
      text-align: center;
      background: #234e67;
      background: rgba(0, 0, 0, 0.4); }
    .recent-events ul li .thumb,
    .news ul li .thumb {
      border: none;
      width: 90%;
      height: auto; }
      @media (max-width: 768px) {
        .recent-events ul li .thumb,
        .news ul li .thumb {
          width: 75%; } }
      @media (max-width: 480px) {
        .recent-events ul li .thumb,
        .news ul li .thumb {
          width: 100%; } }
    .recent-events ul li .details p,
    .news ul li .details p {
      font-family: "Baskerville";
      font-size: 24px;
      margin-bottom: .25em;
      color: #576967; }
  .recent-events a,
  .news a {
    color: #6E99A2;
    font-family: "FuturaPT";
    font-size: 15px;
    letter-spacing: 1px; }

.recent-events {
  background: #4582ab; }
  .recent-events ul li .details p.published {
    font-size: 18px; }

.news {
  background: #f7f7f7; }

.more {
  font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .more:hover {
    text-decoration: none; }
  .more .ss-icon {
    position: relative;
    margin-left: .5em;
    top: 2px; }

.meet-learn {
  display: inline-block;
  margin: 0;
  height: 49px;
  width: 253px;
  background: url(/assets/img/meet-learn.png) no-repeat;
  text-indent: -999em;
  text-align: left;
  overflow: hidden; }

.stay-up-to-date {
  display: inline-block;
  margin: 0;
  height: 67px;
  width: 289px;
  background: url(/assets/img/stay-up-to-date.png) no-repeat;
  text-indent: -999em;
  text-align: left;
  overflow: hidden; }

.partners {
  padding: 15px 0; }
  @media (min-width: 992px) {
    .partners {
      padding: 50px 0; } }
  .partners .btn, .partners .form-submit #submit, .form-submit .partners #submit {
    color: #fff; }

.featured-provider-logo {
  margin-top: 20px;
  max-width: 100%;
  height: auto; }

select {
  max-width: 100%; }

.form-group {
  width: 75%; }

.form-field {
  position: relative; }

.field-status {
  position: absolute;
  top: 8px;
  right: 10px; }

.form-submit #submit {
  width: auto; }

.search-box .btn-default {
  color: #333333; }

.validation_error {
  background: #c11734;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 13px;
  padding: 5px;
  margin-bottom: 20px; }

@media (min-wdith: 992px) {
  .gform_wrapper {
    margin-right: 150px; } }

.gform_wrapper .gf_coupon_code {
  width: auto !important; }

.gform_title {
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: .2em;
  border-bottom: 3px solid #feb11c; }

.gform_description {
  margin: 0 0 10px;
  font-size: 18px;
  display: block; }

.gform_wrapper input#gf_coupon_button.button {
  background-color: #ABCBB1;
  padding: 10px 19px;
  font-family: 'FuturaPT';
  font-size: 20px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  border: 0;
  margin-bottom: 10px;
  white-space: normal;
  border-radius: 0 !important;
  vertical-align: top;
  height: 48px; }

.gfield_radio {
  margin-left: 0 !important; }
  .gfield_radio label {
    font-size: 18px; }

.gfield_checkbox {
  margin-left: 0 !important; }
  .gfield_checkbox li {
    margin: 15px 0; }
  .gfield_checkbox label {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 17px; }

.gfield_html h3 {
  font-size: 25px;
  margin: 0 0 10px 0; }

.gfield_html h4 {
  font-size: 20px;
  margin: 0 0 10px 0; }

.gfield_html p {
  font-size: 16px; }

ul.gform_fields {
  margin-left: 0; }

form ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  form ul .gfield {
    margin-bottom: 20px;
    clear: both; }
  form ul .ginput_container {
    position: relative; }
    form ul .ginput_container .check {
      position: absolute;
      right: 10px;
      bottom: 2px;
      color: #cbcbcb; }
  @media (min-width: 992px) {
    form ul .field-left,
    form ul .field-right {
      float: left;
      width: 50%; }
      form ul .field-left .gfield_radio input[type="text"],
      form ul .field-left .gfield_checkbox input[type="text"],
      form ul .field-right .gfield_radio input[type="text"],
      form ul .field-right .gfield_checkbox input[type="text"] {
        width: 250px; }
    form ul .field-left {
      clear: left;
      padding-right: 30px; }
    form ul .field-right {
      clear: none; }
    form ul .field-left-half,
    form ul .field-right-half {
      clear: none;
      float: left;
      width: 25%;
      padding-right: 2.5%; }
      form ul .field-left-half select,
      form ul .field-right-half select {
        width: 100%; } }
  form ul .ginput_full,
  form ul .ginput_left,
  form ul .ginput_right {
    display: block;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  form ul .gfield_radio li,
  form ul .gfield_checkbox li {
    position: relative; }
  form ul .gfield_radio input,
  form ul .gfield_checkbox input {
    width: auto; }
  form ul .gfield_radio input[type="radio"],
  form ul .gfield_radio input[type="checkbox"],
  form ul .gfield_checkbox input[type="radio"],
  form ul .gfield_checkbox input[type="checkbox"] {
    margin-right: 6px; }
  form ul .gfield_radio label,
  form ul .gfield_checkbox label {
    display: inline; }
    @media (min-width: 992px) {
      form ul .gfield_radio label,
      form ul .gfield_checkbox label {
        display: inline-block; } }
  form ul .gfield_checkbox input {
    float: left;
    margin-top: 0; }
  form ul .gfield_checkbox label {
    display: block;
    margin-left: 20px; }
  form ul .gfield_required {
    display: none; }
  form ul .ginput_complex label {
    color: #B3B3B3; }
  form ul .gsection {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 30px; }

form select {
  display: block; }

form label,
form .gfield_label,
form .gfield_description,
form .instruction {
  font-size: 20px;
  font-family: "FuturaPT";
  color: #262626; }

form .gfield_price .gfield_label {
  font-size: 16px; }

form .gfield_price .ginput_container {
  font-size: 13px; }
  form .gfield_price .ginput_container .ginput_product_price_label {
    display: none; }
  form .gfield_price .ginput_container .ginput_product_price {
    font-weight: bold; }
  form .gfield_price .ginput_container .medium {
    width: auto;
    margin-top: 10px; }

form .ginput_complex label {
  font-size: 16px; }

form .search-field,
form .gfield .medium,
form .ginput_complex input,
form .ginput_right select,
form .ginput_card_field select,
form .ginput_quantity,
form .has-other input[type="text"],
form .gf_coupon_code,
form .number,
form .qty input,
form .coupon_code,
form .checkout-form .text,
form .checkout-form textarea,
form .form-control {
  font-family: "FuturaPT";
  -webkit-box-shadow: inset 0px 0px 0px;
  border: 0px;
  background-color: #eeeeee;
  width: 100%;
  height: 48px;
  color: #333333;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 18px;
  border-radius: 0; }
  form .search-field:active, form .search-field:focus,
  form .gfield .medium:active,
  form .gfield .medium:focus,
  form .ginput_complex input:active,
  form .ginput_complex input:focus,
  form .ginput_right select:active,
  form .ginput_right select:focus,
  form .ginput_card_field select:active,
  form .ginput_card_field select:focus,
  form .ginput_quantity:active,
  form .ginput_quantity:focus,
  form .has-other input[type="text"]:active,
  form .has-other input[type="text"]:focus,
  form .gf_coupon_code:active,
  form .gf_coupon_code:focus,
  form .number:active,
  form .number:focus,
  form .qty input:active,
  form .qty input:focus,
  form .coupon_code:active,
  form .coupon_code:focus,
  form .checkout-form .text:active,
  form .checkout-form .text:focus,
  form .checkout-form textarea:active,
  form .checkout-form textarea:focus,
  form .form-control:active,
  form .form-control:focus {
    background-color: #ebf3f9;
    outline: none; }
  form .search-field.textarea,
  form .gfield .medium.textarea,
  form .ginput_complex input.textarea,
  form .ginput_right select.textarea,
  form .ginput_card_field select.textarea,
  form .ginput_quantity.textarea,
  form .has-other input[type="text"].textarea,
  form .gf_coupon_code.textarea,
  form .number.textarea,
  form .qty input.textarea,
  form .coupon_code.textarea,
  form .checkout-form .text.textarea,
  form .checkout-form textarea.textarea,
  form .form-control.textarea {
    height: auto; }

form .ginput_quantity {
  width: auto; }

form .checkout-form textarea {
  height: 45px; }

form input[type="checkbox"],
form input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0; }
  @media (min-width: 992px) {
    form input[type="checkbox"],
    form input[type="radio"] {
      margin-top: 6px; } }

form .gfield_description, form .instruction,
form .instruction {
  display: inline-block; }
  form .gfield_description.validation_message, form .instruction.validation_message,
  form .instruction.validation_message {
    color: #c11734; }

form .gfield_error .medium,
form .gfield_error .ginput_complex input {
  background-color: #f8d7dc;
  background-image: url("/assets/img/alert.png");
  background-repeat: no-repeat;
  background-position: 98.65% 10px;
  color: #c11734; }

form .gfield_error.field-left input, form .gfield_error.field-right input {
  background-position: 97%; }

form .gfield_error .check {
  display: none; }

form .optional label:after {
  content: '(optional)';
  padding-left: 4px;
  color: #B3B3B3; }

form .optional .gfield_radio label:after,
form .optional .gfield_checkbox label:after {
  display: none; }

form .username label:after {
  content: '(6-32 characters, letters and numbers only)';
  padding-left: 4px;
  color: #B3B3B3; }

form .corrected input {
  background-color: #eeeeee;
  background-image: none;
  color: #333333; }

form .corrected .check {
  display: block; }

form .gfield_radio input, form .gfield_checkbox input {
  height: auto; }

form textarea {
  height: 170px; }

form #state {
  padding-right: 10px; }
  form #state select {
    margin-top: 5px; }

form .gform_footer {
  width: 100%; }

form .input-group-addon {
  border: none;
  border-radius: 0;
  background: #ddd; }

form select.medium {
  padding: 11px 15px 14px 15px !important; }

.ginput_full {
  width: 100% !important;
  float: none !important; }

.hide-label label {
  display: none; }

.ginput_complex span,
.float-left {
  float: left;
  width: 49%;
  margin-right: 1%;
  clear: none !important; }

.float-right {
  float: right;
  width: 49%;
  margin-left: 1%; }

.ginput_card_field {
  width: 100% !important; }

.ginput_cardextras {
  width: 100%; }

#gform_85 .ginput_container_email.ginput_complex span.ginput_left {
  margin-right: 1%; }

#gform_85 .ginput_container_email.ginput_complex span.ginput_right {
  margin-left: 1%;
  margin-right: 0 !important; }

#gform_85 .ginput_right.address_state, #gform_85 .ginput_right.address_country {
  margin-left: 1%;
  margin-right: 0; }

#gform_3 .ginput_complex span,
#gform_3 .float-left,
#gform_58 .ginput_complex span,
#gform_58 .float-left {
  margin-right: 0; }

#gform_3 .ginput_container_email.ginput_complex span.ginput_left,
#gform_58 .ginput_container_email.ginput_complex span.ginput_left {
  margin-right: 1%; }

#gform_3 .ginput_container_email.ginput_complex span.ginput_right,
#gform_58 .ginput_container_email.ginput_complex span.ginput_right {
  margin-left: 1%; }

#gform_100 .ginput_complex span,
#gform_100 .float-left,
#gform_58 .ginput_complex span,
#gform_58 .float-left {
  margin-right: 0; }

#gform_100 .ginput_container_name.has_first_name.has_last_name span.name_first,
#gform_58 .ginput_container_name.has_first_name.has_last_name span.name_first {
  margin-right: 1%; }

#gform_100 .ginput_container_name.has_first_name.has_last_name span.name_last,
#gform_58 .ginput_container_name.has_first_name.has_last_name span.name_last {
  margin-left: 1%; }

#gform_58 .ginput_complex span {
  float: left !important;
  width: 49% !important; }

/* hide the honeypot field  ------------------------------------------------------*/
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

#recaptcha_area input {
  box-shadow: none;
  background-color: #FFF;
  height: auto; }

.information {
  padding-left: 4px;
  color: #B3B3B3; }

.learn-call-out h3, .learn-call-out a {
  color: #a8394e; }

.learn-call-out a {
  display: block; }

.learn-call-out h5 {
  color: #1a1a1a;
  font-size: 13px; }

.testimonial {
  margin-top: 100px;
  text-align: center; }
  .testimonial h5 {
    color: #1a1a1a;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 0px; }
  .testimonial p {
    padding: 0 10px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #4582ab; }
  .testimonial .name {
    display: block;
    text-transform: uppercase;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-size: 18px; }
  .testimonial .position {
    font-family: "Lucida Grande", sans-serif;
    font-size: 13px; }

@media (max-wdith: 991px) {
  .validation_error {
    margin-right: 0px; }
  form ul li, form ul .gfield {
    width: 100%;
    padding-right: 0px; }
    form ul li .check, form ul .gfield .check {
      right: 10px; }
  form ul .gfield_error input {
    background-position: 98.5%; }
  form ul .full-width-radio ul li {
    width: 50%; } }

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

/* credit card icons ------------------------------------------------------*/
.gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px; }

div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(/assets/img/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

/* credit card fields ------------------------------------------------------*/
.ginput_complex .ginput_cardinfo_left,
.ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left; }

.ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important; }

.ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important; }

.ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
  margin-bottom: 8px; }

.ginput_complex .ginput_cardinfo_right span.ginput_card_expiration_container {
  position: relative; }

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 20% !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px;
  margin-left: 1px; }

.ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
  position: relative; }

.ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(/assets/img/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: 1px;
  margin: 0 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

div.gfield_creditcard_warning_message {
  display: none !important; }

#gform_fields li.credit_card_setting.field_setting ul li {
  padding: 2px 0 4px 0; }

.wp-media-buttons {
  padding: 0px !important;
  line-height: 3px !important; }

.wp-media-buttons select {
  padding: 1px !important;
  font-size: 10px !important;
  line-height: 2.2em; }

.lock {
  position: absolute;
  bottom: -5px;
  left: 8px;
  margin-left: -12px; }
  .lock img {
    width: 35px;
    height: auto; }

.forgot-password {
  text-align: center; }
  .forgot-password.left {
    text-align: left; }
  .forgot-password a {
    font-size: 11px;
    color: #fff; }

.entry-thumb {
  max-width: auto !important;
  position: relative;
  padding-top: 0 !important; }

.resource-breadcrumb {
  background-image: url("/assets/img/blog-page-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  margin-bottom: 50px; }
  .resource-breadcrumb .caret {
    border-left-color: #fff !important; }
  .resource-breadcrumb a {
    color: #fff !important;
    text-transform: uppercase;
    background: transparent !important;
    font-size: 18px !important;
    font-family: "FuturaPT";
    line-height: 100px;
    padding: 0 10px 0 10px !important;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1.5px; }
    .resource-breadcrumb a:hover {
      font-family: "FuturaPT"; }

.post-type-archive-resource.search-results .masthead {
  display: block; }

.post-type-archive-resource .masthead {
  display: none; }
  @media (max-width: 768px) {
    .post-type-archive-resource .masthead .btn-default {
      margin-top: 0; } }

.term-description {
  margin-bottom: 150px; }

.tax-resource-tag .results-count,
.tax-resource-category .results-count {
  margin-top: -50px;
  margin-bottom: 50px; }

.banner {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  overflow: hidden;
  margin: 0;
  position: relative; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  @media (min-width: 992px) {
    .banner .banner-segment-1, .banner .banner-segment-2 {
      padding-top: 40px; } }
  @media (min-width: 1170px) {
    .banner .banner-segment-1, .banner .banner-segment-2 {
      padding-top: 50px; } }
  .banner .banner-segment-1 img, .banner .banner-segment-2 img {
    display: block;
    position: relative;
    margin: 0 auto; }
  .banner .copy-wrapper {
    padding: 15px 20px; }
    @media (min-width: 540px) {
      .banner .copy-wrapper {
        padding: 30px; } }
    @media (min-width: 992px) {
      .banner .copy-wrapper {
        padding: 0 40px 25px; } }
    @media (min-width: 992px) {
      .banner .copy-wrapper {
        padding: 0 50px 30px; } }
  .banner .banner-segment-1 {
    background-size: cover; }
    @media (min-width: 768px) {
      .banner .banner-segment-1 {
        width: 66.666666%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%; } }
    .banner .banner-segment-1 h1 {
      text-align: center;
      color: #ffffff;
      font-size: 30px;
      margin: 0; }
      @media (min-width: 992px) {
        .banner .banner-segment-1 h1 {
          font-size: 36px; } }
      @media (min-width: 1170px) {
        .banner .banner-segment-1 h1 {
          font-size: 48px; } }
    .banner .banner-segment-1 hr {
      opacity: .5;
      border-top-width: 3px; }
    .banner .banner-segment-1 p {
      color: #ffffff; }
  .banner .banner-segment-2 {
    text-align: center; }
    @media (min-width: 768px) {
      .banner .banner-segment-2 {
        width: 33.333333%;
        float: right; } }
    @media (min-width: 992px) and (max-width: 1169px) {
      .banner .banner-segment-2 .copy-wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    .banner .banner-segment-2 h5 {
      color: #ffffff;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .banner .banner-segment-2 h5 {
          margin-bottom: 30px; } }

.resources-header .search-box .ss-icon {
  color: #6E99A2;
  top: 14px;
  font-size: 16px; }

.resources-header .search-box #search-resources {
  width: 85%;
  height: 50px;
  padding: 8px 30px 8px 50px;
  border: 0;
  color: #000;
  float: left;
  border-radius: 0 !important; }
  @media (max-width: 480px) {
    .resources-header .search-box #search-resources {
      padding: 8px 10px; } }

.resources-header .search-box #search-resources-button {
  float: left;
  width: 10%;
  height: 50px;
  background-color: #AAC9CC;
  color: #000;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0 !important; }

.resource-header-lower {
  background-color: #4582ab;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px; }
  .resource-header-lower .icon {
    width: 60px;
    height: auto;
    margin-right: 5px; }
  .resource-header-lower a {
    color: #fff;
    border-bottom: 3px solid #fff;
    font-weight: 500; }
    .resource-header-lower a:hover {
      color: #feb11c;
      text-decoration: none;
      border-bottom: 3px solid #feb11c; }

.health-observances-section {
  margin-top: 0px !important;
  background-color: #f9f9f9; }
  .health-observances-section .btn, .health-observances-section .form-submit #submit, .form-submit .health-observances-section #submit {
    color: #fff;
    background-color: #D79366; }

.resource-types {
  margin-top: 40px !important; }

.resource-topics,
.health-observances-section,
.resource-types {
  text-align: center;
  padding: 50px 0;
  margin-top: -125px; }
  @media (max-width: 768px) {
    .resource-topics,
    .health-observances-section,
    .resource-types {
      padding: 30px 0;
      margin-top: 0; } }
  .resource-topics h2,
  .health-observances-section h2,
  .resource-types h2 {
    margin-bottom: 15px; }
  .resource-topics p,
  .health-observances-section p,
  .resource-types p {
    color: #858585;
    margin-bottom: 30px; }
  .resource-topics .topic,
  .health-observances-section .topic,
  .resource-types .topic {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 80px;
    font-size: 18px; }
    @media (max-width: 480px) {
      .resource-topics .topic,
      .health-observances-section .topic,
      .resource-types .topic {
        padding-bottom: 0; } }
    .resource-topics .topic .topic-tag,
    .health-observances-section .topic .topic-tag,
    .resource-types .topic .topic-tag {
      padding: 5px 0;
      text-align: left; }
      .resource-topics .topic .topic-tag .ss-icon,
      .health-observances-section .topic .topic-tag .ss-icon,
      .resource-types .topic .topic-tag .ss-icon {
        font-size: 13px;
        color: #D79366;
        padding-right: 8px; }
    .resource-topics .topic a,
    .health-observances-section .topic a,
    .resource-types .topic a {
      color: #393A3A;
      padding: 5px 0; }
      .resource-topics .topic a:hover,
      .health-observances-section .topic a:hover,
      .resource-types .topic a:hover {
        color: #D79366;
        text-decoration: underline; }
  .resource-topics ul,
  .health-observances-section ul,
  .resource-types ul {
    -webkit-padding-start: 0px; }
    .resource-topics ul li,
    .health-observances-section ul li,
    .resource-types ul li {
      list-style: none;
      font-size: 14px;
      padding: 5px 0; }
      .resource-topics ul li a,
      .health-observances-section ul li a,
      .resource-types ul li a {
        color: #3086c6; }

.resource-benchmarks {
  text-align: center;
  background-color: #f9f9f9; }
  .resource-benchmarks .row {
    margin-left: 0;
    margin-right: 0; }
  .resource-benchmarks p {
    font-size: 24px;
    margin-top: 30px; }
  .resource-benchmarks .benchmark-content {
    padding: 0; }
    .resource-benchmarks .benchmark-content .benchmarks {
      text-align: center;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .resource-benchmarks .benchmark-content .benchmarks {
          text-align: center;
          width: 90%;
          padding: 50px 10px;
          margin: 0 auto; } }
      @media (max-width: 480px) {
        .resource-benchmarks .benchmark-content .benchmarks {
          text-align: center;
          width: 100%;
          padding: 50px 10px; } }
      .resource-benchmarks .benchmark-content .benchmarks h2 {
        position: relative; }
        @media (max-width: 480px) {
          .resource-benchmarks .benchmark-content .benchmarks h2 {
            display: block;
            margin-top: 5px; } }
      @media (max-width: 991px) {
        .resource-benchmarks .benchmark-content .benchmarks p {
          text-align: center;
          margin: 0 auto;
          padding-top: 10px;
          padding-bottom: 25px; } }
      .resource-benchmarks .benchmark-content .benchmarks .circle-num {
        position: relative;
        z-index: 999;
        background-color: #fff;
        color: #333333;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        font-size: 40px;
        padding: 17px 20px 12px 25px;
        font-family: "FuturaPTBold";
        font-weight: 800;
        margin: 0 15px; }
        @media (max-width: 480px) {
          .resource-benchmarks .benchmark-content .benchmarks .circle-num {
            display: block;
            width: 65px;
            height: 60px;
            margin: 0 auto;
            padding: 15px 20px; } }
      .resource-benchmarks .benchmark-content .benchmarks .wrapper-dropdown-5 {
        font-family: "FuturaPT";
        font-weight: 500;
        text-align: left;
        font-size: 18px;
        margin: 0 auto;
        width: 600px; }
        @media (max-width: 991px) {
          .resource-benchmarks .benchmark-content .benchmarks .wrapper-dropdown-5 {
            margin: 0 auto; } }
        @media (max-width: 768px) {
          .resource-benchmarks .benchmark-content .benchmarks .wrapper-dropdown-5 {
            width: 90%;
            text-align: left; } }
        @media (max-width: 768px) {
          .resource-benchmarks .benchmark-content .benchmarks .wrapper-dropdown-5 li {
            width: 90%;
            padding: 0 20px;
            font-size: 12px; } }
        .resource-benchmarks .benchmark-content .benchmarks .wrapper-dropdown-5 .circle-num {
          display: inline-block;
          background: #fff url("/assets/img/orange-circle.png") no-repeat 0px 0px;
          background-size: 30px 30px;
          text-align: center;
          color: #fff;
          width: 30px;
          height: 30px;
          border-radius: 0;
          font-size: 20px;
          padding: 2px 0 0 0;
          font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
          font-weight: 500;
          margin: 0 10px 0 5px; }
          @media (max-width: 480px) {
            .resource-benchmarks .benchmark-content .benchmarks .wrapper-dropdown-5 .circle-num {
              display: none;
              width: 60px;
              height: 55px;
              margin: 0 auto; } }

.resource-testimonials {
  background-color: #d3e2e3;
  color: #393A3A;
  text-align: center;
  padding: 0 0 50px 0;
  font-weight: 500; }
  .resource-testimonials .title {
    text-transform: uppercase;
    font-family: "FuturaPT";
    font-size: 24px;
    margin-bottom: 20px; }
  .resource-testimonials p {
    font-size: 22px;
    line-height: 36px;
    width: 80%;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .resource-testimonials p {
        width: 90%;
        font-size: 18px;
        line-height: 30px; } }
  .resource-testimonials .btn, .resource-testimonials .form-submit #submit, .form-submit .resource-testimonials #submit {
    font-weight: bold;
    font-size: 15px;
    margin-top: 40px;
    color: #fff;
    padding: 14px 19px !important;
    background-color: #6E99A2; }
  .resource-testimonials .box {
    margin-top: 50px; }
    .resource-testimonials .box img {
      width: auto;
      height: 100px;
      margin-bottom: 30px; }
    .resource-testimonials .box p {
      line-height: 25px; }

.recent-resources,
.featured-resources {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 0; }
  .recent-resources .title,
  .featured-resources .title {
    text-align: center;
    margin-bottom: 20px; }
  .recent-resources h2,
  .featured-resources h2 {
    text-align: center; }

.resource-items {
  text-align: center;
  margin-top: 40px; }
  .resource-items .in-loop .entry-thumb {
    padding-top: 0; }
    .resource-items .in-loop .entry-thumb .list-icon {
      height: auto; }
    .resource-items .in-loop .entry-thumb .lock {
      position: relative; }
      .resource-items .in-loop .entry-thumb .lock img {
        margin-top: -45px; }
  .resource-items .in-loop .entry-header {
    text-align: left; }
    .resource-items .in-loop .entry-header .entry-meta {
      font-family: "FuturaPT";
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 2px;
      margin-top: 0; }
      .resource-items .in-loop .entry-header .entry-meta a {
        color: #ABCBB1; }
    .resource-items .in-loop .entry-header .entry-title {
      text-transform: none;
      font-weight: 100;
      font-size: 24px;
      margin-top: 0px; }
      .resource-items .in-loop .entry-header .entry-title a {
        color: #576967;
        line-height: 20px; }

.resource-promos {
  background-color: #fff;
  border-top: 1px solid #e0e0e0; }
  .resource-promos .row {
    margin-left: 0;
    margin-right: 0; }
  .resource-promos p {
    font-family: "Lucida Grande", sans-serif;
    font-size: 14px;
    margin-top: 30px; }
  .resource-promos .promo {
    text-align: center;
    padding: 90px 80px 85px 80px; }
    @media (max-width: 480px) {
      .resource-promos .promo {
        padding: 80px 10px; } }
    .resource-promos .promo .promo-text {
      color: #fff;
      font-size: 24px;
      font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
      font-weight: 500;
      width: 65%;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 480px) {
        .resource-promos .promo .promo-text {
          width: 95%; } }
  .resource-promos .provider {
    text-align: center;
    padding: 80px; }
    @media (max-width: 480px) {
      .resource-promos .provider {
        padding: 40px 20px; } }
    .resource-promos .provider img {
      max-width: 100%; }
    .resource-promos .provider .provider-text {
      font-size: 20px;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 480px) {
        .resource-promos .provider .provider-text {
          width: 95%; } }
  .resource-promos .benchmark-content .benchmarks {
    width: 80%;
    padding: 70px 50px 0 50px; }
    .resource-promos .benchmark-content .benchmarks h3 {
      display: inline;
      font-size: 30px;
      border-bottom: 2px solid #fff; }
    .resource-promos .benchmark-content .benchmarks .circle-num {
      display: inline-block;
      background-color: #fff;
      color: #333333;
      border-radius: 50%;
      font-size: 40px;
      padding: 0 15px;
      font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
      font-weight: 500;
      margin: 0 10px; }

.resources-sidebar {
  padding-top: 27px; }
  .resources-sidebar .sidebar-title {
    background-image: url("/assets/img/view-by-type.jpg");
    height: 137px;
    background-position: center -26px; }
    @media (min-width: 992px) and (max-width: 1169px) {
      .resources-sidebar .sidebar-title {
        background-position: left -26px;
        background-size: 100% auto;
        height: 97px; } }
  @media (max-width: 991px) {
    .resources-sidebar .widget {
      max-width: 85%; } }
  @media (max-width: 768px) {
    .resources-sidebar .widget {
      max-width: 100%; } }
  @media (max-width: 991px) {
    .resources-sidebar .sidebar-nav {
      display: none; } }
  .resources-sidebar .simple {
    display: none; }
    @media (max-width: 991px) {
      .resources-sidebar .simple {
        display: block; } }

.single-resource .resources-sidebar {
  padding-top: 4px; }

.single-resource .btn.blue, .single-resource .form-submit .blue#submit, .form-submit .single-resource .blue#submit {
  background-color: #4582ab;
  border-color: #4582ab;
  color: #fff; }

.single-resource ul, .single-resource ol {
  list-style-position: inside; }

.single-resource .breadcrumbs .breadcrumb_last {
  display: none; }

.single-resource .entry-meta {
  font-size: 15px; }

.single-resource .resource-title-info,
.single-resource .resource-line {
  display: none; }

@media (min-width: 480px) {
  .single-resource .entry-header.single-entry-header .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; } }

.single-resource .entry-thumb {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .single-resource .entry-thumb {
      margin-top: 20px; } }
  @media (max-width: 480px) {
    .single-resource .entry-thumb {
      margin-top: 20px;
      margin-bottom: 0px; } }

.single-resource .circle-num {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  background-color: #ABCBB1;
  color: #3a3a3a;
  border-radius: 50%;
  font-size: 36px;
  line-height: 57px;
  font-family: "FuturaPTBold";
  font-weight: 500;
  margin-top: -35px;
  margin-bottom: 5px;
  text-align: center;
  width: 55px;
  height: 55px; }

.single-resource .lock {
  /*
		right: 20px;

		@media (max-width: $screen-sm) {
			top: 20px;
			right: 10px;
		}
		@media (max-width: $screen-xs) {
			right: 65px;
		}
		*/ }

.single-resource .resource-title {
  text-align: center; }
  .single-resource .resource-title .resource-type {
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    color: #6E99A2;
    font-family: "FuturaPT";
    font-size: 24px;
    letter-spacing: 2px;
    border-bottom: 2px solid #6E99A2; }
    @media (max-width: 768px) {
      .single-resource .resource-title .resource-type {
        margin-top: 20px; } }
    .single-resource .resource-title .resource-type.member {
      color: #ABCBB1;
      border-bottom: 2px solid #ABCBB1; }
  .single-resource .resource-title h1 {
    margin: 20px 0; }
  .single-resource .resource-title .entry-thumb {
    border-bottom: 4px solid #AAC9CC; }
    .single-resource .resource-title .entry-thumb.member {
      border-bottom: 4px solid #ABCBB1; }
    .single-resource .resource-title .entry-thumb img {
      width: 100%; }
  .single-resource .resource-title .featured-icon {
    margin-top: -35px;
    z-index: 999;
    position: relative; }
    .single-resource .resource-title .featured-icon img {
      width: 70px;
      height: 70px; }
  .single-resource .resource-title .entry-meta {
    margin-top: 30px;
    margin-bottom: 100px;
    font-size: 18px; }
    .single-resource .resource-title .entry-meta .post-categories {
      text-align: left;
      padding-left: 0; }
    .single-resource .resource-title .entry-meta .post-sharing {
      padding: 0;
      text-align: right; }
      .single-resource .resource-title .entry-meta .post-sharing .fb-share-button span {
        height: 27px !important; }
  .single-resource .resource-title .resource-excerpt {
    font-size: 18px;
    text-align: left; }

.single-resource .single-resource-free {
  text-align: center;
  padding: 10px 0; }
  .single-resource .single-resource-free h3 {
    display: inline-block;
    font-family: "FuturaPT";
    font-size: 24px;
    line-height: 50px;
    padding-top: 0px;
    color: #818f8d;
    text-transform: uppercase;
    border-bottom: 2px solid #818f8d;
    letter-spacing: 2px; }
  .single-resource .single-resource-free hr {
    border-top: 1px solid #ccc;
    width: 50%;
    margin: 0 auto; }

.single-resource .single-resource-login {
  background-color: #ffff;
  padding: 20px 0;
  color: #fff;
  margin-top: 40px; }
  .single-resource .single-resource-login .member-login {
    border: 5px solid #f4f5f5;
    padding: 5px 0 20px 0; }
    @media (max-width: 768px) {
      .single-resource .single-resource-login .member-login {
        width: 80%;
        margin: 0 auto; } }
    @media (max-width: 480px) {
      .single-resource .single-resource-login .member-login {
        width: 100%; } }
    .single-resource .single-resource-login .member-login .way-to-access {
      text-align: center;
      color: #6E99A2;
      font-family: "FuturaPT";
      font-size: 24px;
      letter-spacing: 2px;
      text-transform: uppercase; }
  .single-resource .single-resource-login .title {
    font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-top: 23px; }
  .single-resource .single-resource-login .login-form {
    padding: 0 30px; }
    .single-resource .single-resource-login .login-form .input-field {
      position: relative;
      margin-bottom: 15px; }
      .single-resource .single-resource-login .login-form .input-field input {
        display: inline-block;
        background-color: #f4f5f5;
        color: #383838;
        font-family: "FuturaPT";
        font-size: 18px;
        width: 100%;
        border: 0;
        padding: 15px 15px 15px 45px;
        margin: 15px auto; }
    .single-resource .single-resource-login .login-form .ss-icon {
      position: absolute;
      left: 30px;
      top: 30px;
      color: #6f99a1;
      font-size: 18px; }
  .single-resource .single-resource-login .input-label label {
    font-family: "Lucida Grande", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff; }
  @media (max-width: 768px) {
    .single-resource .single-resource-login .fields {
      padding: 0; } }
  .single-resource .single-resource-login .button {
    margin-top: 27px; }
    .single-resource .single-resource-login .button .btn, .single-resource .single-resource-login .button .form-submit #submit, .form-submit .single-resource .single-resource-login .button #submit {
      height: 55px;
      margin-top: 2px;
      background-color: #AAC9CC; }
      @media (max-width: 480px) {
        .single-resource .single-resource-login .button .btn, .single-resource .single-resource-login .button .form-submit #submit, .form-submit .single-resource .single-resource-login .button #submit {
          width: 100%; } }

.single-resource .single-resource-form-content {
  background-color: #fff;
  padding: 15px 0 60px 0;
  color: #576967;
  text-align: center;
  margin-top: 40px; }
  @media (max-width: 768px) {
    .single-resource .single-resource-form-content .row {
      width: 80%;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .single-resource .single-resource-form-content .row {
      width: 100%; } }
  .single-resource .single-resource-form-content .form-border {
    border: 5px solid #f4f5f5;
    padding-bottom: 30px; }
  .single-resource .single-resource-form-content .title {
    text-align: center;
    color: #6E99A2;
    font-family: "FuturaPT";
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 15px auto;
    font-size: 24px; }
    @media (min-width: 480px) {
      .single-resource .single-resource-form-content .title {
        width: 60%; } }
    @media (min-width: 768px) {
      .single-resource .single-resource-form-content .title {
        width: auto; } }
    .single-resource .single-resource-form-content .title .form-description {
      display: block;
      font-family: "Baskerville";
      text-transform: initial;
      color: #576967;
      letter-spacing: 0px;
      margin: 15px 0;
      font-size: 17px; }
      @media (min-width: 992px) {
        .single-resource .single-resource-form-content .title .form-description {
          display: inline;
          margin-left: 46px; } }
  .single-resource .single-resource-form-content .member-info {
    width: 50%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .single-resource .single-resource-form-content .member-info {
        width: 90%; } }
    .single-resource .single-resource-form-content .member-info h3 {
      font-weight: 300;
      margin-bottom: 20px;
      line-height: 30px; }
    .single-resource .single-resource-form-content .member-info p {
      font-size: 14px;
      color: #C2F2ED; }
    .single-resource .single-resource-form-content .member-info .btn, .single-resource .single-resource-form-content .member-info .form-submit #submit, .form-submit .single-resource .single-resource-form-content .member-info #submit {
      margin-top: 20px; }
    .single-resource .single-resource-form-content .member-info.member-resource .btn, .single-resource .single-resource-form-content .member-info.member-resource .form-submit #submit, .form-submit .single-resource .single-resource-form-content .member-info.member-resource #submit {
      margin: 0 0 20px 0; }
  .single-resource .single-resource-form-content .gform_wrapper {
    width: 60%;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .single-resource .single-resource-form-content .gform_wrapper {
        width: 95%; } }
  .single-resource .single-resource-form-content .gform_description {
    font-size: 17px;
    margin: 0 0 30px 12px;
    text-align: left;
    display: none; }
  .single-resource .single-resource-form-content .gform_footer .btn-primary, .single-resource .single-resource-form-content .gform_footer .form-submit #submit, .form-submit .single-resource .single-resource-form-content .gform_footer #submit {
    background-color: #AAC9CC; }
  .single-resource .single-resource-form-content .ginput_complex span {
    float: none;
    width: 100%;
    margin: 0; }
  .single-resource .single-resource-form-content input {
    background-color: #f4f5f5;
    color: #383838;
    font-family: "FuturaPT";
    font-size: 18px;
    width: 100%;
    height: auto !important;
    border: 0;
    padding: 15px 15px 15px 15px;
    margin: 15px auto; }
  .single-resource .single-resource-form-content .gfield_input label {
    display: none !important; }
  .single-resource .single-resource-form-content .gfield_checkbox input {
    width: auto;
    margin: 0; }
  .single-resource .single-resource-form-content .gfield_checkbox label {
    font-family: "FuturaPT";
    font-size: 18px; }
  .single-resource .single-resource-form-content .validation_error {
    background-color: #f2dede;
    color: #a6322d;
    border-radius: 5px;
    padding: 10px; }
  .single-resource .single-resource-form-content .validation_message {
    color: #aadbe1 !important;
    text-align: left;
    font-size: 11px; }
  .single-resource .single-resource-form-content label {
    text-align: left;
    color: #576967; }
  .single-resource .single-resource-form-content .optional-left {
    margin: 20px 2%; }
    .single-resource .single-resource-form-content .optional-left label {
      display: none; }
    .single-resource .single-resource-form-content .optional-left .ginput_container label {
      display: block; }
  .single-resource .single-resource-form-content .field-left {
    width: 100%; }
    .single-resource .single-resource-form-content .field-left label {
      display: none; }
    .single-resource .single-resource-form-content .field-left span {
      float: left;
      width: 48%;
      margin-left: 2%;
      text-align: left; }
  .single-resource .single-resource-form-content .field-left-1 {
    float: left;
    width: 49%;
    margin-right: 1%;
    text-align: left;
    clear: none; }
    .single-resource .single-resource-form-content .field-left-1.small {
      width: 24%; }
  .single-resource .single-resource-form-content .field-right-1 {
    float: right;
    width: 49%;
    margin-left: 1%;
    clear: none; }
  @media (max-width: 480px) {
    .single-resource .single-resource-form-content .btn, .single-resource .single-resource-form-content .form-submit #submit, .form-submit .single-resource .single-resource-form-content #submit {
      width: 95%; } }

.single-resource .single-resource-extra {
  background-color: #3e4b6d;
  padding: 50px 0;
  color: #fff;
  text-align: center; }
  .single-resource .single-resource-extra .extra-info {
    width: 50%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .single-resource .single-resource-extra .extra-info {
        width: 75%; } }
    @media (max-width: 480px) {
      .single-resource .single-resource-extra .extra-info {
        width: 95%; } }
    .single-resource .single-resource-extra .extra-info h3 {
      font-weight: 300; }
    .single-resource .single-resource-extra .extra-info .btn, .single-resource .single-resource-extra .extra-info .form-submit #submit, .form-submit .single-resource .single-resource-extra .extra-info #submit {
      margin-top: 10px; }

.profiles h5.alt-header {
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 500; }

.btn-alt {
  background-color: #6E99A2;
  color: #fff; }
  .btn-alt:hover, .btn-alt:focus, .btn-alt:active, .btn-alt.active {
    background-color: #D79366; }

.wellstream-logo {
  font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #6a9abb;
  text-transform: uppercase;
  margin-top: 100px; }

.want-more-callout h1 {
  color: #c11734; }

.want-more-callout a {
  color: #c11734;
  text-decoration: underline; }

.improve-callout h1 {
  color: #399ba8; }

.improve-callout a {
  color: #fff;
  text-decoration: none; }
  .improve-callout a:hover {
    text-decoration: none; }

@media (max-wdith: 991px) {
  .banner .banner-segment-2 {
    min-height: 0px;
    padding-bottom: 50px; } }

.post-type-archive-job.jobs,
.page-template-page-jobs-php.jobs,
.page-template-page-submit-job-php.jobs,
.page-template-page-job-thank-you-php.jobs,
.single-job.jobs {
  padding: 0 !important; }

.post-type-archive-job.search-results .masthead,
.page-template-page-jobs-php.search-results .masthead,
.page-template-page-submit-job-php.search-results .masthead,
.page-template-page-job-thank-you-php.search-results .masthead,
.single-job.search-results .masthead {
  display: block; }

.post-type-archive-job .masthead,
.page-template-page-jobs-php .masthead,
.page-template-page-submit-job-php .masthead,
.page-template-page-job-thank-you-php .masthead,
.single-job .masthead {
  display: none; }
  @media (max-width: 768px) {
    .post-type-archive-job .masthead .btn-default,
    .page-template-page-jobs-php .masthead .btn-default,
    .page-template-page-submit-job-php .masthead .btn-default,
    .page-template-page-job-thank-you-php .masthead .btn-default,
    .single-job .masthead .btn-default {
      margin-top: 0; } }

.post-type-archive-job .hero .blue-cover,
.page-template-page-jobs-php .hero .blue-cover,
.page-template-page-submit-job-php .hero .blue-cover,
.page-template-page-job-thank-you-php .hero .blue-cover,
.single-job .hero .blue-cover {
  opacity: 0.7; }

.post-type-archive-job .hero .content,
.page-template-page-jobs-php .hero .content,
.page-template-page-submit-job-php .hero .content,
.page-template-page-job-thank-you-php .hero .content,
.single-job .hero .content {
  padding: 40px 0 65px 0; }

.post-type-archive-job .hero .jobs-filter,
.page-template-page-jobs-php .hero .jobs-filter,
.page-template-page-submit-job-php .hero .jobs-filter,
.page-template-page-job-thank-you-php .hero .jobs-filter,
.single-job .hero .jobs-filter {
  text-align: left; }

.post-type-archive-job .hero h2,
.page-template-page-jobs-php .hero h2,
.page-template-page-submit-job-php .hero h2,
.page-template-page-job-thank-you-php .hero h2,
.single-job .hero h2 {
  font-size: 35px;
  line-height: 45px; }

.post-type-archive-job .hero #search-jobs,
.page-template-page-jobs-php .hero #search-jobs,
.page-template-page-submit-job-php .hero #search-jobs,
.page-template-page-job-thank-you-php .hero #search-jobs,
.single-job .hero #search-jobs {
  width: 98%;
  padding: 8px 30px 8px 15px;
  border: 0;
  color: #000;
  display: inline-block; }
  .post-type-archive-job .hero #search-jobs:focus,
  .page-template-page-jobs-php .hero #search-jobs:focus,
  .page-template-page-submit-job-php .hero #search-jobs:focus,
  .page-template-page-job-thank-you-php .hero #search-jobs:focus,
  .single-job .hero #search-jobs:focus {
    outline: none; }
  @media (max-width: 1200px) {
    .post-type-archive-job .hero #search-jobs,
    .page-template-page-jobs-php .hero #search-jobs,
    .page-template-page-submit-job-php .hero #search-jobs,
    .page-template-page-job-thank-you-php .hero #search-jobs,
    .single-job .hero #search-jobs {
      width: 45%; } }
  @media (max-width: 768px) {
    .post-type-archive-job .hero #search-jobs,
    .page-template-page-jobs-php .hero #search-jobs,
    .page-template-page-submit-job-php .hero #search-jobs,
    .page-template-page-job-thank-you-php .hero #search-jobs,
    .single-job .hero #search-jobs {
      width: 50%;
      font-size: 16px; } }
  @media (max-width: 480px) {
    .post-type-archive-job .hero #search-jobs,
    .page-template-page-jobs-php .hero #search-jobs,
    .page-template-page-submit-job-php .hero #search-jobs,
    .page-template-page-job-thank-you-php .hero #search-jobs,
    .single-job .hero #search-jobs {
      width: 100%; } }

.post-type-archive-job .hero #search-location,
.page-template-page-jobs-php .hero #search-location,
.page-template-page-submit-job-php .hero #search-location,
.page-template-page-job-thank-you-php .hero #search-location,
.single-job .hero #search-location {
  width: 40%;
  padding: 8px 30px 8px 15px;
  border: 0;
  color: #000;
  display: inline-block;
  margin-left: -5px;
  border-left: 1px solid #eeeeee; }
  @media (max-width: 1200px) {
    .post-type-archive-job .hero #search-location,
    .page-template-page-jobs-php .hero #search-location,
    .page-template-page-submit-job-php .hero #search-location,
    .page-template-page-job-thank-you-php .hero #search-location,
    .single-job .hero #search-location {
      width: 52%; } }
  @media (max-width: 768px) {
    .post-type-archive-job .hero #search-location,
    .page-template-page-jobs-php .hero #search-location,
    .page-template-page-submit-job-php .hero #search-location,
    .page-template-page-job-thank-you-php .hero #search-location,
    .single-job .hero #search-location {
      font-size: 16px;
      width: 48%; } }
  @media (max-width: 480px) {
    .post-type-archive-job .hero #search-location,
    .page-template-page-jobs-php .hero #search-location,
    .page-template-page-submit-job-php .hero #search-location,
    .page-template-page-job-thank-you-php .hero #search-location,
    .single-job .hero #search-location {
      width: 100%;
      margin: 5px 0 0 0; } }
  .post-type-archive-job .hero #search-location:focus,
  .page-template-page-jobs-php .hero #search-location:focus,
  .page-template-page-submit-job-php .hero #search-location:focus,
  .page-template-page-job-thank-you-php .hero #search-location:focus,
  .single-job .hero #search-location:focus {
    outline: none; }

.post-type-archive-job .hero #search-jobs-button,
.page-template-page-jobs-php .hero #search-jobs-button,
.page-template-page-submit-job-php .hero #search-jobs-button,
.page-template-page-job-thank-you-php .hero #search-jobs-button,
.single-job .hero #search-jobs-button {
  background-color: #abcbb1;
  width: 50px;
  height: 50px;
  color: #000;
  border: 0;
  font-weight: 500;
  margin-left: -56px; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .post-type-archive-job .hero #search-jobs-button,
    .page-template-page-jobs-php .hero #search-jobs-button,
    .page-template-page-submit-job-php .hero #search-jobs-button,
    .page-template-page-job-thank-you-php .hero #search-jobs-button,
    .single-job .hero #search-jobs-button {
      height: 47px !important;
      line-height: 0px !important;
      float: right !important;
      margin-top: 0 !important;
      position: relative !important; } }
  @media (max-width: 768px) {
    .post-type-archive-job .hero #search-jobs-button,
    .page-template-page-jobs-php .hero #search-jobs-button,
    .page-template-page-submit-job-php .hero #search-jobs-button,
    .page-template-page-job-thank-you-php .hero #search-jobs-button,
    .single-job .hero #search-jobs-button {
      font-size: 16px;
      height: 38px; } }
  @media (max-width: 480px) {
    .post-type-archive-job .hero #search-jobs-button,
    .page-template-page-jobs-php .hero #search-jobs-button,
    .page-template-page-submit-job-php .hero #search-jobs-button,
    .page-template-page-job-thank-you-php .hero #search-jobs-button,
    .single-job .hero #search-jobs-button {
      margin: 5px 0 0 0;
      padding: 10px 30px;
      background-color: #6E99A2;
      width: 100%; } }
  @media (min-width: 480px) {
    .post-type-archive-job .hero #search-jobs-button.hidden-search,
    .page-template-page-jobs-php .hero #search-jobs-button.hidden-search,
    .page-template-page-submit-job-php .hero #search-jobs-button.hidden-search,
    .page-template-page-job-thank-you-php .hero #search-jobs-button.hidden-search,
    .single-job .hero #search-jobs-button.hidden-search {
      color: #fff; } }
  @media (max-width: 480px) {
    .post-type-archive-job .hero #search-jobs-button.hidden-search,
    .page-template-page-jobs-php .hero #search-jobs-button.hidden-search,
    .page-template-page-submit-job-php .hero #search-jobs-button.hidden-search,
    .page-template-page-job-thank-you-php .hero #search-jobs-button.hidden-search,
    .single-job .hero #search-jobs-button.hidden-search {
      display: inline-block; } }

.post-type-archive-job .hero .search-titles,
.page-template-page-jobs-php .hero .search-titles,
.page-template-page-submit-job-php .hero .search-titles,
.page-template-page-job-thank-you-php .hero .search-titles,
.single-job .hero .search-titles {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "FuturaPTBold";
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 768px) {
    .post-type-archive-job .hero .search-titles,
    .page-template-page-jobs-php .hero .search-titles,
    .page-template-page-submit-job-php .hero .search-titles,
    .page-template-page-job-thank-you-php .hero .search-titles,
    .single-job .hero .search-titles {
      display: none; } }
  .post-type-archive-job .hero .search-titles .text,
  .page-template-page-jobs-php .hero .search-titles .text,
  .page-template-page-submit-job-php .hero .search-titles .text,
  .page-template-page-job-thank-you-php .hero .search-titles .text,
  .single-job .hero .search-titles .text {
    width: 100%;
    display: inline-block;
    padding: 5px 0 0 0px; }
    @media (max-width: 768px) {
      .post-type-archive-job .hero .search-titles .text,
      .page-template-page-jobs-php .hero .search-titles .text,
      .page-template-page-submit-job-php .hero .search-titles .text,
      .page-template-page-job-thank-you-php .hero .search-titles .text,
      .single-job .hero .search-titles .text {
        width: 50%; } }
  .post-type-archive-job .hero .search-titles .location,
  .page-template-page-jobs-php .hero .search-titles .location,
  .page-template-page-submit-job-php .hero .search-titles .location,
  .page-template-page-job-thank-you-php .hero .search-titles .location,
  .single-job .hero .search-titles .location {
    width: 40%;
    display: inline-block;
    padding: 5px 0 0 0px; }
    @media (max-width: 768px) {
      .post-type-archive-job .hero .search-titles .location,
      .page-template-page-jobs-php .hero .search-titles .location,
      .page-template-page-submit-job-php .hero .search-titles .location,
      .page-template-page-job-thank-you-php .hero .search-titles .location,
      .single-job .hero .search-titles .location {
        width: 49%; } }

.job-breadcrumbs {
  margin: 40px 0 20px 0; }

.results {
  min-height: 175px; }
  @media (max-width: 768px) {
    .results {
      min-height: 0; } }
  .results .results-count {
    font-size: 36px;
    font-weight: 500;
    text-align: center; }
  .results .results-info {
    font-size: 24px;
    color: #999;
    text-align: center; }
    .results .results-info span {
      font-weight: 500;
      color: #777; }
  .results .tags .tag {
    font-size: 11px;
    font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #c6c6c6;
    border-radius: 10px;
    padding: 5px 10px;
    text-transform: uppercase; }
    .results .tags .tag a {
      color: #fff; }
      .results .tags .tag a:hover {
        color: #777; }
    .results .tags .tag .ss-icon {
      vertical-align: middle;
      padding-right: 5px;
      font-weight: 300; }

.reset-button {
  margin: 0 0 0 -25px;
  display: inline-block; }
  @media (max-width: 480px) {
    .reset-button {
      margin: 10px 0 0 0;
      display: inline-block; } }
  .reset-button .reset-search {
    background-color: #e7e9ea;
    top: 12px !important;
    right: 40px;
    left: auto !important;
    color: #fff !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 6px 8px 3px 7px;
    font-size: 12px;
    text-decoration: none; }
    @media (max-width: 480px) {
      .reset-button .reset-search {
        margin: 5px 0 0 0;
        padding: 12px 30px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px; } }
    @media (max-width: 480px) {
      .reset-button .reset-search:before {
        display: none; } }
    .reset-button .reset-search span {
      display: none; }
      @media (max-width: 480px) {
        .reset-button .reset-search span {
          display: inline-block; } }
    .reset-button .reset-search:hover {
      background-color: #222;
      color: #fff; }

.jobs-listing {
  padding: 0 0 50px 0;
  font-family: "FuturaPT"; }
  .jobs-listing .filters {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #3a3a3a;
    padding: 0 0 10px 0; }
    @media (max-width: 768px) {
      .jobs-listing .filters {
        font-size: 13px; } }
    @media (max-width: 768px) {
      .jobs-listing .filters {
        text-align: center; } }
    .jobs-listing .filters .row {
      margin-left: 0;
      margin-right: 0; }
    .jobs-listing .filters .clear-filters {
      text-align: right; }
      @media (max-width: 768px) {
        .jobs-listing .filters .clear-filters {
          text-align: center; } }
    @media (max-width: 480px) {
      .jobs-listing .filters .filter-options {
        text-align: center;
        padding: auto; } }
    .jobs-listing .filters .filter-title {
      color: #A9A9A9;
      font-size: 18px; }
      @media (max-width: 768px) {
        .jobs-listing .filters .filter-title {
          font-size: 13px; } }
    .jobs-listing .filters .sorter {
      display: inline-block;
      line-height: 0px; }
      .jobs-listing .filters .sorter .light {
        color: #a9a9a9;
        font-weight: 300; }
      .jobs-listing .filters .sorter .sort-box {
        width: auto; }
        .jobs-listing .filters .sorter .sort-box a {
          color: #191919;
          text-decoration: none; }
        .jobs-listing .filters .sorter .sort-box .ss-icon {
          font-size: 8px; }
        .jobs-listing .filters .sorter .sort-box .ss-delete {
          color: #abc9cc;
          background-color: #fff;
          font-size: 10px; }
          .jobs-listing .filters .sorter .sort-box .ss-delete:hover {
            color: #D79366; }
        .jobs-listing .filters .sorter .sort-box .reset-filter {
          margin-left: -20px;
          margin-top: 2px;
          display: inline-block;
          position: relative;
          z-index: 999; }
          .jobs-listing .filters .sorter .sort-box .reset-filter:hover {
            color: #D79366; }
        .jobs-listing .filters .sorter .sort-box .bootstrap-select {
          width: auto !important;
          text-transform: uppercase;
          margin: 0;
          background-color: #fff;
          border-top: 5px solid #fff; }
          .jobs-listing .filters .sorter .sort-box .bootstrap-select .btn-default {
            padding: 5px 20px !important;
            border: 0;
            margin: 0;
            font-size: 18px;
            text-transform: uppercase;
            background-color: #fff;
            max-height: 35px; }
            @media (max-width: 768px) {
              .jobs-listing .filters .sorter .sort-box .bootstrap-select .btn-default {
                font-size: 13px;
                max-height: 25px; } }
          .jobs-listing .filters .sorter .sort-box .bootstrap-select.btn-group .btn .caret, .jobs-listing .filters .sorter .sort-box .bootstrap-select.btn-group .form-submit #submit .caret, .form-submit .jobs-listing .filters .sorter .sort-box .bootstrap-select.btn-group #submit .caret {
            right: 5px; }
        .jobs-listing .filters .sorter .sort-box .bootstrap-select.open {
          border-top: 5px solid #aac9cc;
          background-color: #fff;
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2); }
        .jobs-listing .filters .sorter .sort-box .dropdown-menu {
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          border: 0px solid #eee; }
          .jobs-listing .filters .sorter .sort-box .dropdown-menu.inner {
            box-shadow: 0 0 0 transparent; }
          .jobs-listing .filters .sorter .sort-box .dropdown-menu li {
            font-size: 14px;
            letter-spacing: 1px;
            text-align: left; }
            .jobs-listing .filters .sorter .sort-box .dropdown-menu li a {
              padding: 10px 20px; }
              .jobs-listing .filters .sorter .sort-box .dropdown-menu li a:hover {
                background-color: #D79366;
                color: #fff; }
      .jobs-listing .filters .sorter hr {
        border-top: 4px solid #eee;
        margin-top: -20px; }
  .jobs-listing .title-row {
    font-size: 12px;
    color: #AFAFAF;
    margin-bottom: 30px; }
    .jobs-listing .title-row .text {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 5px; }
    .jobs-listing .title-row .posted {
      text-align: center; }
  .jobs-listing .job-row {
    padding: 15px 0 15px 2px;
    border-bottom: 1px solid #c5c6c6; }
    .jobs-listing .job-row:first-of-type {
      border-top: 1px solid #3a3a3a; }
    .jobs-listing .job-row:last-of-type {
      border-bottom: 1px solid #3a3a3a; }
    .jobs-listing .job-row.hidden {
      display: none; }
    .jobs-listing .job-row.odd {
      background-color: #f5f5f5; }
    .jobs-listing .job-row .job-title {
      font-size: 16px;
      font-weight: bold; }
      .jobs-listing .job-row .job-title a {
        color: #D79366;
        font-family: "FuturaPT";
        font-size: 24px; }
        .jobs-listing .job-row .job-title a:hover {
          color: #6E99A2;
          text-decoration: none; }
    .jobs-listing .job-row .job-info {
      font-size: 14px; }
      .jobs-listing .job-row .job-info .location {
        color: #a9a8b3;
        font-weight: normal; }
    .jobs-listing .job-row .job-date {
      text-align: center;
      color: #191919;
      font-family: "FuturaPT";
      text-transform: uppercase;
      padding: 10px 20px 0 15px;
      text-align: right; }
      .jobs-listing .job-row .job-date .month {
        font-size: 15px;
        letter-spacing: 2px; }
      .jobs-listing .job-row .job-date .day {
        font-size: 17px; }
  .jobs-listing .btn-lg, .jobs-listing .btn-group-lg > .btn, .jobs-listing .form-submit .btn-group-lg > #submit, .form-submit .jobs-listing .btn-group-lg > #submit {
    text-align: center;
    margin: 35px auto;
    font-size: 14px;
    color: #191919;
    display: block;
    padding: 8px 14px; }
  .jobs-listing .filters-label {
    font-size: 12px;
    color: #AFAFAF; }
  @media (max-width: 768px) {
    .jobs-listing .filters {
      margin-top: 50px; } }
  .jobs-listing .filters .filter {
    margin-bottom: 40px; }
    .jobs-listing .filters .filter .expand {
      display: none;
      font-size: 11px;
      padding-right: 5px;
      padding-top: 2px;
      vertical-align: middle;
      color: #555;
      float: right; }
    .jobs-listing .filters .filter .title {
      color: #191919;
      text-transform: uppercase;
      font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: 700;
      padding-bottom: 10px;
      margin: 0 0 10px 0;
      border-bottom: 1px solid #eeeeee; }
      .jobs-listing .filters .filter .title a {
        color: #191919;
        text-decoration: none !important; }
      .jobs-listing .filters .filter .title .category-collapse,
      .jobs-listing .filters .filter .title .type-collapse,
      .jobs-listing .filters .filter .title .distance-collapse {
        cursor: pointer; }
      .jobs-listing .filters .filter .title .collapse-arrow {
        float: right; }
        .jobs-listing .filters .filter .title .collapse-arrow .ss-icon {
          font-size: 8px;
          margin-top: 5px;
          color: #000; }
    .jobs-listing .filters .filter .section {
      padding: 5px 15px;
      font-size: 14px; }
      .jobs-listing .filters .filter .section a {
        color: #191919;
        text-decoration: none; }
      .jobs-listing .filters .filter .section.selected {
        background-color: #fab11c !important;
        font-weight: 700; }
        .jobs-listing .filters .filter .section.selected .count {
          background-color: #fff; }
      .jobs-listing .filters .filter .section.inactive {
        opacity: 0.2; }
        .jobs-listing .filters .filter .section.inactive .count {
          display: none; }
      .jobs-listing .filters .filter .section .text {
        float: left; }
      .jobs-listing .filters .filter .section .count {
        float: right;
        background-color: #d1d1d1;
        border-radius: 40px;
        font-size: 12px;
        padding: 2px 8px;
        display: none; }
      .jobs-listing .filters .filter .section .clear {
        clear: both; }
  .jobs-listing .filters .mobile-post-job {
    text-align: center; }
    .jobs-listing .filters .mobile-post-job .btn, .jobs-listing .filters .mobile-post-job .form-submit #submit, .form-submit .jobs-listing .filters .mobile-post-job #submit {
      width: 100%;
      padding: 20px 12px; }
    @media (min-width: 992px) {
      .jobs-listing .filters .mobile-post-job {
        display: none; } }

.single-job .masthead {
  display: none; }

.single-job .entry-header {
  margin: 0; }

.single-job h1 {
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: -1px;
  font-size: 50px;
  font-weight: 700; }

.single-job hr {
  border-top: 4px solid #eee; }

.single-job b, .single-job strong {
  text-transform: uppercase; }

.single-job .job-content {
  padding-top: 20px; }
  .single-job .job-content .company {
    font-size: 0.8em;
    color: #a9a8b3; }
  .single-job .job-content p {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    /* Instead use this non-standard one: */
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .single-job .job-content ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px; }

.single-job .apply-now {
  text-align: center;
  margin: 70px 0; }

.single-job .apply-button {
  width: auto;
  margin: 0 auto;
  font-size: 21px;
  padding: 10px 15px; }

.single-job .side {
  padding-left: 50px;
  padding-top: 20px; }
  @media (max-width: 768px) {
    .single-job .side {
      margin-bottom: 50px;
      text-align: center;
      padding: 0; } }
  .single-job .side .apply-button {
    margin-bottom: 30px;
    font-size: 21px;
    color: #191919 !important;
    text-decoration: none; }
    @media (max-width: 991px) {
      .single-job .side .apply-button {
        display: none; } }
  .single-job .side .side-title {
    font-size: 10px;
    font-family: "FuturaPT";
    font-weight: 700;
    text-transform: uppercase;
    color: #AFAFAF;
    letter-spacing: 1px;
    margin-top: 20px; }
  .single-job .side a {
    color: #4582ab;
    font-size: 14px;
    text-decoration: underline; }
    .single-job .side a:hover {
      color: #e67300; }
  .single-job .side .share {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .single-job .side .share {
        text-align: center;
        margin: 40px auto;
        width: 50%; } }
    @media (max-width: 480px) {
      .single-job .side .share {
        width: 100%; } }
    .single-job .side .share .title {
      color: #191919;
      text-transform: uppercase;
      font-size: 12px;
      font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
      font-weight: 700;
      padding-bottom: 10px;
      margin: 0 0 10px 0;
      border-bottom: 1px solid #eeeeee; }
    .single-job .side .share .tweet,
    .single-job .side .share .linkedin,
    .single-job .side .share .facebook {
      float: left;
      padding-top: 5px;
      margin-right: 30px; }
      @media (max-width: 768px) {
        .single-job .side .share .tweet,
        .single-job .side .share .linkedin,
        .single-job .side .share .facebook {
          width: 33%;
          margin-right: 0; } }
    .single-job .side .share .facebook {
      margin-top: -9px; }
    .single-job .side .share .linkedin {
      margin-top: 4px; }

.post-a-job .entry-header {
  margin: 0; }

.post-a-job .star {
  color: #4582ab;
  display: none; }

.post-a-job em .star {
  display: inline-block; }

.post-a-job h1 {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
  font-family: "FuturaPTBold";
  text-transform: uppercase;
  font-size: 36px; }

.post-a-job hr {
  border-top: 4px solid #eee; }

.post-a-job h2 {
  border: 0;
  font-size: 24px; }

.post-a-job .job-field {
  margin-bottom: 30px; }
  .post-a-job .job-field label {
    font-size: 16px;
    color: #8c8b8b;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "FuturaPT"; }
  .post-a-job .job-field input,
  .post-a-job .job-field textarea {
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 15px 20px;
    font-size: 18px;
    /* Firefox 18- */
    /* Firefox 19+ */ }
    .post-a-job .job-field input:disabled,
    .post-a-job .job-field textarea:disabled {
      opacity: 0.4; }
    .post-a-job .job-field input:focus,
    .post-a-job .job-field textarea:focus {
      outline: 0;
      border: 1px solid #feb11c; }
    .post-a-job .job-field input::-webkit-input-placeholder,
    .post-a-job .job-field textarea::-webkit-input-placeholder {
      color: #e1e1e1; }
    .post-a-job .job-field input:-moz-placeholder,
    .post-a-job .job-field textarea:-moz-placeholder {
      color: #e1e1e1; }
    .post-a-job .job-field input::-moz-placeholder,
    .post-a-job .job-field textarea::-moz-placeholder {
      color: #e1e1e1; }
    .post-a-job .job-field input:-ms-input-placeholder,
    .post-a-job .job-field textarea:-ms-input-placeholder {
      color: #e1e1e1; }
  .post-a-job .job-field .mce-tinymce {
    border-color: #eeeeee;
    font-size: 18px; }
    .post-a-job .job-field .mce-tinymce:focus {
      outline: 0;
      border: 1px solid #e67300; }
  .post-a-job .job-field input[type="radio"],
  .post-a-job .job-field input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
    border: 0 !important; }
  .post-a-job .job-field .description {
    font-size: 14px;
    color: #8C8C8C;
    padding-top: 50px; }
    @media (max-width: 768px) {
      .post-a-job .job-field .description {
        padding-top: 10px; } }
  .post-a-job .job-field .box {
    background-color: #eeeeee;
    padding: 10px 20px;
    margin: 20px 0; }
  .post-a-job .job-field .terms {
    font-size: 12px;
    padding-top: 10px; }
    .post-a-job .job-field .terms a {
      color: #4582ab;
      text-decoration: underline; }

.bs-select-hidden {
  display: none; }

.bootstrap-select {
  width: 100% !important; }
  .bootstrap-select .btn-default {
    background-color: #fff;
    border: 1px solid #eeeeee;
    text-transform: initial;
    padding: 15px 15px;
    font-size: 14px;
    color: #191919;
    border-radius: 0; }
  .bootstrap-select.open .btn-default.dropdown-toggle {
    box-shadow: none;
    color: #191919;
    background-color: #efefef; }
  .bootstrap-select .dropdown-menu {
    border-radius: 0; }

.message {
  font-size: 12px;
  font-style: italic;
  color: #a94442;
  display: none; }
  .message.required {
    display: block; }

.captcha-text {
  display: none;
  font-style: italic;
  color: #a94442 !important;
  font-size: 14px;
  margin-bottom: 5px; }

.required .captcha-text {
  display: block; }

.required label {
  color: #a94442 !important; }

.required input,
.required textarea,
.required .mce-tinymce,
.required .btn-default {
  border: 1px solid #a94442 !important;
  /* Firefox 18- */
  /* Firefox 19+ */ }
  .required input::-webkit-input-placeholder,
  .required textarea::-webkit-input-placeholder,
  .required .mce-tinymce::-webkit-input-placeholder,
  .required .btn-default::-webkit-input-placeholder {
    color: #a94442; }
  .required input:-moz-placeholder,
  .required textarea:-moz-placeholder,
  .required .mce-tinymce:-moz-placeholder,
  .required .btn-default:-moz-placeholder {
    color: #a94442; }
  .required input::-moz-placeholder,
  .required textarea::-moz-placeholder,
  .required .mce-tinymce::-moz-placeholder,
  .required .btn-default::-moz-placeholder {
    color: #a94442; }
  .required input:-ms-input-placeholder,
  .required textarea:-ms-input-placeholder,
  .required .mce-tinymce:-ms-input-placeholder,
  .required .btn-default:-ms-input-placeholder {
    color: #a94442; }

#jobs .job-row {
  display: none;
  margin-left: 0;
  margin-right: 0; }
  #jobs .job-row.row1 {
    display: block; }

@media (max-width: 480px) {
  .promotion img {
    width: 100%; } }

.test-data {
  font-size: 12px;
  font-style: italic; }

::-ms-clear {
  display: none; }

.event-header {
  padding-top: 15px;
  margin-bottom: 50px; }
  .event-header h1 {
    margin-top: 0; }

.event-title {
  margin: 0; }

.event-date-alt {
  background-color: #ABCBB1;
  text-align: center;
  margin: 0 auto 30px;
  width: 145px;
  height: 145px;
  border-radius: 72px;
  -webkit-border-radius: 72px;
  padding-top: 35px;
  margin-bottom: 0;
  margin-top: -70px;
  z-index: 999;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .event-date-alt {
      width: 100px;
      height: 100px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      padding-top: 20px; } }
  @media (min-width: 768px) {
    .event-date-alt {
      margin-bottom: 0; } }
  .event-date-alt .event-month {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #fff; }
  .event-date-alt .event-time {
    font-size: 30px;
    display: block;
    color: #fff; }
    @media (min-width: 768px) and (max-width: 991px) {
      .event-date-alt .event-time {
        font-size: 20px; } }

.event-banner img {
  max-width: 100%;
  display: block; }

.events-sidebar {
  padding-top: 20px; }

.single-event .events-sidebar {
  padding-top: 11px; }

.post-type-archive-event .masthead form {
  padding: 15px 0; }
  @media (min-width: 992px) {
    .post-type-archive-event .masthead form {
      padding: 0; } }
  .post-type-archive-event .masthead form select {
    width: 130px;
    margin-right: 30px;
    margin-bottom: 20px;
    display: inline-block; }
    @media (min-width: 768px) {
      .post-type-archive-event .masthead form select {
        margin-bottom: 0; } }
  .post-type-archive-event .masthead form .btn-default {
    margin-top: 0px; }
  @media (min-width: 768px) {
    .post-type-archive-event .masthead form input {
      max-width: 240px; } }
  .post-type-archive-event .masthead form .input-wrap {
    position: relative; }
    @media (min-width: 768px) {
      .post-type-archive-event .masthead form .input-wrap {
        display: inline-block;
        width: 240px; } }

.events-calendar {
  padding-bottom: 100px; }
  .events-calendar hr {
    border-top: 3px solid #eeeeee;
    margin: 30px 0 0; }
  .events-calendar .title {
    color: #feb11c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    border: none;
    padding-bottom: 0;
    margin-bottom: 10px; }
  .events-calendar ul {
    margin: 0 0 30px 0;
    padding: 0; }
    .events-calendar ul li {
      list-style-type: none; }
  .events-calendar .event-list-title a {
    color: #576967; }
    .events-calendar .event-list-title a:hover {
      color: #feb11c;
      text-decoration: none; }
  .events-calendar .event-date {
    background-color: #eeeeee;
    color: #1a1a1a;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    margin-top: 15px; }
    @media (min-width: 550px) {
      .events-calendar .event-date {
        padding-top: 10px;
        font-size: 36px;
        width: 70px;
        height: 70px;
        border-radius: 35px;
        -webkit-border-radius: 35px;
        margin-top: 30px; } }
  .events-calendar .bar {
    position: absolute;
    z-index: -1;
    top: 60px;
    bottom: 0;
    left: 33px;
    width: 4px;
    background-color: #eeeeee; }
  .events-calendar .multiple {
    position: relative; }
  .events-calendar .most-recent .event-date {
    background-color: #4582ab;
    color: #ffffff; }
  .events-calendar .most-recent .bar {
    background: #4582ab; }
  .events-calendar .additional-event h4 {
    margin-top: 20px; }
    @media (min-width: 550px) {
      .events-calendar .additional-event h4 {
        margin-top: 30px; } }
  .events-calendar h4 {
    font-size: 21px;
    margin-top: 20px; }
    @media (min-width: 550px) {
      .events-calendar h4 {
        margin-top: 30px; } }
  .events-calendar .btn-lg, .events-calendar .btn-group-lg > .btn, .events-calendar .form-submit .btn-group-lg > #submit, .form-submit .events-calendar .btn-group-lg > #submit {
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    color: #191919;
    display: block;
    padding: 15px 30px;
    font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
    background-color: #eeeeee; }

.sidebar .calendar h5 {
  width: 100%;
  text-align: center;
  margin-left: 0px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700; }
  .sidebar .calendar h5 .month-name {
    padding: 0 5px; }
  .sidebar .calendar h5 .calendar-nav {
    padding: 0 5px; }
    .sidebar .calendar h5 .calendar-nav:hover {
      text-decoration: none; }
      .sidebar .calendar h5 .calendar-nav:hover .ss-icon {
        color: #feb11c; }
    .sidebar .calendar h5 .calendar-nav .ss-icon {
      font-size: 10px;
      color: #b9b9b9; }

.sidebar .calendar span {
  margin: 0;
  display: inline; }

.sidebar .calendar a {
  text-decoration: none;
  display: inline;
  font-size: 1em; }

.sidebar .calendar .month {
  max-width: 280px;
  margin: 0 auto; }
  .sidebar .calendar .month:before, .sidebar .calendar .month:after {
    content: " ";
    display: table; }
  .sidebar .calendar .month:after {
    clear: both; }

.sidebar .calendar .week {
  width: 100%;
  height: auto; }

.sidebar .calendar .day {
  background-color: #e7e7e7;
  color: #b1b1b1;
  width: 13.5%;
  height: 0;
  padding-bottom: 13.5%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  text-align: center;
  font-size: 19px;
  font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 2em;
  margin: .39285714285%; }
  @media (min-width: 992px) {
    .sidebar .calendar .day {
      font-size: 16px;
      line-height: 1.5em; } }
  @media (min-width: 1100px) {
    .sidebar .calendar .day {
      line-height: 1.7em; } }
  @media (min-width: 1170px) {
    .sidebar .calendar .day {
      font-size: 19px; } }

.sidebar .calendar .empty {
  background-color: #f5f5f5; }

.sidebar .calendar .has-event {
  background-color: #4582ab; }
  .sidebar .calendar .has-event a {
    color: #ffffff; }

.sidebar .calendar .today {
  background-color: #feb11c;
  color: #ffffff; }
  .sidebar .calendar .today a {
    color: #ffffff; }

@media (max-width: 990px) {
  ul.sidebar-nav li, ul.sidebar-nav .current {
    margin-left: 0px;
    width: 100%;
    text-align: center; } }

@media (max-wdith: 991px) {
  .events-calendar .col-xs-1-alt {
    width: 15%; }
  .events-calendar .col-xs-8-alt {
    width: 85%; }
  .event-date-alt {
    margin: 0 auto; }
  .event-title {
    margin-bottom: 0px; }
  .event-banner img {
    margin: 20px 0; }
  .time:after {
    content: ''; }
  .masthead .btn-default {
    margin: 24px 0; } }

@media (max-width: 550px) {
  .events-calendar .col-xs-1-alt {
    width: 20%; }
  .events-calendar .col-xs-8-alt {
    width: 80%; } }

@media (max-width: 500px) {
  .event-single .content .btn-lg, .event-single .content .btn-group-lg > .btn, .event-single .content .form-submit .btn-group-lg > #submit, .form-submit .event-single .content .btn-group-lg > #submit {
    width: 100%;
    white-space: inherit; } }

@media (max-width: 400px) {
  .events-calendar .col-xs-1-alt {
    width: 25%; }
  .events-calendar .col-xs-8-alt {
    width: 75%; } }

.single-podcast .blog-navigation,
.single-podcast .featured-image,
.single-podcast .featured-icon,
.single-podcast .related-posts,
.single-podcast .gray {
  display: none; }

.podcasts .podcast-row {
  margin-bottom: 60px; }

.podcasts .image {
  text-align: center; }
  .podcasts .image .wp-post-image {
    border-radius: 100%;
    width: 75%;
    margin: 0 auto; }

.podcasts .posted-on {
  padding: 0;
  font-size: 15px; }

.podcasts .title {
  font-size: 26px;
  color: #576967;
  text-decoration: none; }

.podcasts p {
  font-size: 18px;
  margin: 15px 0 25px 0; }

.in-loop .entry-meta {
  font-size: 14px;
  font-weight: 100;
  margin-top: 10px; }
  .in-loop .entry-meta h5 {
    margin-bottom: 0; }

.in-loop .entry-content {
  font-size: 18px; }

.in-loop .entry-link {
  margin-bottom: 40px; }
  .in-loop .entry-link a {
    font-family: FuturaPT-Medium;
    font-size: 14px;
    color: #CC8152;
    letter-spacing: 2px;
    text-transform: uppercase; }

.in-loop .btn-more {
  margin-top: 10px; }

.in-loop .comments-link {
  margin-left: 4px; }

.tax-resource-tag .results-count,
.category .results-count {
  margin-top: -50px;
  margin-bottom: 50px; }

.related-posts {
  background-color: #f8f8f8;
  padding-bottom: 50px; }
  .related-posts .row {
    margin-left: 0;
    margin-right: 0; }
  .related-posts .post-articles {
    padding: 30px 0 0 0; }
  .related-posts .hentry {
    margin-bottom: 0px; }
    .related-posts .hentry .photo img {
      width: 100%; }

.filters {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #3a3a3a;
  padding: 0 0 10px 0;
  font-family: "FuturaPT"; }
  @media (max-width: 768px) {
    .filters {
      font-size: 15px; } }
  .filters .row {
    margin-left: 0;
    margin-right: 0; }
  @media (max-width: 768px) {
    .filters .filter-options {
      text-align: center;
      padding: auto; } }
  .filters .filter-title {
    color: #A9A9A9;
    font-size: 18px;
    float: left; }
    @media (max-width: 768px) {
      .filters .filter-title {
        float: none; } }
  .filters .clear-filters {
    text-align: right; }
    @media (max-width: 768px) {
      .filters .clear-filters {
        text-align: center; } }
  .filters .sorter {
    float: left;
    line-height: 0px;
    margin-top: -10px;
    margin-left: 5px; }
    @media (max-width: 768px) {
      .filters .sorter {
        float: none;
        margin: 0px 0 10px 0; } }
    .filters .sorter .light {
      color: #a9a9a9;
      font-weight: 300; }
    .filters .sorter .sort-box {
      width: auto; }
      .filters .sorter .sort-box a {
        color: #191919;
        text-decoration: none; }
      .filters .sorter .sort-box .ss-icon {
        font-size: 8px; }
      .filters .sorter .sort-box .bootstrap-select {
        width: auto !important;
        text-transform: uppercase;
        margin: 0;
        background-color: #fff;
        border-top: 5px solid #fff; }
        .filters .sorter .sort-box .bootstrap-select .btn-default {
          padding: 5px 20px !important;
          border: 0;
          margin: 0;
          font-size: 18px;
          text-transform: uppercase;
          background-color: #fff; }
          @media (max-width: 768px) {
            .filters .sorter .sort-box .bootstrap-select .btn-default {
              max-height: 30px; } }
        .filters .sorter .sort-box .bootstrap-select.btn-group .btn .caret, .filters .sorter .sort-box .bootstrap-select.btn-group .form-submit #submit .caret, .form-submit .filters .sorter .sort-box .bootstrap-select.btn-group #submit .caret {
          right: 5px; }
      .filters .sorter .sort-box .bootstrap-select.open {
        border-top: 5px solid #aac9cc;
        background-color: #fff;
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2); }
      .filters .sorter .sort-box .dropdown-menu {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        border: 0px solid #eee; }
        .filters .sorter .sort-box .dropdown-menu.inner {
          box-shadow: 0 0 0 transparent; }
        .filters .sorter .sort-box .dropdown-menu li {
          font-size: 14px;
          letter-spacing: 1px; }
          .filters .sorter .sort-box .dropdown-menu li a {
            padding: 10px 20px; }
            .filters .sorter .sort-box .dropdown-menu li a:hover {
              background-color: #D79366;
              color: #fff; }
    .filters .sorter hr {
      border-top: 4px solid #eee;
      margin-top: -20px; }

.blog-navigation {
  background-image: url("/assets/img/blog-page-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px; }
  .blog-navigation .full {
    display: block; }
    @media (max-width: 768px) {
      .blog-navigation .full {
        display: none; } }
  .blog-navigation .mobile {
    display: none; }
    @media (max-width: 768px) {
      .blog-navigation .mobile {
        display: block; } }
  .blog-navigation .prev {
    text-align: left; }
  .blog-navigation .back {
    text-align: center;
    letter-spacing: 2.2px; }
  .blog-navigation .next {
    text-align: right; }
    .blog-navigation .next .ss-icon {
      margin-left: 6px; }
  .blog-navigation a {
    color: #fff;
    text-transform: uppercase;
    background: transparent !important;
    font-size: 18px;
    font-family: "FuturaPT";
    line-height: 100px;
    padding: 0 !important;
    font-weight: 400;
    text-decoration: none; }
    @media (max-width: 768px) {
      .blog-navigation a {
        font-size: 14px; } }
    .blog-navigation a .ss-icon {
      opacity: 0.5;
      font-size: 14px; }

.hentry {
  margin-bottom: 35px; }

.post-articles {
  padding: 60px 0 0 0; }

.featured-post {
  margin: -175px 0 50px 0;
  position: relative;
  z-index: 999; }
  @media (max-width: 768px) {
    .featured-post {
      margin-top: -100px; } }
  .featured-post .row {
    margin-left: 0;
    margin-right: 0; }
  .featured-post h2 {
    font-size: 32px;
    padding: 10px 0; }
  .featured-post .entry-header {
    text-align: center; }
    .featured-post .entry-header .intro .featured-image {
      margin: 0 auto; }
    .featured-post .entry-header .intro .post-categories {
      margin-top: 15px; }
  .featured-post .feature-content h2 {
    text-align: center; }
  .featured-post .feature-content .excerpt {
    font-size: 18px; }

.entry-header h1 {
  margin-top: 50px;
  margin-bottom: 45px;
  font-family: "Baskerville";
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: #576967; }

.entry-header h2 {
  font-family: "Baskerville";
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  color: #576967;
  text-align: left;
  border: 0;
  letter-spacing: 0;
  margin: 5px 0;
  text-transform: capitalize; }
  .entry-header h2 a {
    color: #576967;
    text-decoration: none; }
    .entry-header h2 a:hover {
      color: #D79366; }

.intro {
  padding: 0; }
  .intro img {
    width: 100%; }
  .intro .post-meta-row {
    margin-bottom: 30px; }
  .intro .post-categories {
    padding: 0; }
  .intro .post-sharing {
    padding: 0;
    text-align: right; }
    .intro .post-sharing .fb-share-button span {
      height: 30px !important; }

.entry-meta {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  color: #b7b7b7; }
  .entry-meta.alt {
    font-size: 14px; }
  .entry-meta .featured-image {
    border-bottom: 4px solid #D8CA8B;
    margin-bottom: 0; }
  .entry-meta .featured-icon {
    text-align: center;
    margin-top: -35px;
    height: 70px; }
    .entry-meta .featured-icon img {
      width: 70px;
      height: 70px; }
  .entry-meta a {
    color: #b7b7b7; }

.single .content {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px; }
  .single .content h2 {
    font-family: "FuturaPTBold";
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0;
    text-transform: uppercase;
    border: 0;
    color: #576967; }
  .single .content h3 {
    font-family: "FuturaPT";
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #6E99A2; }
  .single .content ul, .single .content ol {
    list-style-position: outside;
    padding-left: 18px; }
    .single .content ul li, .single .content ol li {
      padding: 8px; }
  .single .content strong, .single .content b {
    color: #222; }
  .single .content a {
    text-decoration: underline; }
    .single .content a.btn, .single .content .form-submit a#submit, .form-submit .single .content a#submit {
      text-decoration: none;
      font-size: 15px; }
  .single .content .footer-sharing {
    font-family: "FuturaPTBold";
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #6E99A2; }
    .single .content .footer-sharing a {
      font-size: 30px;
      text-decoration: none;
      color: #ABCBB1;
      padding: 0 5px; }
      .single .content .footer-sharing a:hover {
        color: #AAC9CC; }

.categories-list {
  color: #6E99A2;
  text-transform: uppercase;
  font-family: "FuturaPTBold";
  letter-spacing: 2px; }
  .categories-list a {
    color: #6E99A2;
    text-decoration: none !important; }

.posted-on {
  font-family: "FuturaPT";
  letter-spacing: 2px;
  color: #576967;
  opacity: 0.5;
  padding-left: 10px; }

.news-sidebar .sidebar-title {
  text-indent: -9999px;
  background: url("/assets/img/more-news.jpg") no-repeat;
  height: 127px;
  width: 178px;
  margin: 0 auto;
  background-position: center center; }

.category-bg .entry-thumb {
  background-color: #e8eff0;
  padding-top: 22% !important;
  padding-bottom: 22%; }

.entry-thumb {
  max-width: 100%;
  margin: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .entry-thumb {
      padding-top: 20px; } }
  .entry-thumb.photo {
    overflow: hidden;
    height: 200px; }
    @media (max-width: 767px) {
      .entry-thumb.photo {
        height: auto; } }
    .entry-thumb.photo img {
      max-width: auto; }
      @media (max-width: 767px) {
        .entry-thumb.photo img {
          width: 100%;
          height: 100%; } }
  .entry-thumb .thumb-bg img {
    width: 100%;
    height: auto;
    border-radius: 0;
    behavior: url(/assets/css/pie/PIE.htc); }
    .entry-thumb .thumb-bg img.no-radius {
      border-radius: 0; }

.news-articles .article-row {
  display: none; }
  .news-articles .article-row.show-row {
    display: block !important; }

.load-more {
  text-align: center; }
  .load-more .load-more-button {
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 1.25px; }

@media (min-width: 768px) {
  .single-resource .entry-thumb {
    padding-top: 0; } }

.paging-navigation,
.post-navigation {
  margin: 40px 0; }
  .paging-navigation .btn .ss-icon, .paging-navigation .form-submit #submit .ss-icon, .form-submit .paging-navigation #submit .ss-icon,
  .post-navigation .btn .ss-icon,
  .post-navigation .form-submit #submit .ss-icon, .form-submit
  .post-navigation #submit .ss-icon {
    font-size: 80%;
    position: relative;
    top: 1px; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Comments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.comment-list {
  margin-bottom: 68px;
  padding-left: 0; }
  .comment-list .comment {
    margin-bottom: 34px; }
    .comment-list .comment .media-body {
      margin-bottom: 34px; }
  .comment-list time {
    color: #b7b7b7;
    text-transform: uppercase;
    font-size: 14px; }

.edit-link a:hover,
.reply a:hover {
  text-decoration: none; }

.edit-link a {
  text-transform: uppercase;
  color: #555555; }
  .edit-link a:hover {
    color: #333333; }

.comment-meta time {
  color: #555555; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Podcasts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.single-podcast .podcast_player {
  margin-bottom: 5px; }

.single-podcast .podcast_meta {
  margin-bottom: 15px; }

.wwp-covers {
  padding: 0;
  margin: 0;
  list-style: none; }
  .wwp-covers:before, .wwp-covers:after {
    content: " ";
    display: table; }
  .wwp-covers:after {
    clear: both; }
  .wwp-covers li {
    text-align: center;
    width: 50%;
    float: left;
    min-height: 150px;
    margin-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .wwp-covers li {
        width: 20%; } }
    .wwp-covers li img {
      max-width: 100%; }

.winner-year {
  text-align: center; }
  .winner-year img {
    width: 100%;
    height: auto; }

.wwp-text-cover {
  line-height: 150px;
  width: 113px;
  margin: 0 auto;
  background: #efefef; }
  .wwp-text-cover a {
    color: #333; }

table.fact-sheet {
  margin-bottom: 15px; }
  table.fact-sheet td {
    padding: 5px 50px 5px 5px; }

table.wwp-winners .award {
  width: 5px;
  padding: 0; }

table.wwp-winners tbody .award {
  border-top-color: #FFF; }

table.wwp-winners .platinum .award {
  background: #E5E4E2; }

table.wwp-winners .gold .award {
  background: #FFD700; }

table.wwp-winners .silver .award {
  background: #C0C0C0; }

table.wwp-winners .bronze .award {
  background: #CD7F32; }

table.wwp-winners .small-business .award {
  background: #94c8fa; }

/* GENERAL PAGE CONTENT */
.page-content .intro-content {
  text-align: center;
  padding: 0 0 40px 0; }
  .page-content .intro-content h2 {
    margin-bottom: 30px; }

.page-template-page-no-account-php .login-panel,
.page-template-page-no-account-php .masthead-tools,
.page-template-page-no-account-php .sharing {
  display: none; }

.testimonials {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .testimonials {
      padding: 20px 0; } }
  @media (max-width: 1280px) {
    .testimonials .carousel-control.left {
      left: 0; } }
  @media (max-width: 1280px) {
    .testimonials .carousel-control.right {
      right: 0; } }
  .testimonials .testimonial-photo {
    text-align: center; }
    .testimonials .testimonial-photo img {
      border-radius: 50%;
      width: 100%; }
      @media (max-width: 767px) {
        .testimonials .testimonial-photo img {
          width: 50%;
          margin: 0 auto; } }
  .testimonials .testimonial-content .text {
    font-size: 24px;
    line-height: 36px;
    color: #576967; }
    @media (max-width: 767px) {
      .testimonials .testimonial-content .text {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding-top: 20px; } }
    .testimonials .testimonial-content .text p {
      margin-bottom: 10px; }
  .testimonials .testimonial-content .title {
    font-size: 15px;
    font-family: "FuturaPT";
    color: #D79366;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .testimonials .testimonial-content .title {
        text-align: center;
        width: 80%;
        margin: 0 auto; } }
  @media (max-width: 767px) {
    .testimonials .testimonial-content .company-logo {
      text-align: center;
      width: 80%;
      margin: 0 auto; } }

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
#fade-quote-carousel.carousel {
  padding-bottom: 60px; }

#fade-quote-carousel.carousel .carousel-inner .item {
  /*
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
  */ }

#fade-quote-carousel.carousel .carousel-inner .active {
  /*
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
  */ }

.testimonials .carousel-indicators {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  margin-left: 0;
  text-align: left;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .testimonials .carousel-indicators {
      margin: 20px auto;
      text-align: center; } }

.testimonials .carousel-indicators > li {
  background: url("/assets/img/indicator.png") no-repeat; }

.testimonials .carousel-indicators > li.active {
  background: url("/assets/img/indicator_active.png") no-repeat; }

#fade-quote-carousel blockquote {
  text-align: center;
  border: none; }

.carousel-control {
  top: 100px;
  color: #576967 !important;
  opacity: 1; }
  @media (max-width: 768px) {
    .carousel-control {
      top: 100px; } }
  @media (max-width: 480px) {
    .carousel-control {
      top: 140px; } }
  .carousel-control:hover {
    color: #6E99A2 !important; }
  .carousel-control.left {
    left: -75px; }
    @media (max-width: 768px) {
      .carousel-control.left {
        left: 0; } }
  .carousel-control.right {
    right: -75px; }
    @media (max-width: 768px) {
      .carousel-control.right {
        right: 0; } }

/* MEMBER PORTAL LANDING PAGE */
.member-portal .hero .content {
  padding: 50px 0 20px 0; }
  .member-portal .hero .content h1 {
    margin-bottom: 20px; }
  .member-portal .hero .content .member-news {
    background-color: #fff;
    padding: 30px; }
    .member-portal .hero .content .member-news .news-title {
      font-family: "FuturaPTBold";
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 10px;
      color: #6E99A2;
      text-transform: uppercase; }
    .member-portal .hero .content .member-news p {
      color: #576967;
      font-size: 18px;
      margin: 0; }

.member-portal .intro-content h3 {
  font-family: "FuturaPT";
  font-size: 24px;
  color: #6E99A2;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 30px 0; }

.member-portal .intro-content .info {
  text-align: center; }
  .member-portal .intro-content .info .info-title {
    text-transform: uppercase;
    font-family: "FuturaPT";
    font-size: 15px;
    letter-spacing: 2px;
    color: #ABCBB1; }

.member-portal .intro-content .disclaimer {
  font-size: 14px;
  margin: 30px 0; }

.member-portal .member-links h2 {
  margin-bottom: 30px; }

.member-portal .member-links a {
  text-decoration: none; }

.member-portal .member-links .member-link {
  border: 5px solid #f4f5f5;
  padding: 20px;
  text-align: center;
  margin: 20px 0; }
  .member-portal .member-links .member-link:hover {
    border-color: #ABCBB1;
    background-color: #CAE4CF; }
  .member-portal .member-links .member-link h4 {
    font-family: "FuturaPTBold";
    color: #393A3A;
    font-size: 36px;
    text-transform: uppercase; }
  .member-portal .member-links .member-link img {
    width: auto;
    height: 100px; }

/* MEMBERSHIP PAGE */
.feature-col a {
  text-decoration: none; }

.membership-feature {
  text-align: center;
  margin-bottom: 60px; }
  .membership-feature img {
    margin-bottom: 10px; }
  .membership-feature .title {
    font-family: "FuturaPTBold";
    font-size: 24px;
    color: #D79366;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .membership-feature hr {
    margin: 8px 0;
    border-top: 2px solid #383838; }
  .membership-feature p {
    font-size: 24px;
    color: #576967; }

.membership-content {
  text-align: center; }
  .membership-content strong, .membership-content b {
    font-family: "FuturaPT"; }

.whats-included {
  background-color: #f8f8f8;
  padding-bottom: 100px; }
  .whats-included h2 {
    margin-bottom: 80px; }
  .whats-included ul li {
    margin-bottom: 40px;
    list-style: none;
    padding-left: 35px; }
    .whats-included ul li:before {
      color: #6f99a1;
      font-size: 25px;
      padding: 0 15px 0 0;
      margin-left: -42px; }
    .whats-included ul li .title {
      font-family: "FuturaPT";
      font-size: 24px;
      letter-spacing: 1px;
      color: #3a3a3a;
      text-transform: uppercase;
      font-weight: 800; }
    .whats-included ul li .text {
      font-size: 18px;
      color: #576967; }

/**********************/
/* LOGIN PAGE */
.login .hero {
  height: 280px; }

.login .login-box {
  position: relative;
  margin: -230px auto 49px;
  width: 85%;
  z-index: 999; }
  @media (max-width: 480px) {
    .login .login-box {
      width: 100%; } }

.login .login-top {
  background-color: #fff;
  border-top: 4px solid #f4f5f5;
  border-left: 4px solid #f4f5f5;
  border-right: 4px solid #f4f5f5;
  text-align: center;
  padding: 30px 30px 60px; }
  @media (max-width: 480px) {
    .login .login-top {
      padding: 20px; } }
  .login .login-top .disclaimer {
    font-size: 14px;
    margin-bottom: 30px;
    color: #a3a3a3; }
  .login .login-top .input-field {
    width: 60%;
    position: relative;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .login .login-top .input-field {
        width: 85%; } }
    @media (max-width: 480px) {
      .login .login-top .input-field {
        width: 100%; } }
    .login .login-top .input-field input {
      background-color: #f4f5f5;
      color: #383838;
      font-family: "FuturaPT";
      font-size: 18px;
      width: 100%;
      border: 0;
      padding: 15px 15px 15px 45px;
      margin: 15px auto; }
    .login .login-top .input-field .ss-icon {
      position: absolute;
      left: 15px;
      top: 30px;
      color: #6f99a1;
      font-size: 18px; }
  .login .login-top .btn, .login .login-top .form-submit #submit, .form-submit .login .login-top #submit {
    background-color: #abc9cc;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    padding: 12px 25px !important;
    margin-right: 20px;
    float: left; }
    @media (max-width: 480px) {
      .login .login-top .btn, .login .login-top .form-submit #submit, .form-submit .login .login-top #submit {
        width: 100%; } }
  .login .login-top .forgot-password {
    float: left; }
    .login .login-top .forgot-password a {
      color: #D79366;
      border-bottom: 1px solid #D79366;
      font-size: 16px;
      text-decoration: none; }

.login .login-bottom {
  background-color: #CAE4CF;
  border-bottom: 4px solid #ABCBB1;
  border-left: 4px solid #ABCBB1;
  border-right: 4px solid #ABCBB1;
  text-align: center;
  font-family: "FuturaPT";
  font-size: 15px;
  padding: 8px;
  text-transform: uppercase;
  margin-bottom: 75px; }
  .login .login-bottom .btn, .login .login-bottom .form-submit #submit, .form-submit .login .login-bottom #submit {
    padding: 5px 20px !important;
    font-size: 15px;
    letter-spacing: 1px;
    margin-left: 15px; }
    .login .login-bottom .btn .ss-icon, .login .login-bottom .form-submit #submit .ss-icon, .form-submit .login .login-bottom #submit .ss-icon {
      vertical-align: middle;
      font-size: 11px;
      padding-left: 5px; }

.login .become-member {
  text-align: center; }
  .login .become-member .title {
    font-family: "FuturaPTBold";
    font-size: 36px;
    text-transform: uppercase; }

.search-form-label {
  font-size: 11px;
  color: #B3B3B3;
  margin-right: 85px;
  margin-bottom: 5px;
  text-transform: uppercase; }

#search-results .lock img,
.search-results .lock img {
  width: 30px;
  height: auto; }

#search-results .widget .clear-filter,
.search-results .widget .clear-filter {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 10px; }

#search-results .widget input,
.search-results .widget input {
  margin-right: 10px; }

#search-results .results,
.search-results .results {
  text-align: center; }
  #search-results .results .store-results,
  .search-results .results .store-results {
    margin-bottom: 10px;
    margin-top: 120px; }

#search-results .shop-results .product-item,
.search-results .shop-results .product-item {
  min-height: 430px; }

#search-results .entry-header h1,
.search-results .entry-header h1 {
  text-align: left;
  margin: 10px 0 0 0;
  font-size: 28px;
  line-height: 35px; }

#search-results .entry-header a,
.search-results .entry-header a {
  color: #576967; }
  #search-results .entry-header a:hover,
  .search-results .entry-header a:hover {
    color: #D79366;
    text-decoration: none; }

#search-results .entry-meta a,
.search-results .entry-meta a {
  color: #191919; }

#search-results .entry-thumb,
.search-results .entry-thumb {
  float: left;
  max-width: 80px;
  margin-right: 20px; }
  @media (max-width: 600px) {
    #search-results .entry-thumb,
    .search-results .entry-thumb {
      float: none;
      display: block;
      margin: auto; } }

@media (max-width: 600px) {
  #search-results .search-result-wrap,
  .search-results .search-result-wrap {
    padding-left: 0; } }

.search-toggle {
  color: #FFF;
  text-transform: uppercase;
  margin-right: 0; }
  .search-toggle i {
    padding-left: 6px;
    position: relative;
    top: 1px; }
  .search-toggle.drop-toggle:hover {
    color: #feb11c; }
  @media (min-width: 992px) {
    .search-toggle.drop-toggle {
      padding-top: 25px;
      padding-bottom: 25px;
      display: block; } }

#navbar-collapse-search {
  margin-left: -15px;
  margin-right: -15px; }

.search-box {
  position: relative;
  font-family: 'FuturaPT';
  color: #383838; }
  .search-box .ss-icon {
    color: #e67300;
    position: absolute;
    left: 15px;
    top: 15px;
    display: none; }
    @media (min-width: 992px) {
      .search-box .ss-icon {
        display: block; } }
  @media (min-width: 768px) {
    .search-box.sidebar-search input {
      width: 100%; } }
  .search-box .search-field {
    border-radius: 0px;
    background-color: #fafafa;
    text-align: center; }
    @media (min-width: 992px) {
      .search-box .search-field {
        font-size: 18px;
        width: 280px;
        height: 50px;
        padding-left: 45px;
        text-align: left; } }
    .search-box .search-field:focus {
      background-color: #fafafa; }
  .search-box button.btn, .search-box .form-submit button#submit, .form-submit .search-box button#submit {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0; }

.navbar .search-box {
  margin: 0;
  padding: 0; }
  .navbar .search-box button.btn, .navbar .search-box .form-submit button#submit, .form-submit .navbar .search-box button#submit {
    position: static;
    background: #a8c9cc;
    font-family: 'FuturaPT';
    font-weight: 800;
    color: #383838;
    width: 100%;
    border-radius: 0;
    padding: 15px 0; }
  .navbar .search-box div.search-options {
    font-family: 'FuturaPT';
    font-weight: 800;
    display: none;
    z-index: 1000000;
    left: 0;
    bottom: auto;
    top: 100%;
    position: absolute;
    width: 100%;
    background: #f3f4f5;
    text-align: center; }
    .navbar .search-box div.search-options .option {
      padding: 14px 7px;
      display: inline-block; }
    .navbar .search-box div.search-options label {
      color: #383838;
      font-family: 'FuturaPT';
      font-weight: 800; }

.entry-header.search-result {
  margin-bottom: 20px; }
  .entry-header.search-result .result-type {
    color: #999999;
    font-size: 13px;
    font-family: "FuturaPT"; }

.search-meta {
  text-transform: none; }

.search-load-more {
  position: relative;
  padding-top: 20px;
  text-align: center;
  font-family: "Gotham A", "Gotham B" Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500; }
  .search-load-more a {
    border-bottom: 2px solid #4582ab;
    color: #4582ab;
    cursor: pointer; }
    .search-load-more a:hover {
      text-decoration: none; }
  .search-load-more .btn-wrap {
    background: #FFF;
    padding: 0 40px;
    display: inline-block;
    position: relative;
    z-index: 1; }
    .search-load-more .btn-wrap .btn, .search-load-more .btn-wrap .form-submit #submit, .form-submit .search-load-more .btn-wrap #submit {
      padding: 13px 15px; }
  .search-load-more hr {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0;
    margin-top: 7px;
    border-top-width: 3px;
    z-index: 0; }

.search-md,
.search-lg {
  display: none; }

.search-md {
  position: relative; }
  @media (min-width: 992px) {
    .search-md {
      display: block; } }
  @media (min-width: 1230px) {
    .search-md {
      display: none; } }
  .search-md.open .dropdown-menu {
    border-radius: 0;
    padding: 0;
    right: 0;
    left: auto;
    top: 70px; }
  .search-md.open .drop-toggle {
    color: #feb11c; }

@media (min-width: 1230px) {
  .search-lg {
    display: block; } }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Swap out the store and content search boxes on mobile
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.store-search {
  display: none; }

.store .store-search {
  display: block; }

.navbar-form .search-options .option {
  display: none; }

.success-totals {
  width: 100%;
  margin-bottom: 22px; }
  .success-totals td, .success-totals th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top; }

.flash.success {
  position: fixed;
  top: 225px;
  left: 50%;
  margin-left: -135px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.6);
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 92px 55px 55px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer; }
  .flash.success:before {
    content: '\E500';
    font-family: 'SSStandard';
    display: block;
    font-size: 30px; }
  .flash.success:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 55px;
    left: 55px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #D79366; }

.store .masthead {
  padding-bottom: 20px; }
  .store .masthead h2 {
    margin-top: 50px; }
  @media only screen and (min-width: 768px) {
    .store .masthead {
      padding-bottom: 10px; } }

.store .page-title {
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .store .page-title {
      margin-top: 10px; } }

.store #search-results h2 {
  border: 0;
  font-size: 35px;
  line-height: 35px; }

.store-tools {
  padding-top: 9px;
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .store-tools {
      padding-top: 22px; } }
  @media only screen and (min-width: 992px) {
    .store-tools {
      padding-top: 18px; } }
  .store-tools .masthead-cart {
    color: #bfbfbf;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    padding-left: 8px; }
    .store-tools .masthead-cart:hover {
      color: #999999;
      text-decoration: none; }
    .store-tools .masthead-cart.has-items {
      color: #feb11c; }
    .store-tools .masthead-cart i {
      font-size: 30px;
      position: absolute;
      right: 100%; }
    .store-tools .masthead-cart .cart-tag {
      display: none; }
      @media (min-width: 992px) {
        .store-tools .masthead-cart .cart-tag {
          display: inline-block; } }

.logged-out {
  padding-top: 20px; }

@media only screen and (max-width: 1169px) {
  .cart-title .page-title {
    font-size: 28px; } }

@media only screen and (max-width: 991px) {
  .cart-tools .store-tools {
    text-align: left;
    padding-top: 0; } }

@media only screen and (min-width: 992px) {
  .cart-tools .store-tools {
    padding-top: 13px; } }

@media only screen and (max-width: 991px) {
  .checkout-tools .store-tools {
    text-align: left;
    padding-top: 0; } }

.shop-hero-mobile {
  position: relative; }
  .shop-hero-mobile img {
    max-width: 100%; }

.hero-tools {
  background: #4582AB; }
  @media only screen and (min-width: 768px) {
    .hero-tools {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; } }
  @media only screen and (min-width: 992px) {
    .hero-tools {
      display: none; } }
  .hero-tools .navbar-form {
    border: none;
    box-shadow: none;
    margin: 9px 0;
    padding-left: 0;
    padding-right: 0; }
    .hero-tools .navbar-form .form-group {
      width: 100%;
      margin: 0; }
    .hero-tools .navbar-form .form-control {
      box-shadow: none;
      border: none;
      font-size: 16px;
      padding-right: 40px;
      width: 100%; }
    .hero-tools .navbar-form .btn, .hero-tools .navbar-form .form-submit #submit, .form-submit .hero-tools .navbar-form #submit {
      top: 13px;
      right: 14px; }
  .hero-tools .pretty-select {
    background: #FFF;
    margin: 19px 0 20px 0;
    overflow: hidden;
    position: relative;
    padding: 6px; }
    .hero-tools .pretty-select select {
      height: 20px;
      padding: 0;
      margin: 0;
      width: 115%;
      max-width: 115%;
      font-size: 16px;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
      border: none;
      box-shadow: none;
      position: relative;
      z-index: 10; }
      .hero-tools .pretty-select select:focus {
        outline: none; }
    .hero-tools .pretty-select i {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 1; }

.shop-hero {
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .shop-hero {
      margin-bottom: 25px; } }
  .shop-hero p {
    margin: 0; }
  .shop-hero img {
    max-width: 100%; }
  .shop-hero .search {
    background: #4582AB;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%; }
    @media only screen and (min-width: 1170px) {
      .shop-hero .search {
        width: 340px; } }
    .shop-hero .search img {
      display: block;
      margin: 20px auto;
      width: 40%; }
      @media only screen and (min-width: 1170px) {
        .shop-hero .search img {
          width: auto;
          margin: 40px auto; } }
    .shop-hero .search .form-group {
      width: 100%;
      padding: 0 30px; }
      .shop-hero .search .form-group input {
        width: 100%;
        padding-right: 40px;
        box-shadow: none;
        border: none; }
    .shop-hero .search button.btn, .shop-hero .search .form-submit button#submit, .form-submit .shop-hero .search button#submit {
      top: 2px;
      right: 46px; }
  .shop-hero.category-banner > img {
    width: 100%;
    max-width: 100%; }
  .shop-hero.category-banner .search, .shop-hero.category-banner .message {
    bottom: 0;
    position: absolute;
    height: 140px; }
  .shop-hero.category-banner .message {
    left: 0;
    padding: 25px 310px 0 100px;
    width: 100%;
    color: #fff;
    background-image: url(/assets/img/white-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 20px 25px;
    background-color: #228982;
    background-color: rgba(34, 137, 130, 0.75); }
    @media (min-width: 1170px) {
      .shop-hero.category-banner .message {
        padding-right: 380px; } }
    .shop-hero.category-banner .message.empty {
      background-image: none; }
    .shop-hero.category-banner .message h2 {
      border: none;
      margin: 0; }
    .shop-hero.category-banner .message p {
      font-size: 16px;
      font-weight: 400;
      font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
      color: #F0F0F0; }
  .shop-hero.category-banner .search {
    right: 0;
    top: auto;
    background: rgba(69, 130, 171, 0.8); }
    .shop-hero.category-banner .search img {
      margin: 0;
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -28px;
      width: auto; }
    .shop-hero.category-banner .search .search-box {
      margin: 53px 0 0;
      padding: 0 0 0 60px; }
    .shop-hero.category-banner .search button.btn, .shop-hero.category-banner .search .form-submit button#submit, .form-submit .shop-hero.category-banner .search button#submit {
      right: 36px; }

.shop-content .sidebar {
  float: right;
  margin-left: 40px;
  width: 260px; }

.shop-content .quicklinks,
.shop-content .personalize {
  display: none; }

.shop-featured {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .shop-featured {
      text-align: left; } }
  .shop-featured .featured-title {
    margin-bottom: .5em; }
  @media only screen and (min-width: 768px) {
    .shop-featured .featured-description {
      margin-bottom: 0; } }

#product-detail {
  padding-bottom: 50px; }
  #product-detail .product-image {
    text-align: center; }
    #product-detail .product-image img {
      width: 100%;
      height: auto;
      max-width: 400px;
      margin-bottom: 25px; }
      @media screen and (min-width: 992px) {
        #product-detail .product-image img {
          max-width: 100%; } }

.product-sku {
  color: #c2c2c2;
  font-size: 12px;
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }

.original-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500; }
  .original-price:before {
    background: none; }

.sale-price {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  color: #c4223e;
  font-weight: 500; }

.product-grid {
  text-align: center;
  padding-top: 20px; }
  .product-grid .product-title {
    font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    color: #3A3A3A;
    text-transform: none;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0px; }
    .product-grid .product-title a {
      color: #3A3A3A;
      text-decoration: none; }
  .product-grid h6 {
    font-family: FuturaPT, Helvetica, Arial, sans-serif;
    color: #3A3A3A;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase; }
  .product-grid p {
    font-size: 14px;
    margin: 10px 0; }
  .product-grid strong.price {
    font-family: FuturaPT, Helvetica, Arial, sans-serif;
    color: #3A3A3A; }
  .product-grid .btn, .product-grid .form-submit #submit, .form-submit .product-grid #submit {
    vertical-align: top; }
    @media (min-width: 992px) {
      .product-grid .btn.btn-default, .product-grid .form-submit .btn-default#submit, .form-submit .product-grid .btn-default#submit {
        margin-top: 10px; } }
  .product-grid hr {
    display: none; }
    @media only screen and (min-width: 768px) {
      .product-grid hr {
        margin-bottom: 20px;
        display: block; } }
  .product-grid .number {
    width: 55px;
    display: inline-block; }

.product-grid-actions {
  padding-top: 10px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .product-grid-actions {
      margin-bottom: 0px; } }

.product-price {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px; }

.quantity {
  font-size: 14px;
  padding: 0 15px 0 30px; }

.product .btn, .product .form-submit #submit, .form-submit .product #submit {
  margin-bottom: 35px;
  height: 40px;
  line-height: 2;
  font-weight: 700; }

.product {
  position: relative; }
  .product .dropdown {
    display: inline-block;
    margin-left: 10px; }
  .product .call-out {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 9999; }
    @media (max-width: 400px) {
      .product .call-out {
        left: 35%; } }
    @media (max-width: 767px) {
      .product .call-out {
        left: 65%; } }
  @media (max-width: 400px) {
    .product hr {
      margin-top: 65px; } }

.product-info {
  padding: 50px 0; }
  @media (max-width: 767px) {
    .product-info {
      padding: 25px 0; }
      .product-info img {
        position: relative;
        display: block;
        margin: 0 auto; }
      .product-info header {
        text-align: center; }
      .product-info p {
        text-align: center; } }

.product-buy-now {
  text-align: center;
  margin: 50px 0; }
  .product-buy-now span {
    font-size: 30px; }
  @media (max-width: 767px) {
    .product-buy-now a {
      margin-top: 25px; } }

.shop-sidebar {
  padding-top: 40px; }
  @media only screen and (min-width: 992px) {
    .shop-sidebar {
      padding-top: 0; } }
  @media only screen and (min-width: 992px) {
    .shop-sidebar .widget {
      padding-left: 0; } }
  @media only screen and (min-width: 1170px) {
    .shop-sidebar .widget {
      padding-left: 60px; } }
  @media only screen and (min-width: 1170px) {
    .shop-sidebar .search {
      padding-left: 40px; } }
  .shop-sidebar .search img {
    float: left;
    margin: 0 10px 0 0; }
  .shop-sidebar .search .search-box {
    padding: 3px 0 0;
    margin: 0; }
    .shop-sidebar .search .search-box .search-field {
      background: #eeeeee;
      border-color: #eeeeee;
      box-shadow: none; }
      @media only screen and (min-width: 992px) {
        .shop-sidebar .search .search-box .search-field {
          width: 100%; } }
      @media only screen and (min-width: 1170px) {
        .shop-sidebar .search .search-box .search-field {
          width: 200px; } }
    @media (max-width: 1169px) {
      .shop-sidebar .search .search-box .form-group {
        width: 100%; } }
    .shop-sidebar .search .search-box .btn, .shop-sidebar .search .search-box .form-submit #submit, .form-submit .shop-sidebar .search .search-box #submit {
      right: 9px;
      top: 5px; }
      @media only screen and (min-width: 1170px) {
        .shop-sidebar .search .search-box .btn, .shop-sidebar .search .search-box .form-submit #submit, .form-submit .shop-sidebar .search .search-box #submit {
          right: 29px; } }
  .shop-sidebar .sidebar-block {
    text-align: center;
    display: block; }
    .shop-sidebar .sidebar-block ul, .shop-sidebar .sidebar-block ol {
      text-align: left; }
    @media only screen and (min-width: 1170px) {
      .shop-sidebar .sidebar-block {
        padding-right: 40px; } }
    .shop-sidebar .sidebar-block img {
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .shop-sidebar .sidebar-block img {
          max-width: 75%; } }
      @media only screen and (min-width: 992px) {
        .shop-sidebar .sidebar-block img {
          max-width: 100%; } }
    .shop-sidebar .sidebar-block.shop-now .title {
      color: #399BA8; }
    .shop-sidebar .sidebar-block .title {
      font-size: 18px;
      text-transform: none;
      font-weight: 500; }
      @media only screen and (min-width: 992px) {
        .shop-sidebar .sidebar-block .title {
          font-size: 36px; } }
    .shop-sidebar .sidebar-block .title-sm {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase; }
      @media only screen and (min-width: 992px) {
        .shop-sidebar .sidebar-block .title-sm {
          line-height: 24px; } }
    .shop-sidebar .sidebar-block .btn, .shop-sidebar .sidebar-block .form-submit #submit, .form-submit .shop-sidebar .sidebar-block #submit {
      display: inline-block;
      text-decoration: none;
      color: #576967; }
    .shop-sidebar .sidebar-block .testimonial {
      font-size: 14px;
      line-height: 20px;
      color: #4582AB;
      font-weight: 700;
      margin: 0;
      padding: 0;
      border: none; }
      @media only screen and (min-width: 992px) {
        .shop-sidebar .sidebar-block .testimonial {
          font-size: 19px;
          line-height: 36px; } }
      .shop-sidebar .sidebar-block .testimonial footer {
        font-weight: normal;
        color: #576967;
        font-size: 10px;
        margin-top: 16px;
        line-height: 14px; }
        @media only screen and (min-width: 992px) {
          .shop-sidebar .sidebar-block .testimonial footer {
            font-size: 13px;
            margin-top: 25px;
            line-height: 21px; } }
        .shop-sidebar .sidebar-block .testimonial footer:before {
          content: '';
          display: none; }
        .shop-sidebar .sidebar-block .testimonial footer cite {
          display: block;
          font-size: 16px;
          font-weight: 700;
          text-transform: uppercase; }
    .shop-sidebar .sidebar-block dl {
      text-align: left; }
      .shop-sidebar .sidebar-block dl dt {
        font-size: 13px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: 700; }
      .shop-sidebar .sidebar-block dl dt {
        margin-bottom: 20px; }
  .shop-sidebar .details {
    text-align: left; }
    .shop-sidebar .details h1, .shop-sidebar .details h2, .shop-sidebar .details h3, .shop-sidebar .details h4, .shop-sidebar .details h5, .shop-sidebar .details h6 {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700; }
    .shop-sidebar .details .details-heading {
      text-transform: uppercase;
      font-size: 13px;
      position: relative; }
      @media only screen and (min-width: 992px) {
        .shop-sidebar .details .details-heading {
          font-size: 16px;
          text-align: center; } }
      @media only screen and (min-width: 1170px) {
        .shop-sidebar .details .details-heading {
          padding-left: 50px;
          line-height: 38px;
          text-align: left; } }
    @media only screen and (min-width: 1170px) {
      .shop-sidebar .details .details-icon-lg {
        display: none; } }
    .shop-sidebar .details .details-icon {
      display: none; }
      @media only screen and (min-width: 1170px) {
        .shop-sidebar .details .details-icon {
          position: absolute;
          width: 38px;
          height: auto;
          display: block;
          top: 50%;
          margin-top: -19px;
          left: 0; } }
    .shop-sidebar .details ul, .shop-sidebar .details ol {
      padding-left: 15px;
      margin-bottom: 20px; }
    .shop-sidebar .details ul li {
      list-style-type: disc;
      line-height: 21px; }
    .shop-sidebar .details p {
      margin-bottom: 20px; }

.shop-categories-title {
  background: url("/assets/img/product-categories.png") no-repeat center top;
  width: 208px;
  background-size: 208px auto;
  height: 108px;
  width: auto;
  margin: 20px 0 0; }
  @media only screen and (min-width: 1170px) {
    .shop-categories-title {
      background-size: auto; } }

.shop-categories ul > li {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px; }

.shop-categories ul ul {
  padding-left: 20px;
  margin-bottom: 40px; }
  .shop-categories ul ul > li {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0; }
  .shop-categories ul ul ul {
    margin-bottom: 0; }

.per-page {
  display: inline; }

.shop-pagination {
  margin: 0 0 20px;
  line-height: 25px; }
  .shop-pagination .pagination {
    margin: 0; }
    .shop-pagination .pagination > li.here > a {
      color: #555555;
      background: #eeeeee;
      cursor: text; }
    .shop-pagination .pagination > li > a {
      padding: 2px 4px;
      color: #4582ab; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Category
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.category-text {
  margin-top: 35px; }
  .category-text span {
    color: #333333;
    font-size: 12px;
    font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }
  .category-text a {
    color: #4582ab;
    text-decoration: underline;
    font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-weight: 600; }

.category-promo {
  font-size: .8em;
  margin-bottom: 30px; }
  .category-promo .well, .category-promo .shop-content .sidebar .detail-sidebar-blue, .shop-content .sidebar .category-promo .detail-sidebar-blue {
    margin-top: 35px; }

.category-content hr {
  border-bottom: 1px;
  margin-top: 40px; }

.category-content .product-grid {
  text-align: center; }
  .category-content .product-grid h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px; }
  .category-content .product-grid p {
    margin: 10px 0; }
  .category-content .product-grid .btn, .category-content .product-grid .form-submit #submit, .form-submit .category-content .product-grid #submit {
    margin-top: 10px; }

.categories .sidebar {
  margin-top: 40px; }

.side-details ul {
  padding-left: 15px;
  margin: 0px; }
  .side-details ul li {
    margin: 10px 0; }

@media (max-width: 960px) {
  .side-details ul li {
    text-align: center; } }

@media (max-width: 767px) {
  .category-text, .cart-link {
    text-align: left;
    margin-top: 10px; }
  .category-banner {
    margin-top: 10px; }
    .category-banner .message, .category-banner .search {
      position: relative; }
    .category-banner .message .front {
      background-image: none;
      padding: 20px;
      text-align: center; }
    .category-banner .search-box {
      right: auto;
      margin-left: 0;
      box-shadow: inset 0px 0px 0px;
      -webkit-box-shadow: inset 0px 0px 0px;
      top: 30px;
      max-width: 320px;
      position: relative;
      margin: 0 auto; }
      .category-banner .search-box input {
        width: 220px;
        min-width: 0; }
      .category-banner .search-box .form-control {
        display: inline-block; }
      .category-banner .search-box .btn, .category-banner .search-box .form-submit #submit, .form-submit .category-banner .search-box #submit {
        position: absolute;
        top: 22px;
        right: 25px; }
  .col-offset-alt {
    padding: 0px; } }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Product
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.product-detail-header .product-title {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 35px;
  text-transform: none;
  font-weight: normal;
  border-bottom: none;
  margin: 0 0 .15em;
  padding: 0;
  line-height: 1;
  letter-spacing: .05em;
  color: #576967; }
  .product-detail-header .product-title.final-product-price {
    margin-bottom: 20px; }

.product-detail-header p {
  font-size: .7em;
  line-height: 1.6; }

.product-detail-header blockquote.testimonial {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #3A3A3A;
  font-size: .9em;
  line-height: 1.6;
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }
  .product-detail-header blockquote.testimonial footer {
    color: #D79366;
    text-transform: uppercase;
    font-family: futura;
    font-weight: normal;
    font-size: .7em; }
    .product-detail-header blockquote.testimonial footer::before {
      content: ''; }
    .product-detail-header blockquote.testimonial footer h5 {
      border-top: 2px solid #576967;
      display: inline-block;
      color: #6E99A2;
      font-family: FuturaPT, Helvetica, Arial, sans-serif;
      font-weight: normal;
      padding-top: 15px; }

.product-detail-header .price {
  font-family: FuturaPT, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 7px 0;
  font-size: 1em;
  line-height: 1.4em;
  color: #3A3A3A; }
  .product-detail-header .price.tiered-pricing .member-price {
    padding-right: 0;
    font-weight: 700; }
  .product-detail-header .price strong {
    font-weight: 700;
    position: relative;
    top: 2px; }
  .product-detail-header .price .member-price {
    display: block;
    padding-right: 23px; }
    .product-detail-header .price .member-price strong {
      position: relative;
      top: -7px; }
      .product-detail-header .price .member-price strong span {
        font-family: FuturaPTBold, Helvetica, Arial, sans-serif;
        font-weight: 700; }
    @media (max-width: 991px) {
      .product-detail-header .price .member-price {
        padding-right: 0; } }
  .product-detail-header .price .non-member-price {
    line-height: 30px;
    margin-top: 30px;
    color: #978E77;
    display: block;
    margin-left: 0; }
    @media (min-width: 992px) {
      .product-detail-header .price .non-member-price {
        position: relative;
        top: -13px;
        display: inline-block; } }
    .product-detail-header .price .non-member-price strong {
      font-size: 24px; }
      .product-detail-header .price .non-member-price strong span {
        font-family: FuturaPTBold, Helvetica, Arial, sans-serif;
        font-weight: 700; }
  .product-detail-header .price .for-members,
  .product-detail-header .price .for-non-members {
    border-left: 2px solid #3A3A3A;
    line-height: 1;
    padding-left: 20px;
    margin-left: 20px;
    font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: normal;
    display: inline-block; }
    .product-detail-header .price .for-members .get-code,
    .product-detail-header .price .for-non-members .get-code {
      display: block;
      font-size: 12px;
      color: #978E77; }
      .product-detail-header .price .for-members .get-code a,
      .product-detail-header .price .for-non-members .get-code a {
        text-decoration: underline;
        color: #978E77; }
    @media (max-width: 991px) {
      .product-detail-header .price .for-members,
      .product-detail-header .price .for-non-members {
        display: block;
        float: none;
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 10px;
        border-bottom: 2px solid #cbcbcb;
        width: 100%;
        margin-bottom: 5px !important; } }
  .product-detail-header .price .for-non-members {
    border-color: #978E77; }
    @media (max-width: 991px) {
      .product-detail-header .price .for-non-members {
        border: none; } }
  .product-detail-header .price.original-price {
    color: #999; }
  .product-detail-header .price.sale-price {
    color: #c11734; }

.product-detail-header .product-single-form {
  margin: 10px 0 20px;
  position: relative; }
  .product-detail-header .product-single-form input,
  .product-detail-header .product-single-form .btn,
  .product-detail-header .product-single-form .form-submit #submit, .form-submit
  .product-detail-header .product-single-form #submit {
    margin-left: 0;
    margin-right: 5px; }
    @media (max-width: 991px) {
      .product-detail-header .product-single-form input,
      .product-detail-header .product-single-form .btn,
      .product-detail-header .product-single-form .form-submit #submit, .form-submit
      .product-detail-header .product-single-form #submit {
        display: block;
        width: 100%;
        margin-bottom: 5px !important; } }
  .product-detail-header .product-single-form #membership-add-on-input {
    width: auto;
    display: inline-block; }
  .product-detail-header .product-single-form .number {
    width: 75px;
    text-align: left; }
    @media (max-width: 991px) {
      .product-detail-header .product-single-form .number {
        font-size: 24px; } }
  .product-detail-header .product-single-form #qty {
    height: 48px;
    width: 100px;
    float: left;
    margin-right: 10px; }
    @media (max-width: 991px) {
      .product-detail-header .product-single-form #qty {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 5px !important; } }
  .product-detail-header .product-single-form .btn, .product-detail-header .product-single-form .form-submit #submit, .form-submit .product-detail-header .product-single-form #submit {
    margin-bottom: 0; }

.product-detail-header .discount-alert {
  display: inline-block;
  color: #a9a9a9;
  font-size: 14px;
  text-transform: uppercase;
  font-family: FuturaPT, Helvetica, Arial, sans-serif; }
  @media (max-width: 992px) {
    .product-detail-header .discount-alert {
      position: relative;
      top: -5px; } }
  .product-detail-header .discount-alert span {
    display: block; }
    .product-detail-header .discount-alert span a {
      color: #4582ab;
      text-decoration: underline; }
  .product-detail-header .discount-alert label {
    font-family: FuturaPT, Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-size: 14px; }

.product-description-content,
.product-details .details {
  padding: 20px 0 20px;
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 24px; }
  .product-description-content h1, .product-description-content h3, .product-description-content h4, .product-description-content h5, .product-description-content h6,
  .product-details .details h1,
  .product-details .details h3,
  .product-details .details h4,
  .product-details .details h5,
  .product-details .details h6 {
    font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }
  .product-description-content h2, .product-description-content h3,
  .product-details .details h2,
  .product-details .details h3 {
    margin: 45px 0; }
  .product-description-content blockquote.testimonial,
  .product-details .details blockquote.testimonial {
    color: #3A3A3A;
    margin: 0;
    font-size: 1.3em;
    line-height: 1;
    font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    line-height: 1.6; }
    .product-description-content blockquote.testimonial cite,
    .product-details .details blockquote.testimonial cite {
      display: inline-block;
      border-top: 2px solid #576967;
      color: #6E99A2;
      font-family: FuturaPT, Helvetica, Arial, sans-serif;
      font-weight: normal;
      padding-top: 15px;
      font-size: .7em;
      margin-top: 2em;
      text-transform: uppercase; }

.table-pricing {
  font-family: FuturaPT, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: .7em; }
  .table-pricing .member-price,
  .table-pricing .non-member-price {
    text-align: center; }
  .table-pricing td {
    text-align: center; }
  .table-pricing tbody > tr:nth-child(odd) > td,
  .table-pricing tbody > tr:nth-child(odd) > th {
    background-color: #fff; }
  .table-pricing tbody tr:last-child td {
    border-bottom: 2px solid #ddd; }
  .table-pricing a.request-quote {
    background: #E5EEEF;
    color: #393A3A;
    padding: 12px 25px;
    font-size: .9em;
    text-decoration: none; }

.monthly-issues-selection li ul li,
.masthead-selction li ul li {
  width: 100%; }

.order-now-form {
  border: 10px solid #ABCBB1;
  background: #FFF;
  padding: 15px;
  max-width: 750px;
  margin-bottom: 74px;
  position: absolute;
  z-index: 100000;
  top: 45px;
  width: 100%; }
  @media (min-width: 992px) {
    .order-now-form {
      padding: 30px; } }
  .order-now-form h4 {
    margin-top: 0px; }
  .order-now-form header .title {
    display: inline; }
    @media (min-width: 768px) {
      .order-now-form header .title {
        display: inline-block; } }
  .order-now-form header input {
    width: auto;
    height: auto;
    position: relative;
    bottom: 3px; }
  .order-now-form label.title {
    margin-bottom: 0px;
    text-indent: 0; }
  .order-now-form .title {
    color: #191919;
    font-size: 16px;
    font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    .order-now-form .title .minimum {
      color: #aaaaaa;
      display: block; }
      @media (min-width: 768px) {
        .order-now-form .title .minimum {
          display: inline; } }
    .order-now-form .title .check-all {
      color: #4582ab;
      text-transform: none;
      text-decoration: underline;
      font-size: 10px;
      font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
      display: inline-block;
      line-height: 18px;
      bottom: 3px;
      left: 5px;
      position: relative;
      font-weight: 500; }
  .order-now-form .product-detail-buttons {
    margin-bottom: 0px; }
  .order-now-form .section {
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    .order-now-form .section p {
      font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
      font-size: 14px; }
      @media (min-width: 768px) {
        .order-now-form .section p {
          padding-left: 21px; } }
      .order-now-form .section p.tiny {
        font-size: 10px; }
    .order-now-form .section h5 {
      text-transform: uppercase;
      font-size: 13px;
      font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
      font-weight: 700;
      margin-top: 20px;
      margin-bottom: 10px; }
    .order-now-form .section .includes {
      margin-left: 20px;
      font-size: 14px; }
      .order-now-form .section .includes li {
        width: 100%;
        list-style-type: disc;
        display: list-item; }
    @media (min-width: 992px) {
      .order-now-form .section .col-offset-alt {
        padding-left: 20px; } }
    .order-now-form .section .col-offset-alt p {
      padding-left: 0; }
  .order-now-form .final-product-price {
    font-family: FuturaPT, Helvetica, Arial, sans-serif; }
  .order-now-form .cost {
    font-weight: 700; }
  .order-now-form input#qty.number {
    float: none;
    position: static;
    width: 115px;
    margin-right: 0; }
  .order-now-form .discount-alert {
    position: relative;
    top: 10px; }
  .order-now-form table {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .order-now-form table {
        min-width: 330px; } }
    .order-now-form table th {
      color: #aaaaaa;
      font-weight: 700;
      font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 10px; }
    .order-now-form table .center {
      text-align: center; }
      .order-now-form table .center input {
        width: auto; }
    .order-now-form table td {
      font-size: 13px;
      padding: 15px 10px;
      border-bottom: solid 1px #eeeeee; }
      @media (min-width: 992px) {
        .order-now-form table td {
          padding: 5px 10px; } }
  .order-now-form .btn, .order-now-form .form-submit #submit, .form-submit .order-now-form #submit {
    margin-bottom: 0; }

.monthly-issues-selection input, .monthly-issues-selection label {
  width: auto;
  height: auto; }

.monthly-issues-selection label {
  font-size: 13px;
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  margin-bottom: 0; }

.monthly-issues-selection li ul li {
  margin-bottom: 10px; }
  @media (min-width: 1170px) {
    .monthly-issues-selection li ul li.last {
      margin-bottom: 0px; } }

.masthead-selection input, .masthead-selection label {
  width: auto;
  height: auto; }

.masthead-selection label {
  font-size: 13px;
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  display: inline; }
  @media (min-width: 1170px) {
    .masthead-selection label .left {
      display: inline-block;
      min-width: 360px; } }

.masthead-selection li {
  width: 100%;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .masthead-selection li {
      margin-bottom: 0; } }

.product-details-alt hr {
  display: none; }

.product-details-alt .product-detail-buttons {
  margin-bottom: 0px; }

.product-details-alt .order-now-btn {
  background-color: #ABCBB1;
  border-color: #ABCBB1;
  outline: none; }
  .product-details-alt .order-now-btn:hover, .product-details-alt .order-now-btn:focus {
    color: #191919; }
  .product-details-alt .order-now-btn.open {
    position: relative; }
    .product-details-alt .order-now-btn.open .caret {
      display: block; }
  .product-details-alt .order-now-btn .caret {
    display: none;
    margin: 0 auto;
    border-top: 8px solid #ABCBB1;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    bottom: -7px;
    position: absolute; }

.checkbox-shown {
  display: none; }

.related-products {
  background: #4582ab;
  padding: 25px 0;
  color: #fff; }
  @media only screen and (min-width: 992px) {
    .related-products {
      background: url(/assets/img/blue-arrow.png) no-repeat center 55px #4582ab;
      padding: 55px 0; } }
  .related-products h2 {
    border-bottom-color: #82ABC7;
    margin-bottom: .5em; }
  .related-products p {
    font-size: 13px;
    color: #D5E2EA; }
  .related-products .btn, .related-products .form-submit #submit, .form-submit .related-products #submit {
    margin-bottom: 25px; }
    @media only screen and (min-width: 992px) {
      .related-products .btn, .related-products .form-submit #submit, .form-submit .related-products #submit {
        margin-bottom: 0; } }

.related-product {
  text-align: center; }
  .related-product .product-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0; }
    .related-product .product-title a {
      color: #fff; }
  .related-product .graphic {
    width: 175px;
    height: 175px;
    background: #ffffff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    margin: 0 auto 20px;
    position: relative;
    behavior: url(/assets/css/pie/PIE.htc); }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Cart
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.cart-icon {
  color: #feb11c;
  font-size: 30px; }

.your-cart {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.cart-count {
  color: #576967;
  font-family: FuturaPT, Helvetica, Arial, sans-serif;
  font-weight: 700; }

.have-a-discount {
  margin-top: 10px; }
  @media only screen and (min-width: 992px) {
    .have-a-discount {
      margin-top: 0; } }

table.order .cart-head th,
table.order td, table.order th {
  text-align: right; }
  table.order .cart-head th.text-center,
  table.order td.text-center, table.order th.text-center {
    text-align: center; }
  table.order .cart-head th.text-left,
  table.order td.text-left, table.order th.text-left {
    text-align: left; }

table.order td {
  vertical-align: middle; }
  table.order td.product-image {
    width: 76px;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
    table.order td.product-image img {
      max-width: none; }

table.order .cart-head th:first-child {
  text-align: center; }

table.order .product-item {
  margin: 0; }

table.order .product-info {
  padding: 0;
  text-align: left; }

table.order tfoot td, table.order tfoot th {
  padding-top: 4px;
  padding-bottom: 4px; }

table.order tfoot .no-line td, table.order tfoot .no-line th {
  border: none; }

.product_files {
  padding: 20px; }
  .product_files .file_list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .product_files .file_list a {
      color: #4582ab; }

.cart {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 992px) {
    .cart {
      padding-bottom: 125px; } }
  .cart p {
    font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 992px) {
    .cart .product {
      border-bottom: 1px solid #eeeeee; } }
  .cart .product.no-border {
    border-bottom: none; }
  .cart tr.cart-head th {
    color: #a9a9a9;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    padding: 0 10px; }
  .cart tr.cart-head .right {
    text-align: right; }
  .cart td {
    padding: 0 10px;
    text-align: center;
    font-size: 16px; }
  .cart .right {
    text-align: right; }
  .cart .qty input {
    width: 70px;
    text-align: center;
    font-size: 16px; }
  .cart .product-item {
    margin-top: 20px; }
  .cart .product-image {
    width: 145px; }
  .cart .product-info {
    text-align: left;
    padding: 30px 0 40px 0; }
  .cart .product-info a {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase; }
  .cart .product-info .sku {
    font-size: 12px;
    color: #c2c2c2; }
  .cart .newsletter-breakdown {
    padding-bottom: 30px; }
    .cart .newsletter-breakdown table {
      width: 100%; }
    .cart .newsletter-breakdown tr.border td {
      border-bottom: 1px solid #eee; }
    .cart .newsletter-breakdown td {
      text-align: left;
      padding: 2px 10px 2px 0;
      font-size: 13px; }
  .cart .price .original-price {
    color: #393A3A;
    text-decoration: line-through;
    font-weight: 700; }
    .cart .price .original-price:before {
      background-image: none; }
  .cart .price .sale-price {
    color: #c11734;
    font-weight: 700; }
  .cart .discount {
    color: #aaaaaa;
    font-weight: 500; }
  .cart .cart_control, .cart .price {
    font-weight: 700;
    color: #1a1a1a; }
  .cart .remove-item {
    font-size: 20px;
    color: #e6e6e6; }
    .cart .remove-item:hover, .cart .remove-item:active, .cart .remove-item:focus {
      text-decoration: underline; }
  .cart .shipping_cost_estimator {
    position: relative;
    float: left;
    width: 50%;
    text-align: left; }
  .cart .totals {
    position: relative;
    float: left;
    width: 50%;
    text-align: right; }
  .cart .cart-submit .buttons {
    text-align: right; }
  .cart .cart-submit .disclaimer p {
    position: relative;
    float: right;
    font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    color: #a9a9a9;
    font-size: 13px;
    padding-right: 40px;
    max-width: 400px; }
  .cart a.panel-toggle {
    color: #1a1a1a; }
    .cart a.panel-toggle:hover {
      text-decoration: none;
      color: #399ba8; }
    .cart a.panel-toggle .caret {
      margin: -3px 0 0;
      border-right: solid 4px transparent;
      border-bottom: solid 4px transparent;
      border-top: solid 4px transparent;
      border-left: solid 4px #399ba8; }
    .cart a.panel-toggle.open .caret {
      border-bottom: none;
      border-right: solid 4px transparent;
      border-left: solid 4px transparent;
      border-top: solid 4px #399ba8; }
  .cart .controls-panel {
    position: relative;
    padding: 0;
    width: 100%;
    text-align: left; }
    .cart .controls-panel .fields {
      position: relative; }
      @media only screen and (min-width: 992px) {
        .cart .controls-panel .fields {
          width: 300px;
          position: absolute;
          z-index: 10;
          border: solid 1px #eee;
          padding: 10px;
          background: #FFF; } }
    .cart .controls-panel a {
      color: #1a1a1a; }
    .cart .controls-panel select {
      width: 100%;
      margin-bottom: 10px; }
      .cart .controls-panel select#state {
        width: 100%; }
    .cart .controls-panel span {
      display: block; }
    .cart .controls-panel input {
      margin-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .cart #shipping_options {
      text-align: right; } }
  .cart #discount-form:focus {
    outline: none; }
  .cart .discount-code {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .cart .discount-code {
        padding-right: 40px;
        float: right; } }
    .cart .discount-code .fields {
      border: none; }
      @media only screen and (min-width: 992px) {
        .cart .discount-code .fields {
          left: -94px; } }
      .cart .discount-code .fields input {
        float: right; }
        @media only screen and (min-width: 992px) {
          .cart .discount-code .fields input {
            max-width: 200px; } }
      .cart .discount-code .fields button {
        padding: 0 8px;
        margin: 0;
        color: gray;
        background: transparent;
        resize: none;
        font-size: 12px;
        height: auto;
        -webkit-appearance: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        border: 0px;
        text-transform: uppercase;
        font-weight: 700;
        color: #333333;
        position: absolute;
        top: 7px;
        right: 4px; }
        @media only screen and (min-width: 992px) {
          .cart .discount-code .fields button {
            top: 17px;
            right: 14px; } }
        .cart .discount-code .fields button:focus, .cart .discount-code .fields button:active {
          outline: none;
          color: gray; }
      .cart .discount-code .fields .coupon_code {
        padding-right: 30px; }
  .cart .discount-code,
  .cart .shipping_cost_estimator,
  .cart .controls-panel,
  .cart .controls-panel label,
  .cart .totals {
    font-size: 13px;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 700; }
    .cart .discount-code .amount,
    .cart .shipping_cost_estimator .amount,
    .cart .controls-panel .amount,
    .cart .controls-panel label .amount,
    .cart .totals .amount {
      font-size: 16px;
      font-weight: 500; }
  .cart .controls {
    text-indent: 32px; }
  .cart .totals .estimated-total .amount {
    font-weight: 700; }
  .cart .discount-total {
    color: #999999; }
  .cart tfoot td, .cart tfoot th {
    padding-top: 4px;
    padding-bottom: 4px; }
  .cart tfoot .no-line td, .cart tfoot .no-line th {
    border: none; }

.cart-totals {
  margin-top: 20px;
  width: 100%; }
  .cart-totals .totals, .cart-totals .buttons {
    padding-right: 40px; }
  .cart-totals td {
    vertical-align: top; }
  .cart-totals .buttons .btn, .cart-totals .buttons .form-submit #submit, .form-submit .cart-totals .buttons #submit {
    margin: 10px 0; }
  .cart-totals .disclaimer {
    margin-top: 10px; }
  .cart-totals .first {
    width: 40%; }
  .cart-totals .last {
    width: 60%; }
  .cart-totals .discount-alert {
    text-align: right;
    padding: 8px 40px 0 0;
    font-size: 14px; }
    .cart-totals .discount-alert strong {
      font-weight: 700; }
    .cart-totals .discount-alert input {
      margin-right: 4px; }

@media screen and (max-width: 920px) {
  .cart .controls {
    text-indent: 0px; }
  .cart .cart-totals td {
    display: table-row;
    padding: 0px; }
  .cart .cart-totals .first {
    width: 100%; }
  .cart .cart-totals .last {
    width: 100%; }
  .cart .cart-totals .discount-alert {
    text-align: left;
    padding: 0; }
  .cart .discount-code {
    margin-bottom: 30px; }
    .cart .discount-code .discount-title {
      text-align: left;
      text-indent: 0px; }
  .cart .shipping_cost_estimator {
    width: 100%;
    margin-bottom: 30px; }
  .cart .cart-controls, .cart .cart-submit .buttons {
    text-align: left; }
  .cart .totals {
    text-align: left;
    margin-bottom: 20px; }
  .cart .cart-submit .disclaimer p {
    max-width: none;
    text-align: left; }
  .cart td, .cart .right {
    text-align: left; }
  .cart .product-data {
    display: block; }
  .cart table, .cart thead, .cart tbody, .cart tbody th, .cart tbody td, .cart tbody tr, .cart tfoot td, .cart tfoot th {
    display: block; }
  .cart .cart-head {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .cart > tbody > tr > td {
    border: none; }
  .cart > tbody > tr > td:last-child {
    border-bottom: solid 1px #ddd; }
  .cart tr.product {
    padding-bottom: 20px; }
  .cart .product-image {
    margin: 0 auto; }
  .cart .product-info {
    padding-bottom: 10px;
    text-align: center; }
  .cart td {
    padding: 0; }
  .cart td:before {
    color: #a9a9a9;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    font-size: 13px;
    padding: 0 10px;
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-indent: -5px; }
  .cart .qty:before {
    content: 'Quantity'; }
  .cart .price:before {
    content: 'Price'; }
  .cart .discount:before {
    content: 'Discount'; }
  .cart .cart_control:before {
    content: 'Total'; }
  .cart .qty, .cart .price, .cart .discount, .cart .cart_control {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px; }
  .cart .qty, .cart .price, .cart .discount, .cart .cart_control, .cart .original-price, .cart .sale-price {
    text-indent: 5px; }
  .cart .remove-item {
    width: 100%;
    display: block;
    padding: 20px 0;
    text-align: center; } }

/**
 * New 2016 Redesign Additions...
 */
.store .btn, .store .form-submit #submit, .form-submit .store #submit {
  letter-spacing: 1.2px;
  font-size: 14px; }

.store .bg-gray {
  background-color: #f8f8f8; }
  .store .bg-gray.pad {
    padding: 40px 0; }

.store .category-block {
  text-align: center;
  margin-bottom: 25px; }
  .store .category-block a {
    text-decoration: none;
    color: #3A3A3A; }
  .store .category-block figure {
    width: 100%;
    display: block;
    height: 120px;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 2px solid #3A3A3A; }
  .store .category-block h3 {
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase; }
  .store .category-block p {
    font-size: 18px; }

.store .login-help {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-right: 10px;
  font-weight: normal;
  text-transform: none; }

.store #top-nav .top-button.blue {
  color: #fff;
  background: #6E99A2; }

.store #top-nav .top-button.orange {
  color: #fff;
  background: #D79366; }

.store #top-nav #mini_cart a {
  text-decoration: none;
  display: inline-block; }

.store #top-nav .top-button.orange-light {
  background-color: #DFA884;
  font-family: FuturaPTBold, Helvetica, Arial, sans-serif;
  color: #fff; }

.store .product-grid .product-item {
  margin-bottom: 50px; }
  .store .product-grid .product-item a {
    text-decoration: none; }
  .store .product-grid .product-item p {
    color: #576967; }
  .store .product-grid .product-item h6 {
    margin-bottom: 0; }
  .store .product-grid .product-item h5 {
    margin-top: .25em; }
  .store .product-grid .product-item .price {
    font-family: FuturaPT, Helvetica, Arial, sans-serif; }
    .store .product-grid .product-item .price.pack-of {
      color: #D79366; }

.store .store-breadcrumbs {
  background-image: url("/assets/img/bg-store-breadcrumbs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .store .store-breadcrumbs {
      height: 29px; } }
  .store .store-breadcrumbs span, .store .store-breadcrumbs div {
    font-family: FuturaPT, Helvetica, Arial, sans-serif;
    color: #576967;
    line-height: 100px;
    font-size: 16px; }
    .store .store-breadcrumbs span a, .store .store-breadcrumbs div a {
      font-family: FuturaPT, Helvetica, Arial, sans-serif;
      color: #3A3A3A;
      font-size: 16px; }
  .store .store-breadcrumbs div.caret {
    border-left-color: #3A3A3A;
    margin: 0 10px 0 10px;
    position: relative;
    top: -2px; }

.store .btn, .store .form-submit #submit, .form-submit .store #submit {
  font-size: 14px; }
  .store .btn.btn-default, .store .form-submit .btn-default#submit, .form-submit .store .btn-default#submit {
    color: #3A3A3A; }

.store .product-heading .category {
  font-family: FuturaPT, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ABCBB1;
  border-bottom: 2px solid #ABCBB1;
  display: inline-block;
  float: left;
  padding-bottom: 10px; }

.store .product-heading .sku {
  font-family: FuturaPT, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #393A3A;
  font-size: .65em;
  line-height: 2.3em;
  margin-left: 2em;
  display: inline-block; }

.store .pricing-col h3 {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * Checkout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#checkout_page h2 {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  line-height: 1;
  border: none;
  font-weight: normal;
  text-transform: none;
  font-size: 32px;
  letter-spacing: .02em; }

#checkout_page label,
#checkout_page form label {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }

#checkout_page h4 {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  line-height: 1; }

#cart_page label {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }

.checkout-progress ul {
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 1169px) {
    .checkout-progress ul {
      text-align: left; } }
  .checkout-progress ul li {
    list-style-type: none;
    font-size: 13px;
    color: #a9a9a9;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    border-bottom: 4px solid #fbfbfb; }
    @media only screen and (min-width: 670px) {
      .checkout-progress ul li {
        display: inline-block;
        margin: 0 8px 0 0; } }
    @media only screen and (min-width: 1170px) {
      .checkout-progress ul li {
        margin: 0 0 0 14px; } }
    .checkout-progress ul li a {
      color: #a9a9a9;
      padding: 5px 0;
      display: inline-block; }
    .checkout-progress ul li:hover, .checkout-progress ul li.current {
      border-bottom: 4px solid #fcecce;
      color: #282828; }
      .checkout-progress ul li:hover a, .checkout-progress ul li.current a {
        text-decoration: none; }
    .checkout-progress ul li.as-icon {
      border: none; }

.checkout-form #state {
  width: 100%; }

.checkout-form .form-group {
  width: 100%;
  font-size: 14px; }

@media (min-width: 992px) {
  .checkout-form .checkbox-group {
    padding-top: 29px; } }

.checkout-form .checkout-submit {
  margin-top: 14px; }

.checkout-form .cart {
  width: 100%; }
  .checkout-form .cart tr th.last,
  .checkout-form .cart tr td.last {
    padding-right: 0; }
  .checkout-form .cart tr td, .checkout-form .cart tr th {
    padding-top: 4px;
    padding-bottom: 4px; }
    @media (min-width: 992px) {
      .checkout-form .cart tr td.right, .checkout-form .cart tr th.right {
        text-align: right; } }
    .checkout-form .cart tr td.left, .checkout-form .cart tr th.left {
      text-align: left; }
  .checkout-form .cart .product_description {
    text-align: left; }
  .checkout-form .cart.cart-review .cart-head .left {
    padding-left: 0; }
  .checkout-form .cart.cart-review .last {
    padding-right: 0; }
  @media (max-width: 991px) {
    .checkout-form .cart.cart-review .product-info, .checkout-form .cart.cart-review td, .checkout-form .cart.cart-review th {
      text-align: left; }
    .checkout-form .cart.cart-review .product-info {
      padding-top: 10px; }
    .checkout-form .cart.cart-review td {
      margin: 0; }
      .checkout-form .cart.cart-review td:before {
        width: auto;
        padding: 0 10px 0 0; }
    .checkout-form .cart.cart-review tfoot td {
      padding-top: 10px; } }

.scoreboard {
  font-family: "Baskerville", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 992px) {
    .scoreboard {
      text-align: right; } }
  .scoreboard h2 {
    margin-bottom: 0px; }
  .scoreboard .checkout-total {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 500; }
  .scoreboard li {
    width: 100%; }
  .scoreboard p {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase; }
    .scoreboard p span {
      display: inline-block; }
    .scoreboard p .left {
      margin-right: 15px; }
    .scoreboard p .right {
      min-width: 60px; }
  .scoreboard .discount-total {
    color: #39bcb5; }

@media (max-width: 767px) {
  .checkout .form .shared {
    width: 50%; }
    .checkout .form .shared #billing_states {
      padding-right: 20px; }
  .scoreboard {
    text-align: left;
    margin-top: 40px; } }

@media (max-width: 450px) {
  .checkout-form header h2 {
    letter-spacing: -.02em; } }

@media print {
  .mm-page {
    width: 100%; }
  .store .cart .product-image {
    margin: 0; }
  .store .cart .product-info, .store .product-info p {
    text-align: left; }
  .store .cart td:before {
    width: auto; }
  .store a.remove-item {
    visibility: hidden; }
  .store #footer ul.social {
    visibility: hidden; }
    .store #footer ul.social a {
      font-size: 1px; } }

.no-flexbox .content,
.no-flexbox .masthead {
  border-left: solid 20px #eeeeee;
  border-right: solid 20px #eeeeee; }

.no-flexbox .navbar {
  border-left-color: #545454;
  border-right-color: #545454; }

.no-flexbox .breadcrumbs .caret {
  top: -2px; }

@media (max-width: 767px) {
  .no-rgba .logo {
    background-image: url(/assets/img/logo-sm.png); }
  .no-rgba #footer .logo {
    background-image: url(/assets/img/logo-wht-sm.png); } }

@media (min-width: 992px) {
  .no-rgba .navbar-nav > li.has-dropdown:hover > a:after {
    display: none; } }

@media (min-width: 1170px) {
  .no-rgba .shop-hero .search {
    width: 370px; } }

@media (min-width: 992px) and (max-width: 1169px) {
  .no-rgba .shop-categories-title {
    background-image: url(/assets/img/product-categories-sm.png); } }

.no-rgba #product-detail .flash.success {
  position: absolute;
  top: 0;
  left: 15px;
  margin-left: 0;
  text-align: left;
  padding: 20px 15px 15px 45px;
  width: 770px;
  height: auto;
  border-radius: 0;
  opacity: 0;
  z-index: 10000;
  cursor: pointer;
  background: #D79366;
  border-bottom: solid 2px #fff; }
  .no-rgba #product-detail .flash.success:before {
    position: absolute;
    left: 10px;
    top: 10px; }
  .no-rgba #product-detail .flash.success:after {
    display: none; }

.benefits-membership .circle-button .button-content {
  padding: 25px 25px; }

.download-button {
  position: absolute;
  right: 10%;
  bottom: -35px;
  z-index: 110; }
  .download-button a {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.17px;
    line-height: 17px; }
    .download-button a .content-holder {
      width: 140px;
      height: 140px;
      background: #D79366;
      border-radius: 70px;
      position: relative; }
      .download-button a .content-holder .content-inner p {
        margin-bottom: 10px;
        font-family: FuturaPT; }
        .download-button a .content-holder .content-inner p:last-of-type {
          margin-bottom: 0; }
    .download-button a:hover {
      text-decoration: none; }

.providers-content {
  margin-top: 50px; }

.providers-display {
  margin-top: 100px; }
  .providers-display .providers-title {
    text-align: center;
    margin-bottom: 36px; }
  .providers-display .providers-filter {
    margin-bottom: 65px; }
    .providers-display .providers-filter ul {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3;
      list-style: none; }
      @media (max-width: 768px) {
        .providers-display .providers-filter ul {
          -moz-column-count: 2;
          -webkit-column-count: 2;
          column-count: 2; } }
      .providers-display .providers-filter ul li {
        color: #D79366;
        font-size: 14px; }
        .providers-display .providers-filter ul li a {
          font-family: Baskerville;
          font-size: 18px;
          color: #576967;
          letter-spacing: 0;
          line-height: 36px; }
          .providers-display .providers-filter ul li a:hover {
            text-decoration: underline;
            color: #C98053; }
        .providers-display .providers-filter ul li.active-filter a {
          color: #C98053; }
        .providers-display .providers-filter ul li:before {
          margin-right: 7px; }
  .providers-display .providers-header {
    border-bottom: 2px solid #3A3A3A;
    margin-bottom: 83px; }
    .providers-display .providers-header .providers-category {
      float: left;
      font-family: FuturaPT;
      font-size: 18px;
      line-height: 24px;
      color: #3A3A3A;
      letter-spacing: 2.25px;
      text-transform: uppercase; }
    .providers-display .providers-header .category-clear a {
      float: right;
      text-transform: uppercase;
      font-family: FuturaPT;
      font-size: 18px;
      line-height: 24px;
      color: #A9A9A9;
      letter-spacing: 2px; }
  .providers-display .entry-content p {
    margin-bottom: 15px; }
  .providers-display .entry-link a span {
    font-family: SSStandard;
    font-size: 10px; }

.hero-breadcrumb {
  position: absolute;
  z-index: 10;
  background: rgba(63, 105, 115, 0.5);
  min-height: 30px;
  padding: 0 16px; }
  .hero-breadcrumb .breadcrumbs a,
  .hero-breadcrumb .breadcrumbs span.breadcrumb_last {
    font-family: FuturaPT;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 1.25px;
    line-height: 30px; }
  .hero-breadcrumb .breadcrumbs a:hover {
    text-decoration: none;
    color: #eb8e00; }
  .hero-breadcrumb .breadcrumbs .ss-navigateright {
    display: inline-block;
    font-size: 10px;
    padding: 0 8px; }
  @media (max-width: 650px) {
    .hero-breadcrumb {
      max-width: 90%; } }

@media (max-width: 768px) {
  .resource-breadcrumb {
    text-align: center; } }

@media (max-width: 768px) {
  .resource-breadcrumb .container {
    padding-top: 35px; } }

.resource-breadcrumb .breadcrumbs a,
.resource-breadcrumb .breadcrumbs span.breadcrumb_last {
  color: #fff !important;
  text-transform: uppercase;
  background: transparent !important;
  font-size: 18px !important;
  font-family: "FuturaPT";
  line-height: 100px;
  padding: 0 10px 0 10px !important;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1.5px; }
  @media (max-width: 768px) {
    .resource-breadcrumb .breadcrumbs a,
    .resource-breadcrumb .breadcrumbs span.breadcrumb_last {
      font-size: 15px !important;
      line-height: 30px; } }

.resource-breadcrumb .breadcrumbs a:hover {
  text-decoration: none;
  color: #eb8e00 !important; }

.resource-breadcrumb .breadcrumbs .caret {
  top: -4px; }

.resource-breadcrumb.custom-background {
  position: relative; }

body.b2c img {
  max-width: 100%;
  height: auto; }

body.b2c .btn, body.b2c .form-submit #submit, .form-submit body.b2c #submit {
  padding: 10px 12px;
  color: #000; }

body.b2c .btn-default {
  background: #eeeeee;
  color: #a8a8a8; }

body.b2c .btn-default:hover {
  background: #a8a8a8;
  color: #eee; }

body.b2c .logo {
  background: url(/store/resources/images/b2c/logo.png) center center no-repeat;
  height: 20px;
  width: 100px;
  margin: 20px 0 40px; }

body.b2c .divider {
  clear: both;
  background: #eee;
  margin: 2em 0 2em;
  height: 3px;
  position: relative; }

body.b2c .divider-more:after {
  content: '';
  position: absolute;
  top: -60px;
  left: 51%;
  background: url(/store/resources/images/b2c/moreinfo.png) center center no-repeat;
  width: 111px;
  height: 92px; }

body.b2c .bordered.dark {
  border-left: 20px solid #ddd;
  border-right: 20px solid #ddd;
  border-left: 20px solid rgba(0, 0, 0, 0.1);
  border-right: 20px solid rgba(0, 0, 0, 0.1); }

body.b2c .bordered.light {
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  border-left: 20px solid rgba(255, 255, 255, 0.1);
  border-right: 20px solid rgba(255, 255, 255, 0.1); }

body.b2c .bordered.blue {
  border-left: 20px solid #64afb7;
  border-right: 20px solid #64afb7;
  border-left: 20px solid #64af67;
  border-right: 20px solid #64af67; }

body.b2c .checkout .checkout-form {
  width: 610px; }

body.b2c .product-row {
  background: #fff; }
  body.b2c .product-row h1,
  body.b2c .product-row h2 {
    border-bottom: 3px solid #FDCF8F;
    display: inline-block;
    padding-bottom: .1em; }
  body.b2c .product-row h1 {
    font-size: 32px; }
  body.b2c .product-row h2 {
    font-size: 30px; }
  body.b2c .product-row p {
    line-height: 1.4em; }
  body.b2c .product-row .product-information {
    margin-bottom: 2em; }
  body.b2c .product-row strike {
    color: #a8a8a8; }

body.b2c .order {
  padding: 20px 0; }
  body.b2c .order .price,
  body.b2c .order .qty {
    display: inline-block;
    margin-right: 20px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal; }
  body.b2c .order .qty {
    position: relative;
    top: -3px; }
    body.b2c .order .qty input {
      width: 3em;
      background: #eee;
      text-align: center; }
  body.b2c .order .price {
    font-size: 1.4em; }

body.b2c .samples {
  padding-bottom: 60px; }
  body.b2c .samples .btn, body.b2c .samples .form-submit #submit, .form-submit body.b2c .samples #submit {
    margin-right: 20px; }
  body.b2c .samples .ss-icon {
    color: #a8a8a8;
    font-size: 28px;
    margin: 0 3px;
    position: relative;
    top: 12px; }
  body.b2c .samples .facebook {
    color: #3B5998; }
  body.b2c .samples .twitter {
    color: #00aced; }
  body.b2c .samples .linkedin {
    color: #4875B4; }

body.b2c .buy-button {
  margin-bottom: 2em; }
  body.b2c .buy-button input {
    width: auto;
    height: auto; }

body.b2c .buy-now {
  padding: 2em 0;
  text-align: center; }
  body.b2c .buy-now span {
    font-size: 24px;
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal; }
  body.b2c .buy-now .btn, body.b2c .buy-now .form-submit #submit, .form-submit body.b2c .buy-now #submit {
    font-size: 32px;
    padding: 12px 16px;
    margin-left: 20px;
    position: relative;
    top: -4px; }

body.b2c .testimonials {
  border-left: 20px solid #619CC3;
  border-right: 20px solid #619CC3;
  border-left: 20px solid rgba(255, 255, 255, 0.2);
  border-right: 20px solid rgba(255, 255, 255, 0.2);
  background: #4582ab;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif; }
  body.b2c .testimonials h3 {
    font-size: 12px;
    color: #accfe6; }
  body.b2c .testimonials p {
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 2em; }
  body.b2c .testimonials cite {
    text-transform: uppercase;
    font-size: 1.1em; }
  body.b2c .testimonials p.title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #accfe6; }

body.b2c #footer {
  padding: 30px 40px; }
  body.b2c #footer a {
    color: #efaa42; }
    body.b2c #footer a:hover {
      text-decoration: underline; }
  body.b2c #footer .phone {
    margin-left: 10px;
    padding-left: 20px;
    background: url("/store/resources/images/b2c/phone-icn.png") left center no-repeat; }
  body.b2c #footer .email {
    margin-left: 10px;
    padding-left: 20px;
    background: url("/store/resources/images/b2c/mail-icn.png") left center no-repeat; }

body.b2c .cart-review tfoot th {
  font-size: 1em;
  line-height: 2.2em; }

body.b2c #checkout_page {
  background: #fff;
  border-left: 20px solid #ddd;
  border-right: 20px solid #ddd;
  border-left: 20px solid rgba(0, 0, 0, 0.1);
  border-right: 20px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px; }
  body.b2c #checkout_page form, body.b2c #checkout_page .pay-wrap {
    max-width: 1110px;
    min-width: 1030px;
    margin: 0 auto;
    padding: 0 30px; }
  body.b2c #checkout_page .pay-wrap form {
    max-width: 600px !important;
    margin: 0;
    min-width: 0;
    padding: 0; }
  body.b2c #checkout_page #sidebar .checkout h2 {
    letter-spacing: 0em;
    font-size: 12px; }
  body.b2c #checkout_page ul.progress {
    height: auto;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none; }
    body.b2c #checkout_page ul.progress li {
      display: block;
      float: none;
      margin: 0 0 10px; }
      body.b2c #checkout_page ul.progress li.current {
        color: #000; }
      body.b2c #checkout_page ul.progress li span {
        padding: 0; }
  body.b2c #checkout_page input,
  body.b2c #checkout_page textarea {
    background-image: none; }
  body.b2c #checkout_page .checkout #checkout-totals {
    float: right;
    width: 200px;
    margin-left: 0; }
  body.b2c #checkout_page #content {
    width: auto;
    float: none; }
  body.b2c #checkout_page li.field {
    width: 100%; }
    body.b2c #checkout_page li.field select {
      width: 95%; }
  body.b2c #checkout_page li.field.right {
    width: 49%;
    clear: right;
    float: right; }
    body.b2c #checkout_page li.field.right select {
      width: 90%; }
  body.b2c #checkout_page li.field.left {
    float: left;
    width: 45%; }
  body.b2c #checkout_page ul.shipping-options {
    overflow: hidden; }
    body.b2c #checkout_page ul.shipping-options li.checkbox label {
      display: inline;
      margin-left: 0;
      line-height: 1.2em;
      position: relative;
      top: -9px; }
    body.b2c #checkout_page ul.shipping-options li.checkbox div {
      float: none;
      display: inline; }
      body.b2c #checkout_page ul.shipping-options li.checkbox div input {
        width: auto; }
  body.b2c #checkout_page .scoreboard li.last {
    width: auto; }

@media (max-width: 992px) {
  body.b2c .bordered.dark,
  body.b2c #checkout_page,
  body.b2c .testimonials {
    border-width: 12px; }
  #checkout_page .payment_form {
    padding: 0 30px; } }

@media (max-width: 768px) {
  body.b2c #footer .contact {
    text-align: center !important;
    padding: 2em 0 0; }
  body.b2c #footer .contact span {
    display: inline-block;
    margin: 0; }
  body.b2c .bordered.dark,
  body.b2c #checkout_page,
  body.b2c .testimonials {
    border-width: 8px; }
  body.b2c #checkout_page p {
    font-size: 12px; }
  body.b2c #checkout_page h2 {
    font-size: 22px;
    margin-top: 0; }
  body.b2c #checkout_page .checkout-form input.text,
  body.b2c #checkout_page .checkout-form textarea,
  body.b2c #checkout_page .checkout-form select {
    display: block; }
  body.b2c #checkout_page form,
  body.b2c #checkout_page .pay-wrap {
    min-width: 200px; }
  body.b2c #checkout_page .payment_form {
    padding: 0 20px; } }

@media (min-width: 768px) {
  body.b2c #checkout_page form {
    min-width: 768px; }
    body.b2c #checkout_page form input,
    body.b2c #checkout_page form textarea {
      font-size: 16px; }
  body.b2c .checkout .checkout-form {
    width: 500px; }
  body.b2c #checkout_page form, body.b2c #checkout_page .pay-wrap {
    min-width: 768px; }
  body.b2c #checkout_page .pay-wrap form {
    width: 500px !important; } }
