h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  font-family: 'gotham';
}
p,
ul li,
ol li,
a,
input,
select,
textarea {
  font-family: 'gotham';
}
strong {
  font-family: 'gotham-bold';
}
input:active,
input:focus {
  outline: 0;
}
html {
  height: 100%;
}
html body {
  height: 100%;
}
html body section {
  width: 100%;
}
html body section#header {
  background: url("../img/home-banner.jpg") no-repeat center;
  background-size: cover;
}
html body section#header.home {
  background: none;
}
html body section#header ul#home_slider {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -4;
  width: 100vw;
}
@media only screen and (max-width: 1024px) and (min-width: 850px) {
  html body section#header ul#home_slider {
    top: 40px;
  }
}
@media only screen and (max-width: 849px) and (min-width: 700px) {
  html body section#header ul#home_slider {
    top: 70px;
  }
}
@media only screen and (max-width: 699px) and (min-width: 621px) {
  html body section#header ul#home_slider {
    top: 97px;
  }
}
@media only screen and (max-width: 620px) {
  html body section#header ul#home_slider {
    display: none;
  }
}
html body section#header ul#home_slider li {
  position: absolute;
  width: 100vw;
  top: 0px;
  left: 0px;
  z-index: -3;
}
html body section#header ul#home_slider li.on {
  z-index: -1;
}
html body section#header ul#home_slider li.staging {
  z-index: -2;
}
html body section#header ul#home_slider li img {
  width: 100%;
}
html body section#header #menu {
  background: #226bbd;
}
html body section#header #menu #menu_clear {
  margin-bottom: -1px;
}
html body section#header #menu #logo_wrapper {
  background: #115097;
  color: white;
  padding: 0px 20px;
  float: left;
  width: 33%;
}
@media only screen and (max-width: 928px) {
  html body section#header #menu #logo_wrapper {
    width: 100%;
  }
  html body section#header #menu #logo_wrapper h2 {
    font-size: 13px;
  }
}
html body section#header #menu #logo_wrapper h1 {
  text-transform: uppercase;
  font-size: 28px;
  float: left;
}
html body section#header #menu #logo_wrapper h1 a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
html body section#header #menu #logo_wrapper h1 a img {
  width: 161px;
}
html body section#header #menu #logo_wrapper span.divider {
  background: #4173ac;
  width: 1px;
  position: relative;
  display: none;
  top: -5px;
  height: 31px;
  float: left;
  margin: 0 12px;
}
html body section#header #menu #logo_wrapper h2 {
  font-size: 17px;
  float: left;
  padding: 27px 0px 15px 13px;
}
html body section#header #menu #logo_wrapper h2 a {
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 1040px) and (min-width: 929px) {
  html body section#header #menu #logo_wrapper {
    padding: 0px 20px;
  }
  html body section#header #menu #logo_wrapper h2,
  html body section#header #menu #logo_wrapper span.divider {
    display: none;
  }
}
html body section#header #menu #action_menu {
  background: #fff;
  float: left;
  width: 67.0000%;
}
@media only screen and (max-width: 1024px) {
  html body section#header #menu #action_menu {
    width: 67%;
  }
}
@media only screen and (max-width: 928px) {
  html body section#header #menu #action_menu {
    display: none;
  }
}
html body section#header #menu #action_menu ul {
  text-align: right;
  float: right;
  position: relative;
}
html body section#header #menu #action_menu ul li {
  display: block;
  float: left;
  background: url("../img/nav-border.png") no-repeat center right;
}
html body section#header #menu #action_menu ul li:last-child {
  background: none;
}
html body section#header #menu #action_menu ul li a {
  color: #2471c8;
  padding: 29px 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
html body section#header #menu #action_menu ul li a#shopping_cart {
  font-size: 16px;
  position: relative;
  top: -3px;
  padding-bottom: 24px;
}
html body section#header #menu #action_menu ul li a#shopping_cart span {
  font-size: 10px;
  position: relative;
  top: -13px;
  left: -2px;
}
@media only screen and (max-width: 750px) {
  html body section#header #menu #action_menu ul li a {
    padding: 29px 12px;
  }
}
html body section#header #menu #action_menu ul li #login {
  position: absolute;
  right: 0px;
  display: none;
  opacity: 0.0;
  z-index: -1;
}
html body section#header #menu #action_menu ul li #login.open {
  display: block;
  opacity: 0.0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 2;
}
html body section#header #menu #action_menu ul li #login.open.visible {
  opacity: 1.0;
}
html body section#header #menu #action_menu ul li #login .login_wrapper {
  background: #125193;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}
html body section#header #menu #action_menu ul li #login .login_wrapper.light {
  background: #2471c8;
  padding: 0px;
}
html body section#header #menu #action_menu ul li #login .login_wrapper.light a {
  padding: 19px 0px;
}
html body section#header #menu #action_menu ul li #login .login_wrapper span#login_error {
  display: block;
  position: absolute;
  left: 15px;
  text-transform: uppercase;
  color: white;
  padding: 7px 7px 5px;
  border-left: 1px solid red;
  opacity: 0.0;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
html body section#header #menu #action_menu ul li #login .login_wrapper span#login_error.visible {
  opacity: 1.0;
}
html body section#header #menu #action_menu ul li #login .login_wrapper input {
  display: block;
  width: 100%;
  background: white;
  font-size: 20px;
  color: #8492a3;
  border: 0px;
  padding: 10px;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
