@import url(http://fonts.googleapis.com/css?family=PT+Sans|Oxygen:400,300,700);
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  width: 100%;
  height: 100% auto; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 1px;
  visibility: hidden; }

/* =WordPress Core
 *--------------------------------------------------------------
 */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
a img.alignnone {
  margin: 5px 20px 20px 0; }
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto; }

html, body {
  width: 100%;
  height: 100% auto;
  min-height: 100%;
  font-family: "Oxygen", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px; }

#background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 750px;
  z-index: -1;
  background: -moz-linear-gradient(50% 48.7% 90deg, white 0%, #009345 68.21%, #1c4d32 100%);
  background: -webkit-linear-gradient(90deg, white 0%, #009345 68.21%, #1c4d32 100%);
  background: -webkit-gradient(linear, 50% 48.7%, 50% -8.57%, color-stop(0, white), color-stop(0.6821, #009345), color-stop(1, #1c4d32));
  background: -o-linear-gradient(90deg, white 0%, #009345 68.21%, #1c4d32 100%);
  background: -ms-linear-gradient(90deg, white 0%, #009345 68.21%, #1c4d32 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#1C4D32' ,GradientType=0)";
  background: linear-gradient(0deg, white 0%, #009345 68.21%, #1c4d32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C4D32',endColorstr='#FFFFFF' , GradientType=0);
  background-repeat: no-repeat; }

#page-wrapper {
  width: 1026px;
  margin: 0 auto;
  background: white;
  border: 1px solid black; }

#content-wrapper {
  margin-top: 30px;
  padding: 0 60px 60px 60px;
  position: relative; }

.widget {
  list-style-type: none; }

a {
  color: #39b54a;
  text-decoration: none; }
  a:hover {
    color: #1c4d32; }

.green-strip {
  background: #39b54a;
  color: white;
  box-shadow: 0 4px 0 #999999;
  border-bottom: 2px solid white;
  font-weight: 800;
  font-size: 25px;
  padding: 20px 20px 10px 60px;
  display: inline-block;
  text-transform: uppercase; }

h1.green-strip {
  position: relative;
  left: -60px;
  margin-bottom: 40px;
  margin-right: 200px; }

#homepage-customs-clearance {
  position: absolute;
  left: 0;
  top: 0; }

#homepage-features-row {
  width: 950px;
  margin: 0 auto; }

.span22 {
  width: 22%;
  padding: 15px;
  display: inline-block;
  margin-right: -4px; }

.span25 {
  width: 25%;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: -4px; }

.span33 {
  width: 33%;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: -4px; }

.span66 {
  width: 66%;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: -4px; }

.span75 {
  width: 75%;
  padding: 15px;
  display: inline-block;
  margin-right: -4px; }

.pull-right {
  float: right; }

.homepage-block {
  height: 410px; }
  .homepage-block p {
    font-size: 13px;
    line-height: 21px;
    color: #666666;
    color: #666666;
    padding: 25px;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, white));
    background: -webkit-linear-gradient(top, #ededed 0%, white 100%);
    background: -o-linear-gradient(top, #ededed 0%, white 100%);
    background: -ms-linear-gradient(top, #ededed 0%, white 100%);
    background: linear-gradient(to bottom, #ededed 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); }
  .homepage-block h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    color: #666666;
    color: #666666;
    text-shadow: 1px 2px 0px white;
    text-align: center;
    height: 45px;
    padding: 15px 0 0 0;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, white));
    background: -webkit-linear-gradient(top, #ededed 0%, white 100%);
    background: -o-linear-gradient(top, #ededed 0%, white 100%);
    background: -ms-linear-gradient(top, #ededed 0%, white 100%);
    background: linear-gradient(to bottom, #ededed 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); }
  .homepage-block img {
    width: 100%;
    height: auto;
    display: block; }
  .homepage-block a.moretag {
    position: absolute;
    bottom: -20px;
    right: 15px; }

a.moretag, .more-link {
  padding: 0 7px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  line-height: 21px;
  color: #FFFFFF;
  background: #39b54a;
  text-decoration: none;
  text-transform: uppercase; }
  a.moretag:hover, .more-link:hover {
    background: #1c4d32;
    color: white; }

.more-link {
  position: absolute;
  bottom: -20px;
  right: 15px; }

#welcome-to-container {
  width: 487px;
  height: 65px;
  background: #39b54a;
  border-bottom: 2px solid white;
  box-shadow: 0 4px #999999;
  color: white;
  text-transform: uppercase;
  padding: 6px 0 0 60px;
  position: relative;
  top: 50px;
  left: -60px;
  float: left; }
  #welcome-to-container #welcome-to {
    font-size: 14px;
    font-weight: 800; }
  #welcome-to-container #welcome-heading {
    font-weight: 800;
    font-size: 25px;
    line-height: 13px; }

#about-block {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  color: #666666;
  width: 410px;
  display: inline-block; }
  #about-block a.moretag {
    position: absolute;
    right: 0; }
  #about-block p {
    position: relative;
    top: 90px; }

#homepage-blurb-widget {
  float: right;
  width: 475px;
  position: relative;
  top: 50px;
  right: -30px; }
  #homepage-blurb-widget > h2 {
    background: #999999;
    padding: 19px 30px;
    border-bottom: 5px solid white;
    font-weight: 800;
    font-size: 25px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    color: white; }
  #homepage-blurb-widget .widget {
    background: #39b54a;
    color: white;
    width: 475px;
    padding: 30px;
    line-height: 22px; }
    #homepage-blurb-widget .widget ul {
      list-style-type: square;
      list-style-position: outside;
      margin-left: 1em; }
      #homepage-blurb-widget .widget ul li {
        padding: 15px 0; }
    #homepage-blurb-widget .widget h2 {
      font-weight: 800;
      margin-bottom: 15px;
      margin-top: 10px; }

