@charset "UTF-8";
body {
  background: URL("../img/swoosh_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: rgba(0, 83, 152, 0.15); }

html,
body {
  height: 100%;
  padding: 0px;
  margin: 0px; }

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px; }

.push,
#footer {
  min-height: 70px;
  height: 100%; }

.major-container {
  min-height: 100%;
  position: relative;
  overflow: hidden; }

footer {
  height: 50px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  width: 100%;
  outline: solid;
  outline-color: rgba(0, 83, 152, 0.5);
  outline-width: 6px; }

.container .credit {
  margin: 14px 0; }

.container-fluid .credit {
  margin: 13px 0; }

.hidden {
  display: none; }

.nav-push {
  min-height: 42px; }

.navbar .navbar-inner {
  padding: 0; }

.navbar .nav {
  margin: 0;
  display: table;
  width: 100%; }

.navbar .nav li {
  display: table-cell;
  width: 1%;
  float: none; }

.navbar .nav li a {
  font-weight: bold;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.navbar .nav li:first-child a {
  border-left: 0;
  border-radius: 3px 0 0 3px; }

.navbar .nav li:last-child a {
  border-right: 0;
  border-radius: 0 3px 3px 0; }

.nav-container {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 6px;
  margin-bottom: 2px; }

.navbar-fixed-top {
  position: absolute; }

.nav-list {
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px;
  border: 1px solid #c5c5c5; }

.navbar-admin {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }
  .navbar-admin .nav {
    display: inline;
    width: auto; }
    .navbar-admin .nav li {
      width: auto; }
      .navbar-admin .nav li a {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important; }

.thumbnails a:hover {
  text-decoration: none; }
  .thumbnails a:hover .item-display-price {
    color: #08c; }
.thumbnails h3 {
  line-height: 28px;
  padding-bottom: 2px; }
.thumbnails .caption {
  padding-bottom: 36px; }

hr {
  border-top-color: #ddd; }

.hr-small {
  margin-top: 5px;
  margin-bottom: 5px; }

.navlist-search .search-query {
  margin-left: -10px;
  margin-bottom: -5px;
  width: 94%; }

.nav-pills-modal {
  margin-bottom: 0px; }

.fill-block {
  width: 100%; }

.item-display-price {
  font-size: 40px;
  font-weight: 100;
  padding-bottom: 8px; }
  .item-display-price sub {
    margin-left: -6px; }

.item-display-volume {
  font-size: 40px;
  font-weight: 100;
  padding-bottom: 8px; }
  .item-display-volume sub {
    margin-left: -6px; }

.item-display-save {
  color: #922;
  font-size: 40px;
  font-weight: 100;
  padding-bottom: 8px; }
  .item-display-save sub {
    margin-left: -6px; }

.item-purchase form {
  margin-right: 10px; }

.top-of-page {
  margin-right: 20px;
  margin-top: 8px; }

.navbar {
  margin-bottom: 8px;
  margin-top: 20px; }

.navbar-inner {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 83, 152, 0.65);
  -moz-box-shadow: 0px 1px 6px rgba(0, 83, 152, 0.65);
  box-shadow: 0px 1px 6px rgba(0, 83, 152, 0.65); }

.body-container {
  border: #d4d4d4;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 83, 152, 0.75);
  -moz-box-shadow: 0px 2px 8px rgba(0, 83, 152, 0.75);
  box-shadow: 0px 2px 8px rgba(0, 83, 152, 0.75);
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, white, #f2f2f2);
  background-repeat: repeat-x; }

.feature-video {
  margin-top: 10px; }

.news-tiles div {
  margin: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .news-tiles div .img-holder {
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 72px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .news-tiles div .img-holder img {
      height: auto;
      width: 100%;
      display: absolute;
      display: block; }
  .news-tiles div a {
    text-decoration: none; }
    .news-tiles div a p {
      font-size: 20px;
      color: #4d4d4d;
      margin-bottom: 4px;
      margin-left: 10px; }
    .news-tiles div a p:first-child {
      font-style: italic;
      font-weight: bold;
      font-size: 16px; }
    .news-tiles div a p:last-child {
      font-size: 12px;
      color: #777;
      font-style: italic; }

.cart-btn {
  padding: 6px 12px !important; }

.news-save a p:first-child {
  color: #A55; }

.news-new a p:first-child {
  color: #55A; }

.news-feature a p:first-child {
  color: #5A5; }

.thumbnails {
  margin-left: 25px; }
  .thumbnails li {
    margin-left: 10px; }

.thumbnail {
  background: #FFF; }
  .thumbnail img {
    margin-top: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.account-menu {
  margin-top: -10px;
  margin-left: -10px;
  padding-top: 15px;
  padding-bottom: 10px;
  border: #d4d4d4;
  border-style: solid;
  border-width: 1px;
  z-index: 100;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 83, 152, 0.45);
  -moz-box-shadow: 0px 2px 6px rgba(0, 83, 152, 0.45);
  box-shadow: 0px 2px 6px rgba(0, 83, 152, 0.45);
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, white, #f2f2f2);
  background-repeat: repeat-x; }
  .account-menu form {
    margin-bottom: 10px;
    margin-top: 5px; }

.thumbnail .caption h3 {
  margin: 0px; }

.store-category-break {
  margin-left: 20px; }

.thumbnail-feature-new img,
.thumbnail-feature-save img,
.thumbnail-feature-save35 img,
.thumbnail-feature-save7 img,
.thumbnail-feature-starter img {
  margin-top: -5px; }

.thumbnail-feature-new::before {
  content: "NEW";
  position: relative;
  top: 2px;
  left: -4px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: #55aa55;
  color: #FFF;
  background-image: -moz-linear-gradient(top, #55aa55, #229922);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55aa55), to(#229922));
  background-image: -webkit-linear-gradient(top, #55aa55, #229922);
  background-image: -o-linear-gradient(top, #55aa55, #229922);
  background-image: linear-gradient(to bottom, #55aa55, #229922);
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }

.thumbnail-feature-starter::before {
  content: "Great Starter!";
  position: relative;
  top: 2px;
  left: -4px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: #55aa55;
  color: #FFF;
  background-image: -moz-linear-gradient(top, #55aa55, #229922);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55aa55), to(#229922));
  background-image: -webkit-linear-gradient(top, #55aa55, #229922);
  background-image: -o-linear-gradient(top, #55aa55, #229922);
  background-image: linear-gradient(to bottom, #55aa55, #229922);
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }

.thumbnail-feature-save::before {
  content: "SAVE $50";
  position: relative;
  top: 2px;
  left: -4px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: #55aa55;
  color: #FFF;
  background-image: -moz-linear-gradient(top, #aa5555, #992222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aa5555), to(#992222));
  background-image: -webkit-linear-gradient(top, #aa5555, #992222);
  background-image: -o-linear-gradient(top, #aa5555, #992222);
  background-image: linear-gradient(to bottom, #aa5555, #992222);
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }

.thumbnail-feature-save35::before {
  content: "SAVE $35";
  position: relative;
  top: 2px;
  left: -4px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: #55aa55;
  color: #FFF;
  background-image: -moz-linear-gradient(top, #aa5555, #992222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aa5555), to(#992222));
  background-image: -webkit-linear-gradient(top, #aa5555, #992222);
  background-image: -o-linear-gradient(top, #aa5555, #992222);
  background-image: linear-gradient(to bottom, #aa5555, #992222);
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }

.thumbnail-feature-save7::before {
  content: "SAVE $7";
  position: relative;
  top: 2px;
  left: -4px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: #55aa55;
  color: #FFF;
  background-image: -moz-linear-gradient(top, #aa5555, #992222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aa5555), to(#992222));
  background-image: -webkit-linear-gradient(top, #aa5555, #992222);
  background-image: -o-linear-gradient(top, #aa5555, #992222);
  background-image: linear-gradient(to bottom, #aa5555, #992222);
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }

.testimony {
  border-bottom: 1px inset #ddd; }
  .testimony h3 {
    margin-top: -65px;
    margin-bottom: 0px; }
  .testimony p {
    margin-left: 15px; }
  .testimony p:last-child {
    font-weight: bold;
    font-style: italic;
    color: #666;
    text-align: right; }

.testimony::before {
  content: "“";
  font-family: 'Times New Roman', serif;
  position: relative;
  top: 80px;
  left: -60px;
  padding: 6px 12px;
  font-size: 220px;
  font-weight: bold;
  color: rgba(33, 33, 33, 0.1); }

.bio-container,
.faq-container {
  margin-bottom: 20px; }
  .bio-container h2,
  .faq-container h2 {
    margin-left: 10px; }
  .bio-container p,
  .faq-container p {
    margin-left: 10px;
    margin-right: 40px; }

.bio-img {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }

.faq-q {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 20px; }

.contact-container {
  margin-top: 20px; }

.contact-address {
  margin-top: 50px;
  text-align: right; }

.contact-form form fieldset input {
  margin-top: 10px;
  margin-bottom: -5px; }
.contact-form form fieldset textarea {
  margin-top: 10px; }

.app-icon {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }

.item-feature {
  margin-top: 20px; }

.item-brief h2 {
  margin-left: 10px; }
.item-brief h5 {
  margin-left: 10px;
  margin-bottom: 2px;
  margin-top: 2px;
  color: #666; }
.item-brief p {
  margin-left: 10px;
  margin-top: 10px; }

.item-purchase {
  margin-top: 20px;
  text-align: right; }
  .item-purchase button {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 90%; }
  .item-purchase span {
    margin-right: 10px;
    text-align: center;
    width: 86%; }
  .item-purchase p {
    margin-right: 10px; }

.item-thumbs {
  margin-top: 6px;
  margin-bottom: 10px; }

.item-body .testimony-container .testimony {
  border: 0px;
  margin-left: 20px;
  margin-right: 20px; }
.item-body .testimony-container:first-child {
  overflow: hidden; }
.item-body .item-highlights h3 {
  margin-left: 10px; }
.item-body .item-highlights p {
  margin-left: 10px;
  margin-right: 10px; }
.item-body .item-features h3 {
  margin-left: 10px; }
.item-body .item-includes h3 {
  margin-left: 10px; }

.item-related-title h3 {
  margin-left: 20px; }

.qc-item-name {
  border-right: 1px solid #dadada; }
  .qc-item-name h4 {
    margin-bottom: 0px; }
  .qc-item-name h2 small {
    font-size: 14px; }

.qc-item-move {
  text-align: center;
  margin-top: 12px;
  margin-left: 8px; }

.checkout-shipping {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 120px; }

.orders-nav {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px; }
  .orders-nav form {
    margin-top: 1px; }
  .orders-nav h2 {
    margin: 0px;
    margin-right: 20px;
    margin-top: -4px; }

.order-repeat strong {
  margin-left: -30px; }

.order-repeat::before {
  content: "2x";
  position: relative;
  top: -7px;
  left: -33px;
  padding: 3px 6px;
  font-size: 14px;
  font-weight: bold;
  background-color: #55aa55;
  color: #FFF;
  background-image: -moz-linear-gradient(top, #55aa55, #229922);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55aa55), to(#229922));
  background-image: -webkit-linear-gradient(top, #55aa55, #229922);
  background-image: -o-linear-gradient(top, #55aa55, #229922);
  background-image: linear-gradient(to bottom, #55aa55, #229922);
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }

.order-btn-group {
  padding-left: 0px !important; }
  .order-btn-group .btn-group button {
    border-left: 0px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; }

.customer-btn-group {
  padding-left: 0px !important;
  padding-top: 3px !important; }
  .customer-btn-group .btn-group button {
    border-left: 0px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; }

.order-search {
  width: 94%; }

.table-phone {
  border-top: 1px solid #ccc; }
  .table-phone tr {
    border-top: 1px dotted #ddd; }
  .table-phone td {
    border-top: 0px; }
  .table-phone address {
    margin-bottom: 0px; }

.customer-info {
  margin-bottom: 10px; }
  .customer-info h3 {
    margin-left: 10px; }
  .customer-info dl {
    margin-left: 10px;
    margin-right: 10px; }
  .customer-info button {
    margin-left: 10px; }
  .customer-info form {
    margin-top: 10px; }
  .customer-info textarea {
    width: 300px; }

.create-support-btn {
  margin-right: 10px;
  margin-bottom: 10px; }

blockquote {
  border-left-color: rgba(58, 135, 173, 0.4); }

.badge-1 {
  margin-top: -10px; }

.badge-1::before {
  content: "3";
  position: relative;
  top: 10px;
  float: right;
  right: 4px;
  padding: 0px 6px;
  margin-top: -14px;
  font-size: 12px;
  font-weight: bold;
  background-color: #55aa55;
  color: #FFF;
  border: 2px solid #FFF;
  background-image: -moz-linear-gradient(top, #aa5555, #992222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aa5555), to(#992222));
  background-image: -webkit-linear-gradient(top, #aa5555, #992222);
  background-image: -o-linear-gradient(top, #aa5555, #992222);
  background-image: linear-gradient(to bottom, #aa5555, #992222);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); }

.checkout-quote {
  text-align: right; }
  .checkout-quote h2 {
    margin-bottom: 0px; }
  .checkout-quote .btn {
    margin-left: auto;
    margin-right: auto;
    width: 20%; }

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

@media (max-width: 767px) {
  .visible-large-desktop {
    display: none !important; }

  .hidden-large-desktop {
    display: inherit !important; }

  .visible-small-phone {
    display: none !important; }

  .hidden-small-phone {
    display: inherit !important; }

  .account-menu {
    margin: 0px;
    margin-top: -10px;
    margin-right: 0px;
    margin-bottom: 15px; }

  .news-tiles {
    margin-left: 10px !important;
    text-align: center;
    margin: 0px !important;
    padding: 0px; }

  .news-tile {
    display: inline-block !important;
    width: 45% !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    vertical-align: top; }
    .news-tile a p {
      margin-left: 0px !important; }

  .container {
    margin-left: 5px;
    margin-right: 5px; }

  .title-body-copy {
    text-align: center;
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .thumbnails {
    margin-left: 0px; }
    .thumbnails li {
      margin-left: 10px;
      margin-right: 10px;
      width: 94%; }

  .testimony-container {
    overflow: hidden; }

  .testimony {
    margin-left: 10px;
    width: 94%;
    border-bottom: 1px inset #ddd; }
    .testimony h3 {
      margin-top: -65px;
      margin-bottom: 0px; }
    .testimony p {
      margin-left: 15px; }
    .testimony p:last-child {
      font-weight: bold;
      font-style: italic;
      color: #666;
      text-align: right; }

  .testimony::before {
    left: -40px; }

  .bio-img {
    width: 94%; }

  .contact-form {
    text-align: center; }
    .contact-form form fieldset input {
      width: 94%; }
    .contact-form form fieldset textarea {
      width: 94%; }

  .contact-address {
    margin: 10px;
    text-align: center; }

  .item-feature {
    margin-top: 0px; }

  .item-brief h2 {
    margin-left: 10px; }
  .item-brief h5 {
    margin-left: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    color: #666; }
  .item-brief p {
    margin-left: 10px;
    margin-top: 10px; }

  .item-img {
    text-align: center;
    width: 96%;
    margin-left: 4px; }

  .item-purchase {
    margin-top: 10px;
    text-align: center; }
    .item-purchase button {
      margin-bottom: 10px;
      width: 90%; }
    .item-purchase span > .label {
      text-align: center;
      width: 86%; }
    .item-purchase span > .caret {
      width: 0px; }
    .item-purchase p {
      margin-right: 10px; }
    .item-purchase form {
      margin-left: 10px; }

  .item-body .testimony-container .testimony {
    border-bottom: 1px inset #ddd;
    margin-left: 10px;
    margin-right: 0px; }

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

  .qc-item-name {
    border: 0px; }
    .qc-item-name h2 {
      margin-top: 20px;
      line-height: 20px; }

  .qc-item-move {
    margin-top: 0px;
    margin-left: 0px; }

  .checkout-shipping {
    margin-left: 10px;
    text-align: left; }

  .fill-block {
    margin-left: 8px;
    width: 85%; }

  .navbar-admin {
    margin-left: 0px;
    margin-right: 0px; }

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

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

  .checkout-qty {
    text-align: center; } }
@media (min-width: 768px) and (max-width: 979px) {
  .visible-large-desktop {
    display: none !important; }

  .hidden-large-desktop {
    display: inherit !important; }

  .visible-small-phone {
    display: none !important; }

  .hidden-small-phone {
    display: inherit !important; }

  .news-tiles {
    margin-left: 10px !important;
    height: 100px; }

  .news-tile {
    margin-left: 5px !important;
    margin-right: 5px !important;
    height: 100%;
    padding: 3px; }

  .account-menu form input {
    padding-right: 0px; }

  .title-body-copy {
    text-align: center; }

  .bio-img {
    width: 94%; }

  .modal-body .row .span2 {
    width: 140px; }
  .modal-body .row .span3 {
    width: 220px; } }
@media (min-width: 980px) and (max-width: 1199px) {
  .visible-large-desktop {
    display: none !important; }

  .hidden-large-desktop {
    display: inherit !important; }

  .visible-small-phone {
    display: none !important; }

  .hidden-small-phone {
    display: inherit !important; } }
@media (min-width: 1200px) {
  .visible-large-desktop {
    display: inherit !important; }

  .hidden-large-desktop {
    display: none !important; }

  .visible-small-phone {
    display: none !important; }

  .hidden-small-phone {
    display: inherit !important; }

  .feature-home .span9 {
    width: 700px; }
  .feature-home .span3 {
    width: 440px; }

  .news-tiles .visible-large-desktop {
    margin: 0px; }
    .news-tiles .visible-large-desktop div {
      margin: 0px; }
    .news-tiles .visible-large-desktop .span2 {
      width: 200px; }
  .news-tiles div img {
    text-align: right; }
  .news-tiles div a {
    display: inline;
    text-align: right;
    width: 170px; }
    .news-tiles div a p {
      text-align: right;
      width: 170px; }

  .thumbnails {
    margin-left: 50px; }

  .bio-container h2,
  .faq-container h2 {
    max-width: 700px; }
  .bio-container p,
  .faq-container p {
    max-width: 700px; }

  .modal-body .row .span2 {
    width: 140px; }
  .modal-body .row .span3 {
    width: 220px; } }
@media (max-width: 500px) {
  .visible-small-phone {
    display: inherit !important; }

  .hidden-small-phone {
    display: none !important; }

  .title-body-copy {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
