h1 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 600; }

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

@media only screen and (max-width: 700px) {
  h2 {
    margin-top: 10px; } }

h2.center {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 27px; }
  h2.center:before, h2.center:after {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 25%;
    margin-bottom: 5px; }
  h2.center:before {
    right: 30px;
    margin-left: -50%; }
  h2.center:after {
    left: 30px;
    margin-right: -50%; }
  @media only screen and (max-width: 1260px) {
    h2.center:before, h2.center:after {
      width: 15%; } }
  @media only screen and (max-width: 800px) {
    h2.center {
      margin-bottom: 40px; }
      h2.center:before, h2.center:after {
        display: none; } }

h2.center.w-intro {
  margin-bottom: 0; }

p.cta {
  margin: 40px 0 0 0; }

a {
  color: #00562d;
  text-decoration: none; }

small {
  font-size: 90%; }

blockquote {
  border-left: 2px solid #e0e0e0;
  padding-left: 30px;
  margin: 40px 0 60px 40px;
  font-style: italic; }
  @media only screen and (max-width: 1260px) {
    blockquote {
      margin: 40px 40px 60px 0; } }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 30px 0; }

@media only screen and (max-width: 850px) {
  ul.check {
    padding: 20px; } }
ul.check li {
  padding: 5px 0;
  list-style-type: none; }
ul.check li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 7px 0 -15px; }
@media only screen and (max-width: 600px) {
  ul.check .no-mobile,
  ul.check ul {
    display: none; } }