html body section#header #menu #action_menu ul li #login .login_wrapper input.error {
  border: 1px solid red;
}
html body section#header #menu #action_menu ul li #login .login_wrapper input[type=submit] {
  margin-top: 4px;
  margin-bottom: 6px;
  background: #203763;
  color: #6aaaf3;
}
html body section#header #menu #action_menu ul li #login .login_wrapper i#login_spinner {
  margin: 10px auto 15px;
  text-align: center;
  font-size: 20px;
  color: white;
  display: block;
  width: 30px;
}
html body section#header #menu #action_menu ul li #login .login_wrapper a {
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 5px 0px;
}
html body section#header #menu #action_menu ul li #login .login_wrapper a#close_login {
  float: right;
  position: relative;
  top: -6px;
  font-size: 21px;
}
html body section#header #menu #action_menu ul li #login .login_wrapper a#close_login:hover {
  color: #2471C3;
}
html body section#header #menu #main_nav_wrapper {
  clear: both;
  position: relative;
  width: 33%;
  float: left;
}
@media only screen and (max-width: 928px) {
  html body section#header #menu #main_nav_wrapper {
    width: 100%;
  }
}
html body section#header #menu #main_nav_wrapper a#main_nav {
  background: #226bbd url("../img/icon-down_arrow.png") no-repeat center right;
  color: #ffffff;
  display: block;
  float: left;
  text-decoration: none;
  padding: 11px 22px;
  font-size: 15px;
  width: 100%;
}
html body section#header #menu #main_nav_wrapper a#main_nav span {
  color: #b1d1f6;
}
html body section#header #menu #main_nav_wrapper a#main_nav.open {
  background-image: url("../img/icon-close_x.png");
}
html body section#header #menu #main_nav_wrapper nav#nav {
  position: absolute;
  top: 35px;
  left: 0px;
  max-height: 0px;
  max-width: 100vw;
  width: 1024px;
  overflow-y: hidden;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  background: #226bbd;
  z-index: 2;
}
html body section#header #menu #main_nav_wrapper nav#nav #nav-featured-img {
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0px;
  width: 30%;
  height: 100%;
}
@media (max-width: 620px) {
  html body section#header #menu #main_nav_wrapper nav#nav #nav-featured-img {
    display: none;
  }
}
html body section#header #menu #main_nav_wrapper nav#nav ul {
  height: auto;
  padding: 20px 0px;
  width: 70%;
  -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
}
html body section#header #menu #main_nav_wrapper nav#nav ul li {
  margin: 5px 22px;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
}
html body section#header #menu #main_nav_wrapper nav#nav ul li a {
  display: block;
  text-decoration: none;
  color: #b0d1f6;
  padding: 0px 0px 10px;
  line-height: 1;
}
html body section#header #menu #main_nav_wrapper nav#nav ul li a:hover {
  color: white;
}
@media (min-width: 621px) {
  html body section#header #menu #main_nav_wrapper:hover nav#nav {
    max-height: 1000px;
  }
}
@media (max-width: 620px) {
  html body section#header #menu #main_nav_wrapper nav#nav.hover {
    max-height: 1000px;
  }
}
@media only screen and (max-width: 960px) {
  html body section#header #menu #main_nav_wrapper a#main_nav span {
    display: none;
  }
}
html body section#header #menu #search_container {
  float: left;
  display: block;
  background: #e5e5e5;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f7f7f7', GradientType=0);
  /* IE6-9 */
  border-top: 1px solid #dfdddd;
  position: relative;
  width: 67%;
  top: -1px;
}
@media only screen and (max-width: 928px) {
  html body section#header #menu #search_container {
    width: 100%;
    padding-left: 13px;
  }
}
html body section#header #menu #search_container input {
  border: 0px;
  background: none;
  color: #2471c8;
  padding: 11px 10px 11px;
  width: 100%;
  display: block;
  font-size: 15px;
}
html body section#header #menu #search_container input::-webkit-input-placeholder {
  color: #2471c8;
}
html body section#header #menu #search_container input:-moz-placeholder {
  /* Firefox 18- */
  color: #2471c8;
}
html body section#header #menu #search_container input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2471c8;
}
html body section#header #menu #search_container input:-ms-input-placeholder {
  color: #2471c8;
}
html body section#header #menu #search_container input[type=submit] {
  font-family: FontAwesome;
  position: absolute;
  width: auto;
  top: -2px;
  right: 0px;
}
html body section#header #home_slider_padding {
  height: 24vw;
}
@media (max-width: 928px) {
  html body section#header #home_slider_padding {
    height: 0;
  }
}
html body section#header #slide_copy {
  clear: both;
  margin-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
