@media (max-width: 1150px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 1150px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 1151px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:1151px screen-xs:680px screen-sm:920px screen-md:1152px screen-lg:1280px";
}

html {
  overflow-x: hidden;
}
body {
  word-wrap: break-word;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
a:focus {
  color: #3398e1;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
a.link2 {
  color: #3398e1;
}
a.link2:hover {
  color: #208cda;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}
th {
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  text-align: center;
}
.table > thead > tr > th {
  border-bottom-width: 1px;
}
td,
tr td {
  border-top: 1px solid #eaeaea;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #e3280c;
}
hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eaeaea;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
html #sbox-window {
  padding: 0;
  border-radius: 0;
}
html #sbox-overlay {
  background-color: #777;
}

p {
  margin: 0 0 32px;
}
.lead {
  font-size: 19.2px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #3398e1;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  font-weight: bold;
  padding: 1px 4px;
}
.txt-md-bold {
  font-family: "cooper_hewittbook", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: capitalize;
  line-height: normal;
}
.txt-sm-normal {
  line-height: normal;
}
.white {
  color: #ffffff;
}
.black {
  color: #222222;
}
b,
strong {
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333333;
  font-family: "cooper_hewittbook", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 12px 0;
}
h1,
.h1 {
  font-size: 45px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 14px;
}
h1 small,
.h1 small {
  font-size: 28px;
}
h2 small,
.h2 small {
  font-size: 20px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 16px;
}
.xxl {
  font-size: 82px;
}
.xl {
  font-size: 64px;
}
.l {
  font-size: 46px;
}
.m {
  font-size: 36px;
}
.s {
  font-size: 14px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 32px;
}
dt,
dd {
  line-height: 2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1151px) {
  .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 {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  border-left: 5px solid #bbbbbb;
}
blockquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 2;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #bbbbbb;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 32px;
  font-style: normal;
  line-height: 2;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
pre {
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 72px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 48px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 72px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 72px;
}
.features-list .feature-row h3 {
  font-size: 32px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 48px;
}
.jumbotron iframe {
  margin-top: 24px;
}
.vertical-padding {
  padding-top: 40px;
}
@media (max-width: 920px) {
  .vertical-padding {
    padding-top: 0;
  }
}
.col-typo {
  margin-top: 12px;
}
.col-typo img {
  padding-right: 12px;
}
.col-typo h4 {
  color: #3398e1;
  font-size: 16px;
}
.bs-example {
  position: relative;
  margin-top: -6px;
  padding: 60px 24px 24px;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
}
.bs-example table {
  margin-bottom: 0;
}
.bs-example.bs-example-type td {
  padding: 15px 0 !important;
}
.bs-example h1,
.bs-example h2,
.bs-example h3,
.bs-example h4,
.bs-example h5,
.bs-example h6 {
  margin: 0;
}
.bs-example:after {
  content: "Example";
  top: 20px;
  left: 24px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  color: #999999;
}
.bs-example + .highlight {
  margin: 0 0 36px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.bs-example + .highlight pre {
  border: none;
  margin: 10px 0 0 0;
  background-color: transparent;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
}
label {
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control,
.inputbox {
  padding: 10px 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-transition: background-color 0.45s ease;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.form-control:hover,
.inputbox:hover,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus,
.inputbox:focus,
select:active,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
.form-control:active,
.inputbox:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.form-control::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.form-control[readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .form-control,
fieldset[disabled] .inputbox {
  cursor: not-allowed;
  background-color: #bbbbbb;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.form-control,
textarea.inputbox {
  height: auto;
}
.form-group {
  margin-bottom: 24px;
}
.input-group-addon {
  background-color: #eeeeee;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 920px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.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: 11px;
}
.form-horizontal .form-control-static {
  padding-top: 11px;
}
.btn,
.button,
button {
  border-radius: 0;
  border: 1px solid transparent;
  background-color: #3398e1;
  color: #ffffff;
  height: 48px;
  padding: 0 25px;
  line-height: 48px;
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  -ms-transition: all 0.45s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover,
.button:hover,
button:hover,
.btn:focus,
.button:focus,
button:focus {
  background-color: #3398e1;
  background-image: none;
  text-decoration: none;
  border-color: transparent;
  color: #ffffff;
  outline: none;
}
.btn:active,
.button:active,
button:active,
.btn.active,
.button.active,
button.active {
  background-image: none;
  color: #ffffff;
}
.btn.disabled,
.button.disabled,
button.disabled,
.btn[disabled],
.button[disabled],
button[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .button,
fieldset[disabled] button {
  background-color: #999999;
  background-image: none;
  color: #ffffff;
}
.close:hover {
  background-color: transparent;
}
.btn-slider-border {
  padding: 20px 60px;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
  height: auto;
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
a.btn-slider-border {
  color: #ffffff !important;
}
.btn-dark {
  color: #ffffff;
  background-color: #222222;
  border-color: #333333;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #ffffff;
  background-color: #090909;
  border-color: #000000;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #090909;
  border-color: #141414;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #090909;
  background-image: none;
  border-color: #141414;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #222222;
  border-color: #333333;
}
.btn-dark .badge {
  color: #222222;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #3398e1;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #1d7ec4;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #1d7ec4;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1d7ec4;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #186aa5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3398e1;
  border-color: transparent;
}
.btn-primary .badge {
  color: #3398e1;
  background-color: #ffffff;
}
.btn-primary:hover {
  background-color: #208cda;
  border-color: transparent;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-link {
  color: #222222;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #3398e1;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 20px 60px;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
  height: auto;
  border-width: 3px;
}
.btn-sm,
.btn-xs {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
  border: 1px solid #eaeaea;
}
.input-append .active,
.input-prepend .active {
  background-color: #f3f8f2;
  border-color: #97c48d;
}
.invalid {
  border-color: #e3280c;
}
label.invalid {
  color: #e3280c;
}
input.invalid {
  border: 1px solid #e3280c;
}

.dropdown-menu > li > a {
  padding: 5px 5px 5px 35px;
  position: relative;
}
.dropdown-menu > li > a:before {
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 6px;
  color: #999999;
  content: "\f111";
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 16px;
}
.dropdown-header a {
  color: #3398e1;
}
.dropdown-submenu > a:after {
  border-left-color: #000000;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #3398e1;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 32px;
}
@media (min-width: 1151px) {
  .nav > li > .separator {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #d0d0d0;
}
.nav-pills > li > a {
  padding-left: 0;
  -ms-transition: color 0.45s ease;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.nav-pills > li > a:hover {
  background-position: -21px 15px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #222222;
}
.nav .caret {
  border-top-color: #222222;
  border-bottom-color: #222222;
}
.nav a:hover .caret {
  border-top-color: #3398e1;
  border-bottom-color: #3398e1;
}
.t3-navhelper {
  background: #f8f8f8;
  font-size: 12px;
  color: #222222;
  top: -1px;
  position: relative;
  margin-bottom: 60px;
}
.t3-navhelper .container {
  position: relative;
}
.ie8 .breadcrumb {
  margin-top: 36px;
}
.breadcrumb {
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: transparent;
}
.breadcrumb > li a {
  color: #222222;
}
.breadcrumb > li + li:after {
  content: "-\00a0";
  padding: 0 8px;
}
.breadcrumb > li + li:before {
  display: none;
}
.breadcrumb > li + li:last-child:after {
  display: none;
}
.breadcrumb > .active {
  padding-right: 8px;
}
.breadcrumb .divider {
  display: none;
}
.t3-transparent + .t3-navhelper {
  margin-bottom: -50px;
}
.pagination-wrap {
  padding-bottom: 48px;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 32px;
  padding: 10px 20px;
  border-radius: 0;
}
@media screen and (min-width: 920px) {
  .counter {
    float: right;
  }
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.navbar {
  border: none;
}
.container > .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
.navbar-collapse {
  padding: 0 0 20px;
}
.navbar-toggle {
  padding: 0;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 110px;
  color: #222222;
  font-size: 16px;
  font-family: "cooper_hewittbook", Helvetica, Arial, sans-serif;
  margin-top: 36px;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  background-color: transparent;
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #222222;
}
.navbar-toggle .fa-bars {
  margin-right: 10px;
}
@media (min-width: 1151px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav > li > a {
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
  padding: 20px 0 0 40px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1151px) {
  .navbar-nav > li > a {
    padding: 18px 5px;
    font-size: 16px;
  }
  .navbar-nav > li > a .mega-caption {
    display: none;
  }
}
.navbar-nav > li > a:hover {
  color: #3398e1;
}
.navbar-nav > li.open a:hover {
  border-color: inherit;
}
.navbar-nav .active > a {
  color: #3398e1;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 34px;
  margin-left: 5px;
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .container {
  position: relative;
}
.navbar-default .navbar-brand {
  color: #333333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #222222;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  color: #222222;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #222222;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #3398e1;
  border-bottom-color: #3398e1;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #3398e1;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #3398e1;
  border-bottom-color: #3398e1;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1151px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #bbbbbb;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3398e1;
    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: #3398e1;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333333;
}
.navbar-default .navbar-link:hover {
  color: #3398e1;
}
.t3-mainnav {
  padding-top: 24px;
  position: relative;
  -webkit-transition: padding-top 0.4s ease, opacity 0.4s ease;
  -o-transition: padding-top 0.4s ease, opacity 0.4s ease;
  transition: padding-top 0.4s ease, opacity 0.4s ease;
}
@media (max-width: 1151px) {
  .t3-mainnav {
    padding-top: 0;
  }
}
.t3-mainnav .t3-navbar {
  padding-right: 140px;
  float: right;
}
@media (max-width: 1151px) {
  .t3-mainnav .t3-navbar {
    float: none;
    margin-right: auto;
    padding-right: 0;
    border-bottom-width: 5px;
  }
}
.t3-mainnav .dropdown-menu {
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1151px) {
  .t3-mainnav .dropdown-menu {
    background: none;
    font-family: "cooper_hewittbook", Helvetica, Arial, sans-serif;
    margin-left: 0;
    padding: 0;
  }
}
.t3-mainnav .dropdown-menu .mega-col-nav {
  padding-left: 0;
  padding-right: 0;
}
.t3-mainnav .dropdown-menu .mega-dropdown-inner {
  background-color: #222222;
  -webkit-box-shadow: 0 5px 6px rgba(51, 51, 51, 0.2);
  box-shadow: 0 5px 6px rgba(51, 51, 51, 0.2);
}
.t3-mainnav .dropdown-menu .mega-dropdown-inner .mega-group .mega-dropdown-inner {
  border: none;
}
.t3-mainnav .level1 .dropdown-menu {
  padding: 0;
  background: none;
}
@media (min-width: 1151px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 0 6px 0;
  background-color: #222222;
  padding: 15px 20px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #2f2f2f;
  color: #bbbbbb;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu > .active > a {
  background-color: transparent;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 20px;
}

.t3-module {
  margin: 24px 0 60px;
}
.t3-module:last-child {
  margin-bottom: 24px;
}
.t3-module:first-child {
  margin-top: 0;
}
.t3-module .module-inner {
  position: relative;
}
@media screen and (max-width: 1151px) {
  .t3-module:first-child {
    margin-top: 24px;
  }
}
.boxed1 {
  border: 1px solid #eaeaea;
}
.boxed1 .module-title {
  padding: 30px;
  margin-bottom: 0;
  border: none;
}
.even-odd .nav > li {
  padding: 12px 30px;
}
.even-odd .nav > li:nth-child(2n-1) {
  background-color: #f8f8f8;
}
.module-title {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 48px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
}
.module-title:after {
  content: "";
  display: block;
  background-color: #333333;
  height: 1px;
  width: 35px;
  margin: 18px auto 0 auto;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct p,
.custom p {
  margin-bottom: 8px;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
  border-top: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module-ct .caret,
.module-ct .custom .caret {
  display: none;
}
.module-ct .dropdown-menu,
.module-ct .custom .dropdown-menu {
  position: relative;
  float: none;
  top: auto;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.module-ct .dropdown-menu > li > a,
.module-ct .custom .dropdown-menu > li > a {
  padding: 5px 5px 5px 35px;
}
.module-ct .dropdown-menu > li > a:before,
.module-ct .custom .dropdown-menu > li > a:before {
  top: 10px;
  left: 22px;
}
.module-ct .dropdown-menu .active a,
.module-ct .custom .dropdown-menu .active a {
  background-color: transparent;
  color: inherit;
}
.module-ct .dropdown-submenu > .dropdown-menu,
.module-ct .custom .dropdown-submenu > .dropdown-menu {
  left: 24px;
  border-bottom: 0;
}
.nspArt h4.nspHeader {
  margin: 0 0 5px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}
.nspArt p.nspInfo {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #999999;
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
}
.nspArt p.nspInfo a {
  color: #999999;
}
.nspArt p.nspText {
  margin-bottom: 15px;
  margin-top: 15px;
}
.nspArt a.readon {
  text-transform: uppercase;
  font-size: 12px;
}
.nspArt a.modal {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  border: 0;
  overflow: hidden;
}
.nspBotInterface,
.nspTopInterface {
  top: -5px;
}
.nspNext,
.nspPrev {
  border-radius: 50%;
}
.nspArt img.nspImage {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.nspArt:hover .nspImageWrapper {
  background: #222222;
}
.nspImageWrapper {
  overflow: hidden;
}
img.nspImage {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
img.nspImage:hover {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.nspLinks ul li h4 {
  font-size: 15px;
  margin: 0;
}
.nspLinks ul {
  list-style-type: decimal;
}
.nspLinks ul li {
  background-color: transparent;
  border-top: 1px solid #eaeaea;
  margin: 0 !important;
  padding: 24px 0;
  list-style-type: decimal;
}
.responsive .nspArt img.nspImage {
  width: 100% !important;
  height: auto !important;
}
.listed-post .nspArt {
  border-bottom: 1px solid #eaeaea;
}
.listed-post .nspArt:last-child {
  border-color: transparent;
  padding-bottom: 5px !important;
}
.listed-post .nspArt:first-child {
  padding-top: 10px !important;
}
.listed-post h4.nspHeader {
  font-size: 15px;
}
.nspHighlight .gkArtContentWrap {
  padding-top: 16px;
}
.nspHighlight a.readon {
  margin-top: 20px;
}
@media (max-width: 479px), (min-width: 920px) and (max-width: 1152px) {
  .nspHighlight .nspArt .nspImageWrapper {
    width: 100%;
  }
}
.overlay .nspArt {
  position: relative;
}
.overlay .nspArt:hover .nspImageWrapper {
  background: #222222;
}
.overlay .nspArt p.nspInfo,
.overlay .nspArt p.nspInfo a,
.overlay h4.nspHeader a {
  color: #ffffff;
}
.overlay .gkArtContentWrap {
  position: absolute;
  padding-left: 40px;
  padding-right: 30px;
  bottom: 30px;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.overlay .gkArtContentWrap:hover,
.overlay .nspArt:hover .gkArtContentWrap {
  bottom: 50px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.overlay img.nspImage:hover,
.overlay .nspArt:hover img.nspImage {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.nspHorizontal .nspMain {
  margin: 0 -24px;
}
.nspHorizontal .nspArt {
  padding: 0 24px !important;
}
.nspEditorial .nspArt {
  background-color: #f8f8f8;
}
.nspEditorial .nspArt p.nspInfo {
  color: #ffffff;
  font-size: 14px;
}
.nspEditorial .nspArt p.nspInfo a {
  color: #ffffff;
}
.nspEditorial .nspArt p.nspInfo2 {
  font-family: "cooper_hewittbook", Helvetica, Arial, sans-serif;
  color: #3398e1;
  font-size: 24px;
  text-transform: none;
}
.nspEditorial .nspArt p.nspInfo2 a {
  color: #3398e1;
}
.nspEditorial h4.nspHeader {
  font-size: 48px;
  margin-bottom: 24px;
  line-height: 1.1;
}
.nspEditorial h4.nspHeader a {
  color: #ffffff;
}
.nspEditorial .nspArt p.nspText {
  margin-top: 36px;
}
.nspEditorial .gkArtContentWrap {
  padding: 72px;
}
@media (max-width: 1280px) {
  .nspEditorial .nspArt .nspImageWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .nspArt.nspCol2,
  .nspArt.nspCol3,
  .nspArt.nspCol4,
  .nspArt.nspCol5 {
    width: 100%;
    margin-bottom: 48px;
  }
  .nspArt.nspCol2:last-child,
  .nspArt.nspCol3:last-child,
  .nspArt.nspCol4:last-child,
  .nspArt.nspCol5:last-child {
    margin-bottom: 0;
  }
}
.nspLarge h4.nspHeader {
  font-size: 36px;
  margin-bottom: 10px;
}
.nspMedium h4.nspHeader {
  font-size: 24px;
}
.t3-module .gkNspPM-VideoList .gkItem:hover figcaption {
  background: none;
}
.t3-module .gkNspPM-VideoList h3 {
  padding-bottom: 12px;
}

.t3-wrapper .gkNspPM-Portfolio2 .gkImagesWrapper {
  padding: 24px 0 0;
  overflow: initial;
  width: auto;
  clear: both;
}
.t3-wrapper .gkNspPM-Portfolio2 .gkImagesWrapper > a img {
  width: 100%;
}
.gkNspPM-Portfolio2 .gkPortfolioImage {
  width: 62.5% !important;
}
.gkNspPM-Portfolio2 .gkPortfolioImage > a {
  overflow: hidden;
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioPopup {
  margin-bottom: 48px;
  position: relative;
  background: #f6f6f6;
}
@media (min-width: 920px) {
  .t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioPopup {
    padding: 48px;
  }
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioPopup > div {
  overflow: hidden;
}
.gkNspPM-Portfolio2 .gkImagesWrapper > a.gkImage {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  filter: alpha(opacity=15);
  opacity: 0.15;
  -webkit-transition: all 0.3s cubic-bezier(0.71, 0.23, 0.25, 1.48);
  -moz-transition: all 0.3s cubic-bezier(0.71, 0.23, 0.25, 1.48);
  -ms-transition: all 0.3s cubic-bezier(0.71, 0.23, 0.25, 1.48);
  -o-transition: all 0.3s cubic-bezier(0.71, 0.23, 0.25, 1.48);
  transition: all 0.3s cubic-bezier(0.71, 0.23, 0.25, 1.48);
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioCategories {
  list-style: none;
  text-align: center;
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioCategories li {
  font-size: 13px;
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
  color: #bbbbbb;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0;
  float: none;
  display: inline-block;
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioCategories li:after {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #bbbbbb;
  font-weight: normal;
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioCategories li:last-child:after {
  display: none;
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioCategories li:hover {
  color: #222222;
  background: none;
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioCategories li.active {
  color: #333333;
  font-weight: normal;
  background: none;
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioCategories li.active:hover,
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioCategories li.active:focus {
  background: none;
  color: #222222;
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioPrev,
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioNext,
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioClose {
  margin-top: -5px;
  color: #ccc;
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioPrev:hover,
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioNext:hover,
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioClose:hover {
  color: #333333;
}
@media (min-width: 1152px) {
  .t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioPrev,
  .t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioNext,
  .t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioClose {
    font-size: 76px;
    margin-bottom: 45px;
  }
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioPrev {
  margin-right: 20px;
}
@media (min-width: 1152px) {
  .t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioDesc {
    padding-left: 48px;
    padding-top: 24px;
  }
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioCategory,
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioAuthor,
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioDate {
  padding-top: 20px;
  margin-bottom: 20px;
}
.t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioTitle {
  margin-bottom: 36px;
  color: #333333;
}
@media (max-width: 920px) {
  .t3-wrapper .gkNspPM-Portfolio2 .gkPortfolioTitle {
    font-size: 16px;
  }
}
@media (max-width: 1151px) {
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper a,
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="4"] .gkImagesWrapper a,
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="5"] .gkImagesWrapper a,
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="6"] .gkImagesWrapper a {
    width: 33.33333%;
  }
}
@media (max-width: 679px) {
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper a,
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="4"] .gkImagesWrapper a,
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="5"] .gkImagesWrapper a,
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="6"] .gkImagesWrapper a {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="3"] .gkImagesWrapper a,
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="4"] .gkImagesWrapper a,
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="5"] .gkImagesWrapper a,
  .t3-wrapper .gkNspPM-Portfolio2[data-cols="6"] .gkImagesWrapper a {
    width: 100%;
  }
}
.gkTabsWrap.vertical ol,
.gkTabsWrap.horizontal ol {
  text-align: center;
}
.gkTabsWrap.vertical ol li,
.gkTabsWrap.horizontal ol li {
  padding: 0;
  font-size: 13px;
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
  color: #bbbbbb;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gkTabsWrap.vertical ol li:after,
.gkTabsWrap.horizontal ol li:after {
  content: "/";
  display: inline-block;
  margin: 0 15px;
}
.gkTabsWrap.vertical ol li:last-child:after,
.gkTabsWrap.horizontal ol li:last-child:after {
  display: none;
}
.gkTabsWrap.vertical ol li:hover,
.gkTabsWrap.horizontal ol li:hover {
  color: #222222;
}
.gkTabsWrap.vertical ol li:hover:after,
.gkTabsWrap.horizontal ol li:hover:after {
  color: #bbbbbb;
}
.gkTabsWrap.vertical ol li.active,
.gkTabsWrap.horizontal ol li.active {
  color: #333333;
  font-weight: normal;
}
.gkTabsWrap.vertical ol:after,
.gkTabsWrap.horizontal ol:after {
  content: "";
  display: block;
  background-color: #333333;
  height: 1px;
  width: 35px;
  margin: 18px auto 0 auto;
}
.t3-sidebar .gkTabsContainer {
  padding-bottom: 0;
}
.t3-sidebar .gkTabsWrap.vertical ol,
.t3-sidebar .gkTabsWrap.horizontal ol {
  position: relative;
  margin: 0;
  background-color: #f6f6f6;
  text-align: left;
}
.t3-sidebar .gkTabsWrap.vertical ol:after,
.t3-sidebar .gkTabsWrap.horizontal ol:after {
  display: none;
}
.t3-sidebar .gkTabsWrap.vertical ol li,
.t3-sidebar .gkTabsWrap.horizontal ol li {
  margin: 0 !important;
  padding: 12px 20px 12px;
  font-size: 14px;
  font-family: "cooper_hewittbook", Helvetica, Arial, sans-serif;
  color: #555555;
  text-transform: uppercase;
}
.t3-sidebar .gkTabsWrap.vertical ol li:hover,
.t3-sidebar .gkTabsWrap.horizontal ol li:hover {
  color: #555555;
}
.t3-sidebar .gkTabsWrap.vertical ol li:after,
.t3-sidebar .gkTabsWrap.horizontal ol li:after {
  display: none;
}
.t3-sidebar .gkTabsWrap.vertical ol li.active,
.t3-sidebar .gkTabsWrap.horizontal ol li.active {
  color: #222222;
  background-color: #e9e9e9;
}
.t3-sidebar .gkTabsWrap.vertical ol li.active:hover,
.t3-sidebar .gkTabsWrap.horizontal ol li.active:hover {
  color: #3398e1;
}

.testimonial .nspArt {
  background: url(../../images/endquote.png) 100% 0 no-repeat;
  font: normal 12px/1.8 Georgia, "Times New Roman", Times, serif;
}
.testimonial .nspArt h4.nspHeader,
.testimonial .nspArt h4 {
  margin: 0;
  font-size: 12px;
  font-family: "cooper_hewittbook", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #888888;
  padding: 20px 0 5px 0;
}
.testimonial .nspArt h5 {
  margin: 0;
  padding: 0;
  font-family: "cooper_hewittbook", Helvetica, Arial, sans-serif;
  color: #999999;
  font-size: 11px;
}
.testimonial .nspArt p {
  padding: 0 35px 0 0;
  font-style: italic;
}
.sp-tweet {
  text-align: center;
}
.sp-tweet a {
  color: #888888;
}
.sp-tweet a:hover {
  color: #3398e1;
}
.sp-tweet:before {
  font-family: FontAwesome;
  content: "\f099";
  font-size: 72px;
  color: #222222;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -23px;
  line-height: 1;
}
.sp-tweet .sp-tweet-item {
  border-bottom: 0;
  padding: 90px 0 24px 0;
  font-style: italic;
}
.sp-tweet .sp-tweet-item .date {
  float: none;
  font-size: 9px;
  font-style: normal;
  text-transform: uppercase;
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
  letter-spacing: .5px;
}
.sp-tweet .sp-tweet-item .date a {
  color: #222222;
}
.sp-tweet .sp-tweet-item .date a:hover {
  color: #3398e1;
}
.t3-footer ul.address {
  border-top: 0 !important;
  margin-left: 0;
  margin-bottom: 24px !important;
}
.t3-footer ul.address li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 12px;
}
.t3-footer ul.address li:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  color: #999999;
}
.t3-footer ul.address li a {
  background: none !important;
  border-bottom: 0 !important;
}
.t3-footer ul.address li.home:before {
  content: "\f015";
}
.t3-footer ul.address li.email:before {
  content: "\f0e0";
}
.t3-footer ul.address li.phone:before {
  content: "\f095";
}
.t3-footer ul.address li.mobile:before {
  content: "\f10b";
  font-size: 20px;
  top: -2px;
  left: 2px;
}
#toTop {
  background-color: #bbbbbb;
  z-index: 10;
  text-align: center;
  padding: 0;
  position: fixed;
  line-height: 48px;
  bottom: 36px;
  right: 24px;
  cursor: pointer;
  display: none;
  color: #ffffff;
  font-size: 32px;
  border-radius: 50%;
  height: 54px;
  width: 54px;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
#toTop:hover {
  background-color: #e0e0e0;
}
.bt-googlemaps {
  margin-top: 1px;
}
.module-ct > ol.breadcrumb {
  padding: 10px 20px;
  margin-left: 0;
}
ul.mostread {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.mostread > li > a {
  color: #888888;
  padding: 10px 0 10px 0;
  display: block;
}
ul.mostread > li > a:hover {
  color: #222222;
}
.dropdown-login a.dropdown-toggle {
  color: #222222;
}
.dropdown-login a.dropdown-toggle:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.dropdown-login .dropdown-menu {
  margin-top: 38px;
  min-width: 290px;
  right: -32px;
  left: auto;
  border: 0;
  padding: 36px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, opacity 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
  visibility: hidden;
  z-index: -1;
}
@media (max-width: 479px) {
  .dropdown-login .dropdown-menu {
    margin-top: 24px;
  }
}
.dropdown-login .dropdown-menu a {
  color: #888888;
}
.dropdown-login .open .dropdown-menu {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 150;
  visibility: visible;
}
.dropdown-login .userdata {
  font-size: 15px;
}
.dropdown-login .input-group-addon {
  background-color: #333333;
  color: #ffffff;
}
.dropdown-login .input.form-control {
  background-color: #454545;
}
.dropdown-login .input.form-control:focus {
  border-color: transparent;
  background-color: #404040;
}
.dropdown-login .nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 24px;
  padding-left: 15px;
  font-size: 11px;
}
#login-form ul.unstyled li {
  padding: 5px 0;
}
#login-form label {
  color: #888888;
}
#login-form .checkbox {
  margin-top: -10px;
}
#login-form .checkbox input {
  margin-top: 8px;
}
#login-form .login-greeting {
  font-size: 18px;
  margin-bottom: 24px;
  color: #bbbbbb;
}
.banner-item {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner-item .banner-title {
  width: 100%;
  position: absolute;
  pointer-events: none;
  bottom: 25px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.banner-item .bigger {
  top: 20%;
}
.banner-item .bigger h3 {
  font-size: 46px;
}
.banner-item .bigger a {
  width: 140px;
  margin-top: 20px;
  display: inline-block;
}
.banner-item h3 {
  margin-top: 17.5%;
  color: #ffffff;
  margin-bottom: 0;
  padding: 0;
}
.banner-item p {
  letter-spacing: 2.5px;
}
.banner-item a {
  display: block;
}
.banner-item.ontop .banner-title {
  top: 10%;
}
.banner-item.ontop .banner-title h3 {
  font-size: 32px;
}
.banner-item.onbottom {
  max-width: 48.5%;
  margin-top: 24px;
}
.banner-item.onbottom.onleft {
  float: left;
  text-align: left;
}
.banner-item.onbottom.onleft .banner-title {
  left: 30px;
}
.banner-item.onbottom.onright {
  float: right;
  text-align: right;
}
.banner-item.onbottom.onright .banner-title {
  right: 30px;
}
.banner-item img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner-item img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
@media (min-width: 920px) and (max-width: 1151px) {
  .banner-item .bigger h3 {
    font-size: 36px;
  }
  .banner-item.onbottom {
    margin-top: 12px;
  }
  .banner-item.ontop .banner-title h3 {
    font-size: 26px;
  }
  .banner-item p {
    font-size: 12px;
  }
}
@media (min-width: 920px) and (max-width: 1151px) {
  .banner-item.first,
  .banner-item.second {
    max-width: 48%;
    float: left;
    margin-top: -15px;
  }
  .banner-item.second {
    margin-left: 4%;
  }
}
.bannerfooter {
  border-top: 1px solid #d0d0d0;
  font-size: 14px;
  padding-top: 12px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 16px 0;
  border-top: 1px solid #d0d0d0;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eaeaea;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #bbbbbb;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #bbbbbb;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #3398e1;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #bbbbbb;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #3398e1;
}
.acymailing_module_form p {
  display: inline-block;
  margin-bottom: 0;
}
.acymailing_module_form .inputbox {
  background-color: #ffffff;
  margin-top: -5px;
  font-size: 14px;
}
@media (min-width: 1152px) {
  .acymailing_module_form .inputbox {
    min-width: 280px;
  }
}
.acysubbuttons .btn-primary {
  background-color: #222222;
  margin-top: -45px;
  padding: 0 30px;
}
.gallery-flickr ul {
  padding: 0;
}
.banner-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner-box:hover {
  background-color: #222222;
}
.banner-box h4 {
  margin-bottom: 6px;
  font-size: 32px;
}
.banner-box .custom p {
  margin-bottom: 0;
}
.banner-box img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner-box img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-desc {
  position: absolute;
  top: 15%;
  left: 10%;
}
@media (min-width: 1152px) {
  .banner-box.big h4 {
    font-size: 46px;
  }
}
.banner-box.below {
  margin-top: 32px;
}
.primary-color {
  color: #3398e1;
}
ul.client-list {
  list-style: none;
  text-align: center;
}
ul.client-list li {
  display: inline-block;
  padding: 0 36px;
}
#fancybox-content {
  border: 0 !important;
}
#fancybox-wrap {
  padding: 30px !important;
}

.blog {
  padding-bottom: 24px;
}
.blog article {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #eaeaea;
}
.blog .pagination-wrap {
  padding-bottom: 24px;
}
.item-page {
  padding-bottom: 24px;
}
.items-leading .leading {
  margin-bottom: 48px;
}
.items-row .item {
  margin-bottom: 48px;
}
.divider-vertical {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid #eaeaea;
}
.article-aside {
  color: #999999;
  font-size: 15px;
  margin-bottom: 30px;
}
.article-aside a.dropdown-toggle {
  height: auto;
  background-color: #f6f6f6;
  color: #bbbbbb;
  line-height: 2.0;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info a {
  color: #bbbbbb;
}
.article-info a:hover,
.article-info a:focus,
.article-info a:active {
  color: #333333;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline;
  padding: 0 12px 0 0;
  font-size: 10px;
  color: #999999;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
}
.article-info dd strong {
  font-weight: normal;
}
.article-info dd.category-name a {
  padding: 5px 10px 5px 10px;
  background-color: #3398e1;
  color: #ffffff;
}
.article-info dd.category-name a:hover {
  background-color: #3398e1;
}
.article-footer {
  color: #999999;
  font-size: 14px;
  margin-bottom: 24px;
}
.article-intro,
.article-content {
  font-size: 16px;
}
.article-intro img,
.article-content img {
  margin: 0 0 24px 0;
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 24px 24px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 24px 24px;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 24px;
}
.img-fulltext-right {
  float: right;
  margin-left: 24px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #bbbbbb;
  color: #555555;
  font-size: 14px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 919px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #eaeaea;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 32px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #eaeaea;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #eaeaea;
}
.login-wrap .other-links ul {
  padding-left: 24px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 12px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  text-align: right;
  width: 130px;
  padding-top: 12px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #bbbbbb;
  border: 1px solid #d0d0d0;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 920px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 920px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm {
  padding: 0 0 24px 0;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 24px 0;
}
#searchForm legend {
  margin-bottom: 12px;
}
#searchForm .form-control {
  height: 48px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 32px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
@media screen and (max-width: 920px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 24px;
}
.search-results .result-title {
  font-size: 18px;
  margin-top: 24px;
}
.search-results .result-category {
  font-size: 14px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 14px;
  color: #999999;
}
div.finder {
  margin-bottom: 32px;
}
.contact {
  padding-bottom: 48px;
}
.contact h3 {
  clear: both;
  margin-top: 0;
  color: #333333;
  line-height: normal;
}
.contact .contact-address {
  float: left;
  margin-right: 60px;
  margin-bottom: 48px;
  margin-top: -12px;
}
.contact .contact-address span {
  font-size: 14px;
}
.contact .contact-info {
  float: left;
}
.contact .contact-info div {
  float: left;
  margin-right: 60px;
  margin-bottom: 48px;
  margin-top: -12px;
}
.contact .contact-info span {
  font-size: 14px;
}
.contact .jicons-text {
  display: block;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 6px;
  font-size: 16px !important;
}
.contact .tab-content {
  overflow: visible;
}
.contact .control-group.span4 {
  margin-left: 0 !important;
}
.contact legend {
  border: none;
  font-size: 18px;
  margin: 10px 0 30px 0;
  color: #888888;
}
.contact [class^="icon-"],
.contact [class*=" icon-"] {
  color: #333;
}
.contact .thumbnail {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .form-group textarea {
  height: 172px;
}
.contact label#jform_contact_email_copy-lbl {
  border: none;
  display: inline-block;
  margin: 1px 0 0 5px;
  font-size: 12px;
  padding: 0;
  vertical-align: middle;
}
.contact .nav-tabs.nav-stacked > li > a {
  border: none;
  border-radius: 0;
}
.contact .nav-tabs.nav-stacked > li > a:hover,
.contact .nav-tabs.nav-stacked > li > a:focus,
.contact .nav-tabs.nav-stacked > li > a:active {
  text-decoration: underline;
  background: none;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 32px;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 16px 5px;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 48px;
}
.category-item .category-item .page-header {
  font-size: 16px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 16px 5px;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 24px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  font-size: 18px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 16px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 18px;
}
.article-content .pagination ul {
  border-left: 1px solid #d0d0d0;
}
.article-content .pagination li {
  float: left;
  padding: 12px 24px;
  line-height: normal;
  border: 1px solid #d0d0d0;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 24px;
  font-weight: bold;
}
#article-index,
.article-index {
  margin: 0 0 24px 24px;
  padding: 10px;
  width: 25%;
  border: 1px solid #d0d0d0;
  border-radius: 0;
}
#article-index ul,
.article-index ul {
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #3398e1;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #3398e1;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 12px 24px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: transparent;
}
.pagination {
  margin: 0;
  display: block;
  text-align: center;
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
}
ul.pagination {
  margin: 24px 0 0 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
ul.pagination > .active > a,
ul.pagination > .disabled > a {
  border-color: #eaeaea;
}
ul.pagination > .active > a {
  background-color: #f6f6f6;
}
ul.pagination > .active > a:hover {
  border-color: #eaeaea;
  background-color: #f0f0f0;
}
ul.pagination > li > a {
  border-color: #eaeaea;
  padding: 10px 15px 10px 18px;
  color: #888888;
  margin-top: 24px;
}
ul.pagination > li > a:hover {
  color: #333333;
  background-color: #fcfcfc;
  border-color: #eaeaea;
}
.items-more {
  margin-bottom: 24px;
}
.items-more h3 {
  padding: 0 0 10px 0;
  color: #3398e1;
  font-size: 32px;
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 0;
}
.items-more .nav > li > a {
  padding: 20px 0 20px 16px;
  margin: 0;
  border-bottom: 1px dotted #d0d0d0;
  font-size: 16px;
  font-family: "cooper_hewittbook", Helvetica, Arial, sans-serif;
  position: relative;
  color: #888888;
}
.items-more .nav > li > a:hover {
  color: #333333;
}
.items-more .nav > li > a:before {
  font-family: FontAwesome;
  position: absolute;
  top: 18px;
  left: 1px;
  content: "\f111";
  color: #3398e1;
  font-size: 6px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12px 0 5px;
}
.display-limit {
  margin: 12px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 920px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.iframe-bordered {
  border: 1px solid #eaeaea;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: transparent;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: transparent;
}
.btn-group .chzn-results {
  white-space: normal;
}

.page-header {
  padding-bottom: 15px;
  margin: 0 0 32px;
  border-bottom: 1px solid #bbbbbb;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  margin: 0 0 32px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -32px;
}
.article-title,
.article-header h1 {
  margin: 0 0 12px 0;
  font-size: 40px !important;
}
.article-title a,
.article-header h1 a {
  color: #333333;
}
.article-title a:hover,
.article-header h1 a:hover {
  color: #222222;
}
h2.article-title,
.article-header h2 {
  font-size: 40px;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 50%;
}
.masthead {
  padding: 48px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
.masthead h1 {
  color: #222222;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 18px 48px;
  display: inline-block;
  margin: 24px 0;
}
@media screen and (min-width: 1151px) {
  .masthead {
    padding: 72px 0;
  }
  .masthead h1 {
    font-size: 32px;
  }
  .masthead p {
    font-size: 32px;
  }
  .masthead .btn-lg {
    margin-top: 32px;
    padding: 18px 42px;
    font-size: 24px;
  }
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.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;
}
.j2store-single-product.detail {
  margin-bottom: 48px;
}
.j2store-single-product .sale-price {
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
  color: #3398e1;
}
.j2store-single-product .product-sku {
  font-size: 12px;
}
.j2store-single-product .nav-tabs {
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 36px;
  font-size: 14px;
}
.j2store-single-product .nav-tabs > li {
  float: none;
  display: inline-block;
}
.j2store-single-product .nav-tabs > li.active a {
  background-color: transparent;
  border: 0;
  color: #333333;
}
.j2store-single-product .nav-tabs > li.active a:after {
  content: "";
  display: block;
  background-color: #333333;
  height: 1px;
  width: 35px;
  margin: 18px auto -10px auto;
}
.j2store-single-product .nav-tabs > li a {
  color: #bbbbbb;
  border: 0;
}
.j2store-single-product .j2store-cart-button {
  height: 54px;
  line-height: 54px;
}
.j2store-mainimage img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.j2store-mainimage {
  margin-bottom: 0;
}
.additional-image-list {
  padding: 0;
}
.product-sdesc {
  padding-top: 36px;
}
.j2store-add-to-cart .product-qty {
  display: inline-block;
}
.j2store-add-to-cart .product-qty input[type="text"],
.j2store-add-to-cart .product-qty input[type="number"] {
  display: inline-block;
  width: 75px !important;
  padding: 10px 20px !important;
  vertical-align: middle;
  height: auto !important;
}
.price-sku-brand-container {
  margin: 24px 0 24px;
}
.price-sku-brand-container [class*="col"] {
  padding: 0;
}
.j2store-product-list .j2store-products-row {
  padding-top: 24px;
  padding-bottom: 24px;
}
.j2store-addtocart-form {
  margin-top: 0;
}
.list-style ul {
  border: 1px solid #eaeaea;
}
.list-style .j2store_products_container li {
  display: inline-block;
  clear: both;
  padding: 30px;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}
.list-style .j2store_products_container li:last-child {
  border-bottom: 0;
}
.list-style h2.j2store_product_title {
  font-size: 14px;
  margin-bottom: 6px;
}
.list-style .product-price-container {
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
}
.list-style .j2store_product_image_block {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 24px;
}
.list-style .j2store_product_image_block img {
  height: auto !important;
}
.list-style .j2store_product_block:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.list-style .j2store_product_content_block {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 920px) and (max-width: 1151px) {
  .list-style .j2store_products_container li {
    text-align: center;
  }
  .list-style .j2store_product_image_block {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.owl-carousel .owl-controls {
  position: initial;
  float: none;
  padding-top: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.owl-carousel:hover .owl-controls {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  height: 55px;
  width: 60px;
  border-radius: 0;
  z-index: 88;
  margin: 0;
  font-size: 16px;
  top: 30%;
  line-height: 50px;
  color: #333333;
  background-color: #ffffff;
}
.owl-theme .owl-prev {
  left: 20px;
}
.owl-theme .owl-next {
  right: 20px;
}
.j2store-img-responsive,
.j2store_product_image img {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  max-width: 100%;
}
.j2store_product_block:hover img {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.jowl-module-product-slide .owl-item {
  padding: 0 20px;
}
.jowl-module-product-slide {
  margin: 0 -20px;
}
.j2store-single-product {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.j2store-single-product h4 {
  font-size: 16px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 18px;
}
.j2store-single-product h4 a {
  color: #999999;
}
.j2store-single-product h4 a:hover {
  color: #3398e1;
}
.base-price {
  color: #333333;
}
.j2store_product_image_block,
.j2store-product-images {
  margin-bottom: 24px;
  position: relative;
  background-color: #000000;
}
.j2store-product-list-cart {
  position: absolute;
  z-index: 999;
  bottom: 0px;
  top: auto;
  color: #ffffff;
  width: 100%;
  transform: perspective(500px) rotateX(90deg);
  -webkit-transform: perspective(500px) rotateX(90deg);
  -moz-transform: perspective(500px) rotateX(90deg);
  background-color: #3398e1;
  transform-origin: 50% 100% 0px;
  -webkit-transform-origin: 50% 100% 0px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-bottom: 3px;
}
.j2store-single-product:hover .j2store-product-list-cart {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.j2store_product_block .text-success {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #49a3e4;
  padding: 15px 0;
}
.j2store_product_block .text-success a {
  color: #ffffff;
  display: block;
}
.j2store-quickview {
  position: absolute;
  height: 56px;
  width: 56px;
  line-height: 54px;
  left: 50%;
  top: 35%;
  margin: -28px 0px 0px -28px;
  z-index: 500;
  font-size: 14px;
  background-color: #ffffff;
  opacity: 0;
  backface-visibility: hidden;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.j2store-single-product:hover .j2store-quickview {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 0.31, -0.36);
  top: 55%;
}
.storeCol1 .j2product {
  width: 100%;
}
.storeCol2 .j2product {
  width: 50%;
}
.storeCol3 .j2product {
  width: 33.333333%;
}
.storeCol4 .j2product {
  width: 25%;
}
.storeCol5 .j2product {
  width: 20%;
}
.default-store .owl-wrapper {
  max-width: 100%;
}
.cart {
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.j2store-cart-info-link {
  cursor: pointer;
}
.j2store-cart-info-link:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.j2store-cart-info-link .j2store-cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  font-size: 10px;
  color: #ffffff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #3398e1;
  border-radius: 50%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.j2store-cart-info i {
  margin-right: 5px;
}
.cart .j2store-cart-item-box {
  background-color: #222222;
  padding: 36px !important;
  right: -70px;
  text-align: left;
  color: #888888;
  box-shadow: none;
  top: 100% !important;
  margin-top: 38px !important;
  height: auto !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cart .j2store-cart-item-box .j2store-cart-header-block {
  border-bottom: 1px solid #2f2f2f;
  color: #ffffff;
}
.cart .j2store-cart-item-box .j2store-cart-header-block a {
  color: #3398e1;
}
.cart .j2store-cart-item-box .top-subtotal {
  padding: 0 0 18px;
}
.cart .j2store-cart-item-box .j2store-cart-list {
  padding: 15px 0 0;
}
.cart .j2store-cart-item-box .j2store-cart-list a {
  color: #888888;
}
.cart .j2store-cart-item-box .j2store-cart-list a:hover {
  color: #ffffff;
}
.cart .j2store-cart-item-box li.cartitems {
  margin: 10px 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #2f2f2f;
}
.cart .j2store-cart-item-box .j2store-cart-nav {
  padding: 0;
}
.cart-thumb-image img {
  max-width: 60px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.cart-thumb-image img {
  margin-top: 5px;
}
.cart-product-name {
  padding-bottom: 6px;
  display: inline-block;
  color: #222222;
}
.cart-product-unit-price,
.cart-product-sku {
  font-size: 11px;
  line-height: 1.8;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.input-mini {
  width: 50px;
}
.j2store-cart-table {
  margin-bottom: 24px;
}
.j2store-cart-table .input-mini {
  width: 70px;
  padding: 10px 10px 10px 15px;
  display: inline-block;
  margin-right: 10px;
}
.j2store-cart-table .j2store-remove {
  color: #222222;
  font-size: 20px;
}
#shipping-estimate-form {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 24px 0;
  margin: 24px 0;
}
#shipping-estimate-form table {
  margin-bottom: 12px;
}
#shipping-estimate-form td,
#shipping-estimate-form tr td {
  border-color: transparent;
  padding: 10px 15px;
}
#shipping-estimate-form td:first-child {
  padding-left: 0;
}
#shipping-estimate-form .btn {
  margin-bottom: 12px;
}
#sbox-window .window-mainbody {
  padding: 36px;
}
#j2store_app_shareButton {
  padding-bottom: 12px;
}
#j2store_app_shareButton a {
  border: 1px solid #eaeaea;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 6px;
  line-height: 28px;
  width: 32px;
  height: 32px;
}
#j2store_app_shareButton a img {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#j2store_app_shareButton a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}
#j2store_app_shareButton a:hover {
  border: 1px solid #333333;
}
@media (min-width: 1280px) {
  .j2store-sidebar-filters-container {
    padding-left: 48px;
  }
}
.j2store-product-filters {
  margin: 24px 0 60px;
}
.j2store-product-filters:last-child {
  margin-bottom: 24px;
}
.j2store-product-filters:first-child {
  margin-top: 0;
}
.j2store-product-filters .btn {
  height: 36px;
  line-height: 36px;
}
.j2store-product-filters .price-range {
  padding-top: 5px;
}
.j2store-product-filters.category-filters {
  border: 1px solid #eaeaea;
}
.j2store-product-filters.category-filters .product-filter-heading {
  padding: 36px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}
.j2store-product-filters.category-filters .product-filter-heading:after {
  display: none;
}
.j2store-product-filters.category-filters li {
  border-bottom: 1px solid #eaeaea;
  padding: 6px 8px;
}
.j2store-product-filters.category-filters li:last-child {
  border-bottom: 0;
}
.product-filter-heading {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 48px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-family: "cooper_hewittsemibold", Helvetica, Arial, sans-serif;
  display: block !important;
}
.product-filter-heading:after {
  content: "";
  display: block;
  background-color: #333333;
  height: 1px;
  width: 35px;
  margin: 18px auto 0 auto;
}
.t3-mainbody #j2store-slider-range.ui-slider {
  height: 10px;
  top: -1px;
  background-color: #eeeeee;
}
#j2store-slider-range.ui-slider .ui-slider-range {
  height: 10px;
  top: 0;
  background-color: #222222;
  border-radius: 0;
}
.t3-mainbody #j2store-slider-range .ui-slider-handle {
  border-radius: 0;
  background-color: #3398e1;
  height: 10px;
  top: 0;
}
.t3-mainbody .ui-slider-horizontal .ui-slider-handle {
  margin-left: 0;
}
.t3-mainbody .ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -.9em;
}
.price-input-box .pull-right {
  text-transform: uppercase;
  font-size: 12px;
}
.j2store.checkout .checkout-heading {
  background-color: #f6f6f6;
  text-transform: uppercase;
  font-size: 11px;
  border-color: transparent;
  padding: 20px 24px 20px 40px;
  letter-spacing: 3px;
}
.j2store.checkout .checkout-content {
  margin: 24px 0;
  padding: 36px 12px 42px;
  border: 1px solid #eaeaea;
}
.j2store.checkout .checkout-content h2 {
  font-size: 20px;
  margin-bottom: 18px;
}
.j2store.checkout .checkout-content .inputbox,
.j2store.checkout .checkout-content select {
  margin-bottom: 24px;
  width: 90%;
  background-color: #f9f9f9;
}
.j2store.checkout .checkout-content .inputbox + h2,
.j2store.checkout .checkout-content .j2storeOrderSummary + h3,
.j2store.checkout .checkout-content label + h3 {
  margin-top: 48px;
}
.j2store.checkout .checkout-content .inputbox + .j2error {
  display: block;
  margin-top: -18px;
  margin-bottom: 18px;
}
.j2store.checkout .checkout-content label {
  margin-right: 10px;
}
.j2store.checkout .checkout-content textarea {
  width: 100%;
  min-height: 175px;
}
.j2store.checkout .checkout-content .j2store {
  padding: 0 24px;
}
.checkout .j2error,
.checkout .j2error em.error,
.checkout .j2storeerror em.error,
.checkout .j2store label.error,
.checkout .payment_info input.error,
.checkout #checkout b {
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  font-style: normal;
}
#checkbox_tos {
  font-size: 11px;
  text-transform: uppercase;
  margin: 12px 0 24px;
  letter-spacing: .5px;
}
.shipping-make-same {
  margin-bottom: 24px;
}

@media (max-width: 1151px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.t3-main-container {
  background: #ffffff;
}
.t3-boxed,
.t3-boxed .container {
  width: 1340px;
}
@media (max-width: 1280px) {
  .t3-boxed,
  .t3-boxed .container {
    width: 100%;
    margin-bottom: 0;
  }
}
.t3-boxed {
  margin: 0 auto;
  overflow: hidden;
}
.t3-boxed .container {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1151px) {
  .t3-boxed .container {
    padding: 0 36px;
  }
}
.t3-boxed .t3-sticky.affix {
  background-color: transparent;
  box-shadow: none;
}
.t3-boxed .t3-sticky.affix .container {
  border-bottom: 1px solid #eaeaea;
  background: #ffffff;
}
.t3-boxed .t3-headright {
  right: 72px;
}
@media (max-width: 1151px) {
  .t3-boxed .t3-headright {
    right: 36px;
  }
}
.logo {
  text-align: left;
}
@media (max-width: 919px) {
  .logo .logo-control .logo-img-sm {
    display: inherit;
  }
}
.logo a {
  line-height: 1;
}
.logo-image {
  padding-top: 24px;
  display: inline-block;
  -webkit-transition: padding-top 0.4s ease;
  -o-transition: padding-top 0.4s ease;
  transition: padding-top 0.4s ease;
}
.logo-image span {
  display: none;
}
.logo-image a img {
  padding-right: 25px;
}
.logo-image small {
  font-size: 15px;
  padding-top: 20px;
  display: block;
}
.logo-dark,
.logo-sticky {
  display: none;
}
.logo-text {
  padding-top: 24px;
  padding-bottom: 24px;
}
.logo-text a {
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.t3-header {
  left: 0;
  right: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 999;
}
.t3-header.t3-transparent {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.t3-header .container {
  position: relative;
}
.t3-full-width .logo-image {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.t3-full-width .container {
  width: 99%;
}
.t3-sticky.affix {
  background-color: #ffffff;
  position: fixed;
  z-index: 1031;
  top: 0;
  height: auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
@media (max-width: 1151px) {
  .t3-sticky.affix {
    position: relative;
  }
}
.t3-sticky.affix .t3-mainnav,
.t3-sticky.affix .t3-headright {
  padding-top: 0;
}
.t3-sticky.affix .navbar {
  margin-bottom: 20px;
}
.t3-sticky.affix .navbar-toggle:hover,
.t3-sticky.affix .navbar-toggle:focus {
  background-color: transparent;
  color: #3398e1;
}
.t3-sticky.affix .navbar-nav > li > .dropdown-menu {
  margin-top: 20px;
}
.t3-sticky.affix .navbar-nav > li > a,
.t3-sticky.affix .navbar-nav > .open > a,
.t3-sticky.affix .t3-headright .fa {
  color: #555555;
}
.t3-sticky.affix .cart .j2store-cart-item-box,
.t3-sticky.affix .dropdown-login .dropdown-menu {
  margin-top: 24px !important;
}
.t3-sticky.affix .logo-image {
  height: auto;
  padding-top: 8px;
  padding-bottom: 5px;
}
.t3-sticky.affix .logo-sticky {
  display: inherit;
}
.t3-sticky.affix .logo-sticky + .logo-img {
  display: none;
}
.t3-sticky.affix .head-search .search input {
  border-bottom: 1px solid #eaeaea;
  font-size: 18px;
}
.t3-sticky.affix .head-search .search {
  margin-top: 6px;
}
.t3-dark .navbar-nav > li > a,
.t3-dark .navbar-nav > .open > a,
.t3-dark .navbar-toggle,
.t3-dark .head-search .search-trigger,
.t3-dark .head-search .search input.input,
.t3-dark .breadcrumb > li a,
.t3-dark .t3-navhelper,
.t3-dark .j2store-cart-info,
.t3-dark .dropdown-login a.dropdown-toggle {
  color: #ffffff;
}
.t3-dark .navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.t3-dark .logo-img {
  display: none;
}
.t3-dark .logo-dark {
  display: inherit;
}
.t3-dark .t3-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.t3-dark .t3-full-width .logo-image {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.t3-dark .masthead h1 {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.t3-dark.search-open .head-search .search input::-webkit-input-placeholder {
  color: #ffffff;
}
.t3-dark.search-open .head-search .search input:-moz-placeholder {
  color: #ffffff;
}
.t3-dark.search-open .head-search .search input::-moz-placeholder {
  color: #ffffff;
}
.t3-dark.search-open .head-search .search input:-ms-input-placeholder {
  color: #ffffff;
}
.t3-headright {
  position: absolute;
  top: 0;
  right: 24px;
  color: #333333;
  padding-top: 24px;
  -webkit-transition: padding-top 0.4s ease;
  -o-transition: padding-top 0.4s ease;
  transition: padding-top 0.4s ease;
}
.t3-headright .fa {
  font-size: 16px;
}
.t3-headright .headright-inner {
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  padding-top: 24px;
}
.t3-headright .dropdown-login {
  display: inline-block;
  padding-left: 18px;
  list-style: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 1151px) {
  .t3-headright {
    right: 36px;
  }
}
.search-open .t3-mainnav,
.search-open .cart,
.search-open .navbar-toggle,
.search-open .dropdown-login {
  filter: alpha(opacity=0);
  opacity: 0;
}
.search-open .head-search .search-trigger + div {
  -webkit-transition: display 0.2s ease;
  -o-transition: display 0.2s ease;
  transition: display 0.2s ease;
}
.head-search {
  text-align: right;
  display: inline-block;
}
.head-search form {
  margin: 0;
}
.head-search .search-trigger {
  color: #333333;
  cursor: pointer;
}
.head-search .search-trigger:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.head-search .search-trigger .fa {
  width: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.head-search .search-trigger + div {
  display: none;
  position: absolute;
  right: 40px;
  top: 0;
  width: 400px;
  z-index: 201;
  -webkit-transition: display 0.2s ease;
  -o-transition: display 0.2s ease;
  transition: display 0.2s ease;
}
.head-search .search-trigger.i-search .fa:before {
  content: "\f00d";
}
.head-search label {
  display: none;
}
.head-search .search {
  margin-top: 35px;
}
.head-search .search input.input {
  background: transparent;
  border: none;
  height: 52px;
  padding: 5px;
  font-size: 16px;
  color: #333333;
  width: 100%;
  text-transform: uppercase;
}
.head-search .search input::-webkit-input-placeholder {
  color: #333333;
}
.head-search .search input:-moz-placeholder {
  color: #333333;
}
.head-search .search input::-moz-placeholder {
  color: #333333;
}
.head-search .search input:-ms-input-placeholder {
  color: #333333;
}
.head-search .search button.btn {
  display: none;
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 920px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-slider {
  position: relative;
  overflow: hidden;
}
.t3-sl {
  padding-top: 24px;
  padding-bottom: 30px;
}
.t3-sl-1 {
  background-color: #f8f8f8;
  padding: 48px 0 24px;
}
.parallax-bg + .t3-sl-1 {
  position: relative;
  top: -60px;
}
.parallax-bg + .t3-footer {
  position: relative;
  margin-top: -60px;
}
.t3-slider + .t3-footer {
  margin-top: 0;
}
.t3-slider + .t3-sl-bg-primary {
  margin-top: -24px;
}
@media (min-width: 1152px) {
  .t3-slider + .t3-sl,
  .t3-slider + .t3-banner-section {
    margin-top: 60px;
  }
}
.parallax-bg {
  overflow: hidden;
  height: auto;
  padding: 120px 0 110px;
  margin-bottom: 60px;
  background-color: #222222 !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.parallax-bg i {
  font-size: 40px;
  padding-bottom: 24px;
}
.intro-header {
  bottom: 0px;
  height: 100%;
  margin: 0px;
  position: absolute;
  right: 0px;
  width: 100%;
  background-attachment: scroll;
  background-position: 50% 0;
}
.t3-sl-bg-primary {
  background-color: #3398e1;
  color: #ffffff;
  padding: 96px 0 72px;
  margin-bottom: 60px;
}
.t3-sl-bg-primary h1,
.t3-sl-bg-primary h2,
.t3-sl-bg-primary h3,
.t3-sl-bg-primary h4,
.t3-sl-bg-primary p {
  color: #ffffff;
}
.t3-sl-bg-primary .custom div {
  display: inline-block;
}
.t3-sl-bg-primary .lead {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1152px) {
  .t3-sl-bg-primary .lead {
    padding-right: 75px;
    margin-bottom: 0;
    font-size: 28px;
  }
}
.t3-sl-bg-primary .btn,
.t3-sl-bg-primary .button,
.t3-sl-bg-primary button {
  border: 2px solid #ffffff;
}
@media screen and (min-width: 1152px) {
  .t3-sl-bg-primary .btn,
  .t3-sl-bg-primary .button,
  .t3-sl-bg-primary button {
    margin-top: -8px;
  }
}
.t3-banner-section .row {
  margin-left: -16px;
  margin-right: -16px;
}
.t3-banner-section .row > div {
  padding-left: 16px;
  padding-right: 16px;
}
.t3-mainbody {
  padding-top: 24px;
  padding-bottom: 30px;
}
.t3-mainbody + .parallax-bg {
  margin-top: 48px;
}
.t3-content-top + .t3-content-bottom {
  margin-top: 50px;
}
@media (min-width: 1280px) {
  .t3-sidebar-right {
    padding-left: 24px;
  }
}
.t3-content h1 {
  font-size: 150%;
  color: #333333;
}
.t3-content-bottom {
  padding-top: 48px;
}
.view-item .masthead h1,
.view-article .masthead h1 {
  display: none;
}
.t3-sl-separator {
  background-color: #222222;
  color: #ffffff;
  margin-bottom: -48px;
  margin-top: 48px;
}
.t3-sl-separator .t3-module {
  padding: 48px 0 24px;
}
.t3-sl-separator i {
  float: left;
  font-size: 36px;
  padding: 5px 5px 0 0;
}
@media (max-width: 920px) {
  .t3-sl-separator {
    padding-left: 24px;
  }
  .t3-sl-separator [class*="col"] {
    border-bottom: 1px solid #2f2f2f;
  }
  .t3-sl-separator [class*="col"]:last-child {
    border-bottom: none;
    background-color: transparent;
  }
}
@media (max-width: 1151px) {
  .t3-sl-separator .t3-module:first-child {
    margin-top: 0;
  }
}
.t3-footer {
  color: #888888;
  background-color: #f8f8f8;
  font-size: 14px;
  margin-top: 48px;
}
.t3-footer .container {
  padding-top: 48px;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a,
.t3-footer .nav-pills > li > a {
  color: #888888;
  padding-top: 0;
}
.t3-footer a:hover,
.t3-footer .nav-pills > li > a:hover,
.t3-footer a:active,
.t3-footer .nav-pills > li > a:active,
.t3-footer a:focus,
.t3-footer .nav-pills > li > a:focus {
  color: #3398e1;
}
.t3-footer .t3-module {
  background: transparent;
  color: #888888;
  margin-bottom: 36px;
}
.t3-footer .t3-module:first-child {
  margin-top: 24px;
}
.t3-footer .module-title {
  font-family: "cooper_hewittbook", Helvetica, Arial, sans-serif;
  color: #333333;
}
.t3-footer .module-title:after {
  display: none;
}
.t3-footer .nav > li:first-child > a {
  padding-top: 0;
}
.t3-footer .module-ct ul,
.t3-footer .module-ct .custom ul {
  list-style: none;
}
.t3-social-letter {
  text-align: center;
}
.t3-social-letter .t3-module {
  margin-bottom: 24px;
}
.t3-social-letter .t3-module:first-child {
  margin-top: 36px;
}
.t3-social-letter .module-title,
.t3-social-letter .module-ct {
  display: inline-block;
  vertical-align: top;
}
.t3-social-letter .module-title {
  padding-right: 25px;
  margin: 0;
  padding: 10px 25px 0 0;
  font-size: 18px;
}
@media (max-width: 920px) {
  .t3-social-letter .module-title {
    display: block;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .t3-social-letter [class*="col"] {
    width: 100%;
  }
  .t3-social-letter [class*="col"]:last-child {
    border-left: 1px solid transparent !important;
  }
}
.t3-social-letter [class*="col"]:last-child {
  border-left: 1px solid #e8e8e8;
}
.t3-bottom-module {
  background-color: #f2f2f2;
  margin-top: 48px;
  margin-bottom: -48px;
  padding-bottom: 36px;
}
.t3-bottom-module .module-title {
  text-align: left;
  font-size: 14px;
  padding: 10px 0 0 0;
  margin-bottom: 24px;
}
.social-icon {
  border: 1px solid #333333;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0 3px;
  padding: 0 0 0 3px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-top: 3px;
}
.social-icon:hover {
  border-color: #3398e1;
}
.t3-copyright {
  padding: 72px 0 78px 0;
  margin-top: 48px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright .container {
  padding-top: 0;
}
.t3-copyright p {
  margin: 0;
}
.t3-copyright ul {
  text-align: center;
  padding: 0 0 12px 0;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (max-width: 1151px) {
  .t3-copyright ul {
    padding-top: 24px;
  }
}
.t3-copyright ul li {
  padding: 0 12px;
  display: inline;
  letter-spacing: .5px;
}
.t3-copyright ul li a {
  display: inline;
  padding: 0 !important;
}
.t3-copyright img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1151px) {
  .t3-copyright {
    text-align: center;
  }
}
.copyright {
  color: #bbbbbb;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
@media screen and (max-width: 1151px) {
  .poweredby {
    text-align: center;
  }
}
.payment-method {
  margin-bottom: 20px;
}
.payment-method i {
  font-size: 24px;
  color: #555555;
}
.payment-method li {
  padding: 0 5px!important;
}
.brands {
  margin-left: 0 !important;
}
.brands li {
  padding: 0 18px;
  display: inline-block;
}
.toppadd30 {
  padding-top: 30px;
}
.toppadd40 {
  padding-top: 40px;
}
.toppadd50 {
  padding-top: 50px;
}
.toppadd60 {
  padding-top: 60px;
}
.toppadd70 {
  padding-top: 70px;
}
.toppadd80 {
  padding-top: 80px;
}
.toppadd90 {
  padding-top: 90px;
}
.toppadd100 {
  padding-top: 100px;
}
.toppadd110 {
  padding-top: 110px;
}
.toppadd120 {
  padding-top: 120px;
}
.toppadd130 {
  padding-top: 130px;
}
.toppadd140 {
  padding-top: 140px;
}
.toppadd150 {
  padding-top: 150px;
}
.toppadd160 {
  padding-top: 160px;
}
.botpadd30 {
  padding-bottom: 30px;
}
.botpadd40 {
  padding-bottom: 40px;
}
.botpadd50 {
  padding-bottom: 50px;
}
.botpadd60 {
  padding-bottom: 60px;
}
.botpadd70 {
  padding-bottom: 70px;
}
.botpadd80 {
  padding-bottom: 80px;
}
.botpadd90 {
  padding-bottom: 90px;
}
.botpadd100 {
  padding-bottom: 100px;
}
.botpadd110 {
  padding-bottom: 110px;
}
.botpadd120 {
  padding-bottom: 120px;
}
.botpadd130 {
  padding-bottom: 130px;
}
.botpadd140 {
  padding-bottom: 140px;
}
.botpadd150 {
  padding-bottom: 150px;
}
.botpadd160 {
  padding-bottom: 160px;
}