/*
Theme Name: Adrenal Fatigue v2
Theme URI: http://www.adrenalfatigue.org
Description: A custom ecommerce theme built for Adrenal Fatigue
Version: 2.0
Author: Josh White
Author URI: http://boundlessdm.com
Tags: Clean, Basic, Blanc
*/
* {
  margin: 0px;
  padding: 0px;
  /* This brings padding inside of the box */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.clear {
  clear: both; }

body {
  background: url("images/body-bg.png");
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 90%; }

.container {
  max-width: 1100px;
  margin: auto;
  position: relative; }

.header {
  width: 100%;
  min-height: 120px;
  background: #fff; }
  @media screen and (max-width: 600px) {
    .header {
      min-height: 175px; } }

#searchform {
  float: right;
  margin: -8px 0 0 10px; }
  @media screen and (max-width: 600px) {
    #searchform {
      float: none;
      position: relative;
      margin: 10px auto; } }

.search-submit {
  font-size: 1.2em;
  background: none;
  border: none; }

.top-searchform {
  font-size: 1.1em;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #d2b48e; }

.white-header {
  border-top: 1px solid #ffefca;
  background-color: #ffefca;
  /* Fallback */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffaed), to(#ffefca));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fffaed, #ffefca);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #fffaed, #ffefca);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #fffaed, #ffefca);
  /* IE10 */
  background-image: -o-linear-gradient(top, #fffaed, #ffefca);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #fffaed, #ffefca);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fffaed', EndColorStr='#ffefca');
  padding: 10px 0px;
  width: 100%;
  position: relative; }

.top-right {
  position: absolute;
  right: 0px;
  top: 8px;
  max-width: 500px;
  text-align: right;
  padding: 10px 20px 10px 10px;
  line-height: 2.5;
  font-size: 1em; }
  .top-right a {
    color: red;
    padding: 5px;
    border-radius: 3px; }
  .top-right a:hover {
    color: #222;
    background: #eee; }
  @media screen and (max-width: 600px) {
    .top-right {
      top: 75px;
      width: 100%; } }

.header-cart {
  padding: 5px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em; }

a.cart-button {
  color: #fff;
  padding: 6px 4px 4px 4px;
  background: #eb5030;
  font-size: .8em;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border: none;
  border-radius: 3px; }

a.cart-button:hover {
  color: #fff;
  background: #222; }

.logo {
  width: 275px;
  position: absolute;
  left: 10px;
  top: 0px; }
  .logo img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 600px) {
    .logo {
      width: 200px;
      position: relative;
      margin: auto;
      left: auto; } }

.slicknav_menu {
  display: none; }
  @media screen and (max-width: 600px) {
    .slicknav_menu {
      display: block; } }

.top-menu {
  background: #eb5030;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10px 0 0 0;
  z-index: 999;
  border-bottom: 1px solid #ff876e;
  /* Drop down hover */ }
  @media screen and (max-width: 600px) {
    .top-menu {
      display: none; } }
  .top-menu ul {
    padding: 0px;
    margin: 0px;
    /* Drop down */ }
    .top-menu ul ul {
      list-style: none;
      position: absolute;
      left: -9999px;
      padding: 0px;
      text-align: left; }
      .top-menu ul ul li {
        display: block;
        padding: 0px 0px;
        width: 220px; }
        .top-menu ul ul li a {
          border-radius: 0px 0px 0px 0px;
          display: block;
          background: #0d6a7f;
          padding: 8px;
          color: #fff;
          font-size: .8em;
          border-bottom: 1px solid #12849e;
          border-top: none; }
        .top-menu ul ul li a:hover {
          background: #ffe5b8;
          color: red;
          border-top: none; }
  .top-menu li:hover ul {
    left: 0px;
    top: 39px; }
  .top-menu li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: relative; }
    .top-menu li a {
      border-radius: 5px 5px 0px 0px;
      display: block;
      padding: 10px 15px;
      margin: 0px 2px;
      color: #fff;
      font-size: 1em;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      border: 1px solid #ff6647;
      text-transform: uppercase; }
    .top-menu li a:hover {
      background: #ffe5b8;
      color: #eb5030; }
  .top-menu li:last-child {
    border: none; }

.main-menu {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 0 0 0 10px;
  z-index: 999;
  /* Drop down hover */ }
  @media screen and (max-width: 600px) {
    .main-menu {
      display: none; } }
  .main-menu ul {
    padding: 0px;
    margin: 0px;
    /* Drop down */ }
    .main-menu ul ul {
      list-style: none;
      position: absolute;
      left: -9999px;
      padding: 0px;
      text-align: left; }
      .main-menu ul ul li {
        display: block;
        padding: 0px 0px;
        width: 200px; }
        .main-menu ul ul li a {
          border-radius: 0px 0px 0px 0px;
          display: block;
          padding: 8px;
          color: #fff;
          font-size: 1em;
          border-bottom: 1px solid #fff; }
  .main-menu li:hover ul {
    left: 0px;
    top: 40px; }
  .main-menu li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: relative; }
    .main-menu li a {
      background: #005a9a;
      border-radius: 5px 5px 0px 0px;
      display: block;
      padding: 10px 15px;
      margin: 0px 2px;
      color: #fff;
      font-size: 1.2em;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    .main-menu li a:hover {
      background: #f44201; }
  .main-menu li:last-child {
    border: none; }

.content-left {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 74.5%;
  padding: 0 0 0 15px; }
  @media screen and (max-width: 600px) {
    .content-left {
      width: 100%;
      display: block; } }

.content {
  padding: 0px 0px 50px 0px;
  margin: 20px 0px;
  min-height: 500px;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 600px) {
    .content {
      padding: 10px; } }
  .content ol {
    margin: 5px 5px 5px 40px;
    padding: 0px; }
    .content ol li {
      list-style-type: decimal; }
  .content ul {
    margin: 5px 5px 5px 40px;
    padding: 0px; }
  .content li {
    list-style-type: disc;
    color: #597793;
    font-size: 1em;
    padding: 5px; }

.copyright {
  text-align: center;
  background: #eb5030;
  color: #ffe5b8;
  font-size: 80%;
  padding: 8px; }

.social-bar {
  background: #f44201;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 1.2em; }
  .social-bar a.bloglink {
    padding: 5px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: .9em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .social-bar a.bloglink:hover {
    color: #f44201;
    background: #fff; }

.footer {
  border-top: 1px solid #fff3de;
  background: #ffe5b8;
  min-height: 150px;
  padding: 40px 0 25px 0;
  color: #fff; }
  .footer h3 {
    padding: 5px;
    color: #00748e;
    font-size: 1.2em;
    font-weight: 600; }
  .footer p {
    color: #554d3e;
    font-size: .9em;
    padding: 5px; }
  .footer a {
    color: #000; }
  .footer a:hover {
    color: #eb5030; }

@media screen and (max-width: 600px) {
  .footer-left {
    text-align: center; } }

.footer-right {
  text-align: right; }
  @media screen and (max-width: 600px) {
    .footer-right {
      text-align: center; } }

.mobile-hide {
  display: normal; }
  @media screen and (max-width: 600px) {
    .mobile-hide {
      display: none !important; } }

.mobile-show {
  display: none; }
  @media screen and (max-width: 600px) {
    .mobile-show {
      display: block; } }

.sidebar {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 22%;
  padding: 10px; }
  .sidebar ul {
    margin: 0px;
    padding: 0px; }
  .sidebar li {
    list-style-type: none;
    padding: 0px; }
  .sidebar h3 {
    padding: 10px 0px; }
  @media screen and (max-width: 600px) {
    .sidebar {
      width: 100%;
      display: block; } }

.widget_product_categories, .widget_nav_menu {
  margin: 10px 0px 20px 0px;
  background: #fffcf2;
  padding: 0px 0px 10px 0px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25); }
  .widget_product_categories h3, .widget_nav_menu h3 {
    background: #005a9a;
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin: 0 0 5px 0px;
    font-size: 1.2em; }
  .widget_product_categories ul.product-categories li, .widget_nav_menu ul.product-categories li {
    padding: 10px;
    border-bottom: 1px dotted #e0d9c2; }
  .widget_product_categories ul, .widget_nav_menu ul {
    margin: 0px 10px;
    padding: 0px; }
  .widget_product_categories li, .widget_nav_menu li {
    padding: 5px 0px;
    border-bottom: 1px dotted #e0d9c2; }

.sidebar-container {
  margin: 0px 0px 10px 0px; }

.widget_categories, .widget_search {
  border: 1px solid #cd6213;
  background: #fffdf7;
  margin: 10px 0px; }
  .widget_categories h3, .widget_search h3 {
    width: 100%;
    padding: 10px;
    background: #cd6213;
    display: block;
    color: #fff; }
  .widget_categories li, .widget_search li {
    padding: 8px;
    border-bottom: 1px solid #ffc69c; }
    .widget_categories li a, .widget_search li a {
      color: #207e93;
      display: block;
      font-size: .9em; }
    .widget_categories li a:hover, .widget_search li a:hover {
      color: #eb5030; }

.faq-accordion {
  margin: 0px 10px; }
  .faq-accordion button {
    width: 100%;
    text-align: left;
    background: #fcf4e5;
    border-left: none;
    border-top: none;
    border-right: none;
    color: #eb5030;
    font-weight: 600; }
  .faq-accordion article {
    background: #fafafa; }

input.minus, input.plus {
  display: none; }

.gform_wrapper {
  margin: 10px !important; }

.home-slider {
  width: 100%;
  height: auto;
  display: block;
  margin: auto; }

.slider {
  margin: 0 auto 50px auto; }
  .slider ul {
    margin: 0px;
    padding: 0px; }
  .slider li {
    padding: 0px;
    list-style-type: none; }

.one-half {
  width: 49.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-half {
      width: 100%;
      display: block; } }

.two-third {
  width: 65.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .two-third {
      width: 100%;
      display: block; } }

.one-quarter {
  width: 24.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-quarter {
      width: 100%;
      display: block; } }

.one-third {
  width: 32.5%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-third {
      width: 100%;
      display: block; } }

.home-box-container {
  width: 100%;
  text-align: center;
  background: #fff6e7;
  padding: 15px 0px;
  border-top: 1px solid #eed7b2;
  border-bottom: 1px solid #eed7b2;
  margin: 0 0 20px 0; }

.home-box {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 22%;
  background: #fff;
  margin: 0px 8px;
  border-radius: 4px;
  padding: 5px;
  border: 1px solid #eed7b2; }
  .home-box h4 {
    font-size: 1.2em;
    color: #027ebc;
    font-weight: 400;
    padding: 5px; }
  .home-box p {
    color: #222;
    font-size: .9em;
    padding: 5px; }
  @media screen and (max-width: 600px) {
    .home-box {
      display: block;
      width: 75%;
      margin: 5px auto; } }

.home-box img {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px; }
  .home-box img img {
    width: 100%;
    height: auto; }

.woocommerce span.onsale {
  display: none; }

img.category-feature {
  max-width: 300px;
  float: right;
  margin: 15px; }

.woocommerce div.product div.images img {
  width: 90%;
  margin: auto; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 35%; }
  @media screen and (max-width: 600px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
      width: 100%;
      display: block; } }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 64%; }
  @media screen and (max-width: 600px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
      width: 100%;
      display: block; } }

.product_meta {
  display: none; }

.related {
  max-width: 90%;
  text-align: center; }

.product .thumbnails {
  margin: 0px 20px; }

.woocommerce-variation-price {
  text-align: left; }

ul.products.list li.product div[itemprop="description"] {
  display: none !important; }

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  display: none; }

nav.gridlist-toggle {
  display: none !important;
  margin: 0px 0px 0px 15px !important; }

/* Price Slider Color */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #005a9a; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #005a9a; }

.woocommerce ul.products li.product h3 {
  font-size: 1.4em; }

/* Product Category Price */
.woocommerce ul.products li.product .price {
  font-size: 1.2em;
  color: #000; }

/* Product View Price */
.woocommerce div.product p.price, .woocommerce div.product span.price {
  padding: 10px 0px;
  color: #000;
  font-weight: 400;
  font-size: 1.6em; }

.woocommerce table.shop_table td {
  border: 1px solid rgba(255, 255, 255, 0.75); }

.woocommerce table.shop_table thead {
  background: #350909;
  color: #fff; }

.woocommerce table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.75); }

.woocommerce .woocommerce-breadcrumb {
  padding: 10px;
  font-size: .8em;
  color: #222; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #222; }
  .woocommerce .woocommerce-breadcrumb a:hover {
    color: #ccc; }

.woocommerce .quantity .qty {
  padding: 8px; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #f9bb1d;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #006699;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

.woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled[disabled] {
  background: #ccc; }

#wwof_product_listing_pagination {
  display: none; }

#wwof_product_listing_container {
  width: 95%;
  margin: auto; }

.summary h1 {
  padding: 5px 0px; }
.summary h2 {
  padding: 5px 0px; }
.summary h3 {
  padding: 10px 0px; }
.summary p {
  padding: 5px 0px; }
.summary ul {
  margin: 3px 3px 3px 20px; }
.summary li {
  padding: 3px 0px; }

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  border-left: none; }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding: 5px 0px 5px 2em;
  border-bottom: 1px solid #eee; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  width: 100%; }

.woocommerce-tabs ul.tabs:before,
.woocommerce-tabs ul.tabs li:after,
.woocommerce-tabs ul.tabs li:before,
.woocommerce-tabs ul.tabs li a:after,
.woocommerce-tabs ul.tabs li a:before {
  display: none !important;
  box-shadow: 0 0 0 #fff !important; }

.woocommerce-tabs ul.tabs,
.woocommerce-tabs ul.tabs li,
.woocommerce-tabs ul.tabs li a {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: 0 0 0 #fff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important; }

/* SIMPLE TAB CSS */
.woocommerce-tabs ul.tabs li {
  background-color: #006699 !important;
  margin: 0px 3px !important;
  float: left; }

.woocommerce-tabs ul.tabs li a {
  padding: 5px 10px !important;
  color: #fff !important; }

.woocommerce-tabs ul.tabs li.active {
  background-color: #f9bb1d !important;
  float: left; }

.woocommerce div.product .woocommerce-tabs .panel {
  background-color: #ffffff;
  /* Fallback */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f4e7), to(#ffffff));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f8f4e7, #ffffff);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f8f4e7, #ffffff);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f8f4e7, #ffffff);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f8f4e7, #ffffff);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f8f4e7, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f8f4e7', EndColorStr='#ffffff');
  border-bottom: 1px solid #f8f4e7; }

@media screen and (max-width: 600px) {
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block;
    width: 100%; } }

.woocommerce .woocommerce-message {
  border-top-color: #f9bb1d; }

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  margin: 0px !important; }

.woocommerce .woocommerce-message:before {
  color: #0084ce; }

table.shop_table {
  margin: 0px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0px; }
  table.shop_table p {
    padding: 0px;
    line-height: 1.25; }

.woocommerce > .checkout {
  margin: 0px 15px; }

#add_payment_method #payment, .woocommerce-checkout #payment {
  background: none; }

#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  list-style-type: none;
  padding: 0px; }

a.button-orange {
  background: #f44201;
  border-radius: 4px;
  padding: 8px;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

a.button-orange:hover {
  background: #222;
  color: #fff; }

.view-article {
  font-size: 1em;
  background: #00748e;
  color: #fff !important;
  border-radius: 5px;
  padding: 8px;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  -o-transition: all .10s ease-in-out;
  transition: all .10s ease-in-out;
  text-decoration: none; }

.view-article:hover {
  background: #eb5030;
  color: #fff !important; }

a.fancy-button-yellow {
  background: #ffe244;
  color: #eb5030;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border: 1px solid #eb5030;
  padding: 8px;
  border-radius: 5px; }

a.fancy-button-yellow:hover {
  background: #eb5030;
  color: #fff; }

.fancy-button {
  font-size: 1em;
  background: #eb5030;
  color: #fff !important;
  border-radius: 5px;
  padding: 8px;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  -o-transition: all .10s ease-in-out;
  transition: all .10s ease-in-out;
  text-decoration: none; }

.fancy-button:hover {
  background: #222;
  color: #fff !important; }

.comments {
  border-radius: 5px;
  border: 1px solid #cd6213;
  background: #fffdf7;
  padding: 10px; }
  .comments p {
    padding: 10px 0px; }
  .comments ul {
    margin: 10px 0px; }
    .comments ul li {
      list-style-type: none;
      border-bottom: 1px dotted #cd6213; }

.shadow {
  box-shadow: 0px 0px 10px #d7d3b4;
  border: 5px solid #fff;
  margin: 15px; }

h1 {
  font-size: 2em;
  color: #00748e;
  font-weight: 300;
  padding: 10px; }

h2 {
  font-size: 1.6em;
  font-weight: 400;
  color: #222;
  padding: 10px; }

h3 {
  font-size: 1.4em;
  font-weight: 300;
  color: #f04200;
  padding: 10px; }

h4 {
  ont-size: 1.2em;
  font-weight: 600;
  color: #005b8e;
  padding: 10px; }

p {
  color: black;
  padding: 10px 10px 15px 10px;
  line-height: 1.5;
  font-size: 1em; }

hr {
  width: 90%;
  margin: 10px auto;
  border-bottom: 1px dotted #ccc;
  border-right: none;
  border-left: none;
  border-top: none; }

strong {
  font-weight: bold;
  font-weight: 600; }

a {
  color: #00748e;
  text-decoration: none; }

a:hover {
  color: #000; }

.video-container {
  position: relative;
  width: 90%;
  margin: auto;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.grid {
  text-align: center; }

.quote-bubble {
  max-width: 400px;
  float: right;
  position: relative;
  padding: 20px 30px;
  margin: 0;
  color: #000;
  background: #eee;
  border-radius: 10px;
  box-shadow: 1px -1px 1px #b2b2b2;
  color: #555;
  font-size: .8em;
  font-style: italic; }

.quote-bubble:before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 80px;
  border-width: 0 0 30px 50px;
  border-style: solid;
  border-color: transparent #eee;
  display: block;
  width: 0; }

.quote-bubble:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 110px;
  border-width: 0 0 30px 20px;
  border-style: solid;
  border-color: transparent #fff;
  display: block;
  width: 0; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
textarea {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  padding: 5px; }

input[type=submit] {
  background: #365b73;
  border-radius: 3px;
  padding: 8px 10px;
  color: #fff;
  font-size: .8em;
  -webkit-transition: all .10s ease-in-out;
  -moz-transition: all .10s ease-in-out;
  -o-transition: all .10s ease-in-out;
  transition: all .10s ease-in-out;
  border: none; }

table {
  font-size: 1em; }

table td {
  border: 1px solid #ccc;
  padding: 10px; }

/*# sourceMappingURL=style.css.map */