html body section#header #slide_copy.page-heading {
  margin-top: 40px;
  padding-bottom: 20px;
}
html body section#header #slide_copy.page-heading h1 {
  color: white;
  text-transform: none;
  font-size: 35px;
}
@media (max-width: 1040px) {
  html body section#header #slide_copy.page-heading h1 {
    padding: 10px 20px;
  }
}
html body section#header #slide_copy a {
  border: 1px solid white;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.2;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  color: white;
  display: block;
  position: absolute;
  left: 125px;
}
html body section#header #slide_copy a:hover {
  opacity: 1.0;
}
html body section.container {
  padding: 30px;
}
html body section .section_container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  font-size: 100%;
}
html body section .section_container .entry {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  color: #303840;
  padding: 30px;
}
html body section .section_container .entry h2 {
  font-size: 21px;
  margin-bottom: 11px;
}
html body section .section_container .entry p {
  color: #303840;
  line-height: 1.2em;
  padding: 1em 0px;
}
html body section .section_container .entry ul li {
  line-height: 1.4em;
  list-style-type: disc;
  margin-left: 14px;
}
html body section .section_container h3 {
  text-transform: uppercase;
  color: #5f6a76;
  font-size: 18px;
}
html body section .section_container ul {
  padding: 0px;
  margin: 0px;
}
html body section .section_container ul.parts_preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  list-style: none;
  margin: 20px 0px 0px;
}
html body section .section_container ul.parts_preview li {
  float: left;
  width: 250px;
  height: 275px;
  margin-bottom: 55px;
}
@media (max-width: 1075px) {
  html body section .section_container ul.parts_preview li {
    margin-top: 20px;
  }
}
html body section .section_container ul.parts_preview li a {
  color: #22436e;
  text-align: center;
  display: block;
  padding: 12px;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
}
html body section .section_container ul.parts_preview li a.product {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
html body section .section_container ul.parts_preview li a.product span {
  position: absolute;
  top: 275px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(17, 80, 151, 0.8);
  -webkit-transition: top 400ms ease-in;
  transition: top 400ms ease-in;
}
html body section .section_container ul.parts_preview li a.product span h5 {
  color: white;
  text-align: center;
  padding: 22px;
  font-size: 21px;
}
html body section .section_container ul.parts_preview li a.product span p {
  color: white;
  text-align: center;
  line-height: 19px;
}
html body section .section_container ul.parts_preview li a.product span p.price {
  color: #8ec2ff;
}
html body section .section_container ul.parts_preview li a.product:hover span {
  top: 0px;
}
html body section .section_container ul#parts_sub_categories {
  margin-bottom: 20px;
}
html body section .section_container ul#parts_sub_categories li {
  display: inline-block;
  margin: 10px 10px 10px 0px;
}
html body section .section_container ul#parts_sub_categories li a {
  color: #777777;
  padding: 10px 10px 9px;
  border: 1px solid #c3c3c3;
  text-decoration: none;
  font-size: 12px;
}
html body section .section_container ul#parts_sub_categories li a.active {
  color: white;
  background: #2572c8;
  border: 1px solid #2572c8;
}
html body section .section_container ul#parts_sub_categories li a.active:hover {
  color: white;
  cursor: default;
}
html body section .section_container ul#parts_sub_categories li a:hover {
  border: 1px solid #2572c8;
  color: #2572c8;
}
html body section .section_container a.teaser {
  border: 1px solid #414952;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.4;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  color: #414952;
  width: 209px;
  margin: 45px auto 20px;
  display: block;
  text-align: center;
}
html body section .section_container a.teaser:hover {
  opacity: 1.0;
}
html body section .section_container h2.account_notice {
  width: 60%;
  color: #303840;
  font-size: 16px;
  margin: 0px auto 20px;
  line-height: 22px;
  text-transform: none;
}
html body section .section_container h2.account_notice.update {
  color: #2471c8;
  text-transform: uppercase;
  border: 1px solid #2471c8;
  padding: 10px;
  text-align: center;
}
html body section .section_container h2.account_notice a {
  color: #2471c8;
  text-decoration: none;
}
html body section .section_container h2.account_notice a:hover {
  text-decoration: underline;
}
html body section .section_container .col_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  list-style: none;
}
html body section .section_container .col_wrapper .col_2 {
  width: 50%;
  min-width: 400px;
}
html body section .section_container .col_wrapper .col_2.single {
  width: 60%;
}
html body section .section_container .col_wrapper .col_2.single form fieldset {
  padding-bottom: 3px;
}
html body section .section_container .col_wrapper .col_2.single form fieldset h2 {
  font-size: 22px;
}
html body section .section_container .col_wrapper .col_2.single form fieldset ul li {
  padding-bottom: 15px;
}
html body section .section_container .col_wrapper .col_2.single form fieldset ul li label {
  width: 252px;
}
html body section .section_container .col_wrapper .col_2 form.hidden {
  display: none;
}
html body section .section_container .col_wrapper .col_2 form fieldset {
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
  padding: 40px;
}
html body section .section_container .col_wrapper .col_2 form fieldset h2 {
  color: #2471c8;
  font-size: 24px;
  text-transform: none;
  text-align: right;
  padding: 0px 0px 15px;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul {
  margin-left: 0px;
  padding-left: 0px;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li {
  padding-bottom: 20px;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li label {
  display: block;
  float: left;
  text-align: right;
  width: 150px;
  color: #303840;
  margin-right: 7px;
  position: relative;
  top: 9px;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li label.hidden {
  visibility: hidden;
}
@media (max-width: 1098px) {
  html body section .section_container .col_wrapper .col_2 form fieldset ul li label {
    width: 100%;
    top: 0px;
    padding-bottom: 5px;
    text-align: left;
  }
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li input,
html body section .section_container .col_wrapper .col_2 form fieldset ul li select,
html body section .section_container .col_wrapper .col_2 form fieldset ul li textarea {
  width: 273px;
  border-radius: 0px;
  padding: 6px;
  background: white;
  border: 1px solid #e2e2e2;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li input.error,
html body section .section_container .col_wrapper .col_2 form fieldset ul li select.error,
html body section .section_container .col_wrapper .col_2 form fieldset ul li textarea.error {
  border: 1px solid #ff3e3e;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li input[type=text],
html body section .section_container .col_wrapper .col_2 form fieldset ul li input[type=email],
html body section .section_container .col_wrapper .col_2 form fieldset ul li input[type=tel],
html body section .section_container .col_wrapper .col_2 form fieldset ul li input[type=password],
html body section .section_container .col_wrapper .col_2 form fieldset ul li select,
html body section .section_container .col_wrapper .col_2 form fieldset ul li textarea {
  -webkit-appearance: none;
  line-height: 1;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li input[type=checkbox] {
  height: 28px;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li select {
  background: white url("../img/icon-select_down_arrow.png") no-repeat center right;
  background-size: 20px;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li select#cc-exp-month,
html body section .section_container .col_wrapper .col_2 form fieldset ul li select#wpcf-cc-exp-month {
  width: 136px;
  margin-right: 5px;
  float: left;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li select#cc-exp-year,
html body section .section_container .col_wrapper .col_2 form fieldset ul li select#wpcf-cc-exp-year {
  width: 132px;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li textarea {
  height: 120px;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li input[type=submit] {
  background: #2471c8;
  color: white;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li p#error_message {
  text-align: right;
  padding: 20px 0px;
  color: red;
  text-decoration: none;
  line-height: 18px;
}
html body section .section_container .col_wrapper .col_2 form fieldset ul li i {
  text-align: right;
  float: right;
  font-size: 19px;
  color: #2471c8;
}
html body section .section_container .col_wrapper .col_2 #contact_success {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 40px auto;
}
html body section .section_container .col_wrapper .col_2 #contact_success.hidden {
  display: none;
}
html body section .section_container .col_wrapper .col_2 #contact_success img {
  width: 40px;
  height: auto;
  margin: 10px auto;
  display: block;
}
html body section .section_container .col_wrapper .col_2 #contact_success h2 {
  color: #2471c8;
  text-align: center;
  font-size: 26px;
  line-heigiht: 32px;
}
html body section .section_container .col_wrapper .col_2.padded {
  padding: 46px;
}
html body section .section_container .col_wrapper .col_2 h3,
html body section .section_container .col_wrapper .col_2 h4 {
  text-transform: none;
}
html body section .section_container .col_wrapper .col_2 h3 {
  color: #303840;
  font-size: 23px;
}
html body section .section_container .col_wrapper .col_2 h4 a {
  text-decoration: none;
  color: #2471c8;
}
html body section .section_container .col_wrapper .col_2 h4#address {
  padding: 7px 0px;
  font-size: 15px;
  line-height: 20px;
}
html body section .section_container .col_wrapper .col_2 h4#email {
  font-weight: bold;
  padding: 20px 0px;
  font-size: 27px;
}
html body section .section_container .col_wrapper .col_2 h4#phone {
  font-weight: bold;
  padding: 10px 0px;
  font-size: 27px;
  line-height: 36px;
}
html body section .section_container .col_wrapper .col_2 h5 {
  padding: 10px 0px;
  font-size: 20px;
  text-transform: none;
  color: #2471c8;
}
@media (max-width: 550px) {
  html body section .section_container #parts-list ul#headings {
    display: none;
  }
}
html body section .section_container #parts-list ul#headings li {
  color: #2572c8;
  float: left;
  padding: 10px;
}
html body section .section_container #parts-list ul#headings li#col1 {
  margin-left: 75px;
  width: 24.4140625%;
  /* 250 / 1024 */
}
html body section .section_container #parts-list ul#headings li#col2 {
  width: 54.6875%;
  /* 560 / 1024 */
}
@media (max-width: 1120px) {
  html body section .section_container #parts-list ul#headings li#col3 {
    display: none;
  }
}
html body section .section_container #parts-list ul#headings.cart li#col1 {
  width: 48.828125%;
  /* 500 / 1024 */
}
html body section .section_container #parts-list ul#headings.cart li#col2 {
  width: 24.414063%;
  /* 250 / 1024 */
  padding-left: 23px;
}
html body section .section_container #parts-list ul#headings.cart li#col3 {
  width: 9.765625%;
  /* 100 / 1024 */
  text-align: center;
}
html body section .section_container #parts-list ul#headings.cart li#col4 {
  width: 9.66889%;
  /*99 / 1024 */
  text-align: center;
}
@media (max-width: 1000px) {
  html body section .section_container #parts-list ul#headings.cart li {
    display: none;
  }
}
html body section .section_container #parts-list ul#parts > li {
  margin-bottom: 0px;
  clear: both;
  border-bottom: 1px solid #e2e2e2;
  background: #f7f7f7;
  -webkit-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}