.government-links {
  font-size: 19px;
  line-height: 21px;
  color: #666666; }
  .government-links a {
    font-size: 16px; }
  .government-links p {
    padding-bottom: 20px; }

#government-departments {
  width: 850px;
  margin: 0 auto; }

.widget_sp_image {
  display: inline-block;
  width: 33%; }

.post-item {
  border-bottom: 1px dotted #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  .post-item:nth-last-of-type(1) {
    border-bottom: 0px dotted #e6e6e6;
    margin-bottom: 0; }
  .post-item h2 {
    font-size: 22px;
    color: #39b54a;
    line-height: auto;
    margin-bottom: 10px;
    font-weight: 800; }
  .post-item p {
    color: #666666;
    line-height: 30px;
    padding-bottom: 20px; }
  .post-item .widget {
    color: #ed1c24;
    padding-bottom: 30px; }

.map {
  max-width: 500px; }

header {
  height: 120px;
  width: 100%;
  position: relative;
  display: block; }
  header .site-logo {
    position: absolute;
    top: 30px;
    left: 35px; }
  header .widget {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 20px;
    color: #39b54a;
    font-weight: 800; }
  header .menu {
    font-family: "PT Sans", "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    right: 23px;
    top: 75px; }
    header .menu li {
      display: inline-block; }
      header .menu li a {
        text-decoration: none;
        padding: 5px 7px;
        color: black; }
        header .menu li a:hover {
          background: #39b54a;
          color: white;
          box-shadow: 0 4px 0 #999999;
          border-bottom: 2px solid white;
          font-weight: 800; }
    header .menu li.current-menu-item a {
      background: #39b54a;
      color: white;
      box-shadow: 0 4px 0 #999999;
      border-bottom: 2px solid white;
      font-weight: 800; }

.slides li .caption-wrap {
  opacity: 1;
  background: #39B54A;
  background: rgba(57, 181, 74, 0.8);
  font-weight: bold;
  font-size: 36px;
  line-height: 37px;
  text-transform: uppercase;
  color: #FFFFFF;
  color: white;
  width: 465px;
  height: 130px; }
  .slides li .caption-wrap .small-text {
    font-size: 24px;
    line-height: 27px; }

footer {
  width: 1024px;
  margin: 0 auto;
  background: #999999;
  color: white;
  font-size: 10px;
  line-height: 21px;
  color: #FFFFFF;
  text-align: center;
  color: white; }
  footer a {
    color: white;
    text-decoration: underline; }
    footer a:hover {
      color: grey; }

.antispam {
  display: none; }