html, body {
  min-height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Liberation Sans", Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  height: 100%; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

@media only screen and (min-width: 700px) {
  .desktop-center {
    text-align: center; } }
.right {
  text-align: right; }

.margin-top {
  margin-top: 40px; }

.no-bottom-margin {
  margin-bottom: 0; }

.clearfix {
  clear: both; }

@media only screen and (max-width: 900px) {
  .no-900 {
    display: none; } }

.intro {
  max-width: 900px;
  margin: 30px auto 0 auto;
  text-align: center; }
  @media only screen and (max-width: 700px) {
    .intro {
      text-align: left; } }

.section {
  margin: 0;
  padding: 40px 0; }
  @media only screen and (max-width: 350px) {
    .section {
      padding: 30px 0; } }

.grey-bg {
  background-color: #e0e0e0; }

.light-grey-bg {
  background: url("../img/grey-bg.png");
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  box-shadow: inset 0px 11px 10px -15px rgba(0, 0, 0, 0.4), inset 0px -11px 10px -15px rgba(0, 0, 0, 0.4); }

.green-bg {
  background-color: #00562d;
  color: #fff; }
  .green-bg a {
    color: #fff;
    text-decoration: underline; }
  .green-bg a.button {
    text-decoration: none; }

.container {
  max-width: 1240px;
  margin: 0 auto; }
  @media only screen and (max-width: 1260px) {
    .container {
      padding: 0 20px; } }

.wide-container {
  display: block;
  padding: 0 30px;
  max-width: 1440px;
  margin: 0 auto; }
  @media only screen and (max-width: 1260px) {
    .wide-container {
      padding: 0 20px; } }

.quote-container {
  max-width: 800px;
  margin: 0 auto; }
  @media only screen and (max-width: 800px) {
    .quote-container {
      padding: 0 20px; } }

.row {
  margin-left: -40px; }

.row:after {
  content: "";
  display: table;
  clear: both; }

[class*='col-'] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

[class*='col-'] {
  padding-left: 40px; }

.col-1-3 {
  width: 33.33%; }

.col-2-3 {
  width: 66.66%; }

.col-1-2 {
  width: 50%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%;
  padding-left: 20px; }

@media only screen and (max-width: 700px) {
  .row {
    margin: 0; }

  [class*='col-'] {
    width: 100%;
    padding: 0; } }
@media only screen and (max-width: 1000px) {
  .row.quarters .col-1-4 {
    width: 50%;
    margin-bottom: 15px; }
  .row.quarters .col-1-4:nth-child(odd) {
    clear: both; } }
@media only screen and (max-width: 700px) {
  .row.quarters {
    margin: 0; }
    .row.quarters .col-1-4 {
      width: 100%; }
    .row.quarters .col-1-4:last-child {
      margin-bottom: 0px; } }

@media only screen and (max-width: 1000px) {
  .row.thirds {
    margin-left: -20px; }
    .row.thirds [class*='col-'] {
      padding-left: 20px; } }
@media only screen and (max-width: 800px) {
  .row.thirds {
    margin: 0; }
    .row.thirds .col-1-3 {
      width: 100%;
      padding: 0;
      margin-bottom: 15px; }
    .row.thirds .col-1-3:last-child {
      margin-bottom: 0px; } }

@media only screen and (max-width: 1100px) {
  .row.fifths {
    margin-left: -20px; }
    .row.fifths .col-1-5 {
      padding-left: 20px;
      width: 33.33%;
      margin-bottom: 15px; }
    .row.fifths .contains-2-5 {
      margin: 0 auto;
      width: 66%; }
      .row.fifths .contains-2-5 .col-1-5 {
        width: 50%;
        margin-bottom: 0; } }
@media only screen and (max-width: 800px) {
  .row.fifths {
    margin: 0; }
    .row.fifths .col-1-5 {
      width: 100%;
      padding: 0;
      margin-bottom: 15px; }
    .row.fifths .contains-2-5 {
      width: auto; }
      .row.fifths .contains-2-5 .col-1-5 {
        width: 100%;
        margin-bottom: 15px; }
    .row.fifths .col-1-5:last-child {
      margin-bottom: 0px; } }

@media only screen and (max-width: 800px) {
  .row.w-aside {
    width: 100%;
    margin: 0; }
    .row.w-aside [class*='col-'] {
      width: 100%;
      padding-left: 0; } }

aside.col-1-4 {
  margin-bottom: 20px; }
  @media only screen and (max-width: 800px) {
    aside.col-1-4 {
      margin-top: 40px; } }
  aside.col-1-4 h4 {
    margin: 30px 0 15px 50px; }
    @media only screen and (max-width: 1450px) {
      aside.col-1-4 h4 {
        margin-left: 0; } }
  aside.col-1-4 ul {
    margin: 0;
    padding: 0 0 0 50px;
    list-style-type: none; }
    @media only screen and (max-width: 1450px) {
      aside.col-1-4 ul {
        padding: 0; } }
    aside.col-1-4 ul li {
      margin: 0;
      padding: 0;
      display: block;
      padding: 7px 0;
      border-bottom: 1px dotted #e0e0e0;
      color: #222; }

ul.split-col-1-2 {
  width: 50%;
  float: left; }

header {
  background-color: #00562d; }

.site-header {
  color: #fff;
  padding: 15px 0; }
  @media only screen and (max-width: 550px) {
    .site-header {
      padding: 10px 0; } }
  .site-header a {
    color: #fff; }
  .site-header .site-title {
    float: left; }
    .site-header .site-title img {
      image-rendering: -moz-crisp-edges;
      /* Firefox */
      image-rendering: -o-crisp-edges;
      /* Opera */
      image-rendering: -webkit-optimize-contrast;
      /* Webkit (non-standard naming) */
      image-rendering: crisp-edges;
      -ms-interpolation-mode: nearest-neighbor; }
    @media only screen and (max-width: 550px) {
      .site-header .site-title {
        float: none;
        text-align: center;
        display: block; } }
  .site-header .right {
    float: right; }
    @media only screen and (max-width: 550px) {
      .site-header .right {
        float: none; } }
    .site-header .right .top-menu {
      float: right;
      margin: 5px 0;
      font-size: 15px; }
      @media only screen and (max-width: 1130px) {
        .site-header .right .top-menu {
          display: none; } }
      .site-header .right .top-menu a {
        text-decoration: none;
        margin-left: 10px; }
    .site-header .right .under-menu {
      clear: both; }
      .site-header .right .under-menu #phone-header {
        color: #fff3af;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        display: inline-block;
        text-align: right;
        float: right;
        font-size: 28px; }
        @media only screen and (max-width: 1130px) {
          .site-header .right .under-menu #phone-header {
            margin-top: 20px; } }
        @media only screen and (max-width: 550px) {
          .site-header .right .under-menu #phone-header {
            display: none; } }
      @media only screen and (max-width: 1130px) {
        .site-header .right .under-menu .search {
          display: none; } }
      .site-header .right .under-menu .search-button {
        width: 35px;
        height: 35px;
        display: block;
        float: right;
        text-align: right;
        background-color: #004e29;
        border-radius: 50%;
        position: relative;
        top: 2px;
        margin-right: 8px;
        border: 1px solid rgba(255, 255, 255, 0.05); }
        .site-header .right .under-menu .search-button i {
          float: none;
          position: absolute;
          top: 9px;
          left: 9px;
          font-size: 18px; }
      .site-header .right .under-menu .search-input {
        float: right;
        width: 150px;
        margin: 8px 6px 0 0; }

.site-header:after {
  content: "";
  display: table;
  clear: both; }

.search-input {
  border-radius: 3px;
  border: 0;
  padding: 4px;
  color: #555;
  font-size: 14px; }

.site-header .social-icons.social-icons-art {
  display: inline-block; }
  .site-header .social-icons.social-icons-art a {
    background-color: #004e29;
    color: #fff3af;
    width: 1.7em;
    height: 1.6em;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding-top: 0.1em; }
    .site-header .social-icons.social-icons-art a:hover {
      color: #004e29;
      background-color: #fff3af; }

.banner {
  margin: 0;
  padding: 0;
  background: #1e5232 url("../img/banners/standard.jpg") no-repeat top center fixed;
  color: #fff; }
  .banner .banner-content {
    padding: 50px 20px 35px 20px;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6); }
    @media only screen and (max-width: 350px) {
      .banner .banner-content {
        padding: 30px 10px 20px 10px; } }
    .banner .banner-content h1 {
      font-size: 50px;
      line-height: 1.1;
      margin: 0 0 10px 0; }
      @media only screen and (max-width: 700px) {
        .banner .banner-content h1 {
          font-size: 40px; } }
      @media only screen and (max-width: 350px) {
        .banner .banner-content h1 {
          font-size: 35px; } }
    .banner .banner-content p {
      margin: 0; }
    .banner .banner-content p.subtitle {
      font-size: 20px;
      margin: 0 0 20px 0;
      font-weight: 600;
      display: inline-block;
      text-transform: uppercase; }
      @media only screen and (max-width: 700px) {
        .banner .banner-content p.subtitle {
          font-size: 18px; } }
      @media only screen and (max-width: 350px) {
        .banner .banner-content p.subtitle {
          font-size: 16px; } }
    .banner .banner-content p.about {
      margin-bottom: 20px;
      font-size: 18px; }
    .banner .banner-content .button {
      font-size: 22px;
      padding: 12px 20px;
      margin: 0 0 20px 0; }

.banner.air-freight {
  background-image: url("../img/banners/air-freight.jpg"); }

.banner.sea-freight {
  background-image: url("../img/banners/sea-freight.jpg"); }

.banner.baggage {
  background-image: url("../img/banners/baggage.jpg"); }
  @media only screen and (max-width: 700px) {
    .banner.baggage {
      background-position: 65% 50%; } }

.banner.guarantee {
  background-image: url("../img/banners/guarantee.jpg"); }

.banner.uk {
  background-image: url("../img/banners/uk.jpg"); }

.banner.nz {
  background-image: url("../img/banners/nz.jpg"); }

.banner.europe {
  background-image: url("../img/banners/europe.jpg"); }

.banner.north-america {
  background-image: url("../img/banners/north-america.jpg"); }

.banner.singapore {
  background-image: url("../img/banners/singapore.jpg"); }

.banner.hong-kong {
  background-image: url("../img/banners/hong-kong.jpg"); }

.banner.australia {
  background-image: url("../img/banners/australia.jpg"); }

.banner.south-africa {
  background-image: url("../img/banners/south-africa.jpg"); }

.banner.middle-east {
  background-image: url("../img/banners/middle-east.jpg"); }

.banner.melbourne {
  background-image: url("../img/banners/melbourne.jpg"); }

.banner.sydney {
  background-image: url("../img/banners/sydney.jpg"); }

.banner.canberra {
  background-image: url("../img/banners/canberra.jpg"); }

.banner.perth {
  background-image: url("../img/banners/perth.jpg"); }

.banner.brisbane {
  background-image: url("../img/banners/brisbane.jpg"); }

.banner.adelaide {
  background-image: url("../img/banners/adelaide.jpg"); }

.banner.storage {
  background-image: url("../img/banners/storage.jpg"); }

.banner.vehicle {
  background-image: url("../img/banners/vehicle.jpg"); }

.banner.interstate-car {
  background-image: url("../img/banners/interstate-car.jpg"); }

.banner.pets {
  background-image: url("../img/banners/pets.jpg"); }
  @media only screen and (max-width: 1000px) {
    .banner.pets {
      background-position: 40% 0%; } }
  @media only screen and (max-width: 700px) {
    .banner.pets {
      background-position: 25% 0%; } }

.banner.insurance {
  background-image: url("../img/banners/insurance.jpg"); }

.banner.corporate {
  background-image: url("../img/banners/corporate.jpg"); }
  @media only screen and (max-width: 1000px) {
    .banner.corporate {
      background-position: 60% 40%; } }
  @media only screen and (max-width: 700px) {
    .banner.corporate {
      background-position: 70% 30%; } }

.banner.about {
  background-image: url("../img/banners/about.jpg"); }

.banner.art {
  background-image: url("../img/banners/art.jpg"); }

.banner.installation {
  background-image: url("../img/banners/installation.jpg"); }

.banner.art-storage {
  background-image: url("../img/banners/art-storage.jpg"); }

.banner.art-insurance {
  background-image: url("../img/banners/art-insurance.jpg"); }

.banner.art-insurance {
  background-image: url("../img/banners/art-insurance.jpg"); }

.banner.art-contact {
  background-image: url("../img/banners/art-contact.jpg"); }

.banner.art-fairs {
  background-image: url("../img/banners/art-fairs.jpg"); }

.banner.art-crating {
  background-image: url("../img/banners/art-crating.jpg"); }

.banner.art-local {
  background-image: url("../img/banners/art-local.jpg"); }

.banner.art-interstate {
  background-image: url("../img/banners/art-interstate.jpg"); }

.banner.art-international {
  background-image: url("../img/banners/art-international.jpg"); }

.logos {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 0 0;
  border-bottom: 1px solid lightgray; }
  .logos img {
    display: inline-block;
    padding: 0 25px;
    opacity: 0.9; }
    @media only screen and (max-width: 700px) {
      .logos img {
        padding: 0 2%;
        max-height: 35px; } }
    @media only screen and (max-width: 500px) {
      .logos img {
        max-height: 30px; } }
    @media only screen and (max-width: 400px) {
      .logos img {
        max-height: 25px; } }

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0; }

.nav {
  background-color: #003d20; }

@media only screen and (max-width: 1130px) {
  .desktop-nav {
    display: none; } }
.desktop-nav .nav-container {
  position: relative; }
.desktop-nav .dropdown-trigger {
  display: inline; }
.desktop-nav .dropdown {
  display: none;
  background-color: #004725;
  z-index: 200;
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%; }
  .desktop-nav .dropdown a {
    display: inline-block;
    max-width: 14.4%;
    word-wrap: break-word;
    margin: 10px 5px 5px 0; }
.desktop-nav .wide-container.row {
  margin: 0;
  position: relative; }
.desktop-nav .dropdown.multi .side {
  display: block;
  width: 22%;
  float: left;
  margin: 25px 0 20px 0;
  border-top: 1px solid #00562d; }
  .desktop-nav .dropdown.multi .side a {
    display: block;
    max-width: 100%;
    padding: 0; }
  .desktop-nav .dropdown.multi .side a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3%;
    padding-right: 3%;
    line-height: 1.2;
    margin: 0;
    border-bottom: 1px solid #00562d; }
    @media only screen and (max-width: 1300px) {
      .desktop-nav .dropdown.multi .side a {
        padding-top: 9px;
        padding-bottom: 9px; } }
    .desktop-nav .dropdown.multi .side a:hover {
      background-color: #00562d; }
.desktop-nav .dropdown.multi .sea {
  display: block;
  width: 73%;
  position: absolute;
  top: 50%;
  right: 30px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.desktop-nav .dropdown.multi .countries {
  display: block;
  text-align: right; }
  .desktop-nav .dropdown.multi .countries a {
    max-width: 15.4%;
    margin: 15px 0px 10px 10px;
    padding: 10px 0; }
    @media only screen and (max-width: 1400px) {
      .desktop-nav .dropdown.multi .countries a {
        margin-top: 20px;
        max-width: 14.5%;
        padding: 2px; }
        .desktop-nav .dropdown.multi .countries a span.img-subtitle {
          font-size: 15px; } }
  .desktop-nav .dropdown.multi .countries a.first {
    margin: 0; }
.desktop-nav a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 15px 10px;
  font-size: 17px; }
  @media only screen and (max-width: 1450px) {
    .desktop-nav a {
      padding: 15px 8px; } }
@media only screen and (max-width: 1390px) {
  .desktop-nav .hide-on-menu {
    display: none; } }
.desktop-nav .dropdown-trigger:hover a,
.desktop-nav a:hover {
  background-color: #004725; }

.mobile-nav {
  display: none; }
  .mobile-nav .row {
    margin: 0; }
  @media only screen and (max-width: 1130px) {
    .mobile-nav {
      display: block; } }
  .mobile-nav a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    float: left;
    padding: 15px 20px;
    font-size: 17px;
    border-left: 1px solid #00562d;
    outline: 0; }
  .mobile-nav a:hover,
  .mobile-nav a.active {
    background-color: #004725; }
  .mobile-nav a.search-button {
    border-right: 1px solid #00562d; }
  .mobile-nav a.phone {
    display: none; }
    @media only screen and (max-width: 550px) {
      .mobile-nav a.phone {
        display: block;
        border-right: 1px solid #00562d;
        border-left: 0; } }

.desktop-nav .quote-link,
.mobile-nav .quote-link {
  display: inline-block;
  border: 2px solid #fff3af;
  color: #fff3af;
  background-color: transparent;
  padding: 5px 12px;
  border-radius: 2px;
  float: right;
  margin-top: 8px; }
  @media only screen and (max-width: 380px) {
    .desktop-nav .quote-link span,
    .mobile-nav .quote-link span {
      display: none; } }

.search-panel {
  display: none;
  background-color: #004725;
  padding: 10px 0; }
  .search-panel .search-input {
    width: 96%;
    padding: 9px 0;
    padding-left: 2%;
    padding-right: 2%; }

.dropdown-nav {
  display: none;
  background-color: #004725;
  overflow-y: scroll;
  position: relative; }
  .dropdown-nav a {
    color: #fff; }
  .dropdown-nav a.home {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #00562d;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline; }
  .dropdown-nav h3 {
    margin: 10px 0 0 0;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase; }
    .dropdown-nav h3 a {
      padding: 0;
      text-decoration: underline; }
  .dropdown-nav nav a {
    display: inline-block;
    padding: 7px 9px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 3px 1px;
    border-radius: 7px;
    font-size: 13px; }
  .dropdown-nav nav.last {
    margin-bottom: 20px; }

.dropdown-nav.art a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #00562d; }

.site-footer {
  background-color: #00562d;
  border-top: 5px solid #003d20;
  color: #fff;
  margin: 0;
  padding: 30px 0;
  font-size: 14px; }
  .site-footer h3 {
    color: #fff3af; }
  .site-footer a {
    color: #fff;
    text-decoration: underline; }
  .site-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .site-footer ul li {
      margin: 0; }
      .site-footer ul li a {
        font-size: 14px;
        text-decoration: none; }
  @media only screen and (max-width: 700px) {
    .site-footer .twitter {
      display: none; } }
  .site-footer .social-icons a {
    display: inline-block;
    padding: 12px;
    border-radius: 50%;
    background-color: #003d20;
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 1;
    text-align: center;
    margin: 20px 2px 0 0; }
    @media only screen and (max-width: 700px) {
      .site-footer .social-icons a {
        margin-top: 0; } }

.sub-footer,
.art-footer {
  background-color: #003d20;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px; }
  .sub-footer a,
  .sub-footer span,
  .art-footer a,
  .art-footer span {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    padding: 5px 0; }

.art-footer {
  background-color: #00562d;
  border-top: 5px solid #003d20; }

.button {
  background-color: transparent;
  color: #fff;
  padding: 9px 20px;
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
  border-radius: 3px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  border: 2px solid #fff;
  margin-bottom: 20px; }

.button.small {
  padding: 7px 12px;
  font-size: 16px; }

.button.primary {
  background-color: #00562d;
  border-color: #00562d;
  color: #fff; }

.sub-button {
  display: block;
  margin-top: 15px; }

input,
textarea,
select {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 2px;
  display: block;
  margin: 5px 0 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px; }

input[type=text],
input[type=password],
input[type=email],
select {
  width: 200px; }
  @media only screen and (max-width: 500px) {
    input[type=text],
    input[type=password],
    input[type=email],
    select {
      width: 100%; } }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

label {
  font-weight: bold;
  display: block; }

fieldset {
  border: 0;
  margin: 0 0 40px 0;
  padding: 0; }

legend {
  display: block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #949494; }

textarea {
  width: 100%;
  height: 170px; }

label.checkbox {
  font-weight: normal;
  margin: 20px 0; }
  label.checkbox input {
    float: left;
    margin-right: 5px; }

.horizontal {
  margin-top: 40px; }
  .horizontal .form-block {
    clear: both; }
    .horizontal .form-block label {
      width: 18%;
      float: left;
      margin-top: 10px;
      margin-right: 5%;
      text-align: right; }
      @media only screen and (max-width: 1000px) {
        .horizontal .form-block label {
          width: 25%; } }
      @media only screen and (max-width: 600px) {
        .horizontal .form-block label {
          float: none;
          width: 100%;
          margin: 15px 0 5px 0;
          text-align: left; } }
    .horizontal .form-block label.checkbox {
      float: none;
      width: auto;
      text-align: left; }
    .horizontal .form-block input[type="text"],
    .horizontal .form-block input[type="email"],
    .horizontal .form-block select,
    .horizontal .form-block textarea {
      width: 73%;
      margin-right: 4%;
      float: right; }
      @media only screen and (max-width: 1000px) {
        .horizontal .form-block input[type="text"],
        .horizontal .form-block input[type="email"],
        .horizontal .form-block select,
        .horizontal .form-block textarea {
          width: 65%; } }
      @media only screen and (max-width: 600px) {
        .horizontal .form-block input[type="text"],
        .horizontal .form-block input[type="email"],
        .horizontal .form-block select,
        .horizontal .form-block textarea {
          float: none;
          width: 100%; } }
  .horizontal .form-block.inset {
    padding-top: 10px;
    margin-left: 23%; }
    @media only screen and (max-width: 1000px) {
      .horizontal .form-block.inset {
        margin-left: 31%; } }
    @media only screen and (max-width: 600px) {
      .horizontal .form-block.inset {
        margin-left: 0; } }

.quote-overlay {
  z-index: 1000; }

#quote {
  z-index: 1500;
  width: 1000px; }
  @media only screen and (max-width: 1060px) {
    #quote {
      max-width: 85%; } }

.inventory-overlay {
  z-index: 2000; }

#inventory {
  z-index: 2000;
  width: 500px; }
  @media only screen and (max-width: 560px) {
    #inventory {
      max-width: 85%; } }

.quote-overlay,
.inventory-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 61, 32, 0.95); }

#quote,
#inventory {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 85%;
  overflow-y: auto;
  background-color: #00562d;
  padding: 20px;
  border: 3px solid #fff; }
  #quote .close-quote,
  #quote .close-inventory,
  #inventory .close-quote,
  #inventory .close-inventory {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 10px; }
  #quote label,
  #quote h3,
  #quote p,
  #quote a,
  #inventory label,
  #inventory h3,
  #inventory p,
  #inventory a {
    color: #fff; }

.quote-form {
  text-align: left;
  margin: 20px 0 0 0; }
  .quote-form .move-details,
  .quote-form .customer-details {
    width: 480px;
    margin-bottom: 0; }
    @media only screen and (max-width: 1060px) {
      .quote-form .move-details,
      .quote-form .customer-details {
        width: 47%; } }
    @media only screen and (max-width: 700px) {
      .quote-form .move-details,
      .quote-form .customer-details {
        width: 100%;
        float: none; } }
  .quote-form .move-details {
    float: left; }
  .quote-form .customer-details {
    float: right; }
  .quote-form legend {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    margin: 20px 0 15px 0;
    padding: 0 0 10px 0;
    color: #fff; }
  .quote-form label {
    display: inline-block;
    width: 22%;
    font-weight: normal;
    margin-right: 3%;
    text-align: right; }
    @media only screen and (max-width: 540px) {
      .quote-form label {
        width: 100%;
        text-align: left;
        font-weight: bold; } }
  .quote-form label.checkbox {
    width: 70%;
    text-align: left;
    margin: 10px 0 0 0;
    margin-left: 25%; }
    .quote-form label.checkbox input {
      margin: 5px 10px 0 0; }
    @media only screen and (max-width: 540px) {
      .quote-form label.checkbox {
        margin-left: 0; } }
  .quote-form select, .quote-form .value,
  .quote-form input[type=text],
  .quote-form input[type=email] {
    padding: 5px 7px;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    width: 73%; }
    @media only screen and (max-width: 540px) {
      .quote-form select, .quote-form .value,
      .quote-form input[type=text],
      .quote-form input[type=email] {
        width: 100%; } }
  .quote-form .instant {
    margin: 0px 0 20px 0;
    margin-left: 26%; }
    @media only screen and (max-width: 540px) {
      .quote-form .instant {
        margin-left: 0; } }
    .quote-form .instant .inventory-button {
      margin-bottom: 0; }
  .quote-form select.half,
  .quote-form input.half {
    width: 36% !important; }
    @media only screen and (max-width: 540px) {
      .quote-form select.half,
      .quote-form input.half {
        width: 49% !important; } }
  .quote-form .move-type,
  .quote-form .move-location,
  .quote-form .from,
  .quote-form .to {
    display: none; }
  .quote-form .move-location .international input,
  .quote-form .move-location .international select {
    float: left; }
  .quote-form input.voucher {
    display: none;
    margin-left: 25%;
    margin-top: 10px; }
    @media only screen and (max-width: 540px) {
      .quote-form input.voucher {
        margin-left: 0; } }
  .quote-form .submit-form {
    margin-top: 20px;
    margin-left: 25%; }
    @media only screen and (max-width: 480px) {
      .quote-form .submit-form {
        margin-left: 0; } }

.inventory-form h3 {
  margin-top: 0; }
.inventory-form .wrap {
  clear: both; }
  .inventory-form .wrap label {
    display: inline-block;
    line-height: 40px;
    margin-top: 5px; }
  .inventory-form .wrap input {
    display: inline-block;
    width: 26px;
    float: right; }
  .inventory-form .wrap .form-tooltip {
    margin-left: 10px;
    display: inline-block;
    position: relative; }
.inventory-form .save-inventory {
  margin: 15px 0 0 0; }
  @media only screen and (max-width: 700px) {
    .inventory-form .save-inventory {
      margin: 15px 0; } }

#inventory .form-tooltip-img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  border: 5px solid #fff;
  background: #fff;
  text-align: center; }
  #inventory .form-tooltip-img a.form-tooltip-close {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: #fff;
    line-height: 20px;
    text-align: center;
    color: #404040; }

.form-captcha {
  margin-left: 23%; }
  @media only screen and (max-width: 1000px) {
    .form-captcha {
      margin-left: 31%; } }
  @media only screen and (max-width: 600px) {
    .form-captcha {
      margin-left: 0; } }

.form-login input[type=text], .form-login input[type=password] {
  width: 100%;
  max-width: 500px; }

.r-tabs {
  margin-top: 40px;
  position: relative;
  /* Accordion anchor */
  /* Active accordion anchor */
  /* Disabled accordion button */ }
  .r-tabs .r-tabs-nav {
    position: relative;
    top: 1px;
    z-index: 55; }
    .r-tabs .r-tabs-nav .r-tabs-tab {
      position: relative;
      background-color: #ececec;
      border: 1px solid #e0e0e0; }
      .r-tabs .r-tabs-nav .r-tabs-tab .r-tabs-anchor {
        display: inline-block;
        padding: 10px 12px;
        text-decoration: none;
        color: #333; }
    .r-tabs .r-tabs-nav .r-tabs-state-disabled {
      opacity: 0.5; }
    .r-tabs .r-tabs-nav .r-tabs-state-active {
      border-bottom-color: #fff; }
      .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        text-shadow: none;
        background-color: #fff; }
  .r-tabs .r-tabs-panel {
    background-color: #fff;
    border: 1px solid #e0e0e0; }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #00562d;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #004725; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #333;
    text-shadow: none;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 0; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5; }
  .r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0; }
  .r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none; }
  .r-tabs .r-tabs-panel {
    padding: 15px;
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: none; }
  .r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block; }

.green-bg .r-tabs {
  background-color: #00562d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media only screen and (max-width: 1100px) {
    .green-bg .r-tabs {
      border-bottom: 0; } }
  .green-bg .r-tabs .r-tabs-tab {
    background-color: #004c28;
    border-color: rgba(255, 255, 255, 0.2); }
    .green-bg .r-tabs .r-tabs-tab .r-tabs-anchor {
      color: #fff; }
  .green-bg .r-tabs .r-tabs-state-active {
    border-bottom-color: #00562d; }
    .green-bg .r-tabs .r-tabs-state-active .r-tabs-anchor {
      background-color: #00562d; }
.green-bg .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #00562d;
  text-shadow: none; }
.green-bg .r-tabs-panel {
  background-color: #00562d;
  border-color: rgba(255, 255, 255, 0.2); }
.green-bg .r-tabs-panel.r-tabs-state-active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

@media only screen and (max-width: 1100px) {
  .r-tabs .r-tabs-nav {
    display: none; }

  .r-tabs .r-tabs-accordion-title {
    display: block; } }
table {
  margin: 30px 0;
  border: 1px solid #cbcbcb;
  max-width: 100%;
  overflow-y: scroll;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  table thead {
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0; }
    table thead th {
      text-align: left;
      background-color: #f2f2f2; }
  table th, table td {
    border-left: 1px solid #cbcbcb;
    /*  inner column border */
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    /*to make ths where the title is really long work*/
    padding: 7px 20px;
    /* cell padding */ }

.green-bg table,
.green-bg table thead,
.green-bg table th,
.green-bg table td {
  border-color: rgba(255, 255, 255, 0.2); }

.green-bg table thead th {
  background-color: rgba(255, 255, 255, 0.1); }

table.no-lines {
  border-color: transparent;
  margin-bottom: 20px; }
  table.no-lines thead,
  table.no-lines th,
  table.no-lines td {
    border-color: transparent; }
  table.no-lines td {
    padding: 7px 30px 7px 0; }
    @media only screen and (max-width: 900px) {
      table.no-lines td {
        display: inline-block;
        width: 50%; } }
    @media only screen and (max-width: 600px) {
      table.no-lines td {
        width: 100%; } }

table.no-lines.four-cols td {
  width: 25%; }
  @media only screen and (max-width: 900px) {
    table.no-lines.four-cols td {
      display: inline-block;
      width: 45%; } }

@media only screen and (max-width: 900px) {
  table {
    margin: 0;
    border-right: 0; }
    table thead {
      border: 0; }

  table.responsive {
    margin-bottom: 0;
    width: 100%; }
    table.responsive td,
    table.responsive th {
      position: relative;
      white-space: nowrap;
      overflow: hidden; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #e0e0e0; }
    .pinned table {
      border-right: none;
      border-left: none;
      width: 100%; }
      .pinned table th,
      .pinned table td {
        white-space: nowrap; }
      .pinned table td:last-child {
        border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 40px;
    top: 20px;
    overflow: hidden;
    border-right: 1px solid #e0e0e0; }
    div.table-wrapper div.scrollable {
      margin-left: 35%;
      overflow: scroll;
      overflow-y: hidden; }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none; }

  .green-bg .pinned,
  .green-bg div.table-wrapper {
    border-color: rgba(255, 255, 255, 0.2); } }
.tabs table.no-lines {
  width: auto; }
  @media only screen and (max-width: 900px) {
    .tabs table.no-lines {
      margin-bottom: 0; } }

.stat-section {
  padding: 0; }
  .stat-section .stat {
    width: 25%;
    float: left;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .stat-section .stat {
        width: 50%; } }
    @media only screen and (max-width: 400px) {
      .stat-section .stat {
        width: 100%; } }
    .stat-section .stat img {
      display: block; }
    .stat-section .stat .text {
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -40%);
      -webkit-transform: translate(-50%, -40%);
      -o-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
      transform: translate(-50%, -40%); }
    .stat-section .stat span {
      max-width: 350px;
      margin: 0 auto;
      display: block;
      font-size: 20px;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: bold; }
      @media only screen and (max-width: 1400px) {
        .stat-section .stat span {
          font-size: 18px; } }
      @media only screen and (max-width: 1250px) {
        .stat-section .stat span {
          font-size: 16px; } }
      @media only screen and (max-width: 400px) {
        .stat-section .stat span {
          font-size: 20px; } }
    .stat-section .stat .six-thousand,
    .stat-section .stat .two-hundred,
    .stat-section .stat .eighty,
    .stat-section .stat .twenty-six {
      font-size: 90px;
      line-height: 1;
      font-weight: bold;
      font-family: 'Roboto'; }
      @media only screen and (max-width: 1250px) {
        .stat-section .stat .six-thousand,
        .stat-section .stat .two-hundred,
        .stat-section .stat .eighty,
        .stat-section .stat .twenty-six {
          font-size: 60px; } }
      @media only screen and (max-width: 400px) {
        .stat-section .stat .six-thousand,
        .stat-section .stat .two-hundred,
        .stat-section .stat .eighty,
        .stat-section .stat .twenty-six {
          font-size: 80px; } }

.homepage-logos {
  margin: 0;
  width: 100%; }
  @media only screen and (max-width: 635px) {
    .homepage-logos {
      display: none; } }
  .homepage-logos img {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 5px 5px 0;
    max-height: 30px; }

.faqs {
  margin-bottom: 40px; }
  .faqs a.q {
    display: block;
    font-weight: bold;
    color: #333;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0; }
    .faqs a.q:hover {
      background-color: #f2f2f2; }
    .faqs a.q .ui-icon-down:before,
    .faqs a.q .ui-icon-up:before {
      font-family: 'FontAwesome';
      margin-right: 10px; }
    .faqs a.q .ui-icon-down:before {
      content: '\f107'; }
    .faqs a.q .ui-icon-up:before {
      content: '\f106'; }
  .faqs div {
    padding: 0 0 20px 10px; }

table.insurance-comparison,
table.insurance-comparison thead,
table.insurance-comparison th,
table.insurance-comparison td {
  border: none;
  background-color: transparent; }

.insurance-comparison {
  margin-top: 10px;
  margin-bottom: 60px; }
  .insurance-comparison thead th.policy-1,
  .insurance-comparison thead th.policy-2 {
    width: 33%;
    padding: 20px;
    font-weight: normal;
    text-align: center; }
    .insurance-comparison thead th.policy-1 h4,
    .insurance-comparison thead th.policy-2 h4 {
      margin: 0 0 15px 0;
      font-size: 20px; }
  .insurance-comparison thead th.policy-1 {
    background-color: #00562d;
    color: #fff;
    border-radius: 3px 0 0 0; }
  .insurance-comparison thead th.policy-2 {
    background-color: #008948;
    color: #fff;
    border-radius: 0 3px 0 0; }
  .insurance-comparison tbody {
    background-color: #fff;
    border: 1px solid #ececec; }
    .insurance-comparison tbody td {
      border: 1px solid #ececec;
      border-right: 1px solid #b4d0c4;
      text-align: right;
      font-weight: bold;
      color: #555; }
      @media only screen and (max-width: 900px) {
        .insurance-comparison tbody td {
          text-align: left; } }
    .insurance-comparison tbody td.policy-1,
    .insurance-comparison tbody td.policy-2 {
      font-weight: normal;
      text-align: center;
      border: 1px solid #b4d0c4; }
    .insurance-comparison tbody td.policy-1 {
      background-color: #effaf5;
      color: #003d20; }
    .insurance-comparison tbody td.policy-2 {
      background-color: #f5fdfa;
      border: 1px solid #b4d0c4;
      color: #00562d; }

.bio-photo {
  width: 37%;
  float: left;
  padding-top: 18px; }
  .bio-photo img {
    margin-bottom: 15px; }
  @media only screen and (max-width: 950px) {
    .bio-photo {
      margin: 0 20px 0 0; } }
  @media only screen and (max-width: 400px) {
    .bio-photo {
      float: none;
      width: 100%;
      margin: 0; } }

h3.role {
  margin: 0; }

p.role {
  font-style: italic;
  margin-top: 5px; }

.bio-text {
  width: 60%;
  float: right; }
  @media only screen and (max-width: 950px) {
    .bio-text {
      float: none;
      width: 100%; } }

.art-newsletter h2 {
  margin-bottom: 0; }
.art-newsletter p.news-subtitle {
  font-size: 20px;
  margin: 5px 0 30px 0;
  font-weight: 400; }
.art-newsletter .news-input {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 10px 5px;
  margin: 0 5px 30px 0;
  font-size: 19px;
  min-width: 300px; }

.about-image {
  margin-top: 25px; }

.guarantee-conditions {
  margin-top: 50px; }

.icon {
  max-height: 45px; }

.testimonials .testimonial {
  padding: 20px; }
.testimonials img {
  border-radius: 50%;
  margin-bottom: 20px;
  float: left;
  width: 20%; }
  @media only screen and (max-width: 850px) {
    .testimonials img {
      display: none; } }
.testimonials .content {
  float: right;
  width: 70%;
  margin-top: -15px; }
  @media only screen and (max-width: 850px) {
    .testimonials .content {
      float: none;
      width: 100%; } }
.testimonials p {
  font-style: italic;
  font-size: 16px; }
.testimonials cite {
  padding-top: 30px;
  font-weight: bold;
  font-style: normal; }

.img-link {
  display: block;
  position: relative; }
  .img-link:hover {
    opacity: 0.9; }
  .img-link .img-subtitle {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    display: block;
    width: 80%;
    padding: 0 10%;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.1; }

.art-links {
  padding-left: 20px; }

.art-links .img-subtitle {
  max-width: 280px; }

.process {
  margin: 30px 0;
  font-style: italic;
  border-top: 1px solid #ececec;
  padding-top: 20px; }
  .process .step {
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    display: table;
    width: 100%;
    position: relative; }
    .process .step .step-icon {
      width: 12%;
      vertical-align: middle;
      display: table-cell; }
      @media only screen and (max-width: 400px) {
        .process .step .step-icon {
          display: block;
          width: 100%;
          margin-bottom: 10px; } }
      .process .step .step-icon img {
        display: block;
        height: 55px;
        max-width: 55px;
        margin: 0 auto;
        max-height: 55px; }
    .process .step .step-content {
      width: 88%;
      display: table-cell;
      vertical-align: middle; }
      @media only screen and (max-width: 1200px) {
        .process .step .step-content {
          width: 86%;
          padding-left: 2%; } }
      @media only screen and (max-width: 900px) {
        .process .step .step-content {
          width: 83%;
          padding-left: 5%; } }
      @media only screen and (max-width: 400px) {
        .process .step .step-content {
          display: block;
          width: 100%;
          text-align: center;
          padding: 0; } }
      .process .step .step-content p {
        margin: 0; }

.sitesearch .search-result-heading {
  margin-bottom: 0; }
.sitesearch .search-result-link {
  font-style: italic;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
.sitesearch .pager {
  margin-top: 3em; }
  .sitesearch .pager .button {
    font-size: 14px; }
    @media only screen and (max-width: 400px) {
      .sitesearch .pager .button {
        padding: 9px 8px; } }

/*flexslider.css*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: 0; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 0; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.flex-direction-nav .flex-prev {
  left: -36px; }

.flexslider:hover .flex-next {
  opacity: .8;
  right: 5px; }

.flexslider:hover .flex-prev {
  opacity: .8;
  left: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 11px;
  right: 9px;
  text-align: center;
  padding: 0;
  margin: 0; }

.flex-control-nav li {
  margin: 0 0 0 4px;
  padding: 0;
  float: left;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 15px;
  height: 14px;
  display: block;
  background: #003d20;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px; }

.flex-control-paging li a:hover {
  background: #fff; }

.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
#twitter-slide .flex-control-nav {
  bottom: 0;
  right: 3px; }

#tweet li {
  list-style: none;
  padding: 0;
  margin: 0; }

#twitter-slide {
  width: 100%;
  height: 169px;
  background-image: url(../template_images/twitter-box.png);
  background-repeat: no-repeat;
  background-position: 0 20px; }

#twitter-slide .each-tweet {
  width: 100%;
  height: 132px;
  padding: 14px 20px 0 18px;
  float: left; }

.twitter p {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  padding-left: 15px;
  padding-right: 15px; }

.twitter span {
  color: #006A40;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  padding-left: 15px;
  padding-right: 15px; }

.twitter p a {
  color: #00562d; }

.twitter .t-posted {
  display: block;
  font-size: 11px;
  color: #00562d;
  font-weight: bold;
  margin: 1px 0 0 0;
  text-decoration: none; }

#tweet {
  float: left;
  height: 169px;
  left: 0;
  list-style: none outside none;
  margin: 0;
  padding: 10px 0 0; }

#twitter-slide .flex-viewport {
  height: 120px;
  background-color: #fff;
  border-radius: 12px; }

@media only screen and (min-width: 1000px) and (max-width: 1220px) {
  #twitter-slide .flex-viewport {
    height: 140px; }

  #twitter-slide {
    height: 189px;
    background-position: 0 40px; } }
@media print {
  body {
    font-family: Arial, serif !important;
    background: none;
    color: black; }

  main {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none; }

  main a:after {
    content: " [" attr(href) "] "; }

  .site-header, .banner, .mobile-nav, .desktop-nav, .banner-content, footer {
    display: none; } }