html body section .section_container #parts-list ul#parts > li:nth-child(even) {
  background: #ffffff;
}
html body section .section_container #parts-list ul#parts > li:first-child {
  border-top: 1px solid #e2e2e2;
}
html body section .section_container #parts-list ul#parts > li:hover {
  background: #f0f0f0;
}
html body section .section_container #parts-list ul#parts > li ul {
  margin: 0px;
  padding: 0px;
}
html body section .section_container #parts-list ul#parts > li ul li {
  float: left;
  -webkit-transition: width 400ms ease-in;
  transition: width 400ms ease-in;
}
html body section .section_container #parts-list ul#parts > li ul li a {
  padding: 20px 10px;
  display: block;
  text-decoration: none;
  color: #303840;
  font-size: 14px;
}
html body section .section_container #parts-list ul#parts > li ul li span.hidden {
  display: none;
}
html body section .section_container #parts-list ul#parts > li ul li.col_img {
  width: 75px;
}
html body section .section_container #parts-list ul#parts > li ul li.col_img a {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 50%;
}
html body section .section_container #parts-list ul#parts > li ul li.col_models {
  width: 24.4140625%;
}
@media (max-width: 550px) {
  html body section .section_container #parts-list ul#parts > li ul li.col_models {
    width: calc(100% - 75px);
  }
  html body section .section_container #parts-list ul#parts > li ul li.col_models a {
    padding: 10px 10px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;
  }
}
html body section .section_container #parts-list ul#parts > li ul li.col_models a {
  width: 100%;
  font-family: 'gotham-bold';
}
html body section .section_container #parts-list ul#parts > li ul li.col_name {
  width: 53.6875%;
}
html body section .section_container #parts-list ul#parts > li ul li.col_name a {
  width: 100%;
}
html body section .section_container #parts-list ul#parts > li ul li.col_name a strong {
  font-family: 'gotham-bold';
  display: block;
  padding-top: 4px;
}
@media (max-width: 550px) {
  html body section .section_container #parts-list ul#parts > li ul li.col_name {
    width: calc(100% - 75px);
  }
  html body section .section_container #parts-list ul#parts > li ul li.col_name a {
    padding: 10px 10px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;
  }
  html body section .section_container #parts-list ul#parts > li ul li.col_name a strong {
    display: none;
  }
}
@media (max-width: 1120px) {
  html body section .section_container #parts-list ul#parts > li ul li.col_price {
    display: none;
  }
}
html body section .section_container #parts-list ul#parts > li ul li.col_price a {
  font-family: 'gotham-bold';
}
html body section .section_container #parts-list ul#parts > li ul li.col_price a small {
  display: block;
  font-size: 12px;
  font-family: 'gotham';
  color: #2471c8;
  padding-top: 4px;
}
html body section .section_container #parts-list ul#parts > li ul li.hidden {
  display: none;
}
html body section .section_container #parts-list ul#parts > li ul.active li span.hidden {
  display: block;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_img {
  width: 20%;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_models {
  display: none;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_name {
  display: none;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_price {
  display: none;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data {
  display: block;
  float: left;
  width: 80%;
  padding: 20px;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data div {
  line-height: 16px;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data div a {
  padding-left: 0px;
  padding-bottom: 0px;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-description,
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-edc-num,
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-compatible-with,
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-material,
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-attachments {
  width: 48.828125%;
  margin-right: 11.171875%;
  float: left;
  clear: left;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-description {
  font-size: 11px;
  min-height: 99px;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-attachments {
  min-height: 1px;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-attachments a {
  font-size: 14px;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-attachments a i {
  font-size: 16px;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options table {
  width: 40%;
  position: relative;
  top: -5px;
  border-spacing: 1px;
  border-collapse: separate;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options table tr th,
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options table tr td {
  text-align: center;
  padding: 5px;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options table tr th {
  font-family: 'gotham-bold';
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options table tr td {
  background: #ececec;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options .quantity {
  width: 40%;
  float: left;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options .quantity h3 {
  text-transform: none;
  width: 100%;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options .quantity h3 span,
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options .quantity h3 input,
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options .quantity h3 a {
  display: inline-block;
  width: 32%;
  box-sizing: border-box;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options .quantity h3 span {
  text-align: right;
  color: #303840;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options .quantity h3 a {
  color: white;
  background: #2471c8;
  padding: 6px 8px;
  text-decoration: none;
  margin: 0px;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options .quantity a {
  background: #2471c8;
  float: right;
  color: white;
  padding: 6px 8px;
  clear: both;
  margin-top: 10px;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options .quantity a.disabled {
  background: #d2d2d2;
  cursor: default;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data_models {
  display: block;
  width: 68.359375%;
  /* 700/1024 */
  padding-bottom: 15px;
  padding-left: 13px;
  position: relative;
  top: -13px;
}
html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data_models h5 {
  display: block;
  font-size: 14px;
  font-family: 'gotham';
  color: #2471c8;
  text-transform: none;
  padding: 0px 0px 10px;
}
@media (max-width: 550px) {
  html body section .section_container #parts-list ul#parts > li ul.active li.col_img {
    width: 100%;
  }
  html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data {
    width: 100%;
  }
  html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-description {
    min-height: inherit;
    padding-bottom: 15px;
    font-size: 14px;
  }
  html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-description,
  html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-edc-num,
  html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-compatible-with,
  html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-material,
  html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .part-attachments {
    width: 100%;
    margin-right: auto;
  }
  html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options {
    width: 100%;
    margin-top: 10px;
  }
  html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options table {
    width: 100%;
    top: 0px;
  }
  html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options .quantity {
    width: 100%;
  }
  html body section .section_container #parts-list ul#parts > li ul.active li.col_expanded_data .checkout-options .quantity h3 a {
    text-align: center;
  }
}
html body section .section_container #parts-list ul#parts.cart > li ul li.col_name {
  width: 48.828125%;
  /* 500 / 1024 */
}
@media (max-width: 550px) {
  html body section .section_container #parts-list ul#parts.cart > li ul li.col_name a {
    padding-top: 20px;
  }
  html body section .section_container #parts-list ul#parts.cart > li ul li.col_name a strong {
    display: block;
  }
}
html body section .section_container #parts-list ul#parts.cart > li ul li.col_quantity {
  width: 24.414063%;
  /* 250 / 1024 */
  padding: 18px 24px;
  min-width: 125px;
}
html body section .section_container #parts-list ul#parts.cart > li ul li.col_quantity input {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #e2e2e2;
}
html body section .section_container #parts-list ul#parts.cart > li ul li.col_quantity a {
  display: inline-block;
  width: 50%;
  padding: 9px 0px 10px;
  text-align: center;
  color: white;
  background: #a0a4a9;
  border: 1px solid #e2e2e2;
}
@media (max-width: 700px) {
  html body section .section_container #parts-list ul#parts.cart > li ul li.col_quantity a {
    font-size: 9px;
    padding: 11px 0px;
  }
}
html body section .section_container #parts-list ul#parts.cart > li ul li.col_subtotal {
  width: 9.765625%;
  /* 100 / 1024 */
  text-align: center;
  padding: 30px 0px 0px;
  font-size: 15px;
}
@media (max-width: 550px) {
  html body section .section_container #parts-list ul#parts.cart > li ul li.col_subtotal {
    display: none;
  }
}
html body section .section_container #parts-list ul#parts.cart > li ul li.col_remove {
  width: 9.66889%;
  /*99 / 1024 */
}
html body section .section_container #parts-list ul#parts.cart > li ul li.col_remove a {
  font-size: 20px;
  text-align: center;
  padding-top: 24px;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  top: 0px;
  opacity: 0.7;
}
html body section .section_container #parts-list ul#parts.cart > li ul li.col_remove a:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 4px;
  opacity: 1.0;
}
@media (max-width: 1000px) {
  html body section .section_container #parts-list ul#parts.cart > li ul li.col_img {
    display: none;
  }
}
html body section .section_container #totals {
  width: 100%;
}
html body section .section_container #totals #totals_copy {
  width: 55%;
  float: left;
  padding: 20px 20px 20px 0px;
  box-sizing: border-box;
}
html body section .section_container #totals #totals_copy p {
  color: #929292;
  padding-bottom: 10px;
  font-size: 11px;
}
html body section .section_container #totals #totals_amounts {
  width: 45%;
  float: left;
  padding: 20px;
  padding-right: 0px;
}
html body section .section_container #totals #totals_amounts h3 {
  text-align: right;
  color: #303840;
  font-size: 14px;
  text-transform: none;
  padding-bottom: 10px;
}
html body section .section_container #totals #totals_amounts h2 {
  text-align: right;
  color: #2471c8;
  font-size: 24px;
  text-transform: none;
}
html body section .section_container .copy_wrapper {
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  color: #303840;
  padding: 30px;
}
html body section .section_container .copy_wrapper #current_shipping {
  float: left;
  width: 50%;
  margin-right: 10%;
}
html body section .section_container .copy_wrapper #shipping_options {
  width: 40%;
  float: left;
}
html body section .section_container .copy_wrapper #shipping_options ul li {
  margin-bottom: 15px;
}
html body section .section_container .copy_wrapper #shipping_options ul li input,
html body section .section_container .copy_wrapper #shipping_options ul li select,
html body section .section_container .copy_wrapper #shipping_options ul li textarea {
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid #bbbbbb;
  background: white;
  border-radius: 0px;
}
html body section .section_container .copy_wrapper #shipping_options ul li select {
  height: 35px;
}
html body section .section_container .copy_wrapper #shipping_options ul li textarea {
  height: 65px;
}
html body section .section_container .copy_wrapper #shipping_options ul li span.explanation {
  font-style: italic;
}
@media (max-width: 600px) {
  html body section .section_container .copy_wrapper #current_shipping,
  html body section .section_container .copy_wrapper #shipping_options {
    float: none;
    width: 100%;
  }
}
html body section .section_container .copy_wrapper h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
html body section .section_container .copy_wrapper p {
  color: #303840;
  line-height: 1.2em;
  padding: 1em 0px;
}
html body section .section_container .copy_wrapper ul {
  margin-bottom: 15px;
}
html body section .section_container .copy_wrapper ul li {
  line-height: 1.4em;
  list-style: none;
  margin-left: 0px;
  font-size: 11px;
}
html body section .section_container a#submit_order {
  float: right;
  font-size: 19px;
  background: #2471c8;
  color: white;
  margin: 20px 0px;
  border-color: #2471c8;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  padding: 12px 15px 11px;
}
html body section .section_container a#submit_order:hover {
  background: white;
  color: #2471c8;
}
html body section .section_container i#submit_order_loading {
  float: right;
  font-size: 19px;
  color: #2471c8;
  margin: 20px 0px;
}
html body section .section_container p#error_message {
  float: right;
  margin: 10px 0px;
  color: #777;
  text-decoration: underline;
}
html body section .section_container p#error_message.hidden {
  display: none;
}
html body section .section_container .pagination {
  width: 100%;
  clear: both;
  padding: 30px 0px 0px;
  text-align: center;
}
html body section .section_container .pagination a,
html body section .section_container .pagination span {
  padding: 8px 13px;
  display: inline-block;
  text-decoration: none;
  color: #303840;
}
html body section .section_container .pagination a.page-numbers:hover,
html body section .section_container .pagination a.page-numbers:active,
html body section .section_container .pagination a.page-numbers:focus {
  background: #2471c8;
  color: white;
}
html body section .section_container .pagination a.page-numbers:hover.prev,
html body section .section_container .pagination a.page-numbers:active.prev,
html body section .section_container .pagination a.page-numbers:focus.prev,
html body section .section_container .pagination a.page-numbers:hover.next,
html body section .section_container .pagination a.page-numbers:active.next,
html body section .section_container .pagination a.page-numbers:focus.next {
  background: none;
  color: #303840;
}
html body section .section_container .pagination span.current {
  background: #f7f7f7;
}
html body section#closeout_parts {
  background: #5f6a76;
}
html body section#closeout_parts .section_container h3 {
  color: white;
}
html body section#closeout_parts .section_container ul.parts_preview li {
  width: 200px;
  height: 200px;
}
html body section#closeout_parts .section_container ul.parts_preview li a {
  color: white;
}
html body section#closeout_parts .section_container a.teaser {
  border: 1px solid white;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.2;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  color: white;
  width: 209px;
  margin: 45px auto 20px;
  display: block;
  text-align: center;
}
html body section#closeout_parts .section_container a.teaser:hover {
  opacity: 1.0;
}
html body section#parts_footer {
  background: #414952;
}
html body section#parts_footer h3 {
  color: white;
  border-bottom: 1px solid #545c64;
  text-transform: none;
  padding-bottom: 17px;
  margin-bottom: 18px;
}
html body section#parts_footer h3 span {
  color: #8cbaed;
}
html body section#parts_footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
}
html body section#parts_footer nav ul li {
  padding: 6px 10px;
  width: 200px;
  margin: 2px;
}
html body section#parts_footer nav ul li a {
  color: #8cbaed;
  text-decoration: none;
  line-height: 15px;
}
html body section#parts_footer nav ul li a:hover {
  text-decoration: underline;
}
html body section#footer {
  background: #303840;
}
html body section#footer #footer_sub_nav_container ul {
  text-align: left;
}
html body section#footer #footer_sub_nav_container ul li {
  float: left;
  display: inline-block;
  background: url("../img/nav-border.png") no-repeat center right;
  padding-left: 18px;
}
html body section#footer #footer_sub_nav_container ul li:first-child {
  padding-left: 0px;
}
html body section#footer #footer_sub_nav_container ul li:last-child {
  background: none;
}
html body section#footer #footer_sub_nav_container ul li a {
  color: #a6b2c0;
  display: block;
  padding: 0px 21px 0px 0px;
  font-size: 11px;
  text-decoration: none;
}
html body section#footer #footer_sub_nav_container #social {
  float: right;
}
html body section#footer #footer_sub_nav_container #social ul li {
  background: none;
  padding-left: 0px;
}
html body section#footer #footer_sub_nav_container #social ul li a {
  background: url("../img/social-media.png") no-repeat;
  background-position-y: 0px;
  width: 45px;
  height: 45px;
  position: relative;
  top: -10px;
  margin-left: 11px;
}
html body section#footer #footer_sub_nav_container #social ul li a:hover {
  background-position-y: -45px;
}
html body section#footer #footer_sub_nav_container #social ul li a#facebook {
  background-position-x: 0px;
}
html body section#footer #footer_sub_nav_container #social ul li a#linkedin {
  background-position-x: -59px;
}
html body section#footer #footer_sub_nav_container #social ul li a.account {
  background: #242b33;
  width: 148px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 0px;
  text-align: center;
  font-size: 14px;
  margin-left: 11px;
}
html body section#footer #footer_sub_nav_container #social ul li a.account:hover {
  background: #414952;
}
/* EDIT */
html body section#footer #footer_sub_nav_container {
	margin-bottom: 25px;
}
html body section#footer #social {
	/*padding-top: 15px;*/
	padding-bottom: 15px;
}
html body section#footer #social ul {
  text-align: left;
}
html body section#footer #social ul li {
  float: left;
  display: inline-block;
  background: url("../img/nav-border.png") no-repeat center right;
  padding-left: 18px;
}
html body section#footer #social ul li:first-child {
  padding-left: 0px;
}
html body section#footer #social ul li:last-child {
  background: none;
}
html body section#footer #social ul li a {
  color: #a6b2c0;
  display: block;
  padding: 0px 21px 0px 0px;
  font-size: 11px;
  text-decoration: none;
}
html body section#footer #social {
  float: right;
}
html body section#footer #social ul li {
  background: none;
  padding-left: 0px;
}
html body section#footer #social ul li a {
  background: url("../img/social-media.png") no-repeat;
  background-position-y: 0px;
  width: 45px;
  height: 45px;
  position: relative;
  /*top: -10px;*/
  margin-left: 11px;
}
html body section#footer #social ul li a:hover {
  background-position-y: -45px;
}
html body section#footer #social ul li a#facebook {
  background-position-x: 0px;
}
html body section#footer #social ul li a#linkedin {
  background-position-x: -59px;
}
html body section#footer #social ul li a.account {
  background: #242b33;
  width: 148px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 0px;
  text-align: center;
  font-size: 14px;
  margin-left: 11px;
}
html body section#footer #social ul li a.account:hover {
  background: #414952;
}
/* EDIT */
html body section#footer #footer_address {
  clear: left;
  float: left;
}
html body section#footer #footer_address h5 {
  color: white;
  font-size: 20px;
  padding: 5px 0px;
}
html body section#footer #footer_contact {
  float: right;
  text-align: right;
}
html body section#footer #footer_contact h5,
html body section#footer #footer_contact a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 20px;
  padding: 5px 0px;
}
html body section#footer #footer_disclaimer {
  border-top: 1px solid #545c64;
  margin-top: 20px;
  padding-top: 20px;
}
html body section#footer #footer_disclaimer p {
  color: #545c64;
  font-size: 11px;
  line-height: 16px;
}
html body section#footer #footer_disclaimer p a {
  color: #545c64;
}
html body section#footer #footer_disclaimer p#switzercreative {
  float: right;
  color: white;
  padding: 15px 0px;
}
html body section#footer #footer_disclaimer p#switzercreative a {
  color: white;
  border-bottom: 1px solid white;
  text-decoration: none;
  padding-bottom: 2px;
}
html body section#footer #footer_disclaimer p#copyright {
  color: #909ead;
  padding: 15px 0px;
}
@media only screen and (max-width: 600px) {
  html body section#footer {
    padding: 0px;
  }
  html body section#footer img#footer_logo {
    display: block;
    margin: 10px auto;
  }
  html body section#footer #footer_sub_nav_container ul li {
    display: block;
    float: none;
    width: 100%;
    background: none;
    padding: 0px;
  }
  html body section#footer #footer_sub_nav_container ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #545c64;
    padding: 13px;
  }
  html body section#footer #footer_sub_nav_container #social {
    float: none;
    width: 100%;
  }
  html body section#footer #footer_sub_nav_container #social ul {
    text-align: center;
    margin-top: 30px;
  }
  html body section#footer #footer_sub_nav_container #social ul li {
    width: auto;
    display: inline-block;
  }
  html body section#footer #footer_sub_nav_container #social ul li a {
    border: 0px;
  }
  html body section#footer #footer_sub_nav_container #social ul li:last-child {
    position: relative;
    top: -17px;
  }
  html body section#footer #footer_address {
    float: none;
    text-align: center;
  }
  html body section#footer #footer_contact {
    float: none;
    text-align: center;
    margin: 19px;
  }
  html body section#footer #footer_disclaimer {
    padding: 22px;
  }
}
html body ul.ui-widget-content.ui-autocomplete {
  background: #f7f7f7;
  /* Old browsers */
  border-top: 1px solid #dfdddd;
}
html body ul.ui-widget-content.ui-autocomplete li {
  color: #2471c8;
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
}
html body ul.ui-widget-content.ui-autocomplete li a {
  font-size: 12px;
}
html body ul.ui-widget-content.ui-autocomplete li.ui-state-hover,
html body ul.ui-widget-content.ui-autocomplete li.ui-state-focus {
  border: 0px;
  border-bottom: 1px solid #e2e2e2;
  background: #ececec;
  color: #2471c8;
}
html body ul.ui-widget-content.ui-autocomplete li.ui-state-hover a,
html body ul.ui-widget-content.ui-autocomplete li.ui-state-focus a {
  color: #2471c8;
}
.clr {
  clear: both;
}
.align_center {
  text-align: center;
}
a.button {
  color: #777777;
  padding: 5px 12px 4px;
  border: 1px solid #777777;
  text-decoration: none;
  font-size: inherit;
  display: inline-block;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
a.button:hover {
  color: #2471c8;
  border-color: #2471c8;
}
a.post-edit-link {
  padding: 20px 0px;
  font-size: 15px;
  color: #303840;
  text-decoration: none;
  display: block;
  -webkit-transition: font-size 300ms ease-in;
  transition: font-size 300ms ease-in;
}
a.post-edit-link:hover {
  font-size: 17px;
}
a.post-edit-link:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f14b";
  padding-right: 5px;
}
.blue {
  color: #2471c8;
}
@font-face {
  font-family: 'gotham';
  src: url('fonts/GothamBook.eot?') format('eot'), url('fonts/GothamBook.woff') format('woff'), url('fonts/GothamBook.ttf') format('truetype'), url('fonts/GothamBook.svg#GothamBook') format('svg');
}
@font-face {
  font-family: 'gotham-italic';
  src: url('fonts/Gotham-BlackItalic.eot?') format('eot'), url('fonts/Gotham-BlackItalic.otf') format('opentype'), url('fonts/Gotham-BlackItalic.woff') format('woff'), url('fonts/Gotham-BlackItalic.ttf') format('truetype'), url('fonts/Gotham-BlackItalic.svg#Gotham-BlackItalic') format('svg');
}
@font-face {
  font-family: 'gotham-bold';
  src: url('fonts/Gotham-Bold.eot?') format('eot'), url('fonts/Gotham-Bold.otf') format('opentype'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
}
@font-face {
  font-family: 'gotham-bolditalic';
  src: url('fonts/Gotham-BoldItalic.eot?') format('eot'), url('fonts/Gotham-BoldItalic.otf') format('opentype'), url('fonts/Gotham-BoldItalic.woff') format('woff'), url('fonts/Gotham-BoldItalic.ttf') format('truetype'), url('fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
}