form {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #ededed 0%, white 100%);
  background: -o-linear-gradient(top, #ededed 0%, white 100%);
  background: -ms-linear-gradient(top, #ededed 0%, white 100%);
  background: linear-gradient(to bottom, #ededed 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
  padding: 25px 30px; }
  form button {
    padding: 4px 7px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
    background: #39b54a;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    margin-top: 25px; }
    form button:hover {
      background: #1c4d32;
      color: white;
      cursor: pointer; }
  form input, form textarea {
    background: #FFFFFF;
    background: white;
    border-style: Solid;
    border-color: #E6E6E6;
    border-color: #e6e6e6;
    border-width: 1px;
    width: 100%;
    min-height: 25px;
    margin: 2px 0 14px 0;
    display: block; }
  form textarea {
    height: 100px; }
  form label {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #4D4D4D;
    color: #4d4d4d;
    margin: 0;
    position: relative;
    top: 1px;
    width: 100%;
    display: block; }

.contact-form p {
  font-size: 18px;
  font-weight: 800;
  color: white;
  background: #39b54a;
  width: 100%;
  height: 28px;
  text-transform: uppercase;
  padding-top: 3px;
  padding-left: 30px; }

.contact-form-column {
  float: right; }

@media all and (max-width: 1024px) and (min-width: 768px) {
  #page-wrapper, footer {
    width: 768px;
    margin: 0 auto; }

  header {
    height: 160px; }
    header .site-logo {
      top: 30px;
      left: 30px; }
      header .site-logo img {
        width: 126px;
        height: auto; }
    header .widget {
      line-height: 13px;
      font-size: 22px; }
    header .menu {
      top: 110px;
      left: 30px;
      right: 30px; }

  #content-wrapper {
    padding: 0 30px 30px 30px; }

  #homepage-features-row {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .span22, .span25 {
    width: 49.5%;
    margin-top: 10px;
    margin-bottom: 45px;
    margin-right: -4px; }
    .span22:nth-of-type(2n-1), .span25:nth-of-type(2n-1) {
      margin-right: 0.5%; }
    .span22:nth-of-type(2n), .span25:nth-of-type(2n) {
      margin-left: 0.5%; }

  .span75 {
    width: 100%;
    padding: 30px;
    margin: 0; }

  .homepage-block {
    height: 360px; }
    .homepage-block a.moretag {
      bottom: -30px;
      right: 45px; }

  #about-block, #homepage-blurb-widget {
    width: 49.5%;
    margin-top: 10px;
    margin-bottom: 45px; }
    #about-block:nth-of-type(2n-1), #homepage-blurb-widget:nth-of-type(2n-1) {
      margin-right: 0.5%; }
    #about-block:nth-of-type(2n), #homepage-blurb-widget:nth-of-type(2n) {
      margin-left: 0.5%; }
    #about-block .widget, #homepage-blurb-widget .widget {
      width: 100%;
      padding: 30px; }

  #homepage-blurb-widget {
    font-size: 14px; }
    #homepage-blurb-widget .widget h2 {
      margin-top: 0; }
    #homepage-blurb-widget .widget ul {
      padding: 0 0 10px 0; }
      #homepage-blurb-widget .widget ul li {
        padding: 5px 0;
        font-size: 14px; }

  #about-block p {
    font-size: 14px; }

  #welcome-to-container {
    width: 380px;
    left: -30px; }
    #welcome-to-container #welcome-heading {
      font-size: 20px;
      line-height: 5px; }
    #welcome-to-container #welcome-to {
      font-size: 12px; }

  #government-departments {
    width: 90%;
    margin: 0 auto; }
    #government-departments .widget_sp_image {
      margin-right: -4px; }

  h1.green-strip {
    left: -30px;
    margin-bottom: 30px;
    margin-right: 100px; }

  .span33.contact-form-column {
    display: block;
    float: initial;
    width: 100%; } }
@media (min-width: 768px) {
  #menu-toggle {
    display: none; } }
@media all and (max-width: 767px) and (min-width: 480px) {
  #page-wrapper, footer {
    width: 90%;
    margin: 0 auto; }

  header {
    height: 160px; }
    header .site-logo {
      position: initial;
      width: 150px;
      margin: 0 auto; }
      header .site-logo img {
        width: 100%;
        height: auto; }
    header .widget {
      position: initial;
      width: 200px;
      margin: 0 auto;
      text-align: center; }
    header ul.menu {
      max-height: 0px;
      overflow: hidden;
      position: absolute;
      z-index: 1;
      top: 150px;
      left: 0;
      right: 0;
      background: white;
      text-align: center;
      transition: all 1s; }
      header ul.menu li {
        display: block;
        max-height: 0px;
        transition: all 1s; }
    header ul.menu.open {
      transition: all 1s;
      max-height: 350px;
      padding-bottom: 30px;
      border-bottom: 3px solid #1c4d32; }
      header ul.menu.open li {
        max-height: 350px;
        margin: 10px 0;
        transition: all 1s; }
        header ul.menu.open li a {
          display: block;
          width: 200px;
          margin: 0 auto; }

  #content-wrapper {
    padding: 0 30px 30px 30px; }

  #homepage-features-row {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  #homepage-features-row {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .span22, .span25, .span33 {
    width: 49.5%;
    margin-top: 10px;
    margin-bottom: 45px;
    margin-right: -4px; }
    .span22:nth-of-type(2n-1), .span25:nth-of-type(2n-1), .span33:nth-of-type(2n-1) {
      margin-right: 0.5%; }
    .span22:nth-of-type(2n), .span25:nth-of-type(2n), .span33:nth-of-type(2n) {
      margin-left: 0.5%; }

  .span66, .span75 {
    width: 100%;
    padding: 30px;
    margin: 0; }

  .homepage-block {
    height: auto;
    margin-bottom: 15px; }
    .homepage-block a.moretag {
      bottom: 0px;
      right: 35px; }

  #about-block, #homepage-blurb-widget {
    width: 100%;
    display: block;
    float: initial;
    margin-top: 10px;
    margin-bottom: 45px; }
    #about-block .widget, #homepage-blurb-widget .widget {
      width: 100%;
      padding: 30px; }

  #homepage-blurb-widget {
    right: initial;
    font-size: 14px; }
    #homepage-blurb-widget .widget h2 {
      margin-top: 0; }
    #homepage-blurb-widget .widget ul {
      padding: 0 0 10px 0; }
      #homepage-blurb-widget .widget ul li {
        padding: 5px 0;
        font-size: 14px; }

  #about-block {
    margin-bottom: 130px; }
    #about-block p {
      top: 135px;
      font-size: 14px; }

  #welcome-to-container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0; }
    #welcome-to-container #welcome-heading {
      font-size: 20px;
      line-height: 5px; }
    #welcome-to-container #welcome-to {
      font-size: 12px; }

  #government-departments {
    width: 90%;
    margin: 0 auto; }
    #government-departments .widget_sp_image {
      margin-right: -4px; }

  h1.green-strip {
    left: -30px;
    margin-bottom: 30px;
    margin-right: 100px; }

  .span33.contact-form-column {
    display: block;
    float: initial;
    width: 100%; }

  #menu-toggle {
    background: #39b54a;
    margin-top: 6px;
    margin-bottom: -5px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 800; }
    #menu-toggle:hover {
      cursor: pointer; } }
@media all and (max-width: 480px) {
  #page-wrapper {
    width: 300px;
    margin: 0 auto;
    min-width: 300px; }

  header {
    height: 150px; }
    header .site-logo {
      position: initial;
      width: 150px;
      margin: 0 auto; }
      header .site-logo img {
        width: 100%;
        height: auto; }
    header .widget {
      position: initial;
      width: 200px;
      margin: 0 auto;
      text-align: center; }
    header ul.menu {
      max-height: 0px;
      overflow: hidden;
      position: absolute;
      z-index: 1;
      top: 150px;
      left: 0;
      right: 0;
      background: white;
      text-align: center;
      transition: all 1s; }
      header ul.menu li {
        display: block;
        max-height: 0px;
        transition: all 1s; }
    header ul.menu.open {
      transition: all 1s;
      max-height: 250px;
      padding-bottom: 30px;
      border-bottom: 3px solid #1c4d32; }
      header ul.menu.open li {
        max-height: 250px;
        transition: all 1s; }
        header ul.menu.open li a {
          display: block;
          width: 100%; }

  #content-wrapper {
    padding: 0 15px 15px 15px; }

  #homepage-features-row {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .span22, .span25, .span33, .span66, .span75 {
    width: 100%;
    display: block; }

  .homepage-block {
    height: auto;
    margin-bottom: 0; }
    .homepage-block a.moretag {
      bottom: 0px;
      right: 35px; }

  #about-block, #homepage-blurb-widget {
    display: block;
    width: 100%; }
    #about-block .widget, #homepage-blurb-widget .widget {
      width: 100%;
      padding: 30px; }

  #homepage-blurb-widget {
    font-size: 14px;
    right: initial;
    float: initial; }
    #homepage-blurb-widget .widget h2 {
      margin-top: 0; }
    #homepage-blurb-widget .widget ul {
      padding: 0 0 10px 0; }
      #homepage-blurb-widget .widget ul li {
        padding: 5px 0;
        font-size: 14px; }

  #about-block {
    margin-bottom: 130px; }
    #about-block p {
      top: 135px;
      font-size: 14px; }

  #welcome-to-container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center; }
    #welcome-to-container #welcome-heading {
      font-size: 17px;
      line-height: 5px; }
    #welcome-to-container #welcome-to {
      font-size: 11px; }

  #government-departments {
    width: 200px;
    margin: 0 auto; }
    #government-departments .widget_sp_image {
      display: block;
      width: 100%;
      height: auto; }

  h1.green-strip {
    left: -15px;
    margin-bottom: 30px;
    margin-right: 0; }

  footer {
    width: 300px; }

  .contact-form-column {
    display: block;
    float: initial; }

  #menu-toggle {
    background: #39b54a;
    margin-top: 6px;
    margin-bottom: -5px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 800; }
    #menu-toggle:hover {
      cursor: pointer; }

  p {
    font-size: 14px; } }

/*# sourceMappingURL=main.css.map */
